/*
 Theme Name:  Divi Snow Apparel 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*****/


/***CUSTOM HEADER Additional Tweaks start***/

.et-db #et-boc .et-l .top-header-contact-blurb .et_pb_blurb_content, 
.et-db #et-boc .et-l  .top-header-contact-blurb .et_pb_blurb_container {
    display: flex;
    align-items: center;
    padding: 0;
}

.bs-main-header.et_pb_menu .et_pb_menu__menu,
.bs-main-header.et_pb_menu .et-menu-nav,
.bs-main-header.et_pb_menu .et-menu-nav .et-menu { width: 100%; }

.et-db #et-boc .et-l .bs-main-header.et_pb_menu .et-menu-nav li.menu-item-has-children > a {
    padding-right: 34px !important;
}
.et-db #et-boc .et-l .bs-main-header.et_pb_menu .et-menu-nav li.menu-item-has-children > a:after { right: 10px; }

.et-db #et-boc .et-l .bs-custom-menu-cart .et_pb_blurb_container { padding: 2px; }

/*Header Search tweaks start***/

.bs-custom-header-search {
    max-width: 30px;
    overflow: hidden;
    transition: all 0.6s ease;
}
.bs-custom-header-search.search-expanded { 
    max-width: 100%; 
    border-bottom: 1px solid;
    overflow: unset;
}

.bs-custom-header-search div.asl_m { box-shadow: none; }
.bs-custom-header-search div.asl_m .probox .promagnifier .innericon svg { width: 30px; }
.bs-custom-header-search div.asl_m .probox .proinput { 
    padding: 0; 
    margin: 0; 
    opacity: 0;
}
.bs-custom-header-search.search-expanded div.asl_m .probox .proinput { opacity: 1; }

/*Header Search tweaks end***/

@media(min-width: 981px) {
    .et-db #et-boc .et-l .bs-main-header.et_pb_menu .et-menu-nav li.hide-on-desktop { 
        display: none; 
    }
    .et-db #et-boc .et-l .top-bar-acc-menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul.sub-menu { 
        left: -26px; 
    }
    .et-db #et-boc .et-l .top-header-contact-blurb .et_pb_main_blurb_image { display: none; }
}

@media (max-width: 980px) {
    .et-db #et-boc .et-l .top-header-contact-blurb .et_pb_module_header { display: none; }
    
    .et-db #et-boc .et-l .et_pb_menu--style-left_aligned.bs-main-header.et_pb_text_align_center .et_pb_menu__wrap { 
        justify-content: flex-end;
    }
    .et-db #et-boc .et-l .bs-main-header.et_pb_menu .et_mobile_menu {
        top: 58px;
        width: calc(100% + 124px);
    }
}

/***Nested Dropdown Mobile Menu start***/
.bs-main-header .et_mobile_menu .menu-item-has-children { position: relative; }
.bs-main-header .et_mobile_menu .menu-item-has-children > a { 
    background-color: transparent;
    font-weight: inherit;
}

