/*
 _____ _                                         
|_   _| |__   ___ _ __ ___   ___ _   _ _ __ ___  
  | | | '_ \ / _ \ '_ ` _ \ / _ \ | | | '_ ` _ \ 
  | | | | | |  __/ | | | | |  __/ |_| | | | | | |
  |_| |_| |_|\___|_| |_| |_|\___|\__,_|_| |_| |_|

*  --------------------------------------
*         Table of Content
*  --------------------------------------
*   1. Product page  
*   2. Cart Page
*   3. Magnifitpopup
*   4. WooCommerce Sidebar Widgets
*  -------------------------------------- 
*  -------------------------------------- */

/* -------------------------------------- *
*           1. Product page               *
* --------------------------------------- */
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 16px;
}
.woocommerce textarea {
    display: inline;
}
.woocommerce input[type="text"],
.woocommerce input[type="password"],
.woocommerce input[type="email"] {
    width: 100%;
    background: transparent;
    color: #959595;
    padding: 12px;
    border: 1px solid #ccc;
}
.woocommerce #respond .comment-form-author label,
.woocommerce #respond .comment-form-email label,
.woocommerce #respond .comment-form-url label,
.woocommerce #respond .comment-form-comment label {
    background: transparent;
    display: inline-block;
    min-width: 60px;
    padding: 10px 0;
    top: 0px;
    z-index: 1;
    font-weight: bold;
}
.woocommerce #respond .comment-form-author .required,
.woocommerce #respond .comment-form-email .required {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    left: auto;
    top: 10px;
    color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    margin: 4px 0 0 0;
    background-color: #959595;
    color: #fff;
    border: 0;
    padding: 12px 42px;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce #review_form #respond {
    margin-bottom: 65px;
}
.woocommerce-tabs {
    margin-bottom: 75px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: auto;
    display: block;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    padding: 6px;
    border-color: #ccc;
}
.woocommerce .product .product-thumbnail-outer {
    transition: .4s;
}
.woocommerce .product .product-thumbnail-outer .product-content-wrapper a h2 {
    margin: 0px 0 3px;
    font-size: 18px;
    font-weight: 400;
    color: #363636;
    line-height: 26px;
}
.woocommerce ul.products li.product .product-thumbnail-outer .price del {
    margin-right: 6px;
    display: inline-block;
}
.woocommerce ul.products li.product .price {
    color: #363636;
    line-height: 10px;
    transition: .5s;
    font-size: 14px;
}
.woocommerce ul.products li.product .product-thumbnail-outer:hover .product-content-wrapper a h2,
.woocommerce ul.products li.product .product-thumbnail-outer:hover .product-content-wrapper .price {
    color: #000;
}
.product-thumbnail-outer .product-thumbnail-outer-inner:before {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.product-thumbnail-outer:hover .product-thumbnail-outer-inner:before {
    opacity: .65;
    visibility: visible;
}
.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    line-height: normal;
    top: 0px;
    left: auto;
    right: 0px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 8px 18px;
}
.woocommerce .product-thumbnail-outer a.ajax_add_to_cart:hover {
    color: #fff !important;
}
.woocommerce .product-thumbnail-outer-inner .addtocart-btn a.button {
    bottom: auto;
    margin: auto;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 180px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: hidden;
    width: 140px;
    border-radius: 30px;
    clear: both;
    color: #000;
    display: table;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}
.woocommerce a.added_to_cart {
    bottom: auto;
    left: 2px;
    margin: auto;
    opacity: 0;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 196px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    // visibility: hidden;
    width: 140px;
    background: #06396a none repeat scroll 0 0;
    border-radius: 4px;
    clear: both;
    color: #fff;
    display: table;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}
