/*
 Theme Name:  RoyalCommerce 2.0
 Theme URI:    https://divilife.com/downloads/royalcommerce-divi-ecommerce-child-theme-for-woocommerce/
 Description:  RoyalCommerce was the first eCommerce product for Divi and the easiest way to get a gorgeous eCommerce website up and running with Divi!
 Author:       Divi Life — Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

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


/***HEADER MENU additional styling start***/

.et_pb_module.et_pb_menu.custom-menu-module .et-menu-nav li,
.et_pb_module.et_pb_menu.custom-menu-module .et_mobile_menu li { position: relative; }

@media only screen and (min-width: 981px) and (max-width: 1079px) {
    .et-db #et-boc .et-l .custom-menu-module.et_pb_menu .et-menu-nav li a  {
        margin: 0 2px !important;
    }
}

.et-db #et-boc .et-l .custom-menu-module.et_pb_menu .et-menu-nav li:last-of-type > a,
.et-db #et-boc .et-l .custom-menu-module.et_pb_menu .et-menu-nav li .sub-menu > li a { 
    margin: 0 !important; 
}

.menu-item-label {
    position: absolute;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    left: 0;
    top: 5px;
    border-radius: 10px 10px 0 10px;
    background-color: #41bbac;  /*Add !important after hex code if you want to override the bg*/
}

@media(min-width: 981px) {
    .et_pb_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu {
        top: 67px;
        padding: 30px;
    }
    .et_pb_module.et_pb_menu.custom-menu-module .et-menu-nav li .sub-menu { width: auto; }
    .et_pb_module.et_pb_menu.custom-menu-module .et-menu-nav li .sub-menu > li a {
        padding: 10px 5px;
        border-bottom: 1px solid #ccc;
        width: auto;
        min-width: 110px;
    }
    .custom-menu-module .wpmenucart-display-standard .wpmenucart-contents:before {
        content: '';
        display: inline-block;
        height: 34px;
        margin: -10px 28px -10px 0;
        border-left: 2px solid #cccccc;
    }
    .custom-menu-module .wpmenucart-display-standard .wpmenucart-contents > i {
        margin-right: 5px;
        font-size: 140%;
    }
    .custom-menu-module .et_pb_menu__wrap > .wpmenucart-contents { display: none; }
}

@media (max-width: 980px) {
    .et-db #et-boc .et-l .custom-menu-module .et_pb_menu__wrap > .wpmenucart-contents { 
        margin-right: 20px; 
    }
    .et-db #et-boc .et-l .custom-menu-module .et_pb_menu__wrap > .wpmenucart-contents > i {
        font-size: 22px;
        margin-right: 4px;
    }
    .et-db #et-boc .et-l .custom-menu-module.et_pb_menu .et_mobile_menu {
        top: 67px;
        padding: 30px;
    }
    .et-db #et-boc .et-l .custom-menu-module.et_pb_menu .et_mobile_menu li li {
        padding-left: 0;
    }
    .menu-item-label { position: relative; }
    .et-db #et-boc .et-l .custom-menu-module .et_mobile_menu .menu-item-has-children > a { 
        background-color: transparent; 
    }
}

@media(max-width: 428px) {
    .et-db #et-boc .et-l .custom-menu-module.et_pb_menu .et_mobile_menu {
        top: 58px;
    }
    .et-db #et-boc .et-l .et_pb_menu.custom-menu-module .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo {
        max-width: 110px;
        margin-right: 10px;
    }
    .et-db #et-boc .et-l .custom-menu-module .et_pb_menu__wrap > .wpmenucart-contents {
        margin-right: 10px;
        line-height: 1.4em;
    }
    .custom-menu-module .et_pb_menu__wrap > .wpmenucart-contents .amount { display: block; }
    .custom-menu-module .et_pb_menu__wrap > .wpmenucart-contents .amount:before { 
        display: none; 
    }
}

/***Nested Dropdwon menu mobile start***/
.et_mobile_menu .parent-menu-item > a {
    background-color: transparent;
    position: relative;
}
.et_mobile_menu .parent-menu-item > a:after {
    font-family: 'ETmodules';
    content: '\33';
    font-weight: normal;
    position: absolute;
    font-size: 200%;
    top: 8px;
    right: 10px;
}
.et_mobile_menu .parent-menu-item > .switched-icon:after{ content: '\32'; }
.child-menu-item { display: none; }
.show-menu-items { display: block; }

/***HEADER MENU 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:nth-of-type(1) { width: 28%; }
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column:nth-of-type(2),
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column:nth-of-type(3) { width: 18%; }
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column:nth-of-type(4) { width: 26%; }
}
@media (max-width: 980px) {
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column:nth-of-type(1),
    #et-boc .et-l .custom-footer-main-row.et_pb_row .et_pb_column:nth-of-type(4) { 
        width: 100%;
        margin-right: 0;
    }
}

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


/***BLOG PAGE additional styling start***/

.custom-blog-page-list .et_pb_post {
    display: flex;
    flex-direction: column;
}
.custom-blog-page-list .et_pb_post .entry-featured-image-url { margin-bottom: 20px; order: 1; }
.custom-blog-page-list .et_pb_post .post-meta { order: 2; }
.custom-blog-page-list .et_pb_post .entry-title { order: 3; }
.custom-blog-page-list .et_pb_post .post-content { order: 4; }


.custom-blog-page-list .et_main_video_container .et_pb_video_play {
    margin: 0 !important;
    transform: translate(-50%, -50%);
}
.custom-blog-page-list .et_main_video_container .et_pb_video_play:before { 
    content: '\45';
    background: #fff;
    color: #232323;
    font-size: 60px;
    padding: 10px;
    border-radius: 50px;
    transition: all 0.4s ease;
}
.custom-blog-page-list .et_main_video_container:hover .et_pb_video_play:before {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
}

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

.custom-blog-page-list .pagination a {
    display: block;
    color: #fff;
    background: #41bbac;
    padding: 8px 18px 10px;
    border-radius: 50px;
}

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

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

/***BLOG PAGE additional styling end***/

/***SINGLE BLOG PAGE styling start***/

.single-blog-post-title-module .et_pb_title_container {
    display: flex;
    flex-direction: column-reverse;
}