.et_mobile_menu .menu-item-has-children .mobile-menu-toggler {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.et_mobile_menu .menu-item-has-children .mobile-menu-toggler:after {
    content: '\33';
    display: inline-block;
    font-family: 'ETmodules';
    font-weight: normal;
    font-size: 180%;
}
.et_mobile_menu .menu-item-has-children.submenu-expanded .mobile-menu-toggler:after{ 
    content: '\32'; 
}

.et_mobile_menu .menu-item-has-children .sub-menu {
    overflow: hidden;
    max-height: 1px;
    transition: all 0.5s ease;
}
.et_mobile_menu .menu-item-has-children.submenu-expanded .sub-menu {
    max-height: 300px;
    transition: all 0.5s ease;
}

/***CUSTOM HEADER Additional Tweaks end***/

.woocommerce-error, .woocommerce-info, .woocommerce-message { margin: 0; }


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

.hp-product-filter-wrapper .wpfFilterVerScroll {
    display: flex;
    justify-content: center;
}
.hp-product-filter-wrapper .wpfFilterVerScroll li:not(.wpfButtonsFilter) { 
    margin: 10px 20px !important; 
}

.hp-product-filter-wrapper .wpfFilterVerScroll li.active-tab-filter {
    color: #ffc600
}
.hp-product-filter-wrapper .wpfFilterVerScroll li .wpfCheckbox { display: none; }
.hp-product-filter-wrapper .wpfFilterVerScroll li .wpfValue { padding: 0 !important; }
.hp-product-filter-wrapper .wpfFilterWrapper label { font-weight: inherit; }

.hp-shop-grid .woocommerce-result-count { display: none; }

.woocommerce .bs-archive-grid.hp-shop-grid nav.woocommerce-pagination { text-align: center; }


/***PRODUCT SLIDER start***/

.hot-deals-slider-section .slick-track { display: flex; }

@media(max-width: 1365px) {
    .hot-deals-slider-section .slick-slide {
        width: 90%;
        margin-left: 2.5%; 
        margin-right: 2.5%; 
    }
}
.hot-deals-slider-section .slick-prev, 
.hot-deals-slider-section .slick-next {
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffc600;
    border-radius: 50%;
    z-index: 100;
}
.hot-deals-slider-section .slick-prev { transform: translate(-50%, -50%); }
.hot-deals-slider-section .slick-next { transform: translate(50%, -50%) scaleX(-1); }

.hot-deals-slider-section .slick-prev:before, 
.hot-deals-slider-section .slick-next:before {
    content: '\34';
    display: inline-block;
    font-family: ETmodules;
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
}
.hot-deals-slider-section .slick-disabled { background: #17161e; }

.product-slider-slider-product-image { pointer-events: none; }
.product-slider-slider-product-image .woocommerce-product-gallery__trigger { display: none; }

@media(min-width: 981px) {
    .product-slider-slider-product-image .et_pb_module_inner .onsale {
        width: 180%;
        left: 0 !important;
        top: 50% !important;
        transform: translate(4%, -50%) rotate(-90deg);
    }
}
@media(max-width: 980px) {
    .product-slider-slider-product-image .et_pb_module_inner .onsale {
        width: 100%;
        left: 0 !important;
        top: auto !important;
        bottom: -2px;
        border-radius: 0 !important;
    }
}

.product-slider-add-to-cart .qib-container:not(#qib_id):not(#qib_id) { display: none; }
.product-slider-product-info-col .product_meta {
    padding: 0;
    border: none;
}

.hot-deals-timer .sep.section { display: none; }
.hot-deals-timer .value {
    border: 1px solid;
    border-color: inherit;
    border-radius: 10px;
}

/***PRODUCT SLIDER end***/

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


/***ABOUT US PAGE additional styling start***/

.video-custom-icon .et_pb_video_play:before { content: '\45'; }

/***ABOUT US PAGE additional styling end***/


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

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

.bs-blog-page-list .et_pb_blog_grid .et_pb_image_container { margin-bottom: 0; }

.bs-blog-page-list .pagination a i {
    font-style: normal;
    font-size: 150%;
    margin: 0 10px;
}

.bs-blog-page-list .pagination .alignright {float: left; }
.bs-blog-page-list .pagination .alignleft { float: right; }

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

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

.sp-blog-image-title .et_pb_title_container {
    display: flex;
    flex-direction: column;
}

.blog-meta-icons .published { margin-right: 14px; }
.blog-meta-icons .comments-number { margin-left: 14px; white-space: nowrap; }

.blog-meta-icons .published:before,
.blog-meta-icons .comments-number:before {
    font-family: ETmodules;
    display: inline-block;
    margin-right: 8px;
    color: #ffc600;
}
.blog-meta-icons .published:before { content: '\e023'; }
.blog-meta-icons .comments-number:before { content: '\77'; }


.sp-blog-content .heateor_sss_sharing_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0;
}
.sp-blog-content .heateor_sss_sharing_title { margin-right: 20px; }
.sp-blog-content .heateor_sss_sharing_ul { padding: 0; }
.sp-blog-content .heateor_sss_sharing_ul li { margin-right: 8px !important; }


.bs-single-post-comments .comment-respond { max-width: 660px; }
.bs-single-post-comments #commentform {
    display: flex;
    flex-wrap: wrap;
}
.bs-single-post-comments #commentform > p > input:not(#wp-comment-cookies-consent) { 
    width: 100%; 
}
.bs-single-post-comments .comment-notes, 
.bs-single-post-comments .comment-form-comment, 
.bs-single-post-comments .comment-form-cookies-consent, 
.bs-single-post-comments .form-submit { width: 100%; }

