/*
 Theme Name:  Divi Electronics Store
 Theme URI:    https://divilife.com
 Description:  Divi WooCommerce Child Theme by Divi Life
 Author:       Divi Life — Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


/***MAIN HEADER Additional styling start***/

#et-boc .top-bar-blurb .et_pb_blurb_content { 
    display: flex !important; 
    align-items: center; 
}
#et-boc .top-bar-blurb .et_pb_blurb_container { 
    display: flex !important; 
    align-items: center; 
    padding-left: 0 !important;
}

#et-boc .custom-main-menu-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#et-boc .custom-main-menu-module .et_pb_menu__menu, 
#et-boc .custom-main-menu-module .et-menu-nav, 
#et-boc .custom-main-menu-module .et-menu { width: 100%; }

@media(max-width: 980px) {
    .et-db #et-boc .top-bar-menu-module .et_pb_menu__menu { display: flex !important; }
    .et-db #et-boc .top-bar-menu-module .et_mobile_nav_menu { display: none !important; }
}

@media(min-width: 681px) {
    #et-boc .custom-main-menu-column .et_pb_menu__menu { display: flex !important; }
    #et-boc .custom-main-menu-column .et_mobile_nav_menu,
    #et-boc .custom-main-menu-row .et_pb_menu__wrap > .wpmenucart-contents { 
        display: none !important; 
    }

    #et-boc .custom-main-menu-search { 
        width: calc(100% - 312px);
        max-width: 600px;
    }
    
    #et-boc .custom-main-menu-module.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
        margin: 10px 5% 10px 0;
    }
    #et-boc .custom-main-menu-module.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
        padding: 10px 0;
    }
    
    #et-boc .custom-main-menu-module.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.wpmenucartli {
        position: absolute !important;
        right: 0;
        top: -54px;
        padding: 0;
        margin: 0 !important;
    }
}

@media(max-width: 680px) {
    #et-boc .custom-main-menu-row .custom-main-menu-logo { order: 1; }
    #et-boc .custom-main-menu-row .custom-main-menu-module { 
        order: 2;
        width: auto !important;
        margin: 0 0 0 auto;
    }
    .et-db #et-boc .custom-main-menu-row .et_pb_module.custom-main-menu-search { 
        order: 3;
        width: 100%; 
        margin: 10px 0 !important;
    }
    
    #et-boc .custom-main-menu-row .et_pb_menu__wrap > .wpmenucart-contents {
        display: flex;
        align-items: flex-end;
        margin-right: 10px;
    }
    #et-boc .custom-main-menu-row .et_pb_menu__wrap > .wpmenucart-contents .amount { 
        line-height: 1em;
        font-weight: bold;
    }
    .et-db #et-boc .custom-main-menu-row .custom-main-menu-module ul.et_mobile_menu {
        top: 48px;
        min-width: 284px;
        left: auto;
        right: 0;
        text-align: right;
    }
}

#et-boc .custom-main-menu-search .aws-container .aws-search-field,
#et-boc .custom-main-menu-search .aws-container .aws-search-form .aws-form-btn { 
    border: inherit; 
    background: #fff;
}

#et-boc .custom-main-menu-row .wpmenucart-contents { 
    position: relative; 
    padding: 0 !important;
}

#et-boc .custom-main-menu-row a.wpmenucart-contents,
#et-boc .custom-main-menu-row .custom-main-menu-module.et_pb_menu ul li:hover>a.wpmenucart-contents:hover { color: #333 !important; }

#et-boc .custom-main-menu-module .wpmenucart-contents .wpmenucart-icon-shopping-cart-0 {
    font-size: 200%;
}
#et-boc .custom-main-menu-row .cartcontents {
    position: absolute;
    top: 0;
    left: 15px;
    width: 20px;
    height: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background: #3452ff;
    color: #fff;
    border-radius: 20px;
}

#et-boc .custom-main-menu-row .wpmenucart-contents .amount { 
    margin-left: 10px;
    text-align: left;
}
#et-boc .custom-main-menu-row .wpmenucart-contents .amount:before {
    content: 'Your Cart';
    display: block;
    margin: 4px 0;
    font-size: 12px;
    text-transform: none;
}

/***MAIN HEADER Additional styling end***/


/***CUSTOM FOOTER Column width restructure for desktop start***/

@media(min-width: 981px) {
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column { width: 16.25%; }
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column:nth-of-type(1) { 
        width: 31%; 
    }
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column:nth-of-type(2) { width: 20%; }
}

/***CUSTOM FOOTER Column width restructure for desktop end***/


/***GLOBAL STAR RATING styling start***/

/***Remove the duplicate star rating on product blocks***/
.woocommerce ul.products li.product .star-rating + .star-rating { display: none !important; }

.woocommerce .star-rating span:before, 
.woocommerce-page .star-rating span:before,
.woocommerce p.stars a {
    color: #fdc460;
}

/***GLOBAL STAR RATING styling end***/


/***GLOBAL Quick View additional styling start***/