.product-thumbnail-outer:hover .product-thumbnail-outer-inner .addtocart-btn a.added_to_cart {
    visibility: visible;
    opacity: 1;
}
.product-content-wrapper {
    padding: 20px 0;
    transition: .4s;
    position: relative;
}
.woocommerce .product-thumbnail-outer:hover .product-content-wrapper a {
    color: #fff;
}
.product-thumbnail-outer:hover .product-content-wrapper {
    color: #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.woocommerce ul.products li.product .entry-title a{
    color: rgba(0,0,0,0.8);
    font-size: 18px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.product-thumbnail-outer:hover .product-thumbnail-outer-inner .addtocart-btn a.button {
    visibility: visible;
    opacity: 1;
    top: 137px;
}
.product-thumbnail-outer .product-thumbnail-outer-inner img,
.product-img img {
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
    width: 100%;
}
.woocommerce .product-thumbnail-outer .added_to_cart {
    margin-top: 52px;
    padding: 10px 32px;
}
.woocommerce .product-thumbnail-outer .button.add_to_cart_button {
    border-radius: 35px;
    line-height: inherit;
    background: #ffffff;
    border-color: #ffffff;
    position: absolute;
    top: 45%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    padding: 10px 32px;
}
.woocommerce .product-thumbnail-outer .added_to_cart {
    border-radius: 35px;
    line-height: inherit;
    position: absolute;
    top: 42%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    padding: 10px 32px;
    color: #fff !important;
}
.woocommerce .product-thumbnail-outer:hover .button.add_to_cart_button,
.woocommerce .product-thumbnail-outer:hover .added_to_cart {
    opacity: 1;
}
.woocommerce .product-thumbnail-outer .onsale {
    z-index: 999;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 30.75%;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    color: #393939;
}
.archive.woocommerce .woocommerce-ordering,
.archive.woocommerce .woocommerce-result-count {
    margin: 0 0 30px;
    display: none;
}
.woocommerce .woocommerce-result-count {
    margin-top: 10px;
    font-size: 16px;
}
.woocommerce .woocommerce-ordering select {
    color: #4c4c4c;
    font-weight: 300;
    padding: 10px 15px;
    height: 42px;
    border: 2px solid #e7e7e7;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
    margin-left: 0;
    margin-right: -20px;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    padding: 12px;
    border: 1px solid #f9f9f9;
    color: #959595;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    width: 88px;
    display: inline-block;
}
.single_add_to_cart_button.button.alt {
    margin-top: -5px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ff007a;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    color: rgba(255, 255, 255, .9) !important;
    padding: 11px 15px;
    font-weight: 500;
}
.product_meta span.sku_wrapper {
    padding-right: 10px;
}
.woocommerce .products .product {
    width: 33.3333%;
    display: inline-block;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}
.product-content-inner h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
}
.woocommerce .products .star-rating {
    display: none;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    width: 29.3%;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    margin-left: 0;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    border-radius: 2px;
    padding: 10px;
    min-height: 38px;
}
.woocommerce table.shop_table {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #f2f2f2;
}
.woocommerce table.shop_table td {
    padding: 15px 20px;
}
.woocommerce table.shop_table td a {
    color: #a9a2a2;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce a.remove {
    color: #a9a2a2 !important;
}
.cart_totals.calculated_shipping h2 {
    font-size: 24px;
    text-transform: uppercase;
}
#add_payment_method #payment,
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.woocommerce-cart table.cart th {
    padding: 25px 0px 25px 20px;
}
.row.woo-products {
    margin: 0 0 30px;
}
form.cart-table {
    margin: 0 0 60px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    margin: 20px 0 60px;
}
.woocommerce .col-1.address {
    margin-bottom: 100px;
}
.woocommerce .woocommerce-info {
    background: #ff007a;
    border-top: 0;
    color: #fff;
    font-size: 14px;
}
.woocommerce-info::before {
    color: rgba(255, 255, 255, .9);
}
.woocommerce .woocommerce-info a {
    color: rgba(255, 255, 255, 0.6);
}
.widget.woocommerce ul li a:hover {
    padding-right: 0;
}
.widget.woocommerce ul li a:before {
    display: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 60px;
}
.woocommerce h1.page-title {
    display: none;
}
.woocommerce div.product {
    margin-bottom: 20px;
}
.product-content-inner {
    text-align: center;
}
.product-content-inner h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
}
.product-thumbnail-outer-inner {
    position: relative;
    text-align: center;
}
.product-thumbnail-outer:hover .product-thumbnail-outer-inner .addtocart-btn a.button {
    visibility: visible;
    opacity: 1;
    top: 48%;
    margin: 0 auto;
}
.product-thumbnail-outer .product-thumbnail-outer-inner img,
.product-img img {
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}
.product-content-inner h3 a {
    color: #000;
}
.woocommerce div.product .product-content-inner .price {
    color: #a1a198;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
.woocommerce div.product span.onsale {
    min-height: 32px;
    min-width: 72px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 0;
    right: 15px;
    margin: 0;
    border-radius: 0;
    background-color: #ff007a;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    z-index: 77;
    left: auto;
}
.woocommerce-message::before {
    color: #ff007a;
}
.woocommerce-message {
    border-top-color: #ff007a;
}
.woo-products .woocommerce-ordering {
    display: none;
}
.woo-products .site-content h1.page-title {
    display: none;
}
.woo-products .woocommerce-result-count {
    display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
    float: none;
}
.woocommerce div.product .product_title {
    font-size: 22px;
    margin: 0 0 2px;
    font-weight: 600;
}
.woocommerce-review-link {
    color: #9C9C9C;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ff007a;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 600;
}
.product_meta {
    margin-bottom: 25px;
    margin-top: 30px;
}
.product_meta .posted_in {
    font-weight: 400;
    padding-right: 10px;
}
.product_meta span.tagged_as a {
    font-weight: 600;
}
.product_meta .sku_wrapper span.sku {
    color: #ff007a;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-top: 35px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #d40e15;
    color: #fff;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    font-size: 1px;
}
.quantity .btn-minus {
    display: inline-block;
    line-height: 40px;
    min-height: 40px;
    width: 50px;
    padding: 0;
    color: #000;
    font-size: 18px;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    background: transparent;
    border-right: 0;
}
.quantity .btn-plus {
    display: inline-block;
    line-height: 40px;
    min-height: 40px;
    width: 50px;
    padding: 0;
    color: #000;
    font-size: 18px;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    background: transparent;
    border-left: 0;
}
.quantity .input-text.qty.text {
    display: inline-block;
    line-height: 32px;
    min-height: 36px;
    width: 82px;
    padding: 0;
    color: rgba(51, 51, 51, 0.8);
    font-size: 14px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    background: #fff;
    font-weight: 400;
}
.woocommerce form .woocommerce-form__label.checkbox span {
    padding-left: 20px;
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 8px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.related.products {
    margin-top: 70px;
    margin-bottom: 60px;
}
.woocommerce-tabs .nav-tabs {
    border: 1px solid #e9edf0;
    text-transform: uppercase;
    padding: 12px 0;
}
.woocommerce-tabs .nav-tabs>li {
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}
.woocommerce-tabs .nav-tabs>li>a {
    border: none;
    padding: 15px 10px 15px 25px;
    position: relative;
    color: #000;
}
.woocommerce-tabs .nav-tabs>li>a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    border-width: 12px 12px;
    margin-left: -6px;
    border-style: solid;
    border-color: #e9edf0 rgba(0, 0, 0, 0) rgba(0, 128, 0, 0) rgba(255, 255, 0, 0);
    opacity: 0;
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}
.woocommerce-tabs .nav-tabs>li.active>a,
.woocommerce-tabs .nav-tabs>li.active>a:focus,
.woocommerce-tabs .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff;
    cursor: default;
    background-color: #ff007a;
    border-bottom-color: transparent;
    font-weight: 500;
    border-radius: 0;
}
.woocommerce-tabs .tab-pane.in {
    opacity: 1;
}
.woocommerce-tabs .nav-tabs>li.active>a:before {
    opacity: 1;
    bottom: -24px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    font-size: 14px;
    font-weight: 400;
}
.woocommerce div#comments {
    background: transparent;
    margin: 0;
    padding: 20px;
}
.woocommerce-tabs .nav>li>a:focus,
.woocommerce-tabs .nav>li>a:hover {
    text-decoration: none;
    background: none;
    border: none;
}
.woocommerce-tabs .nav>li>a:hover:before {
    opacity: 1;
    bottom: -24px;
}
.woocommerce-tabs .tab-content h2,
.upsells.products h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.related.products .related-title {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 0px;
    padding: 1.5em 1.5em 1em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 35px;
    height: auto;
    margin: 0;
    box-shadow: none;
}
.woocommerce #respond label {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 11px;
    width: auto;
    padding-right: 10px;
}
.woocommerce .comment-reply-title,
.woocommerce #reply-title {
    color: rgba(51, 51, 51, 0.81);
    margin: 15px 0 35px;
    padding-bottom: 30px;
    font-weight: bold;
    line-height: 40px;
    border: none;
}
.woocommerce #respond p {
    font-size: 16px;
    font-weight: bold;
}







