/*** category ***/
.products.row {
    width: calc(100% + 76px);
    margin-left: -38px;
    margin-right: -38px;
}
.products.row > .product {
    padding: 0 38px;
}
.products.row > div > a:hover{
    opacity:1;
}
.products.row .product .product-image.image-square > img{
    min-width: 104%;
    min-height: 104%;
    height: 104%;
    width: 104%;
    transition: ease all .8s;
}
.products.row .product:hover .product-image.image-square > img{
    min-width: 101%;
    min-height: 101%;
    height: 101%;
    width: 101%;
    transition: ease all .8s;
}
@media (min-width: 768px) and (max-width: 991.98px){
    .products.row > .product:nth-of-type(2n+1) {
        padding: 0 19px 0 38px;
    }
    .products.row > .product:nth-of-type(2n+2) {
        padding: 0 38px 0 19px;
    }
}



/*** My account ***/
nav.woocommerce-account-navigation {
    background-color: var(--linen);
    padding: 45px 40px;
}
nav.woocommerce-account-navigation ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}
.woocommerce-account-navigation li {
    margin-bottom: 20px;
}
.woocommerce-account-navigation li a {
    text-decoration: none;
    color: var(--grey);
}
.woocommerce-account-navigation li.is-active a,
.woocommerce-account-navigation li a:hover {
    color: var(--salamander);
    text-decoration: underline;
}