.xoo-qv-button { 
    border-radius: 5px; 
    display: flex !important; 
    align-items: center; 
    justify-content: center;
    white-space: nowrap;
}
.xoo-qv-btn-icon { 
    margin: 0 8px 0 -6px;
    transform: scaleX(-1);
    line-height: 1.1em;
}
.xoo-qv-button .xooqv-eye:before {
    content: '\55';
    font-family: ETmodules;
}

/***Quick View POPUP styling start***/

.xoo-qv-container { 
    width: 80%; 
    left: 10%;
    right: 10%;
}

@media(min-width: 768px) {
    .xoo-qv-container .xoo-qv-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .xoo-qv-container .xoo-qv-summary { padding: 16px 3% 16px 0; }
}
@media(max-width: 767px) {
    .xoo-qv-container .xoo-qv-summary { padding: 0 5% 30px; }
}

.xoo-qv-summary .product_title.entry-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xoo-qv-summary .price { margin-bottom: 20px; }

.xoo-qv-container.woocommerce div.product form.cart { margin: 24px 0; }

.xoo-qv-container.woocommerce .quantity input.qty {
    font-size: 18px !important;
    text-align: center !important;
    color: #666 !important;
    border: 1px solid #666666 !important;
    background: #FFFFFF !important;
}
@media (min-width: 981px) {
    .xoo-qv-container.woocommerce .quantity input.qty { padding-left: 15px; }
}

.xoo-qv-container.woocommerce div.product form.cart .button {
    color: #fff;
    padding: 12.5px 19px !important;
}
.xoo-qv-container.woocommerce div.product form.cart .button:after { display: none; }

.xoo-qv-container .xoo-qv-summary .product_meta {
    padding-top: 18px;
    margin-bottom: 10px;
}

.xoo-qv-container .xoo-qv-summary .xoo-qv-plink {
    padding: 10px 20px;
    border-radius: 3px;
}

/***Quick View POPUP styling end***/

/***GLOBAL Quick View additional styling end***/


/***HOMEPAGE Additional styling start***/

.custom-optin-module .et_pb_newsletter_footer { margin-top: 0; }

@media(max-width: 500px) {
    #et-boc .custom-optin-module.et_pb_subscribe.et_pb_subscribe .et_pb_newsletter_button.et_pb_button {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 30px;
        width: 100%;
    }	
}


/***HP Shop Module Grid start***/

#main-content:not(.et-fb-root-ancestor) .product-grid_tab-content {
    display: none;
}
#main-content .product-grid_tab-content.active-tab-content {
    display: block;
}
.product-grid_tab-title { cursor: pointer;}
.product-grid_tab-title.active-tab { 
  border-bottom: 2px solid;
  border-color: inherit;
}

.hp-shop-module .products .product {
    display: flex;
    flex-direction: column;
}

.hp-shop-module .products .product .price { 
    order: 1; 
    padding: 4px 0 16px;
    width: calc(100% - 40px);
    line-height: 1.2em;
}
.hp-shop-module .products .product .woocommerce-LoopProduct-link { order: 2; }
.hp-shop-module .products .product .star-rating { 
    order: 3;
    margin: 12px auto !important;
}
.hp-shop-module .products .product .product-categories { 
    order: 4; 
    font-weight: 600;
}
.hp-shop-module .products .product .product-categories > a { color: #999; }
.hp-shop-module .products .product .product-categories > a:hover { color: #3452ff; }

.hp-shop-module .products .product .product-title-link {
    order: 5;
    display: block;
}
#et-boc .hp-shop-module .products .product .xoo-qv-button { 
    order: 6;
    color: #fff;
    position: absolute;
    right: 14px;
    width: 22px;
    height: 22px;
    justify-content: flex-start;
    border-radius: 30px;
    padding: 17px;
    background: #666666;
}
#et-boc .hp-shop-module .products .product .xoo-qv-button:hover {
    background: #3452ff;
}

.hp-product-grid .products .product:first-child .product-categories > a { color: #666; }
.hp-product-grid .products .product:first-child .product-categories > a:hover {color: #3452ff;}

@media(min-width: 981px) {
    .hp-shop-module.hp-product-grid .products { 
        position: relative;
        padding-left: 30%; 
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 !important;
        min-height: 555px;
    }
    
    .hp-shop-module.hp-product-grid .products .product {
        float: none !important;
        clear: both;
        width: 30.33% !important;
        margin: 0 0 20px 3% !important;
    }
    .hp-shop-module.hp-product-grid .products .product:nth-child(n+5) {
        margin-bottom: 0 !important;
    }
    
    .hp-shop-module.hp-product-grid .products .product:first-child {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 30% !important;
        justify-content: center;
        margin: 0 !important;
        padding: 30px 10px !important;
    }
    
    .hp-product-grid .products .product:first-child .woocommerce-LoopProduct-link { order: 1; }
    .hp-product-grid .products .product:first-child .product-categories { 
        order: 2; 
        margin: 30px 0 10px;
    }
    .hp-product-grid .products .product:first-child .product-title-link { order: 3; }
    .hp-product-grid .products .product:first-child .star-rating { 
        order: 4; 
        font-size: 16px !important;
    }
    .hp-product-grid .products .product:first-child .price { 
        order: 5; 
        text-align: center !important;
        width: 100%; 
        padding: 20px 0 30px;
    }

    #et-boc .hp-product-grid .products .product:first-child .xoo-qv-button { 
        position: relative;
        right: auto;
        width: 80%;
        max-width: 200px;
        height: auto;
        justify-content: center;
        border-radius: 5px;
        background: #3452ff
    }

    .hp-product-grid .products .product:first-child .product-title-link > * { 
        font-size: 26px !important; 
        padding: 0;
    }
    .hp-product-grid .products .product:first-child .price .woocommerce-Price-amount.amount{ 
        font-size: 26px !important;
        color: #3452ff !important;
    }
}

@media(max-width: 519px) {
    .et-db #et-boc .hp-shop-module .products { 
        display: flex; 
        flex-wrap: wrap; 
    }
    .et-db #et-boc .et-l .et_pb_shop.hp-product-grid ul.products li.product,
    .et-db #et-boc .hp-product-grid ul.products li.product { 
        width: 100% !important; 
        margin: 0 0 30px !important; 
    }
}

