/* pc builder header start */
.pc-builder-background{
    background:#f8f8f8;
}
.header-pc-builder {
    background:#231F20;
}
.header-pc-builder #logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper-pc-builder {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100px;
}
.bordered-right {
    border-right: 1px solid #ffffff3d;
    height: 100%;
    display: flex;
    align-items: center;
}
.fix-your-pc h4{
    color:#28AAE2;
    font-size:12px;
    letter-spacing:3px;
    margin-bottom:0.25rem;
}
.fix-your-pc h3{
    color:#fff;
    font-size:18px;
    margin-bottom:0rem;
}
.custom-heading-build-wrapper {
    display: flex;
    align-items: center;
}
.fix-your-pc span{
    color:#fff;
    padding-left:1rem;
    font-size:14px;
    color:#A1A1A1;
}
.back-to-index {
    display: flex;
    justify-content: flex-end;
}
.back-to-index a{
    background:#A1A1A1;
    padding: 0.35rem 1.25rem;
    border-radius:15px;
    color: #ffffff8f;
}
.back-to-index a:hover{
    color:#fff;
    transition:0.3s ease;
}
.back-to-index i{
    margin-right:0.5rem;
    font-size:12px;
}
/* main page builder */
.step-images-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.col-image-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    flex-direction: column;
}
div#pc-builder-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
div#pc-builder-section .step-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 135px;
    align-items: center;
    box-shadow: 0px 3px 6px #0000000f;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    position: relative;
}
div#pc-builder-section .step-image-wrapper:hover{
    cursor:pointer;
    border: 2px solid #EBEBEB;
}
div#pc-builder-section .step-image-wrapper:hover .svg-wrapper svg path{
   fill:#33393C; 
}
div#pc-builder-section .step-image-wrapper.active{
    box-shadow: 0px 3px 6px #0000001c;
}
div#pc-builder-section .step-image-wrapper span{
    font-size:12px;
    font-weight:600;
    color: #A1A1A1;
    text-align: center;
}
div#pc-builder-section .col-image-wrapper .active span{
    color:#252525;
}
div#pc-builder-section .pricker-wrapper-builder {
    flex-wrap: wrap;
    flex: 1;
    max-width: 100%;
}
.step-counter-wrapper {
    margin-top: 1rem;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.step-counter-wrapper:after{
    content:"";
    position:absolute;
    right: -50%;
    top: calc(50% - 2px);
    width: calc(100% - 14px);
    height: 4px;
    background: #EBEBEB;
}

.step-counter-wrapper:last-child():after{
    display: none;
}
span.counter-builder {
    border: 2px solid #EBEBEB;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color: #ebebeb;
}

.step-counter-wrapper.active-step span.counter-builder {
    background: #a5ce39;
    border-color: #a5ce39;
}

span.counter-builder.active{
     border: 2px solid #a5ce39;
     color:#a5ce39;
}
.completed-step span.counter-builder{
     background: #a5ce39;
     color:#fff;
}
.completed-step .step-counter-wrapper:after{
    background: #a5ce39;
}
div#pc-builder-section .svg-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
}
div#pc-builder-section .col-image-wrapper:last-child .step-counter-wrapper:after{
    display: none;
}
div#pc-builder-section .active .a{
    fill:#a5ce39;
}
div#pc-builder-section .step-image-wrapper svg{
    margin-bottom: 1rem;
}
div#pc-builder-section .completed-label-step {
    position:absolute;
    right:0.5rem;
    top:0.5rem;
    padding:0.1rem 0.3rem;
    border-radius:50%;
    font-size:11px;
    color:#fff;
    background:#a5ce39;
}
div#pc-builder-section .col-sm-20 {
    flex: 0 0 20%;
    max-width: 20%;
}
div#pc-builder-section .product-layout .product-block{
    border:1px solid #ebebeb;
}
div#filters-sorting {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.filters-sorting-wrapper {
    justify-content: space-between;
}
.filters-sorting-wrapper {
    justify-content: space-between;
    padding: 0.5rem 1rem;
    box-shadow: 0px 3px 5px #0000001a;
    border: 1px solid #EBEBEB;
    align-items: center;
    border-radius: 5px;
}
.heading_title_step {
    font-size: 16px;
    font-weight: 600;
    margin-left: 1rem;
}
.heading_title_step_counter {
    font-size: 14px;
    color: #A1A1A1;
    display: flex;
    font-weight:400;
    align-items: center;
    justify-content: flex-end;
}
.heading_title_step_counter b{
    font-weight:600;
}