/* My account - login page */
.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: unset;
    border-radius: 0;
}
.woocommerce form.login, .woocommerce form.register {
    padding: 45px 40px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
    width: 100%;
    margin:0;
}
.woocommerce-LostPassword.lost_password{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox{
    margin:20px 0 !important;
    cursor:pointer;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox span{
    padding-top: 5px;
}
.woocommerce-form__input.woocommerce-form__input-checkbox{
    margin-right: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce-privacy-policy-text p{
    font-size: 13px;
    margin-top: 24px;
}
/* My account - Addresses */

header.woocommerce-Address-title.title {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: inherit;
}
.woocommerce-edit-account .woocommerce button.button.woocommerce-Button{
    margin-top: 26px;
    width: 100%;
    background-color: var(--onyx);
    border-color: var(--onyx);
    color: var(--white);
    padding: 10px 14px;
}
.woocommerce-edit-account .woocommerce button.button.woocommerce-Button:hover{
    background-color: transparent;
    color: var(--onyx);
}
.woocommerce-edit-account .woocommerce button.button.woocommerce-Button:after{
   display: none;
}

/*Archive product */

a.woocommerce-loop-product__link{
    text-decoration: none;
}
.woocommerce .woo-shop-page .products.row{


}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--grey);
}
.woocommerce div.product {
    margin-bottom: 3.5rem;
}
.woo-shop-page .price{
    font-size: 22px !important;
    line-height: 33px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: warnock-pro-display, serif;
}

/* Single Product */

.woocommerce .woo-single-product div.product {
     margin-bottom: 0;
}
.woo-single-product .woocommerce-product-details__short-description{
    line-height: 28px;
}

.woo-single-product .price{
    color: var(--onyx) !important;
    font-size: 36px !important;
    line-height: 46px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: warnock-pro-display, serif;
    margin-top: 2.5rem;
}
.woocommerce .woo-single-product .single_variation_wrap {
    width: 100%;
}
.woocommerce .woo-single-product div.product form.cart, .woo-single-product .woocommerce-variation-add-to-cart {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woo-single-product .woocommerce-variation-add-to-cart{
    margin-top: 1rem;
}
.woocommerce-variation-price{
    margin-top: 1rem;
}
.woocommerce-variation-price:before{
    content:'Chosen selection:';
    margin-top: 2.5em;
    margin-bottom: 10px;
    margin-right: 10px;
}
.woocommerce .woo-single-product div.product form.cart button {
    flex: 1;
    max-width: 240px;
    width: 100%;
    margin:0;
    float:none;
}

.woocommerce .woo-single-product div.product form.cart div.quantity{
    float: none;
    margin: 0 20px 0 0;
}
.woocommerce .woo-single-product div.product form.cart .quantity input{
    border: 1px solid var(--grey);
    border-radius: 36px;
    margin: 0;
}

.woocommerce .woo-single-product .quantity .qty{
    border:unset;
    max-width:80px;
    width: 100%;
    text-align: center;
    padding: 20px 6px 20px 20px;
    margin-top: 2px;
    font-size: 18px;
}
.woocommerce .woo-single-product div.product form.cart::after,
.woocommerce .woo-single-product div.product form.cart::before {
    content: " ";
    display: none;
}

.woocommerce form.cart .variations label {
    margin-top: 10px;
    margin-bottom: 0;
}
@media(max-width:350px) {
    .woocommerce .woo-single-product div.product form.cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .woocommerce .woo-single-product .quantity .qty{
        padding: 10px 10px 10px 10px;
    }
    .woocommerce .woo-single-product div.product form.cart > div:first-of-type{
        margin-bottom: 24px;
    }
}
/* touchscreens */
@media (hover: none) and (pointer: coarse) {
    .woocommerce .woo-single-product .quantity .qty{
        padding: 20px;
    }
}


/* woocommerce gallery slider */
.woo-single-product .gallery-slider-image .image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: unset;
    height: unset;
}
.single-image.gallery-slider-image{
    margin-left: auto;
}
.woo-single-product .gallery-slider-image .image-wrapper a{
    position: absolute;
    width:50px;
    height: 50px;
    padding:10px;
    bottom:10px;
    right: 10px;
}
.woo-single-product .gallery-slider-image .image-wrapper .image-square{
    width: 100%;
}
.woo-single-product .gallery-slider-image.slick-slider .slick-list.draggable img.slide-image{
    object-fit: cover;
    /*height: 450px;*/
    height: unset;
}
.woo-single-product #product-72 .gallery-slider-image.slick-slider .slick-list.draggable img.slide-image,
.woo-single-product #product-73 .gallery-slider-image.slick-slider .slick-list.draggable img.slide-image,
.woo-single-product #product-3159 .gallery-slider-image.slick-slider .slick-list.draggable img.slide-image {
    object-fit: contain;
    background-color: var(--white);
    /*height: 450px;*/
    height: unset;
}
/* gallery nav */
.woo-single-product .product-gallery-slider.no-arrows .gallery-slider-nav.slick-slider{
    margin-top: -7px;
}
.woo-single-product .gallery-slider-nav.slick-slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.woo-single-product .gallery-slider-nav.slick-slider .slick-list.draggable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    max-width: calc(100% - 10px);
    padding:2px;
}
.woo-single-product .gallery-slider-nav.slick-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woo-single-product .gallery-slider-image.slick-slider .slick-track,
.woo-single-product .gallery-slider-image.slick-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woo-single-product .gallery-slider-nav.slick-slider .slick-list.draggable img{
    object-fit: cover;
    width:100%;
    height: unset;
    background-color: unset;
    border:unset;
}
.woo-single-product #product-72 .gallery-slider-nav.slick-slider .slick-list.draggable img,
.woo-single-product #product-73 .gallery-slider-nav.slick-slider .slick-list.draggable img,
.woo-single-product #product-3159 .gallery-slider-nav.slick-slider .slick-list.draggable img {
    object-fit: contain;
    background-color: var(--white);
}
.woo-single-product .gallery-slider-nav.slick-slider .slick-list .slick-track .image-square{
    cursor: pointer;
    margin:5px 0;
    border:1px solid transparent;
}
.woo-single-product .gallery-slider-nav.slick-slider .slick-list .slick-track .image-square.slick-current{
    border:1px solid var(--onyx);
}

.woo-single-product .gallery-slider-nav.slick-slider button.slick-arrow{
    font-size:60px;
    background: none;
    height: auto;
    width: 100%;
    color:var(--gray);
    background: var(--linen);
}
.woo-single-product .gallery-slider-nav.slick-slider button.slick-arrow:hover{
    color:var(--onyx);
    opacity:1;
}
.woo-single-product .gallery-slider-nav.slick-slider button.slick-arrow:hover + .slick-list + button.slick-next{
    opacity:0.4;
}
.woo-single-product .gallery-slider-nav.slick-slider button.slick-next,
.woo-single-product .gallery-slider-nav.slick-slider button.slick-prev{
    position: relative;
    height: 30px;
    padding-top:2px;
    border-radius: 0;
    border: none;
    right: unset;
    left:unset;
}
.woo-single-product .gallery-slider-nav.slick-slider button.slick-next{
    top: 14px;
}
.woo-single-product .gallery-slider-nav.slick-slider button.slick-next span{
     position: absolute;
     left:50%;
     transform: translateY(-50%) rotate(90deg);
     padding: 8px 0 0 0;
}
.woo-single-product .gallery-slider-nav.slick-slider button.slick-prev{
    display: inline-block !important;
    top: 14px;
    opacity:0.4;
}
.woo-single-product .gallery-slider-nav.slick-slider button.slick-prev span {
    position: absolute;
    left: 50%;
    transform: translateY(-50%) rotate(90deg);
    padding: 8px 0 0 0;
}