@media(max-width: 413px) {
    .product-grid_tab-title.et_pb_blurb.et_pb_module {
        width: 40%;
        margin: 0 15% 20px 0 !important;
    }
    .product-grid_tab-title.et_pb_blurb.et_pb_module:nth-of-type(even) { 
        margin-right: 0 !important; 
    }
    .product-grid_tab-title.et_pb_blurb.et_pb_module:nth-last-child(-n+2) { 
        margin-bottom: 0 !important; 
    }
}

/***HP Shop Module Grid end***/


/***HP COUNTDOWN Section styling start***/

.hp-countdown-module.et_pb_countdown_timer  .sep.section { display: none; }

@media(max-width: 404px) {
    .hp-countdown-module.et_pb_countdown_timer .et_pb_countdown_timer_container .section { 
        width: calc(50% - 12px); 
        max-width: none;
    }
}

.hp-special-offer-product .woocommerce .products { margin: 0; }
.hp-special-offer-product .woocommerce.columns-1 ul.products li.product { 
    width: 100% !important; 
    margin: 0 !important;
}
.hp-special-offer-product .product .product-categories,
.hp-special-offer-product .product .xoo-qv-button { display: none !important; }

.hp-special-offer-product .woocommerce .products .product .star-rating { 
    margin: 0 0 20px !important; 
}

/***HP COUNTDOWN Section styling end***/


/***HP BLOG Grid styling start***/

.hp-blog-grid .et_pb_post {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.hp-blog-grid .et_pb_post .et_pb_image_container { margin: 0; order: 1; }
.hp-blog-grid .et_pb_post .entry-featured-image-url { margin-bottom: 16px; }

.hp-blog-grid .et_pb_post .post-meta {
    order: 2;
    text-indent: -999px;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
}
.hp-blog-grid .et_pb_post .post-meta > * { text-indent: 0; }

.hp-blog-grid .et_pb_post .post-meta > a:last-of-type { margin-right: auto; }
.hp-blog-grid .et_pb_post .post-meta > a { text-transform: uppercase; }

.hp-blog-grid .et_pb_post .comments-number-icon { margin: 0 8px 0 20px; }
.hp-blog-grid .et_pb_post .comments-number-icon:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    padding-top: 4px;
    background: url(/wp-content/uploads/2021/02/comment-icon.png) center no-repeat;
    background-size: 100% auto;
}

.hp-blog-grid .et_pb_post .entry-title { order: 3; padding-bottom: 5px; }
.hp-blog-grid .et_pb_post .published { order: 4; color: #999; }
.hp-blog-grid .et_pb_post .post-content { order: 5; }

/***HP BLOG Grid styling end***/


/***HP SLIDERS additional styling start***/

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    margin: 0 -16px;
    padding: 0;
    overflow: hidden;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
  
.dl-products-slider ul.products li.product.slick-slide {
    position: relative;
    float: left !important;
    height: 100%;
    min-height: 1px;
    clear: none !important;
    margin: 0 16px 30px !important;
}

.dl-blog-slider .et_pb_post {
    float: left;
    margin: 0 16px;
}

.dl-custom-slider ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -66px;
    right: 0;
}
.dl-custom-slider ul.slick-dots li::marker {
    content: '';
    display: none !important;
    color: transparent;
    z-index: -99999;
}

.dl-custom-slider ul.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    background: #eaeaea;
    color: transparent;
    font-size: 0;
    text-indent: -999px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.dl-custom-slider ul.slick-dots li.slick-active button { background: #858585; }

/***HP SLIDERS additional styling end***/

/***HOMEPAGE Additional styling end***/


/***BLOG PAGES - single and blog page start***/

/***Single Blog page start***/

.custom-comment-icon .comments-number:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    background: url(/wp-content/uploads/2021/02/comment-icon.png) center no-repeat;
    background-size: 100% auto;
}

