.products .product-category.product a {
    display: block;
    background-color: #f2f2f2;
}

.products .product-category.product a img {
    margin-bottom: 0px !important;
}

.products .product-category.product a .woocommerce-loop-category__title {
    padding: 20px !important;
}

.woocommerce .product img,
.woocommerce-page .product img {
    height: inherit;
    max-width: inherit;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Hk Grotesk", sans-serif;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    padding: 9px 30px;
    border-radius: 100px;
    color: #333333;
    border: 1px solid rgba(51, 51, 51, 0.3);
    -webkit-transition: 200ms;
    transition: 200ms;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    text-decoration: none;
    background-color: inherit;
    border: 1px solid rgba(51, 51, 51, 1);
    color: #333333;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    cursor: not-allowed;
    padding: 9px 30px;
    opacity: 0.4;
    border: 1px solid rgba(51, 51, 51, 0.3);
}

.woocommerce #respond input#submit.large,
.woocommerce a.button.large,
.woocommerce button.button.large,
.woocommerce input.button.large {
    padding: 9px 60px;
    font-weight: 500;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 30px;
    margin: 0 0 2em;
    position: relative;
    color: #fff;
    font-size: 16px;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-weight: bold;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    border-radius: 0px !important;
    line-height: 1.4;
}

.woocommerce-message {
    border-top-color: #aedac1;
    background-color: #aedac1;
    color: #31708f !important;
    background-color: #d1eff5;
    border-color: #d1eff5;
    border-radius: 0px;
    padding: 15px 45px !important;
}

.woocommerce-message:before {
    color: #31708f !important;
}

.alert {
    border-radius: 0px !important;
    line-height: 1.4;
}

.alert a {
    text-decoration: underline;
}

.alert-info {
    color: #31708f !important;
    background-color: #d1eff5;
    border-color: #d1eff5;
    border-radius: 0px;
    padding: 15px 45px !important;
}

.alert-info:before {
    color: #31708f !important;
}

.alert-success {
    color: #3c763d !important;
    background-color: #d6e9c6;
    border-color: #d6e9c6;
    border-radius: 0px;
    padding: 15px 45px !important;
}

.alert-success:before {
    color: #3c763d !important;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #ebccd1;
    border-color: #ebccd1;
    border-radius: 0px;
    padding: 15px 45px !important;
}

.alert-danger:before {
    color: #a94442 !important;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #faebcc;
    border-color: #faebcc;
    border-radius: 0px;
    padding: 15px 45px !important;
}

.alert-warning:before {
    color: #8a6d3b !important;
}

.woocommerce .woocommerce-ordering select {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
    border-radius: 0px;
    padding: 10px;
    padding-right: 20px;
    height: auto;
    line-height: 1;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    background-color: transparent;
    background-image: url(../svg/select-arrow-dark.svg);
    background-position: right;
    background-size: 11px;
    background-repeat: no-repeat;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.woocommerce .products .product {
    margin-bottom: 30px;
    transition: all 200ms;
}

.woocommerce .products .product.wishlist-product {
    text-align: center;
}

.woocommerce .product span.onsale {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
    border-radius: 0px;
    padding: 10px;
    height: auto;
    line-height: 1;
    font-weight: bold;
    min-height: auto;
    min-width: auto;
    top: -5px;
    left: -5px;
    background-color: #aedac1;
}

.woocommerce .products .product .woocommerce-loop-product__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "Hk Grotesk", sans-serif;
    color: #555555;
    margin-bottom: 10px;
    min-height: 60px;
}

@media all and (max-width:991px) {
    .woocommerce .products .product .woocommerce-loop-product__title {
        min-height: 100px;
    }
}

.woocommerce .products .product .star-rating {
    display: none;
}

.woocommerce .product .woocommerce-loop-product__link {
    display: block;
    margin-bottom: 10px;
}

.woocommerce .product .woocommerce-loop-product__link img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 1;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.woocommerce .products .product:hover .woocommerce-loop-product__link img {
    opacity: 0.7;
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
}