.et_monarch .et_pb_section .single-blog-content-module .et_social_inline_bottom { 
    margin: 40px 0 0; 
}
.single-blog-content-module .et_social_inline_bottom .et_social_icons_container { 
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.single-blog-content-module .et_social_inline_bottom .et_social_icons_container li:last-child {
    margin-right: 0;
}

.single-blog-comment-module #commentform { display: flex; flex-wrap: wrap; }

.single-blog-comment-module #commentform > p, 
.single-blog-comment-module #commentform > p input:not(#wp-comment-cookies-consent) { 
    width: 100%; 
}

.single-blog-comment-module #commentform .comment-form-notes { order: 1; }
.single-blog-comment-module #commentform .comment-form-author { order: 2; }
.single-blog-comment-module #commentform .comment-form-email { order: 3; }
.single-blog-comment-module #commentform .comment-form-url { order: 4; }
.single-blog-comment-module #commentform .comment-form-comment { order: 5;}
.single-blog-comment-module #commentform .comment-form-cookies-consent { order: 6;}
.single-blog-comment-module #commentform .form-submit { order: 7;}

@media(min-width: 581px) {
    .single-blog-comment-module #commentform > p { padding-bottom: 24px; }
    .single-blog-comment-module #commentform .comment-form-author,
    .single-blog-comment-module #commentform .comment-form-email { width: 48.5%; }
    .single-blog-comment-module #commentform .comment-form-author { margin-right: 3%; }
    
}

/***Blog Sidebar start***/

.et_pb_module.custom-blog-sidebar.et_pb_widget_area .et_pb_widget {
    width: 100% !important;
    margin-right: 0 !important;
}
.et_pb_module.custom-blog-sidebar.et_pb_widget_area .et_pb_widget:first-child,
.et_pb_module.custom-blog-sidebar.et_pb_widget_area .et_pb_widget:last-child { 
    padding-bottom: 0; 
    border: none; 
}
.et_pb_module.custom-blog-sidebar.et_pb_widget_area .et_pb_widget:last-child { 
    margin-bottom: 0 !important; 
}


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

.custom-blog-sidebar  .widget_search label.screen-reader-text {
    width: 70px;
    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: #232323;
    position: absolute;
    padding: 8px 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: flex-start;
    margin-bottom: 26px;
}

.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-thumb {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    overflow: hidden;
}
.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-text { 
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

.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-title > * { 
    font-size: 14px;
    padding: 0;
}
.custom-blog-sidebar .et_pb_widget .recent-posts-item .recent-posts-date {
    font-size: 80%;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.custom-blog-sidebar .et_pb_widget .tagcloud a {
    background: transparent;
    border: 1px solid;
    padding: 6px 12px;
    margin: 0 7px 10px 0;
    line-height: 1.2em;
    border-radius: 0;
}

/***Blog Sidebar end***/

/***SINGLE BLOG PAGE styling end***/


/***ON SALE and NEW LABEL styling start***/

.woocommerce-LoopProduct-link { display: block; }

.woocommerce ul.products li.product .product-labels {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 12px;
    left: 0;
}

.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 40px 40px 0 !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    padding: 5px 20px !important;
    background-color: #fe9931 !important; /***ALL label background***/
}
.woocommerce ul.products li.product .itsnew.onsale, /***NEW label background***/
.woocommerce-page ul.products li.product .itsnew.onsale{ background-color: #41bbac !important; }

/***ON SALE and NEW LABEL styling end***/


/***SHOP and ARCHIVE PAGES styling start***/

/***SIDEBAR CART & FILTERS styling start***/

.shop-sidebar-cart-widget-wrapper .et_pb_widget { margin-bottom: 30px !important; }
.shop-sidebar-cart-widget-wrapper .et_pb_widget .widgettitle { margin-bottom: 10px; }

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

.shop-sidebar-cart-widget-wrapper .woocommerce.widget_shopping_cart .cart_list {
    margin-top: 20px;
}

.shop-sidebar-cart-widget-wrapper .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 #8c8c8c;
}

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

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

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

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

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

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

.shop-sidebar-cart-widget-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__buttons { text-align: right; margin: 0 -6px; }

.shop-sidebar-cart-widget-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__buttons  .button {
    margin: 10px 6px 0 !important;
    border: none;
}


.sidebar-product-filters-wrapper ul.wpfFilterVerScroll { padding: 0 !important; }
.sidebar-product-filters-wrapper ul.wpfFilterVerScroll li { margin-bottom: 10px; }

.sidebar-product-filters-wrapper .wpfFilterWrapper { margin: 0 0 30px; padding: 0 !important; }

.sidebar-product-filters-wrapper .wpfFilterWrapper .wfpDescription {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebar-product-filters-wrapper .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
    border-radius: 0 !important;
}

.sidebar-product-filters-wrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wfpDescription {
    margin-left: -10px;
    order: 1;
}
.sidebar-product-filters-wrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
    display: flex;
    flex-direction: column;
}

.sidebar-product-filters-wrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfPriceInputs { 
    order: 2; 
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.sidebar-product-filters-wrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfPriceFilterRange { order: 3; }

.sidebar-product-filters-wrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfPriceInputs .wpfCurrencySymbol, .sidebar-product-filters-wrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfPriceInputs .wpfFilterDelimeter { display: none; }

.sidebar-product-filters-wrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfPriceInputs .wpfPriceRangeField {
    border: 1px solid #8c8c8c !important;
    border-radius: 0 !important;
    min-width: 40px !important;
}

.sidebar-product-filters-wrapper  .ui-slider.ui-widget-content:not(.iris-slider-offset) { 
    border: none; 
    background-color: #d9d9d9;
    border-radius: 20px;
}

.sidebar-product-filters-wrapper .ui-slider .ui-slider-range.ui-widget-header {
    background-color: #3fb0ac !important;
}

.sidebar-product-filters-wrapper .ui-slider.ui-widget-content .ui-slider-handle,
.sidebar-product-filters-wrapper .ui-slider.ui-widget-content .ui-slider-handle:hover, 
.sidebar-product-filters-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover, 
.sidebar-product-filters-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    background-color: #3fb0ac !important;
    border-color: #3fb0ac !important;
    border-radius: 50px !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}