.et_monarch .et_pb_section .single-blog-page-main-row .et_social_inline_bottom {
    margin: 30px 0 10px;
}
.et_monarch .et_pb_section .single-blog-page-main-row .et_social_inline_bottom:before {
    content: 'Share this post';
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.et_monarch .et_pb_section .single-blog-page-main-row .et_social_inline_bottom .et_social_icon,
.et_monarch .et_pb_section .single-blog-page-main-row .et_social_inline_bottom .et_social_overlay {
    display: none;
}
.et_monarch .single-blog-page-main-row .et_social_left .et_social_network_label {
    margin: 0;
    padding: 0;
}
.et_monarch .single-blog-page-main-row .et_social_left .et_social_network_label .et_social_networkname { margin-left: 0; }

/***Single Blog Page end***/

/***Blog Page - Blog List start***/

.blog-page-list .et_pb_post { display: flex; flex-direction: column; }
.blog-page-list .et_pb_post .entry-featured-image-url { order: 1; }

.blog-page-list .pagination {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-page-list .pagination:after { display: none; }

.blog-page-list .pagination a { display: block; }

.blog-page-list .pagination .alignleft a:after {
    content: '\24';
    font-family: ETmodules;
    display: inline-block;
    margin-left: 10px;
    line-height: 1em;
    vertical-align: middle;
}

.blog-page-list .pagination .alignright a:before {
    content: '\23';
    font-family: ETmodules;
    display: inline-block;
    margin-right: 10px;
    line-height: 1em;
}

/***Blog Page - Blog List end***/

/***Blog Sidebar start***/

.et_pb_module.custom-blog-sidebar.et_pb_widget_area .et_pb_widget {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 38px !important
}
.et_pb_module.custom-blog-sidebar.et_pb_widget_area .et_pb_widget:last-child { 
    margin-bottom: 0 !important; 
}

.et_pb_module.custom-blog-sidebar.et_pb_widget_area .et_pb_widget .widgettitle { 
    padding-bottom: 20px; 
}

.custom-blog-sidebar .widget_search input#s, 
.custom-blog-sidebar .widget_search input#searchsubmit {
    height: 50px !important;
    border: 1px solid #999;
    padding: 10px 14px;
    border-radius: 5px;
    color: #333;
}
.custom-blog-sidebar .widget_search input#searchsubmit::-webkit-input-placeholder { 
    color: #999; 
}
.custom-blog-sidebar .widget_search input#searchsubmit { opacity: 0; width: 50px; }

.custom-blog-sidebar  .widget_search label.screen-reader-text {
    width: 58px;
    height: 100%;
    display: block;
    clip: unset;
    clip-path: unset;
    right: 0;
    font-size: 0;
    color: transparent;
    text-indent: -999px;
}
.custom-blog-sidebar .widget_search label.screen-reader-text:after {
    content: '\55';
    font-family: ETmodules;
    font-size: 16px;
    color: #333;
    position: absolute;
    padding: 13px 20px;
    text-align: center;
    transform: scaleX(-1);
    top: 1px;
    right: 0;
    font-weight: 900;
    text-indent: initial;
}

.custom-blog-sidebar .et_pb_widget .recent-posts-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 24px;
}

.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-thumb {
    width: 80px;
    height: 80px;
    box-sizing: content-box;
    margin: 0 18px 0 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-thumb > a,
.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-thumb img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-text { 
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
}
.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-date {
    font-size: 80%;
    line-height: 1.2em;

}

/***Blog Sidebar end***/

/***BLOG PAGES - single and blog page end***/


/***SHOP & PRODUCT CATEGORIES ARCHIVES PAGES additional styling start***/

/***Products Grid start***/

.shop-archive-product-grid .woocommerce { 
    display: flex; 
    flex-wrap: wrap; 
    border-color: inherit; 
}

.shop-archive-product-grid .woocommerce-notices-wrapper { order: 2; }
.shop-archive-product-grid .woocommerce-ordering { 
    order: 3; 
    margin-right: 30px; 
    margin-left: -14px;
}
.shop-archive-product-grid .woocommerce-result-count { 
    order: 4; 
    margin-left: auto; 
    margin-top: 6px;
}
.shop-archive-product-grid .products { order: 5; margin: 14px 0 !important; }
.shop-archive-product-grid .woocommerce-pagination { order: 6; margin: 0 auto; }

.shop-archive-product-grid .woocommerce-ordering select.orderby {
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
}

.shop-archive-product-grid .products .product {
    display: flex;
    flex-direction: column;
}

.shop-archive-product-grid .products .product .woocommerce-LoopProduct-link { order: 1; }
.shop-archive-product-grid .products .product .product-categories { 
    order: 2; 
    font-weight: 600;
}
.shop-archive-product-grid .products .product .product-title-link {
    order: 3;
    display: block;
}
.shop-archive-product-grid .products .product .price { order: 4; }
.shop-archive-product-grid .products .product .star-rating { 
    order: 5;
    margin: 14px auto 24px !important;
}
#et-boc .shop-archive-product-grid .products .product .xoo-qv-button { 
    order: 5; 
    width: 80%;
    max-width: 160px;
    color: #fff;
}

.shop-archive-product-grid .woocommerce-pagination {
    width: 100%;
    border-top: 1px solid;
    border-color: inherit;
    padding-top: 44px;
    margin-top: 10px;
}