/* woocommerce notices */
.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: var(--onyx);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-message-content{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    background-color: transparent;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
    margin:0;
    width: 100%;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message{
    background-color: var(--onyx);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
    margin:0;
    width: 100%;
    max-width: 1500px;
}
.woocommerce .woocommerce-info::before {
    color: var(--salamander);
}
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-error::before, .woocommerce-info::before,
.woocommerce-message::before{
    left: 0;
}
@media (max-width: 991.98px){
    .woocommerce-notices-wrapper .woocommerce-error::before,
    .woocommerce-notices-wrapper .woocommerce-info::before,
    .woocommerce-notices-wrapper .woocommerce-message::before {
        left: 40px;
    }
}
@media (max-width: 767.98px){
    .woocommerce-notices-wrapper .woocommerce-error::before,
    .woocommerce-notices-wrapper .woocommerce-info::before,
    .woocommerce-notices-wrapper .woocommerce-message::before {
        left: 30px;
    }
}
@media (max-width: 576px){
    .woocommerce-notices-wrapper .woocommerce-error::before,
    .woocommerce-notices-wrapper .woocommerce-info::before,
    .woocommerce-notices-wrapper .woocommerce-message::before {
        left: 15px;
    }
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: unset;
    order: 2;
    position: relative;
    padding: 10px 14px;
    margin-left: 10px;
    font-size: 18px;
    background-color: var(--salamander);
    color: var(--white);
    border-radius: 70px;
    font-family: nocturne-serif-lights, serif;
    font-weight: 300;
    border-style: solid;
    border-width: 1px;
    border-color: var(--salamander);
    display: inline-block;
    text-align: center;
    text-decoration: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    transition: ease all 0.3s;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
    background-color: transparent;
    color: var(--salamander);
    border-color: var(--salamander);
    outline: none;
    opacity: 1;
}
@media (max-width: 991.98px){
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        font-size: 15px;
    }
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top:unset;
}

/* Cart Page */

/*** Cart ***/

body.woocommerce-cart #main-content {
    min-height: 71vh;
}
body.woocommerce-cart #main-content{
    background-color: var(--ivory);
}
.woocommerce-cart-form{
    color: var(--onyx);
}
.woocommerce-cart-form .cart-table-head span{
   font-weight: 600;
}
.woocommerce-cart-form .cart-table-head, .woocommerce-cart-form .cart_item{
    border-bottom: 1px solid var(--gray);
}