@media (max-width: 980px) {
    .sidebar-product-filters-wrapper .wpfMainWrapper { 
        display: flex; 
        flex-wrap: wrap; 
    }
}
@media (max-width: 767px) {
    .sidebar-product-filters-wrapper .wpfMainWrapper .wpfFilterWrapper { 
        margin-bottom: 15px; 
    }
}
@media only screen and (min-width: 681px) and (max-width: 980px) {
    .sidebar-product-filters-wrapper .wpfMainWrapper .wpfFilterWrapper { 
        width: 28%!important;
        padding: 0;
        margin-right: 7.5%;
    }
    .sidebar-product-filters-wrapper .wpfMainWrapper .wpfFilterWrapper:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 414px) and (max-width: 680px) {
    .sidebar-product-filters-wrapper .wpfMainWrapper .wpfFilterWrapper { 
        width: 42%!important;
        padding: 0;
        margin-right: 16%;
    }
    .sidebar-product-filters-wrapper .wpfMainWrapper .wpfFilterWrapper:nth-child(2n) {
        margin-right: 0;
    }
}

/***SIDEBAR FILTERS styling end***/


/***SHOP GRID styling start***/

.woocommerce form.woocommerce-ordering { position: relative; margin-bottom: 40px; }
.woocommerce form.woocommerce-ordering:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    height: calc(100% - 2px);
    width: 40px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #8c8c8c;
    margin: 0;
    background: #fff url(/wp-content/uploads/2021/01/caret-down-icon.png) center no-repeat;
    background-size: 14px auto;
}
.woocommerce form.woocommerce-ordering select {
    padding: 14px 42px 14px 16px!important;
    margin: 0;
    border: 1px solid #8c8c8c;
    border-radius: 0;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #232323;
}

.custom-shop-grid-module .related.products > h2 { margin-bottom: 40px; }

.et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products li.product {
    height: auto !important;
}

@media only screen and (min-width: 521px) and (max-width: 1199px) {
    .et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products.columns-3 li.product,
    .et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products.columns-4 li.product {
        width: 48% !important;
        margin-right: 4% !important; 
    }
    .et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products.columns-3 li.product:nth-child(2n),
    .et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products.columns-4 li.product:nth-child(2n) { margin-right: 0 !important; }
}
@media (max-width: 520px) {
    .et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products.columns-3 li.product,
    .et-db #et-boc .et-l .et_pb_shop.custom-shop-grid-module ul.products.columns-4 li.product {
        width: 100% !important;
        margin: 0 0 60px !important; 
    }
}

.custom-shop-grid-module .product .woocommerce-LoopProduct-link { 
    position: relative; 
    display: flex;
    flex-wrap: wrap;
}

.custom-shop-grid-module ul.products li.product .woocommerce-loop-product__title,
.custom-shop-grid-module .woocommerce ul.products li.product .woocommerce-loop-product__title { 
    width: 100%;
    margin-bottom: 10px;
}

.custom-shop-grid-module ul.products li.product .price,
.custom-shop-grid-module .woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: calc(100% - 100px);
}

.custom-shop-grid-module .product .xoo-qv-button,
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist a.delete_item {
    padding: 8px !important;
    width: 40px;
    height: 40px;
    border: 1px solid #232323;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transform: translateY(-1px);
}

.custom-shop-grid-module .product .xoo-qv-button { margin: 0 10px; }

.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist { 
    position: relative;
    top: auto;
    left: auto;
}

.custom-shop-grid-module .product .xoo-qv-button .xoo-qv-btn-icon:before {
    content: '\55';
    font-family: ETmodules;
    color: #232323;
    font-size: 18px;
}

.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    color: #232323;
    font-size: 20px;
}
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist a.delete_item { 
    background: #41bbac;
    border-color: #41bbac;
}
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist a.add_to_wishlist .yith-wcwl-icon:hover, .custom-shop-grid-module .product .yith-wcwl-add-to-wishlist a.delete_item .yith-wcwl-icon {
    color: #fff;
}
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist a.delete_item:hover,
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:hover { 
    background-color: #46c8b8;
    border-color: #46c8b8;
}

.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist,
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist .add_to_wishlist,
.custom-shop-grid-module .product .xoo-qv-button .xoo-qv-btn-icon,
.custom-shop-grid-module .product .yith-wcwl-add-to-wishlist .add_to_wishlist .yith-wcwl-icon {
    margin: 0 !important;
}

/***Pagination start***/

.custom-shop-grid-module .woocommerce nav.woocommerce-pagination { text-align: left; }

.custom-shop-grid-module .woocommerce nav.woocommerce-pagination ul,
.custom-shop-grid-module .woocommerce nav.woocommerce-pagination ul li { border: none; }

.custom-shop-grid-module .woocommerce nav.woocommerce-pagination ul li a, 
.custom-shop-grid-module .woocommerce nav.woocommerce-pagination ul li span {
    color: #353638 !important;
    background: #e8e7e7;
    min-width: 40px;
    text-align: center;
    padding: 12px 6px;
    margin-right: 15px;
}
.custom-shop-grid-module .woocommerce nav.woocommerce-pagination ul li a:focus, 
.custom-shop-grid-module .woocommerce nav.woocommerce-pagination ul li a:hover, 
.custom-shop-grid-module .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
    background: #41bbac;
}

/***Pagination end***/

/***Quick View Popup styling start***/

.xoo-qv-opac { z-index: 99998; }
.xoo-qv-panel { z-index: 99999; }

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

.xoo-qv-container.woocommerce.single-product .onsale {
    left: 0 !important;
    top: 30px !important;
    border-radius: 0 40px 40px 0!important;
    margin-bottom: 10px!important;
    font-size: 14px;
    padding: 10px 20px!important;
    background-color: #fe9931!important;
    line-height: 1.2em !important;
}

.xoo-qv-container.woocommerce.single-product .xoo-qv-summary { padding: 40px 40px 40px 20px; }

.xoo-qv-container.woocommerce.single-product .product_title {
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
}
.xoo-qv-container.woocommerce.single-product .woocommerce-product-rating,
.xoo-qv-container.woocommerce.single-product .variations_form.cart,
.xoo-qv-container.woocommerce.single-product .sku_wrapper { display: none; }

.xoo-qv-container.woocommerce.single-product .price { margin: 20px 0; }

.xoo-qv-container.woocommerce.single-product .product_meta { 
    padding-top: 10px;
    margin: 16px 0;
}

.xoo-qv-container.woocommerce.single-product .product_meta .posted_in,
.xoo-qv-container.woocommerce.single-product .product_meta .tagged_as { display: block; }

.xoo-qv-container.woocommerce.single-product .xoo-qv-plink {
    color: #fff;
    font-size: 17px;
    background-color: #41bbac;
    border-color: #41bbac;
    border-radius: 50px;
    padding: 8px 24px;
}

@media(max-width: 767px) {
    .xoo-qv-container.woocommerce.single-product { padding: 5%; }
    .xoo-qv-container.woocommerce.single-product .xoo-qv-summary { padding: 20px 0; }
}