.shop-archive-product-grid .woocommerce-pagination .page-numbers,
.shop-archive-product-grid .woocommerce-pagination .page-numbers li { border: none; }

.et-db #et-boc .shop-archive-product-grid .woocommerce-pagination .page-numbers li .page-numbers {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    margin: 0 10px;
}

.et-db #et-boc .shop-archive-product-grid .woocommerce-pagination .page-numbers li .page-numbers:hover { background: #fff; }

.et-db #et-boc .shop-archive-product-grid .woocommerce-pagination .page-numbers li span.page-numbers { color: #3452ff; }

@media(max-width: 519px) {
    .et-db #et-boc .shop-archive-product-grid .products { 
        display: flex; 
        flex-wrap: wrap; 
    }
    .et-db #et-boc .et-l .et_pb_shop.shop-archive-product-grid ul.products li.product,
    .et-db #et-boc .shop-archive-product-grid ul.products li.product { 
        width: 100% !important; 
        margin: 0 0 30px !important; 
    }
}

/***Products Grid end***/

/***Shop Sidebar start***/

.shop-archive-sidebar .widget_aws_widget .widgettitle { display: none; }

#et-boc .shop-archive-sidebar .aws-container .aws-search-form { 
    border: 1px solid #999; 
    border-radius: 5px;
    overflow: hidden;
}
#et-boc .shop-archive-sidebar .aws-container .aws-search-form .aws-search-field,
#et-boc .shop-archive-sidebar .aws-container .aws-search-form .aws-form-btn {
    background: #fff;
    border: none;
}

.shop-archive-sidebar .widget_product_categories .select2-container--default .select2-selection--single {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 6px;
    height: auto;
}

.shop-archive-sidebar .widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}

.post-type-archive-product .select2-dropdown,
.tax-product_cat .select2-dropdown { margin-top: 32px; }

.woocommerce .shop-archive-sidebar .widget_price_filter .ui-slider-horizontal { 
    height: 2px; 
    background: #999;
}
.woocommerce .shop-archive-sidebar .widget_price_filter .ui-slider .ui-slider-range { 
    background-color: #3452ff; 
}
.woocommerce .shop-archive-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 6px;
    top: -5px;
}

.woocommerce .shop-archive-sidebar .widget_price_filter .price_slider_amount { 
    margin-top: 20px; 
}
.woocommerce .shop-archive-sidebar .widget_price_filter .price_slider_amount .price_label {
    float: left;
}
.woocommerce .shop-archive-sidebar .widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 2px 10px !important;
    font-size: 12px !important;
}

.shop-archive-sidebar .widget_recently_viewed_products .product_list_widget li:first-child {
    padding-top: 0;
}
.shop-archive-sidebar .widget_recently_viewed_products .product_list_widget li a { 
    display: block; 
    line-height: 1.2em; 
}
.shop-archive-sidebar .widget_recently_viewed_products .product_list_widget li a img {
    width: 60px;
    float: left;
    margin: 0 10px 0 0;
}


.shop-archive-sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message { 
    line-height: 1.4em; 
}

.shop-archive-sidebar .woocommerce.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 12px 0;
    margin: 0 0 20px!important;
    border-bottom: 1px solid #ccc;
}

.shop-archive-sidebar .woocommerce .widget_shopping_cart .cart_list li a.remove, 
.shop-archive-sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 0;
}

.shop-archive-sidebar .widget_shopping_cart .cart_list li a:not(.remove) {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1.2em !important;
    margin-bottom: 16px;
    padding-right: 28px;
}

.shop-archive-sidebar .widget_shopping_cart .cart_list li a img.attachment-woocommerce_thumbnail {
    width: 60px;
    margin: 0 16px 0 0;
    float: none;
}

.shop-archive-sidebar .widget_shopping_cart .cart_list li .variation {
    padding-left: 0;
    border: none;
    line-height: 1.4em;
    margin-right: 20px;
}
.shop-archive-sidebar .widget_shopping_cart .cart_list li .variation dd {  margin: 0 0 0 6px; }

.shop-archive-sidebar .widget_shopping_cart .cart_list li .quantity {
    text-align: right;
    line-height: 1.4em;
    margin: 0 0 0 auto;
}

.shop-archive-sidebar .widget_shopping_cart_content .woocommerce-mini-cart__total {
    border-top: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: right;
    line-height: 1.4em;
}

.shop-archive-sidebar .widget_shopping_cart_content .woocommerce-mini-cart__buttons { 
    text-align: right; 
    margin: 0 -6px; 
}
.et-db #et-boc .shop-archive-sidebar .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
    margin: 10px 6px 0 !important;
    font-size: 12px;
}

/***Shop Sidebar end***/

/***SHOP & PRODUCT CATEGORIES ARCHIVES PAGES additional styling start***/


/***SINGLE PRODUCT PAGE start***/

.woocommerce div.product .single-product-ratings-top .woocommerce-product-rating { 
    margin-bottom: 0; 
}
@media(min-width: 981px) {
    .single-product-add-cart-module .quantity input.qty { padding-left: 15px; }
}