/* --------------------------------- *
*           2. Cart page                *
* --------------------------------- */
.woocommerce a.remove {
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 18px;
}
.woocommerce a.remove:hover {
    background: transparent;
    color: #ff007a !important;
}
.woocommerce div.product form.cart .variations label {
    color: #000;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    border-top: none;
    line-height: 28px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}
.woocommerce .woocommerce-info {
    margin-bottom: 60px;
}
.wpneo_login_form_div {
    margin-bottom: 60px;
}
.woocommerce .woocommerce-message {
    padding: 13px 16px 11px 44px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: -2px .5em 0 .5em;
}
.woocommerce .price_slider_amount button.button {
    padding: 8px 16px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
}
.woocommerce-cart table.cart img {
    width: 50px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 38px;
}
.woocommerce table.shop_table td {
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-page table.cart td.actions {
    padding: 25px;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    line-height: 22px;
    min-height: 22px;
    padding: 0 10px;
    font-weight: 300;
    border: 1px solid rgba(221, 221, 221, 0.63);
    margin-right: 14px;
}
.woocommerce .cart_totals h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.woocommerce-checkout #payment div.payment_box {
    background: #f5f5f5;
}
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #f5f5f5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment div.form-row {
    padding: 1em 0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    padding-right: 0;
    border-left: 0;
}
.woocommerce ul.product_list_widget li dl.variation {
    display: none;
}
.woocommerce.widget_shopping_cart .total {
    padding-top: 12px;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 20px 0;
    border: none;
}
.woocommerce table.shop_table th {
    padding: 20px 10px !important;
    font-weight: 400 !important;
    ;
}
#order_review_heading {
    padding: 20px 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #959595;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: rgba(149, 149, 149, 0.49);
    color: #959595;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: rgba(149, 149, 149, 0.49);
    font-weight: 400;
}
.woocommerce form .form-row textarea {
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
    border-color: rgba(149, 149, 149, 0.49);
    font-weight: 200;
}
.woocommerce .select2-dropdown {
    background-color: #ccc;
    border: 1px solid #eee;
    border-radius: 4px;
}
.woocommerce .col-1,
.woocommerce .col-2 {
    max-width: 100%;
    margin: 0;
    padding: 0;
}