/***Quick View Popup styling end***/

/***SHOP MINI Grids additional styling start***/

.mini-shop-slider .woocommerce-result-count,
.mini-shop-slider .woocommerce-ordering { display: none !important; }

.mini-shop-slider .woocommerce ul.products { margin: 0; }

.mini-shop-slider.right-aligned-slider-nav .woocommerce ul.products { 
    justify-content: flex-end; 
}

.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: '';
}
  
.mini-shop-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;
}

.mini-shop-slider .slick-arrow {
    color: #232323;
    background: #fff;
    border: 1px solid #232323;
    border-radius: 50px;
    outline: none;
    padding: 4px 14px 6px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini-shop-slider .slick-arrow:hover {
    color: #fff;
    background: #41bbac;
    border-color: #41bbac;
}
.mini-shop-slider .slick-arrow.slick-prev span { margin-right: 5px; }
.mini-shop-slider .slick-arrow.slick-next span { margin-left: 5px; }

.mini-shop-slider ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 2px 6px;
}

.mini-shop-slider ul.slick-dots li button {
    border: none;
    outline: none;
    background: #fff;
    color: #6d6d6d;
    font-size: 18px;
    margin: 0 2px;
    cursor: pointer;
}
.mini-shop-slider ul.slick-dots li.slick-active button { color: #232323; }

/***SHOP MINI Grids additional styling end***/

/***SHOP GRID styling end***/

/***SHOP and ARCHIVE PAGES styling end***/


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

.single-product-images-module div.images ol.flex-control-thumbs.flex-control-nav {
    margin-top: 3%;
}
.single-product-images-module div.images ol.flex-control-thumbs.flex-control-nav li {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.single-product-images-module div.images ol.flex-control-thumbs.flex-control-nav li:nth-child(3n) { 
    margin-right: 0; 
}

.woocommerce div.product .single-product-start-rating-top .woocommerce-product-rating { 
    margin-bottom: 0; 
}

/***Variations Form styling start***/

.woocommerce div.product .single-product-variations-cart-module form.cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product .single-product-variations-cart-module form.cart .variations {
    width: calc(100% - 140px);
    margin: 0;
}

.woocommerce div.product .single-product-variations-cart-module form.cart .variations tbody {
    display: flex;
}

.single-product-variations-cart-module .variations tr {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 10%;
}

.woocommerce div.product .single-product-variations-cart-module form.cart .variations td.label { 
    padding: 0 0 10px !important;
    line-height: 1.2em;
}

.woocommerce div.product .single-product-variations-cart-module form.cart .variations td.value {
    padding: 0 !important;
}

.woocommerce .single-product-variations-cart-module form.cart .variations td.value span {
    display: block;
    overflow: hidden;
}
.woocommerce .single-product-variations-cart-module form.cart .variations td.value span:after {
    content: '';
    transform: none;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    border-width: 0 0 0 1px;
    border-color: #8c8c8c;
    margin: 0;
    background: url(/wp-content/uploads/2021/01/caret-down-icon.png) center no-repeat;
    background-size: 14px auto;
}

.woocommerce .single-product-variations-cart-module form.cart .variations td select {
    padding: 14px 42px 14px 16px !important;
    margin: 0;
}

.woocommerce .single-product-variations-cart-module form.cart .variations .reset_variations {
    position: absolute;
    right: 0;
}

.woocommerce div.product .single-product-variations-cart-module .qib-container:before {
    content: 'Quantity';
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.woocommerce div.product .single-product-variations-cart-module .qib-container {
    display: flex !important;
    flex-wrap: wrap;
    width: 140px;
}
.woocommerce div.product .single-product-variations-cart-module .qib-container .quantity {
    margin: 0 !important;
}

.single-product-variations-cart-module .qib-button:not(#qib_id):not(#qib_id),
.single-product-variations-cart-module .qib-button:not(#qib_id):not(#qib_id):focus {
    background: #fff;
    border-color: #8c8c8c;
    outline: none;
    font-size: 22px;
    cursor: pointer;
}
.single-product-variations-cart-module .qib-button:not(#qib_id):not(#qib_id):hover {
    background-color: #ececec;
}

.woocommerce .single-product-variations-cart-module form.cart .single_variation_wrap {
    margin: 50px 0 0 0 !important;
}

.woocommerce .single-product-variations-cart-module form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus { outline: none !important; }

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .woocommerce div.product .single-product-variations-cart-module form.cart .variations {
        width: 100%;
        margin-bottom: 30px;
    }
    .single-product-variations-cart-module .variations tr {
        padding-right: 0;
        width: 48%;
    }
    .single-product-variations-cart-module .variations tr:nth-child(odd) { margin-right: 4%; }
    
    .woocommerce .single-product-variations-cart-module form.cart .single_variation_wrap {
        margin: 30px 0 0 auto !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    .woocommerce div.product .single-product-variations-cart-module form.cart .variations {
        width: 100%;
        margin-bottom: 30px;
    }
    .single-product-variations-cart-module .variations tr {
        padding-right: 0;
        width: 46%;
    }
    .single-product-variations-cart-module .variations tr:nth-child(odd) { margin-right: 8%; }
    
    .woocommerce .single-product-variations-cart-module form.cart .single_variation_wrap {
        margin: 30px 0 0 auto !important;
    }
}

@media (max-width: 399px) {
    .single-product-variations-cart-module form.cart .variations tbody { flex-wrap: wrap; }
    
    .woocommerce div.product .single-product-variations-cart-module form.cart .variations {
        width: 100%;
        margin-bottom: 0;
    }
    .single-product-variations-cart-module .variations tr {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .woocommerce .single-product-variations-cart-module form.cart .single_variation_wrap {
        margin: 30px 0 0 auto !important;
    }
}

@media(max-width: 360px) {
    .woocommerce .single-product-variations-cart-module form.cart .single_variation_wrap, 
    .woocommerce .single-product-variations-cart-module form.cart .single_variation_wrap .single_add_to_cart_button {
        width: 100%;
    }
    .woocommerce div.product .single-product-variations-cart-module .qib-container {
        margin-bottom: 20px;
    }
}

/***Variations Form styling end***/

/***Woo Tabs styling start***/

.single-product-woo-tabs .et_pb_tabs_controls:after { opacity: 0; visibility: hidden; }
.single-product-woo-tabs .et_pb_tabs_controls li { margin-right: 50px; }
.single-product-woo-tabs .et_pb_tabs_controls li a { padding: 10px 0; }

.single-product-woo-tabs .woocommerce-Reviews-title { display: none; }
.single-product-woo-tabs #comments { margin: 44px 0 24px; }

.woocommerce .single-product-woo-tabs #review_form #respond textarea {
    padding: 22px;
    background: #fff;
    height: 120px;
    min-height: 120px;
    max-height: 220px;
    resize: vertical;
    color: #232323;
    border: 1px solid #232323;
}
.woocommerce .single-product-woo-tabs #review_form #respond input[type="text"],
.woocommerce .single-product-woo-tabs #review_form #respond input[type="email"] {
    padding: 22px;
    background: #fff;
    color: #232323;
    border: 1px solid #232323;
    width: 100%;
}
.woocommerce .single-product-woo-tabs #review_form #respond .form-submit #submit {
    padding: 8px 40px 10px !important;
}

@media(min-width: 768px) {
    .woocommerce .single-product-woo-tabs #review_form #respond .comment-form-author,
    .woocommerce .single-product-woo-tabs #review_form #respond .comment-form-email {
        width: 48%;
        float: left;
    }
    .woocommerce .single-product-woo-tabs #review_form #respond .comment-form-author {
        margin-right: 4%;
    }
    .woocommerce .single-product-woo-tabs #review_form #respond .comment-form-cookies-consent { 
        float: none; 
        clear: both; 
    }
}