.single-product-woo-tabs.et_pb_tabs .et_pb_tabs_controls li a { padding: 0; }

.single-product-woo-tabs .woocommerce-Reviews-title,
.single-product-woo-tabs .woocommerce-noreviews { padding: 0; margin-bottom: 20px; }
.single-product-woo-tabs #reviews #commentform { margin-top: 20px; }
.single-product-woo-tabs #reviews #commentform .comment-form-rating > label,
.single-product-woo-tabs #reviews #commentform .comment-form-comment { 
    margin-bottom: 10px;
    padding: 0;
    display: block;
}
.single-product-woo-tabs #review_form #respond textarea {
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 20px;
    height: 100px;
    min-height: 52px;
    max-height: 200px;
    resize: vertical;
}
.et_button_no_icon.woocommerce .single-product-woo-tabs #respond input#submit, 
.et_button_no_icon.woocommerce-page .single-product-woo-tabs #respond input#submit { 
    padding: 10px 32px !important; 
}

/***Related Products Grid start***/

.et-db #et-boc .et-l .et_pb_wc_related_products.single-product-related-module ul.products li.product { margin-bottom: 30px !important; }

@media(max-width: 519px) {
    .et-db #et-boc .single-product-related-module .products { 
        display: flex; 
        flex-wrap: wrap; 
    }
    .et-db #et-boc .et-l .et_pb_wc_related_products.single-product-related-module ul.products li.product { 
        width: 100% !important; 
        margin: 0 0 30px !important; 
    }
}

.single-product-related-module .related .products { margin-top: 20px; }

.single-product-related-module .products .product {
    display: flex;
    flex-direction: column;
}

.single-product-related-module .products .product .woocommerce-LoopProduct-link { order: 1; }
.single-product-related-module .products .product .product-categories { 
    order: 2; 
    font-weight: 600;
}
.single-product-related-module .products .product .product-title-link {
    order: 3;
    display: block;
}
.single-product-related-module .products .product .price { order: 4; }
.single-product-related-module .products .product .star-rating { 
    order: 5;
    margin: 14px auto 24px !important;
}
.single-product-related-module .products .product .xoo-qv-button { order: 5; width: 80%; }

/***Related Products Grid end***/

/***SINGLE PRODUCT PAGE end***/


/***CART PAGE Additional styling start***/

.cart-page-cart-wrapper .woocommerce .return-to-shop a.button{ padding: 12px 24px !important; }

.cart-page-cart-wrapper .woocommerce table.shop_table { overflow: hidden; }