/* --------------------------------- *
*           Magnifitpopup            *
* --------------------------------- */
.product-img-zoomin .mfp-container,
.product-img-zoomin.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product-img-zoomin.mfp-ready .mfp-container {
    opacity: 1;
}
.product-img-zoomin.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.product-img-zoomin.mfp-removing .mfp-container,
.product-img-zoomin.mfp-removing.mfp-bg {
    opacity: 0;
}




/* --------------------------------- *
*           My Account               *
* --------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 10px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #000;
}
nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
}





/* --------------------------------- *
*   Woocommerce sidebar widgets      *
* --------------------------------- */
.backer_wooshop_widgets .widget {
    word-break: break-word;
    padding: 14px 14px 16px;
    border: 1px solid #eceaea;
    margin-bottom: 20px !important;
}
.backer_wooshop_widgets .widget_title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
}
.backer_wooshop_widgets .ui-slider-range {
    top: 0;
    height: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: .5em;
    border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 0;
}
.backer_wooshop_widgets .widget .button {
    margin: 4px 0 0 0;
    color: #fff;
    border: 0;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.backer_wooshop_widgets .widget .price_label {
    font-size: 13px;
    font-weight: 600;
}
.backer_wooshop_widgets .widget .button:hover {
    background-color: #0f58c5;
}
.backer_wooshop_widgets .widget .buttons {
    margin-bottom: 0;
}
.backer_wooshop_widgets .widget ul li {
    padding: 0px 0 16px;
}
.backer_wooshop_widgets .widget ul li a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.backer_wooshop_widgets .widget ul li img {
    width: 64px;
}
.backer_wooshop_widgets .widget ul li a.remove {
    top: 23px !important;
    left: 3px !important;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.backer_wooshop_widgets .widget .tagcloud a {
    padding: 3px 10px;
    border: 1px solid #ddd;
}
.backer_wooshop_widgets .widget ul li:last-child {
    padding-bottom: 0;
}
.backer_wooshop_widgets .widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 14px 0 0px;
    margin-top: 24px;
}

.backer_wooshop_widgets .widget .search-field {
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 14px;
    margin-bottom: 10px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
}

/* =====================================================
   Sailcoop — Récapitulatif souscription (checkout)
   ===================================================== */

/* Masquer header du tableau et ligne sous-total redondante */
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none !important;
}

/* Masquer "Rends-moi anonyme" */
#mark_name_anonymous {
    display: none !important;
}

/* Carte de récapitulatif */
#order_review {
    background: #f0f4f8;
    border-radius: 12px;
    padding: 20px !important;
    border: none !important;
}

/* Nom du produit */
.woocommerce-checkout-review-order-table .cart_item td.product-name {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #dde3ec !important;
    padding: 14px 12px !important;
}