/* product section */
div#product-section-builder .product-layout .product-block .product-block-caption{
    margin-bottom:0rem;
}
div#product-section-builder .product-layout .product-block .product-block-caption .product-block-title .product-name a{
    font-size:14px;
    color:#231F20;
    font-weight:600;
}
div#product-section-builder .product-layout .product-block .product-block-caption .product-block-title{
    margin-top:1rem;
}
div#product-section-builder .product-block-add-cart .btn{
    padding: var(--space-quarter) 5px;
}
div#product-section-builder .product-block-add-cart .btn i {
    font-size:14px;
    color: #231F20;
}
div#product-section-builder .product-layout .product-block .product-block-price .amount{
    font-size:20px;
    color:#231F20;
}
div#product-section-builder .product-block-add-cart .btn:active, div#product-section-builder .product-block-add-cart .btn:focus{
    background: #28AAE2 0% 0% no-repeat padding-box; 
    border:none;
    color:#fff;
}
div#product-section-builder .product-block-add-cart .btn:focus i{
    color: #fff;
}
.pc-builder-background #product-product .product-images-container img{
    max-width: 300px;
}
.pc-builder-background #product-product  .swiper-slide{
    text-align: center;
}
.pc-builder-background #product-product .product-column-right{
    padding-right: 0px;
    padding-left: 0px;
}
.pc-builder-background #product-product .product-column-left {
    margin-bottom:2rem;
    border-bottom:1px solid #ddd;
    padding-bottom:2rem;
    padding-left: 0px;
    padding-right: 0px;
}
.pc-builder-background #product-product #product-row h1.has-intro{
    font-size: 20px;
    color:#231F20;
}
.pc-builder-background #product-product .product-description{
    font-size: 14px;
    font-weight: 400;
    color:#808080;
    line-height: 1.8;
}
.pc-builder-background div#attribute-pc-builder {
    margin-top: 2rem;
}
.pc-builder-background .table-bordered td, .pc-builder-background .table-bordered th{
    border: none;
}
.pc-builder-background .table-bordered thead td{
    padding-left: 0px;
}
.pc-builder-background .table-bordered{
    border: none;
}
.pc-builder-background thead {
    border-bottom: 1px solid #ddd;
}
.pc-builder-background thead td{
    font-size:16px;
    color:#231F20;
}
.pc-builder-background tbody tr:nth-child(2n){
     background: #F8F8F8;
}
.pc-builder-background tbody td{
     font-size: 14px;
}
.pc-builder-background .quickview-title {
    width: 100%;
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}
.pc-builder-background .fancybox-content{
    padding: 30px;
}
.pc-builder-background .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 1rem;
}
.pc-builder-background .product-label.product-label-quickview {
    left: unset;
    right: -1rem;
    top: 0.5rem;
}
.pc-builder-background .product-label.product-label-quickview .btn{
    width:40px;
    border-radius:50%;
    font-size:12px;
    border:1px solid #E1E1E1;
    background:none;
    color:#B1B1B1;
}
.pc-builder-background .product-label.product-label-quickview .btn:hover{
    background:#E1E1E1;
}
.cart-wrapper-builder {
    flex: 0 0 20%;
    max-width: 20%;
}

.cart-wrapper-builder .inner-build {
    position: sticky;
    top: 20px;
}

div#steps-builder-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
}
div#pc-builder-section .cart_products {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #EBEBEB;
    background: #fff;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
}

div#pc-builder-section .selected-product .product-block {
    border: solid 2px #a5ce39;
}

div#pc-builder-section .product-block {
    border: solid 2px #fff;
}

div#pc-builder-section .pc_builder_cart_heading {
    padding: 1rem;
    border-radius: 5px 5px 0px 0px;
    background: #33393C;
    color: #fff;
}
div#pc-builder-section .pc_builder_cart_heading h3{
    margin-bottom:0px;
    font-size: 16px;
}
div#pc-builder-section .cart_row {
    display: flex;
    margin-top: 0.5rem;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    position: relative;
    padding-right: 1rem;
}
div#pc-builder-section .cart_row_image {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    justify-content: center;
}
div#pc-builder-section .cart_row_image img{
    max-width: 50px;
}
div#pc-builder-section .cart_row_info h4{
    font-size:13px;
    font-weight:500;
    color:#33393C;
    line-height:1.5;
    margin-bottom: 0.25rem;
}
div#pc-builder-section .cart_row_remove{
    position: absolute;
    top: 0rem;
    right: 1rem;
}
div#pc-builder-section .cart_row_remove i{
    color:#A1A1A1;
    font-size:11px;
}
div#pc-builder-section .cart_row_top_wrap {
    margin-right:2rem;
}
div#pc-builder-section .cart_row_subtotal {
    font-size: 14px;
    color: #231F20;
    font-weight: 700;
}
div#pc-builder-section .cart_totals {
    margin-left: 1rem;
    margin-right: 1rem;
    background: #EBEBEB;
    border-radius: 5px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