/***Woo Tabs styling end***/

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


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

/***Hero slider start***/

.side-controllers-slider .et-pb-controllers {
    bottom: 0;
    left: auto;
    right: 0;
    width: auto;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.side-controllers-slider .et-pb-controllers a {
    margin: 10px 0;
    background: transparent;
    border-radius: 0;
    text-indent: initial;
    width: auto;
    height: auto;
    opacity: 1;
    color: #FFF;
}
.side-controllers-slider .et-pb-controllers a:before { 
    content: '0 '; 
    display: inline-block; 
}
.side-controllers-slider .et-pb-controllers a:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    margin-left: 10px;
    vertical-align: middle;
}
.side-controllers-slider .et-pb-controllers a.et-pb-active-control:after { background: #fff; }

/***Hero slider end***/

.hp-big-category-cta .et_pb_module_header { padding-bottom: 0; }

/***COUNTDOWN TIMER additiona styling start***/

.custom-countdown-timer-module .sep.section { display: none; }
.custom-countdown-timer-module .et_pb_countdown_timer_container { 
    border-color: inherit; 
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.custom-countdown-timer-module .section.values { 
    border: 1px solid;
    border-color: inherit;
    margin: 10px;
    padding: 22px 10px;
    max-width: 200px;
    min-width: 116px;
    width: auto;
}

@media only screen and (min-width: 981px) and (max-width: 1350px) {
    .custom-countdown-timer-module .section.values {
        width: 40%;
    }
}
@media (max-width: 980px) {
    .custom-countdown-timer-module .et_pb_countdown_timer_container { justify-content: center;}
}
@media (max-width: 640px) {
    .custom-countdown-timer-module .section.values {
        width: 40%;
    }
}

/***COUNTDOWN TIMER additiona styling end***/

/***HP PRODUCT DEAL SLIDER start***/

.simple-gallery-slider-navigation.et_pb_gallery .et_pb_gallery_items {
    padding-bottom: 70px !important;
}
.simple-gallery-slider-navigation.et_pb_gallery .et-pb-controllers {
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.simple-gallery-slider-navigation.et_pb_gallery .et-pb-controllers a {
    background: #bdbdbd;
    border-radius: 50px;
    margin: 12px;
    width: 12px;
    height: 12px;
}
.simple-gallery-slider-navigation.et_pb_gallery .et-pb-controllers a.et-pb-active-control {
    background: #41bbac;
    width: 20px;
    height: 20px;
}

/***HP PRODUCT DEAL SLIDER end***/

/***EMAIL OPTIN MODULE - reset button position on small mobile start***/

@media(max-width: 500px) {
     #page-container .custom-opt-in-module.et_pb_subscribe.et_pb_subscribe .et_pb_newsletter_button.et_pb_button {
        position: relative;
        top: auto;
        right: auto;
        border-radius: 50px;
    }
}

/***EMAIL OPTIN MODULE - reset button position on small mobile end***/

/***LATEST BLOG GRID Additiona styling start***/

.custom-blog-grid .et_main_video_container .et_pb_video_play {
    margin: 0 !important;
    transform: translate(-50%, -50%);
}
.custom-blog-grid .et_main_video_container .et_pb_video_play:before { 
    content: '\45';
    background: #fff;
    color: #232323;
    font-size: 60px;
    padding: 10px;
    border-radius: 50px;
    transition: all 0.4s ease;
}
.custom-blog-grid .et_main_video_container:hover .et_pb_video_play:before {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
}

.custom-blog-grid .post-meta .author { margin-right: 8px; }
.custom-blog-grid .post-meta .published:before {
    content: '\7d';
    font-family: ETmodules;
    display: inline-block;
    margin: -3px 8px 0;
    font-size: 130%;
    vertical-align: middle;
}

/***LATEST BLOG GRID Additiona styling end***/

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


/***TEAM MEMBERS PERSON MODULE show info on hover start***/

.custom-team-member .et_pb_team_member_description {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}
.custom-team-member:hover .et_pb_team_member_description,
.custom-team-member .et_pb_team_member_image:hover + .et_pb_team_member_description,
.custom-team-member.et_pb_team_member_description:hover {
    opacity: 1;
    transform: scale(1);
}

.custom-team-member .et_pb_member_social_links li { margin: 0; }
.custom-team-member .et_pb_member_social_links li > a {
    border: 1px solid;
    border-radius: 50px;
    margin: 0 6px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.custom-team-member .et_pb_member_social_links li> a:hover { 
    color: #232323 !important;
    background: #fff;
    border-color: #fff;
}

.custom-team-member .et_pb_member_social_links a.et_pb_google_icon:before {
    content: '\e09a';
}

/***TEAM MEMBERS PERSON MODULE show info on hover end***/


/***CART PAGE Styling start***/

.cart-page-wrapper .cart.woocommerce-cart-form__contents {
    border-radius: 0;
    background: #fff;
    border-color: #8c8c8c;
}

.cart-page-wrapper .woocommerce-cart-form__contents .qib-container:before { display: none; }

.cart-page-wrapper .woocommerce-cart-form__contents .qib-container { 
    display: flex !important;
    flex-direction: column-reverse;
    position: relative;
    padding-left: 60px;
    margin: 0 auto;
    width: 100px;
}

.cart-page-wrapper .qib-container .quantity {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border: 1px solid #8c8c8c !important;
}
.cart-page-wrapper .qib-container .quantity input { color: #232323 !important; }

.cart-page-wrapper .qib-container .qib-button,
.cart-page-wrapper .qib-container .qib-button:focus:not(#qib_id):not(#qib_id) { 
    height: 27px !important;
    border: 1px solid #8c8c8c !important;
    outline: none !important;
}
.cart-page-wrapper .qib-container .qib-button.plus,
.cart-page-wrapper .qib-container .qib-button.plus:focus:not(#qib_id):not(#qib_id) {
    border-bottom: 0 !important; 
}

.cart-page-wrapper .qib-container .qib-button, 
.cart-page-wrapper .qib-container .qib-button:hover, 
.cart-page-wrapper .qib-button:hover:not(#qib_id):not(#qib_id), 
.cart-page-wrapper .qib-container .quantity, 
.cart-page-wrapper .qib-container .quantity input.qty { 
    background: #fff !important; 
}

.cart-page-wrapper .woocommerce-cart-form__contents th h6,
.cart-page-wrapper .woocommerce-cart-form__contents td h6 {  
    line-height: 1em;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
}
.cart-page-wrapper .woocommerce-cart-form__contents td.product-name .variation { 
    margin-top: 8px; 
}

.cart-page-wrapper .woocommerce-cart-form__contents thead tr { background: #f3f3f3; }
.cart-page-wrapper .woocommerce-cart-form__contents thead th { 
    border-left: 1px solid #8c8c8c; 
    text-align: center;
}
.cart-page-wrapper .woocommerce-cart-form__contents thead th.product-thumbnail,
.cart-page-wrapper .woocommerce-cart-form__contents thead th.product-name { 
    border: none; 
}
.cart-page-wrapper .woocommerce-cart-form__contents thead th.product-name {
    transform: translateX(-60px);
}

.cart-page-wrapper .woocommerce-cart-form { 
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 80px;  
}

.cart-page-wrapper .cart .woocommerce-cart-form__cart-item { position: relative; }

.cart-page-wrapper .cart.woocommerce-cart-form__contents .product-thumbnail { width: 1px; }

.cart-page-wrapper .cart .woocommerce-cart-form__cart-item .product-thumbnail { 
    width: 120px; 
    padding: 20px !important;
}
.cart-page-wrapper .cart.woocommerce-cart-form__contents .product-thumbnail a,
.cart-page-wrapper .cart.woocommerce-cart-form__contents .product-thumbnail a img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.cart-page-wrapper .cart tbody .woocommerce-cart-form__cart-item td:not(.product-name) { 
    text-align: center; 
}

.cart-page-wrapper .cart tbody .woocommerce-cart-form__cart-item td span {
    font-size: 24px;
    font-weight: 600;
}

.cart-page-wrapper .cart .cart_item a.remove { 
    margin: 0 auto; 
}

.cart-page-wrapper .woocommerce table.shop_table td { border-color: #8c8c8c; }

.cart-page-wrapper .cart.woocommerce-cart-form__contents tbody tr:last-child {
    position: absolute;
    width: 100%;
    padding: 0 !important;
}
.cart-page-wrapper .cart.woocommerce-cart-form__contents tbody tr:last-child td.actions { 
    border: none; 
    display: flex;
    justify-content: space-between;
    padding: 36px 0 !important;
}

.cart-page-wrapper .cart.woocommerce-cart-form__contents tbody tr:last-child td .coupon {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 !important;
    padding: 0;
}
.cart-page-wrapper .cart .coupon #coupon_code {
    background: #fff !important;
    border-radius: 50px 0 0 50px;
    border: 1px solid #8c8c8c !important;
    border-right: none !important;
    height: auto;
    margin: 0;
    color: #232323 !important;
    padding: 14px 20px;
    font-size: 16px !important;
    text-align: center;
}

.cart-page-wrapper .cart.woocommerce-cart-form__contents tbody tr:last-child td .coupon .button {
    border-radius: 0 50px 50px 0;
}

.cart-page-wrapper .cart.woocommerce-cart-form__contents tbody tr:last-child td.actions .button {
    padding: 12px 16px !important;
    width: auto;
    color: #fff;
    min-width: 152px;
    white-space: nowrap;
    line-height: 1.2em !important;
}

.cart-page-wrapper .cart_totals h2 { font-size: 28px; font-weight: 600; }

.cart-page-wrapper .cart_totals .shop_table {
    border-radius: 0;
    background: #f3f3f3;
    border-color: #8c8c8c;
}

.woocommerce-cart .cart-page-wrapper .cart-collaterals .cart_totals tr { display: flex; }

.woocommerce-cart .cart-page-wrapper .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-page-wrapper .cart-collaterals .cart_totals table td {
    border-color: #8c8c8c;
    width: 50%;
    padding: 16px 20px;
    vertical-align: middle;
    display: block;
    line-height: 1.2em;
}
.woocommerce-cart .cart-page-wrapper .cart-collaterals .cart_totals table td { 
    background: #fff; 
}

.woocommerce-cart .cart-page-wrapper .cart_totals table th h6 { 
    font-size: 22px; 
    font-weight: 600;
    padding: 0; 
}
.woocommerce-cart .cart-page-wrapper .cart_totals table td { 
    font-size: 20px; 
    border-width: 1px 0 0 1px; 
    border-style: solid;
    text-align: right;
}
.woocommerce-cart .cart-page-wrapper .cart_totals .cart-subtotal td { border-top: none; }

.woocommerce-cart .cart-page-wrapper .cart_totals .wc-proceed-to-checkout { padding: 0; }

.woocommerce-cart .cart-page-wrapper .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .cart-page-wrapper .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    padding: 14px 30px !important;
    width: auto;
    display: inline-block;
    float: right;
    line-height: 1.2em !important;
}


@media(max-width: 768px) {
    .cart-page-wrapper .cart .woocommerce-cart-form__cart-item { padding: 0 !important; }
    .cart-page-wrapper .woocommerce table.shop_table td {
        padding: 20px !important;
        background: transparent !important;
    }
    .cart-page-wrapper .cart.woocommerce-cart-form__contents .product-thumbnail {
        display: block;
        width: 100% !important;
        background: #f3f3f3 !important;
    }
    .cart-page-wrapper .cart.woocommerce-cart-form__contents .product-thumbnail:before {
        display: none;
    }
    .cart-page-wrapper .cart.woocommerce-cart-form__contents .product-thumbnail a {
        max-width: 180px;
        padding: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
    .cart-page-wrapper .cart tbody .woocommerce-cart-form__cart-item td.product-remove {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
    }
    .cart-page-wrapper .qib-container:not(#qib_id):not(#qib_id) {
        margin: 0 0 0 auto;
    }
    .woocommerce-cart .cart-page-wrapper .cart_totals table td:before { display: none; }
}

@media(max-width: 620px) {
    .cart-page-wrapper .woocommerce-cart-form { 
        padding-bottom: 168px; 
    }
    .cart-page-wrapper .cart tbody .woocommerce-cart-form__cart-item td.product-remove {
        padding: 10px !important;
    }
    .cart-page-wrapper .cart.woocommerce-cart-form__contents tbody tr:last-child td.actions {
        flex-direction: column;
        align-items: flex-end;
    }
    .cart-page-wrapper .cart.woocommerce-cart-form__contents tbody tr:last-child td .coupon {
        justify-content: flex-end;
        margin-bottom: 30px !important;
    }
    .woocommerce-cart .cart-page-wrapper .cart_totals table th h6 { font-size: 16px; }
}

/***CART PAGE Styling end***/


/***CHECKOUT PAGE Styling end***/

.woocommerce-info { width: 100%; }

.checkout-page-wrapper .woocommerce .col2-set .col-1, 
.checkout-page-wrapper .woocommerce .col2-set .col-2 { float: none; width: 100%; }


@media(min-width: 981px) {
    .checkout-page-wrapper #customer_details { width: 66%; margin-right: 4%; float: left; } 
    .checkout-page-wrapper #order_review_heading, 
    .checkout-page-wrapper #order_review { width: 30%; float: left; }	
    
    .checkout-page-wrapper .woocommerce table.shop_table tfoot th { padding-left: 0; }
    .checkout-page-wrapper .woocommerce table.shop_table tfoot td {
        padding-right: 0;
        text-align: right;
    }
}

@media(min-width: 681px) {
    .checkout-page-wrapper .woocommerce-billing-fields__field-wrapper,
    .checkout-page-wrapper .woocommerce-shipping-fields__field-wrapper,
    .checkout-page-wrapper .woocommerce-additional-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 32px 16px 20px;
    }
    .checkout-page-wrapper .woocommerce form #customer_details .form-row {
        width: calc(50% - 32px) !important;
        margin: 0 16px 20px;
        clear: none;
    }
    .checkout-page-wrapper .woocommerce form #billing_address_2_field,
    .checkout-page-wrapper .woocommerce form #shipping_address_2_field { padding-top: 53px; }
}

.checkout-page-wrapper h3 { margin-bottom: 10px; font-size: 26px; font-weight: 600; }

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

.checkout-page-wrapper .woocommerce form.checkout_coupon {
    background: #fff;
    border: 1px solid #8c8c8c;
    border-top: 0;
    border-radius: 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: -80px 0 80px 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: #8c8c8c;
    border-right: none;
    border-radius: 50px 0 0 50px;
    padding: 19px 30px;
}
.checkout-page-wrapper .woocommerce form.checkout_coupon button,
.checkout-page-wrapper .woocommerce form.checkout_coupon button:hover {
    padding: 12px 24px !important;
    border-radius: 0 50px 50px 0;
    white-space: nowrap;
}
.checkout-page-wrapper .woocommerce form.checkout_coupon button:after { display: none; }


.checkout-page-wrapper .woocommerce .woocommerce-shipping-fields { margin-bottom: 20px; }
.checkout-page-wrapper .woocommerce #ship-to-different-address { font-size: 18px; }

.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-shipping-fields__field-wrapper,
.checkout-page-wrapper .woocommerce-additional-fields__field-wrapper {
    background: #fff;
    border: 1px solid #8c8c8c;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 30px 20px;
}

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

.checkout-page-wrapper .woocommerce form .form-row label {
    font-size: 20px;
    margin-bottom: 10px;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
    background: #fff;
    border-color: #8c8c8c;
    border-radius: 0;
    padding: 18px;
}

.select2-container--default .select2-selection--single { 
    height: auto;
    padding: 12px 30px 12px 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 10px;
}
.select2-dropdown { 
    border-color: #8c8c8c; 
    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; }

.entry-content .checkout-page-wrapper .woocommerce-checkout-review-order-table {
    background: #fff;
    padding: 42px 8% 32px;
    border-color: #8c8c8c;
    border-radius: 0;
}

.checkout-page-wrapper .woocommerce-checkout-review-order-table > thead
/*.checkout-page-wrapper .woocommerce-checkout-review-order-table .product-total */ { 
    display: none; 
}

.checkout-page-wrapper .woocommerce-checkout-review-order-table .cart_item td {
    border-top: none;
}

.checkout-page-wrapper .woocommerce-checkout-review-order-table .product-name {
    position: relative;
    padding: 0 0 40px 0;
}

.checkout-page-wrapper .woocommerce-checkout-review-order-table .checkout-product-image {
    display: inline-block;
    width: 88px;
    margin-right: 32px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    float: left;
}

.checkout-page-wrapper .woocommerce-checkout-review-order-table .product-name-text,
.checkout-page-wrapper .woocommerce-checkout-review-order-table .variation {
    display: inline-block;
    width: calc(100% - 120px);
    margin-bottom: 3px !important;
    float: left;
}

.checkout-page-wrapper .woocommerce-checkout-review-order-table .product-quantity {
    position: absolute;
    top: -14px;
    left: 72px;
    display: flex;
    font-size: 12px;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    background: #41bbac;
    color: #fff;
    padding: 5px;
    border-radius: 30px;
}

.checkout-page-wrapper .woocommerce-checkout-review-order-table .product-total {
    padding: 0;
    text-align: right;
}

.checkout-page-wrapper .woocommerce table.shop_table tfoot th,
.checkout-page-wrapper .woocommerce table.shop_table tfoot td { 
    border-color: #8c8c8c !important;
}

.woocommerce-checkout .checkout-page-wrapper #payment { background: transparent; }
.woocommerce-checkout .checkout-page-wrapper #payment ul.payment_methods { 
    padding: 0 0 48px; 
    border-color: #8c8c8c;
    margin: 48px 0; 
}
.woocommerce-checkout .checkout-page-wrapper #payment ul.payment_methods > li { 
    padding: 26px 32px !important;
    background: #232323 !important;
    border-radius: 0;
}

.woocommerce-checkout .checkout-page-wrapper #payment div.form-row.place-order { padding: 0; }
.checkout-page-wrapper #payment #place_order {
    width: 100%;
    padding: 12px !important;
    float: none;
}
.checkout-page-wrapper #payment #place_order:after { display: none; }


@media(max-width: 980px) {
    .checkout-page-wrapper #customer_details { margin-bottom: 30px; }
    .checkout-page-wrapper #customer_details .col-1 { margin-bottom: 0 !important; }
    .entry-content .checkout-page-wrapper .woocommerce-checkout-review-order-table {
        padding: 42px 32px 32px;
    }
}

@media(max-width: 767px) {
    .select2-container .select2-dropdown.select2-dropdown--below { margin-top: 50px; }
    .select2-container .select2-dropdown.select2-dropdown--above { margin-top: 46px; }
}

@media(max-width: 680px) {
    .checkout-page-wrapper .woocommerce-billing-fields__field-wrapper, 
    .checkout-page-wrapper .woocommerce-shipping-fields__field-wrapper, 
    .checkout-page-wrapper .woocommerce-additional-fields__field-wrapper {
        padding: 18px 30px 36px; 
    }
    .checkout-page-wrapper .woocommerce form.checkout_coupon .form-row {
        width: 100% !important;
        max-width: none;
    }
    .checkout-page-wrapper .woocommerce form.checkout_coupon .form-row #coupon_code {
        border-right: 1px solid;
        border-radius: 50px;
    }
    .checkout-page-wrapper .woocommerce form.checkout_coupon button,
    .checkout-page-wrapper .woocommerce form.checkout_coupon button:hover { 
        width: 100%;
        border-radius: 50px;
        margin-top: 20px;
    }
    .checkout-page-wrapper .woocommerce form .form-row label { 
        margin-top: 10px; 
        line-height: 1.4em;
        font-size: 18px;
    }
}