.bs-single-post-comments .comment-form-url { display: none; }

.bs-single-post-comments .comment-notes { order: 1; }
.bs-single-post-comments .comment-form-author { order: 2; }
.bs-single-post-comments .comment-form-email { order: 3; }
.bs-single-post-comments .comment-form-comment { order: 4; }
.bs-single-post-comments .comment-form-cookies-consent { order: 5; }
.bs-single-post-comments .form-submit { order: 6; }

@media(min-width: 681px) {
    .bs-single-post-comments .comment-form-author, 
    .bs-single-post-comments .comment-form-email {
        width: calc(50% - 8px);
    }
    .bs-single-post-comments .comment-form-author { margin-right: 16px; }
}
@media(max-width: 680px) {
    .bs-single-post-comments .comment-form-author, 
    .bs-single-post-comments .comment-form-email {
        width: 100%;
        margin-right: 0;
    }
}

.et-db #et-boc .et-l .et_pb_module.bs-shop-sidebar.et_pb_widget_area #block-4.et_pb_widget,
.et-db #et-boc .et-l .et_pb_module.bs-shop-sidebar.et_pb_widget_area #block-8.et_pb_widget,
.et-db #et-boc .et-l .et_pb_module.bs-shop-sidebar.et_pb_widget_area #block-9.et_pb_widget {
    margin-bottom: 0;
}

.bs-sidebar-recent-posts li:not(:last-child) { margin-bottom: 10px; }
.bs-sidebar-recent-posts li:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}
.bs-sidebar-recent-posts li > * { float: left; }
.bs-sidebar-recent-posts .wp-block-latest-posts__featured-image { margin-right: 10px; }


.sp-tagcloud.wp-block-tag-cloud .tag-cloud-link,
.sp-tagcloud.wp-block-tag-cloud .tag-cloud-link:hover {
    background: transparent;
    text-transform: uppercase;
    padding: 0;
    font-size: 85% !important;
    font-weight: 600;
}
.sp-tagcloud.wp-block-tag-cloud .tag-cloud-link:after {
    content: '/';
    display: inline-block;
    margin-left: 5px;
}
.sp-tagcloud.wp-block-tag-cloud .tag-cloud-link:last-child:after { display: none; }

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


/***QTY Buttons additional styling - see also plugin setting in settings***/

.qib-container:not(#qib_id):not(#qib_id) {
    border: 1px solid #17161e;
    border-radius: 50px;
    overflow: hidden;
}
form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
    margin-left: 0;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) { 
    float: left !important;
    margin: 0 !important; 
}
.qib-button:not(#qib_id):not(#qib_id),
.qib-button:not(#qib_id):not(#qib_id):hover,
.qib-button:not(#qib_id):not(#qib_id):focus,
.qib-button:not(#qib_id):not(#qib_id):active,
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    background: #fff !important;
    border: none !important;
    box-shadow: none;
    color: #17161e !important;
    font-size: 20px !important;
    cursor: pointer;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) { 
    cursor: text;
}

/***QTY Buttons additional styling end***/


/***SINGLE PRODUCT Page additional styling start***/

.woocommerce div.product .sp-add-to-cart form.cart:before {
    content: 'Quantity:';
    font-weight: 600;
    display: inline-block;
    margin-right: 12px;
}
.woocommerce div.product .sp-add-to-cart .qib-container:not(#qib_id):not(#qib_id) {
    vertical-align: middle;
}
.sp-add-to-cart form.cart button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id) {
    display: inherit;
    height: auto;
}

.sp-share-icons ul.heateor_sss_sharing_ul li { margin-right: 10px !important; }


.sp-tabs ul.et_pb_tabs_controls:after { border: inherit; }
.sp-tabs ul.et_pb_tabs_controls > li > a { padding-left: inherit; }
.sp-tabs .et_pb_tab_content p { padding-bottom: 2em; }
.sp-tabs .et_pb_tab_content .woocommerce-Reviews-title { display: none; }

.woocommerce .sp-tabs #reviews #comments ol.commentlist li, 
.woocommerce-page .sp-tabs #reviews #comments ol.commentlist li {
    margin-top: 30px;
    margin-bottom: 0px !important;
}
.woocommerce .sp-tabs #review_form #respond p { 
    padding-bottom: 10px; 
}
.woocommerce .sp-tabs #review_form #respond textarea {
    padding: 30px;
    height: 120px;
}
.et_button_no_icon.woocommerce-page .sp-tabs #respond input#submit {
    font-size: 16px;
    padding: 10px 42px !important;
}