.woocommerce-cart-form .product-name-wrap ,.woocommerce-cart-form .subtotal-wrap{
    height: 100%;
}
.woocommerce-cart-form .view-product-wrap, .woocommerce-cart-form .remove-button-wrap{
    margin-top: auto;
}
.woocommerce-cart-form .view-product-wrap .cart-view-product{
    color: var(--onyx);
    font-size: 13px;
}
.woocommerce-cart-form .cart-product-sku{
    color: var(--grey);
    font-size: 13px;
    line-height: 1;
}
.woocommerce-cart-form .quantity .qty {
    border: none;
    margin:0;
    padding:0;
    color: var(--onyx);
}
.woocommerce .woocommerce-cart-form a.remove {
     display: inline;
     font-size: 13px;
     height: inherit;
     width: inherit;
     text-align: inherit;
     line-height: 1;
     border-radius: unset;
     color: var(--grey) !important;
     text-decoration: underline;
     font-weight: inherit;
     border: 0;
     position: relative;
}
.woocommerce .woocommerce-cart-form a.remove:hover{
    background: none;
}
.woocommerce-cart-form .cart-coupon input{
    width: auto;
}
.woocommerce-cart-form .cart-coupon .button, .woocommerce-cart-form .cart-update .button{
    padding: 10px 48px 10px 14px !important;
    color: var(--white) !important;
    margin-top: 10px;
}
.woocommerce-cart-form .cart-coupon .button:hover, .woocommerce-cart-form .cart-update .button:hover{
    color: var(--salamander) !important;
}
.woocommerce-cart-form .cart-update .button{
    opacity:0;
    visibility: hidden;
}
.woocommerce-cart-form .cart-update button.button[aria-disabled="false"] {
    opacity:1;
    visibility: visible;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.cart_totals table,
.cart_totals tbody,
.cart_totals tr,
.cart_totals td,
.woocommerce-shipping-totals th {
    display: block;
    width: 100%!important;
}
.cart_totals .woocommerce-shipping-totals {
    padding: 20px;
    background-color: var(--linen);
}
.cart_totals .woocommerce-shipping-totals a{
    color:var(--onyx);
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after{
    display: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::before{
    font-family: WooCommerce;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e019";
    text-decoration: none;
}
.cart_totals .woocommerce-shipping-totals * {
   
}
.cart_totals.calculated_shipping .woocommerce-shipping-totals th,
.cart_totals.calculated_shipping .woocommerce-shipping-totals td {
    padding: 0!important;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: none!important;
}
.woocommerce-cart .order-total * {
    text-align:right;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals {
    padding: 45px 40px;
}
@media (max-width: 576px){
    .woocommerce-cart .cart_totals .woocommerce-shipping-totals {
        padding: 25px 20px;
    }
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals th {
    font-family: 'warnock-pro-display', sans-serif;
    font-size: 36px;
    line-height: 46px !important;
    font-weight: 300 !important;
    color: var(--onyx);
    margin-bottom: 20px;
    display: block;
}
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type{
    margin-bottom: 0;
}
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form button{
    margin-top: 26px;
    width: 100%;
    background-color: var(--onyx);
    border-color: var(--onyx);
    color: var(--white);
    padding: 10px 14px;
    float:none;
    text-align: center;
}
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form button:hover{
    background-color: transparent;
    color: var(--onyx);
}
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form button:after{
    display: none;
}

@media (max-width: 576px){
    .woocommerce-cart-form .cart-coupon input, .woocommerce-cart-form .cart-coupon .button, .woocommerce-cart-form .cart-update .button{
        width: 100%;
    }
}



/***** CHECKOUT *****/
.row.checkout .woocommerce-input-wrapper,
.row.checkout .woocommerce-billing-fields__field-wrapper input {
    width: 100%;
}
.woocommerce-message-content a.showlogin {
    margin-right: auto;
    margin-left: 15px;
}
.woocommerce table.shop_table {
    border: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: var(--linen);
    border-radius: 0;
}
.woocommerce-checkout #payment label {
    margin-top: 0;
    width: auto;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: var(--ivory);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--ivory);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
/* checkout dropdown select menu */
.select2-container--default .select2-selection--single{
    background-color: transparent;
}
.select2-dropdown {
    background-color: var(--linen);
}
.select2-container--default .select2-selection--single, .select2-dropdown {
    border-radius: 0;
    border:none;
    border-bottom: 1px solid var(--grey);
    padding-bottom: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
/* checkout dropdown select menu - selected */
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--ivory);
}
/* checkout dropdown select menu - on hover */
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--salamander);
    color: #fff;
}

/*checkbox - "Create an account?" and "Ship to a different address?" */
.woocommerce-checkout .create-account .woocommerce-form__label-for-checkbox{
    margin: 20px 0 6px !important;
}
.woocommerce-checkout .woocommerce-account-fields .create-account label{
    margin-top: 0;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox{
    line-height: 2;
    padding: 3px;
    margin: 0 0 6px !important;
}
.woocommerce-checkout .woocommerce-shipping-fields .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
#ship-to-different-address{
    line-height: 1;
    margin-bottom: 0;
}
/*end of: checkbox - "Create an account?" and "Ship to a different address?" */

.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-info,
.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*.woocommerce .woo-single-product div.product#product-3159 form.cart button {*/
    /*text-indent: -999999px;*/
    /*position: relative;*/
/*}*/
/*.woocommerce .woo-single-product div.product#product-3159 form.cart button:before {*/
    /*content: 'Pre-order now';*/
    /*position: absolute;*/
    /*left: 5px;*/
    /*width: calc(100% - 60px);*/
    /*color: white;*/
    /*text-indent: 0px;*/
    /*font-size: 18px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
/*}*/
/*.woocommerce .woo-single-product div.product#product-3159 form.cart button:after {*/
    /*text-indent: 0px;*/
    /*position: absolute;*/
    /*right: 30px;*/
/*}*/

/** features under product slider **/
.additional_text_under_slider ul {
    list-style: none;
    padding: 0px;
}
.additional_text_under_slider ul li {
position: relative;
    padding-left: 27px;
    margin-bottom: 8px;
}
.additional_text_under_slider ul li:before {
    content: '';
    background-image: url('../images/florian_icon.svg');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 17px;
    height: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}