/**
 * Theme Name: Konte
 * WooCommerce styles override
 */
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

table.shop_table th,
table.shop_table td {
    border-color: #e3e7e8;
}

table.shop_attributes {
    font-size: 14px;
    font-size: 0.875rem;
}

table.shop_attributes p:first-child {
    margin-top: 0;
}

table.shop_attributes p:last-child {
    margin-bottom: 0;
}

table.shop_attributes th,
table.shop_attributes td {
    border-bottom: 0;
}

table.shop_attributes th {
    color: #161619;
    font-weight: 600;
    text-transform: uppercase;
}

table.woocommerce-table--order-downloads thead th,
table.my_account_orders thead th {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #161619;
    text-transform: uppercase;
    padding-top: 0;
}

table.woocommerce-table--order-downloads thead .woocommerce-orders-table__header-order-actions span,
table.my_account_orders thead .woocommerce-orders-table__header-order-actions span {
    display: none;
}

table.woocommerce-table--order-downloads tbody td,
table.my_account_orders tbody td {
    padding: 17px 0;
}

table.woocommerce-table--order-downloads tbody .woocommerce-orders-table__cell-order-actions,
table.my_account_orders tbody .woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

table.woocommerce-table--order-downloads thead .download-file span,
table.my_account_orders thead .woocommerce-orders-table__header-order-actions span {
    display: none;
}

table.woocommerce-table--order-downloads tbody .download-file,
table.my_account_orders tbody .woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}

ul.products:before, ul.products:after {
    content: "";
    display: table;
    table-layout: fixed;
}

ul.products:after {
    clear: both;
}

ul.products li.product {
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
    float: left;
}

ul.products li.product.first {
    clear: both;
}

ul.products li.product .woocommerce-badges {
    top: 15px;
    left: 15px;
}

ul.products li.product .product-thumbnail {
    overflow: hidden;
    position: relative;
}

ul.products li.product .product-thumbnail img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

ul.products li.product .product-thumbnails--slider a {
    display: block;
}

ul.products li.product .product-thumbnails--slider .slick-arrow {
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
    width: 30px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s;
}

ul.products li.product .product-thumbnails--slider .slick-arrow svg {
    vertical-align: middle;
}

ul.products li.product .product-thumbnails--slider .slick-prev {
    left: 0;
}

ul.products li.product .product-thumbnails--slider .slick-next {
    right: 0;
}

ul.products li.product .product-thumbnails--slider .slick-loading {
    display: none;
}

ul.products li.product .product-thumbnails--slider .slick-slide .slick-loading {
    display: block;
    transition: opacity 0.4s;
}

ul.products li.product .product-thumbnails--hover img {
    transition: opacity 0.4s;
}

ul.products li.product .product-thumbnails--hover .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

ul.products li.product .product-thumbnail-zoom {
    display: block;
}

ul.products li.product .product-summary {
    padding: 14px 20px 14px 20px;
    transition: transform 0.4s;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 6px 0;
}

ul.products li.product .star-rating {
    margin: -2px 0 5px 0;
}

ul.products li.product .price {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    transition: 0.4s;
}

ul.products li.product .price del {
    font-size: 85.71429%;
    color: #838889;
    margin-left: 5px;
}

.available-colors {
    display: none;
    margin-top: 5px;
}

.available-colors.product-page {
    display: block;
}

.products .product .product-inner:hover .available-colors {
    display: block;
}

.available-colors .product_color {
    width: 15px;
    height: 15px;
    border: 1px solid #838889;
    display: inline-block;
    margin-right: 5px;
}

.available-colors .product_color.active {
    border: 1px solid #000000;
}

ul.products li.product .buttons {
    text-align: right;
    padding-top: 15px;
    position: absolute;
    left: 20px;
    right: 20px;
    height: 40px;
    opacity: 0;
    transform: translateY(50%);
    transition: 0.4s;
}

ul.products li.product .button {
    color: #161619;
    line-height: 25px;
    line-height: 1.5rem;
    padding: 0;
    margin-left: 16px;
    background: transparent;
}

ul.products li.product .button:first-child {
    font-weight: 600;
    float: left;
    margin-left: 0;
}

ul.products li.product .button:nth-child(2) {
    margin-left: 0;
}

ul.products li.product .added_to_cart {
    display: none;
}

ul.products li.product .ajax_add_to_cart {
    position: relative;
}

ul.products li.product .ajax_add_to_cart:before {
    content: "";
    vertical-align: -0.25em;
    display: inline-block;
    width: 0;
    height: 16px;
    opacity: 0;
}

ul.products li.product .ajax_add_to_cart.loading:before {
    opacity: 1;
    width: 16px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: spin infinite 1s linear;
    animation: spin infinite 1s linear;
    transition: opacity 0.2s linear 0.2s;
}

ul.products li.product .ajax_add_to_cart.added:before {
    width: 30px;
    -webkit-animation: konteSlideOut 0.2s linear 2s forwards;
    animation: konteSlideOut 0.2s linear 2s forwards;
}

ul.products li.product .ajax_add_to_cart.added:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    border-top: 2px solid;
    border-right: 2px solid;
    transition: none;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    -webkit-animation: checkmark 2s ease forwards;
    animation: checkmark 2s ease forwards;
}

ul.products li.product .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px;
}

ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 60px 38px 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

ul.products li.product-category .woocommerce-loop-category__title .count {
    display: none;
}

ul.products .product-inner {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s, background-color 0.3s;
}

ul.products.columns-6 li.product .button {
    margin-left: 10px;
}

ul.products.columns-6 li.product .button:first-child {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 0;
}

ul.products.columns-6 li.product .quick_view_button {
    margin-left: 0;
}



ul.products.hover-simple .product-inner .price {
    transition: 0.4s;
}

ul.products.hover-simple .product-inner .buttons {
    height: auto;
    padding-top: 0;
    transform: none;
}

ul.products.hover-simple .product-inner .add-to-wishlist-button {
    position: absolute;
    top: 16px;
    right: 18px;
    opacity: 0;
}

@media (hover: hover) {
    ul.products .product-inner:hover {
        color: #161619;
        background-color: #fff;
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.4s;
    }

    ul.products .product-inner:hover a {
        color: #161619;
    }

    ul.products .product-inner:hover .product-summary {
        transform: translateY(-40px);
        background-color: #fff;
    }

    ul.products .product-inner:hover .buttons {
        transform: none;
        opacity: 1;
    }

    ul.products.hover-slider .product-inner:hover .slick-arrow {
        opacity: 1;
    }

    ul.products.hover-other_image .product-inner:hover .product-thumbnails--hover img {
        opacity: 0;
    }

    ul.products.hover-other_image .product-inner:hover .product-thumbnails--hover .hover-image {
        opacity: 1;
    }

    ul.products.hover-simple .product-inner:hover {
        box-shadow: none;
    }

    ul.products.hover-simple .product-inner:hover .product-summary {
        transform: none;
    }

    ul.products.hover-simple .product-inner:hover .woocommerce-loop-product__title {
        position: relative;
        z-index: 1;
    }

    ul.products.hover-simple .product-inner:hover .price {
        transform: translateY(-21px);
        opacity: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    ul.products.hover-simple .product-inner:hover .buttons {
        transform: translateY(-21px);
    }

    ul.products.hover-simple .product-inner:hover .add-to-wishlist-button {
        opacity: 1;
    }
}

ul.products.loading {
    position: relative;
    min-height: 200px;
}

ul.products.loading .loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 40;
}

ul.products.loading .spinner {
    color: #161619;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translate(-50%, 0);
}

ul.products.layout-masonry li.product {
    width: 25%;
}

ul.products.layout-masonry li.product.first {
    clear: none;
}

ul.products.layout-masonry li.product .product-thumbnail {
    padding-bottom: 125%;
}

ul.products.layout-masonry li.product .product-thumbnail > a,
ul.products.layout-masonry li.product .product-thumbnail > .slick-list {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

ul.products.layout-masonry li.product .product-thumbnail > a img,
ul.products.layout-masonry li.product .product-thumbnail > .slick-list img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

ul.products.layout-masonry li.product .product-thumbnail .slick-track,
ul.products.layout-masonry li.product .product-thumbnail .slick-slide {
    height: 100%;
}

ul.products.layout-masonry li.product .product-thumbnail .slick-slide {
    position: relative;
}

ul.products.layout-masonry li.product .woocommerce-loop-product__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 1.55556em;
}

ul.products.layout-masonry li.product:nth-child(10n+1), ul.products.layout-masonry li.product:nth-child(10n+7) {
    width: 50%;
}

ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
    padding-bottom: 135.29412%;
}

ul.products.layout-carousel {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
}

ul.products.layout-carousel li.product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

ul.products.layout-carousel li.product.first {
    clear: none;
}

ul.products.layout-carousel .loading-placeholder .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
.sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
.sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
    padding-bottom: 138.82353%;
}

.products-carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-top: 20px;
}

@media (min-width: 992px) {
    ul.products li.product {
        width: 25%;
    }
    ul.products li.product.first {
        clear: both;
    }
    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }
    ul.products.columns-2 li.product {
        width: 50%;
    }
    ul.products.columns-3 li.product {
        width: 33.33%;
    }
    ul.products.columns-4 li.product {
        width: 25%;
    }
    ul.products.columns-5 li.product {
        width: 20%;
    }
    ul.products.columns-6 li.product {
        width: 16.66%;
    }
}

.shop-page-content > div > p:first-child:empty {
    display: none;
}

.woocommerce-navigation {
    padding-top: 0;
    margin-top: 75px;
    margin-bottom: 60px;
}

.woocommerce-pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 3px;
}

.woocommerce-pagination ul .page-numbers {
    font-size: 0.75rem;
    color: #838889;
    display: block;
    min-width: 40px;
    padding: 0 5px;
    line-height: 38px;
    border: 1px solid #e3e7e8;
}

.woocommerce-pagination ul .current,
.woocommerce-pagination ul .page-numbers:hover {
    color: #fff;
    border-color: #161619;
    background: #161619;
}

.woocommerce-pagination ul .svg-icon {
    font-size: 10px;
}

.woocommerce-pagination ul .svg-icon svg {
    vertical-align: -0.1em;
}

.woocommerce-products-header {
    margin-bottom: 30px;
}

