/*your custom css goes here*/

.aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    display: none;
}

.category-nav-element {
    position: relative;
}

.aiz-category-menu .sub-cat-menu {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    left: 100%;
    max-height: auto;
    min-height: 30px;
    height: auto;
    overflow: visible;
    top: 0;
    z-index: 9;
    background-color: #fff;
    overflow-y: visible;
}

.aiz-category-menu ul li:hover > .sub-cat-menu {
    display: block !important;
}

.aiz-category-menu .sub-cat-menu ul li {
    margin: 0 8px;
}

.aiz-category-menu .sub-cat-menu ul li a:hover {
    padding-left: 5px;
}

.aiz-category-menu .sub-cat-menu ul li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.aiz-category-menu .sub-cat-menu.li-wraping-enabled {
    max-width: 550px;
    width: auto;
    min-width: 400px;
}

.aiz-category-menu .sub-cat-menu.li-wraping-enabled > ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    
}

.aiz-category-menu .sub-cat-menu.li-wraping-enabled > ul li {
    width: calc(50% - 16px);
}

.auction-carousel.gutters-10 .carousel-box {
    padding-left: 10px;
    padding-right: 10px;
}

.auction-carousel .slick-prev:hover, .aiz-carousel .slick-next:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}

.auction-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50em;
    border: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
        0 3px 1px 0 rgba(20, 23, 28, 0.1);
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.auction-count-down {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.auction-count-down .countdown-item {
    text-align: center;
}

.auction-count-down .countdown-item .countdown-digit {
    background: #f7f7f7;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 3px;
    color: #3b5998;
    font-weight: 600;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.auction-count-down .countdown-item .countdown-name {
    font-size: 12px;
    font-weight: 600;
    color: #757575;
}

.all-categories ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.collapse-icon .collapse-icon-wrap {
    position: relative;
    width: 16px;
    height: 100%;
}

.collapse-icon .line-one {
    width: 16px;
    height: 1px;
    background: #63666b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.collapse-icon .line-two {
    width: 16px;
    height: 1px;
    background: #63666b;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

[aria-expanded=true] .collapse-icon .line-two {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
}

.aiz-mobile-category-side-nav .aiz-user-sidenav-wrap{
    display: block;
    max-width: initial;
    border: 0;
}


/* Pc Builder CSS start */

#pc-build-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

#pc-build-section .text-logo {
    font-size: 18px !important;
}

#pc-build-section .pcb-head .actions .action i {
    color: #EF4A23;
}

#pc-build-section .actions .all-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pc-build-section .pcb-head .actions .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #c4c4c4;
}

#pc-build-section .actions .action:last-child {
    border-right: none;
}

#pc-build-section .actions .action .action-text {
    font-size: 12px;
    color: #757575;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}

#pc-build-section .actions .action:hover .action-text {
    color: #000;
}

#pc-build-section .top-content {
    border: 1px solid #C3C8EB;
}

#pc-build-section .pcb-inner-content-wrap {
    border: 1px solid #C3C8EB;
    border-top: none;
    padding: 40px 70px;
}

#pc-build-section .pcb-inner-content-wrap .left .site-url a {
    color: #EF4A23;
    font-size: 15px;
}

#pc-build-section .pcb-inner-content-wrap .left .site-url a:hover {
    text-decoration: underline;
}

#pc-build-section .total-amount {
    min-width: 140px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#pc-build-section .estimated-watt {
    background: #FFF;
    border: 1px dashed #EF4A23;
    position: relative;
}

#pc-build-section .estimated-watt .amount {
    font-size: 18px;
    color: #111;
}

#pc-build-section .estimated-watt .items {
    font-size: 11px;
    font-weight: bold;
    color: #808996;
}

#pc-build-section .estimated-watt .betaa {
    top: 5px;
    right: 8px;
    position: absolute;
    color: #3749BB;
    font-weight: bolder;
    font-size: 10px;
}

#pc-build-section .t-price {
    background: #3749BB;
    border: 1px solid #3749BB;
    color: #FFF;
}

#pc-build-section .t-price .amount {
    font-size: 18px;
}

#pc-build-section .t-price .items {
    font-size: 11px;
    font-weight: bold;
}

#pc-build-section .pcb-content {
    padding-top: 40px;
}

#pc-build-section .pcb-content .content-label {
    background: #808996;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
}

#pc-build-section .pcb-content .c-item .img {
    background: rgba(55, 73, 187, 0.1);
    border-radius: 3px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-align: center;
    flex: 0 0 60px;
}

#pc-build-section .c-item .details .component-name {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    padding-bottom: 7px;
}

#pc-build-section .c-item.blank .details .product-name {
    background: #F2F3F4;
    min-height: 12px;
    max-width: 80%;
    margin-top: 4px;
}

#pc-build-section .c-item .item-price {   
    width: 50%;
    margin: 10px 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    position: relative;
}

#pc-build-section .pcb-inner-content .actions {
    width: 50%;
}

#pc-build-section .c-item {
    border-bottom: 1px solid #eee;
}