.cart-page-cart-wrapper .woocommerce table.shop_table,
.cart-page-cart-wrapper .woocommerce table.shop_table * { border-color: #ccc !important; }

.cart-page-cart-wrapper .woocommerce-cart-form thead tr th { 
    background: #3452ff;
    color: #fff; 
}

.cart-page-cart-wrapper .woocommerce table.shop_table .cart_item,
.cart-page-cart-wrapper .woocommerce table.shop_table .cart_item td a { 
    font-size: 16px; 
    color: #333;
    position: relative;
}

.cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-remove {
    max-width: 30px !important;
}

.cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-remove > a.remove {
    margin: 0 auto;
    font-size: 22px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-remove > a.remove:not(:hover) { color: #333 !important; }

.cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-thumbnail {
    text-align: center;
    max-width: 60px !important;
}
.cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-thumbnail img { 
    width: 70px; 
}

.woocommerce .cart-page-cart-wrapper .quantity input.qty, 
.woocommerce-page .cart-page-cart-wrapper .quantity input.qty {
    font-size: 16px !important;
    text-align: center !important;
    color: #333 !important;
    border: 1px solid #999 !important;
    background: #FFFFFF !important;
}
@media (min-width: 981px) {
    .woocommerce .cart-page-cart-wrapper .quantity input.qty, 
    .woocommerce-page .cart-page-cart-wrapper .quantity input.qty { padding-left: 15px; }
}

.woocommerce-cart .cart-page-cart-wrapper table.cart td.actions .coupon { 
    margin-bottom: 0 !important; 
}
.woocommerce-cart .cart-page-cart-wrapper table.cart td.actions .coupon .input-text {
    height: 100%;
    padding: 10px 12px !important;
    font-size: 12px !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
}
.woocommerce-cart .cart-page-cart-wrapper table.cart td.actions .coupon .input-text::-webkit-input-placeholder { color: #999; }
.woocommerce-cart .cart-page-cart-wrapper table.cart td.actions .coupon .input-text:-ms-input-placeholder { color: #999; }
.woocommerce-cart .cart-page-cart-wrapper table.cart td.actions .coupon .input-text::placeholder { color: #999; }

.woocommerce-page.et_pb_button_helper_class .cart-page-cart-wrapper button.button {
    padding: 9px 20px!important;
    color: #fff!important;
    font-size: 12px;
    white-space: nowrap;
    width: auto;
}

.woocommerce .cart-page-cart-wrapper .cart-collaterals .cart_totals, 
.woocommerce-page .cart-page-cart-wrapper .cart-collaterals .cart_totals {
    float: none;
    margin-top: 20px;
}

.cart-page-cart-wrapper .cart-collaterals .cart_totals table.shop_table th,
.cart-page-cart-wrapper .cart-collaterals .cart_totals table.shop_table td {
    padding: 16px 24px;
}
.cart-page-cart-wrapper .cart-collaterals .cart_totals table.shop_table th { font-size: 16px; }
.cart-page-cart-wrapper .cart_totals table.shop_table td { text-align: right; }

.cart-page-cart-wrapper .cart_totals table.shop_table { margin-bottom: 10px !important; }

.cart-page-cart-wrapper .cart_totals .wc-proceed-to-checkout .checkout-button.button,
.cart-page-cart-wrapper .cart_totals .wc-proceed-to-checkout .checkout-button.button:hover {
    display: inline-block;
    padding: 12px 24px !important;
}

@media(max-width: 767px) {
    .cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-remove {
        position: absolute;
        top: 0;
        right: 0;
        max-width: none !important;
        background: transparent;
        z-index: 10;
        border: none!important;
    }
    .cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-thumbnail {
        display: block !important;
        max-width: 100% !important;
        text-align: center !important;
        border: none;
    }
    .cart-page-cart-wrapper table.shop_table .cart_item .product-thumbnail:before {
        display: none;
    }
    .cart-page-cart-wrapper .woocommerce table.shop_table .cart_item .product-thumbnail img { 
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}

/***CART PAGE Additional styling end***/


/***CHECKOUT PAGE Additional styling start***/

.checkout-page-wrapper #customer_details { margin-bottom: 30px; }

.checkout-page-wrapper .woocommerce-form-coupon-toggle { margin-bottom: 50px; }
.checkout-page-wrapper .woocommerce-form-coupon-toggle .showcoupon { white-space: nowrap; }

.checkout-page-wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
    background: #f2f2f2 !important;
    border: 1px solid #999 !important;
    border-radius: 5px;
    color: #333 !important;
    font-size: 14px !important;
}
.checkout-page-wrapper .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #3452ff !important;
}

.checkout-page-wrapper .woocommerce form.checkout_coupon {
    background: #fff;
    border-color: #999;
    border-top: 0;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: -56px 0 50px 0;
}

.checkout-page-wrapper .woocommerce form.checkout_coupon > p:first-child { width: 100%; }

.checkout-page-wrapper .woocommerce form.checkout_coupon .form-row { 
    margin: 0; 
    padding: 0; 
    max-width: 162px;
}

.checkout-page-wrapper .woocommerce form.checkout_coupon .form-row #coupon_code {
    background: #ffff;
    border-color: #999;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 13px 17px;
}
.checkout-page-wrapper .woocommerce form.checkout_coupon button,
.checkout-page-wrapper .woocommerce form.checkout_coupon button:hover {
    padding: 12px 24px !important;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    font-size: 14px;
}
.checkout-page-wrapper .woocommerce form.checkout_coupon button:after { display: none; }


.checkout-page-wrapper .woocommerce form #customer_details .form-row.create-account.woocommerce-validated {
    width: 100% !important;
    margin: -5px 0 20px 4px;
    padding: 0;
}
.checkout-page-wrapper .woocommerce .form-row.create-account.woocommerce-validated .input-checkbox { margin-right: 4px; }

.checkout-page-wrapper .woocommerce-billing-fields__field-wrapper,
.checkout-page-wrapper .woocommerce-additional-fields__field-wrapper {
    margin-bottom: 20px;
}

.checkout-page-wrapper #customer_details #order_comments_field { 
    width: 100% !important;
    padding-top: 0;
}
.checkout-page-wrapper #order_comments_field #order_comments { 
    resize: vertical;
    height: 242px;
    max-height: 340px;
    min-height: 74px;
    box-sizing: border-box;
}

.checkout-page-wrapper .woocommerce form .form-row { width: 100%; margin-bottom: 12px; }
.checkout-page-wrapper .woocommerce form .form-row label { margin-bottom: 6px; }
.checkout-page-wrapper .woocommerce form .form-row .required { color: #3452ff; }

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
    background: #fff;
    border-color: #999;
    border-radius: 5px;
    padding: 12px 14px;
}

.select2-container--default .select2-selection--single { 
    height: auto;
    padding: 8px 30px 8px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}
.select2-dropdown { 
    border-color: #999; 
    border-radius: 0; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.select2-container--default .select2-results>.select2-results__options,
.select2-search.select2-search--dropdown { padding: 10px; }

.select2-container .select2-dropdown.select2-dropdown--below { margin-top: 36px; }
.select2-container .select2-dropdown.select2-dropdown--above { margin-top: 32px; }

@-moz-document url-prefix() {
    .select2-container .select2-dropdown.select2-dropdown--below { margin-top: 4px; }
    .select2-container .select2-dropdown.select2-dropdown--above { margin-top: 0; }
}

.checkout-page-wrapper #order_review_heading { margin-bottom: 10px; }

.entry-content .checkout-page-wrapper .woocommerce-checkout-review-order-table {
    background: #fff;
    padding: 0;
    border-color: #999;
    border-radius: 5px;
    overflow: hidden;
}

.checkout-page-wrapper .woocommerce table.woocommerce-checkout-review-order-table thead tr {
    background: #3452ff;
}
.checkout-page-wrapper .woocommerce table.woocommerce-checkout-review-order-table thead tr th {
    color: #fff;
}
.checkout-page-wrapper .woocommerce table.woocommerce-checkout-review-order-table thead th.product-name { text-align: center; }

.checkout-page-wrapper .woocommerce table.shop_table td,
.checkout-page-wrapper .woocommerce table.shop_table th { padding: 16px 24px; }


.checkout-page-wrapper .woocommerce table.shop_table td.product-name {
    display: flex;
    align-items: center;
}
.checkout-page-wrapper .woocommerce table.shop_table .checkout-product-image {
    display: inline-block;
    width: 70px;
    max-width: 70px;
    margin-right: 20px;
}
.checkout-page-wrapper .woocommerce table.shop_table .checkout-product-image img.attachment-woocommerce_thumbnail {
    width: 100%;
    height: auto;
    display: block;
}

.woocommerce-checkout .checkout-page-wrapper #payment {
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
}

.checkout-page-wrapper .woocommerce #payment ul.wc_payment_methods .woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    font-size: 14px !important;
    line-height: 1.6em;
    border-radius: 5px;
}