.woocommerce .product .category {
    color: #333;
}

.woocommerce .products .product .price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "Hk Grotesk", sans-serif;
    color: #333 !important;
    margin-bottom: 10px;
}

.woocommerce .products .product .price ins {
    text-decoration: none;
}

.woocommerce .products .product .yith-wcwl-add-to-wishlist {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0px;
}

.woocommerce .products .product .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    border: 1px solid #ccc;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    color: #333;
    transition: all 200ms;
}

.woocommerce .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover {
    border: 1px solid #EDF6F1;
    color: #AEDAC1;
}

.woocommerce .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    border: 1px solid #EDF6F1;
    color: #AEDAC1;
}

.woocommerce .products .product .remove {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0px;
    display: block;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 20px;
    z-index: 2;
    text-align: center;
    line-height: 42px;
    color: #333 !important;
    transition: all 200ms;
}

.woocommerce .products .product .remove:hover {
    background-color: transparent;
    border: 1px solid #EDF6F1;
    color: #de8f91 !important;
}

.woocommerce .products .product .yith-wcwl-add-to-wishlist i {
    margin-right: 0px;
}

.woocommerce .products .product .yith-wcwl-add-to-wishlist .tooltip {
    min-width: 140px;
}

.woocommerce .products .product .added_to_cart,
.woocommerce .products .product .stock.out-of-stock {
    position: absolute;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
    border-radius: 0px;
    padding: 10px;
    height: auto;
    line-height: 1;
    z-index: 10;
    font-weight: bold;
    min-height: auto;
    min-width: auto;
    top: 35px;
    left: -5px;
    background-color: #333;
}

.woocommerce .products .product .stock.out-of-stock {
    background-color: #de8f91;
}

.woocommerce .products .product .stock.in-stock {
    display: none;
}

.woocommerce .products .product .add_to_cart_button,
.woocommerce .products .product .ajax_add_to_cart,
.woocommerce .products .product .add_to_cart_loop_button {
    width: 40px;
    height: 40px;
    padding: 0px;
    top: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    right: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    color: #333;
    transition: all 200ms;
}

.woocommerce .products .product .add_to_cart_button:hover {
    border: 1px solid #EDF6F1;
    color: #AEDAC1;
}

.woocommerce .products .product .add_to_cart_button.added {
    border: 1px solid #EDF6F1;
    color: #AEDAC1;
}

.woocommerce .products .product .add_to_cart_button.added:after {
    margin-left: 0px;
}

.woocommerce .products .product .add_to_cart_button.added .icon {
    display: none;
}

.woocommerce .products .product .add_to_cart_button.loading {}

.woocommerce .products .product .add_to_cart_button.loading:after {
    margin-left: 0px;
    top: 0;
    right: auto;
    left: 10px;
    color: #000 !important;
}

.woocommerce .products .product .add_to_cart_button.loading .icon {
    display: none;
}

#yith-wcwl-popup-message {
    display: none !important;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000;
    border: 0px;
    border-radius: 0px;
    margin: 0px !important;
    position: fixed;
    padding: 60px;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
    outline: 2000px solid rgba(0, 0, 0, 0.3);
}

#yith-wcwl-popup-message #yith-wcwl-message {
    font-size: 24px;
    font-size: 2.4rem;
    color: #333333;
    font-family: "Rufina", serif;
    margin-bottom: 0px;
}


}
.sidebar {}
.sidebar .sidebar-item {
    margin-bottom: 30px;
}

}
.sidebar .sidebar-item .widget-title {
    margin-bottom: 15px;
}

/* WIDGET SEARCH */
.sidebar .widget_product_search {}
.sidebar .widget_product_search form {
    position: relative;
}
.sidebar .widget_product_search form label {
    display: none;
}
.sidebar .widget_product_search form input[type="search"] {
    width: 100%;
    padding: 10px 0px;
    line-height: 20px;
    border: 0px;
    padding-right: 40px;
    border-bottom: 1px solid transparent;
}
.sidebar .widget_product_search form input[type="search"]:focus {
    border-bottom: 1px solid #000;
    color: #000;
}
.sidebar .widget_product_search form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}
.sidebar .widget_product_search {}