/***CHECKOUT PAGE Styling end***/


/***WISHLIST PAGE styling start***/

.wishlist-page-wrapper .shop_table.cart.wishlist_table {
    border-radius: 0;
    background: #fff;
    border-color: #8c8c8c;
}

.wishlist-page-wrapper .wishlist_table thead tr { background: #f3f3f3; }

.wishlist-page-wrapper .wishlist_table thead th { 
    border-left: 1px solid #8c8c8c;
    border-top: 0;
    text-align: center;
}

#main-content .wishlist-page-wrapper table.cart.wishlist_table td,
#main-content .wishlist-page-wrapper table.cart.wishlist_table th { 
    padding: 20px; 
    border-color: #8c8c8c;
}

.wishlist-page-wrapper .wishlist_table th h3 { padding: 0; }
.wishlist-page-wrapper .wishlist_table td h4 {
    padding: 0;
    text-transform: none;
}

.wishlist-page-wrapper .wishlist_table thead th.product-thumbnail,
.wishlist-page-wrapper .wishlist_table thead th.product-name { 
    border: none; 
}
.wishlist-page-wrapper .wishlist_table thead th.product-name {
    transform: translateX(-80px);
}

.wishlist-page-wrapper .wishlist_table .product-thumbnail,
.wishlist-page-wrapper .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    width: 170px;
}
.wishlist-page-wrapper .wishlist_table .product-thumbnail a {
    display: block;
    width: 100%;
    max-width: 160px;
    overflow: hidden;
    margin: 0 auto;
}