/* Masquer la quantite si WooCommerce l'injecte encore dans le nom produit */
.woocommerce-checkout-review-order-table .cart_item td.product-name .product-quantity,
.woocommerce-checkout-review-order-table .cart_item td.product-name .amount,
.woocommerce-checkout-review-order-table .cart_item td.product-name .quantity {
    display: none !important;
}

/* Masquer le prix sur la ligne produit (montant affiché dans "Total" seulement) */
.woocommerce-checkout-review-order-table .cart_item td.product-total {
    display: none !important;
}

/* Ligne Total — étiquette */
.woocommerce-checkout-review-order-table .order-total th {
    font-size: 12px;
    font-weight: normal;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border: none !important;
    padding: 14px 12px 8px !important;
}

/* Ligne Total — montant */
.woocommerce-checkout-review-order-table .order-total td {
    border: none !important;
    padding: 8px 12px 14px !important;
    text-align: right;
}

.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 700;
    color: #1a3a6b;
    white-space: nowrap;
}

/* Plus d'espace entre recap et bloc paiement */
#order_review #payment {
    margin-top: 16px;
}

/* Supprimer les bordures génériques du tableau */
.woocommerce-checkout-review-order-table {
    border: none !important;
    background: transparent !important;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    border-color: #dde3ec !important;
}

/* Responsive */
@media (max-width: 767px) {
    #order_review {
        padding: 14px !important;
        border-radius: 10px;
    }

    .woocommerce-checkout-review-order-table .cart_item td.product-name {
        font-size: 20px;
        line-height: 1.35;
        padding: 12px 10px !important;
        word-break: break-word;
    }

    .woocommerce-checkout-review-order-table .order-total th {
        font-size: 11px;
        letter-spacing: 0.05em;
        padding: 10px 10px 6px !important;
    }

    .woocommerce-checkout-review-order-table .order-total td {
        padding: 6px 10px 12px !important;
    }

    .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
        font-size: clamp(20px, 8vw, 44px);
        line-height: 1;
        white-space: nowrap;
    }
}

@media (max-width: 420px) {
    .woocommerce-checkout-review-order-table .cart_item td.product-name {
        font-size: 18px;
    }

    .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
        font-size: clamp(18px, 7vw, 32px);
        white-space: nowrap;
    }
}

/* Si un plugin affiche un titre vide (ex: User Registration Extra Fields), on le masque */
.woocommerce-checkout h1:empty,
.woocommerce-checkout h2:empty,
.woocommerce-checkout h3:empty,
.woocommerce-checkout h4:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ============================================================
   Sailcoop – Formulaire de coordonnées (checkout)
   ============================================================ */

/* --- En-têtes de section --- */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .thwcfe-checkout-section h3 {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: #5a7a96;
    border-bottom: 1px solid #dde3ea;
    padding-bottom: 0.45em;
    margin: 1.6em 0 1em;
}
.woocommerce-checkout .woocommerce-billing-fields > h3:first-child {
    margin-top: 0;
}