div#pc-builder-section .cart_totals .cart_totals_row {
    padding: 0.75rem;
    padding-left: 0px;
    padding-right: 0px;
    background:#fff;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0rem;
    border-radius:5px;
}
.cart_pc_builder_total_text {
    font-size:14px;
    font-weight:600;
    color:#231F20;
}
.cart_pc_builder_total_amount {
    font-size:18px;
    font-weight:700;
    color:#231F20;
}
.checkout-pc-builder-buttons {
    margin-left: 1rem;
    margin-right: 1rem;
}
.sudo-pc-builder-cart {
    margin-top:0.5rem;
    justify-content:center;
    display:flex;
    font-size:12px;
    color:#A1A1A1;
    align-items:center;
}
.sudo-pc-builder-cart i{
    margin-right:0.5rem;
}
div#pc-builder-section .checkout-pc-builder-buttons .btn.btn-primary {
    height: 50px;
}
.sorting-step-counter {
    margin-right: 3rem;
    border-right: 1px solid #EBEBEB;
    padding-right: 0.5rem;
}
.sorting-step-counter span{
    display:flex;
    align-items:center;
}
.sorting-step-counter label{
    margin-right:1rem;
    margin-bottom:0px;
}

div#filters-sorting select#input-sort-build {
    background:transparent;
    border:none;
    color:#707070;
    font-size:13px;
}
.sorting-step-counter label span{
    color:#33393C;
    font-weight:700;
    font-size:13px;
}
.wrap-filters-heading {
    align-items:center;
}

div#filters-sorting .ho-filters-wrapper{
    background: #F8F8F8;
    padding-top: 0px;
    transform:unset;
    width: 100%;
}
div#filters-sorting .ho-filters-wrapper .ho-filter-title{
    margin-bottom: 0rem;
    padding-bottom: 1rem;
    box-shadow: 0px 3px 6px #00000029;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
div#filters-sorting .filters-wrapper{
    padding: 1rem;
}
div#filters-sorting .ho-filters-wrapper .filters-wrapper .nav-item{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    padding: 0.35rem 0.7rem;
    border-radius: 3px;
}
div#filters-sorting .ho-filters-wrapper .filters-wrapper .nav-item:hover{
    color: #28AAE2;
    border:1px solid #28AAE2;
    transition:0.3s ease;
    cursor: pointer;
}
div#filters-sorting .navbar-nav > .nav-item > .nav-link{
    font-size: 14px;
    color: #A1A1A1;
}
div#filters-sorting .navbar-nav > .nav-item:hover > .nav-link{
    color: #28AAE2;
}
div#filters-sorting  .filters-sorting-wrapper .filter-group-filters-container {
    display:flex;
    max-width: 100%;
    flex-wrap: wrap;
}

div#filters-sorting  .filters-sorting-wrapper .ho-filters-wrapper .filter-group-filters-container .form-check .form-check-count{
    display:none;
}
div#filters-sorting  span.filter-group-title.tag-pc-builder {
    margin-bottom:1rem;
    display:flex;
    font-size:16px;
    color:#231F20;
    font-weight:700;
    margin-top:1rem;
    margin-left: 1rem;
}
div#filters-sorting .form-check-input{
    visibility:hidden;
    position:absolute;
}
div#filters-sorting .form-check-title{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    display:flex;
    margin-bottom:1rem;
    color: #A1A1A1;
    font-size: 14px;
}
div#filters-sorting .form-check-title:hover{
    color: #28AAE2;
    border:1px solid #28AAE2;
    transition:0.3s ease;
    cursor: pointer;
}
div#filters-sorting .form-check .form-check-input:checked + .form-check-title{
    background: #28AAE2;
    color:#fff;
    border:1px solid #28AAE2;
    transition:0.3s ease;
    cursor: pointer;
}