/* WIDGET PRICE */
.sidebar .widget_price_filter {}
.sidebar .widget_price_filter {}
.sidebar .widget_price_filter {}
.sidebar .price_slider_wrapper {
    padding-top: 25px;
}
.sidebar .widget_price_filter .ui-slider-horizontal {
    height: 2px;
    background-color: #ccc !important;
}
.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    border: 2px solid rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    top: -6px;
    margin-left: -7px;
}
.sidebar .widget_price_filter .ui-slider .ui-slider-handle span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    color: #333;
}
.sidebar .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #333 !important;
}
.sidebar .widget_price_filter .price_slider_wrapper .price_label {
    display: none !important;
}
.sidebar .widget_price_filter .price_slider_amount .button {
    float: right;
    margin: 20px 0;
    padding: 5px 30px;
}

/* WIDGET CATEGORIES */
.sidebar .widget_product_categories {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
}
.sidebar .widget_product_categories li.current-cat a {
    color: #333;
}
.sidebar .widget_product_categories li {
    margin-bottom: 10px;
}
.sidebar .widget_product_categories ul.children {
    padding-left: 15px;
    margin-top: 10px;
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#single-product
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#single-product {}
#single-product .product-gallery {
    position: relative;
}
#single-product .product-gallery .image {
    margin-bottom: 10px;
}
#single-product .product-gallery .image a {
    display: block;
}
#single-product .product-gallery .image a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#single-product .product-gallery .thumbnails .row {
    margin-left: -5px;
    margin-right: -5px;
}
#single-product .product-gallery .thumbnails .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
#single-product .product-gallery .thumbnails a {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    opacity: 0.5;
    transition: all 200ms;
}
#single-product .product-gallery .thumbnails a:hover,
#single-product .product-gallery .thumbnails .active a {
    opacity: 1;
}
#single-product .product-gallery .thumbnails a img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0px;
    padding: 0px;
    vertical-align: middle
}
#single-product .product-gallery .yith-wcwl-add-to-wishlist {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0px;
}
#single-product .product-gallery .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
#single-product .product-gallery .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
#single-product .product-gallery .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
#single-product .product-gallery .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    border: 1px solid #ccc;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    color: #333;
    transition: all 200ms;
}
#single-product .product-gallery .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover {
    border: 1px solid #EDF6F1;
    color: #AEDAC1;
}
#single-product .product-gallery .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
#single-product .product-gallery .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    border: 1px solid #EDF6F1;
    color: #AEDAC1;
}
#single-product .product-gallery .yith-wcwl-add-to-wishlist i {
    margin-right: 0px;
}
#single-product .product-gallery .yith-wcwl-add-to-wishlist .tooltip {
    min-width: 140px;
}
#single-product .product-gallery .essb_links_trigger {
    position: absolute;
    top: 60px;
    right: 10px;
    height: 40px;
    width: 40px;
    display: block;
    border: 1px solid #ccc;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    color: #333;
    transition: all 200ms;
}
#single-product .product-gallery .essb_links_trigger:hover,
#single-product .product-gallery .essb_links_trigger.open {
    border: 1px solid #EDF6F1;
    color: #AEDAC1;
}
#single-product .product-gallery .essb_links {
    display: none;
    width: 40px;
    position: absolute;
    top: 100px;
    right: 10px;
}
#single-product .product-gallery .essb_links a {
    opacity: 0.5;
    margin: 0px 6px;
    margin-bottom: 6px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
#single-product .product-gallery .essb_links a:hover {
    opacity: 1;
}
#single-product .product-gallery .essb_links .essb_icon {
    width: 28px;
    height: 28px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}