/* --- Inputs texte --- */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="email"] {
    border: 1.5px solid #dde3ea;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.95rem;
    color: #2c3e50;
    background: #fafcfe;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.woocommerce-checkout .form-row input.input-text:hover {
    border-color: #b0c7d8;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row input[type="tel"]:focus,
.woocommerce-checkout .form-row input[type="email"]:focus {
    border-color: #457b9d;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(69, 123, 157, 0.14);
    outline: none;
}
/* Placeholder */
.woocommerce-checkout .form-row input.input-text::placeholder,
.woocommerce-checkout .form-row input[type="tel"]::placeholder,
.woocommerce-checkout .form-row input[type="email"]::placeholder {
    color: #b8c9d8;
    font-style: italic;
}
/* États de validation */
.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout .form-row.woocommerce-invalid input[type="tel"],
.woocommerce-checkout .form-row.woocommerce-invalid input[type="email"] {
    border-color: #e63946 !important;
    background: #fff8f8 !important;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.10) !important;
}
.woocommerce-checkout .form-row.woocommerce-validated input.input-text,
.woocommerce-checkout .form-row.woocommerce-validated input[type="tel"],
.woocommerce-checkout .form-row.woocommerce-validated input[type="email"] {
    border-color: #2a9d8f;
}

/* --- Labels --- */
.woocommerce-checkout .form-row > label:first-of-type {
    font-size: 0.82rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0.01em;
}
.woocommerce-checkout .form-row .required { color: #e63946; font-style: normal; }
.woocommerce-checkout .form-row .optional { font-weight: 400; color: #aaa; font-size: 0.78rem; }

/* Masquer "(facultatif)" sur les champs conditionnels */
#beneficiaire_personne_morale_raison_sociale_field .optional,
#beneficiaire_personne_morale_siret_field .optional,
#beneficiaire_mineur_nom_field .optional,
#beneficiaire_mineur_prenom_field .optional,
#beneficiaire_mineur_date_naissance_field .optional {
    display: none !important;
}

/* --- Messages d'erreur inline (THWCFE) --- */
.woocommerce-checkout .form-row .thwcfe-field-error {
    color: #e63946;
    font-size: 0.78rem;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 2px;
    display: block;
    animation: sc-err-in 0.15s ease;
}
@keyframes sc-err-in {
    from { opacity: 0; transform: translateY(-3px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* Surcharge : bordure rouge même via THWCFE (classe woocommerce-invalid peut manquer) */
.woocommerce-checkout .form-row.woocommerce-invalid-required-field input.input-text,
.woocommerce-checkout .form-row.woocommerce-invalid-required-field input[type="tel"],
.woocommerce-checkout .form-row.woocommerce-invalid-required-field input[type="email"] {
    border-color: #e63946 !important;
    background: #fff8f8 !important;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.10) !important;
}

/* --- Grille 2 colonnes prénom / nom --- */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
    flex: 1 1 calc(50% - 8px);
    min-width: 150px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide {
    flex: 1 1 100%;
}

/* --- Select2 (pays) --- */
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 1.5px solid #dde3ea;
    border-radius: 8px;
    height: 42px;
    padding: 0 14px;
    background: #fff;
    display: flex;
    align-items: center;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 0.95rem;
    padding: 0;
    line-height: 1;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

/* ============================================================
   Boutons radio « type de souscripteur » – cartes + pictos
   ============================================================ */

/* Conteneur flex des 3 options */
#type_souscripteur_field .woocommerce-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

/* Masquer le radio natif (accessible : le label reste cliquable) */
#type_souscripteur_field input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Cartes */
#type_souscripteur_field label.radio {
    display: flex !important;       /* surcharge le style="display:inline" injecté par le plugin */
    margin: 0 !important;           /* surcharge le margin-right inline */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 80px;
    min-width: 80px;
    max-width: 140px;
    cursor: pointer;
    border: 2px solid #dde3ea;
    border-radius: 12px;
    padding: 16px 10px 12px;
    background: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    color: #666;
    text-align: center;
    line-height: 1.35;
    transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
    user-select: none;
}
#type_souscripteur_field label.radio:hover {
    border-color: #457b9d;
    box-shadow: 0 2px 8px rgba(69, 123, 157, 0.18);
}

/* État sélectionné */
#type_souscripteur_field input[type="radio"]:checked + label.radio {
    border-color: #1d3557;
    background: #edf2f7;
    color: #1d3557;
    box-shadow: 0 3px 10px rgba(29, 53, 87, 0.15);
}

/* Picto via Font Awesome 5 Free Solid */
#type_souscripteur_field label.radio::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #8aaec9;
    display: block;
    line-height: 1;
    transition: color 0.2s;
}
#type_souscripteur_field label.radio:hover::before {
    color: #457b9d;
}
#type_souscripteur_field input[type="radio"]:checked + label.radio::before {
    color: #1d3557;
}

/* Icônes par option */
#type_souscripteur_field label[for="type_souscripteur_1"]::before { content: "\f007"; } /* fa-user        */
#type_souscripteur_field label[for="type_souscripteur_2"]::before { content: "\f1ad"; } /* fa-building     */
#type_souscripteur_field label[for="type_souscripteur_3"]::before { content: "\f1ae"; } /* fa-child        */

/* ============================================================
   Sections conditionnelles (personne morale / mineur)
   ============================================================ */
.woocommerce-checkout .thwcfe-checkout-section:not(.thwcfe-disabled-section) {
    border-left: 3px solid #8aaec9;
    background: #f5f9fd;
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    margin-bottom: 12px;
    animation: sc-section-in 0.22s ease;
}
@keyframes sc-section-in {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 520px) {
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
        flex: 1 1 100%;
        min-width: 0;
    }
    /* Sur très petit écran : 3 cartes en ligne */
    #type_souscripteur_field label.radio {
        max-width: none;
        flex: 1 1 calc(33% - 7px);
        font-size: 0.72rem;
        padding: 12px 6px 10px;
    }
    #type_souscripteur_field label.radio::before {
        font-size: 1.3rem;
    }
}