@media only screen and (max-width: 1550px) {
    .step-images-wrapper{
        overflow-x: scroll;
        padding-bottom: 1rem;
    }
    .col-image-wrapper {
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }  
    div#pc-builder-section .col-sm-20 {
        flex: 0 0 25%;
        max-width: 25%;
    }  
    .cart-wrapper-builder {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (max-width: 1200px) {
    div#pc-builder-section .col-sm-20 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    } 
    .cart-wrapper-builder {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media only screen and (max-width: 1025px) {
    .fix-your-pc span{
        font-size: 11px;
    }
    .col-image-wrapper{
        flex:0 0 25%;
        max-width: 25%;
    }
} 
@media only screen and (max-width: 550px) {   
    .step-counter-wrapper{
        display: none;
    }
    .cart-wrapper-builder {
        flex: 0 0 100%;
        max-width: 100%;
    }
    div#pc-builder-section .col-sm-20 {
        flex: 0 0 50%;
        max-width: 50%;
    } 
    .sorting-step-counter{
        margin-right: 5px;
    }
    .back-mob {
        display: none;
    }
    .fix-your-pc span{
        display: none;
    }
    .sorting-step-counter{
        display: none;
    }
    .col-image-wrapper {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
.loading-products {
    opacity: 0.1;
}
.load-section{
    display: none;
}
/* loading */
.load {
  height: 100vh;
  position: absolute;
  margin: 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  z-index: 111111;
  width: 80%;
}

.load .container {
  display: flex;
  align-items: center;
  width: 5%;
  height: var(--size);
}

.load .rotate {
  transform-style: preserve-3d;
/*   animation: 2s cubic-bezier(0.25, 0.1, 0.25, 1) -.94s infinite reverse rotate; */
  animation: 2s cubic-bezier(0.7, 0, 0.7, 1) 0s infinite normal rotate2;
}

.load .rotate-reverse {
  transform-style: preserve-3d;
/*   animation: 2s cubic-bezier(0.75, 0, 0.75, 0.9) -.94s infinite normal rotate; */
  animation: 2s cubic-bezier(0.7, 0, 0.7, 1) 0s infinite normal rotate-reverse;
}

.load .circle {
  width: calc(var(--size) / 2);
  height: calc(var(--size) / 2);
  border-radius: 50%;
}

.load .primary {
  background-color: #28aae2;
}

.load .tertiary {
  background-color: #231f20;
}

/* @keyframes rotate {
  from {
    transform: rotate3d(0, 1, 0, 0deg);
  }

  to {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
 */
@keyframes rotate2 {
  from {
    transform: rotateY(-60deg);
  }

  to {
    transform: rotateY(300deg);
  }
}

@keyframes rotate-reverse {
  from {
    transform: rotateY(60deg);
  }

  to {
    transform: rotateY(-300deg);
  }
}

.close-modal-pc-builder {
    color: #fff;
}

@media only screen and (max-width: 550px) {   
    div#filters-sorting span.filter-group-title.tag-pc-builder {
        margin-bottom: 0.5rem;
        display: flex;
        font-size: 16px;
        color: #231F20;
        font-weight: 700;
        margin-top: 0.5rem;
        margin-left: 0.5rem;
    }
    div#filters-sorting .form-check-title{
        padding: 0.5rem 1rem;
        font-size: 12px;
    } 
    .row.m-0-mobile {
        margin-left: 0px;
        margin-right: 0px;
    }
    div#product-section-builder .product-layout .product-block .product-block-caption .product-block-title .product-name a {
        font-size: 11px;
    }
    .pc-builder-background .product-label.product-label-quickview{
        right: 0rem;
    }
    div#product-section-builder .product-layout .product-block .product-block-price .amount{
        font-size: 17px;
    }
    div#product-section-builder .product-layout .product-block .product-block-caption .product-block-title{
        margin-top: 0rem;
    }
    div#filters-sorting .ho-filters-wrapper{
         width: 50%;
    }
}    


/* PC BUILDER OVERRIDES */
	div#product-section-builder .product-block-add-cart .btn {
		padding: 0;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	div#product-section-builder .product-block-add-cart .btn i {
		font-size: 24px;
		color: #fff;
		line-height: 1;
		font-weight: 100;
	}

	div#pc-builder-section .step-image-wrapper {
		border-radius: 0;
		background: #fff;
	}

	.filters-sorting-wrapper {
		padding: 1rem;
		border-radius: 0;
		background: #fff;
	}
	
	div#pc-builder-section .pc_builder_cart_heading {
		border-radius: 0;
	}

	div#pc-builder-section .cart_totals {
		border-radius: 0;
	}

	div#pc-builder-section .cart_totals .cart_totals_row {
		border-radius: 0;
	}

	.pc-builder-background .product-label.product-label-quickview .btn {
		width: 40px;
		height: 40px;
		padding: 0;
		line-height: 1;
		min-height: 0;
		background: #fff;
	}

	.pc-builder-background .product-label.product-label-quickview {
		right: 0;
		top: 0;
	}

	.product-layout .product-block .product-block-add-cart {
		margin-top: 0;
	}

	.product-block-bottom-actions {
		border-bottom: none;
		padding-bottom: 0;
		margin-top: .5rem;
		border-top: solid 1px rgba(0,0,0,0.2);
	}	
	
	#logo_fill path {
		fill:#fff;
	}	
	#logo_fill circle {
		fill:#fff;
	}
	
	.header-pc-builder #logo a {
		display: flex;
		width: 100%;
	}	
	
/* PC BUILDER OVERRIDES */