/***SINGLE PRODUCT Page additional styling end***/


/***SHOP ARCHIVE Additional styling start***/

/***Sidebar start***/

.et-db #et-boc .et-l .et_pb_module.bs-shop-sidebar.et_pb_widget_area .et_pb_widget { 
    margin-bottom: 48px; 
}
.et-db #et-boc .et-l .et_pb_module.bs-shop-sidebar.et_pb_widget_area #block-3.et_pb_widget {
    margin-bottom: 0;
}

.et-db #et-boc .et-l .et_pb_module.bs-shop-sidebar.et_pb_widget_area .widgettitle {
    padding-bottom: 20px;
}

.bs-shop-sidebar div.asl_w, 
.bs-shop-sidebar #ajaxsearchlite1 .probox, 
.bs-shop-sidebar div.asl_w .probox { 
    height: auto; 
    box-shadow: none;
}
.bs-shop-sidebar div.asl_w .proinput {
    padding: 8px 20px;
    margin: 0;
    border: 1px solid #666666;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.bs-shop-sidebar div.asl_w .promagnifier {
    width: 55px;
    height: 45px;
    margin-top: -1px;
    background: #ffc600;
    border-radius: 0 5px 5px 0;
}
.bs-shop-sidebar div.asl_w .probox .promagnifier .innericon svg { fill: #fff; }


.bs-shop-sidebar .widget_price_filter .price_slider_wrapper {
    position: relative;
    padding-top: 50px;
}

.bs-shop-sidebar .widget_price_filter .price_label {
    position: absolute;
    top: 0;
    font-size: 0;
    width: 100%;
    display: flex;
}
.bs-shop-sidebar .widget_price_filter .price_label span { 
    font-size: 14px;
    line-height: 1em;
    padding: 6px;
    min-width: 50px;
    text-align: center;
    border: 1px solid;
    border-radius: 3px;
}
.bs-shop-sidebar .widget_price_filter .price_label span.from { margin-right: 10px; }
.bs-shop-sidebar .widget_price_filter .price_label span.to { margin-left: auto; }

.woocommerce .bs-shop-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #d9d9d9;
}
.woocommerce .bs-shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
    background: #ffc600;
}
.woocommerce .bs-shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    background: #ffc600;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.et-db #et-boc .et-l .bs-shop-sidebar ul.product_list_widget li {
    margin-bottom: 20px;
}
.woocommerce .bs-shop-sidebar ul.product_list_widget li > a { display: flex; }
.bs-shop-sidebar .product_list_widget li > a > img {
    width: 60px;
    height: 100%;
    margin: 0 10px 0 0;
}
.bs-shop-sidebar .product_list_widget li .product-title { 
    padding-bottom: 34px;
    line-height: 1.4em;
}
.bs-shop-sidebar .product_list_widget li .woocommerce-Price-amount {
    display: block;
    margin: -28px 0 0 70px;
}
.bs-shop-sidebar .product_list_widget li .star-rating { display: none; }

/***Sidebar end***/

/***Archive Grid start***/

.bs-archive-grid .woocommerce-ordering {
    position: relative;
    background: #FFF;
    border: 1px solid #17161e;
    border-radius: 5px;
    padding: 0;
    margin: -10px 0 50px;
}
.bs-archive-grid .woocommerce-ordering:before {
    content: '\33';
    font-family: ETmodules;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -2px;
    top: -1px;
    height: calc(100% + 2px);
    padding: 0 5px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    background: #ffc600;
}