#single-product .product-gallery .essb_links .essb_icon:before {
    font-size: 16px!important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.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: auto;
    float: none;
    margin: none;
}
#single-product .product-info .title {
    padding-right: 130px;
}
#single-product .product-info .price {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 300;
    float: right;
    transform: translateY(-100%);
    margin-top: -30px;
}
#single-product .product-info .price ins {
    font-weight: bold;
    text-decoration: none;
}
#single-product .product-info .description {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 300;
}
#single-product .product-info .message {
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
}
#single-product .product-info .yith-wcwl-add-to-wishlist {
    display: none !important;
}
#single-product .product-info .meta {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
}
#single-product .product-info .meta a:hover {
    text-decoration: underline;
}
#single-product .product-info .woocommerce-tabs {}
#single-product .product-info .woocommerce-tabs::before {
    display: none;
}
#single-product .product-info .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #eee;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}
#single-product .product-info .woocommerce-tabs ul.tabs::before {
    display: none;
}
#single-product .product-info .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: 0px;
    width: 33.33%;
    float: left;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}
#single-product .product-info .woocommerce-tabs ul.tabs li::before,
#single-product .product-info .woocommerce-tabs ul.tabs li::after {
    display: none;
}
#single-product .product-info .woocommerce-tabs ul.tabs li a {
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding: 10px 15px;
    line-height: 1;
    color: #999999;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HK Grotesk",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
}
#single-product .product-info .woocommerce-tabs ul.tabs li.active a {
    color: #333;
}
#single-product .product-info .woocommerce-tabs ul.tabs li.active a::before {
    content: "";
    height: 2px;
    background-color: #333;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -2px;
}
#single-product .product-info .woocommerce-tabs .panel {
    margin-bottom: 15px;
    padding: 15px 0px;
    box-shadow: none;
    border-bottom: 0px;
}
#single-product .product-info .cart .quantity-container {
    float: left;
    border: 0px;
    height: 40px;
    width: auto;
    text-align: center;
    padding: 0px;
    line-height: 40px;
    color: #888;
    margin-right: 15px;
    display: block;
    position: relative;
}
#single-product .product-info .cart .woocommerce-variation-add-to-cart-disabled .quantity-container {
    display: none;
}
#single-product .product-info .cart .quantity-container .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: #bbb;
    cursor: pointer;
}
#single-product .product-info .cart .quantity-container .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: #bbb;
    cursor: pointer;
}
#single-product .product-info .cart .quantity-container .minus:hover,
#single-product .product-info .cart .quantity-container .plus:hover {
    color: #333;
}
#single-product .product-info .cart .quantity-container .minus.disabled,
#single-product .product-info .cart .quantity-container .plus.disabled {
    opacity: 0.2 !important;
    cursor: not-allowed;
}
#single-product .product-info .cart .quantity-container .quantity {
    float: left;
    margin: 0px;
}
#single-product .product-info .cart .quantity-container .quantity input {
    height: 40px;
    width: 100px;
    border: 1px solid #ccc;
    margin: 0px;
    text-align: center;
    border-radius: 0px;
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
}
#single-product .product-info .cart .quantity-container .quantity input::-webkit-outer-spin-button,
#single-product .product-info .cart .quantity-container .quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}
#single-product .product-info .variations {
    margin-bottom: 30px;
}
#single-product .product-info .variations .variation {}
#single-product .product-info .variations .variation label {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 10px;
}
#single-product .product-info .variations .variation .value {
    display: inline-block;
}
#single-product .product-info .variations .variation .value .option {
    display: inline-block;
}
#single-product .product-info .variations .variation .reset_variations {
    color: #333;
    text-decoration: underline;
}
#single-product .product-info .woocommerce-variation-price .price {
    transform: none;
    margin-top: 0px;
    margin-right: 30px;
    line-height: 40px;
    float: left;
}
#single-product .product-info .stock {
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #aedac1;
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
}
#single-product .product-info .stock.out-of-stock,
#single-product .product-info .woocommerce-variation-availability .stock.out-of-stock {
    float: left;
    color: #fff;
    background-color: #333;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 0px;
    font-size: 10px !important;
    font-size: 1rem;
}
#single-product .product-info .woocommerce-variation-availability .stock.in-stock {
    float: right;
    margin-top: -50px;
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CESTA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#cart {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 400ms;
    z-index: 1000;
}
#cart.active {
    opacity: 1;
    visibility: visible;
}
#cart .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 0;
    cursor: w-resize;
    /*cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" style="font-size: 20px; font-weight: 300; color: #ffffff !important;"><text y="15" fill="#ffffff">✕</text></svg>'), auto;*/
    transition: all 400ms;
}
#cart.active .overlay {
    opacity: 1;
}
#cart .content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    z-index: 2;
    transform: translateX(100%);
    transition: all 400ms;
}
#cart.active .content {
    transform: translateX(0px);
}
#cart .content .top {
    padding: 15px 30px;
    line-height: 30px;
}
#cart .content .top .closer {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    transition: all 200ms;
    transform: rotate(0deg);
}
#cart .content .top .closer:hover {
    opacity: 0.5;
    transform: rotate(90deg);
}
#cart .content .top .title {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HK Grotesk",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
}
#cart .content .body {
    position: relative;
    overflow: scroll;
    opacity: 1;
    padding: 15px 30px;
    height: calc(100% - 200px);
    transition: all 200ms;
}
#cart .content form {
    opacity: 1;
    transition: all 200ms;
}
#cart .content.is-loading form {
    opacity: 0.2;
}
#cart .content.is-loading:before {
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#cart .content .body .product {
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#cart .content .body .product .product-remove a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #666;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    color: #fff !important;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms;
}
#cart .content .body .product:hover .product-remove a {
    opacity: 1;
    visibility: visible;
}
#cart .content .body .product .product-thumbnail {
    float: left;
    width: 30%;
}
#cart .content .body .product .product-thumbnail a {
    display: block;
    width: 100%;
    height: auto;
}
#cart .content .body .product .product-thumbnail a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#cart .content .body .product .product-info {
    float: left;
    padding-left: 15px;
    width: 70%;
}
#cart .content .body .product .product-info .product-name {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
#cart .content .body .product .product-info .product-quantity {
    margin-bottom: 10px;
    float: left;
}
#cart .content .body .product .product-info .product-quantity .quantity-container {
    float: left;
    border: 0px;
    height: 30px;
    width: auto;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    color: #888;
    margin-right: 15px;
    display: block;
    position: relative;
}
#cart .content .body .product .product-info .product-quantity .quantity-container .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #bbb;
}
#cart .content .body .product .product-info .product-quantity .quantity-container .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #bbb;
}
#cart .content .body .product .product-info .product-quantity .quantity-container .quantity {
    float: left;
}
#cart .content .body .product .product-info .product-quantity .quantity-container .quantity input {
    height: 30px;
    width: 60px;
    border: 1px solid #ccc;
    margin: 0px;
    text-align: center;
    border-radius: 0px;
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
}
#cart .content .body .product .product-info .product-quantity .quantity-container .quantity input::-webkit-outer-spin-button,
#cart .content .body .product .product-info .product-quantity .quantity-container .quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}
#cart .content .body .product .product-info .product-price {
    font-size: 14px;
    font-size: 1.4rem;
    color: #888;
    float: left;
    margin-right: 10px;
    vertical-align: baseline;
    line-height: 30px;
}
#cart .content .body .product .product-info .product-update {
    opacity: 0;
    visibility: hidden;
}
#cart .content .body .product .product-info .product-update.active {
    opacity: 1;
    visibility: visible;
}
#cart .content .body .product .product-info .product-update .button {
    float: left;
    border: 0px;
    height: 30px;
    width: 16px;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    color: #444;
    font-size: 10px;
    display: block;
}
#cart .content .body .product .product-info .product-subtotal {
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 20px;
}
#cart .content .empty {
    // background: transparent url('../img/elevant_cesta_vacia.png') no-repeat center 0 / 212px 111px;
    text-align: center;
    width: 100%;
    padding: 13px 0;
}
#cart .content .empty .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: 100%;
}
#cart .content .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#cart .content .bottom .buttons {
    position: relative;
    /*-webkit-transform: translateY(100%);
			transform: translateY(100%);
	-webkit-transition: 200ms ease 300ms;
    		transition: 200ms ease 300ms;*/
}
#cart.active .content .bottom .buttons {
    /*
	-webkit-transform: translateY(0%);
			transform: translateY(0%);*/
}
#cart .content .bottom .buttons .total {
    height: auto;
    line-height: 20px;
    padding: 20px 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    background: #F2F2F2;
}
#cart .content .bottom .buttons .checkout {
    background-color: #333;
    padding: 30px;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    transition: all 200ms;
}
#cart .content .bottom .buttons .checkout:hover {
    background-color: #000;
}