#pc-build-section .c-item.blank .item-price:after {
    content: "";
    display: block;
    min-height: 12px;
    background: #F2F3F4;
    width: 100%;
}

#pc-build-section .action-btn-choose {
    display: block;
}

#pc-build-section .item-left-content {
    width: 65%;
}

#pc-build-section .item-left-content .right {
    width: 100%;
}

#pc-build-section .item-right-content {
    width: 30%;
}

#pc-build-section .st-outline {
    background: #3749BB;
    display: inline-block;
    border: 2px solid #3749BB;
    padding: 0 20px;
    margin: 0;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#pc-build-section .st-outline {
    background: none;
    color: #3749BB;
}

#pc-build-section .st-outline:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    text-decoration: none;
}

#pc-build-section .st-outline:hover {
    background: #3749BB;
    color: #fff;
    text-decoration: none;
}

#pc-build-section .pcb-inner-content .action-items a {
    font-size: 18px;
    color: #666;
    margin: 0 5px;
}

#pc-build-section .pcb-inner-content .action-items a:hover {
    color: #EF4A23;
}

#pc-build-section .item-price-small-device {
    display: none;
}

@media screen and (max-width: 950px ) {
    #pc-build-section .item-left-content {
        width: 55%;
    }
    
    #pc-build-section .item-right-content {
        width: 35%;
    }
}

@media screen and (max-width: 790px ) {
    #pc-build-section .pcb-inner-content-wrap {
        border: 1px solid #C3C8EB;
        border-top: none;
        padding: 40px 40px;
    }

    #pc-build-section .c-item .item-price {   
        display: none;
    }

    #pc-build-section .item-left-content {
        width: 70%;
    }

    #pc-build-section .item-right-content {
        width: 25%;
    }

    #pc-build-section .item-right-content {
        justify-content: end !important;
    }

    #pc-build-section .item-price-small-device {
        display: block;
    }
}



.pc-build-product .product-image {
    width: 20%;
    overflow: hidden;
}

.pcb-container .component-name {
    position: relative;
}

.suggestion-dropdown .suggestion-dropdown-menu {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: calc( 100% - 10px );
    pointer-events: none;
    transition: .4s;
}

.suggestion-dropdown .head {
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 12px;
    display: none;
}

.suggestion-dropdown .head button {
    font-size: 16px;
    color: #63666b;
    border: none;
    border-radius: 0;
}

.suggestion-dropdown .suggestion-dropdown-menu .menu-wrap {
    background: #FFF;
    border: 1px solid rgba(20, 23, 28, 0.1);
    border-radius: 5px;
}

.suggestion-dropdown:hover .suggestion-dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.suggestion-dropdown button {
    background: none;
    border: 1px solid #3749BB;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px 2px 3px;
    margin-left: 10px;
}

.suggestion-dropdown button .icon {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #3749BB;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #3749BB;
}

.suggestion-dropdown button .content {
    font-size: 10px;
    line-height: 7px;
    color: #3749BB;
    display: inline-block;
    margin-left: 3px;
    font-style: italic;
    font-weight: 600;
}

.suggestion-dropdown {
    display: inline-block;
}

/* .suggestion-dropdown .suggestion-dropdown-menu {
    width: 560px;
} */

.suggestion-dropdown .suggestion-item {
    width: 160px;
    margin-left: 7px;
    margin-right: 7px;
}

.pc-build-product .product-item:hover .aiz-p-hov-icon a {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.pc-build-product .product-description {
    width: 50%;
}

.pc-build-product .product-action {
    width: 30%;
}

.pc-build-product .product-name:hover {
    color: #3b5998;
}

.pc-build-product .product-choice-option {
    color: rgb(139, 139, 139) !important;
}

.pc-build-product .show-more-btn {
    background: none;
    border: none;
    outline: none;
    font-weight: 700;
    color: #3b5998;
    opacity: .9;
}

@media (max-width: 575.98px) {

    .pcb-container .component-name {
        position: static;
    }

    .pc-build-product .product-image {
        width: 100%;
    }

    .pc-build-product .product-description {
        width: 100%;
    }

    .pc-build-product .product-action {
        width: 100%;
    }

    .suggestion-dropdown {
        position: absolute;
        right: -10px;
    }

    .suggestion-dropdown .suggestion-dropdown-menu {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        position: fixed;
        z-index: 99999;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .suggestion-dropdown .suggestion-overlay {
        position: fixed;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
        height: 100vh;
        width: 100vw;
        content: '';
    }

    .suggestion-dropdown .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .suggestion-dropdown:hover .suggestion-dropdown-menu {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .suggestion-dropdown.active .suggestion-dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    
    .suggestion-dropdown.active .suggestion-overlay {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
}

@media screen and (max-width: 767px) {
    
    .suggestion-dropdown .suggestion-dropdown-menu {
        width: 360px;
    }

    .suggestion-dropdown .suggestion-item {
        width: 45%;
    }
}

/* Pc Builder CSS end */