#main-content .wishlist-page-wrapper table.cart.wishlist_table td.product-name { 
    padding-left: 0; 
}

#main-content .wishlist-page-wrapper table.cart.wishlist_table td.product-add-to-cart > a.button,  #main-content .wishlist-page-wrapper .cart.wishlist_table .product-add-to-cart > a.button {
    margin: 10px !important;
    height: auto !important;
    min-width: 148px;
    padding: 12px 20px!important;
    line-height: 1.2em !important;
    display: inline-block !important;
}

.wishlist-page-wrapper .wishlist_table .product-price { font-size: 20px; }


/***Mobile table styling***/

.wishlist-page-wrapper .wishlist_table.mobile { padding: 0; border: 1px solid #d5d5d5; }
    
.wishlist-page-wrapper .wishlist_table.mobile li { 
    padding: 20px 0 48px;
    margin: 0;
    position: relative;
}
.wishlist-page-wrapper .wishlist_table.mobile li:not(:last-child) { 
    border-bottom: 1px solid #d5d5d5;
}
.wishlist-page-wrapper .wishlist_table.mobile li .item-wrapper { 
    width: 100%; 
    padding: 20px; 
}
.wishlist-page-wrapper .wishlist_table.mobile li .item-wrapper .item-details {
    display: block;
    width: 100%;
    text-align: center;
}
.wishlist-page-wrapper .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: none;
    display: block;
    margin: 30px auto 20px;
}
    