.woocommerce-products-header .page-title {
    font-size: 20px !important;
    font-size: 1.25rem;
    font-weight: 500 !important;
    line-height: 108%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.woocommerce-products-header .page-description,
.woocommerce-products-header .term-description {
    font-size: 16px;
    font-size: 1rem;
    float: left;
}

.woocommerce-products-header .breadcrumbs {
    float: right;
    margin-top: 10px;
}

.woocommerce-products-header.layout-standard {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.woocommerce-products-header.layout-standard .woocommerce-products-header__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce-products-header.layout-standard .page-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 400;
    color: inherit;
    float: none;
    margin-top: auto;
    position: relative;
    align-self: center;
}

.woocommerce-products-header.layout-standard .breadcrumbs {
    float: none;
    justify-self: flex-end;
    margin-top: auto;
    margin-bottom: 35px;
}

.woocommerce-products-header.layout-standard .breadcrumbs a:hover {
    color: inherit;
}

.woocommerce-products-header.layout-minimal .page-description,
.woocommerce-products-header.layout-minimal .term-description {
    color: #838889;
    margin-left: 20px;
    padding-top: 5px;
}

.woocommerce-products-header.layout-minimal .page-description > :first-child,
.woocommerce-products-header.layout-minimal .term-description > :first-child {
    margin-top: 0;
}

.woocommerce-products-header.layout-minimal .page-description > :last-child,
.woocommerce-products-header.layout-minimal .term-description > :last-child {
    margin-bottom: 0;
}

.woocommerce-products-header.text-dark .breadcrumbs,
.woocommerce-products-header.text-dark .breadcrumbs a {
    color: #161619;
}

.woocommerce-products-header.text-light .breadcrumbs,
.woocommerce-products-header.text-light .breadcrumbs a {
    color: #fff;
}

.woocommerce-header--minimal-fluid .site-header.light ~ .site-content,
.woocommerce-header--minimal-fluid .site-header.transparent ~ .site-content {
    padding-top: 0;
}

.home .woocommerce-products-header.layout-standard .page-title {
    margin-top: 0;
}

.products-quick-search {
    font-size: 32px;
    font-size: 2rem;
    color: #838889;
    padding: 35px 0 25px 0;
}

.products-quick-search select {
    display: none;
}

.products-quick-search button {
    color: #161619;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    background: transparent;
    padding: 0;
    margin-left: 10px;
    opacity: 0;
}

.products-quick-search .changed button {
    opacity: 1;
}

.products-quick-search .select2 {
    vertical-align: top;
    margin: 0 12px;
}

.products-quick-search .select2 .select2-selection--single {
    border: 0;
}

.products-quick-search .select2 .select2-selection--single .select2-selection__rendered {
    color: #161619;
    line-height: 1.4;
    text-transform: lowercase;
    border-bottom: 2px solid;
    padding: 0 32px 0 0;
}

.products-quick-search .select2 .select2-selection--single .select2-selection__arrow {
    margin-top: -5px;
}

.products-quick-search .filtering select,
.products-quick-search .filtering button,
.products-quick-search .filtering .select2 .select2-selection--single .select2-selection__rendered {
    color: #838889;
}

.products-header-standard .products-toolbar {
    margin-top: -30px;
}

.products-tools {
    position: relative;
    padding: 38px 0;
    transition: opacity 0.4s;
}

.products-tools.out {
    opacity: 0;
}

.products-tools .woocommerce-ordering {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
}

.products-tools .woocommerce-ordering select {
    border-width: 1px;
    min-width: 105px;
    display: none;
}

.products-tools .woocommerce-ordering .select2 {
    min-width: 105px;
    position: static;
}

.products-tools .woocommerce-ordering .select2 .selection {
    position: relative;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single {
    border: 0;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
    color: #161619;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    min-height: 30px;
    padding: 7px 32px 4px 0;
    border-bottom: 1px solid #e3e7e8;
    overflow: visible;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.3s;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__arrow {
    margin-top: -7px;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single:hover .select2-selection__rendered:after {
    width: 100%;
    left: 0;
}

.products-tools .woocommerce-result-count {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
}

.products-tools .columns-switcher {
    margin: 0;
}

.products-tools .columns-switcher .column-seletor {
    font-size: 14px;
    font-size: 0.875rem;
    color: #838889;
    font-weight: 500;
    display: inline-block;
    padding: 8px 2px;
    margin: 0 13px;
}

.products-tools .columns-switcher .column-seletor:first-child {
    margin-left: 0;
}

.products-tools .columns-switcher .column-seletor:last-child {
    margin-right: 0;
}

.products-tools .columns-switcher .column-seletor.active, .products-tools .columns-switcher .column-seletor:hover {
    color: #161619;
}

.products-tools .products-filter-toggle {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 60;
}

.products-tools .products-filter-toggle a {
    display: inline-block;
}

.products-tools .products-filter-toggle .svg-icon {
    margin-right: 13px;
}

.products-tools .products-filter-toggle svg {
    vertical-align: -0.3em;
}

.products-tools .products-filter-toggle .toggle-filters {
    margin-right: 30px;
}

.products-tools .products-filter-toggle .remove-filtered {
    font-size: 14px;
    font-size: 0.875rem;
    color: #838889;
    margin-left: 40px;
}

.products-tools .products-filter-toggle .remove-filtered:hover {
    color: inherit;
}

.products-tools .products-filter-toggle .remove-filtered .svg-icon {
    font-size: 20px;
    margin-right: 0;
    margin-left: 16px;
}

.products-tools .products-filter {
    font-size: 16px;
    font-size: 1rem;
}

.products-tools .products-filter .widget {
    border: 0;
    padding: 0;
    margin: 0;
}

.products-tools .products-filter .widget li {
    padding: 5px 0;
}

.products-tools .products-filter .widget a {
    color: #838889;
}

.products-tools .products-filter .widget a:hover {
    color: #161619;
}

.products-tools .products-filter .widget .filter-checkboxes-item {
    padding-left: 30px;
}

.products-tools .products-filter .widget-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 0;
}

.products-tools .products-filter.offscreen-panel .filter-widgets {
    padding-top: 0;
    width: 100%;
}

.products-tools .products-filter.dropdown-panel {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    padding: 38px 0 40px 0;
    background: #fff;
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.1);
    z-index: 50;
    display: none;
}

.products-tools .products-filter.dropdown-panel .panel-header {
    display: none;
}

.products-tools .products-filter.dropdown-panel .panel-header h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0;
}

.products-tools .products-filter.dropdown-panel .filter-widgets {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.products-tools .products-filter.dropdown-panel .widget {
    max-width: 280px;
    padding-left: 15px;
    padding-right: 15px;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget {
    width: 100%;
    max-width: 100%;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filter {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filter-name {
    margin: 2px 0 23px 0;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filter.dropdown,
.products-tools .products-filter.dropdown-panel .products-filter-widget .slider .filter-control {
    width: 310px;
    max-width: 100%;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .slider .widget {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .select2 .select2-selection__rendered {
    color: #161619;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .button {
    width: 280px;
    max-width: 100%;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .reset-button {
    margin-left: 40px;
    margin-top: 0;
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .products-loader {
    display: inline-block;
    vertical-align: -0.2em;
    margin: 20px 0 20px 40px;
}

.products-tools .products-filter-container {
    position: relative;
    padding-top: 60px;
}

.products-tools .products-filter-container .button-close {
    position: absolute;
    top: 5px;
    right: 15px;
}

.products-tools .products-tabs {
    margin: 0;
}

.products-tools .products-tabs a {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    font-weight: 500;
    display: inline-block;
    margin-right: 38px;
}

.products-tools .products-tabs a:last-child {
    margin-right: 0;
}

.products-tools .products-tabs a:hover, .products-tools .products-tabs a.active {
    color: #161619;
}

.products-toolbar.layout-v1 .woocommerce-ordering {
    float: left;
}

.products-toolbar.layout-v1 .columns-switcher,
.products-toolbar.layout-v1 .woocommerce-result-count {
    float: right;
}

.products-toolbar.layout-v1 .woocommerce-result-count {
    padding: 8px 0;
}

.products-toolbar.layout-v1 .columns-switcher {
    margin-left: 55px;
    margin-top: 2px;
}

.products-toolbar.layout-v2 .woocommerce-result-count {
    float: left;
    padding: 8px 0;
}

.products-toolbar.layout-v2 .woocommerce-ordering {
    float: right;
}

.products-toolbar.layout-v2 .woocommerce-ordering .select2-container {
    left: auto !important;
    right: 0;
}

.products-toolbar.layout-v2 .woocommerce-ordering .select2-dropdown {
    left: auto;
    right: 0;
}

.products-toolbar.layout-v3 .products-filter-toggle {
    float: left;
}

.products-toolbar.layout-v3 .woocommerce-result-count,
.products-toolbar.layout-v3 .woocommerce-ordering {
    float: right;
}

.products-toolbar.layout-v3 .woocommerce-result-count {
    padding: 8px 0;
    margin-right: 55px;
}

.products-toolbar.layout-v3 .woocommerce-ordering .select2-container {
    left: auto !important;
    right: 0;
}

.products-toolbar.layout-v3 .woocommerce-ordering .select2-dropdown {
    left: auto;
    right: 0;
}

.products-toolbar.layout-v4 .products-tools {
    padding-top: 32px;
}

.products-toolbar.layout-v4 .products-tabs,
.products-toolbar.layout-v4 .woocommerce-ordering {
    float: left;
}

.products-toolbar.layout-v4 .columns-switcher,
.products-toolbar.layout-v4 .products-filter-toggle {
    float: right;
}

.products-toolbar.layout-v4 .woocommerce-ordering {
    display: none;
}

.products-toolbar.layout-v4 .products-filter-toggle {
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    margin-top: 1px;
}

.products-toolbar.layout-v4 .products-filter-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    border-left: 1px solid #e3e7e8;
}

.products-toolbar.layout-v4 .products-filter-toggle .toggle-filters {
    margin-right: 0;
}

.products-toolbar.layout-v4 .products-filter-toggle .remove-filtered {
    display: none;
}

.products-toolbar.layout-v4 .toggle-filters {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.products-toolbar.layout-v4 .toggle-filters .svg-icon {
    margin-right: 0;
    margin-left: 13px;
}

.products-toolbar.layout-v4 .products-filter-container .button-close {
    display: none;
}

.products-toolbar.layout-v5 .products-tools {
    padding-top: 17px;
}

.products-toolbar.layout-v5 .products-tabs,
.products-toolbar.layout-v5 .woocommerce-ordering {
    float: left;
}

.products-toolbar.layout-v5 .woocommerce-result-count,
.products-toolbar.layout-v5 .products-filter-toggle {
    float: right;
}

.products-toolbar.layout-v5 .woocommerce-ordering {
    display: none;
}

.products-toolbar.layout-v5 .products-filter-toggle {
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    margin-top: 1px;
}

.products-toolbar.layout-v5 .products-filter-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    border-left: 1px solid #e3e7e8;
}

.products-toolbar.layout-v5 .products-filter-toggle .toggle-filters {
    margin-right: 0;
}

.products-toolbar.layout-v5 .products-filter-toggle .remove-filtered {
    display: none;
}

.products-toolbar.layout-v5 .toggle-filters {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.products-toolbar.layout-v5 .toggle-filters .svg-icon {
    margin-right: 0;
    margin-left: 13px;
}

.products-toolbar.layout-v5 .products-filter-container .button-close {
    display: none;
}

.products-toolbar.layout-v5 .woocommerce-result-count {
    padding: 6px 0;
}

.products-toolbar.layout-v6 {
    margin-bottom: 20px;
}

.products-toolbar.layout-v6 .products-tools {
    text-align: center;
}

.products-toolbar.layout-v6 .products-quick-search {
    display: inline-block;
}

.products-toolbar.layout-v6 .products-quick-search button {
    display: none;
}

.products-toolbar.layout-v6 .products-quick-search .changed button {
    display: inline-block;
}

.select2-container .products-quick-search-options {
    min-width: 220px;
}

.select2-container .products-quick-search-options.select2-dropdown {
    padding: 0;
    margin-left: -10px;
}

.select2-container .products-quick-search-options .select2-results .select2-results__option {
    font-size: 32px;
    font-size: 2rem;
    text-transform: lowercase;
    padding: 5px 10px;
}

.select2-container .products-ordering {
    min-width: 220px;
}

.select2-container .products-ordering.select2-dropdown {
    padding: 0;
}

.select2-container .products-ordering .select2-results__options {
    max-height: none;
}

.select2-container .products-ordering .select2-results .select2-results__option {
    padding: 5px 10px;
}

.select2-container .products-filter-dropdown.select2-dropdown {
    padding: 0;
}

.select2-container .products-filter-dropdown .select2-results__options {
    max-height: 300px;
}

.select2-container .products-filter-dropdown .select2-results .select2-results__option {
    padding: 5px 10px;
}

.select2-container .products-filter-dropdown .select2-results .select2-results__option.top {
    font-weight: 500;
    color: #161619;
}

.select2-container .products-filter-dropdown .select2-results .select2-results__option.sub-category,
.select2-container .products-filter-dropdown .select2-results .select2-results__option.sub-sub-category {
    color: rgba(0, 0, 0, 0.5);
}

.select2-container .products-filter-dropdown .select2-results .select2-results__option.sub-category {
    color: rgba(0, 0, 0, 0.5);
}

.select2-container .products-filter-dropdown .select2-results .select2-results__option.sub-sub-category {
    padding-left: 25px;
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product .site-content {
    padding-bottom: 80px;
}

.single-product:not(.product-v7) .site-header.light ~ .site-content,
.single-product:not(.product-v7) .site-header.transparent ~ .site-content {
    padding-top: 0;
}

.woocommerce div.product {
    position: relative;
}

.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .konte-child-product-gallery {
    width: 62.85714%;
    float: left;
}

.woocommerce div.product .summary {
    width: 37.14286%;
    float: right;
    margin-top: 0;
    padding-left: 60px;
    position: relative;
}

.woocommerce div.product .product_title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 7px;
}

.woocommerce div.product .woocommerce-variation-description,
.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-variation-description p:first-child,
.woocommerce div.product .woocommerce-product-details__short-description p:first-child {
    margin-top: 0;
}

.woocommerce div.product .woocommerce-variation-description p:last-child,
.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-review-link {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #838889;
    text-transform: capitalize;
    margin-left: 6px;
    vertical-align: 1.5px;
}

.woocommerce div.product .woocommerce-review-link:hover {
    color: #161619;
}

.woocommerce div.product .price {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 15px 0 27px;
}

.woocommerce div.product .price ins {
    background: transparent;
}

.woocommerce div.product .price del {
    color: #838889;
    font-size: 53.33333%;
    margin-left: 4px;
}

.woocommerce div.product .booking-pricing-info .price {
    font-size: inherit;
    margin: 0;
}

.woocommerce div.product .variations_form {
    margin-top: -10px;
}

.woocommerce div.product .quantity {
    margin-right: 16px;
    display: flex;
}

.woocommerce div.product .quantity .qty {
    flex: 1 1 auto;
}

.woocommerce div.product .quantity .qty-button {
    line-height: 58px;
}

.woocommerce div.product .cart {
    margin: 0;
}

.woocommerce div.product .cart .button.disabled {
    background: #cdcfd0;
}

.woocommerce div.product .variations {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 30px;
    table-layout: fixed;
}

.woocommerce div.product .variations td {
    border-bottom: 0;
}

.woocommerce div.product .variations select {
    color: #000;
    font-weight: 500;
    padding: 3px 20px 4px 0;
    border-radius: 0;
    border-bottom: 1px solid #cdcfd0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
}

.woocommerce div.product .variations select::-ms-expand {
    opacity: 0;
    visibility: hidden;
}

.woocommerce div.product .variations select:hover, .woocommerce div.product .variations select:focus {
    border-bottom-color: #161619;
}

.woocommerce div.product .variations .reset_variations {
    color: #838889;
    margin-left: 30px;
}

.woocommerce div.product .variations .reset_variations:hover {
    color: #161619;
}

.woocommerce div.product .woocommerce-variation-price {
    margin-bottom: 30px;
}

.woocommerce div.product .swatches-support .variations {
    margin-bottom: 17px;
}

.woocommerce div.product .swatches-support tr {
    display: block;
    margin-bottom: 10px;
}

.woocommerce div.product .swatches-support td {
    display: block;
    padding: 10px 0 0 0;
}

.woocommerce div.product .swatches-support .reset_variations {
    display: none !important;
}

.woocommerce div.product .single_add_to_cart_button + .add-to-waiting-container .button {
    min-width: 200px;
    vertical-align: top;
    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
}
.woocommerce div.product .single_add_to_cart_button {
    color: #fff;
    line-height: 48px;
    border: 0;
    min-width: 200px;
    background: #4E4544;
    vertical-align: top;
    width: 100%;
}

.woocommerce div.product .single_add_to_cart_button:hover {
    background: #161619;
}

body.single-product div.product .cart:has(.add-to-waiting-container) .single_add_to_cart_button.wc-variation-is-unavailable,
body.single-product div.product .cart .single_add_to_cart_button:not(.wc-variation-is-unavailable) + .add-to-waiting-container {
    display: none;
}

body.single-product div.product .cart .single_add_to_cart_button + .add-to-waiting-container {
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 160px;
}

.woocommerce div.product .single_add_to_cart_button.loading:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    vertical-align: -0.25em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: spin infinite 1s linear;
    animation: spin infinite 1s linear;
}

.woocommerce div.product .variations_button,
.woocommerce div.product .cart:not(.variations_form) {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product .variations_button .button,
.woocommerce div.product .cart > .button {
    flex: 1;
}

.woocommerce div.product .bundle_button {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product .summary .bundle_button .single_add_to_cart_button {
    flex: 1;
}

.woocommerce div.product .bundled_product_title {
    font-size: 18px;
    font-size: 1.125rem;
}

.woocommerce div.product .bundled_product_excerpt {
    font-size: 14px;
    font-size: 0.875rem;
}

.woocommerce div.product .bundle_form {
    margin-top: 40px;
}

.woocommerce div.product .bundle_form .woocommerce-message,
.woocommerce div.product .bundle_form .woocommerce-info,
.woocommerce div.product .bundle_form .woocommerce-error {
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce div.product .bundle_form .woocommerce-info ul {
    padding-left: 0;
}

.woocommerce div.product .bundle_form ul.products .bundled_product_title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 14px;
}

.woocommerce div.product .bundle_form ul.products .variations_button {
    justify-content: center;
}

.woocommerce div.product .bundle_form .bundled_product .quantity {
    line-height: 38px;
    display: inline-block;
}

.woocommerce div.product .bundle_form .bundled_product .quantity .qty-button {
    line-height: 38px;
    padding: 0 10px;
}

.woocommerce div.product .bundle_form .bundled_product .quantity .qty {
    width: 20px;
}

.woocommerce div.product .bundle_form .woocommerce-variation-price {
    margin: 0;
}

.woocommerce div.product .bundle_form .cart .stock.out-of-stock {
    line-height: 60px;
}

.woocommerce div.product .bundled_product .stock {
    color: inherit;
    line-height: 1;
    text-transform: none;
    text-align: inherit;
    background: transparent;
}

.woocommerce div.product table.bundled_products thead {
    display: none;
}

.woocommerce div.product table.bundled_products .bundled_item_col {
    padding: 10px;
}

.woocommerce div.product table.bundled_products .bundled_item_col:first-child {
    padding-left: 0;
}

.woocommerce div.product table.bundled_products .bundled_item_col:last-child {
    padding-right: 0;
}

.woocommerce div.product table.bundled_products th.bundled_item_col {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    background: #e3e7e8;
}

.woocommerce div.product table.bundled_products .bundled_product_image {
    max-width: 120px;
}

.woocommerce div.product table.bundled_products .quantity {
    display: flex !important;
    justify-content: center;
}

.woocommerce div.product .summary-add-to-cart-form-bundle td.bundled_item_images_col {
    width: 120px;
}

.woocommerce div.product.product-type-external .single_add_to_cart_button,
.woocommerce div.product.product-type-grouped .single_add_to_cart_button {
    width: 100%;
}

.woocommerce div.product #wc-stripe-payment-request-button-separator {
    display: none !important;
}

.woocommerce div.product #wc-stripe-payment-request-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce div.product .group_table {
    margin-top: -10px;
}

.woocommerce div.product .group_table td {
    border-bottom: 0;
}

.woocommerce div.product .group_table .quantity {
    padding: 0;
    margin: 0;
    float: right;
    max-width: 140px;
    min-width: 110px;
}

.woocommerce div.product .group_table .quantity .qty-button {
    line-height: 38px;
}

.woocommerce div.product .group_table .quantity .increase {
    padding-left: 1px;
}

.woocommerce div.product .group_table .quantity .decrease {
    padding-right: 1px;
}

.woocommerce div.product .group_table .button {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0 10px;
    min-width: 110px;
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__label {
    font-size: 16px;
    font-size: 1rem;
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__quantity {
    text-align: right;
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__price {
    font-size: 19px;
    font-size: 1.1875rem;
    text-align: right;
    min-width: 76px;
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__price .stock {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: inherit;
    text-align: right;
    font-weight: 400;
    margin: 0;
    background: transparent;
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__price .out-of-stock {
    color: #838889;
}

.woocommerce div.product .product_meta {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 36px;
    width: 100%;
}

.woocommerce div.product .product_meta > span {
    margin-bottom: 5px;
    display: block;
}

.woocommerce div.product .product_meta .label {
    color: #838889;
    padding-right: 10px;
    display: inline-block;
    min-width: 80px;
}

.woocommerce div.product .woocommerce-tabs {
    clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce div.product .price + .product-size-guide {
    margin-top: -15px;
    margin-bottom: 30px;
}

.woocommerce div.product .variations .product-size-guide + .reset_variations {
    display: none !important;
}

.woocommerce div.product.layout-v1 {
    clear: both;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.woocommerce div.product.layout-v1 .product-toolbar {
    padding-left: 60px;
    padding-right: 60px;
}

.woocommerce div.product.layout-v1 .woocommerce-badges {
    left: 60px;
}

.woocommerce div.product.layout-v1 .product-gallery-summary {
    display: flex;
}

.woocommerce div.product.layout-v1 .woocommerce-product-gallery__wrapper {
    text-align: center;
    height: 100%;
}

.woocommerce div.product.layout-v1 .summary {
    position: static;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
}

.woocommerce div.product.layout-v1 .product_title {
    margin-top: 30px;
}

.woocommerce div.product.layout-v1 .product_meta {
    margin-bottom: 70px;
}

.woocommerce div.product.layout-v1 div.bundled_product {
    padding-top: 0;
}

.woocommerce div.product.layout-v1 .bundled_product_title {
    margin-top: 0;
}

.woocommerce div.product.layout-v1.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product.layout-v1.product-type-simple .single_add_to_cart_button {
    flex: 1;
}

.woocommerce div.product.layout-v1 .woocommerce-product-gallery {
    margin-top: -80px;
    position: static;
    align-self: center;
}

.woocommerce div.product.layout-v1 .woocommerce-product-gallery img {
    margin-left: auto;
    margin-right: auto;
}

.woocommerce div.product.layout-v1 .flex-control-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.woocommerce div.product.layout-v1 .flex-control-nav li {
    margin-bottom: 20px;
}

.woocommerce div.product.layout-v1 .flex-control-nav li:last-child {
    margin-bottom: 0;
}

.woocommerce div.product.layout-v1 .flex-control-nav a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.woocommerce div.product.layout-v1 .flex-control-nav a:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transition: 0.4s;
    box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #161619;
}

.woocommerce div.product.layout-v1 .flex-control-nav .flex-active {
    padding-left: 35px;
}

.woocommerce div.product.layout-v1 .flex-control-nav .flex-active:before {
    width: 20px;
}

.woocommerce div.product.layout-v1 .product-share {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 99;
}

.woocommerce div.product.layout-v1 .product-share .sharing-icon {
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #161619;
    cursor: pointer;
}

.woocommerce div.product.layout-v1 .product-share .sharing-icon span {
    display: none;
}

.woocommerce div.product.layout-v1 .product-share .socials {
    transition: 0.5s;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50px;
    background: #161619;
    z-index: -1;
}

.woocommerce div.product.layout-v1 .product-share .socials a {
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.woocommerce div.product.layout-v1 .product-share .socials a:nth-child(n+2) {
    transform: translateX(-20%);
}

.woocommerce div.product.layout-v1 .product-share .socials a span {
    display: none;
}

.woocommerce div.product.layout-v1 .product-share:hover .socials {
    max-width: 600px;
    z-index: 1;
}

.woocommerce div.product.layout-v1 .product-share:hover .socials a {
    transform: none;
    opacity: 1;
}

.woocommerce div.product.layout-v1 .add-to-wishlist-button {
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
}

.woocommerce div.product.layout-v1 .add-to-wishlist-button > span {
    vertical-align: -0.4em;
}

.woocommerce div.product.layout-v1 .add-to-wishlist-button ~ .share {
    margin-bottom: 60px;
}

.woocommerce div.product.layout-v1 .woocommerce-tabs {
    justify-self: flex-end;
    margin-bottom: 35px;
    margin-top: auto;
}

.single-product.product-v1 .woocommerce-message,
.single-product.product-v1 .woocommerce-info,
.single-product.product-v1 .woocommerce-error,
.single-product.product-v3 .woocommerce-message,
.single-product.product-v3 .woocommerce-info,
.single-product.product-v3 .woocommerce-error,
.single-product.product-v5 .woocommerce-message,
.single-product.product-v5 .woocommerce-info,
.single-product.product-v5 .woocommerce-error {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    margin: 0;
}

.single-product.product-v1 .bundle_form .woocommerce-message,
.single-product.product-v1 .bundle_form .woocommerce-info,
.single-product.product-v1 .bundle_form .woocommerce-error,
.single-product.product-v3 .bundle_form .woocommerce-message,
.single-product.product-v3 .bundle_form .woocommerce-info,
.single-product.product-v3 .bundle_form .woocommerce-error,
.single-product.product-v5 .bundle_form .woocommerce-message,
.single-product.product-v5 .bundle_form .woocommerce-info,
.single-product.product-v5 .bundle_form .woocommerce-error {
    position: static;
    margin-bottom: 20px;
}

.woocommerce div.product.layout-v2 {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding-left: 60px;
    padding-right: 60px;
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery {
    width: 72.61905%;
}

.woocommerce div.product.layout-v2 .summary {
    width: 27.38095%;
}

.woocommerce div.product.layout-v2 .woocommerce-badges {
    left: 60px;
    margin: 20px 0 0 20px;
}

.woocommerce div.product.layout-v2 .product-toolbar {
    padding-top: 0;
    padding-bottom: 52px;
    margin-top: -2px;
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__wrapper {
    margin: -2px;
    overflow: hidden;
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__image {
    width: 50%;
    float: left;
    border: 2px solid transparent;
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__image img {
    display: block;
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__image:nth-child(2n+1) {
    clear: left;
}

.woocommerce div.product.layout-v2.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product.layout-v2.product-type-simple .single_add_to_cart_button {
    flex: 1;
}

.woocommerce div.product.layout-v2 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: transparent;
    line-height: 30px;
    margin: 30px 0;
}

.woocommerce div.product.layout-v2 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v2 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto;
}

.woocommerce div.product.layout-v2 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px;
    vertical-align: -0.2em;
}

.woocommerce div.product.layout-v2 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative;
}

.woocommerce div.product.layout-v2 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce div.product.layout-v2 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v2 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px;
}

.woocommerce div.product.layout-v2 .product-share .socials {
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.woocommerce div.product.layout-v2 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px;
}

.woocommerce div.product.layout-v2 .product-share .socials a span {
    display: none;
}

.woocommerce div.product.layout-v2 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619;
}

.woocommerce div.product.layout-v2 .product-share:hover .sharing-icon {
    opacity: 0;
}

.woocommerce div.product.layout-v2 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto;
}

.woocommerce div.product.layout-v2 .product-share:hover .socials a {
    opacity: 1;
}

.woocommerce div.product.layout-v2 .product_meta {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v2 .woocommerce-tabs {
    padding-top: 20px;
}

.woocommerce div.product.layout-v2 ul.bundled_products .woocommerce-product-gallery__image {
    float: none;
    width: 100%;
}

.woocommerce div.product.layout-v3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 115px;
    min-height: 100vh;
}

.woocommerce div.product.layout-v3:before, .woocommerce div.product.layout-v3:after {
    display: none;
}

.woocommerce div.product.layout-v3 .summary,
.woocommerce div.product.layout-v3 .woocommerce-product-cart {
    width: 270px;
    flex-basis: 270px;
}

.woocommerce div.product.layout-v3 .summary {
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce div.product.layout-v3 .woocommerce-badge {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 0 0 10px;
    border-radius: 0;
    vertical-align: 5px;
}

.woocommerce div.product.layout-v3 .woocommerce-badge ~ .woocommerce-badge {
    margin-left: 0;
}

.woocommerce div.product.layout-v3 .woocommerce-badge span {
    transform: none;
    top: auto;
}

.woocommerce div.product.layout-v3 .woocommerce-product-cart {
    float: right;
    order: 2;
}

.woocommerce div.product.layout-v3 .woocommerce-product-gallery {
    position: static;
    padding: 0 170px;
    flex: 1;
    order: 1;
}

.woocommerce div.product.layout-v3 .woocommerce-product-gallery__image,
.woocommerce div.product.layout-v3 .woocommerce-product-gallery__image--placeholder {
    text-align: center;
}

.woocommerce div.product.layout-v3 .flex-control-nav {
    position: fixed;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

.woocommerce div.product.layout-v3 .flex-control-nav li {
    display: inline-block;
    overflow: hidden;
}

.woocommerce div.product.layout-v3 .flex-control-nav li a {
    cursor: pointer;
    text-indent: -9999em;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #838889;
    border-radius: 50%;
    margin: 12px;
    transform: rotate(-30deg);
}

.woocommerce div.product.layout-v3 .flex-control-nav li a:hover, .woocommerce div.product.layout-v3 .flex-control-nav li a.flex-active {
    background-color: #161619;
}

.woocommerce div.product.layout-v3 .flex-control-nav li a:before {
    content: "";
    position: absolute;
    top: -9px;
    bottom: -9px;
    right: -9px;
    left: -9px;
    border-radius: 50%;
    border: 2px solid #161619;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    transition: opacity 0.3s;
    opacity: 0;
}

.woocommerce div.product.layout-v3 .flex-control-nav li a.flex-active {
    transform: rotate(0);
}

.woocommerce div.product.layout-v3 .flex-control-nav li a.flex-active::before {
    opacity: 1;
}

.woocommerce div.product.layout-v3 .price {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce div.product.layout-v3 .cart:before, .woocommerce div.product.layout-v3 .cart:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.woocommerce div.product.layout-v3 .cart:after {
    clear: both;
}

.woocommerce div.product.layout-v3 .variations td.value {
    text-align: right;
    position: relative;
}

.woocommerce div.product.layout-v3 .variations .reset_variations {
    display: none !important;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
}

.woocommerce div.product.layout-v3 .swatches-support .variations td.value {
    text-align: left;
}

.woocommerce div.product.layout-v3 .group_table .woocommerce-grouped-product-list-item__label {
    font-size: 14px;
    font-size: 0.875rem;
}

.woocommerce div.product.layout-v3 .group_table .woocommerce-grouped-product-list-item__quantity {
    padding-left: 10px;
}

.woocommerce div.product.layout-v3 .group_table .woocommerce-grouped-product-list-item__price {
    font-size: 15px;
    font-size: 0.9375rem;
    min-width: 0;
    padding-left: 10px;
}

.woocommerce div.product.layout-v3 .group_table .quantity {
    max-width: 110px;
    margin: 0;
}

.woocommerce div.product.layout-v3 .group_table .quantity .qty-button {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce div.product.layout-v3 .quantity {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
}

.woocommerce div.product.layout-v3 .quantity .qty-button {
    padding-left: 26px;
    padding-right: 26px;
}

.woocommerce div.product.layout-v3 .quantity .qty {
    flex: 1;
}

.woocommerce div.product.layout-v3 .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
}

.woocommerce div.product.layout-v3 .variations_button {
    display: block;
}

.woocommerce div.product.layout-v3 div.bundled_product {
    padding-top: 0;
}

.woocommerce div.product.layout-v3 .bundled_product .quantity {
    width: auto;
}

.woocommerce div.product.layout-v3 table.bundled_products .bundled_item_col {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce div.product.layout-v3 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: transparent;
    line-height: 30px;
    margin: 30px 0;
}

.woocommerce div.product.layout-v3 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v3 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto;
}

.woocommerce div.product.layout-v3 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px;
    vertical-align: -0.2em;
}

.woocommerce div.product.layout-v3 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative;
}

.woocommerce div.product.layout-v3 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce div.product.layout-v3 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v3 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px;
}

.woocommerce div.product.layout-v3 .product-share .socials {
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.woocommerce div.product.layout-v3 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px;
}

.woocommerce div.product.layout-v3 .product-share .socials a span {
    display: none;
}

.woocommerce div.product.layout-v3 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619;
}

.woocommerce div.product.layout-v3 .product-share:hover .sharing-icon {
    opacity: 0;
}

.woocommerce div.product.layout-v3 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto;
}

.woocommerce div.product.layout-v3 .product-share:hover .socials a {
    opacity: 1;
}

.woocommerce div.product.layout-v3 .product-size-guide {
    clear: both;
    margin-top: 0;
}

.woocommerce div.product.layout-v3 .product_meta {
    margin-top: 27px;
}

.woocommerce div.product.layout-v3 .woocommerce-tabs {
    margin-top: 15px;
    border-top: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v3 .woocommerce-tabs .tabs {
    padding-top: 12px;
}

.woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li a {
    font-size: 10px;
    font-size: 0.625rem;
}

.woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li:last-child {
    text-align: right;
}

.single-product.product-v3 {
    position: relative;
    min-height: 100vh;
}

.single-product.product-v3 .site {
    overflow: hidden;
}

.single-product.product-v3 .content-area {
    position: relative;
}

.single-product.product-v3 .product-toolbar {
    padding-bottom: 0;
    position: absolute;
    width: 100%;
}

.single-product.product-v3 .woocommerce-product-gallery__wrapper,
.single-product.product-v3 .woocommerce-product-gallery__image,
.single-product.product-v3 .woocommerce-product-gallery__image a {
    height: 100%;
}

.single-product.product-v3 .woocommerce-product-gallery__image a img {
    width: auto;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.single-product.product-v3 .footer-extra,
.single-product.product-v3 .footer-widgets,
.single-product.product-v3 .footer-instagram,
.single-product.product-v3 .footer-main .divider {
    display: none;
}

.single-product.product-v3 .footer-main {
    margin-top: 0;
}

.single-product.product-v3 .footer-main .konte-container {
    width: auto;
    margin-left: 45px;
    margin-right: 45px;
}

.woocommerce div.product.layout-v4 {
    position: relative;
}

.woocommerce div.product.layout-v4 .woocommerce-badges {
    top: 20px;
    left: 150px;
}

.woocommerce div.product.layout-v4.empty-gallery .woocommerce-badges {
    left: 20px;
}

.woocommerce div.product.layout-v4 .woocommerce-product-gallery {
    width: 50%;
    padding-left: 130px;
}

.woocommerce div.product.layout-v4 .woocommerce-product-gallery.no-thumbnails {
    padding-left: 0;
}

.woocommerce div.product.layout-v4 .summary {
    width: 50%;
    padding-left: 110px;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    overflow: hidden;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs li:last-child {
    margin-bottom: 0;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs img {
    transition: 0.3s;
    opacity: 1;
    display: block;
    border: 1px solid transparent;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs .flex-active {
    border-color: #161619;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs .slick-list {
    height: 100% !important;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs .slick-arrow {
    padding: 7px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs .slick-arrow svg {
    transform: rotate(90deg);
}

.woocommerce div.product.layout-v4 .flex-control-thumbs .slick-disabled {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs .slick-prev {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce div.product.layout-v4 .flex-control-thumbs .slick-next {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce div.product.layout-v4 .product-toolbar {
    padding-top: 0;
    padding-bottom: 40px;
    margin: -3px 0 0 0;
}

.woocommerce div.product.layout-v4 .product_title {
    margin-bottom: 17px;
}

.woocommerce div.product.layout-v4 .woocommerce-product-details__short-description {
    margin-bottom: 15px;
}

.woocommerce div.product.layout-v4 .cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product.layout-v4 #wc-stripe-payment-request-wrapper {
    width: 100%;
    padding-top: 1.5em;
}

.woocommerce div.product.layout-v4 .price {
    margin-top: 15px;
    margin-bottom: 35px;
}

.woocommerce div.product.layout-v4 .variations {
    margin-bottom: 40px;
}

.woocommerce div.product.layout-v4 .variations:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.woocommerce div.product.layout-v4 .variations:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.woocommerce div.product.layout-v4 .variations tbody {
    display: block;
    margin-left: -40px;
    margin-right: -40px;
}

.woocommerce div.product.layout-v4 .variations tr {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 40px;
}

.woocommerce div.product.layout-v4 .variations td {
    display: block;
    position: relative;
}

.woocommerce div.product.layout-v4 .variations .label {
    color: #838889;
    padding-top: 5px;
    padding-bottom: 5px;
}

.woocommerce div.product.layout-v4 .variations td.value {
    position: relative;
}

.woocommerce div.product.layout-v4 .variations select {
    width: 100%;
}

.woocommerce div.product.layout-v4 .variations .product-size-guide {
    position: absolute;
    top: -26px;
    right: 0;
    margin: 0;
}

.woocommerce div.product.layout-v4 .variations .reset_variations {
    display: none !important;
}

.woocommerce div.product.layout-v4 .swatches-support .variations {
    margin-bottom: 0;
}

.woocommerce div.product.layout-v4 .swatches-support tr {
    float: none;
    width: 100%;
}

.woocommerce div.product.layout-v4 .swatches-support select {
    width: auto;
    min-width: 120px;
    max-width: 100%;
}

.woocommerce div.product.layout-v4 .swatches-support .qty-dropdown {
    min-width: 120px;
}

.woocommerce div.product.layout-v4 .swatches-support .product-size-guide {
    position: static;
}

.woocommerce div.product.layout-v4 .single_variation_wrap {
    width: 100%;
}

.woocommerce div.product.layout-v4 .variations_button {
    flex-wrap: wrap;
}

.woocommerce div.product.layout-v4 .variations_button .add-to-wishlist-button {
    flex: none;
}

.woocommerce div.product.layout-v4 .woocommerce-variation-description {
    margin-bottom: 20px;
}

.woocommerce div.product.layout-v4 .quantity-dropdown {
    display: block;
    width: 100%;
    border-width: 0;
    margin: 0 0 60px;
}

.woocommerce div.product.layout-v4 .quantity-dropdown label {
    font-size: 14px;
    font-size: 0.875rem;
    color: #838889;
    position: static !important;
    width: auto;
    height: auto;
    clip: none;
    -webkit-clip-path: none;
    clip-path: none;
}

.woocommerce div.product.layout-v4 .qty-dropdown {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    width: 24%;
    margin-top: 10px;
    border-bottom: 1px solid #cdcfd0;
    transition: 0.4s;
}

.woocommerce div.product.layout-v4 .qty-dropdown:hover, .woocommerce div.product.layout-v4 .qty-dropdown.active {
    border-color: #161619;
}

.woocommerce div.product.layout-v4 .qty-dropdown .current {
    padding: 5px 0;
}

.woocommerce div.product.layout-v4 .qty-dropdown .svg-icon {
    float: right;
    margin-top: 5px;
}

.woocommerce div.product.layout-v4 .qty-dropdown li {
    padding: 5px 0 5px 5px;
}

.woocommerce div.product.layout-v4.product-type-grouped .quantity-dropdown {
    text-align: left;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}

.woocommerce div.product.layout-v4.product-type-grouped .quantity-dropdown label {
    display: none;
}

.woocommerce div.product.layout-v4.product-type-grouped .qty-dropdown {
    min-width: 110px;
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button {
    flex: 1;
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button .shopping-cart-icon {
    margin-right: 6px;
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button .shopping-cart-icon--image .icon-dark {
    opacity: 0;
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button .shopping-cart-icon--image .icon-light {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button svg {
    vertical-align: middle;
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button.loading .shopping-cart-icon {
    display: none;
}

.woocommerce div.product.layout-v4 .add-to-wishlist-button {
    color: #161619;
    line-height: 58px;
    margin-left: 36px;
    border: 1px solid;
    background: transparent;
}

.woocommerce div.product.layout-v4 .add-to-wishlist-button svg {
    vertical-align: middle;
}

.woocommerce div.product.layout-v4 .add-to-wishlist-button .spinner {
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v4 .add-to-wishlist-button .button-text {
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 4px;
    width: auto;
    height: auto;
}

.woocommerce div.product.layout-v4 .bundle_form .bundled_product .quantity {
    line-height: inherit;
    margin-top: 0;
}

.woocommerce div.product.layout-v4 .bundle_form .bundled_product .quantity label {
    display: none;
}

.woocommerce div.product.layout-v4 table.bundled_products .qty-dropdown {
    width: 100%;
    margin-top: 0;
}

.woocommerce div.product.layout-v4 table.bundled_products .qty-dropdown .current {
    text-align: left;
}

.woocommerce div.product.layout-v4 ul.products div.cart {
    justify-content: center;
}

.woocommerce div.product.layout-v4 ul.products .qty-dropdown {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce div.product.layout-v4 .product-share {
    float: right;
    line-height: 30px;
    margin: 48px 0 40px 0;
    position: relative;
    max-width: 200px;
}

.woocommerce div.product.layout-v4 .product-share .sharing-icon {
    display: block;
    margin-bottom: 13px;
}

.woocommerce div.product.layout-v4 .product-share .sharing-icon svg {
    display: none;
}

.woocommerce div.product.layout-v4 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

.woocommerce div.product.layout-v4 .product-share .socials {
    overflow: hidden;
    white-space: nowrap;
}

.woocommerce div.product.layout-v4 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-right: 10px;
}

.woocommerce div.product.layout-v4 .product-share .socials a:last-child {
    margin-right: 0;
}

.woocommerce div.product.layout-v4 .product-share .socials a span {
    display: none;
}

.woocommerce div.product.layout-v4 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619;
}

.woocommerce div.product.layout-v4 .product_meta {
    margin: 56px 200px 35px 0;
    width: auto;
}

.woocommerce div.product.layout-v4 .woocommerce-tabs {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v4 .product-description {
    clear: both;
    padding-top: 115px;
}

.woocommerce div.product.layout-v4 .product-description > p:first-child {
    margin-top: 0;
}

.woocommerce div.product.layout-v5 {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.woocommerce div.product.layout-v5 .summary,
.woocommerce div.product.layout-v5 .woocommerce-product-gallery {
    width: 50%;
}

.woocommerce div.product.layout-v5 .product-gallery-summary {
    position: relative;
    display: flex;
}

.woocommerce div.product.layout-v5 .product-gallery-summary.summary-sticky-bottom {
    position: static;
}

.woocommerce div.product.layout-v5 .product-gallery-summary.summary-sticky-bottom .product-share,
.woocommerce div.product.layout-v5 .product-gallery-summary.summary-sticky-bottom .add-to-wishlist-button {
    opacity: 0;
}

.woocommerce div.product.layout-v5 .summary {
    position: static;
    padding-left: 240px;
    padding-right: calc(50vw - 700px + 60px);
}

.woocommerce div.product.layout-v5 .summary-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce div.product.layout-v5 .woocommerce-tabs {
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 50px;
    padding-top: 15px;
    width: 100%;
}

.woocommerce div.product.layout-v5 .product-toolbar {
    margin-right: -60px;
    padding-bottom: 67px;
}

.woocommerce div.product.layout-v5 .woocommerce-badges {
    position: static;
    margin-bottom: 10px;
    display: block;
}

.woocommerce div.product.layout-v5 .woocommerce-badge {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 6px 0 0;
    border-radius: 0;
}

.woocommerce div.product.layout-v5 .woocommerce-badge span {
    transform: none;
    top: auto;
}

.woocommerce div.product.layout-v5.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product.layout-v5.product-type-simple .single_add_to_cart_button {
    flex: 1;
}

.woocommerce div.product.layout-v5 .product-share {
    position: fixed;
    left: 60px;
    bottom: 60px;
    z-index: 99;
    transition: 0.4s;
}

.woocommerce div.product.layout-v5 .product-share .sharing-icon {
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #161619;
    cursor: pointer;
}

.woocommerce div.product.layout-v5 .product-share .sharing-icon span {
    display: none;
}

.woocommerce div.product.layout-v5 .product-share .socials {
    transition: 0.5s;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50px;
    background: #161619;
    z-index: -1;
}

.woocommerce div.product.layout-v5 .product-share .socials a {
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.woocommerce div.product.layout-v5 .product-share .socials a:nth-child(n+2) {
    transform: translateX(-20%);
}

.woocommerce div.product.layout-v5 .product-share .socials a span {
    display: none;
}

.woocommerce div.product.layout-v5 .product-share:hover .socials {
    max-width: 600px;
    z-index: 1;
}

.woocommerce div.product.layout-v5 .product-share:hover .socials a {
    transform: none;
    opacity: 1;
}

.woocommerce div.product.layout-v5 .add-to-wishlist-button {
    text-align: center;
    line-height: 50px;
    position: fixed;
    left: 60px;
    bottom: 60px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
}

.woocommerce div.product.layout-v5 .add-to-wishlist-button > span {
    vertical-align: -0.4em;
}

.woocommerce div.product.layout-v5 .add-to-wishlist-button ~ .share {
    margin-bottom: 60px;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery .wp-post-image {
    width: 100%;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
    width: 100%;
    padding: 0;
    float: none;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image {
    width: 50%;
    float: left;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+1), .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+4) {
    text-align: center;
    clear: both;
    padding: 40px 165px;
    width: 100%;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+2) {
    clear: left;
    padding: 40px 10px 40px 40px;
    text-align: right;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+3) {
    padding: 240px 40px 40px 115px;
    text-align: right;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+4) {
    clear: both;
    padding: 40px 165px;
    width: 100%;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+5) {
    clear: left;
    padding: 160px 95px 40px 60px;
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+6) {
    padding: 40px 0 40px 50px;
}

.woocommerce div.product.layout-v5 .bundled_product .bundled_product_image {
    padding: 0;
    float: none;
}

.single-product.product-v5.offcanvas-opened .product-summary-inner.is_stuck {
    z-index: 1600;
}

.woocommerce div.product.layout-v6 .woocommerce-badges {
    top: 20px;
}

.woocommerce div.product.layout-v6.empty-gallery .woocommerce-badges {
    left: 20px;
}

.woocommerce div.product.layout-v6 .product-toolbar {
    padding-top: 70px;
    padding-bottom: 68px;
}

.woocommerce div.product.layout-v6 .product-toolbar .post-navigation {
    display: none;
}

.woocommerce div.product.layout-v6 .woocommerce-product-gallery,
.woocommerce div.product.layout-v6 .konte-child-product-gallery {
    width: 58.07143%;
    padding-left: 90px;
    margin-bottom: 80px;
}

.woocommerce div.product.layout-v6 .woocommerce-product-gallery.no-thumbnails {
    padding-left: 0;
}

.woocommerce div.product.layout-v6 .summary {
    width: 41.92857%;
    padding-right: 90px;
    padding-left: 97px;
    margin-bottom: 70px;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs li:last-child {
    margin-bottom: 0;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs img {
    transition: 0.3s;
    opacity: 1;
    display: block;
    border: 1px solid transparent;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .flex-active {
    border-color: #161619;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .slick-list {
    height: 100% !important;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .slick-arrow {
    padding: 7px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .slick-arrow svg {
    transform: rotate(90deg);
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .slick-disabled {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .slick-prev {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .slick-next {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce div.product.layout-v6 .variations {
    margin-bottom: 50px;
    padding-right: 40px;
    display: block;
}

.woocommerce div.product.layout-v6 .variations:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.woocommerce div.product.layout-v6 .variations:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.woocommerce div.product.layout-v6 .variations tbody {
    display: block;
    margin-left: -40px;
    margin-right: -40px;
}

.woocommerce div.product.layout-v6 .variations tr {
    display: block;
    width: 50%;
    float: left;
    padding: 0 40px;
}

.woocommerce div.product.layout-v6 .variations td {
    display: block;
    position: relative;
}

.woocommerce div.product.layout-v6 .variations .label {
    color: #000;
    padding-top: 14px;
    padding-bottom: 5px;
    font-weight: 500;
}

.woocommerce div.product.layout-v6 .variations td.value {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.woocommerce div.product.layout-v6 .variations select {
    width: 100%;
}

.woocommerce div.product.layout-v6 .variations .product-size-guide {
    width: auto;
    margin: 0;
}

.woocommerce div.product.layout-v6 .variations .reset_variations {
    position: absolute;
    margin-left: 40px;
    margin-top: 5px;
}

.woocommerce div.product.layout-v6 .swatches-support .variations {
    display: table;
    padding-right: 0;
    margin-bottom: 25px;
}

.woocommerce div.product.layout-v6 .swatches-support .variations tbody {
    display: table-row-group;
}

.woocommerce div.product.layout-v6 .swatches-support .variations tr {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 0;
}

.woocommerce div.product.layout-v6 .swatches-support .variations .label {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.woocommerce div.product.layout-v6 .swatches-support .variations select {
    width: auto;
    max-width: 100%;
}

.woocommerce div.product.layout-v6 .single_variation_wrap {
    clear: both;
}

.woocommerce div.product.layout-v6.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product.layout-v6.product-type-simple .single_add_to_cart_button {
    flex: 1;
}

.woocommerce div.product.layout-v6 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: transparent;
    line-height: 30px;
    margin: 30px 0;
}

.woocommerce div.product.layout-v6 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v6 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto;
}

.woocommerce div.product.layout-v6 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px;
    vertical-align: -0.2em;
}

.woocommerce div.product.layout-v6 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative;
}

.woocommerce div.product.layout-v6 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce div.product.layout-v6 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v6 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px;
}

.woocommerce div.product.layout-v6 .product-share .socials {
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.woocommerce div.product.layout-v6 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px;
}

.woocommerce div.product.layout-v6 .product-share .socials a span {
    display: none;
}

.woocommerce div.product.layout-v6 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619;
}

.woocommerce div.product.layout-v6 .product-share:hover .sharing-icon {
    opacity: 0;
}

.woocommerce div.product.layout-v6 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto;
}

.woocommerce div.product.layout-v6 .product-share:hover .socials a {
    opacity: 1;
}

.woocommerce div.product.layout-v6 .product_meta {
    clear: both;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs {
    margin-top: 60px;
    padding-top: 48px;
    border-top: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
    display: block;
    width: 240px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li:last-child {
    margin-bottom: 0;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #838889;
    text-transform: none;
    padding-left: 30px;
    padding-bottom: 0;
    transform: translateX(-30px);
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:after {
    display: none;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 20px;
    border-bottom: 2px solid;
    transition: width 0.4s;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:hover {
    color: #161619;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs .active a {
    color: #161619;
    transform: none;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    color: #838889;
    margin-left: 239px;
    margin-top: 0;
    padding-left: 85px;
    border-left: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h1,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h2,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h3,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h4,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h5,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h6,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel big,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel strong,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel u,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel label,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel .comment-reply-title,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel .woocommerce-Reviews-title{
    color: #161619;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-author,
.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-author {
    padding-right: 15px;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-email {
    padding-left: 15px;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .form-submit {
    clear: both;
}

.woocommerce div.product.layout-v6 .bundle_form {
    margin-top: 0;
}

.woocommerce div.product.layout-v6 .bundle_form .variations {
    margin-bottom: 0;
}

.woocommerce div.product.layout-v7 .woocommerce-product-gallery {
    width: 40%;
}

.woocommerce div.product.layout-v7 .summary {
    width: 39.28571%;
    padding-right: 90px;
    padding-left: 60px;
    float: left;
}

.woocommerce div.product.layout-v7 .side-products {
    width: 20.71429%;
    float: right;
    padding-left: 40px;
    border-left: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v7 .woocommerce-badges {
    top: 20px;
    left: 20px;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs li {
    width: 80px;
    float: left;
    margin-right: 10px;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs li:last-child {
    margin-right: 0;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs img {
    transition: 0.3s;
    opacity: 1;
    display: block;
    border: 1px solid transparent;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .flex-active {
    border-color: #161619;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-arrow {
    padding: 0 7px;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-arrow svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-disabled {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-prev {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-next {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce div.product.layout-v7 .product-toolbar {
    padding: 0 0 17px;
    margin-top: -3px;
}

.woocommerce div.product.layout-v7.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product.layout-v7.product-type-simple .single_add_to_cart_button {
    flex: 1;
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: transparent;
    line-height: 30px;
    margin: 30px 0;
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto;
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px;
    vertical-align: -0.2em;
}

.woocommerce div.product.layout-v7 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative;
}

.woocommerce div.product.layout-v7 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce div.product.layout-v7 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -0.25em;
}

.woocommerce div.product.layout-v7 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px;
}

.woocommerce div.product.layout-v7 .product-share .socials {
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.woocommerce div.product.layout-v7 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px;
}

.woocommerce div.product.layout-v7 .product-share .socials a span {
    display: none;
}

.woocommerce div.product.layout-v7 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619;
}

.woocommerce div.product.layout-v7 .product-share:hover .sharing-icon {
    opacity: 0;
}

.woocommerce div.product.layout-v7 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto;
}

.woocommerce div.product.layout-v7 .product-share:hover .socials a {
    opacity: 1;
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button,
.woocommerce div.product.layout-v7 .product-share {
    margin-top: 20px;
}

.woocommerce div.product.layout-v7 .variations_button .product-size-guide {
    margin-bottom: 0;
}

.woocommerce div.product.layout-v7 .product_meta {
    margin-top: 26px;
    clear: both;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs {
    padding-top: 110px;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e3e7e8;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li {
    margin: 0 60px;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li:first-child {
    margin-left: 0;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li:last-child {
    margin-right: 0;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #838889;
    padding-bottom: 12px;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a:after {
    border-bottom-width: 2px;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs .active a {
    border-bottom-color: #161619;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs .active a,
.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a:hover {
    color: #161619;
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .panel {
    max-width: 780px;
    padding: 0 15px;
    margin: 45px auto 0 auto;
}

.woocommerce div.product.layout-v7 .summary-add-to-cart-form-bundle {
    width: 79.2%;
    clear: none;
    float: left;
}

.woocommerce-product-gallery,
.konte-child-product-gallery {
    position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.konte-child-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxsaW5lIHgxPSIyMSIgeDI9IjE2LjY1IiB5MT0iMjEiIHkyPSIxNi42NSIvPjxsaW5lIHgxPSIxMSIgeDI9IjExIiB5MT0iOCIgeTI9IjE0Ii8+PGxpbmUgeDE9IjgiIHgyPSIxNCIgeTE9IjExIiB5Mj0iMTEiLz48L3N2Zz4=);
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img,
.konte-child-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important;
}

.woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image a,
.woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image img {
    cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto;
}

.woocommerce-product-gallery .product-image-grid,
.konte-child-product-gallery .product-image-grid {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image,
.konte-child-product-gallery .woocommerce-product-gallery__image {
    width: 50%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a,
.konte-child-product-gallery .woocommerce-product-gallery__image a {
    text-align: center;
    display: block;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.konte-child-product-gallery .woocommerce-product-gallery__image img {
    display: block;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.stock {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}

.stock:empty:before {
    display: none;
}

.stock.in-stock {
    color: #161619;
}

.stock.out-of-stock {
    color: #838889;
}

.outofstock .stock {
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background: #cdcfd0;
}

.product-toolbar {
    padding-top: 17px;
    padding-bottom: 45px;
}

.product-toolbar .post-navigation {
    float: right;
    padding: 0;
    border: 0;
}

.product-toolbar .post-navigation a {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #838889;
}

.product-toolbar .post-navigation a:hover {
    color: #161619;
}

.product-toolbar .post-navigation .nav-next,
.product-toolbar .post-navigation .nav-previous {
    width: auto;
    word-break: normal;
}

.product-toolbar .post-navigation .nav-next {
    border-left: 0;
    padding-left: 30px;
}

.product-toolbar .post-navigation .nav-previous {
    padding-right: 0;
}

.product-toolbar .breadcrumbs {
    float: left;
}

.product-toolbar .post-navigation,
.product-toolbar .breadcrumbs {
    position: relative;
    z-index: 99;
}

.product-toolbar .post-navigation .nav-links .nav-next {
    border-left: 0;
}

.woocommerce-Tabs-panel--description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
}

.woocommerce-Tabs-panel--description p {
    margin-bottom: 2em;
}

.woocommerce-Tabs-panel--description p:first-child {
    margin-top: 0;
}

.woocommerce-tabs.panels-offscreen .panels {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    display: none;
}

.woocommerce-tabs.panels-offscreen .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22, 22, 25, 0.2);
}

.woocommerce-tabs.panels-offscreen .button-close {
    position: absolute;
    right: 40px;
    top: 27px;
    z-index: 10;
}

.woocommerce-tabs.panels-offscreen .button-close .menu-text {
    display: none;
    margin-right: 4px;
}

.woocommerce-tabs.panels-offscreen .panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 560px;
    max-width: 90%;
    margin: 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.5s;
}

.woocommerce-tabs.panels-offscreen .panel.open {
    transform: none;
}

.woocommerce-tabs.panels-offscreen .panel-header,
.woocommerce-tabs.panels-offscreen .panel-content {
    padding: 0 44px;
    position: absolute;
    width: 100%;
}

.woocommerce-tabs.panels-offscreen .panel-header {
    top: 0;
    padding: 32px 40px 33px;
    border-bottom: 1px solid #F4F4F4;
}

.woocommerce-tabs.panels-offscreen .panel-header h3,
.woocommerce-tabs.panels-offscreen .panel-header .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
    font-weight: 500;
    color: #000;
}

.woocommerce-tabs.panels-offscreen .panel-content {
    top: 84px;
    bottom: 0;
    padding-top: 25px;
    padding-bottom: 40px;
    overflow: auto;

    color: #303133;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.69;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none;
}

.woocommerce-Reviews .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-Reviews .comment,
.woocommerce-Reviews .review {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e7e8;
}

.woocommerce-Reviews .comment:last-child,
.woocommerce-Reviews .review:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.woocommerce-Reviews .comment p:first-child,
.woocommerce-Reviews .review p:first-child {
    margin-top: 0;
}

.woocommerce-Reviews .comment p:last-child,
.woocommerce-Reviews .review p:last-child {
    margin-bottom: 0;
}

.woocommerce-Reviews .comment .star-rating,
.woocommerce-Reviews .review .star-rating {
    float: right;
    margin-top: 8px;
}

.woocommerce-Reviews .comment .meta,
.woocommerce-Reviews .review .meta {
    margin: 0 0 10px;
}

.woocommerce-Reviews .comment .woocommerce-review__author,
.woocommerce-Reviews .review .woocommerce-review__author {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce-Reviews .comment .woocommerce-review__dash,
.woocommerce-Reviews .review .woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews .comment .woocommerce-review__published-date,
.woocommerce-Reviews .review .woocommerce-review__published-date {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #838889;
    margin-left: 20px;
}

.woocommerce-Reviews .comment .description,
.woocommerce-Reviews .review .description {
    font-size: 14px;
    font-size: 0.875rem;
}

.woocommerce-Reviews .comment-form {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-Reviews .comment-form > p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.woocommerce-Reviews .comment-form textarea,
.woocommerce-Reviews .comment-form input[type=text],
.woocommerce-Reviews .comment-form input[type=email] {
    padding: 0;
    border: 0;
    border-bottom: 2px solid #e3e7e8;
    transition: 0.4s;
}

.woocommerce-Reviews .comment-form textarea:focus,
.woocommerce-Reviews .comment-form input[type=text]:focus,
.woocommerce-Reviews .comment-form input[type=email]:focus {
    border-bottom-color: #161619;
}

.woocommerce-Reviews .comment-form p label {
    transition: 0.4s;
    transform: translateY(35px);
    display: inline-block;
}

.woocommerce-Reviews .comment-form .focused label {
    transform: translateY(10px);
    font-size: 14px;
    font-size: 0.875rem;
    color: #838889;
}

.woocommerce-Reviews .comment-form .comment-notes {
    font-size: 14px;
    font-size: 0.875rem;
    color: #161619;
    margin-bottom: 68px;
}

.woocommerce-Reviews .comment-form .comment-form-rating {
    margin-bottom: 5px;
}

.woocommerce-Reviews .comment-form .comment-form-rating label {
    vertical-align: top;
    margin-right: 26px;
}

.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email {
    width: auto;
    float: none;
}

.woocommerce-Reviews .comment-form .mc4wp-checkbox {
    margin-top: 30px;
}

.woocommerce-Reviews .comment-form .mc4wp-checkbox label {
    transform: none;
}

.woocommerce-Reviews .comment-form .form-submit {
    margin-top: 40px;
}

.woocommerce-Reviews .comment-reply-title {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
}

.panels-offscreen .woocommerce-Reviews {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.panels-offscreen .woocommerce-Reviews #comments {
    padding-bottom: 60px;
    flex: 1;
}

.panels-offscreen .woocommerce-Reviews .add-review {
    width: 100%;
    line-height: 60px;
}

.panels-offscreen .woocommerce-Reviews #review_form_wrapper {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
}

.panels-offscreen .woocommerce-Reviews #review_form {
    display: flex;
    height: 100%;
    align-items: center;
}

.panels-offscreen .woocommerce-Reviews .comment-respond {
    margin-top: -110px;
    padding-top: 0;
    width: 100%;
}

.panels-offscreen .woocommerce-Reviews .cancel-review {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.panels-offscreen .woocommerce-Reviews .cancel-review a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #838889;
    text-transform: uppercase;
}

.panels-offscreen .woocommerce-Reviews .cancel-review a:hover {
    color: #161619;
}

.konte-size-guide {
    font-size: 16px;
    font-size: 1rem;
}

.konte-size-guide .konte-tabs__nav {
    text-align: left;
    margin-bottom: 35px;
}

.konte-size-guide .konte-tabs__nav li {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.konte-size-guide .konte-tabs__nav li:after {
    border-bottom-width: 1px;
}

.konte-size-guide .konte-size-guide__name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e3e7e8;
}

.konte-size-guide .konte-size-guide__table {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 10px 0;
}

.konte-size-guide .konte-size-guide__table th,
.konte-size-guide .konte-size-guide__table td {
    border-bottom: 0;
}

.konte-size-guide .konte-size-guide__table thead th {
    font-weight: 600;
}

.konte-size-guide .konte-size-guide__table tbody td:first-child {
    min-width: 30%;
}

.side-products h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 37px;
}

.side-products ul.products {
    list-style: none;
    margin: 0;
}

.side-products li {
    padding: 0;
    margin: 0 0 20px;
    transition: 0.4s;
}

.side-products li:last-child {
    margin-bottom: 0;
}

.side-products li:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

.side-products li a {
    display: flex;
    width: 100%;
    align-items: center;
}

.side-products li img {
    width: 80px;
    margin-right: 20px;
    float: left;
}

.side-products .product-info {
    display: block;
}

.side-products .product-title {
    line-height: 1.125;
    display: block;
    max-height: 40px;
    overflow: hidden;
}

.side-products .product-price {
    font-size: 14px;
    font-size: 0.875rem;
}

.products.related,
.products.upsells {
    padding-top: 107px;
}

.products.related h2,
.products.upsells h2,
.products-from-set h2,
.products.related .h2,
.products.upsells .h2,
.products-from-set .h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0.83em;
}

.products.upsells + .products.related {
    padding-top: 47px;
}

.linked-products-carousel {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.linked-products-carousel ul.products {
    margin: 0;
}

.linked-products-carousel ul.products li.product {
    padding-left: 0;
    padding-right: 0;
}

.single-product.product-v5 .upsells,
.single-product.product-v5 .related {
    padding-top: 67px;
}

.konte-size-guide--global-content {
    margin-bottom: 40px;
}

.konte-size-guide--global-content > :first-child {
    margin-top: 0;
}

.konte-size-guide--global-content > :last-child {
    margin-bottom: 0;
}

/**
 * Shopping cart
 */
.woocommerce-cart .entry-header .entry-title {
    font-weight: 400;
    margin-bottom: 75px;
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
    text-align: center;
}

.woocommerce-cart .cart-empty {
    color: inherit;
    font-size: inherit;
    padding: 0;
    background: transparent;
}

.woocommerce-cart .cart-empty img {
    opacity: 0.85;
    width: 150px;
    display: block;
    margin: 0 auto 30px auto;
}

.woocommerce-cart .return-to-shop {
    margin-top: 100px;
}

.woocommerce-cart .return-to-shop .button {
    line-height: 60px;
    min-width: 220px;
    color: #fff;
}

table.cart {
    margin-bottom: 0;
}

table.cart th,
table.cart td {
    padding: 20px;
    border-bottom-color: #e3e7e8;
}

table.cart th {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
}

table.cart thead th {
    padding: 0 20px 15px 20px;
}

table.cart thead th.product-thumbnail, table.cart thead th.product-remove {
    padding-left: 0;
    padding-right: 0;
}

table.cart .product-thumbnail {
    width: 130px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

table.cart .product-thumbnail img {
    display: block;
}

table.cart .product-name {
    padding-left: 40px;
}

table.cart .product-name a {
    font-weight: 500;
}

table.cart .product-name dl {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}

table.cart .product-name dt {
    display: none;
}

table.cart .product-name dd {
    display: inline-block;
    margin: 0;
}

table.cart .product-name dd:after {
    content: "/";
}

table.cart .product-name dd:last-child:after {
    content: "";
}

table.cart .product-name p {
    margin: 0;
    display: inline;
}

table.cart .product-name .backorder_notification {
    color: #838889;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
}

table.cart .product-name .product-price {
    font-weight: 400;
    display: none;
}

table.cart .product-name .product-remove {
    display: none;
}

table.cart .product-price,
table.cart .product-subtotal {
    font-weight: 500;
}

table.cart .product-quantity .quantity {
    min-width: 142px;
}

table.cart .product-remove {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}

table.cart .product-remove svg {
    vertical-align: middle;
}

table.cart a.remove {
    color: #a2a5a6;
}

table.cart a.remove:hover {
    color: #161619;
}

table.cart .actions {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
}

table.cart .actions .button {
    color: #161619;
    font-weight: 600;
    line-height: 1.85714;
    float: right;
    padding: 0;
    margin-top: 3px;
    border-bottom: 2px solid;
    background: transparent;
}

table.cart .empty-cart-button {
    margin-right: 100px;
}

table.cart .coupon {
    display: inline-block;
    width: 40.35088%;
    position: relative;
}

table.cart .coupon label {
    display: none;
}

table.cart .coupon .input-text {
    font-size: 16px;
    font-size: 1rem;
    border: 0;
    padding: 4px 0;
    border-bottom: 2px solid #e3e7e8;
    width: 100%;
}

table.cart .coupon .input-text:hover, table.cart .coupon .input-text:focus {
    border-bottom-color: #161619;
}

table.cart .coupon .button {
    float: none;
    border-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-collaterals {
    padding: 30px 40px 40px 40px;
    margin-top: 20px;
    border: 1px solid #161619;
}

.cart-collaterals .cart_totals h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    float: left;
}

.cart-collaterals .shop_table {
    margin-bottom: 20px;
    border-top: 1px solid #e3e7e8;
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    padding: 30px 0;
    border-color: #e3e7e8;
}

.cart-collaterals .shop_table th {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: none;
    width: 155px;
}

.cart-collaterals .shop_table .shipping th {
    vertical-align: top;
}

.cart-collaterals .shop_table .woocommerce-shipping-methods {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e7e8;
}

.cart-collaterals .shop_table .shipping-calculator-button {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-bottom: 6px;
}

.cart-collaterals .shop_table .shipping-calculator-form input,
.cart-collaterals .shop_table .shipping-calculator-form button {
    width: 100%;
}

.cart-collaterals .cart-subtotal-table,
.cart-collaterals .order-total-table {
    width: 350px;
    float: right;
    border: 0;
}

.cart-collaterals .cart-subtotal-table th,
.cart-collaterals .cart-subtotal-table td,
.cart-collaterals .order-total-table th,
.cart-collaterals .order-total-table td {
    border: 0;
    padding: 0;
}

.cart-collaterals .cart-subtotal-table th,
.cart-collaterals .order-total-table th {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    width: auto;
}

.cart-collaterals .cart-subtotal-table td,
.cart-collaterals .order-total-table td {
    text-align: right;
}

.cart-collaterals .cart-subtotal-table .amount,
.cart-collaterals .order-total-table .amount {
    font-weight: 500;
}

.cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
    clear: both;
}

.cart-collaterals .checkout-button {
    color: #fff;
    line-height: 60px;
    width: 350px;
    border: 0;
    background: #4E4544;
    padding: 0;
}

.share-cart-preview {
    width: 350px;
    margin-top: 10px;
    padding: 20px 40px;
    color: #000000;
    border: 1px solid #000;
    text-align: center;
    display: inline-block;
    border-bottom: unset;
}

.share-cart-preview .text {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.share_cart_container {
    position: relative;
}

.share_cart_container input {
    width: 310px;
    margin-right: 40px;
    padding: 10px 15px;
    border: 1px solid #000;
}

.share-cart-copy {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    border: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/copy.svg) no-repeat center center, #000;
    background-size: 13px;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
}

.share-cart-copy.copied {
    background: url(../img/ok.svg) no-repeat center center, #000;
    background-size: 15px 15px;
}

.shipping ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shipping ul input.shipping_method {
    display: none;
}

.shipping ul label {
    color: #838889;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
}

.shipping ul label:before, .shipping ul label:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: 0.2em;
    transition: 0.4s;
}

.shipping ul label:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8;
}

.shipping ul label:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

.shipping ul :checked + label,
.shipping ul input[type="hidden"] + label {
    color: #161619;
}

.shipping ul :checked + label:before,
.shipping ul input[type="hidden"] + label:before {
    border-color: #161619;
    background: transparent;
}

.shipping ul :checked + label:after,
.shipping ul input[type="hidden"] + label:after {
    opacity: 1;
}

.shipping .woocommerce-shipping-destination {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 10px;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 30px;
}

.woocommerce-shipping-calculator .shipping-calculator-form > :first-child {
    margin-top: 0;
}

.woocommerce-shipping-calculator .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-size: 1rem;
}

.woocommerce-shipping-calculator button {
    margin-top: 20px;
}

.cross-sells {
    margin-top: 105px;
}

.cross-sells h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 46px;
}

.cart-panel .panel-header {
    padding-bottom: 60px;
}

.cart-panel .panel-content {
    padding-top: 10px;
}

.cart-panel .cart-panel-counter {
    margin-left: 6px;
}

.cart-panel .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cart-panel .widget_shopping_cart_content .cart_list {
    flex: 1;
}

.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    font-size: 18px;
    font-size: 1.125rem;
}

.cart-panel .widget_shopping_cart_content .total,
.cart-panel .widget_shopping_cart_content .buttons {
    width: 100%;
    margin: 0;
    padding-top: 30px;
}

.cart-panel .widget_shopping_cart_content .buttons {
    text-align: center;
    margin-bottom: 60px;
}

.cart-panel .widget_shopping_cart_content .buttons .button {
    color: #161619;
    font-weight: 600;
    display: block;
    border: 1px solid;
    margin-bottom: 20px;
    background: transparent;
}

.cart-panel .widget_shopping_cart_content .buttons .button:hover {
    color: #fff;
    border-color: #161619;
    background: #161619;
}

.cart-panel .widget_shopping_cart_content .buttons .button:last-child {
    margin-bottom: 0;
}

.cart-panel .widget_shopping_cart_content .buttons .checkout {
    color: #fff;
    border: 0;
    background: #4E4544;
}

.cart-panel .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #838889;
    justify-self: center;
    margin: auto 0;
    position: relative;
    top: -70px;
}

.cart-panel .woocommerce-mini-cart__empty-message img {
    opacity: 0.25;
    width: 40%;
    display: block;
    margin: 0 auto 60px auto;
}

.floating-cart-icon {
    text-align: center;
    z-index: 999;
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.floating-cart-icon:hover {
    color: #fff;
    background: #161619;
}

.floating-cart-icon .svg-icon {
    vertical-align: middle;
    margin-top: 4px;
}

.floating-cart-icon .counter {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.gotop ~ .floating-cart-icon {
    right: 120px;
}

/**
 * Wishlist
 */
.woocommerce-wishlist .entry-title {
    margin-bottom: 60px;
}

.woocommerce-wishlist .wishlist-empty,
.woocommerce-wishlist .return-to-shop {
    text-align: center;
}

.woocommerce-wishlist .return-to-shop .button {
    line-height: 60px;
    min-width: 220px;
}

table.wishlist_table th,
table.wishlist_table td {
    border-color: #e3e7e8;
}

table.wishlist_table th {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
}

table.wishlist_table td {
    padding: 20px 0;
}

table.wishlist_table td .product-stock-status,
table.wishlist_table td .product-price,
table.wishlist_table td .product-add-to-cart {
    margin: 0;
}

table.wishlist_table td .product-stock-status,
table.wishlist_table td .product-price {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
}

table.wishlist_table td .product-stock-status {
    color: #838889;
    text-transform: uppercase;
}

table.wishlist_table td .product-add-to-cart .button {
    color: #161619;
    font-weight: 600;
    padding: 0;
    min-width: 0;
    background: transparent;
}

table.wishlist_table .product-thumbnail {
    width: 130px;
}

table.wishlist_table .product-name {
    padding-left: 40px;
}

table.wishlist_table .product-name a {
    font-weight: 500;
}

table.wishlist_table .product-price del {
    color: #838889;
}

table.wishlist_table td.product-price {
    font-weight: 500;
}

table.wishlist_table td.product-stock-status {
    font-weight: 500;
    text-transform: uppercase;
}

table.wishlist_table td.product-add-to-cart {
    text-align: right;
}

table.wishlist_table td.product-add-to-cart .button {
    line-height: 60px;
    min-width: 220px;
}

table.wishlist_table td.product-remove {
    text-align: right;
    width: 70px;
}

table.wishlist_table a.remove {
    color: #a2a5a6;
}

table.wishlist_table a.remove:hover {
    color: #161619;
}

.wishlist-share {
    text-align: center;
    margin-top: 60px;
}

.wishlist-share h4 {
    margin-bottom: 24px;
}

.wishlist-share ul li:last-child {
    margin-right: 0;
}

.wishlist-share a {
    color: #838889;
}

.wishlist-share a:hover {
    color: #161619;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
.woocommerce-checkout .entry-header .entry-title {
    font-weight: 400;
    margin-bottom: 40px;
}

.checkout-login,
.checkout-coupon {
    font-size: 16px;
    font-size: 1rem;
    width: 50%;
    float: left;
    margin-bottom: 43px;
}

.checkout-login .woocommerce-info,
.checkout-coupon .woocommerce-info {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #838889;
    padding: 18px 10px;
    margin: 0;
    background: #e3e7e8;
    min-height: 0;
}

.checkout-login .woocommerce-info .svg-icon,
.checkout-coupon .woocommerce-info .svg-icon {
    display: none;
}

.checkout-login .woocommerce-form-login {
    padding: 10px 30px 0 0;
}

.checkout-login .woocommerce-form-login .form-row-first,
.checkout-login .woocommerce-form-login .form-row-last {
    width: auto;
    float: none;
    padding: 0;
}

.checkout-login .woocommerce-form-login input.input-text {
    width: 100%;
}

.checkout-login .woocommerce-form-login label {
    transform: translateY(35px);
    transition: 0.4s;
    display: inline-block;
}

.checkout-login .woocommerce-form-login label.woocommerce-form__label {
    transform: none;
}

.checkout-login .woocommerce-form-login .focused label {
    transform: none;
    font-size: 14px;
    font-size: 0.875rem;
    color: #838889;
}

.checkout-login .woocommerce-form-login .button {
    width: 100%;
    line-height: 60px;
}

.checkout-coupon .checkout_coupon {
    padding: 10px 0 0 30px;
}

.checkout-coupon .checkout_coupon .form-row-first,
.checkout-coupon .checkout_coupon .form-row-last {
    width: auto;
    float: none;
    padding: 0;
}

.checkout-coupon .checkout_coupon input.input-text {
    width: 100%;
}

.checkout-coupon .checkout_coupon .button {
    width: 100%;
    line-height: 60px;
}

.logged-in .checkout-coupon {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.logged-in .checkout-coupon .checkout_coupon {
    padding-left: 0;
}

form.woocommerce-checkout {
    clear: both;
}

form.woocommerce-checkout .form-row {
    display: flex;
    flex-wrap: wrap;
}

form.woocommerce-checkout .form-row label {
    font-weight: 500;
    display: inline-block;
    flex-basis: 195px;
    margin-top: 10px;
}

form.woocommerce-checkout .form-row label.screen-reader-text {
    -webkit-clip-path: none;
    clip-path: none;
    position: static !important;
    width: auto;
    height: auto;
    display: block;
    text-indent: -9999em;
}

form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
form.woocommerce-checkout .form-row-first .input-text,
form.woocommerce-checkout .form-row-first .select2-container {
    margin-right: 0;
}

form.woocommerce-checkout .form-row-last label {
    display: none;
}

form.woocommerce-checkout .woocommerce-input-wrapper,
form.woocommerce-checkout .select2-container,
form.woocommerce-checkout .input-text {
    flex: 1;
    margin-right: 195px;
}

form.woocommerce-checkout .woocommerce-input-wrapper .select2-container,
form.woocommerce-checkout .woocommerce-input-wrapper .input-text {
    margin-right: 0;
    width: 100%;
}

form.woocommerce-checkout .select2-container {
    position: relative;
}

form.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-size: 1rem;
}

form.woocommerce-checkout textarea,
form.woocommerce-checkout .input-text {
    font-size: 16px;
    font-size: 1rem;
    border-color: #cdcfd0;
}

form.woocommerce-checkout textarea {
    padding: 10px 0 0 0;
}

form.woocommerce-checkout abbr[title] {
    text-decoration: none;
    border-bottom: 0;
}

form.woocommerce-checkout .mailchimp-newsletter,
form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    padding-left: 195px;
    display: block;
}

form.woocommerce-checkout .mailchimp-newsletter label,
form.woocommerce-checkout .mc4wp-checkbox-woocommerce label {
    font-size: 16px;
    font-size: 1rem;
}

form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    margin-top: 37px;
}

.woocommerce-billing-fields h3 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 3px;
}

.woocommerce-account-fields {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e7e8;
}

.woocommerce-account-fields .form-row.create-account {
    margin-top: 37px;
    padding-left: 195px;
    display: block;
}

.woocommerce-account-fields .form-row.create-account label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce-account-fields .create-account {
    flex-wrap: wrap;
}

.woocommerce-account-fields .woocommerce-password-hint,
.woocommerce-account-fields .woocommerce-password-strength {
    text-align: left;
    width: 100%;
    padding-left: 195px;
}

.woocommerce-account-fields .woocommerce-password-strength {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
}

.woocommerce-shipping-fields {
    margin-top: 40px;
}

.woocommerce-shipping-fields h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 195px;
}

.woocommerce-additional-fields {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e7e8;
}

h3#order_review_heading {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 70px 0 23px;
}

.woocommerce-checkout-review-order-table {
    width: calc(100% - 195px);
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table th {
    font-weight: 500;
}

.woocommerce-checkout-review-order-table th:first-child {
    width: 195px;
    border-bottom: 0;
}

.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tbody td {
    padding: 15px 0;
}

.woocommerce-checkout-review-order-table tbody th {
    text-indent: -9999em;
}

.woocommerce-checkout-review-order-table tbody td {
    border-bottom-width: 0;
}

.woocommerce-checkout-review-order-table tbody tr:first-child th {
    text-indent: 0;
}

.woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 23px;
    border-bottom-width: 1px;
}

.woocommerce-checkout-review-order-table .product-item {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order-table .product-item > span {
    flex: 1;
}

.woocommerce-checkout-review-order-table .product-item img {
    display: block;
}

.woocommerce-checkout-review-order-table .product-item .product-thumbnail {
    padding-right: 10px;
    flex: none;
    max-width: 100px;
}

.woocommerce-checkout-review-order-table .product-item .product-name {
    flex: 2;
}

.woocommerce-checkout-review-order-table .product-item span.product-quantity {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 5px;
}

.woocommerce-checkout-review-order-table .product-item .product-subtotal {
    text-align: right;
}

.woocommerce-checkout-review-order-table .product-item dl.variation {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.woocommerce-checkout-review-order-table .product-item dl.variation dt {
    display: inline-block;
}

.woocommerce-checkout-review-order-table .product-item dl.variation dt:before {
    content: "|";
    margin: 0 4px 0 0;
}

.woocommerce-checkout-review-order-table .product-item dl.variation dt:first-child:before {
    display: none;
}

.woocommerce-checkout-review-order-table .product-item dl.variation dd {
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table .product-item dl.variation dd :first-child {
    margin-top: 0;
}

.woocommerce-checkout-review-order-table .product-item dl.variation dd :last-child {
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding: 23px 0;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

.woocommerce-checkout-review-order-table tfoot .shipping td {
    text-align: left;
}

.woocommerce-checkout-review-order-table tfoot .shipping ul {
    width: 100%;
}

.woocommerce-checkout-review-order-table tfoot .shipping label {
    font-size: 16px;
    font-size: 1rem;
}

.woocommerce-checkout-review-order-table tfoot .shipping label:before, .woocommerce-checkout-review-order-table tfoot .shipping label:after {
    top: 0.1em;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    padding-top: 33px;
    padding-bottom: 13px;
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
    text-align: right;
    border-bottom: 0;
}

.woocommerce-checkout-review-order-table tfoot .order-total td strong {
    font-weight: 500;
}

.wc_payment_methods {
    padding: 0;
    margin-bottom: 40px;
    list-style: none;
}

.wc_payment_methods li {
    padding: 17px 0;
    border-bottom: 1px solid #e3e7e8;
}

.wc_payment_methods li:first-child {
    padding-top: 0;
}

.wc_payment_methods li:last-child {
    border-bottom: 0;
}

.wc_payment_methods li > label {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wc_payment_methods li > label img {
    margin-left: auto;
}

.wc_payment_methods li.payment_method_liqpay label,
.wc_payment_methods li.payment_method_wpmwc label {
    display: flex;
}

.wc_payment_methods li.payment_method_liqpay > label img {
    height: 15px;
}

.wc_payment_methods li.payment_method_wpmwc > label img {
    height: 21px;
}

.wc_payment_methods li > label:before, .wc_payment_methods li > label:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: 0.1em;
    transition: 0.4s;
}

.wc_payment_methods li > label:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8;
}

.wc_payment_methods li > label:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

.wc_payment_methods li > :checked + label {
    color: #161619;
}

.wc_payment_methods li > :checked + label:before {
    border-color: #161619;
    background: transparent;
}

.wc_payment_methods li > :checked + label:after {
    opacity: 1;
}

.wc_payment_methods li.payment_method_braintree_cc > input[name="payment_method"] + label,
.wc_payment_methods li.payment_method_braintree_paypal > input[name="payment_method"] + label {
    padding-right: 30px;
}

.wc_payment_methods li[class*=payment_method_braintree_] label > img:first-child {
    float: none;
}

.wc_payment_methods img {
    height: 1.5625em;
    vertical-align: middle;
    margin: 0 16px;
}

.wc_payment_methods .woocommerce-notice {
    padding: 20px !important;
    min-height: auto;
}

.wc_payment_methods .about_paypal {
    float: right;
    border-bottom: 1px solid;
}

.wc_payment_methods input.input-radio {
    display: none;
}

.wc_payment_methods .payment_box {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    line-height: 1.25;
}

.wc_payment_methods .payment_box p:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout-payment {
    padding-top: 26px;
    border-top: 1px solid #e3e7e8;
}

.woocommerce-checkout-payment > h4 {
    font-size: 18px;
    font-size: 1.125rem;
    float: left;
    width: 195px;
    margin: -0.1667em 0 0 0;
}

.woocommerce-checkout-payment .payment_methods,
.woocommerce-checkout-payment .place-order {
    margin-left: 195px;
}

.woocommerce-checkout-payment .place-order {
    margin-top: 40px;
}

.woocommerce-checkout-payment .place-order .form-row {
    display: block;
}

.woocommerce-checkout-payment .place-order .form-row label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce-checkout-payment .place-order .form-row label .required:before,
.woocommerce-checkout-payment .place-order .form-row label .required:after {
    display: none;
}

.woocommerce-checkout-payment .place-order .mc4wp-checkbox-woocommerce {
    padding-left: 0;
}

.woocommerce-checkout-payment .place-order .button {
    color: #fff;
    width: 100%;
    line-height: 60px;
    border: 0;
    background-color: #4E4544;
}

.woocommerce-checkout-payment .place-order .button:hover {
    background-color: #161619;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 40px;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    font-size: 16px;
    font-size: 1rem;
}

.woocommerce-checkout-payment .wc-credit-card-form {
    margin: 0;
    padding: 10px 30px;
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row {
    align-items: center;
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row label {
    color: #161619;
    margin-top: 0;
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row > div {
    flex: 1;
    padding: 10px 0;
    border-bottom: 2px solid #cdcfd0;
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row > div.focused {
    border-color: #161619;
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row-last > label {
    text-align: right;
    padding-right: 20px;
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-info,
.woocommerce-checkout-2-columns .checkout-coupon .woocommerce-info {
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-info {
    border-right-width: 0;
    position: relative;
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-info,
.woocommerce-checkout-2-columns .checkout-coupon .woocommerce-info {
    min-height: 77px;
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-info:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    border-right: 1px solid #cdcfd0;
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-form-login label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px;
    transform: none;
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-form-login .focused label {
    color: inherit;
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-form-login label.woocommerce-form__label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce-checkout-2-columns .checkout-coupon .woocommerce-info {
    border-left-width: 0;
}

.woocommerce-checkout-2-columns.logged-in .checkout-coupon .woocommerce-info {
    border-left-width: 1px;
}

.woocommerce-checkout-2-columns form.checkout:before, .woocommerce-checkout-2-columns form.checkout:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.woocommerce-checkout-2-columns form.checkout:after {
    clear: both;
}

.woocommerce-checkout-2-columns form.checkout .col2-set {
    float: left;
    width: 57.2807%;
}

.woocommerce-checkout-2-columns form.checkout label.screen-reader-text {
    display: none;
}

.woocommerce-checkout-2-columns #order_review_heading,
.woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
    float: right;
    width: 40.08772%;
}

.woocommerce-checkout-2-columns h3#order_review_heading {
    margin-top: 0;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
    padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}

.payment_method_webspark-mono-partial label img {
    transform: translateY(-4px);
    height: 28px;
}

.payment_method_webspark-mono-partial .description {
    font-size: 14px;
}

.payment_method_webspark-mono-partial p {
    margin-bottom: 0;
}

.payment_method_webspark-mono-partial p:first-child {
    color: #000;
}

.payment_method_webspark-mono-partial ol {
    padding-left: 18px;
    margin-bottom: 18px;
    margin-top: 4px;
    color: #838889;
}

.payment_method_webspark-mono-partial li {
    padding: 0;
    margin-bottom: 4px;
    border-bottom: 0;
}

.payment_method_webspark-mono-partial .bubble {
    padding: 4px 12px;
    border-radius: 24px;
    border: 1px solid #ECECEC;
    background-color: #fff;
    width: fit-content;
    margin-top: 4px;
}

.payment_method_webspark-mono-partial .bubble b {
    color: #000;
    font-weight: 400;
}

@media (min-width: 768px) {
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table {
        font-size: 16px;
        font-size: 1rem;
        width: 100%;
        table-layout: fixed;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tr {
        display: block;
        width: 100%;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table th {
        display: none;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table td {
        display: block;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tbody tr:first-child th {
        font-size: 32px;
        font-size: 2rem;
        display: block;
        width: 100%;
        padding: 7px 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tbody tr:last-child td {
        padding-bottom: 30px;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tbody td {
        padding: 13px 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot tr {
        display: flex;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot tr:last-child {
        border-bottom: 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot td {
        display: block;
        border-bottom: 0;
        padding: 16px 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot th {
        flex: 1;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping ul {
        display: block;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping li {
        margin-bottom: 15px;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping li:last-child {
        margin-bottom: 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping label:before {
        border: 1px solid #cdcfd0;
        background: transparent;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping label:after {
        border: 1px solid #161619;
        background-color: #fff;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total th,
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total td {
        padding: 23px 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item span.product-quantity {
        color: #838889;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item .product-thumbnail {
        max-width: 70px;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-payment {
        margin: 0 -40px;
        padding: 30px 40px 0 40px;
        border-top-color: #cdcfd0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-payment > h4 {
        font-size: 32px;
        font-size: 2rem;
        float: none;
        margin-bottom: 25px;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .payment_methods {
        margin-left: 0;
        margin-bottom: 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .payment_methods li > label:before {
        border-color: #cdcfd0;
        background: transparent;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .payment_methods li > label:after {
        border: 1px solid #161619;
        background-color: #fff;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .place-order {
        margin: 0;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .form-row.place-order {
        margin-bottom: 18px;
    }
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation:before, .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation:after {
    clear: both;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dt,
.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dd {
    float: left;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dt {
    clear: left;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dt:before {
    content: "";
    margin: 0;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form {
    padding: 0;
    border: 0;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row {
    margin: 8px 0;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row > label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 6px;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row > div {
    padding: 10px;
    border: 1px solid #cdcfd0;
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row-last > label {
    text-align: left;
}

.woocommerce-checkout-2-columns .site-content .form-row .input-text {
    padding: 16px 20px;
    border: 1px solid #cdcfd0;
}

.woocommerce-checkout-2-columns .site-content .form-row .input-text:hover, .woocommerce-checkout-2-columns .form-row .input-text:focus {
    border-color: #161619;
}

.woocommerce-checkout-2-columns .site-content .form-row textarea {
    min-height: 110px;
}

.woocommerce-checkout-2-columns .site-content .form-row label.screen-reader-text {
    display: none;
}

.woocommerce-checkout-2-columns .site-content label.woocommerce-form__label-for-checkbox span:before {
    border-color: #cdcfd0;
    background: #f8f9fa;
}

.woocommerce-checkout-2-columns .site-content .select2 .select2-selection--single {
    border: 1px solid #cdcfd0;
}

.woocommerce-checkout-2-columns .site-content .select2 .select2-selection--single .select2-selection__rendered {
    padding: 14px 20px;
}

.woocommerce-checkout-2-columns .site-content .select2 .select2-selection--single .select2-selection__arrow {
    right: 20px;
}

.woocommerce-checkout-2-columns .site-content .select2 .select2-selection--single:hover, .woocommerce-checkout-2-columns .select2 .select2-selection--single:focus {
    border-color: #161619;
}

.woocommerce-checkout-2-columns .site-content .select2.select2-container--open .select2-selection--single {
    border-color: #161619;
}

.woocommerce-checkout-2-columns .site-content .select2-container .select2-dropdown {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #161619;
}

.woocommerce-checkout-2-columns .site-content .select2-search--dropdown .select2-search__field {
    padding: 12px 20px;
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .form-row {
    display: block;
    margin-bottom: 32px;
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .form-row label {
    margin-top: 0;
    margin-bottom: 10px;
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .form-row-last label {
    display: block;
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:before,
.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:before {
    border-color: #cdcfd0;
    background: #f8f9fa;
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:after,
.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:after {
    border: 1px solid #161619;
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .mailchimp-newsletter,
.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    padding-left: 0;
}

.woocommerce-checkout-2-columns .woocommerce-account-fields .form-row.create-account {
    padding-left: 0;
    margin-bottom: 10px;
}

.woocommerce-checkout-2-columns .woocommerce-shipping-fields h3 {
    padding-left: 0;
}

.woocommerce-order-pay .woocommerce > .woocommerce-info {
    padding-left: 30px;
    padding-right: 30px;
}

.woocommerce-order-pay form.login {
    width: 50%;
    margin: 0 auto;
}

.woocommerce-order-pay form.login .form-row {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.woocommerce-order-pay form.login label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.woocommerce-order-pay form.login label.woocommerce-form-login__rememberme {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.woocommerce-order-pay form.login .input-text {
    width: 100%;
}

.woocommerce-order-pay form.login .button {
    line-height: 60px;
    width: 100%;
}

.woocommerce-order-pay form.login .rememberme {
    margin: 35px 0;
}

.woocommerce-order-pay form.login .lost_password {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 0 0;
}

.woocommerce-order-pay form.login .lost_password a {
    padding-bottom: 6px;
    border-bottom: 2px solid;
}

.woocommerce-order-pay .shop_table th {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
}

.woocommerce-order-pay .shop_table td {
    font-size: 16px;
    font-size: 1rem;
}

.woocommerce-order-pay .shop_table td.product-quantity {
    font-size: 14px;
    font-size: 0.875rem;
    color: #838889;
}

.woocommerce-order-pay .shop_table td.product-subtotal {
    font-weight: 500;
}

.woocommerce-order-pay .shop_table td.product-total {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
}

.woocommerce-order-pay .shop_table .product-total,
.woocommerce-order-pay .shop_table .product-subtotal {
    text-align: right;
}

.woocommerce-order-pay form button[type="submit"] {
    color: #fff;
    line-height: 60px;
    background-color: #161619;
    border: 0;
    min-width: 220px;
}

/**
 * My Account
 */
.woocommerce-account .site-content {
    padding-bottom: 90px;
}

.woocommerce-account .entry-header .entry-title {
    font-weight: 400;
    margin-bottom: 60px;
}

.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
    padding-right: 30px;
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 28px;
}

.woocommerce-MyAccount-navigation li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation a {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #838889;
}

.woocommerce-MyAccount-navigation a:before {
    content: "";
    display: inline-block;
    width: 0;
    border-bottom: 2px solid;
    vertical-align: 0.25em;
}

.woocommerce-MyAccount-navigation a:hover {
    color: #161619;
}

.woocommerce-MyAccount-navigation .counter {
    vertical-align: 0.25em;
    margin-left: 6px;
    background-color: #838889;
}

.woocommerce-MyAccount-navigation .is-active a {
    color: #161619;
}

.woocommerce-MyAccount-navigation .is-active a:before {
    width: 20px;
    margin-right: 10px;
}

.woocommerce-MyAccount-navigation .is-active a .counter {
    background-color: #161619;
}

.woocommerce-MyAccount-content {
    color: #838889;
    width: 75%;
    float: left;
}

.woocommerce-MyAccount-content h3 {
    font-size: 40px;
    font-size: 2.5rem;
    color: #161619;
}

.woocommerce-MyAccount-content > h3,
.woocommerce-MyAccount-content h3:first-child {
    margin-top: 0;
}

.woocommerce-MyAccount-content > p:first-child {
    margin-top: 12px;
}

.woocommerce-MyAccount-content h3.greeting {
    color: #838889;
    margin-bottom: 53px;
}

.woocommerce-MyAccount-content h3.greeting span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

.woocommerce-MyAccount-content h3.greeting strong {
    font-weight: 500;
    color: #161619;
}

.woocommerce-MyAccount-content h3.no-order,
.woocommerce-MyAccount-content h3.no-downloads {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content .button.large {
    min-width: 220px;
}

.woocommerce-MyAccount-content .woocommerce-message--no-order {
    padding-left: 30px;
    padding-right: 30px;
}

.woocommerce-Address-title h3 {
    margin: 0 0 15px;
}

.woocommerce-address-footer {
    margin-top: 32px;
}

form.edit-account h3 {
    margin-bottom: 15px;
}

form.edit-account h3:first-child {
    margin-top: -0.25em;
}

form.edit-account .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

form.edit-account .form-row > span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 195px;
    margin-top: 5px;
}

form.edit-account .form-row > span.password-input {
    margin-top: 0;
    margin-left: 0;
    flex: 1;
}

form.edit-account .form-row > span.password-input .input-text {
    width: 100%;
}

form.edit-account .form-row-first {
    width: calc(50% + 195px/2);
}

form.edit-account .form-row-last {
    width: calc(50% - 195px/2);
}

form.edit-account .form-row-submit {
    padding-left: 195px;
    margin-top: 30px;
}

form.edit-account .form-row-submit .button {
    display: block;
    width: 100%;
    line-height: 60px;
    padding: 0 80px;
}

form.edit-account label {
    color: #161619;
    font-weight: 500;
    margin-top: 10px;
    flex-basis: 195px;
}

form.edit-account .input-text {
    flex: 1;
}

form.edit-account fieldset {
    margin: 80px 0 0 0;
    padding: 0;
    border: 0;
}

form.edit-account fieldset legend {
    font-size: 40px;
    font-size: 2.5rem;
    color: #161619;
    font-weight: 500;
    display: block;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 15px;
    border-top: 1px solid #e3e7e8;
}

.woocommerce-Address {
    margin-bottom: 23px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e7e8;
}

.woocommerce-Address:last-child {
    margin-bottom: 0;
}

.woocommerce-Address address {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 2;
}

.woocommerce-address-fields .form-row {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-address-fields .form-row label.screen-reader-text {
    -webkit-clip-path: none;
    clip-path: none;
    position: static !important;
    width: auto;
    height: auto;
    display: block;
    text-indent: -9999em;
}

.woocommerce-address-fields .form-row-first {
    width: calc(50% + 195px/2);
}

.woocommerce-address-fields .form-row-last {
    width: calc(50% - 195px/2);
}

.woocommerce-address-fields .form-row-last label {
    display: none;
}

.woocommerce-address-fields .woocommerce-input-wrapper,
.woocommerce-address-fields .input-text,
.woocommerce-address-fields .select2-container {
    flex: 1;
}

.woocommerce-address-fields .woocommerce-input-wrapper .input-text,
.woocommerce-address-fields .woocommerce-input-wrapper .select2-container {
    width: 100%;
}

.woocommerce-address-fields label {
    color: #161619;
    font-weight: 500;
    margin-top: 10px;
    flex-basis: 195px;
}

.woocommerce-address-fields .button {
    line-height: 60px;
    display: block;
    margin-top: 40px;
    margin-left: 195px;
    width: calc(100% - 195px);
}

.woocommerce-account-login .content-area .woocommerce {
    width: 36.84211%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

.woocommerce-account-login .content-area .woocommerce h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 35px 0;
}

.woocommerce-account-login .content-area .woocommerce .woocommerce-message,
.woocommerce-account-login .content-area .woocommerce .woocommerce-info,
.woocommerce-account-login .content-area .woocommerce .woocommerce-error {
    padding-left: 80px;
    padding-right: 60px;
}

.woocommerce-account-login form.register .form-row,
.woocommerce-account-login form.login .form-row,
.woocommerce-account-login form.lost_reset_password .form-row {
    margin: 0;
}

.woocommerce-account-login form.register .form-row:first-child,
.woocommerce-account-login form.login .form-row:first-child,
.woocommerce-account-login form.lost_reset_password .form-row:first-child {
    margin-bottom: -4px;
}

.woocommerce-account-login form.register .input-text,
.woocommerce-account-login form.login .input-text,
.woocommerce-account-login form.lost_reset_password .input-text {
    width: 100%;
}

.woocommerce-account-login form.register label,
.woocommerce-account-login form.login label,
.woocommerce-account-login form.lost_reset_password label {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    transform: translateY(35px);
    transition: 0.4s;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.woocommerce-account-login form.register label.woocommerce-form__label,
.woocommerce-account-login form.login label.woocommerce-form__label,
.woocommerce-account-login form.lost_reset_password label.woocommerce-form__label {
    transform: none;
}

.woocommerce-account-login form.register .focused label,
.woocommerce-account-login form.login .focused label,
.woocommerce-account-login form.lost_reset_password .focused label {
    font-size: 14px;
    font-size: 0.875rem;
    color: #161619;
    transform: translateY(10px);
}

.woocommerce-account-login form.register .button,
.woocommerce-account-login form.login .button,
.woocommerce-account-login form.lost_reset_password .button {
    width: 100%;
}

.woocommerce-account-login form.login .rememberme {
    margin: 35px 0;
}

.woocommerce-account-login form.login .lost_password {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 0 0;
}

.woocommerce-account-login form.login .lost_password a {
    padding-bottom: 6px;
    border-bottom: 2px solid;
}

.woocommerce-account-login form.register .button {
    margin-top: 40px;
}

.woocommerce-account-login form.register .woocommerce-privacy-policy-text {
    font-size: 16px;
    font-size: 1rem;
}

.woocommerce-account-login form.lost_reset_password .form-row {
    width: 100%;
}

.woocommerce-account-login form.lost_reset_password .button {
    line-height: 60px;
    margin-top: 40px;
}

.woocommerce-account-login .login-tabs-nav {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.woocommerce-account-login .login-tabs-nav .tab-nav {
    color: #838889;
    cursor: pointer;
    margin-right: 100px;
}

.woocommerce-account-login .login-tabs-nav .tab-nav:last-child {
    margin-right: 0;
}

.woocommerce-account-login .login-tabs-nav .tab-nav:after {
    border-bottom-width: 2px;
}

.woocommerce-account-login .login-tabs-nav .tab-nav.active {
    color: #161619;
}

.woocommerce-account-login .u-columns {
    position: relative;
    width: 200%;
    overflow: hidden;
}

.woocommerce-account-login .u-columns .u-column1,
.woocommerce-account-login .u-columns .u-column2 {
    width: 50%;
    float: left;
    padding: 0 15px;
    opacity: 0;
    transition: 0.4s;
}

.woocommerce-account-login .u-columns .u-column1.active,
.woocommerce-account-login .u-columns .u-column2.active {
    opacity: 1;
    transform: translateX(-100%);
}

.woocommerce-account-login .u-columns .u-column1 h2,
.woocommerce-account-login .u-columns .u-column2 h2 {
    display: none;
}

.woocommerce-account-login .u-columns .u-column1 {
    transform: translateX(-100%);
}

.woocommerce-account-login .u-columns .u-column1.active {
    transform: none;
}

/**
 * Order Tracking
 */
.woocommerce-order-tracking .entry-title {
    margin-bottom: 20px;
}

.track_order > p:not(.form-row):first-child {
    text-align: center;
    margin-bottom: 107px;
}

.track_order .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.track_order .form-row label {
    flex-basis: 17.10526%;
}

.track_order .form-row .input-text {
    flex: 1;
    margin-right: 17.10526%;
}

.track_order .form-row-first,
.track_order .form-row-last {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.track_order .button {
    line-height: 60px;
    min-width: 220px;
    margin-left: 17.10526%;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 48em) {
    /**
	 * Header cart
	 */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * Star rating
 */
.product_cat-gift-cards .woocommerce-product-rating {
    display: none;
}

.star-rating {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.star-rating .rating-stars {
    display: block;
    height: 12.5px;
    line-height: 1;
}

.star-rating .svg-icon {
    font-size: 12px;
}

.star-rating .max-rating {
    color: #cdcfd0;
}

.star-rating .user-rating {
    color: #ffb22d;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

p.stars {
    line-height: 1;
    display: inline-block;
    margin: 0;
}

p.stars > span {
    display: inline-block;
    height: 24px;
}

p.stars a {
    position: relative;
    height: 24px;
    width: 24px;
    text-indent: -999em;
    font-size: 0;
    color: #cdcfd0;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    transition: none;
}

p.stars a:hover ~ a {
    color: #cdcfd0;
}

p.stars a span {
    text-indent: 0;
    display: block;
}

p.stars:hover a {
    color: #ffb22d;
}

p.stars.selected a.active {
    color: #ffb22d;
}

p.stars.selected a.active ~ a {
    color: #cdcfd0;
}

p.stars.selected a:not(.active) {
    color: #ffb22d;
}

.product_cat-gift-cards .free-delivery-info-block {
    display: none;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding-bottom: 8px;
    position: relative;
}

.woocommerce-tabs ul.tabs li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.4s;
}

.woocommerce-tabs ul.tabs .active a:after {
    width: 100%;
    left: 0;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength.strong {
    color: #8ed3af;
}

.woocommerce-password-strength.short {
    color: #f49090;
}

.woocommerce-password-strength.bad {
    color: #f49090;
}

.woocommerce-password-strength.good {
    color: #ffd07d;
}

/**
 * Forms
 */
.woocommerce-form .password-input {
    display: block;
    position: relative;
}

.woocommerce-form .show-password-input {
    transition: 0.35s;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background: no-repeat center center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjIiLz48cGF0aCBkPSJNMTYuNDY2LDYuNzQ4QzE1LjIzOCw1LjU4MywxMy42MTksNSwxMiw1UzguNzYyLDUuNTgzLDcuNTM0LDYuNzQ4TDIsMTJsNS41MzQsNS4yNTJDOC43NjIsMTguNDE3LDEwLjM4MSwxOSwxMiwxOXMzLjIzOC0wLjU4Myw0LjQ2Ni0xLjc0OEwyMiwxMkwxNi40NjYsNi43NDh6IE0xNS4wODksMTUuODAxQzE0LjI3NCwxNi41NzQsMTMuMTc3LDE3LDEyLDE3cy0yLjI3NC0wLjQyNi0zLjA4OS0xLjE5OUw0LjkwNSwxMmw0LjAwNS0zLjgwMUM5LjcyNiw3LjQyNiwxMC44MjMsNywxMiw3czIuMjc0LDAuNDI2LDMuMDg5LDEuMTk5TDE5LjA5NSwxMkwxNS4wODksMTUuODAxeiIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48L2c+PC9zdmc+);
}

.woocommerce-form .show-password-input:hover, .woocommerce-form .show-password-input.display-password {
    opacity: 1;
}

.form-row {
    margin: 20px 0;
}

.form-row.woocommerce-invalid input.input-text {
    border-color: #f49090;
}

.form-row input.input-text {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 0;
}

.form-row input.input-text:hover {
    border-bottom-color: #161619;
}

.form-row label .optional {
    display: none;
}

.form-row-first,
.form-row-last {
    width: 50%;
    float: left;
}

.form-row-first {
    padding-right: 15px;
}

.form-row-last {
    padding-left: 15px;
}

.clear,
.form-row-wide {
    clear: both;
}

.select2 .selection {
    display: block;
}

.select2 .select2-selection--single {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #e3e7e8;
    background: transparent;
    height: auto;
    transition: border 0.4s;
}

.select2.select2-container .select2-selection--single {
    height: auto;
}

.select2 .select2-selection--single:hover {
    border-bottom-color: #161619;
}

.checkout .zen-ui-select__value,
.select2 .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    line-height: inherit;
    height: auto;
    min-height: 50px;
    padding: 13px 20px 13px 0;
}

.checkout .zen-ui-select__value {
    position: relative;
    display: flex;
    font-size: 16px;
    align-items: center;
    border-color: #cdcfd0;
    padding: 9px 45px 9px 20px !important;
}

.checkout .zen-ui-select__value svg {
    display: none;
}

.checkout .zen-ui-select__value:after,
.select2 .select2-selection--single .select2-selection__arrow {
    top: 55%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=) no-repeat right center;
}

.checkout .zen-ui-select__value:after {
    content: '';
    position: absolute;
    right: 20px;
}

.checkout .zen-ui-select__value:hover,
.checkout .zen-ui-select__value.disabled {
    background: #fff;
    border-color: #161619;
    color: #444;
}

.checkout .zen-ui-select__dropdown {
    top: calc(100% + 8px);
    padding: 20px;
    border: 1px solid #161619;
}

.checkout .zen-ui-select__options {
    padding: 0;
    border: none;
}

.checkout .zen-ui-select__options::-webkit-scrollbar {
    width: 0;
    opacity: 0;
}

.checkout .zen-ui-select__options:hover::-webkit-scrollbar {
    width: 6px;
}

.checkout .zen-ui-select__options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #838889;
}


.checkout .zen-ui-select__options::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #e3e7e8;
}

.checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.checkout .zen-ui-select__option {
    transition: none;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
}

.zen-ui-select__value-text:first-letter,
.checkout .zen-ui-select__option:first-letter {
    text-transform: uppercase;
}

.checkout .zen-ui-select:not(:has(.zen-ui-select__option--current)) .zen-ui-select__value-text {
    color: rgb(117, 117, 117);
}

.checkout .zen-ui-select__option--current {
    background-color: #ddd;
}

.checkout .zen-ui-select__option:hover {
    background-color: #161619 !important;
    color: #fff !important;
}

.checkout .zen-ui-select__search {
    border: none;
    padding: 0;
    margin-bottom: 12px;
}

.checkout .zen-ui-select__search-input {
    min-height: 49px;
    border-color: #838889 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.select2 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2.select2-container--open .select2-selection--single {
    border-bottom-color: #161619;
}

.zen-ui-select__value.disabled:after,
.select2.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.select2.select2-container--disabled .select2-selection--single {
    background: transparent;
}

.select2-container.select2-container--open {
    z-index: 10000;
}

.select2-container .select2-dropdown {
    font-size: 16px;
    font-size: 1rem;
}

.select2-container .select2-search--dropdown {
    padding: 0;
    margin-bottom: 10px;
}

.select2-container .select2-search--dropdown .select2-search__field {
    border-color: #838889;
}

.select2-container .select2-dropdown {
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.1);
    z-index: 1151;
}

.select2-container .select2-results__options::-webkit-scrollbar {
    width: 0;
    opacity: 0;
}

.select2-container .select2-results__options:hover::-webkit-scrollbar {
    width: 6px;
}

.select2-container .select2-results__options::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #e3e7e8;
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #838889;
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #161619;
}

.select2-container .select2-results__options .select2-results__option--highlighted {
    background-color: #161619;
}

.required {
    color: #000;
}

label.woocommerce-form__label-for-checkbox {
    color: #838889;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
}

label.woocommerce-form__label-for-checkbox input {
    display: none;
}

label.woocommerce-form__label-for-checkbox span:before, label.woocommerce-form__label-for-checkbox span:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: 0.1em;
    transition: 0.4s;
}

label.woocommerce-form__label-for-checkbox span:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8;
}

label.woocommerce-form__label-for-checkbox span:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

label.woocommerce-form__label-for-checkbox span.required:before, label.woocommerce-form__label-for-checkbox span.required:after {
    display: none;
}

label.woocommerce-form__label-for-checkbox :checked ~ span {
    color: #161619;
}

label.woocommerce-form__label-for-checkbox :checked ~ span:before {
    border-color: #161619;
    background: transparent;
}

label.woocommerce-form__label-for-checkbox :checked ~ span:after {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .form-row-first,
    .form-row-last {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding: 20px 80px 20px 100px;
    margin-bottom: 60px;
    background-color: #8ed3af;
    min-height: 60px;
}

.woocommerce-message.woocommerce-notice,
.woocommerce-info.woocommerce-notice,
.woocommerce-error.woocommerce-notice {
    padding: 1em;
}

.woocommerce-message .svg-icon,
.woocommerce-info .svg-icon,
.woocommerce-error .svg-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-message .message-icon,
.woocommerce-info .message-icon,
.woocommerce-error .message-icon {
    font-size: 40px;
}

.woocommerce-message .close-message,
.woocommerce-info .close-message,
.woocommerce-error .close-message {
    right: 20px;
    left: auto;
    cursor: pointer;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    line-height: inherit;
    padding: 0;
    border-bottom: 2px solid;
    background: transparent;
    float: right;
    margin-left: 10px;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    color: #161619;
}

.woocommerce-info {
    background-color: #ffd07d;
}

.woocommerce-error {
    background-color: #f49090;
}

.woocommerce-error .error-message {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-error .error-message li {
    margin-bottom: 20px;
}

.woocommerce-error .error-message li:last-child {
    margin-bottom: 0;
}

.demo_store {
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 15px 20px;
    background-color: #ffd07d;
    z-index: 9999;
}

.demo_store .woocommerce-store-notice__dismiss-link {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    float: right;
    margin-top: 5px;
}

/**
 * Badges
 */
.woocommerce-badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
}

.product_title .woocommerce-badges {
    position: static;
    display: inline-block;
    margin-left: 20px;
    vertical-align: 0.15625em;
}

.woocommerce-badge {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
    background-color: #3ee590;
    border-radius: 50%;
    position: relative;
}

.woocommerce-badge.featured {
    background-color: #ff736c;
}

.woocommerce-badge.new {
    background-color: #ffb453;
}

.woocommerce-badge.sold-out {
    background-color: #838889;
}

.woocommerce-badge.onsale {
    background-color: #F8E59A;
    color: #25282A;
}

.woocommerce-badge span {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.woocommerce-badges--rectangle .woocommerce-badge {
    line-height: 20px;
    height: auto;
    width: auto;
    min-width: 40px;
    padding: 0 5px;
    border-radius: 0;
}

.woocommerce-badges--rectangle .woocommerce-badge span {
    top: auto;
    transform: none;
    position: static;
}

/**
 * Add to wishlist button
 */
.add-to-wishlist-button .added,
.add-to-wishlist-button .adding {
    display: none;
}

.add-to-wishlist-button.added .add {
    display: none;
}

.add-to-wishlist-button.added .added {
    display: inline-block;
}

.add-to-wishlist-button.loading .add {
    display: none;
}

.add-to-wishlist-button.loading .adding {
    display: inline-block;
}

.add-to-wishlist-button .adding .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: spin infinite 1s linear;
    animation: spin infinite 1s linear;
}

/**
 * Quantity input
 */
.woocommerce .quantity {
    display: inline-block;
    border: 1px solid #cdcfd0;
    transition: 0.4s;
}

.woocommerce .quantity:hover {
    border-color: #161619;
}

.woocommerce .quantity input {
    background: transparent;
    border: 0;
}

.woocommerce .quantity .qty {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    width: 34px;
    padding: 0;
    -moz-appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce .quantity .qty-button {
    color: #838889;
    font-size: 16px;
    padding: 0 16px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
}

.woocommerce .quantity .qty-button:hover {
    color: #161619;
}

.woocommerce .quantity-dropdown {
    min-width: 55px;
}

.woocommerce-mini-cart .qty-dropdown {
    display: none !important;
}

.woocommerce .quantity-dropdown .qty-dropdown {
    position: relative;
    cursor: pointer;
    display: block;
}

.woocommerce .quantity-dropdown .current {
    display: block;
}

.woocommerce .quantity-dropdown .qty-options {
    position: absolute;
    top: 15px;
    transform: translate(0, -50%);
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
}

.woocommerce .quantity-dropdown .qty-options ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.2s ease;
}

.woocommerce .quantity-dropdown .qty-options ul li {
    transition: 0.4s;
    display: block;
    padding: 4.5px 0;
}

.woocommerce .quantity-dropdown .qty-options ul li:hover,
.woocommerce .quantity-dropdown .qty-options ul li.active {
    background-color: #e3e7e8;
}

/**
 * Variation Swatches
 */
.woocommerce .tawcvs-swatches {
    min-height: 28px;
    padding: 0;
    display: inline-block;
}

.woocommerce .tawcvs-swatches .swatch {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #838889;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    opacity: 1;
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    margin: 0 22px 10px 0;
    position: relative;
}

.woocommerce .tawcvs-swatches .swatch:last-child {
    margin-right: 0;
}

.woocommerce .tawcvs-swatches .swatch:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: -10px;
    transition: 0.4s;
}

.woocommerce .tawcvs-swatches .swatch.selected {
    color: #161619;
}

.woocommerce .tawcvs-swatches .swatch.selected:after {
    border-color: #161619;
}

.woocommerce .tawcvs-swatches .swatch .swatch__tooltip {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

.woocommerce .tawcvs-swatches .swatch-label {
    width: auto;
    min-width: 18px;
}

.woocommerce .tawcvs-swatches .swatch-image {
    font-size: 0;
    overflow: visible;
}

.woocommerce .tawcvs-swatches .swatch-color.selected:before {
    display: none;
}

/**
 * Alert.
 */
.konte-woocommerce-alert {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
    transform: translate3d(0, 100%, 0);
    z-index: 9999;
}

.konte-woocommerce-alert.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.konte-woocommerce-alert .woocommerce-error,
.konte-woocommerce-alert .woocommerce-info,
.konte-woocommerce-alert .woocommerce-message {
    margin: 0;
}

.blockOverlay {
    background: #fff !important;
}

/**
 * Notify
 */
.notifyjs-konte-base {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    padding: 15px 20px 15px 60px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}

.notifyjs-konte-base .message-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.notifyjs-konte-success {
    color: #fff;
    background-color: #8ed3af;
}

/**
 * Gallery Lightbox
 */
.pswp {
    z-index: 4000;
}

/**
 * WooCommerce widgets
 */
/* Products Widget */
.widget .product_list_widget li {
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.widget .product_list_widget li:last-child {
    margin-bottom: 0;
}

.widget .product_list_widget .cart_item--summary {
    flex: 1;
}

.widget .product_list_widget img {
    margin-right: 30px;
    width: 80px;
}

.widget .product_list_widget .star-rating,
.widget .product_list_widget .product-title {
    display: block;
}

.widget .product_list_widget .product-title {
    font-size: 16px;
    font-size: 1rem;
    color: #161619;
    font-weight: 500;
    margin-bottom: 8px;
}

.widget .product_list_widget .star-rating {
    margin-bottom: 5px;
}

.widget .product_list_widget .amount {
    color: #161619;
}

.shop-sidebar {
    font-size: 14px;
    font-size: 0.875rem;
    color: #838889;
    margin-top: 33px;
}

.shop-sidebar .widget {
    padding: 0 0 28px 0;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #e3e7e8;
}

.shop-sidebar .widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.shop-sidebar .widget li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0;
}

.shop-sidebar .widget li .posts-count {
    margin-top: 2px;
}

.shop-sidebar .widget ul ul {
    border-top: 0;
    margin-top: 5px;
}

.shop-sidebar .widget a {
    color: #838889;
}

.shop-sidebar .widget a:hover {
    color: #161619;
}

.shop-sidebar .widget-title {
    color: #161619;
    font-weight: 500;
    border-bottom: 0;
    padding-bottom: 0;
}

.shop-sidebar .tagcloud a:hover {
    color: #fff;
}

.shop-sidebar .products-filter-widget .widget-title {
    text-transform: none;
    margin-bottom: 30px;
}

.shop-sidebar .products-filter-widget .filter-name {
    color: #161619;
    margin-bottom: 24px;
}

.shop-sidebar .products-filter-widget .filter {
    padding-bottom: 28px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e3e7e8;
}

.shop-sidebar .products-filter-widget .filter:last-child {
    border-bottom: 0;
}

.shop-sidebar .products-filter-widget .select2 {
    margin-bottom: 16px;
}

.shop-sidebar .products-filter-widget .button {
    margin-top: 0;
}

.shop-sidebar .products-filter-widget .reset-button {
    display: none;
}

.shop-sidebar .products-filter-widget .products-loader {
    margin-bottom: 0;
}

.shop-sidebar .products-filter-widget .instant-filter .filter:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.shop-sidebar .widget_search .search-field {
    padding-top: 15px;
    padding-bottom: 15px;
}

.shop-sidebar .widget_search .search-submit {
    line-height: 50px;
}

/* WooCommerce Price Filter Widget */
.widget_price_filter .price_slider {
    margin-top: 41px;
    margin-bottom: 30px;
}

.widget_price_filter .price_slider_amount {
    text-align: center;
    line-height: 2.4em;
    display: flex;
    flex-direction: column-reverse;
}

.widget_price_filter .price_slider_amount .button {
    line-height: 60px;
    display: block;
    width: 100%;
}

.widget_price_filter .price_slider_amount .price_label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #161619;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: ew-resize;
    outline: none;
    background: #000;
    box-sizing: border-box;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #161619;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e3e7e8;
}

.widget_price_filter .ui-slider-horizontal {
    height: 1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 1px;
}

/* Products Filter Widget */
.products-filter-widget .filter {
    margin-bottom: 46px;
}

.products-filter-widget .filter-name {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
}

.products-filter-widget input[type=checkbox],
.products-filter-widget input[type=radio] {
    display: none;
}

.products-filter-widget label {
    font-weight: 400;
    cursor: pointer;
}

.products-filter-widget .count {
    display: none;
}

.products-filter-widget .filter-list li,
.products-filter-widget .filter-checkboxes li {
    color: #838889;
    cursor: pointer;
    transition: 0.4s;
}

.products-filter-widget .filter-list li:hover,
.products-filter-widget .filter-list .selected,
.products-filter-widget .filter-checkboxes li:hover,
.products-filter-widget .filter-checkboxes .selected {
    color: #161619;
}

.products-filter-widget .list label {
    display: block;
}

.products-filter-widget .h-list li {
    display: inline-block;
    margin: 6px;
}

.products-filter-widget .h-list li .count {
    display: none;
}

.products-filter-widget .count {
    float: right;
}

.products-filter-widget .filter-checkboxes-item {
    position: relative;
    padding-left: 30px;
}

.products-filter-widget .filter-checkboxes-item:before, .products-filter-widget .filter-checkboxes-item:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: 0.45em;
    transition: 0.4s;
}

.products-filter-widget .filter-checkboxes-item:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8;
}

.products-filter-widget .filter-checkboxes-item:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

.products-filter-widget .filter-checkboxes-item.selected:before {
    border-color: #161619;
    background: transparent;
}

.products-filter-widget .filter-checkboxes-item.selected:after {
    opacity: 1;
}

.products-filter-widget .select2 .select2-selection--single {
    border-bottom-width: 1px;
}

.products-filter-widget .select2 .select2-selection--single .select2-selection__rendered {
    color: #838889;
    transition: color 0.4s;
    min-height: 30px;
}

.products-filter-widget .select2 .select2-selection--single:hover {
    border-color: #e3e7e8;
}

.products-filter-widget .select2 .select2-selection--single:hover .select2-selection__rendered {
    color: #161619;
}

.products-filter-widget .select2 .select2-selection--single:hover .select2-selection__rendered:after {
    width: 100%;
    left: 0;
}

.products-filter-widget .select2 .select2-selection__rendered {
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    overflow: visible;
}

.products-filter-widget .select2 .select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.3s;
}

.products-filter-widget .swatch {
    transition: 0.5s;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0 16px 16px 0;
    text-align: center;
    overflow: hidden;
}

.products-filter-widget .swatch.selected {
    font-weight: 700;
    opacity: 1;
}

.products-filter-widget .swatch-color {
    text-indent: -99999px;
    position: relative;
}

.products-filter-widget .swatch-color.selected:before {
    transform: rotate(45deg);
    content: "";
    width: 4px;
    height: 9px;
    display: block;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    top: 7px;
    left: 10px;
}

.products-filter-widget .swatch-label {
    color: #838889;
    border-bottom: 2px solid transparent;
}

.products-filter-widget .swatch-label.selected {
    color: #161619;
    border-bottom-color: #161619;
}

.products-filter-widget .list input:checked + span {
    font-weight: 400;
    text-decoration: underline;
}

.products-filter-widget .widget_price_filter .widgettitle {
    display: none;
}

.products-filter-widget .slider .filter-control {
    width: 100%;
    padding: 0 8px;
}

.products-filter-widget .price_slider {
    margin-bottom: 14px;
}

.products-filter-widget .price_slider_amount .button {
    display: none;
}

.products-filter-widget .price_slider_amount .price_label {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
}

.products-filter-widget .button {
    line-height: 60px;
    width: 100%;
    margin-top: 13px;
}

.products-filter-widget .button.alt {
    line-height: 58px;
}

.products-filter-widget .reset-button {
    margin-top: 20px;
}

.products-filter-widget .products-loader {
    text-align: center;
    display: block;
    margin: 20px 0;
    opacity: 0;
    transition: opacity 0.4s;
}

.products-filter-widget .filtering .products-loader {
    opacity: 1;
}

.products-filter-widget .instant-filter .button {
    display: none;
}

/* Cart Widget */
.widget_shopping_cart .woocommerce-mini-cart__empty-message img {
    display: none;
}

.widget_shopping_cart_content {
    position: relative;
}

.widget_shopping_cart_content a.remove {
    color: #a2a5a6;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    line-height: 1;
}

.widget_shopping_cart_content a.remove:hover {
    color: #161619;
}

.widget_shopping_cart_content a.remove .svg-icon {
    font-size: 18px;
    font-size: 1.125rem;
}

.widget_shopping_cart_content ul.cart_list {
    margin: 0;
    padding: 0;
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item {
    display: flex;
    padding: 0;
    margin-bottom: 24px;
    position: relative;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
    padding-right: 30px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
    display: block;
    float: none;
    margin-right: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #161619;
    margin-bottom: 9px;
    padding-right: 20px;
    display: block;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name a {
    color: #161619;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__remove {
    text-align: right;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.widget_shopping_cart_content .variation {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.widget_shopping_cart_content .variation dt {
    font-weight: 400;
    display: inline-block;
}

.widget_shopping_cart_content .variation dt:before {
    content: "|";
    display: inline-block;
    margin: 0 4px 0 0;
}

.widget_shopping_cart_content .variation dt:first-child:before {
    display: none;
}

.widget_shopping_cart_content .variation dd {
    display: inline-block;
    margin: 0 0 0 5px;
}

.widget_shopping_cart_content .variation dd :first-child {
    margin-top: 0;
}

.widget_shopping_cart_content .variation dd :last-child {
    margin-bottom: 0;
}

.widget_shopping_cart_content .quantity {
    border: 0;
    margin-left: 5px;
}

.widget_shopping_cart_content .quantity .qty {
    color: #000;
    text-align: center;
    font-weight: 400;
}

.widget_shopping_cart_content .quantity .qty-dropdown {
    color: #000;
}

.widget_shopping_cart_content .quantity .current {
    text-align: center;
    padding: 4.5px 15px 4.5px 0;
    position: relative;
}

.widget_shopping_cart_content .quantity .current .svg-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.widget_shopping_cart_content .quantity .qty-options {
    text-align: center;
    width: auto;
    left: 0;
    right: 15px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty {
    font-size: 14px;
    font-size: 0.875rem;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty .label {
    color: #686b6c;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty .price {
    font-weight: 500;
    float: right;
    margin-left: 30px;
    font-size: 18px;
}

.widget_shopping_cart_content .total {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: right;
    color: #161619;
    margin: 20px 0 32px 0;
}

.widget_shopping_cart_content .total strong {
    font-weight: 400;
    float: left;
}

.widget_shopping_cart_content .buttons .button {
    color: #fff;
    line-height: 60px;
    width: 100%;
    display: none;
}

.widget_shopping_cart_content .buttons .button:hover {
    color: #fff;
}

.widget_shopping_cart_content .buttons .checkout {
    display: block;
}

/* Product Search Widget */
.widget_product_search form {
    position: relative;
}

.widget_product_search .search-field {
    width: 100%;
    padding: 15px 60px 15px 20px;
}

.widget_product_search button {
    color: #161619;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    background: transparent;
}

.widget_product_search button svg {
    vertical-align: -0.25em;
}

/* Filter Widget */
.widget_layered_nav .select2-selection--single {
    border-bottom-width: 1px;
}

.widget_layered_nav .select2-selection__clear {
    display: none;
}

.widget_layered_nav_filters .chosen a {
    color: #161619;
    display: inline-block;
    padding: 0 25px 0 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPjxnPjxwb2x5Z29uIHBvaW50cz0iMTEuNTc2LDUuNTc2IDksOC4xNTIgNi40MjQsNS41NzYgNS41NzYsNi40MjQgOC4xNTIsOSA1LjU3NiwxMS41NzYgNi40MjQsMTIuNDI0IDksOS44NDggMTEuNTc2LDEyLjQyNCAxMi40MjQsMTEuNTc2IDkuODQ4LDkgMTIuNDI0LDYuNDI0ICIvPjxwYXRoIGQ9Ik05LDFDNC41ODIsMSwxLDQuNTgyLDEsOXMzLjU4Miw4LDgsOHM4LTMuNTgyLDgtOFMxMy40MTgsMSw5LDF6IE05LDE2Yy0zLjg2LDAtNy0zLjE0LTctN3MzLjE0LTcsNy03czcsMy4xNCw3LDdTMTIuODYsMTYsOSwxNnoiLz48L2c+PC9nPjwvc3ZnPg==);
}

.share-cart-table .mobile-product-price {
    display: none;
}

/**
 * WooCommerce responsiveness
 */
@media (max-width: 1440px) {
    .woocommerce div.product .quantity .qty-button {
        padding-left: 12px;
        padding-right: 12px;
    }
    .woocommerce div.product .single_add_to_cart_button + .add-to-waiting-container .button,
    .woocommerce div.product .single_add_to_cart_button {
        min-width: 160px;
    }
    .woocommerce div.product.layout-v1 .summary {
        padding-right: 0;
    }
    .woocommerce div.product.layout-v2.product-type-simple .cart {
        flex-direction: column;
    }
    .woocommerce div.product.layout-v2.product-type-simple .quantity {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .woocommerce div.product.layout-v2.product-type-simple .quantity .qty {
        flex: 1;
        width: auto;
    }
    .woocommerce div.product.layout-v2 .variations_button {
        flex-direction: column;
    }
    .woocommerce div.product.layout-v2 .variations_button .quantity {
        margin-right: 0;
        margin-bottom: 15px;
        display: flex;
    }
    .woocommerce div.product.layout-v2 .variations_button .quantity .qty {
        flex: 1;
        width: auto;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        padding-left: 40px;
        padding-right: 40px;
    }
    .woocommerce div.product.layout-v5 .summary {
        padding-left: 120px;
    }
    .woocommerce div.product.layout-v5 .product-toolbar {
        margin-right: 0;
    }
    .woocommerce div.product.layout-v6 .summary {
        padding-right: 0;
    }
    .woocommerce div.product.layout-v7 .summary {
        padding-right: 60px;
        padding-left: 40px;
    }
    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 135.88235%;
    }
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 139.41176%;
    }
}

@media (max-width: 1280px) {
    ul.products.columns-6 li.product .quick_view_button,
    ul.products.columns-6 li.product .add-to-wishlist-button {
        display: none;
    }
    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 137.35294%;
    }
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 142.05882%;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        padding-left: 20px;
        padding-right: 20px;
    }
    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        padding-left: 100px;
    }
    .woocommerce div.product.layout-v4 .flex-control-thumbs {
        width: 90px;
    }
}

@media (max-width: 1199px) {
    ul.products {
        display: flex;
        flex-wrap: wrap;
    }
    ul.products:before, ul.products:after {
        display: none;
    }
    ul.products.layout-carousel {
        flex-wrap: nowrap;
    }
    ul.products li.product .button {
        margin-left: 10px;
    }
    ul.products li.product .quick_view_button {
        display: none;
    }
    .linked-products-carousel ul.products {
        flex-wrap: nowrap;
    }
    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 140.29412%;
    }
    .sidebar-left ul.products.columns-4 li.product,
    .sidebar-left ul.products.columns-5 li.product,
    .sidebar-left ul.products.columns-6 li.product,
    .sidebar-right ul.products.columns-4 li.product,
    .sidebar-right ul.products.columns-5 li.product,
    .sidebar-right ul.products.columns-6 li.product {
        width: 33.33%;
    }
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 145.88235%;
    }
    .woocommerce div.product .summary,
    .woocommerce div.product .woocommerce-product-gallery,
    .woocommerce div.product .konte-child-product-gallery {
        width: 50%;
    }
    .woocommerce div.product.layout-v1 .product-toolbar {
        padding-left: 40px;
        padding-right: 40px;
    }
    .woocommerce div.product.layout-v1 .woocommerce-badges,
    .woocommerce div.product.layout-v1 .add-to-wishlist-button,
    .woocommerce div.product.layout-v1 .product-share {
        left: 40px;
    }
    .woocommerce div.product.layout-v1 .add-to-wishlist-button,
    .woocommerce div.product.layout-v1 .product-share {
        bottom: 30px;
    }
    .woocommerce div.product.layout-v1 .woocommerce-product-gallery {
        margin-top: 0;
    }
    .woocommerce div.product.layout-v1 .flex-control-nav {
        left: 40px;
    }
    .woocommerce div.product.layout-v1 .summary {
        padding-right: 0;
    }
    .woocommerce div.product.layout-v1 .woocommerce-tabs {
        position: static;
        margin: 0 0 20px 0;
    }
    .woocommerce div.product.layout-v2 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .woocommerce div.product.layout-v2 .woocommerce-badges {
        left: 40px;
    }
    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        width: 62%;
    }
    .woocommerce div.product.layout-v2 .summary {
        width: 38%;
    }
    .woocommerce div.product.layout-v3 {
        align-items: stretch;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: -40px;
        margin-right: -40px;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        order: 0;
        width: 65%;
        padding: 0;
        position: relative;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery__image a img {
        display: block;
    }
    .woocommerce div.product.layout-v3 .flex-control-nav {
        position: absolute;
    }
    .woocommerce div.product.layout-v3 .summary {
        width: 35%;
        flex-basis: 35%;
        padding-left: 40px;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-cart {
        display: none;
    }
    .woocommerce div.product.layout-v3 .price {
        margin-bottom: 27px;
    }
    .single-product.product-v3 div.product {
        padding-bottom: 0;
    }
    .single-product.product-v3 div.product .price {
        margin-bottom: 7px;
    }
    .single-product.product-v3 div.product .cart {
        margin-top: 30px;
    }
    .woocommerce div.product.layout-v4 .add-to-wishlist-button {
        width: 60px;
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce div.product.layout-v4 .add-to-wishlist-button .button-text {
        position: absolute !important;
        margin-left: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
    }
    .woocommerce div.product.layout-v4.product-type-grouped .qty-dropdown {
        min-width: 50px;
    }
    .woocommerce div.product.layout-v5 .summary {
        padding-left: 80px;
    }
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+1), .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+4) {
        padding: 30px 100px;
    }
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+3) {
        padding: 180px 30px 30px 60px;
    }
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+5) {
        padding: 80px 35px 40px 60px;
    }
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+6) {
        padding: 40px 0 40px 30px;
    }
    .woocommerce div.product.layout-v5 .bundled_product .bundled_product_image {
        padding: 0;
    }
    .woocommerce div.product.layout-v6 .summary {
        padding-left: 60px;
    }
    .woocommerce div.product.layout-v7 .woocommerce-product-gallery {
        width: 50%;
    }
    .woocommerce div.product.layout-v7 .summary {
        padding-right: 0;
        width: 50%;
    }
    .woocommerce div.product.layout-v7 .side-products {
        display: none;
    }
    .woocommerce div.product.layout-v7 .summary-add-to-cart-form-bundle {
        width: auto;
        float: none;
        clear: both;
    }
    .form-row-first {
        width: calc(50% + 97px);
    }
    .form-row-last {
        width: calc(50% - 97px);
    }
    form.woocommerce-checkout .woocommerce-input-wrapper,
    form.woocommerce-checkout .select2-container,
    form.woocommerce-checkout .input-text {
        margin-right: 0;
    }
    .woocommerce-checkout-review-order-table {
        width: 100%;
    }
    .woocommerce-checkout-2-columns form.checkout .col2-set,
    .woocommerce-checkout-2-columns #order_review_heading,
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
        float: none;
        width: 100%;
    }
    .woocommerce-checkout-2-columns h3#order_review_heading {
        margin-top: 30px;
    }
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
        padding: 0;
        border: 0;
        background: transparent;
    }
    .woocommerce-checkout-2-columns .form-row-first,
    .woocommerce-checkout-2-columns .form-row-last {
        width: 50%;
    }
    .woocommerce-account-login .content-area .woocommerce {
        width: 50%;
    }
    .cart-panel .panel-header {
        padding-bottom: 35px;
    }
    .floating-cart-icon {
        right: 40px;
        bottom: 40px;
    }
    .gotop ~ .floating-cart-icon {
        right: 100px;
    }
    #payment {
        position: static !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    ul.products.columns-5 li.product {
        width: 25%;
    }
    ul.products.columns-6 li.product {
        width: 25%;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .woocommerce-checkout-payment .wc-credit-card-form .form-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce-checkout-payment .wc-credit-card-form .form-row > label,
    .woocommerce-checkout-payment .wc-credit-card-form .form-row > div {
        flex-basis: auto;
        width: 100%;
    }
    .woocommerce-checkout-payment .wc-credit-card-form .form-row-first,
    .woocommerce-checkout-payment .wc-credit-card-form .form-row-last {
        width: 50%;
    }
    .woocommerce-checkout-payment .wc-credit-card-form .form-row-last > label {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
        font-size: 1rem;
    }
    .woocommerce div.product .product-toolbar {
        display: none;
    }
    .woocommerce div.product .summary,
    .woocommerce div.product .woocommerce-product-gallery,
    .woocommerce div.product .konte-child-product-gallery {
        width: auto;
        float: none;
    }
    .woocommerce div.product .woocommerce-product-gallery__image {
        width: 100%;
    }
    .woocommerce div.product .woocommerce-product-gallery__image a img {
        width: 100%;
    }
    .woocommerce div.product .flex-control-nav {
        line-height: 12px;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 10;
    }
    .woocommerce div.product .flex-control-nav li {
        display: inline-block;
        margin-right: 30px;
    }
    .woocommerce div.product .flex-control-nav li:last-child {
        margin-right: 0;
    }
    .woocommerce div.product .flex-control-nav li a {
        border-radius: 50%;
        display: block;
        width: 12px;
        height: 12px;
        text-indent: -9999em;
        background: #cdcfd0;
    }
    .woocommerce div.product .flex-control-nav li .flex-active {
        background: #161619;
    }
    .woocommerce div.product .summary {
        position: relative;
    }
    .woocommerce div.product .woocommerce-variation-description {
        margin-bottom: 20px;
    }
    .woocommerce div.product .quantity .qty {
        width: 60px;
    }
    .woocommerce div.product .group_table .quantity,
    .woocommerce div.product .group_table .button {
        min-width: 120px;
    }
    .woocommerce div.product .add-to-wishlist-button {
        border-radius: 50%;
        color: #fff;
        line-height: 50px;
        position: absolute;
        top: -25px;
        right: 0;
        bottom: auto;
        left: auto;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        z-index: 99;
        background-color: #161619;
    }
    .woocommerce div.product .add-to-wishlist-button > span {
        vertical-align: -0.4em;
    }
    .woocommerce div.product .add-to-wishlist-button .button-text {
        display: none;
    }
    .woocommerce div.product .product_meta {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .woocommerce-product-gallery.lightbox-support.zoom-support .woocommerce-product-gallery__trigger {
        display: block;
        position: absolute;
        left: 40px;
        bottom: 34px;
        z-index: 99;
    }
    .woocommerce-product-gallery.lightbox-support.zoom-support .flex-control-nav.flex-control-paging,
    .woocommerce-product-gallery.lightbox-support.zoom-support .flex-control-nav.flex-control-thumbs {
        left: 90px;
    }
    .woocommerce-product-gallery .flex-control-thumbs li {
        position: relative;
    }
    .woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: 0;
        position: absolute;
    }
    .woocommerce-product-gallery .flex-control-thumbs li span {
        transition: background-color 0.4s;
        display: block;
        width: 100%;
        height: 100%;
        background: #cdcfd0;
    }
    .woocommerce-product-gallery .flex-control-thumbs li .flex-active + span {
        background: #161619;
    }
    .woocommerce-product-gallery .flex-direction-nav {
        display: none;
    }
    .woocommerce-product-gallery__wrapper {
        overflow: hidden;
    }
    .woocommerce div.product.layout-v1 {
        padding-top: 0 !important;
        background-color: transparent !important;
    }
    .woocommerce div.product.layout-v1 .product-gallery-summary {
        display: block;
    }
    .woocommerce div.product.layout-v1 .woocommerce-product-gallery {
        position: relative;
        margin-left: -40px;
        margin-right: -40px;
    }
    .woocommerce div.product.layout-v1 .woocommerce-product-gallery img {
        width: 100%;
    }
    .woocommerce div.product.layout-v1 .flex-control-nav {
        top: auto;
        bottom: 40px;
        transform: none;
    }
    .woocommerce div.product.layout-v1 .flex-control-nav li {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v1 .flex-control-nav li a {
        padding: 0;
    }
    .woocommerce div.product.layout-v1 .flex-control-nav li a:before {
        display: none;
    }
    .woocommerce div.product.layout-v1 .flex-control-nav li .flex-active {
        padding: 0;
    }
    .woocommerce div.product.layout-v1 .summary {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
        position: relative;
    }
    .woocommerce div.product.layout-v1 .product_title {
        margin-top: 0;
    }
    .woocommerce div.product.layout-v1.product-type-simple .cart,
    .woocommerce div.product.layout-v1 .variations_button {
        flex-wrap: wrap;
    }
    .woocommerce div.product.layout-v1 .add-to-wishlist-button {
        left: auto;
        bottom: auto;
    }
    .woocommerce div.product.layout-v1 .add-to-wishlist-button ~ .share {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v1 .add-to-wishlist-button .spinner {
        vertical-align: 0.1em;
    }
    .woocommerce div.product.layout-v1 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v1 .product-share .sharing-icon {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #838889;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .woocommerce div.product.layout-v1 .product-share .sharing-icon svg {
        display: none;
    }
    .woocommerce div.product.layout-v1 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v1 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: transparent;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto;
    }
    .woocommerce div.product.layout-v1 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0;
    }
    .woocommerce div.product.layout-v1 .product-share .socials a:first-child {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v1 .product-share .socials a:hover, .woocommerce div.product.layout-v1 .product-share .socials a:active {
        color: inherit;
        background: transparent;
    }
    .woocommerce div.product.layout-v1 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v1 .product_meta {
        margin: 0;
        padding: 30px 0 25px 0;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v1 .woocommerce-tabs {
        margin-top: 25px;
    }
    .woocommerce div.product.layout-v2 .summary,
    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        width: auto;
    }
    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        margin-left: -40px;
        margin-right: -40px;
    }
    .woocommerce div.product.layout-v2 .woocommerce-product-gallery__image {
        width: 100%;
        border: 0;
    }
    .woocommerce div.product.layout-v2 .woocommerce-product-gallery__image:nth-child(2n+1) {
        clear: none;
    }
    .woocommerce div.product.layout-v2 .summary {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
    }
    .woocommerce div.product.layout-v2.product-type-simple .cart,
    .woocommerce div.product.layout-v2 .variations_button {
        flex-direction: row;
    }
    .woocommerce div.product.layout-v2.product-type-simple .cart .quantity,
    .woocommerce div.product.layout-v2 .variations_button .quantity {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .woocommerce div.product.layout-v2.product-type-simple .cart .quantity .qty,
    .woocommerce div.product.layout-v2 .variations_button .quantity .qty {
        width: 60px;
    }
    .woocommerce div.product.layout-v2 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background-color: #161619;
    }
    .woocommerce div.product.layout-v2 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -0.1em;
    }
    .woocommerce div.product.layout-v2 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: 0.1em;
    }
    .woocommerce div.product.layout-v2 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v2 .product-share .sharing-icon {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #838889;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .woocommerce div.product.layout-v2 .product-share .sharing-icon svg {
        display: none;
    }
    .woocommerce div.product.layout-v2 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v2 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: transparent;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto;
    }
    .woocommerce div.product.layout-v2 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0;
    }
    .woocommerce div.product.layout-v2 .product-share .socials a:first-child {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v2 .product-share .socials a:hover, .woocommerce div.product.layout-v2 .product-share .socials a:active {
        color: inherit;
        background: transparent;
    }
    .woocommerce div.product.layout-v2 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v2 .product_meta {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 0;
        padding-top: 23px;
    }
    .woocommerce div.product.layout-v2 .woocommerce-tabs {
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v3 {
        display: block;
        background-color: transparent !important;
        padding-top: 0 !important;
    }
    .woocommerce div.product.layout-v3 .summary,
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        width: 100%;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        width: auto;
        margin-left: -40px;
        margin-right: -40px;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery img {
        width: 100%;
    }
    .woocommerce div.product.layout-v3 .flex-control-nav {
        left: 40px;
        bottom: 40px;
        transform: none;
    }
    .woocommerce div.product.layout-v3 .flex-control-nav li a {
        width: 12px;
        height: 12px;
        margin: 0;
        transform: none;
    }
    .woocommerce div.product.layout-v3 .flex-control-nav li a:before {
        display: none;
    }
    .woocommerce div.product.layout-v3 .summary {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
        position: relative;
    }
    .woocommerce div.product.layout-v3 .quantity {
        width: auto;
        margin-right: 10px;
    }
    .woocommerce div.product.layout-v3 .single_add_to_cart_button {
        width: auto;
        flex: 1;
    }
    .woocommerce div.product.layout-v3 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v3 .product-share .sharing-icon {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #838889;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .woocommerce div.product.layout-v3 .product-share .sharing-icon svg {
        display: none;
    }
    .woocommerce div.product.layout-v3 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v3 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: transparent;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto;
    }
    .woocommerce div.product.layout-v3 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0;
    }
    .woocommerce div.product.layout-v3 .product-share .socials a:first-child {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v3 .product-share .socials a:hover, .woocommerce div.product.layout-v3 .product-share .socials a:active {
        color: inherit;
        background: transparent;
    }
    .woocommerce div.product.layout-v3 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v3 .product_meta {
        margin: 0;
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v3 .variations_button {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce div.product.layout-v3 .variations_button .quantity {
        margin-bottom: 0;
        margin-right: 20px;
        width: auto;
    }
    .woocommerce div.product.layout-v3 .variations_button .quantity .qty {
        width: 60px;
        flex: 0;
    }
    .woocommerce div.product.layout-v3 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background: #161619;
    }
    .woocommerce div.product.layout-v3 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -0.1em;
    }
    .woocommerce div.product.layout-v3 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: 0.1em;
    }
    .woocommerce div.product.layout-v3.product-type-simple .cart {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce div.product.layout-v3.product-type-simple .cart .quantity {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v3.product-type-grouped .single_add_to_cart_button {
        width: 100%;
    }
    .woocommerce div.product.layout-v3.product-type-external .single_add_to_cart_button {
        width: 100%;
    }
    .woocommerce div.product.layout-v3 .woocommerce-tabs {
        margin-top: 0;
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v4 .summary,
    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        width: 100%;
    }
    .woocommerce div.product.layout-v4 .woocommerce-badges {
        left: 0;
        top: 40px;
    }
    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        padding-left: 0;
        width: auto;
        margin-left: -40px;
        margin-right: -40px;
    }
    .woocommerce div.product.layout-v4 .woocommerce-product-gallery img {
        width: 100%;
    }
    .woocommerce div.product.layout-v4 .flex-control-nav {
        top: auto;
        left: 40px;
        bottom: 40px;
        height: auto;
        width: auto;
    }
    .woocommerce div.product.layout-v4 .flex-control-nav li {
        border-radius: 50%;
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #cdcfd0;
        margin: 0 30px 0 0;
        overflow: hidden;
    }
    .woocommerce div.product.layout-v4 .flex-control-nav li:last-child {
        margin-right: 0;
    }
    .woocommerce div.product.layout-v4 .flex-control-nav li img {
        opacity: 0;
    }
    .woocommerce div.product.layout-v4 .summary {
        padding-left: 0;
        padding-top: 60px;
        position: relative;
    }
    .woocommerce div.product.layout-v4 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        width: 50px;
        border: 0;
        background: #161619;
    }
    .woocommerce div.product.layout-v4 .add-to-wishlist-button svg {
        vertical-align: -0.1em;
    }
    .woocommerce div.product.layout-v4 .add-to-wishlist-button .spinner {
        vertical-align: 0.1em;
    }
    .woocommerce div.product.layout-v4 .bundle_form .add-to-wishlist-button {
        color: inherit;
        line-height: 60px;
        position: static;
        height: 60px;
        width: auto;
        padding: 0 40px;
        border-radius: 0;
        border: 1px solid;
        background: transparent;
    }
    .woocommerce div.product.layout-v4 .bundle_form .add-to-wishlist-button .button-text {
        position: static !important;
        clip: unset;
        -webkit-clip-path: none;
        clip-path: none;
        display: inline-block;
        line-height: 1.5;
    }
    .woocommerce div.product.layout-v4 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        border-bottom: 1px solid #e3e7e8;
        float: none;
        max-width: none;
        line-height: inherit;
    }
    .woocommerce div.product.layout-v4 .product-share .sharing-icon {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #838889;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .woocommerce div.product.layout-v4 .product-share .sharing-icon svg {
        display: none;
    }
    .woocommerce div.product.layout-v4 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v4 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: transparent;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto;
    }
    .woocommerce div.product.layout-v4 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0;
    }
    .woocommerce div.product.layout-v4 .product-share .socials a:first-child {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v4 .product-share .socials a:hover, .woocommerce div.product.layout-v4 .product-share .socials a:active {
        color: inherit;
        background: transparent;
    }
    .woocommerce div.product.layout-v4 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v4 .product-share .sharing-icon {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v4 .product_meta {
        margin: 0;
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v4 .woocommerce-tabs {
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v4 .product-description {
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v5 .product-gallery-summary {
        display: block;
    }
    .woocommerce div.product.layout-v5 .summary,
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery {
        width: 100%;
    }
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery .woocommerce-product-gallery__image {
        width: 100%;
        clear: none;
        padding: 0;
        float: none;
    }
    .woocommerce div.product.layout-v5 .summary {
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }
    .woocommerce div.product.layout-v5 .summary-inner {
        display: block;
        height: auto;
        max-height: none !important;
    }
    .woocommerce div.product.layout-v5 .add-to-wishlist-button {
        position: absolute;
        left: auto;
        right: 40px;
    }
    .woocommerce div.product.layout-v5 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v5 .product-share .sharing-icon {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #838889;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .woocommerce div.product.layout-v5 .product-share .sharing-icon svg {
        display: none;
    }
    .woocommerce div.product.layout-v5 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v5 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: transparent;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto;
    }
    .woocommerce div.product.layout-v5 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0;
    }
    .woocommerce div.product.layout-v5 .product-share .socials a:first-child {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v5 .product-share .socials a:hover, .woocommerce div.product.layout-v5 .product-share .socials a:active {
        color: inherit;
        background: transparent;
    }
    .woocommerce div.product.layout-v5 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v6 .woocommerce-badges {
        top: 40px;
        left: 0;
    }
    .woocommerce div.product.layout-v6 .woocommerce-product-gallery,
    .woocommerce div.product.layout-v6 .konte-child-product-gallery {
        width: auto;
        width: calc(100% + 80px);
    }
    .woocommerce div.product.layout-v6 .summary {
        width: 100%;
    }
    .woocommerce div.product.layout-v6 .woocommerce-product-gallery,
    .woocommerce div.product.layout-v6 .konte-child-product-gallery {
        padding-left: 0;
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v6 .flex-control-nav {
        top: auto;
        left: 40px;
        bottom: 40px;
        height: auto;
        width: auto;
    }
    .woocommerce div.product.layout-v6 .flex-control-nav li {
        border-radius: 50%;
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #cdcfd0;
        margin: 0 30px 0 0;
        overflow: hidden;
    }
    .woocommerce div.product.layout-v6 .flex-control-nav li:last-child {
        margin-right: 0;
    }
    .woocommerce div.product.layout-v6 .flex-control-nav li img {
        opacity: 0;
    }
    .woocommerce div.product.layout-v6 .summary {
        padding-left: 0;
        padding-top: 30px;
        margin: 0;
    }
    .woocommerce div.product.layout-v6 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background: #161619;
    }
    .woocommerce div.product.layout-v6 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -0.1em;
    }
    .woocommerce div.product.layout-v6 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: 0.1em;
    }
    .woocommerce div.product.layout-v6 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v6 .product-share .sharing-icon {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #838889;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .woocommerce div.product.layout-v6 .product-share .sharing-icon svg {
        display: none;
    }
    .woocommerce div.product.layout-v6 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v6 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: transparent;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto;
    }
    .woocommerce div.product.layout-v6 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0;
    }
    .woocommerce div.product.layout-v6 .product-share .socials a:first-child {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v6 .product-share .socials a:hover, .woocommerce div.product.layout-v6 .product-share .socials a:active {
        color: inherit;
        background: transparent;
    }
    .woocommerce div.product.layout-v6 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v6 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v6 .product_meta {
        margin-top: 0;
        padding: 25px 0 20px;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs {
        padding-top: 25px;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
        width: auto;
        float: none;
        border-right: 0;
        margin-bottom: 30px;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li {
        display: block;
        margin: 0 0 23px 0;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a {
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        padding-left: 0;
        transform: none;
        display: inline-block;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:before {
        display: none;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs .active a {
        border-bottom: 1px solid;
    }
    .woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    .woocommerce div.product.layout-v7 .woocommerce-badges {
        top: 40px;
        left: 0;
    }
    .woocommerce div.product.layout-v7 .woocommerce-product-gallery,
    .woocommerce div.product.layout-v7 .summary {
        width: auto;
        float: none;
    }
    .woocommerce div.product.layout-v7 .woocommerce-product-gallery {
        margin-left: -40px;
        margin-right: -40px;
    }
    .woocommerce div.product.layout-v7 .flex-control-nav {
        top: auto;
        left: 40px;
        bottom: 40px;
        height: auto;
        width: auto;
    }
    .woocommerce div.product.layout-v7 .flex-control-nav li {
        border-radius: 50%;
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #cdcfd0;
        margin: 0 30px 0 0;
        overflow: hidden;
    }
    .woocommerce div.product.layout-v7 .flex-control-nav li:last-child {
        margin-right: 0;
    }
    .woocommerce div.product.layout-v7 .flex-control-nav li img {
        opacity: 0;
    }
    .woocommerce div.product.layout-v7 .summary {
        padding-left: 0;
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v7 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background: #161619;
    }
    .woocommerce div.product.layout-v7 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -0.1em;
    }
    .woocommerce div.product.layout-v7 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: 0.1em;
    }
    .woocommerce div.product.layout-v7 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v7 .product-share .sharing-icon {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #838889;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .woocommerce div.product.layout-v7 .product-share .sharing-icon svg {
        display: none;
    }
    .woocommerce div.product.layout-v7 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v7 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: transparent;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto;
    }
    .woocommerce div.product.layout-v7 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0;
    }
    .woocommerce div.product.layout-v7 .product-share .socials a:first-child {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v7 .product-share .socials a:hover, .woocommerce div.product.layout-v7 .product-share .socials a:active {
        color: inherit;
        background: transparent;
    }
    .woocommerce div.product.layout-v7 .product-share:hover .sharing-icon {
        opacity: 1;
    }
    .woocommerce div.product.layout-v7 .product_meta {
        margin-top: 0;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs {
        padding-top: 25px;
        border-top: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs {
        text-align: left;
        border-bottom: 0;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a {
        padding-bottom: 3px;
        border-bottom-width: 1px;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs .panel {
        padding: 0;
    }
    .single-product.product-v7 .site-content {
        padding-top: 0;
    }
    .panels-offscreen .woocommerce-Reviews #review_form_wrapper {
        height: auto;
        min-height: 100%;
        margin-top: -1px;
    }
    .panels-offscreen .woocommerce-Reviews #review_form {
        height: auto;
    }
    .panels-offscreen .woocommerce-Reviews .comment-respond {
        margin-top: 30px;
    }
    .panels-offscreen .woocommerce-Reviews .cancel-review {
        position: static;
        margin: 20px 0;
    }
    .products.related,
    .products.upsells {
        margin-top: 30px;
        padding-top: 30px;
    }
    .products-tools .products-filter.dropdown-panel .widget {
        max-width: 50%;
    }
    .products-tools .products-filter.dropdown-panel .products-filter-widget {
        max-width: 100%;
    }
    .products-tools .products-filter.dropdown-panel .products-filter-widget .filter {
        width: 50%;
    }
    .products-tools .columns-switcher {
        display: none;
    }
    ul.products li.product {
        width: 33.33%;
    }
    ul.products li.product .product-thumbnails--slider .slick-arrow {
        margin-top: 0;
    }
    ul.products.layout-masonry li.product {
        width: 33.3333%;
    }
    ul.products.layout-masonry li.product .product-thumbnail {
        padding-bottom: 0;
    }
    ul.products.layout-masonry li.product .product-thumbnail > a,
    ul.products.layout-masonry li.product .product-thumbnail > .slick-list {
        display: block;
        position: static;
        transform: none;
    }
    ul.products.layout-masonry li.product .product-thumbnail > a img,
    ul.products.layout-masonry li.product .product-thumbnail > .slick-list img {
        position: static;
        transform: none;
    }
    ul.products.layout-masonry li.product .product-thumbnails--hover .hover-image {
        position: absolute;
        top: 0;
        left: 0;
    }
    ul.products.layout-masonry li.product .woocommerce-loop-product__title {
        white-space: wrap;
        max-height: none;
    }
    ul.products.layout-masonry li.product:nth-child(10n+1), ul.products.layout-masonry li.product:nth-child(10n+7) {
        width: 33.3333%;
    }
    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 0;
    }
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail, .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 0;
    }
    .shipping ul {
        display: block;
    }
    .shipping ul li {
        margin-bottom: 10px;
    }
    .shipping ul li:last-child {
        margin-bottom: 0;
    }
    .cart-collaterals .cart-subtotal-table,
    .cart-collaterals .order-total-table {
        width: 100%;
        float: none;
    }
    .cart-collaterals .checkout-button {
        width: 100%;
    }
    .track_order .form-row .input-text {
        margin-right: 0;
    }
    table.cart .product-thumbnail {
        width: 80px;
    }
    table.cart .product-name {
        padding-left: 20px;
    }
    table.wishlist_table th.product-price, table.wishlist_table th.product-stock-status, table.wishlist_table th.product-add-to-cart,
    table.wishlist_table td.product-price,
    table.wishlist_table td.product-stock-status,
    table.wishlist_table td.product-add-to-cart {
        display: none;
    }
    table.wishlist_table td.product-remove {
        width: auto;
    }
    table.wishlist_table td.product-remove a.remove {
        margin-top: 10px;
        display: inline-block;
    }
    table.wishlist_table td.product-remove .button {
        margin-top: 33px;
    }
    .woocommerce-account-login .content-area .woocommerce {
        width: 100%;
        max-width: 500px;
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-account-login .login-tabs-nav {
        margin-top: 0;
    }
    .woocommerce-order-pay form.login {
        width: 80%;
    }
    .share-cart {
        margin-top: 0;
    }
    .share-cart-preview {
        width: 100%;
    }
    .share_cart_container input {
        width: 100%;
    }
    .product .available-colors {
        display: block;
    }
}

@media (max-width: 767px) {
    .woocommerce-badges {
        left: 20px;
    }
    .woocommerce-badge {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .woocommerce-badge.sold-out {
        line-height: inherit;
    }
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        padding-left: 80px;
        padding-right: 40px;
    }
    .woocommerce-message .message-icon,
    .woocommerce-info .message-icon,
    .woocommerce-error .message-icon {
        font-size: 40px;
        left: 20px;
    }
    .woocommerce-message .close-message,
    .woocommerce-info .close-message,
    .woocommerce-error .close-message {
        right: 10px;
    }
    .woocommerce-tabs ul.tabs li {
        display: block;
        margin: 0 0 15px 0;
    }
    .woocommerce-tabs ul.tabs li:last-child {
        margin-bottom: 0;
    }
    .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding-bottom: 0;
    }
    .woocommerce-tabs.panels-offscreen .button-close {
        right: 25px;
        top: 16px;
    }
    .woocommerce-tabs.panels-offscreen .button-close .menu-text {
        display: none;
    }
    .woocommerce-tabs.panels-offscreen .panel {
        max-width: 100%;
    }
    .woocommerce-tabs.panels-offscreen .panel-header {
        padding: 22px 25px 22px 16px;
    }
    .woocommerce-tabs.panels-offscreen .panel-header h3,
    .woocommerce-tabs.panels-offscreen .panel-header .h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .woocommerce-tabs.panels-offscreen .panel-content {
        top: 64px;
        padding: 30px 20px;
    }
    .woocommerce div.product .product_title {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .woocommerce div.product .woocommerce-badges {
        left: 20px;
    }
    .woocommerce div.product .flex-control-nav {
        line-height: 6px;
        bottom: 22px;
    }
    .woocommerce div.product .flex-control-nav li {
        width: 6px;
        height: 6px;
        margin-right: 15px;
    }
    .woocommerce div.product .flex-control-nav li a {
        width: 100%;
        height: 100%;
    }
    .woocommerce div.product .price {
        margin-top: 0;
    }
    .woocommerce div.product .quantity {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .woocommerce div.product .group_table .quantity {
        width: auto;
        margin-bottom: 0;
    }
    .woocommerce div.product .variations {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .woocommerce div.product .variations .label {
        vertical-align: top;
    }
    .woocommerce div.product .variations td.value {
        text-align: right;
    }
    .woocommerce div.product .variations .reset_variations {
        display: none !important;
    }
    .woocommerce div.product .swatches-support td.value {
        text-align: left;
    }
    .woocommerce div.product .bundle_form .cart .quantity {
        width: 100%;
    }
    .woocommerce div.product .bundle_form .bundled_product .variations_button {
        display: inline-block;
    }
    .woocommerce div.product .bundle_form .bundled_product .quantity {
        width: auto;
    }
    .woocommerce div.product .bundle_form .bundled_product .quantity .qty {
        width: 40px;
    }
    .woocommerce div.product .bundle_form ul.products .swatches-support td.value {
        text-align: center;
    }
    .woocommerce div.product .bundle_button .single_add_to_cart_button {
        flex: 1;
    }
    .woocommerce div.product .product_meta span.label {
        min-width: 100px;
    }
    .woocommerce div.product .woocommerce-tabs {
        margin-top: 20px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: block;
    }
    .woocommerce div.product .woocommerce-tabs .tabs a {
        color: #161619;
    }
    .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
    .konte-child-product-gallery .woocommerce-product-gallery__trigger{
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
    .woocommerce-product-gallery.lightbox-support.zoom-support .woocommerce-product-gallery__trigger {
        left: 20px;
        bottom: 16px;
    }
    .woocommerce-product-gallery.lightbox-support.zoom-support .flex-control-nav.flex-control-paging,
    .woocommerce-product-gallery.lightbox-support.zoom-support .flex-control-nav.flex-control-thumbs {
        left: 50px;
    }
    .products.related,
    .products.upsells {
        margin-top: 0;
    }
    .products.related h2,
    .products.upsells h2,
    .products-from-set h2,
    .products.related .h2,
    .products.upsells .h2,
    .products-from-set .h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .woocommerce div.product.layout-v1 {
        margin-bottom: 30px;
    }
    .woocommerce div.product.layout-v1 .woocommerce-badges {
        left: 22px;
    }
    .woocommerce div.product.layout-v1 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px;
    }
    .woocommerce div.product.layout-v1 .flex-control-nav {
        bottom: 20px;
    }
    .woocommerce div.product.layout-v1 .summary {
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v1 .product-share {
        padding: 25px 0;
    }
    .woocommerce div.product.layout-v1 .product_meta {
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v1 .woocommerce-tabs {
        margin-top: 18px;
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v1 .woocommerce-tabs .tabs li {
        margin-right: 0;
    }
    .woocommerce div.product.layout-v2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .woocommerce div.product.layout-v2 .woocommerce-badges {
        left: 20px;
        margin-left: 0;
    }
    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px;
    }
    .woocommerce div.product.layout-v2 .summary {
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v2.product-type-simple .cart,
    .woocommerce div.product.layout-v2 .variations_button {
        flex-direction: column;
    }
    .woocommerce div.product.layout-v2.product-type-simple .cart .quantity,
    .woocommerce div.product.layout-v2 .variations_button .quantity {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .woocommerce div.product.layout-v2 table.bundled_products .bundled_product_image {
        float: none;
    }
    .woocommerce div.product.layout-v2 .product-share {
        padding: 25px 0;
    }
    .woocommerce div.product.layout-v2 .product_meta {
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v2 .woocommerce-tabs {
        padding-top: 20px;
    }
    .woocommerce div.product.layout-v2 .woocommerce-tabs .tabs li {
        margin-right: 0;
        margin-bottom: 23px;
    }
    .woocommerce div.product.layout-v2 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v3 {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px;
        height: auto !important;
        max-height: none !important;
    }
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery__wrapper {
        overflow: hidden;
    }
    .woocommerce div.product.layout-v3 .flex-control-nav {
        bottom: 22px;
    }
    .woocommerce div.product.layout-v3 .flex-control-nav li a {
        width: 100%;
        height: 100%;
    }
    .woocommerce div.product.layout-v3 .summary {
        padding-top: 25px;
    }
    .woocommerce div.product.layout-v3 .group_table .quantity {
        max-width: 100%;
        min-width: 120px;
    }
    .woocommerce div.product.layout-v3 .group_table .quantity .decrease {
        padding-right: 1px;
    }
    .woocommerce div.product.layout-v3 .group_table .quantity .increase {
        padding-left: 1px;
    }
    .woocommerce div.product.layout-v3.product-type-simple .cart,
    .woocommerce div.product.layout-v3 .variations_button {
        flex-direction: column;
    }
    .woocommerce div.product.layout-v3.product-type-simple .cart .quantity,
    .woocommerce div.product.layout-v3 .variations_button .quantity {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .woocommerce div.product.layout-v3 .variations_button .quantity .qty {
        flex: 1;
    }
    .woocommerce div.product.layout-v3 .product-share {
        padding: 25px 0;
    }
    .woocommerce div.product.layout-v3 .product-share .sharing-icon span {
        margin-left: 0;
    }
    .woocommerce div.product.layout-v3 .product_meta {
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v3 .woocommerce-tabs {
        padding-top: 20px;
    }
    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs {
        padding-top: 0;
    }
    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li {
        margin-right: 0;
        margin-bottom: 23px;
    }
    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li:last-child {
        text-align: left;
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li a {
        font-size: 16px;
        font-size: 1rem;
    }
    .single-product.product-v3 {
        position: static;
    }
    .woocommerce div.product.layout-v4 .woocommerce-badges {
        top: 20px;
    }
    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px;
    }
    .woocommerce div.product.layout-v4 .flex-control-nav {
        bottom: 22px;
    }
    .woocommerce div.product.layout-v4 .flex-control-nav li {
        width: 6px;
        height: 6px;
        margin-right: 15px;
    }
    .woocommerce div.product.layout-v4 .summary {
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v4 .quantity-dropdown {
        border-width: 1px;
        display: flex;
        margin-bottom: 20px;
    }
    .woocommerce div.product.layout-v4 .quantity-dropdown label {
        display: none;
    }
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty,
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty-button {
        display: inline-block;
    }
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty {
        flex: 1;
    }
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty-dropdown {
        display: none;
    }
    .woocommerce div.product.layout-v4 .group_table .quantity {
        max-width: 100%;
        min-width: 120px;
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v4 .group_table .quantity .qty {
        margin-left: -4px;
        margin-right: -4px;
    }
    .woocommerce div.product.layout-v4 .variations tbody {
        margin-left: 0;
        margin-right: 0;
        display: table-row-group;
    }
    .woocommerce div.product.layout-v4 .variations tr {
        display: table-row;
        width: auto;
        float: none;
        padding: 0;
    }
    .woocommerce div.product.layout-v4 .variations td {
        display: table-cell;
    }
    .woocommerce div.product.layout-v4 .variations td.value {
        text-align: right;
    }
    .woocommerce div.product.layout-v4 .variations select {
        width: auto;
    }
    .woocommerce div.product.layout-v4 .variations .product-size-guide {
        position: static;
        margin: 10px 0 0;
    }
    .woocommerce div.product.layout-v4 .swatches-support td.value {
        text-align: left;
    }
    .woocommerce div.product.layout-v4 .cart,
    .woocommerce div.product.layout-v4 .bundle_wrap {
        width: 100%;
    }
    .woocommerce div.product.layout-v4 .bundle_form ul.products .variations td {
        display: block;
    }
    .woocommerce div.product.layout-v4 .bundle_form .add-to-wishlist-button {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .woocommerce div.product.layout-v4 .product-share {
        padding: 25px 0;
    }
    .woocommerce div.product.layout-v4 .product_meta {
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v5 .summary {
        padding: 30px 20px 0 20px !important;
    }
    .woocommerce div.product.layout-v5 .cart,
    .woocommerce div.product.layout-v5 .variations_button {
        flex-wrap: wrap;
    }
    .woocommerce div.product.layout-v5 .single_add_to_cart_button {
        width: 100%;
    }
    .woocommerce div.product.layout-v5 .add-to-wishlist-button ~ .share {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v5 .product-share {
        padding: 25px 0;
    }
    .woocommerce div.product.layout-v5 .product_meta {
        padding: 25px 0 20px 0;
        margin-top: 0;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce div.product.layout-v5 .woocommerce-tabs {
        padding-top: 20px;
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v5 .woocommerce-tabs .tabs li {
        margin-bottom: 23px;
    }
    .woocommerce div.product.layout-v5 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0;
    }
    .single-product.product-v5 .upsells,
    .single-product.product-v5 .related {
        padding-top: 30px;
    }
    .woocommerce div.product.layout-v6 .woocommerce-badges {
        top: 50px;
    }
    .woocommerce div.product.layout-v6 .flex-control-nav {
        bottom: 22px;
    }
    .woocommerce div.product.layout-v6 .flex-control-nav li {
        width: 6px;
        height: 6px;
        margin-right: 15px;
    }
    .woocommerce div.product.layout-v6 .cart,
    .woocommerce div.product.layout-v6 .variations_button {
        flex-wrap: wrap;
    }
    .woocommerce div.product.layout-v6 .variations {
        display: table;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .woocommerce div.product.layout-v6 .variations tbody {
        margin-left: 0;
        margin-right: 0;
        display: table-row-group;
    }
    .woocommerce div.product.layout-v6 .variations tr {
        display: table-row;
        width: auto;
        float: none;
        padding: 0;
    }
    .woocommerce div.product.layout-v6 .variations td {
        display: table-cell;
    }
    .woocommerce div.product.layout-v6 .variations td.value {
        text-align: right;
    }
    .woocommerce div.product.layout-v6 .variations select {
        width: auto;
    }
    .woocommerce div.product.layout-v6 .swatches-support td.value {
        text-align: left;
    }
    .woocommerce div.product.layout-v6 .bundle_form ul.products .variations td {
        display: block;
    }
    .woocommerce div.product.layout-v6 .product-share {
        padding: 25px 0;
    }
    .woocommerce div.product.layout-v6 .product_meta {
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v7 .woocommerce-badges {
        top: 20px;
    }
    .woocommerce div.product.layout-v7 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px;
    }
    .woocommerce div.product.layout-v7 .flex-control-nav {
        bottom: 22px;
    }
    .woocommerce div.product.layout-v7 .flex-control-nav li {
        width: 6px;
        height: 6px;
        margin-right: 15px;
    }
    .woocommerce div.product.layout-v7 .cart,
    .woocommerce div.product.layout-v7 .variations_button {
        flex-wrap: wrap;
    }
    .woocommerce div.product.layout-v7 .product-share {
        padding: 25px 0;
    }
    .woocommerce div.product.layout-v7 .product_meta {
        padding: 25px 0 20px 0;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs {
        padding-top: 20px;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li {
        display: block;
        margin: 0 0 23px 0;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0;
    }
    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li a {
        font-size: 16px;
        font-size: 1rem;
        color: #161619;
    }
    .woocommerce-products-header.layout-minimal {
        margin: 10px 0;
    }
    .woocommerce-products-header.layout-standard .page-title {
        font-size: 32px;
        font-size: 2rem;
    }
    .woocommerce-products-header.layout-standard .breadcrumbs {
        margin-bottom: 20px;
    }
    .products-quick-search {
        padding: 15px 0;
    }
    .select2-container .products-quick-search-options {
        min-width: 110px;
    }
    .select2-container .products-quick-search-options.select2-dropdown {
        margin-left: 0;
    }
    .select2-container .products-quick-search-options .select2-results .select2-results__option {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .products-tools {
        padding: 28px 0;
    }
    .products-tools .woocommerce-ordering .select2 {
        min-width: 0;
    }
    .products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
        padding-right: 24px;
    }
    .products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__arrow {
        margin-top: -4px;
    }
    .products-tools .products-filter-toggle .remove-filtered {
        display: none;
    }
    .products-tools .products-filter.offscreen-panel .filter-widgets {
        padding: 0 40px 20px;
    }
    .products-tools .products-filter.dropdown-panel {
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 0 !important;
        width: 100% !important;
        height: 100%;
        padding-top: 0;
        z-index: 1100;
        overflow-y: auto;
    }
    .products-tools .products-filter.dropdown-panel .products-filter-container {
        padding-top: 0;
    }
    .products-tools .products-filter.dropdown-panel .button-close {
        top: 18px;
    }
    .products-tools .products-filter.dropdown-panel .button-close .menu-text {
        display: none;
    }
    .products-tools .products-filter.dropdown-panel .panel-header {
        display: block;
        padding: 21px 0;
    }
    .products-tools .products-filter.dropdown-panel .filter-widgets {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .products-tools .products-filter.dropdown-panel .products-filter-widget .filter {
        width: 100%;
    }
    .products-tools .products-filter.dropdown-panel .products-filter-widget .button {
        width: 100%;
    }
    .products-tools .products-filter.dropdown-panel .products-filter-widget .reset-button {
        margin-left: 0;
        margin-top: 20px;
    }
    .products-tools .products-filter.dropdown-panel .products-filter-widget .products-loader {
        text-align: center;
        display: block;
        margin-left: 0;
    }
    .products-toolbar.layout-v3 .woocommerce-result-count {
        display: none;
    }
    .products-toolbar.layout-v4 .products-tabs,
    .products-toolbar.layout-v5 .products-tabs {
        display: none;
    }
    .products-toolbar.layout-v4 .woocommerce-ordering,
    .products-toolbar.layout-v5 .woocommerce-ordering {
        display: block;
    }
    .products-toolbar.layout-v4 .products-filter-container .button-close,
    .products-toolbar.layout-v5 .products-filter-container .button-close {
        display: block;
    }
    .products-toolbar.layout-v4 .products-filter-container .button-close .menu-text,
    .products-toolbar.layout-v5 .products-filter-container .button-close .menu-text {
        display: none;
    }
    .products-toolbar.layout-v4 .columns-switcher {
        display: none;
    }
    .products-toolbar.layout-v4 .products-filter-toggle {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    .products-toolbar.layout-v5 .woocommerce-result-count {
        display: none;
    }
    .products-toolbar.layout-v5 .products-filter-toggle {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    ul.products {
        margin-left: -10px;
        margin-right: -10px;
    }
    ul.products li.product {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    ul.products li.product .product-summary {
        padding: 10px;
    }
    ul.products li.product .buttons {
        left: 10px;
        right: 10px;
    }
    ul.products .product-inner:hover .add-to-wishlist-button {
        display: none;
    }
    ul.products li.product-category .woocommerce-loop-category__title {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0 30px 20px 30px;
    }
    .sidebar-left ul.products.columns-3 li.product, .sidebar-left ul.products.columns-4 li.product, .sidebar-left ul.products.columns-5 li.product, .sidebar-left ul.products.columns-6 li.product,
    .sidebar-right ul.products.columns-3 li.product,
    .sidebar-right ul.products.columns-4 li.product,
    .sidebar-right ul.products.columns-5 li.product,
    .sidebar-right ul.products.columns-6 li.product {
        width: 50%;
    }
    ul.products.layout-masonry li.product {
        width: 50%;
    }
    ul.products.layout-masonry li.product:nth-child(10n+1), ul.products.layout-masonry li.product:nth-child(10n+7) {
        width: 50%;
    }
    .mobile-shop-buttons ul.products li.product .buttons {
        position: static;
        transform: none;
        opacity: 1;
        padding-top: 10px;
    }
    .mobile-shop-buttons ul.products li.product .add-to-wishlist-button {
        margin-left: 0;
    }
    .mobile-shop-buttons ul.products .product-inner:hover .product-summary {
        transform: none;
    }
    .mobile-shop-buttons ul.products .product-inner:hover .price,
    .mobile-shop-buttons ul.products .product-inner:hover .buttons {
        transform: none;
        opacity: 1;
    }
    .mobile-shop-buttons ul.products .product-inner:hover .add-to-wishlist-button {
        display: inline-block;
    }
    .products-quick-search {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .products-quick-search .select2 .select2-selection--single .select2-selection__rendered {
        min-height: 0;
    }
    .products-quick-search__intro-text {
        display: block;
    }
    .products-quick-search__intro-text + select + .select2 {
        margin-left: 0;
    }
    .products-toolbar.layout-v6 .products-tools {
        text-align: left;
        padding: 50px 0 10px 0;
    }
    .products-toolbar.layout-v6 .products-quick-search {
        display: block;
    }
    .woocommerce-navigation {
        margin-top: 40px;
    }
    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
        width: 75px;
    }
    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name,
    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__qty,
    .cart-panel .widget_shopping_cart_content .total {
        font-size: 16px;
        font-size: 1rem;
    }
    .cart-panel .widget_shopping_cart_content .buttons {
        margin-bottom: 20px;
    }
    .cart-panel .widget_shopping_cart_content .buttons .button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 50px;
    }
    .woocommerce-account-login .login-tabs-nav {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .woocommerce-account-login .login-tabs-nav .tab-nav {
        margin-right: 30px;
    }
    .woocommerce-cart .entry-title {
        margin-bottom: 30px;
    }
    .woocommerce-wishlist .entry-title {
        margin-bottom: 0;
    }
    table.wishlist_table .product-thumbnail {
        width: 77px;
    }
    table.wishlist_table .product-name {
        padding-left: 30px;
    }
    table.wishlist_table td .product-stock-status {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 0;
    }
    table.wishlist_table td.product-remove .button {
        margin-top: 18px;
    }
    table.cart {
        width: 100%;
    }
    table.cart tr {
        border-bottom: 1px solid #e3e7e8;
    }
    table.cart td {
        border-bottom: 0;
    }
    table.cart .product-thumbnail {
        width: 77px;
    }
    table.cart .product-name {
        padding-left: 30px;
    }
    table.cart .product-name a {
        font-size: 16px;
        font-size: 1rem;
    }
    table.cart .product-name .product-price {
        font-size: 16px;
        font-size: 1rem;
        display: block;
    }
    table.cart .product-name .product-remove {
        text-align: left;
        display: block;
    }
    table.cart .product-name .product-remove a {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 400;
    }
    table.cart .product-price,
    table.cart .product-subtotal,
    table.cart .product-remove,
    .share-cart-table .product-quantity {
        display: none;
    }
    table.cart .product-quantity {
        text-align: right;
        padding-left: 0;
        padding-right: 0;
    }
    table.cart .product-quantity .quantity {
        min-width: 0;
    }
    table.cart .quantity {
        text-align: center;
        border: 0;
    }
    table.cart .quantity .qty-button {
        line-height: 24px;
        display: block;
        /*width: 40px;*/
        padding: 0;
    }
    table.cart .quantity .qty {
        width: 40px;
    }
    table.cart .actions {
        padding-left: 0;
        padding-right: 0;
    }
    table.cart .actions .empty-cart-button {
        float: left;
    }
    table.cart .coupon {
        width: 100%;
        margin-bottom: 30px;
    }
    .cart-collaterals {
        padding: 15px 20px 20px 20px;
        margin-top: 40px;
    }
    .cart-collaterals .cart_totals h2 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .cart-collaterals .shop_table tbody {
        display: block;
    }
    .cart-collaterals .shop_table tr {
        display: flex;
    }
    .cart-collaterals .shop_table th {
        flex: 1;
    }
    .cart-collaterals .shop_table tr.shipping {
        flex-direction: column;
        border-bottom: 1px solid #e3e7e8;
    }
    .cart-collaterals .shop_table tr.shipping th,
    .cart-collaterals .shop_table tr.shipping td {
        display: block;
        width: 100%;
        border-bottom: 0;
    }
    .cart-collaterals .shop_table tr.shipping th {
        padding-bottom: 0;
    }
    .cart-collaterals .shop_table .woocommerce-shipping-methods {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .checkout-login,
    .checkout-coupon {
        width: auto;
        float: none;
        margin-bottom: 30px;
    }
    .checkout-coupon .checkout_coupon {
        padding: 0;
    }
    .form-row-first,
    .form-row-last,
    .woocommerce-checkout-2-columns .form-row-first,
    .woocommerce-checkout-2-columns .form-row-last {
        width: 100%;
    }
    form.woocommerce-checkout .form-row {
        display: block;
    }
    form.woocommerce-checkout .form-row label.screen-reader-text {
        display: none;
    }
    form.woocommerce-checkout .mc4wp-checkbox-woocommerce,
    form.woocommerce-checkout .mailchimp-newsletter,
    .woocommerce-account-fields .form-row.create-account,
    .woocommerce-shipping-fields h3 {
        padding-left: 0;
    }
    .woocommerce-checkout-review-order-table tr {
        display: block;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        display: block;
        border-bottom: 0;
    }
    .woocommerce-checkout-review-order-table tbody th {
        display: none;
    }
    .woocommerce-checkout-review-order-table tbody tr:first-child th {
        display: block;
        width: 100%;
    }
    .woocommerce-checkout-review-order-table .product-item {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
    }
    .woocommerce-checkout-review-order-table tfoot tr {
        display: flex;
        justify-content: space-between;
    }
    .woocommerce-checkout-payment {
        border-top: 0;
    }
    .woocommerce-checkout-payment > h4 {
        float: none;
        width: auto;
        margin: 0 0 30px 0;
    }
    .woocommerce-checkout-payment .payment_methods,
    .woocommerce-checkout-payment .place-order {
        margin-left: 0;
    }
    .woocommerce-checkout-payment .payment_methods {
        padding-bottom: 25px;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce-checkout-2-columns .checkout-login .woocommerce-info {
        border-right-width: 1px;
    }
    .woocommerce-checkout-2-columns .checkout-login .woocommerce-info:after {
        display: none;
    }
    .woocommerce-checkout-2-columns .checkout-coupon .woocommerce-info {
        border-left-width: 1px;
    }
    .track_order .form-row {
        display: block;
    }
    .track_order .form-row .input-text {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 40px;
        padding-bottom: 20px;
        padding-right: 0;
        overflow-y: scroll;
        border-bottom: 1px solid #e3e7e8;
    }
    .woocommerce-MyAccount-navigation::-webkit-scrollbar {
        display: none;
    }
    .woocommerce-MyAccount-navigation ul {
        white-space: nowrap;
        max-height: 30px;
    }
    .woocommerce-MyAccount-navigation li {
        display: inline-block;
        margin: 0 15px;
    }
    .woocommerce-MyAccount-navigation li:first-child {
        margin-left: 0;
    }
    .woocommerce-MyAccount-navigation .is-active a:before {
        display: none;
    }
    .woocommerce-MyAccount-content {
        width: auto;
        float: none;
    }
    .woocommerce-MyAccount-content h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .woocommerce-MyAccount-content h3.greeting {
        margin-bottom: inherit;
    }
    form.edit-account .form-row-first,
    form.edit-account .form-row-last {
        width: auto;
    }
    form.edit-account .form-row {
        display: block;
    }
    form.edit-account > .form-row > span {
        margin-left: 0;
    }
    form.edit-account .form-row-submit {
        padding-left: 0;
    }
    form.edit-account label {
        display: inline-block;
    }
    form.edit-account .input-text {
        width: 100%;
    }
    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last {
        width: auto;
    }
    .woocommerce-address-fields .form-row {
        display: block;
    }
    .woocommerce-address-fields label {
        display: inline-block;
    }
    .woocommerce-address-fields .button {
        margin-left: 0;
        width: 100%;
    }
    .woocommerce-order-pay form.login {
        width: 100%;
    }
    table.woocommerce-table--order-downloads thead,
    table.my_account_orders thead {
        display: none;
    }
    table.woocommerce-table--order-downloads tbody tr,
    table.my_account_orders tbody tr {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #e3e7e8;
    }
    table.woocommerce-table--order-downloads tbody td,
    table.my_account_orders tbody td {
        font-size: 16px;
        font-size: 1rem;
        text-align: right;
        display: block;
        border-bottom: 0;
        padding: 5px 0;
    }
    table.woocommerce-table--order-downloads tbody td:before,
    table.my_account_orders tbody td:before {
        content: attr(data-title);
        font-size: 14px;
        float: left;
        text-transform: uppercase;
        display: block;
    }
    table.woocommerce-table--order-downloads tbody .button,
    table.my_account_orders tbody .button {
        line-height: inherit;
        color: #161619;
        padding: 0;
        margin-left: 10px;
        border-bottom: 2px solid #e3e7e8;
        background: transparent;
    }
    table.woocommerce-table--order-downloads tbody .button:hover, table.woocommerce-table--order-downloads tbody .button:active, table.woocommerce-table--order-downloads tbody .button:focus,
    table.my_account_orders tbody .button:hover,
    table.my_account_orders tbody .button:active,
    table.my_account_orders tbody .button:focus {
        border-bottom-color: #161619;
    }
    .floating-cart-icon {
        right: 20px;
        bottom: 20px;
    }
    .gotop ~ .floating-cart-icon {
        right: 80px;
    }

    .woocommerce-pagination ul .page-numbers {
        min-width: 30px;
        line-height: 28px;
    }

    .woocommerce-pagination ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-add-to-cart .button {
        padding: 0px 20px;
    }

    body .share-cart-table .product-name a {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .share-cart-table .mobile-product-price {
        display: block;
    }

    .sub-categories-list-wrapper {
        overflow: auto;
        margin: 30px -20px;
    }

    .sub-categories-list-wrapper ul {
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-bottom: 10px;
        padding: 20px 20px 10px 20px;
    }
}

@media (max-width: 420px) {
    .woocommerce-pagination ul .page-numbers {
        min-width: 25px;
        line-height: 23px;
    }
}

@media (max-width: 320px) {
    .mobile-shop-buttons ul.products li.product .woocommerce-loop-product__button {
        font-size: 0;
    }
    .mobile-shop-buttons ul.products li.product .woocommerce-loop-product__button:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        opacity: 1;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwYXRoIGQ9Ik0xOSwxMGgtM1Y3YzAtMi4yMDYtMS43OTQtNC00LTRTOCw0Ljc5NCw4LDd2M0g1Yy0wLjU1LDAtMC45MDgsMC40NDEtMC43OTcsMC45NzlsMS44NzksOS4wNDJDNi4xOTQsMjAuNTU5LDYuNzM2LDIxLDcuMjg2LDIxaDkuNDI5YzAuNTUsMCwxLjA5Mi0wLjQ0MSwxLjIwMy0wLjk3OWwxLjg3OS05LjA0MkMxOS45MDgsMTAuNDQxLDE5LjU1LDEwLDE5LDEweiBNMTAsN2MwLTEuMTAzLDAuODk3LTIsMi0yczIsMC44OTcsMiwydjNoLTRWN3ogTTE2LjA4NywxOUg3LjkxM2wtMS40NTUtN2gxMS4zMTNMMTYuMDg3LDE5eiIvPjwvZz48L3N2Zz4=);
    }
    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.loading:before {
        width: 16px;
        height: 16px;
        background: none;
        margin-top: 3px;
    }
    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.added:before {
        -webkit-animation: none;
        animation: none;
    }
    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.added:after {
        display: none;
    }
    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.loading:before {
        margin-right: 0;
    }
}

.sub-categories-list {
    display: flex;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.sub-categories-list li {
    padding: 0 2px;
    margin-bottom: 0;
}

.sub-categories-list li a {
    display: block;
    font-size: 12px;
    padding: 10px 9px;
    font-weight: 500;
    border-radius: 20px;
    color: rgba(22, 22, 25, 0.8);
}

.sub-categories-list li a.active {
    background-color: #F3F3F3;
    color: #000000;
    padding: 10px 15px;
    font-weight: 500;
}

.sub-categories-list li a:hover {
    background-color: #F3F3F3;
    color: #000000;
}

.sub-categories-list li a:hover {
    color: #161619;
}

.filter-list {
    margin-left: -8px;
}

.filter-list .filter-list-item {
    padding-left: 8px;
    padding-right: 8px;
}

.filter-list .filter-list-item.top {
    font-weight: 500;
    color: #161619;
}

.filter-list .filter-list-item.top:hover {
    font-weight: 500;
    color: rgba(22, 22, 25, 0.8);
}

.filter-list .filter-list-item.sub-category {
    color: rgba(0, 0, 0, 0.5);
}

.filter-list .filter-list-item.sub-category:hover,
.filter-list .filter-list-item.sub-sub-category:hover
{
    color: #000;
}

.filter-list .filter-list-item.top.selected,
.filter-list .filter-list-item.sub-category.selected,
.filter-list .filter-list-item.sub-sub-category.selected
{
    background: #F8F8F8;
}

.filter-list .filter-list-item.sub-sub-category {
    margin-left: 15px;
}

.mfp-wrap {
    z-index: 3000;
}


/* New Catalog Styles */

body.archive ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

body.archive ul.products li.product {
    padding: 0 4px;
    margin-bottom: 64px !important;
}

body.archive ul.products.columns-3 li.product:nth-child(1),
body.archive ul.products.columns-3 li.product:nth-child(2),
body.archive ul.products.columns-3 li.product:nth-child(10),
body.archive ul.products.columns-3 li.product:nth-child(11) {
    width: 50%;
}

body.archive ul.products.columns-3 li.product:nth-child(6),
body.archive ul.products.columns-3 li.product:nth-child(12),
body.archive ul.products.columns-3 li.product.lookbook-banner {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

body.archive ul.products li.product.first {
    clear: none;
}

ul.products li.product .product-thumbnail img {
    border-radius: 0;
}

ul.products .product-inner:hover {
    box-shadow: none;
    background: none;
}

ul.products li.product .product-summary {
    position: relative;
    background: #fff;
    padding: 15px 26px 9px 9px;
}

ul.products .product-inner:hover .product-summary {
    transform: none;
}

ul.products li.product .buttons {
    position: static;
    height: 0;
    opacity: 1;
    padding: 0;
    transform: none;
}

ul.products li.product .add-to-wishlist-button {
    position: absolute;
    top: 13px;
    right: 2px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #939292;
}

ul.products li.product .add-to-wishlist-button svg {
    display: none;
}

ul.products li.product .add-to-wishlist-button .svg-icon {
    width: 16px;
    height: 16px;
    background: url("../img/heart-o.svg") center no-repeat;
}

ul.products li.product .add-to-wishlist-button.added .svg-icon {
    background: url("../img/heart.svg") center no-repeat;
}

ul.products li.product .quick_view_button {
    display: none;
}

ul.products li.product .add_to_cart_button,
ul.products li.product .product_type_variable,
ul.products li.product .buttons .product_type_simple {
    display: none;
}

ul.products li.product .product-inner .available-colors {
    display: flex !important;
    align-items: center;
    position: absolute;
    left: 13px;
    bottom: calc(100% + 11px);
    padding: 8px 9px;
    opacity: 0;
    height: 40px;
    border-radius: 46px;
    background: rgba(255, 255, 255, 0.85);
    transition: opacity 0.3s;
}

ul.products li.product .available-colors .product_color {
    position: relative;
    margin: 0 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
}

ul.products li.product .available-colors .product_color.active:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
    transform: translate(-50%, -50%);
}

.products .product .product-inner:hover .available-colors {
    opacity: 1;
}

ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 9px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.products li.product .display-sizes {
    margin-top: 9px;
}

ul.products li.product .display-sizes .out-of-stock {
    color: #939292;
}

ul.products li.product .display-sizes .add-to-waiting-list {
    float: none;
    border: none;
    line-height: inherit;
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    word-spacing: normal;
}

body.archive .woocommerce-result-count {
    display: none;
}

body.archive .woocommerce-products-header {
    margin-top: 70px;
    margin-bottom: 24px;
}

body.archive .sub-categories-list {
    margin-bottom: 24px;
}

body.archive .products-tools {
    padding: 0;
}

body.archive .products-toolbar.layout-v3 .products-filter-toggle {
    position: absolute;
    right: -230px;
    top: -57px;
}

body.archive .sub-categories-list-wrapper + .products-toolbar.layout-v3 .products-filter-toggle {
    top: -73px;
}

body.archive .products-tools .products-filter-toggle .toggle-filters {
    display: flex;
    align-items: center;
    padding: 5px 14px;
    margin-right: 0;
    border-radius: 4px;
    border: 1px solid #161619;
}

body.archive .products-tools .products-filter-toggle .toggle-filters:hover {
    background: rgba(0, 0, 0, 0.06);
}

body.archive .products-tools .products-filter-toggle .toggle-filters:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url('../img/filter-icon.svg') center no-repeat;
}

body.archive .products-toolbar.layout-v3 .products-filter-toggle .svg-icon {
    display: none;
}

body.archive .woocommerce-pagination ul li {
    margin: 0 4px;
    vertical-align: top;
}

body.archive .woocommerce-pagination ul .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    border-color: transparent;
    background: transparent;
    color: #000 !important;
    line-height: normal;
}

body.archive .woocommerce-pagination ul .page-numbers:hover {
    background: transparent;
    border-color: #F0F0F0;
}

body.archive .woocommerce-pagination ul .page-numbers.current {
    border-color: transparent;
    background: #F3F3F3;
}

body.archive .woocommerce-pagination ul .page-numbers.dots:hover {
    border-color: transparent;
    background: transparent;
}

body.archive .woocommerce-pagination ul .page-numbers.prev svg,
body.archive .woocommerce-pagination ul .page-numbers.next svg {
    display: none;
}

body.archive .woocommerce-pagination ul .page-numbers.prev .svg-icon,
body.archive .woocommerce-pagination ul .page-numbers.next .svg-icon {
    width: 19px;
    height: 20px;
    background: url('../img/pagination-prev.svg') center no-repeat;
}

body.archive .woocommerce-pagination ul .page-numbers.next .svg-icon {
    background: url('../img/pagination-next.svg') center no-repeat;
}

.filters_count {
    margin: 0 2px 0 4px;
    min-width: 14px;
    height: 14px;
    padding: 0 2px;
    border-radius: 50%;
    background: #000;

    color: #FFF;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}

@-moz-document url-prefix() {
    .filters_count {
        line-height: 13px;
    }
}


body.archive .woocommerce-breadcrumb {
    position: absolute;
    left: -999999px;
    opacity: 0;
    width: 0;
    overflow: hidden;
}

@media all and (min-width: 1441px) {
    .woocommerce-archive .konte-container {
        width: 1378px;
    }

    body.archive ul.products.columns-3 li.product:nth-child(1) .attachment-woocommerce_thumbnail,
    body.archive ul.products.columns-3 li.product:nth-child(2) .attachment-woocommerce_thumbnail,
    body.archive ul.products.columns-3 li.product:nth-child(10) .attachment-woocommerce_thumbnail,
    body.archive ul.products.columns-3 li.product:nth-child(11) .attachment-woocommerce_thumbnail,
    body.archive ul.products.columns-3 li.product:nth-child(6) .attachment-woocommerce_thumbnail,
    body.archive ul.products.columns-3 li.product:nth-child(12) .attachment-woocommerce_thumbnail {
        min-width: 680px;
    }
}

@media all and (max-width: 1919px) {
    body.archive .products-toolbar.layout-v3 .products-filter-toggle {
        right: 0;
    }

    body.archive .sub-categories-list {
        width: calc(100% - 300px);
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 1024px) {
    body.archive ul.products li.product {
        width: 50% !important;
    }

    body.archive ul.products.columns-3 li.product:nth-child(6) {
        margin-left: 0;
        margin-right: 0;
    }

    body.archive ul.products.columns-3 li.product:nth-child(5) {
        margin-left: 25%;
        margin-right: 25%;
    }

    ul.products li.product .product-summary {
        position: static;
    }

    ul.products li.product .product-inner .available-colors {
        position: static;
        opacity: 1;
        padding: 0;
        background: none;
    }

    ul.products li.product .add-to-wishlist-button {
        display: flex !important;
        top: 10px;
        right: 9px;
    }

    body.archive .woocommerce-products-header {
        margin-top: 20px;
        margin-bottom: 19px;
    }

    body.archive  .woocommerce-products-header .page-title {
        text-align: left;
        margin-bottom: 3px;
    }

    body.archive .woocommerce-result-count {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        color: #838889;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
    }

    body.archive .sub-categories-list {
        width: 100%;
    }

    body.archive .products-toolbar.layout-v3 .products-filter-toggle {
        top: -58px;
    }

    body.archive .sub-categories-list-wrapper + .products-toolbar.layout-v3 .products-filter-toggle {
        top: -117px;
    }

    body.archive .products-tools .products-filter-toggle .toggle-filters {
        padding: 4px 10px;
    }

    body.archive .site-content > .woocommerce-breadcrumb {
        display: block;
        margin: 0 25px;
        padding: 0 15px;
    }

    ul.products.swiper-wrapper li.product .product-thumbnails--slider .slick-dots {
        display: none !important;
    }

    ul.products.swiper-wrapper li.product .product-thumbnails--slider .slick-arrow {
        display: none !important;
    }

    ul.products li.product .product-thumbnails--slider .slick-dots {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        bottom: 8px;
        transform: translateX(-50%);
    }

    ul.products li.product .product-thumbnails--slider .slick-dots li {
        margin: 0 1px 0 0;
    }

    ul.products li.product .product-thumbnails--slider .slick-dots li button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        padding: 1px;
    }

    ul.products li.product .product-thumbnails--slider .slick-dots li button:before {
        width: 3px;
        height: 3px;
        padding: 0;
        background: rgba(243, 243, 243, 0.54);
    }

    ul.products li.product .product-thumbnails--slider .slick-dots li.slick-active button:before {
        background: rgba(243, 243, 243, 0.72);
        width: 5px;
        height: 5px;
    }
}

@media all and (max-width: 767px) {
    body.archive ul.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -20px;
    }

    body.archive  ul.products li.product {
        width: calc(50% - 1px) !important;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 36px !important;
    }

    body.archive ul.products.columns-3 li.product:nth-child(5),
    body.archive ul.products.columns-3 li.product:nth-child(12) {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

     ul.products.columns-3 li.product.lookbook-banner {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
    }

    ul.products li.product .product-summary {
        padding: 8px 12px;
    }

    ul.products.columns-3 li.product:nth-child(5) .product-summary {
        padding: 8px 16px;
    }

    ul.products li.product .price {
        margin-bottom: 8px;
    }

    ul.products li.product .product-inner .available-colors {
        flex-wrap: wrap;
        height: auto;
        padding: 2px 0 0;
        margin: 0 -3px 0;
    }

    ul.products li.product .available-colors .product_color {
        margin: 0 3px 6px;
        width: 14px;
        height: 14px;
    }

    ul.products li.product .available-colors .product_color.active:after {
        width: 18px;
        height: 18px;
    }

    ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 4px;
    }

    ul.products li.product .display-sizes {
        margin-top: 2px;
    }

    ul.products li.product .woocommerce-badges {
        top: 10px;
        left: 10px;
    }

    .woocommerce-archive .site-content > .woocommerce-breadcrumb {
        margin: 0 5px;
    }

    body.archive .woocommerce-products-header.layout-minimal {
        max-width: calc(100% - 135px);
        margin-top: 20px;
        margin-bottom: 19px;
    }

    body.archive .sub-categories-list-wrapper {
        margin: 0 -20px 15px;
    }

    body.archive .sub-categories-list-wrapper ul {
        justify-content: flex-start;
        padding: 0 18px 10px;
        margin: 0;
    }

    body.archive .woocommerce-pagination ul li {
        margin: 0 1px;
    }

    body.archive .woocommerce-pagination ul .page-numbers {
        min-width: 30px;
        height: 30px;
    }
}


/* Style for product page */

body.single-product .site-main {
    padding-bottom: 24px;
}

body.single-product .site-content-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

body.single-product .site {
    overflow: visible;
}

body.single-product div.product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 80px;
}

body.single-product div.product.layout-v6  .konte-child-product-gallery {
    width: 60%;
    padding-left: 0;
    margin-bottom: 0;
    float: none;
}

body.single-product div.product.layout-v6  .summary {
    position: sticky;
    top: 120px;
    width: 40%;
    padding-left: 42px;
    padding-right: 42px;
    margin-bottom: 0;
    float: none;
}

body.single-product.offcanvas-opened  div.product.layout-v6 .summary {
    z-index: 1501;
}

.product.outofstock .summary-bottom {
    position: relative;
}

.product.outofstock .free-delivery-info-block-content {
    padding-top: 0;
}

.woocommerce-product-gallery .product-image-grid,
.konte-child-product-gallery .product-image-grid {
    justify-content: space-between;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image,
.konte-child-product-gallery .woocommerce-product-gallery__image {
    width: calc(50% - 2px);
    margin-bottom: 4px;
}

.summary-top {
    display: flex;
    flex-direction: column;
}

body.single-product div.product .product_title {
    margin-top: 28px;
    margin-bottom: 5px;
    max-width: 494px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}

.summary-product-status {
    display: flex;
    flex-wrap: wrap;
}

body.single-product .sku_wrapper {
    font-size: 12px;
    line-height: 1.4;
}

body.single-product div.product .price {
    margin-top: 40px;
    margin-bottom: 40px;
    order: 1;
}

body.single-product div.product .cart {
    max-width: 467px;
}

body.single-product .tawcvs-swatches {
    display: flex;
    flex-wrap: wrap;
}


body.single-product .tawcvs-swatches .swatch-item-wrapper {
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

body.single-product .tawcvs-swatches .swatch-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    min-width: 36px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s;
    white-space: nowrap;
}

body.single-product .tawcvs-swatches .swatch-label:hover {
    border-color: #BFBFBF;
}

body.single-product .tawcvs-swatches .swatch:after {
    content: none;
}

body.single-product .tawcvs-swatches .swatch-label.selected {
    border-color: #000;
}

body.single-product .tawcvs-swatches .swatch-label.disabled {
    background: #F3F3F3;
    border-color: #F3F3F3;
    color: #939292;
    opacity: 1 !important;
}


body.single-product .tawcvs-swatches .swatch .swatch__tooltip {
    display: none;
}

body.single-product .outofstock .stock {
    color: #000;
    text-align: left;
    line-height: normal;
}

.available-colors.product-page {
    margin-bottom: 20px;
}

.available-colors.product-page .color-title {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.available-colors.product-page .product_color {
    position: relative;
    margin: 0 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
}

.available-colors.product-page .product_color.active:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
    transform: translate(-50%, -50%);
}

body.single-product .add-to-wishlist-container {
    margin-top: 0;
    margin-left: 8px;
}

body.single-product .mobile-additional-button-wrap .add-to-wishlist-container {
    display: none;
}

body.single-product div.product.layout-v6 .add-to-wishlist-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #F3F3F3;
}

body.single-product div.product.layout-v6 .add-to-wishlist-button svg {
    display: none;
}

body.single-product div.product.layout-v6 .add-to-wishlist-button .svg-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/heart-o.svg) center no-repeat;
    opacity: 0.7;
}

body.single-product div.product.layout-v6 .add-to-wishlist-button.added .svg-icon {
    background: url(../img/heart.svg) center no-repeat;
}

body.single-product .free-delivery-info-block {
    background: none;
    padding: 0;
}

body.single-product .free-delivery-info-block:after {
    content: none;
}

body.single-product table.shop_attributes {
    max-width: 444px;
}

body.single-product table.shop_attributes th {
    padding: 8px 13px 8px 0;
    margin-bottom: 124px;
}

body.single-product .linked-products-carousel {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: -60px;
    margin-right: -60px;
}

.products.related .h2,
.products.upsells .h2,
.products-from-set .h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 20px;
}

.offscreen-panel .panel-header h3, .offscreen-panel .panel-header .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
}

.offscreen-panel .panel-header {
    top: 0;
    padding: 33px 28px 33px;
    border-bottom: 1px solid #F4F4F4;
}

.size-guide-panel .panel-content {
    padding: 30px 26px;
}

.offscreen-panel .button-close {
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 10;
}

.offscreen-panel .button-close .menu-text {
    display: none;
}

.konte-size-guide .konte-tabs__nav {
    float: left;
    margin-bottom: 17px;
    border-bottom: 1px solid #F3F3F3;
}

.konte-size-guide .konte-tabs__nav li {
    margin: 0 10px;
    color: #838889;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}

.konte-size-guide .konte-tabs__nav li.active {
    color: #000;
}

.konte-size-guide .konte-tabs__nav li:first-child {
    margin-left: 0;
}

.konte-size-guide .konte-tabs__nav li:last-child {
    margin-right: 0;
}

.konte-size-guide .konte-tabs__panels {
    overflow: hidden;
    width: 100%;
}

.konte-size-guide .konte-size-guide__table {
    margin: 0;
    width: 100%;
    border: 1px solid #F3F3F3;
}

.konte-size-guide .konte-size-guide__table td,
.konte-size-guide .konte-size-guide__table th {
    text-align: center;
    border: 1px solid #F3F3F3;
    padding: 14px 8px;
}

.count_related_products {
    display: flex;
}

.product-slider-arrow-left,
.product-slider-arrow-right {
    width: 24px;
    height: 24px;

    background: url("../img/slider-arrow.svg") center no-repeat;
}

.product-slider-arrow-right {
    transform: rotate(-180deg);
    margin-left: 13px;
}

.product-slider-arrow-left.swiper-button-disabled,
.product-slider-arrow-right.swiper-button-disabled {
    opacity: 0.4;
}

body.single-product .eco-icon {
    z-index: 9;
}

.return-back-button {
    display: none;
}

.mobile-additional-button-wrap {
    display: none;
}

body.single-product div.product.layout-v6 .woocommerce-variation-add-to-cart > .add-to-wishlist-button,
body.single-product div.product.layout-v6 .cart > .add-to-wishlist-button {
    display: none;
}

.cart-panel .panel {
    width: 560px;
}

.cart-panel .panel-header {
    padding: 33px 33px 33px 36px;
}

.cart-panel .panel-content {
    padding: 30px 36px 35px;
}

.cart-panel .widget_shopping_cart_content .buttons {
    margin-bottom: 0;
}

.cart-panel .widget_shopping_cart_content .total,
.cart-panel .widget_shopping_cart_content .buttons {
    padding-top: 22px;
}

.cart-panel .widget_shopping_cart_content .total .woocs_special_price_code {
    font-weight: 500;
}

.cart-panel .widget_shopping_cart_content .buttons .button {
    line-height: 46px;
    margin-bottom: 6px;
}

.cart-panel .widget_shopping_cart_content .buttons .button:last-child {
    line-height: 48px;

}

.widget_shopping_cart_content ul.cart_list .mini_cart_item {
    margin: 0 -36px 30px;
    padding: 0 36px 30px;

    border-bottom: 1px solid #F4F4F4;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
    padding-right: 26px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary {
    padding-bottom: 24px;
}

.widget_shopping_cart_content a.remove {
    display: flex;
    align-items: center;
    right: 36px;
    top: auto;
    bottom: 30px;

    color: #838889;
    font-size: 12px;
    font-weight: 400;
}

.widget_shopping_cart_content a.remove svg {
    display: none;
}

.widget_shopping_cart_content a.remove .svg-icon {
    width: 8px;
    height: 9px;
    margin-left: 3px;
    background: url("../img/remove-product.svg") center center;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty {
    display: flex;
    align-items: center;
}

.available-colors.mini-cart {
    display: block;
    margin-top: 0;
}

.available-colors.mini-cart .product_color.active {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #B5B5B5;
}

table.cart .product-quantity .quantity,
.widget_shopping_cart_content .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    font-size: 16px;
    margin-left: 0;
    border: none;
}

.widget_shopping_cart_content .available-colors .product_color {
    margin-right: 30px !important;
}

.woocommerce .quantity .qty-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;

    border: 1px solid #F3F3F3;
    border-radius: 50%;
}

.widget_shopping_cart_content .quantity .qty {
    width: 30px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;

}

body.single-product .panel-content h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

body.single-product .panel-content p {
    color: #838889;
    font-size: 16px;
    line-height: 1.65;
}

@media all and (max-width: 1280px) {
    body.single-product .linked-products-carousel {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media all and (max-width: 1199px) {
    body.single-product div.product.layout-v6 .konte-child-product-gallery {
        width: 55%;
    }

    body.single-product div.product.layout-v6 .summary {
        width: 45%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 1023px) {
    body.single-product div.product {
        margin-bottom: 0;
    }

    body.single-product div.product.layout-v6 .konte-child-product-gallery {
        width: 100%;
    }

    body.single-product div.product.layout-v6 .summary {
        position: static;
        top: 0;
        width: 100%;
        padding: 18px 16px;
    }

    .konte-child-product-gallery .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 1;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
    }

    .konte-child-product-gallery .slick-dots li {
        margin: 0 1px;
    }

    .konte-child-product-gallery .slick-dots button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        padding: 2px;
    }

    .konte-child-product-gallery .slick-dots button:before {
        background: #929292;
        border: 1px solid #fff;
        line-height: 1;
    }

    .konte-child-product-gallery .slick-dots .slick-active button:before {
        width: 10px;
        height: 10px;
        background: #303133;
    }

    .woocommerce-product-gallery .woocommerce-product-gallery__image,
    .konte-child-product-gallery .woocommerce-product-gallery__image {
        margin-bottom: 0;
    }

    .summary-top {
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 15px;
        margin-bottom: 14px;
    }

    .summary-product-status {
        width: 100%;
        order: 2;
    }

    body.single-product div.product .product_title {
        max-width: calc(100% - 110px);
        margin-top: 0;
        margin-right: 10px;
        font-size: 14px;
        line-height: 18px;
        order: 0;
        flex: 1 1 40%;
    }

    body.single-product div.product .price {
        margin: 0;
        font-size: 18px;
        text-align: right;
        flex: 0 1 auto;
    }

    body.single-product .sku_wrapper {

    }

    body.single-product div.product .price .woocs_price_code {
        white-space: nowrap;
    }

    body.single-product div.product .price del {
        font-size: 70%;
    }

    body.single-product div.product .cart {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    body.single-product .product .cart .available-colors {
        margin-bottom: 20px;
    }

    body.single-product div.product.layout-v6 .swatches-support .variations {
        order: 1;
    }

    body.single-product .tawcvs-swatches .swatch-label {
        margin-right: 4px;
        margin-bottom: 4px;
        border-color: transparent;
    }

    body.single-product .tawcvs-swatches .swatch-label.disabled {
        background: none;
        border-color: transparent;
        color: #939292;
    }

    .mobile-additional-button-wrap {
        display: block;
        position: sticky;
        bottom: 0;
        margin-left: -16px;
        margin-right: -16px;
        padding: 20px 16px;
        border-top: 1px solid #F3F3F3;
        background: #FFF;
        margin-top: 22px;
    }

    .mobile-additional-button {
        color: #fff;
        line-height: 48px;
        border: 0;
        background: #161619;
        vertical-align: top;
        width: 100%;
    }

    body.single-product div.product .single_add_to_cart_button:not(.mobile-additional-button),
    body.single-product div.product .single_add_to_cart_button:not(.mobile-additional-button) + .add-to-waiting-container {
        display: none;
    }

    body.single-product div.product.layout-v6 .single_variation_wrap .quantity-container {
        margin-bottom: 0;
    }

    body.single-product .tawcvs-swatches {
        margin-bottom: 0;
    }

    body.single-product table.shop_attributes tr {
        display: block;
    }

    body.single-product table.shop_attributes th {
        display: block;
        margin-bottom: 0;
        width: 100%;
        padding: 0 0 4px;
        font-size: 13px;
        line-height: 17px;
    }

    body.single-product table.shop_attributes td {
        display: block;
        width: 100%;
        padding: 0 0 18px;
        font-size: 13px;
        line-height: 16.5px;
    }

    body.single-product .add-to-wishlist-container {
        margin-left: 0;
    }

    .product.outofstock .mobile-additional-button-wrap {
        display: none;
    }
}

@media all and (max-width: 991px) {
    body.single-product ul.products li.product {
        margin-bottom: 0 !important;
    }

    .products.related .h2,
    .products.upsells .h2,
    .products-from-set .h2 {
        font-size: 15px;
        font-weight: 400;
        margin: 10px 16px 0;
        line-height: 2.56;
    }

    body.single-product .linked-products-carousel {
        padding: 0;
        margin: 0;
    }

    .count_related_products {
        display: none;
    }

    .return-back-button {
        display: block;
        position: absolute;
        z-index: 1;
        left: 14px;
        top: 9px;
        width: 28px;
        height: 28px;
        background: url(../img/slider-arrow.svg) center no-repeat;
    }

    .return-back-button:hover {
        opacity: 0.7;
    }

    body.single-product div.product.layout-v6 .add-to-wishlist-button {
        background: none;
        border: none;
        top: -2px;
        right: 2px;
    }

    .product.outofstock .free-delivery-info-block-content {
        padding-top: 0;
    }

    .product.outofstock .summary-bottom {
        position: static;
    }
}

@media all and (max-width: 767px) {
    .summary-bottom {
        padding-top: 5px;
        position: relative;
    }

    .offscreen-panel .panel-header {
        padding: 21px 20px;
    }

    .konte-size-guide .konte-tabs__nav li {
        font-size: 14px;
    }

    .offscreen-panel .button-close {
        right: 25px;
        top: 24px;
    }

    .cart-panel .panel {
        width: 100% !important;
    }

    .cart-panel .panel-content {
        padding: 25px 16px 16px;
    }

    .cart-panel .widget_shopping_cart_content .buttons .button {
        line-height: 42px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-panel .widget_shopping_cart_content .buttons .button:last-child {
        line-height: 44px;
    }

    .widget_shopping_cart_content ul.cart_list .mini_cart_item {
        margin: 0 -16px 25px;
        padding: 0 16px 25px;
    }

    .available-colors.mini-cart .product_color.active {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }

    .woocommerce div.product.layout-v6 .variations .product-size-guide {
        position: absolute;
        right: 0;
        top: -30px;
    }
}