/*
--------------------------------------
CHECKOUT
--------------------------------------
*/
#page-checkout {
    position: relative;
}
#page-checkout:before {
    content: "";
    height: 100%;
    width: 920px;
    background-color: #EEF6F1;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0px;
    padding-bottom: 30px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #EEF6F1;
    color: #333;
    padding: 30px;
    font-size: 12px;
}
#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 #EEF6F1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#page-checkout .wc_payment_method {
    margin-bottom: 15px !important;
}
#page-checkout .wc_payment_method .label {
    text-transform: none !important;
    font-size: 12px !important;
    letter-spacing: 0px;
}
#page-checkout .wc_payment_method .label:before,
#page-checkout .wc_payment_method .label:after {
    letter-spacing: 2px !important;
}
#page-checkout .wc_payment_method img {
    height: 20px;
    width: auto;
    vertical-align: middle;
}
#page-checkout .woocommerce-checkout-review-order-table {
    background-color: #EEF6F1;
    margin-bottom: 30px;
    padding: 30px;
    padding-right: 15px;
}
#page-checkout .woocommerce-checkout-review-order-table table {
    margin-bottom: 0px;
}
#page-checkout .woocommerce-checkout-review-order-table table .cart_item {
    margin-bottom: 0px;
}
#page-checkout .woocommerce-checkout-review-order-table table .cart_item .product-thumbnail {
    width: 80px !important;
}
#page-checkout .woocommerce-checkout-review-order-table table .cart_item .product-thumbnail img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#page-checkout .woocommerce-checkout-review-order-table table .order-total .includes_tax {
    color: #888;
    display: block;
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
}
#page-checkout .woocommerce-checkout-review-order-table table .order-total .includes_tax .amount {
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
}
#page-checkout .woocommerce-checkout-review-order-table .table-products-container {
    max-height: 340px;
    overflow: scroll;
    margin-bottom: 30px;
    padding-right: 30px;
}
#page-checkout .woocommerce-checkout-review-order-table .table-products-container tr td {
    border: 0px !important;
    padding: 0px;
    padding-bottom: 10px;
}
#page-checkout .woocommerce-checkout-review-order-table .table-products-container tr td.product-name {
    padding-left: 10px;
}
#page-checkout .woocommerce-checkout-review-order-table .table-products-container tr .title {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
#page-checkout .woocommerce-checkout-review-order-table .table-products-container tr .quantity {
    font-size: 11px;
    font-size: 1.1rem;
    color: #333;
    line-height: 14px;
    padding-top: 6px;
}
#page-checkout .woocommerce-checkout-review-order-table .table-products-container tr .price {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 300;
    line-height: 20px;
}
#page-checkout .woocommerce-checkout-review-order-table .table-products-container tr .shalabel {
    margin-bottom: 0px;
}
#page-checkout .form-row.place-order {
    padding: 0px !important;
    padding-top: 15px !important;
}
#page-checkout .form-row.place-order #place_order {
    width: 100%;
    background-color: #333;
    color: #fff;
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500 !important;
}
#page-checkout #edit-cart {
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