.wishlist-page-wrapper .wishlist_table.mobile li .item-details table.item-details-table td.label { 
    display: none; 
}
.wishlist-page-wrapper .wishlist_table.mobile li .item-details table.item-details-table td.value { 
    text-align: center; 
    font-size: 20px; 
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove .remove_from_wishlist {
    font-size: 28px;
}

/***WISHLIST PAGE 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: 20px; 
}
.my-account-page-wrapper .woocommerce-MyAccount-navigation-link a { 
    color: #232323; 
    border-left: 4px solid transparent;
    padding-left: 10px;
}
.my-account-page-wrapper .woocommerce-MyAccount-navigation-link.is-active a,
.my-account-page-wrapper .woocommerce-MyAccount-navigation-link:hover a { 
    color: #41bbac; 
}
.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;
}
.my-account-page-wrapper .woocommerce-info a.woocommerce-Button,
.my-account-page-wrapper .woocommerce-info a.woocommerce-Button:hover {
    margin: 0 0 0 auto;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

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

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

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

.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: 0;
    border: 1px solid #8c8c8c;
}

.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: 68px;
    right: 40px;
    padding: 14px 30px!important;
    line-height: 1.2em !important;
}

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

.my-account-page-wrapper .woocommerce-form.woocommerce-form-login.login {
    border: 1px solid #8c8c8c;
    background: #fff;
    padding: 40px;
    border-radius: 0;
    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 #8c8c8c;
    }
    .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***/