.checkout-page-wrapper .woocommerce #payment ul.wc_payment_methods,
.checkout-page-wrapper .woocommerce #payment .form-row.place-order { 
    padding: 24px;
    margin: 0;
}
.woocommerce .checkout-page-wrapper #payment #place_order, 
.woocommerce-page .checkout-page-wrapper #payment #place_order {
    padding: 12px 24px !important;
}

/***CHECKOUT PAGE Additional styling end***/


/***MY ACCOUNT PAGES styling start***/

.my-account-page-wrapper .woocommerce-MyAccount-navigation ul { padding-bottom: 0; }

.my-account-page-wrapper .woocommerce-MyAccount-navigation-link:not(:last-child) { 
    margin-bottom: 12px; 
}
.my-account-page-wrapper .woocommerce-MyAccount-navigation-link a {  
    border-left: 4px solid transparent;
    padding-left: 10px;
}
.my-account-page-wrapper .woocommerce-MyAccount-navigation-link.is-active a { 
    border-color: inherit;
}

.my-account-page-wrapper .woocommerce-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    font-size: 14px !important;
}
.my-account-page-wrapper .woocommerce-info a.woocommerce-Button,
.my-account-page-wrapper .woocommerce-info a.woocommerce-Button:hover {
    margin: 0 0 0 auto;
}

.my-account-page-wrapper .col2-set.addresses { margin-top: 40px; }

.woocommerce-account .my-account-page-wrapper .addresses .title .edit {
    background: #3452ff;
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
    line-height: 1.2em;
}

.my-account-page-wrapper .woocommerce-address-fields { margin-top: 10px; }

.my-account-page-wrapper .woocommerce-address-fields__field-wrapper,
.my-account-page-wrapper .woocommerce-EditAccountForm.edit-account {
    padding: 40px 40px 112px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.my-account-page-wrapper .woocommerce form .form-row input.input-text, 
.my-account-page-wrapper .woocommerce form .form-row textarea, 
.my-account-page-wrapper .select2-container--default .select2-selection--single {
    border-color: #ccc;
}
.my-account-page-wrapper .woocommerce-address-fields button.button,
.my-account-page-wrapper .woocommerce-address-fields button.button:hover,
.my-account-page-wrapper .woocommerce-EditAccountForm.edit-account button.button {
    position: absolute;
    bottom: 40px;
    right: 42px;
    padding: 12px 24px!important;
    line-height: 1.2em !important;
}

.my-account-page-wrapper .woocommerce form .form-row:not(:last-child) { margin-bottom: 16px; }

.my-account-page-wrapper .woocommerce-form.woocommerce-form-login.login {
    border: 1px solid #ccc;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    max-width: 400px;
    margin: 20px auto 0;
}
.my-account-page-wrapper .woocommerce-form.woocommerce-form-login.login button.button {
    padding: 12px 24px!important;
    margin: 20px 0 4px 0;
    display: block;
    width: 100%;
}
.my-account-page-wrapper .woocommerce-LostPassword.lost_password { text-align: center; }

@media(min-width: 768px) {
    .woocommerce-account .my-account-page-wrapper .woocommerce-MyAccount-navigation { 
        width: 23%; 
        padding-right: 4.5%;
        border-right: 1px solid #ccc;
    }
    .woocommerce-account .my-account-page-wrapper .woocommerce-MyAccount-content { 
        width: 72%; 
    }
    
    .my-account-page-wrapper .woocommerce .col1-set .col-1, 
    .my-account-page-wrapper .woocommerce .col2-set .col-2 { 
        width: 46%; 
    }
}

@media(max-width: 767px) {
    .woocommerce-account .my-account-page-wrapper .woocommerce-MyAccount-navigation {
        margin-bottom: 40px;
    }
}

/***MY ACCOUNT PAGES styling end***/