.bs-archive-grid .orderby {
    background: #FFF;
    border-radius: 5px;
    font-size: 14px;
    padding: 14px;
}

.bs-archive-grid.et_pb_shop .woocommerce ul.products li.product .price ins .amount {
    padding-top: 0;
}

.et-db #et-boc .et-l .bs-archive-grid.et_pb_shop .woocommerce ul.products li.product .price {
    padding-right: 90px;
}

.woocommerce .bs-archive-grid nav.woocommerce-pagination { 
    text-align: left; 
    margin-top: 60px;
}
.bs-archive-grid nav.woocommerce-pagination ul { border: none; }

.bs-archive-grid nav.woocommerce-pagination ul li {
    border: none;
    margin-right: 10px;
}

.bs-archive-grid nav.woocommerce-pagination ul li a,
.bs-archive-grid nav.woocommerce-pagination ul li span {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17161e !important;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
}
.bs-archive-grid nav.woocommerce-pagination ul li a:not(.next):not(.prev),
.bs-archive-grid nav.woocommerce-pagination ul li span {
    border-radius: 50px;
    padding: 5px;
    width: 40px;
}
.bs-archive-grid nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
    background: #ffc600;
}
.bs-archive-grid nav.woocommerce-pagination ul li a:not(.next):not(.prev):hover {
    background: #ffc600;
    color: #fff !important;
}
.bs-archive-grid nav.woocommerce-pagination ul li a.prev:hover,
.bs-archive-grid nav.woocommerce-pagination ul li a.next:hover {
    background: transparent;
}
.bs-archive-grid nav.woocommerce-pagination ul li a.prev i,
.bs-archive-grid nav.woocommerce-pagination ul li a.next i {
    font-size: 200%;
    font-style: normal;
    margin-top: -5px;
}
.bs-archive-grid nav.woocommerce-pagination ul li a.prev i { margin-right: 10px; }
.bs-archive-grid nav.woocommerce-pagination ul li a.next i { margin-left: 10px; }

@media(max-width: 460px) {
    .woocommerce .woocommerce-result-count {
        float: none;
        text-align: right;
        margin-bottom: 20px;
    }
    
    .et-db #et-boc .et-l .et_pb_shop.bs-archive-grid ul.products.columns-3 li.product {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
}

/***Archive Grid end***/

/***SHOP ARCHIVE Additional styling end***/


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

.bs-cart-wrapper .woocommerce .woocommerce-cart-form,
.bs-cart-wrapper .woocommerce .cart-collaterals {
    padding: 20px 20px 5px;
    background: #fafafa;
}

.bs-cart-wrapper .woocommerce .woocommerce-cart-form .shop_table { 
    margin-bottom: 0 !important; 
}

.bs-cart-wrapper table.woocommerce-cart-form__contents:not(.variations) { border: none; }

/*.bs-cart-wrapper table.cart a.remove { margin: 0 0 0 auto; }
.bs-cart-wrapper table.cart a.remove:hover { background: transparent; }*/

#main-content .bs-cart-wrapper table.cart .product-thumbnail { max-width: 80px; }
.bs-cart-wrapper .product-thumbnail .size-woocommerce_thumbnail { 
    width: 100px; 
    padding: 10px 0;
    border: 1px solid #ccc; 
}

.woocommerce button.button, .woocommerce-page button.button,
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce a.checkout-button.button, .woocommerce-page a.checkout-button.button,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce-page a.button, 
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce-page a.button.alt:hover {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.3em !important;
    padding: 16px 24px!important;
}

@media(min-width: 768px) {
    .bs-cart-wrapper .woocommerce {
        display: flex;
        flex-wrap: wrap;
    }
    .bs-cart-wrapper .woocommerce .woocommerce-notices-wrapper { width: 100%; }
    .bs-cart-wrapper .woocommerce .woocommerce-cart-form { 
        width: 72%; 
        margin-right: 3%; 
    }
    .bs-cart-wrapper .woocommerce .cart-collaterals { width: 25%; }
    
    .bs-cart-wrapper .woocommerce .cart-collaterals .cart_totals { 
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .bs-cart-wrapper .woocommerce .cart-collaterals .cart_totals h2 { margin: 0; }
    .bs-cart-wrapper .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        width: 100%;
        margin-top: auto;
        padding: 0;
        align-self: flex-end;
    }
    
    .bs-cart-wrapper .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
        text-align: left;
    }
    .bs-cart-wrapper .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) { display: inline-block; }
}