/*
--------------------------------------
LOGIN Y REGISTRO
--------------------------------------
*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.woocommerce form .form-row {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
.woocommerce form .form-row label {
    line-height: 1.4;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
    position: relative;
}

/* Invalid Fields */
.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: #ccc !important;
    color: #a94442 !important;
}
.woocommerce form .form-row.woocommerce-invalid::before,
.woocommerce-page form .form-row.woocommerce-invalid::before {
    content: "";
    display: block;
    width: 4px;
    height: 34px;
    background-color: #a94442;
    left: 4px;
    top: 3px;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
}
.woocommerce form .form-row.woocommerce-invalid::after,
.woocommerce-page form .form-row.woocommerce-invalid::after {
    content: "✘";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #a94442;
    z-index: 10;
}
.woocommerce form .form-row.update_totals_on_change.woocommerce-invalid::after,
.woocommerce-page form .form-row.update_totals_on_change.woocommerce-invalid::after {
    right: 30px;
}

/* Valid Fields */
.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: #ccc !important;
}
.woocommerce form .form-row.woocommerce-validated::before,
.woocommerce-page form .form-row.woocommerce-validated::before {
    content: "";
    display: block;
    width: 4px;
    height: 34px;
    background-color: #3c763d;
    left: 4px;
    top: 3px;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
}
.woocommerce form .form-row.woocommerce-validated::after,
.woocommerce-page form .form-row.woocommerce-validated::after {
    content: "✔";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #3c763d;
    z-index: 2;
}
.woocommerce form .form-row.update_totals_on_change.woocommerce-validated::after,
.woocommerce-page form .form-row.update_totals_on_change.woocommerce-validated::after {
    right: 30px;
}
.terms.wc-terms-and-conditions .checkbox {
    margin-bottom: 30px !important;
    display: block;
}
.woocommerce form .form-row.woocommerce-validated.place-order:before,
.woocommerce-page form .form-row.woocommerce-validated.place-order:before,
.woocommerce form .form-row.woocommerce-validated.place-order:after,
.woocommerce-page form .form-row.woocommerce-validated.place-order:after {
    content: none !important;
    display: none !important;
}
.woocommerce table .coupon {
    position: relative;
}
.woocommerce table .coupon .input-text {
    height: 34px;
    width: 150px !important;
}
.woocommerce table .coupon .button {
    background-color: #f2f2f2;
}
.wc-proceed-to-checkout a {
    float: right;
    background-color: #333 !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}
.table .woocommerce-Price-amount.amount,
.table .woocommerce table .amount {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 20px;
}
.cart-totals-table td {
    text-align: right;
    border-top: 0px !important;
}
.cart-totals-table .order-total td {
    border: 0px !important;
}
.woocommerce table a.remove {
    color: #444 !important;
}
.woocommerce table a.remove:hover {
    background-color: #444 !important;
    color: #fff !important;
}
th.product-remove,
td.product-remove {
    width: 30px;
}
.table-cart th.product-thumbnail,
.table-cart td.product-thumbnail {
    width: 80px;
}
.table-cart th.product-thumbnail img,
.table-cart td.product-thumbnail img {
    width: 60px;
    vertical-align: middle;
}
th.product-quantity,
td.product-quantity {
    width: 76px;
    text-align: center;
}
td.product-quantity input {
    height: 40px;
    width: 60px !important;
    text-align: left;
}
th.product-subtotal,
td.product-subtotal {
    text-align: right;
}

/*
--------------------------------------
TABLES
--------------------------------------
*/
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    background-color: #f2f2f2;
    color: #333;
    border-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th {
    border-bottom-width: 2px;
    background-color: #f2f2f2;
    color: #333;
    border-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.woocommerce-table--order-details.woocommerce-table--order-details2 {
    width: auto;
    min-width: 450px;
    max-width: 100%;
    float: right;
}
.woocommerce-MyAccount-navigation {
    display: block;
    padding-right: 60px;
}
.woocommerce-MyAccount-navigation ul {
    border-top: 1px solid #f2f2f2;
}
.woocommerce-MyAccount-navigation ul li {}
.woocommerce-MyAccount-navigation ul li a {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: block;
    padding: 15px 0px;
    line-height: 20px;
    font-weight: 400;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #333;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #333;
    padding-left: 0px;
    font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li a .fa {
    font-size: 18px;
    margin-right: 10px;
}
.woocommerce-orders-table__cell .button.pay {
    background-color: #333;
    color: #fff;
    margin-bottom: 10px;
}
.woocommerce-orders-table__cell .button.cancel {
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

/*
--------------------------------------
ORDER DETAILS
--------------------------------------
*/
#page-checkout ul.order_details {
    color: #8a6d3b !important;
    background-color: #faebcc;
    border-color: #faebcc;
    border-radius: 0px;
    padding: 15px 45px !important;
}
#redsys_payment_form {}
#redsys_payment_form .button-alt {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Hk Grotesk",
    sans-serif;
    text-decoration: none;
    background-color: #333;
    line-height: 20px;
    padding: 9px 30px;
    border-radius: 100px;
    color: #fff;
    margin-right: 20px;
    margin-top: 30px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    -webkit-transition: 200ms;
    transition: 200ms;
}
#redsys_payment_form .button-alt:hover {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
}

/*
--------------------------------------
WISHLIST
--------------------------------------
*/
.table-wishlist .product-thumbnail {
    white-space: nowrap;
}
.table-wishlist .product-thumbnail a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.table-wishlist .product-thumbnail a img {
    height: 40px !important;
    width: 20px;
    border-radius: 0px;
    line-height: 40px !important;
    width: auto;
    vertical-align: middle;
}
.table-wishlist td.product-price {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 20px;
    text-align: right;
}
.table-wishlist r.product-price del {
    opacity: .5;
}
.table-wishlist td.product-price ins {
    background: inherit;
    font-weight: 700;
}
.table-wishlist .wishlist-in-stock {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HK Grotesk",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
    border-radius: 0px;
    padding: 10px;
    height: auto;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    top: -5px;
    left: -5px;
    background-color: #aedac1;
}
.table-wishlist .wishlist-out-of-stock {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HK Grotesk",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
    border-radius: 0px;
    padding: 10px;
    height: auto;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    top: -5px;
    left: -5px;
    background-color: #de8f91;
}
.yith-wcwl-share li,
.entry-content .yith-wcwl-share li {
    display: inline-block;
    margin: 0px 5px;
}
.yith-wcwl-share li a,
.entry-content .yith-wcwl-share li a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    background: none !important;
    font-size: 18px;
    font-size: 1.8rem;
}
.yith-wcwl-share li a.facebook:hover,
.entry-content .yith-wcwl-share li a.facebook:hover {
    background-color: #3b5998 !important;
    color: #fff;
    border-color: #3b5998 !important;
}
.yith-wcwl-share li a.twitter:hover,
.entry-content .yith-wcwl-share li a.twitter:hover {
    background-color: #55acee !important;
    color: #fff;
    border-color: #55acee !important;
}
.yith-wcwl-share li a.pinterest:hover,
.entry-content .yith-wcwl-share li a.pinterest:hover {
    background-color: #cb2027 !important;
    color: #fff;
    border-color: #cb2027 !important;
}
.yith-wcwl-share li a.googleplus:hover,
.entry-content .yith-wcwl-share li a.googleplus:hover {
    background-color: #dd4b39 !important;
    color: #fff;
    border-color: #dd4b39 !important;
}
.yith-wcwl-share li a.email:hover,
.entry-content .yith-wcwl-share li a.email:hover {
    background-color: #ccc !important;
    color: #fff;
    border-color: #ccc !important;
}
.yith-wcwl-share li a .fa,
.entry-content .yith-wcwl-share li a .fa {
    vertical-align: middle;
}
.mark,
mark {
    padding: 0px;
    background-color: transparent;
    color: inherit;
    font-weight: bold !important;
}
@media all and (max-width: 767px) {
    #barramobile {
        display: none;
    }
    #single-product .product-info .title {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    #single-product .product-info .price {
        float: none;
        display: block;
        text-align: left;
        margin-top: 0px;
        transform: none;
    }
}

#single-product .product-info .stock { display: none; }