@media(max-width: 767px) {
    .bs-cart-wrapper .woocommerce .woocommerce-cart-form {
        margin-bottom: 30px;
    }
    .bs-cart-wrapper .qib-container:not(#qib_id):not(#qib_id) {
        margin-right: 0;
    }
    #main-content .bs-cart-wrapper .shop_table .woocommerce-cart-form__cart-item.cart_item { 
        position: relative;
        padding: 50px 0;
    }
    .bs-cart-wrapper .shop_table .cart_item .product-remove {
        position: absolute;
        top: 4px;
        right: 0;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: rgba(0,0,0,.1);
    }
    
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent;
    }
}

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

.select2-container .select2-selection--single { 
    height: auto; 
    padding: 8px; 
    border-color: #bbb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--open .select2-dropdown--above { top: 0; }
.select2-container--open .select2-dropdown--below { top: 4px; }
.select2-container--default .select2-selection--single { 
    min-width: 190px; 
    text-align: left;
}

/***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: 67.5%; margin-right: 2.5%; 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: 45px; }
}

.checkout-page-wrapper h3 { margin-bottom: 20px; }


.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 {
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding: 30px 20px;
    border-radius: 10px;
}

.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 { margin-bottom: 10px; }

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
    border-color: #d7d7d7;
    padding: 18px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single { 
    height: auto;
    padding: 12px 30px 12px 9px;
}
.select2-dropdown { 
    border-color: #d7d7d7; 
    border-radius: 0; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

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

.checkout-page-wrapper .woocommerce-checkout-review-order-table > thead { 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;
    border: 1px solid #d7d7d7;
    padding: 18px 8px 5px;
    vertical-align: middle;
    min-height: 80px;
    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: 74px;
    display: flex;
    font-size: 12px;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    background: #ffc600;
    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 td { 
    border-color: #d7d7d7 !important;
}

.checkout-page-wrapper .woocommerce ul#shipping_method li { margin: 0; }

.woocommerce-checkout .checkout-page-wrapper #payment {
    background: transparent;
}
.woocommerce-checkout .checkout-page-wrapper #payment ul.payment_methods { 
    padding: 0 0 28px; 
    border: 1px solid #d7d7d7;
    margin-bottom: 32px; 
    border-radius: 10px;
}
.woocommerce-checkout .checkout-page-wrapper #payment ul.payment_methods > li { 
    padding: 26px 32px 0 !important;
}

.woocommerce-checkout .checkout-page-wrapper #payment div.form-row.place-order { padding: 0; }
.checkout-page-wrapper #payment #place_order {
    width: 100%;
    padding: 16px !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: 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 .form-row label { 
        margin-top: 10px; 
        line-height: 1.4em;
    }
}

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


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

.my-account-page-wrapper h2 { text-align: center; }

.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: #17161e; 
    border-bottom: 2px solid transparent;
}
.my-account-page-wrapper .woocommerce-MyAccount-navigation-link.is-active a,
.my-account-page-wrapper .woocommerce-MyAccount-navigation-link:hover a { 
    color: #ffc600; 
}
.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;
}
.my-account-page-wrapper .woocommerce-info a.woocommerce-Button:hover { opacity: 0.9; }

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

.woocommerce-account .my-account-page-wrapper .addresses .title .edit {
    background: #ffc600;
    border-radius: 5px;
    color: #fff;
    padding: 2px 16px;
}

.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: 1px solid #d7d7d7;
}

.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: 36px;
    right: 40px;
    padding: 12px 24px !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 #d7d7d7;
    background: #f6f6f6;
    padding: 40px;
    max-width: 400px;
    margin: 20px auto;
}
.my-account-page-wrapper .woocommerce-form.woocommerce-form-login.login button.button {
    padding: 14px 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 #d7d7d7;
    }
    .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***/