.sidebar.shop-sidebar h3.widget-title {
    padding: 0;
}

.filter-category li {
    line-height: 1.5;
}

.filter-category ul {
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.filter-category li ul {
    display: none;
    background: rgba(0, 0, 0, 0.05);
}

.filter-category li.active > ul {
    display: block;
}

.position-relative {
    position: relative;
}

.search-box {
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 6px; */
}

.search-box input {
    width: 177px;
    height: 40px;
}

@media (min-width: 768px) {
    .search-box input:focus {
        width: 500px;
    }
}

a.btn-cart {
    line-height: 45px;
    padding: 0px;
}

a.btn-cart .p-icon-cart-solid {
    top: -3px;
}

.product.product-mini .product-quantity::after {
    content: unset !important;
}

.product.product-mini .product-detail {
    width: 55%;
}

.product.product-mini .product-detail .price-box {
    display: block;
}

.product.product-mini .product-detail .price-box .product-price {
    float: right;
}

.product-single .product-price.product-price-none {
    font-size: 1.5em;
    color: #f12a57;
}

.product-single .product-price {
    line-height: 0.8em;
}

.product-price small {
    font-size: 0.3em;
    color: #fff;
    background: #f12a57;
    padding: 5px 10px;
    border-radius: 4px;
}

.cart-dropdown .cart-total {
    display: block;
    clear: both;
}

.cart-dropdown .cart-total label {
    float: left;
}

.cart-dropdown .cart-total .price {
    float: right;
}

.cart-dropdown .cart-total hr {
    clear: both;
    border: 0px;
    margin: 0px;
}

.cart-dropdown .cart-action {
    clear: both;
    padding-top: 15px;
}

/**
* SHOP STYLE
*/

@charset "UTF-8";
.woocommerce-info.alert-btn .btn-close, .woocommerce-message.alert-btn .btn-close {
    top: 2.8rem;
    right:2rem
}

.woocommerce-info.alert-icon .btn-close, .woocommerce-message.alert-icon .btn-close {
    top: 2.8rem;
    right:2rem
}

.woocommerce .woocommerce-message a.restore-item {
    color:var(--alpha-primary-color, #ff9c28)
}

@media (max-width: 767px) {
    .woocommerce-info.alert-btn a, .woocommerce-message.alert-btn a {
        padding-left: 1rem;
        padding-right:1rem
    }
}

mark {
    color: inherit;
    background:none
}

.input-text::placeholder {
    color:inherit
}

.select2-container {
    margin-bottom:0.4rem
}

.select2-results__option {
    padding:6px 18px
}

@media (min-width: 576px) {
    p.form-row-first, p.form-row-last {
        width:50%
    }

    form.woocommerce-checkout .login .form-row-first {
        padding-right:10px
    }

    form.woocommerce-checkout .login .form-row-last {
        padding-left:10px
    }
}

.lost_reset_password .form-row {
    width:100%
}

.cart-title, .woocommerce-checkout h3, .woocommerce-order-details__title, .yith-wcwl-share-title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 0.95;
    text-transform:capitalize
}

.wc_payment_methods, .woocommerce-error, .woocommerce-MyAccount-navigation > ul, .woocommerce-shipping-methods, ul.shop_table {
    padding: 0;
    margin: 0;
    list-style:none
}

.wc_payment_methods .payment_box p {
    margin-bottom:0
}

.cart-information, .payment-box, .woocommerce-checkout-review-order {
    padding: 3rem;
    border: 1px solid #e0dedf;
    line-height:2
}

@media (max-width: 479px) {
    .cart-information, .payment-box, .woocommerce-checkout-review-order {
        padding:3rem 2rem
    }
}

.woocommerce-checkout-review-order, .woocommerce-shipping-fields {
    margin-bottom:3rem
}

.shop_table ul > li, .woocommerce-checkout-review-order ul > li {
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom:1.8rem
}

.shop_table ul > li:last-child, .woocommerce-checkout-review-order ul > li:last-child {
    padding-bottom:0
}

.shop_table ul, .woocommerce-checkout-review-order ul {
    padding-top: 5px;
    padding-bottom:5px
}

.shop_table dl, .woocommerce-checkout-review-order dl {
    margin-top: 0.5rem;
    margin-bottom:0
}

.shop_table dd:last-child, .woocommerce-checkout-review-order dd:last-child {
    margin-bottom:0
}

.woo-page-header {
    padding-top: 3rem;
    border-top:1px solid #e0dedf
}

.woo-page-header .breadcrumb {
    justify-content: center;
    padding: 3rem 0;
    font-family: var(--alpha-body-font-family);
    font-size: 2.8rem;
    color:var(--alpha-dark-color, #333)
}

.woo-page-header .breadcrumb a {
    opacity:1
}

.woo-page-header .breadcrumb a:focus, .woo-page-header .breadcrumb a:hover {
    color:var(--alpha-primary-color, #ff9c28)
}

.woo-page-header .current a {
    color:var(--alpha-primary-color, #ff9c28)
}

.woo-page-header .current + li {
    color:var(--alpha-dark-color, #333)
}

.woo-page-header .current .delimiter {
    color:var(--alpha-body-color, #777)
}

.woo-page-header .disable {
    color: var(--alpha-body-color, #777);
    pointer-events:none
}

.woo-page-header .delimiter {
    margin: 0 1.5rem 0 2.5rem;
    opacity: 1;
    font-family: "panda";
    font-size: 0.7em;
    color:#999
}

.woo-page-header .delimiter:before {
    content: ""
}

@media (max-width: 767px) {
    .woo-page-header .breadcrumb {
        line-height:1.5
    }
}

@media (max-width: 479px) {
    .woo-page-header .breadcrumb {
        font-size:2.4rem
    }
}

.shop_table {
    margin-bottom: 0;
    text-align: left;
    border-collapse:separate
}

.shop_table td, .shop_table th {
    padding: 1rem 0 0.5rem;
    border-top: 1px solid #e0dedf;
    border-bottom: none;
    vertical-align:middle
}

.shop_table > tbody {
    border-bottom:1px solid #e0dedf
}

.shop_table thead th {
    padding: 0 0 1.4rem;
    border-top: 0;
    color: var(--alpha-dark-color, #333);
    font-size: 2.2rem;
    font-weight: 300;
    line-height:1
}

.shop_table thead th:last-child {
    padding-right:1rem
}

.shop_table .product-thumbnail {
    position: relative;
    margin: auto;
    width: 10rem;
    max-width:10rem
}

.shop_table .product-price {
    color: var(--alpha-dark-color, #333);
    white-space:nowrap
}

.shop_table .product-price del {
    color:#aaa
}

.shop_table .product-quantity .quantity-wrapper {
    width:100%
}

.shop_table .product-stock-status {
    font-size: 2.2rem;
    white-space:nowrap
}

.shop_table .product-name h3 {
    font-size:1.4rem
}

.product-name {
    font-size: 1.4rem !important;
}

.shop_table .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    z-index: 3;
    background: #fff;
    color: #aeaeae;
    border: 1px solid #e0dedf;
    font-size: 1.6rem;
    line-height: 13px;
    text-align: center;
    border-radius:50%
}

.shop_table .remove:hover {
    color:var(--alpha-primary-color, #ff9c28)
}

.shop_table .btn-link + .btn-link {
    margin-left:0.5rem
}

.shop_table a.product-thumbnail {
    display: inline-block;
    vertical-align:middle
}

.shop_table .quantity-wrapper label {
    display:none
}

.shop_table dl.variation dt {
    float: left;
    margin-right:5px
}

.shop_table dl.variation dd p {
    margin-bottom:0
}

.cart-information tbody, .woocommerce-cart-form__contents tbody {
    border-bottom:0
}

.cart_totals .woocommerce-shipping-totals th, .select2-selection__arrow b, .shop_table .product-quantity .label {
    display:none
}

.shipping-calculator-form select {
    padding: 0 1.8rem;
    max-width: 100%;
    min-height: 5.1rem;
    color: var(--alpha-body-color, #777);
    border-color:#e3e3e3
}

.woocommerce-cart-form__contents {
    padding-top: 1.9rem
}

.woocommerce-cart-form__contents td, .woocommerce-cart-form__contents th {
    padding-top: 2rem;
    padding-bottom:2rem
}

.woocommerce-cart-form__contents td {
    padding-right:2rem
}

.woocommerce-cart-form__contents .product-thumbnail {
    width: 9rem;
    max-width:9rem
}

.woocommerce-cart-form__contents th.product-thumbnail {
    width:13.7%
}

.woocommerce-cart-form__contents th.product-price {
    width:20.2%
}

.woocommerce-cart-form__contents th.product-quantity {
    width:20.6%
}

.woocommerce-cart-form__contents th.product-subtotal {
    width:14.1%
}

.woocommerce-cart-form__contents td.product-price {
    font-weight: 400;
    font-size: 1.8rem;
    color:var(--alpha-body-color, #777)
}

.woocommerce-cart-form__contents .quantity {
    max-width:12rem
}

.woocommerce-cart-form__contents td.product-subtotal {
    font-weight: 400;
    font-size: 1.8rem;
    color:var(--alpha-dim-color, #54524d)
}

.woocommerce-cart-form__contents td.product-close {
    padding: 0;
    width:2.3rem
}

@media (max-width: 991px) {
    .woocommerce-cart-form {
        margin-bottom:2rem
    }
}

@media (max-width: 767px) {
    .woocommerce-cart-form tbody {
        display:block
    }

    .woocommerce-cart-form td, .woocommerce-cart-form tr {
        display:block
    }

    .woocommerce-cart-form td.actions {
        border-top:none
    }

    .woocommerce-cart-form .cart_item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4rem 2rem 2.5rem;
        border: 1px solid #e1e1e1;
        text-align:center
    }

    .woocommerce-cart-form .cart_item td {
        border: none;
        padding: 0;
        margin-bottom: 1rem;
        text-align:center
    }

    .woocommerce-cart-form .cart_item + .cart_item {
        border-top:none
    }

    .woocommerce-cart-form .cart_item .product-remove {
        position: absolute;
        right: 15px;
        top:15px
    }

    .woocommerce-cart-form__contents thead {
        display:none
    }

    .woocommerce-cart-form__contents .remove {
        position: absolute;
        top: 20px;
        right:20px
    }
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom:1.1rem
}

.cart_totals .woocommerce-shipping-methods label {
    font-size: 1.6rem;
    color:var(--alpha-body-color, #777)
}

.cart_totals .woocommerce-shipping-methods input[type=radio] + label {
    padding-left:2.7rem
}

.cart_totals .woocommerce-shipping-methods input[type=radio] + label:before {
    top: 50%;
    transform: translateY(-50%);
    left:0
}

.cart_totals .woocommerce-shipping-methods input[type=radio] + label:after {
    top: 50%;
    transform: translateY(-50%);
    left:5px
}

.select2-container--default .select2-selection--single {
    padding: 10.5px;
    height: auto;
    min-height: 5.1rem;
    color: var(--alpha-dim-color, #54524d);
    border-color: #e0dedf;
    background: #fff;
    font-size: 1.4rem;
    border-radius:0
}

.shipping .select2-container--default .select2-selection--single {
    background:#fff
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:var(--alpha-dim-color, #54524d)
}

.select2-dropdown {
    border-color:#e5e5e5
}

.select2-selection__arrow:before {
    content: "";
    position: relative;
    right: 12px;
    font-family: "panda";
    font-size: 1.4rem;
    font-weight: 400;
    line-height:46px
}

.shipping input.input-text {
    padding: 0.95rem 1.8rem;
    background: #fff;
    color: var(--alpha-body-color, #777);
    letter-spacing:0
}

.cart-subtotal > th, .shipping > th, .shop_table tfoot th {
    font-weight:inherit
}

.cart-subtotal td, .cart-subtotal th {
    border-top: 0;
    font-size: 1.6rem;
    color:var(--alpha-dark-color, #333)
}

.cart-subtotal td {
    padding-top: 0.9rem;
    padding-bottom:1.5rem
}

.cart-subtotal .woocommerce-Price-amount {
    font-size: 2rem;
    font-weight: 400;
    color:var(--alpha-body-color, #777)
}

.cart-information .woocommerce-shipping-totals td {
    padding:1.8rem 0 2rem
}

.cart-subtotal td, .cart_item > .product-total, .order-total td, .woocommerce-checkout-review-order-table [type=hidden] + label {
    text-align:right
}

.woocommerce-checkout-review-order-table {
    border-collapse:collapse
}

.woocommerce-checkout-review-order-table .cart_item td:last-child {
    display:block
}

.woocommerce-checkout-review-order-table .cart_item > .product-name {
    color:var(--alpha-body-color, #777)
}

.checkout-button {
    width: 100%;
    padding:1.179em 5px
}

#cart_coupon_box h5 {
    font-size: 2.6rem;
    line-height:1.4
}

#cart_coupon_box input.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius:0
}

.form-coupon {
    padding:0
}

.form-coupon .button {
    padding: 1.4rem 2.85rem;
    border-width: 1px;
    border-radius:0
}

.form-coupon .input-text {
    flex: 1;
    padding: 1.4rem 1.6rem 1.2rem;
    line-height: 1;
    letter-spacing: 0.025em;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    color:#999
}

.form-coupon .input-text:focus {
    border: 0;
    border-bottom:1px solid #222
}

.woocommerce .alert-info a:not(.btn), .woocommerce .alert-info i {
    color:var(--alpha-primary-color, #ff9c28)
}

.cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap
}

.cart-actions .continue-shopping i {
    font-size:1.9rem
}

.cart-information .cart-title {
    padding-bottom: 2.5rem;
    border-bottom:1px solid #e0dedf
}

.cart-information .woocommerce-shipping-totals h4, .cart-information th {
    margin-bottom: 0;
    padding-top: 0.9rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    color:var(--alpha-dim-color, #54524d)
}

.cart-information p {
    font-family:var(--alpha-body-font-family)
}

.woocommerce-shipping-calculator {
    margin-top:1.5rem
}

.woocommerce-shipping-calculator .form-row-wide {
    margin-bottom:2rem
}

.woocommerce-shipping-destination {
    font-size: 1.8rem;
    line-height:1.6667
}

.woocommerce-shipping-destination strong {
    font-weight: 300;
    color:var(--alpha-dim-color, #54524d)
}

.wc-proceed-to-checkout .button, .woocommerce-checkout-review-order .button {
    border-color: var(--alpha-dim-color, #54524d);
    background-color:var(--alpha-dim-color, #54524d)
}

.wc-proceed-to-checkout .button:focus, .wc-proceed-to-checkout .button:hover, .woocommerce-checkout-review-order .button:focus, .woocommerce-checkout-review-order .button:hover {
    border-color: #666;
    background-color:#666
}

.shipping-calculator-form {
    display:block !important
}

.shipping-calculator-form .button {
    padding: 1.15rem 2.2rem;
    border-radius: 0;
    border-width:1px
}

.cart-empty-page i.cart-empty {
    display: block;
    margin-bottom: 3rem;
    font-size: 9rem;
    color:#d3d3d4
}

.cart-empty-page .woocommerce-info {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    color:#777
}

.cart-empty-page .return-to-shop {
    margin:0
}

.cart-empty-page .return-to-shop .button {
    width:20rem
}

.cross-sells {
    margin-top:4rem
}

.cross-sells h2 {
    font-size:2rem
}

.wishlist-title h2 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1rem;
    text-transform:capitalize
}

.wishlist-title .show-title-form {
    vertical-align:middle
}

.hidden-title-form .btn, .hidden-title-form input, .wishlist-title .btn, .wishlist-title input {
    margin: 1rem 1rem 1rem 0;
    vertical-align:middle
}

.wishlist-title-with-form h2:hover {
    text-decoration:underline
}

.hidden-title-form .form-control {
    display: inline-block;
    width: auto;
    max-width:100%
}

.yes-js #yith-wcwl-form .hidden-title-form {
    display:none
}

.yith-wcwl-share {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom:3.5rem
}

.yith-wcwl-share .use-hover.social-icon:not(:hover) {
    color:#999
}

.yith-wcwl-share-title {
    margin: 0 2rem 0 0;
    font-size: 2.2rem;
    text-transform:none
}

ul.shop_table {
    border: 1px solid #e5e5e5;
    text-align:center
}

ul.shop_table .product-thumbnail {
    margin-bottom:1rem
}

ul.shop_table li {
    position: relative;
    padding:4rem 0
}

ul.shop_table > li:not(:first-child) {
    border-top:1px solid #e5e5e5
}

ul.shop_table .product-remove {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size:1.7rem
}

ul.shop_table .product-remove a {
    padding:0.5rem
}

ul.shop_table td {
    border-top: 0;
    width:50%
}

ul.shop_table .wishlist-empty {
    margin-top:2rem
}

ul.shop_table.mobile .remove {
    position: absolute;
    right: -9px;
    top:-9px
}

ul.shop_table.mobile .item-details {
    margin-top:2rem
}

ul.shop_table.mobile .btn-quickview {
    margin-top:1rem
}

ul.shop_table.mobile .add_to_cart {
    margin-bottom:0
}

.shop_table.wishlist_view.mobile tr {
    display: flex;
    justify-content:center
}

.shop_table.wishlist_view.mobile td {
    width:auto
}

.shop_table.wishlist_view.mobile table {
    margin-bottom:0
}

.yith-wcwl-after-share-section {
    margin-left:15px
}

.wishlist_table {
    border-collapse:collapse
}

.wishlist_table td > * {
    margin-right:1rem
}

.wishlist_table td > :last-child {
    margin-right:0
}

.wishlist_table th.product-price {
    width:17%
}

.wishlist_table th.product-stock-status {
    width:17%
}

.wishlist_table th.product-add-to-cart {
    width:30.5%
}

.wishlist_table td.product-thumbnail {
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 12rem;
    width: 12rem;
    padding-right:2rem
}

.wishlist_table .thead th {
    text-transform:capitalize
}

.wishlist_table .product-name {
    max-width: 16rem;
    margin-left: auto;
    margin-right:auto
}

.wishlist_table .product-name a {
    color:var(--alpha-dim-color, #54524d)
}

.wishlist_table .product-name a:focus, .wishlist_table .product-name a:hover {
    color: var(--alpha-primary-color, #ff9c28);
    text-decoration:none
}

.wishlist_table .product-price {
    font-size: 2.2rem;
    color:var(--alpha-dim-color, #54524d)
}

.wishlist_table .product-price del {
    font-weight:300
}

.wishlist_table .product-price .amount {
    font-weight:400
}

.wishlist_table .product-price > * {
    margin-right:0
}

.wishlist_table .wishlist-empty {
    border-bottom:0
}

.wishlist_table .wishlist-empty tr:first-child td {
    padding:20px 0 0
}

.wishlist_table .wishlist-empty td {
    padding: 20px 0;
    text-align: center;
    border:0
}

.wishlist_table .wishlist-empty .button {
    margin-top: 1rem;
    width:20rem
}

.wishlist_table .wishlist-empty .empty-icon {
    font-size: 100px;
    color:#d3d3d4
}

.wishlist_table .wishlist-empty tr:last-child td {
    padding:0
}

.wishlist_table .product-remove {
    width:2.3rem
}

.wishlist_table .btn, .wishlist_table button.btn {
    padding:1.35rem 3.25rem
}

.yith-wcwl-form.wishlist-fragment .blockMsg {
    width:20% !important
}

.yith-wcwl-form.wishlist-fragment .blockMsg h1 {
    margin-bottom: 0;
    padding: 20px 0;
    font-size:24px
}

@media (min-width: 992px) {
    .wishlist-title:not(:hover) .show-title-form {
        opacity:0
    }
}

@media (max-width: 767px) {
    .wishlist_table .product-name {
        max-width: none;
        padding:0 1rem
    }

    .wishlist_table li .product-add-to-cart {
        margin-top:0
    }

    .yith_wcwl_wishlist_footer .social-icon {
        margin:3px 10px
    }

    .wishlist-fragment .woocommerce-message {
        display: flex;
        align-items:center
    }

    .wishlist-fragment .woocommerce-message .btn-success {
        display: block;
        overflow: hidden;
        text-indent: -9999rem;
        font-size:1.6rem
    }

    .wishlist-fragment .woocommerce-message .btn-success:before {
        content: "";
        width: 100%;
        top: 2px;
        float: left;
        text-indent: 0;
        font-family: "panda"
    }
}

@media (max-width: 479px) {
    .yith-wcwl-share {
        display: block;
        margin-top: 2.5rem;
        text-align:center
    }

    .yith-wcwl-share-title {
        margin:0 0 1rem
    }
}

.woocommerce-account .page-content .lost_password {
    margin-left:0
}

.woocommerce-account .page-wrapper .main {
    padding-top:4.2rem
}

.woocommerce-MyAccount-navigation-link {
    border-bottom:1px solid #e0dedf
}

.woocommerce-MyAccount-navigation-link > a {
    display: block;
    padding: 1.2rem 0;
    color: var(--alpha-dark-color, #333);
    font-size:1.6rem
}

.woocommerce-MyAccount-navigation-link > a.active, .woocommerce-MyAccount-navigation-link > a:hover {
    color:var(--alpha-primary-color, #ff9c28)
}

.woocommerce-MyAccount-navigation-link.is-active > a {
    color:var(--alpha-primary-color, #ff9c28)
}

.customer-details p, .woocommerce-MyAccount-content p {
    line-height:1.8
}

.woocommerce-MyAccount-content .woocommerce-info .button {
    margin-right:2rem
}

.woocommerce-MyAccount-content .woocommerce-info .button.btn-link {
    border:0
}

.woocommerce-MyAccount-content .myaccount-content {
    padding-top:5px
}

.woocommerce-MyAccount-content-caption .icon-box-icon {
    font-size: 2.5rem;
    color:var(--alpha-body-color, #777)
}

.woocommerce-MyAccount-content-caption .icon-box-title {
    font-size: 2rem;
    line-height:1
}

.myaccount-content .greeting {
    font-size:1.6rem
}

.myaccount-content .greeting strong {
    color:var(--alpha-dim-color, #54524d)
}

.myaccount-content .icon-box {
    padding: 4rem 2rem;
    border: 1px solid #e0dedf;
    transition:all 0.4s
}

.myaccount-content .icon-box .icon-box-icon {
    font-size: 6rem;
    font-weight: normal;
    color: var(--alpha-dim-color, #54524d);
    margin-bottom: 1.4rem;
    line-height: 1;
    transition:transform 0.4s, color 0.4s
}

.myaccount-content .icon-box .icon-box-icon:before {
    font-family: "panda"
}

.myaccount-content .icon-box .icon-box-icon p {
    transition:color 0.4s
}

.myaccount-content .icon-box:hover {
    box-shadow:1px 1px 10px rgba(0, 0, 0, 0.1)
}

.myaccount-content .icon-box:hover .icon-box-icon {
    transform: scale(1.1);
    color:var(--alpha-primary-color, #ff9c28)
}

.myaccount-content .icon-box:hover p {
    color:var(--alpha-primary-color, #ff9c28)
}

@media (min-width: 992px) {
    .woocommerce-MyAccount-navigation {
        flex: 0 0 31rem;
        max-width:31rem
    }

    .woocommerce-MyAccount-content {
        flex-basis: calc(100% - 31rem);
        max-width:calc(100% - 31rem)
    }
}

.woocommerce-orders-table {
    border-bottom:1px solid #e0dedf
}

.woocommerce-orders-table thead th {
    padding:0.7rem 1rem
}

.woocommerce-orders-table th.woocommerce-orders-table__header-order-number {
    width:20.86%
}

.woocommerce-orders-table th.woocommerce-orders-table__header-order-date {
    width:20.21%
}

.woocommerce-orders-table th.woocommerce-orders-table__header-order-status {
    width:20%
}

.woocommerce-orders-table th.woocommerce-orders-table__header-order-total {
    width:25.48%
}

.woocommerce-orders-table td {
    padding:2.1rem 1rem
}

.woocommerce-orders-table td a:not(.btn) {
    color:var(--alpha-body-color, #777)
}

.woocommerce-orders-table td a:not(.btn):hover {
    color:var(--alpha-primary-color, #ff9c28)
}

.woocommerce-Address .woocommerce-column__title, .woocommerce-Address h3, .woocommerce-customer-details .woocommerce-column__title, .woocommerce-customer-details h3 {
    margin-bottom: 1.7rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: capitalize;
    border-bottom:1px solid #e5e5e5
}

.woocommerce-Address address, .woocommerce-customer-details address {
    line-height:2.15
}

.woocommerce-customer-details address .woocommerce-customer-details--phone {
    margin-bottom:3rem
}

.woocommerce-customer-details address p {
    font-family:inherit
}

.woocommerce-customer-details > address {
    margin-bottom: 3rem;
    padding-bottom: 4rem;
    border-bottom:1px solid #e1e1e1
}

.address-table td, .address-table th {
    padding: 0.4rem 0;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6;
    border:0
}

.address-table th {
    width: 10rem;
    color:#999
}

.address-table td {
    color:var(--alpha-dark-color, #333)
}

.woocommerce-edit_address-form h3 {
    font-size:1.5rem
}

.edit-account .woocommerce-form-row em {
    font-style: normal;
    font-size:smaller
}

.edit-account fieldset {
    margin: 4rem 1rem 2rem;
    padding:1rem 0
}

.edit-account legend {
    color: var(--alpha-dark-color, #333);
    font-size: 1.8rem;
    letter-spacing:-0.025em
}

.edit-account .wp-editor-wrap {
    border:0
}

.page-content .lost_password {
    margin-left:2rem
}

.checkout_coupon {
    margin-bottom:2rem
}

.checkout_coupon .form-coupon {
    height:auto
}

.checkout_coupon .form-coupon .button {
    margin-left:2rem
}

.woocommerce-shipping-fields {
    margin-bottom:8rem
}

.woocommerce-account-fields {
    margin-bottom:3.6rem
}

.woocommerce-billing-fields, .woocommerce-shipping-fields {
    margin-bottom:1rem
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    margin-bottom: 0.8rem;
    font-size: 2.6rem;
    line-height: 1.1;
    text-transform:capitalize
}

.woocommerce-billing-fields #billing_address_1_field, .woocommerce-shipping-fields #billing_address_1_field {
    margin-bottom:3rem
}

.woocommerce-billing-fields #shipping_address_1_field, .woocommerce-shipping-fields #shipping_address_1_field {
    margin-bottom:3rem
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row {
    margin-bottom:2.5rem
}

.woocommerce-billing-fields .form-row .input-text, .woocommerce-shipping-fields .form-row .input-text {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    letter-spacing:0
}

.woocommerce-shipping-fields h3 {
    color: var(--alpha-dim-color, #54524d);
    font-size: 1.6rem;
    text-transform:none
}

.woocommerce-account-fields {
    margin-bottom:2.2rem
}

.woocommerce-additional-fields h3, .woocommerce-billing-fields h3 {
    margin-bottom:1.8rem
}

.checkout .woocommerce-additional-fields h3 {
    margin-top:7rem
}

.woocommerce-additional-fields h3 {
    margin-bottom: 0.8rem;
    font-size: 2.6rem;
    line-height: 1.1;
    text-transform:capitalize
}

.woocommerce-additional-fields .optional {
    text-transform:none
}

.woocommerce-additional-fields .form-row textarea {
    padding: 1.5rem 2.2rem;
    min-height:15rem
}

.woocommerce-checkout-review-order #order_review_heading {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom:1px solid #e0dedf
}

.woocommerce-checkout-review-order .cart_item:first-child td {
    border-top:0
}

.woocommerce-checkout-review-order thead th {
    padding-top: 0;
    padding-bottom: 0.8rem;
    font-size: 2rem;
    line-height:1
}

.woocommerce-checkout-review-order thead .product-total {
    text-indent:-9999px
}

.woocommerce-checkout-review-order td, .woocommerce-checkout-review-order th {
    padding: 0.5rem 0 0;
    border-top:none
}

.woocommerce-checkout-review-order .cart_item:last-child td, .woocommerce-checkout-review-order .cart_item:last-child th {
    padding-bottom:1.7rem
}

.woocommerce-checkout-review-order .product-total {
    font-size: 1.8rem;
    font-weight:400
}

.woocommerce-checkout-review-order .cart-subtotal th, .woocommerce-checkout-review-order .order-total th, .woocommerce-checkout-review-order h4 {
    font-size: 2rem;
    color: var(--alpha-dim-color, #54524d);
    line-height:1
}

.woocommerce-checkout-review-order .cart-subtotal td, .woocommerce-checkout-review-order .cart-subtotal th {
    padding: 2rem 0 1.3rem;
    border-bottom:1px solid #e0dedf
}

.woocommerce-checkout-review-order .cart-subtotal .woocommerce-Price-amount {
    font-size: 2rem;
    font-weight: 400;
    color:var(--alpha-body-color, #777)
}

.woocommerce-checkout-review-order .order-total td, .woocommerce-checkout-review-order .order-total th {
    padding:1.5rem 0
}

.woocommerce-checkout-review-order .order-total .woocommerce-Price-amount {
    font-size: 2.2rem;
    font-weight: 400;
    color:var(--alpha-dark-color, #333)
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals h4 {
    margin-bottom: 1.5rem;
    line-height:0.9
}

.woocommerce-checkout-review-order .product-name strong {
    font-weight:inherit
}

.woocommerce-checkout-review-order .place-order .button {
    padding:1.179em 5px
}

.woocommerce-shipping-totals td {
    padding:3rem 0 2rem
}

.woocommerce-shipping-totals ul {
    padding-top: 8px;
    padding-bottom:8px
}

.woocommerce-checkout-payment {
    padding-top: 3rem;
    color:var(--alpha-body-color, #777)
}

.woocommerce-checkout-payment .wc_payment_methods {
    padding-bottom: 2.5rem;
    border-bottom:1px solid #e1e1e1
}

.woocommerce-checkout-payment .wc_payment_methods li {
    padding-bottom:2.2rem
}

.order-total {
    color:var(--alpha-dim-color, #54524d)
}

.order-total td, .order-total th {
    padding: 1.8rem 0 1.3rem;
    font-weight: 300;
    border-bottom:1px solid #e0dedf
}

.order-total strong {
    font-size: 2.2rem;
    font-weight: 400;
    color:var(--alpha-dark-color, #333)
}

.shipping + .order-total td, .shipping + .order-total th {
    border-top:1px solid #e0dedf
}

.woocommerce-privacy-policy-text p {
    padding-top: 2.3rem;
    margin-bottom: 2.2rem;
    font-size: 1.3rem;
    font-family: var(--alpha-body-font-family, "sans-serif");
    line-height: 1.85;
    letter-spacing:0.01em
}

.woocommerce-terms-and-conditions-wrapper .custom-input .woocommerce-terms-and-conditions-checkbox-text {
    line-height:1.4
}

.woocommerce-terms-and-conditions-wrapper .custom-input .woocommerce-terms-and-conditions-checkbox-text:before {
    top: auto;
    transform:none
}

.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
    margin-bottom:0.8rem
}

.woocommerce-form-coupon-toggle .showcoupon, .woocommerce-form-coupon-toggle .showlogin, .woocommerce-form-login-toggle .showcoupon, .woocommerce-form-login-toggle .showlogin {
    color: var(--alpha-primary-color, #ff9c28);
    text-transform:uppercase
}

.woocommerce-form-coupon-toggle {
    margin-bottom:2.5rem
}

.woocommerce-form-login-toggle + .woocommerce-form-login {
    padding:1rem 0
}

.woocommerce-form-login-toggle + .woocommerce-form-login .button {
    font-size: 1.4rem;
    padding: 0.929em 1.934em;
    background-color: #fff;
    border: 1px solid var(--alpha-dim-color, #54524d);
    color:var(--alpha-dim-color, #54524d)
}

.woocommerce-form-login-toggle + .woocommerce-form-login .button:hover {
    color: #fff;
    border-color: var(--alpha-dim-color, #54524d);
    background-color:var(--alpha-dim-color, #54524d)
}

.woocommerce-form-login-toggle + .woocommerce-form-login label, .woocommerce-form-login-toggle + .woocommerce-form-login p:not(.lost-password) {
    color: var(--alpha-body-color, #777);
    font-size:1.6rem
}

.woocommerce-form-login-toggle + .woocommerce-form-login .form-footer {
    justify-content:flex-start
}

.woocommerce-form-login-toggle + .woocommerce-form-login .form-footer .lost_password {
    font-size: 1.4rem;
    color:var(--alpha-primary-color, #ff9c28)
}

.woocommerce-form-login-toggle + .woocommerce-form-login .form-footer .lost_password:hover {
    color:var(--alpha-dark-color, #333)
}

.woocommerce-form-login-toggle + .woocommerce-form-login .form-footer .lost_password a {
    color:inherit
}

.cart_item > .product-name {
    padding-right: 3rem;
    color: var(--alpha-dim-color, #54524d);
    font-size:1.6rem
}

.wc_payment_method label {
    position: relative;
    cursor:pointer
}

.payment_box {
    padding-top: 0.7rem;
    padding-left: 2.9rem;
    letter-spacing:-0.025em
}

.payment_box p {
    font-family: var(--alpha-body-font-family, "sans-serif");
    line-height:1.7
}

.payment_method_paypal img {
    vertical-align: middle;
    max-width:190px
}

a.about_paypal {
    margin-left: 0.8rem;
    color:var(--alpha-primary-color, #ff9c28)
}

a.about_paypal:hover {
    text-decoration:underline
}

.payment-box .button, .woocommerce-checkout-review-order .place-order .button {
    width:100%
}

.checkout > div > .col-lg-4 {
    padding-bottom:4rem
}

form.woocommerce-checkout h3 {
    margin-bottom:2.7rem
}

form.woocommerce-checkout .woocommerce .login {
    flex-wrap: wrap;
    margin-bottom:2rem
}

form.woocommerce-checkout .form-footer {
    width:100%
}

form.woocommerce-checkout .woocommerce .login .button {
    width:auto
}

form.woocommerce-checkout .create-account p:last-of-type {
    margin-bottom:0
}

form.woocommerce-checkout .alert-close-top .btn-close {
    top:2.8rem
}

.woocommerce-password-strength {
    margin-top: 1.5rem;
    margin-bottom:1rem
}

.order-failed {
    font-size: 1.5rem;
    letter-spacing:-0.01em
}

.order-failed-actions .button {
    border-radius:0
}

.order-failed-actions .button + .button {
    margin-left:0.5rem
}

.order-success {
    text-align: center;
    padding: 4.535rem 1.5rem;
    border: 1px solid #ffd7a9;
    font-size: 2.4rem;
    color:var(--alpha-dark-color, #333)
}

.order-success i {
    margin-right: 1.4rem;
    font-size: 1.167em;
    vertical-align: middle;
    color:var(--alpha-primary-color, #ff9c28)
}

.woocommerce-order-overview {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4.8rem;
    margin-bottom: 3.5rem;
    list-style: none;
    padding-left:0
}

.woocommerce-order-overview .overview-item {
    padding: 1rem 2rem;
    flex-grow: 1;
    font-size: 1.4rem;
    line-height: 1.67;
    text-align: center;
    text-transform:uppercase
}

.woocommerce-order-overview .overview-item strong {
    display: block;
    color: var(--alpha-dark-color, #333);
    font-size: 2.2rem;
    font-weight: 300;
    text-transform:capitalize
}

.woocommerce-order-overview .overview-item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 46px;
    background: #ebebeb;
    right: 0;
    top: 50%;
    transform:translateY(-50%)
}

@media (max-width: 991px) {
    .woocommerce-order-overview .overview-item {
        font-size:1.6rem
    }

    .product-add-to-cart .btn {
        margin-bottom:1rem
    }
}

@media (max-width: 767px) {
    .woocommerce-order-overview {
        display:block
    }

    .woocommerce-order-overview .overview-item {
        padding: 1rem 0;
        text-align:left
    }

    .woocommerce-order-overview .overview-item > span {
        display: inline-block;
        min-width:50%
    }

    .woocommerce-order-overview .overview-item strong {
        display:inline-block
    }

    .woocommerce-order-overview .overview-item:not(:last-child):after {
        display:none
    }

    .order-success {
        padding: 1rem 2rem;
        font-size:1.8rem
    }

    .wishlist_table .product-add-to-cart {
        padding-left:0
    }
}

@media (max-width: 575px) {
    .checkout_coupon .form-coupon {
        display:block
    }

    .cart_item > .product-name {
        padding-right:1rem
    }
}

@media (max-width: 479px) {
    .woocommerce-order-overview .overview-item {
        font-size:1.4rem
    }
}

.woocommerce-order-details h2 {
    margin-bottom: 3rem;
    font-size: 2.6rem;
    line-height:1.3
}

.woocommerce-order-details .order_details {
    padding: 2.9rem 3rem 0;
    border:1px solid #e1e1e1
}

.woocommerce-order-details .button {
    padding: 1rem 1.8rem;
    color: #fff;
    border-color: var(--alpha-dark-color, #333);
    background-color:var(--alpha-dark-color, #333)
}

.woocommerce-order-details .button:hover {
    color: #fff;
    border-color: var(--alpha-dark-color-hover, #444);
    background-color:var(--alpha-dark-color-hover, #444)
}

.woocommerce-order-details .order-actions .button {
    border-color: #e0dedf;
    background-color: #e0dedf;
    color: var(--alpha-dark-color, #333);
    border-width:1px
}

.woocommerce-order-details .order-actions .button:hover {
    border-color: var(--alpha-dark-color, #333);
    background-color: var(--alpha-dark-color, #333);
    color:#fff
}

.woocommerce-order-details header {
    padding:2rem 0 0
}

.woocommerce-order-details .dokan-info {
    margin-bottom:3rem
}

.woocommerce-order-details thead tr:first-child th {
    padding-top: 0;
    border-bottom:1px solid #e0dedf
}

.woocommerce-order-details thead th {
    padding: 3rem 0 2.2rem;
    font-size: 2rem;
    line-height:1
}

.woocommerce-order-details thead th.order_details_title {
    font-size:2.4rem
}

.woocommerce-order-details thead th.order_details_price, .woocommerce-order-details thead th.product-total {
    text-indent:-9999px
}

.woocommerce-order-details thead th.product-name {
    color:var(--alpha-dim-color, #54524d)
}

.woocommerce-order-details tbody tr:first-child td {
    padding-top:0
}

.woocommerce-order-details tbody tr:last-child td {
    padding-bottom:2rem
}

.woocommerce-order-details tbody td {
    border-top: 0;
    line-height:1.6
}

.woocommerce-order-details tbody a {
    color:var(--alpha-body-color, #777)
}

.woocommerce-order-details tbody strong {
    font-weight:300
}

.woocommerce-order-details tfoot tr:first-child td {
    font-weight:400
}

.woocommerce-order-details tfoot tr:last-child th {
    padding:2.25rem 0
}

.woocommerce-order-details tfoot tr:last-child td {
    padding: 2.5rem 0 2rem;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    color:var(--alpha-dark-color, #333)
}

.woocommerce-order-details tfoot td, .woocommerce-order-details tfoot th {
    padding: 2.25rem 0;
    line-height:1.25
}

.woocommerce-order-details tfoot td {
    font-size:2rem
}

.woocommerce-order-details tfoot th {
    font-size: 2rem;
    color:var(--alpha-dim-color, #54524d)
}

.woocommerce-order-details tbody td:last-child, .woocommerce-order-details tfoot td:last-child {
    text-align:right
}

.woocommerce-order-details .order-again {
    margin-top:3rem
}

@media (max-width: 479px) {
    .woocommerce-order-details .order_details {
        padding-left: 2rem;
        padding-right:2rem
    }
}

.woocommerce-order-details {
    margin-bottom:4.7rem
}

.woocommerce-customer-details .addresses {
    position: relative;
    margin-bottom:3rem
}

.woocommerce-customer-details .addresses:after {
    content: "";
    display: block;
    margin: 2rem auto 0;
    width: calc(100% - 2rem);
    height: 1px;
    background-color:#e1e1e1
}

.woocommerce-customer-details .back-to-list {
    margin-bottom: 2rem;
    padding: 0.85em 1.2em;
    border-radius:0
}

.woocommerce-customer-details .back-to-list i {
    margin-right:0.5rem
}

.status {
    display: inline-block;
    padding: 1px 5px;
    background: var(--alpha-light-color, var(--alpha-light-color, #ccc));
    color: var(--alpha-dark-color, #333);
    font-size:1.2rem
}

.status-pending, .status-processing {
    color: #fff;
    background:var(--alpha-dim-color, #d26e4b)
}

.status-completed {
    color: #fff;
    background:#b1ca39
}

.status-cancelled, .status-refunded {
    color: #fff;
    background:var(--alpha-dark-color, #333)
}

.status-failed {
    color: #fff;
    background:#f12a57
}

.order_details td {
    vertical-align:top
}

.wc-item-meta {
    padding-left: 2rem;
    margin: 1rem 0 0;
    border-left: 1px solid #e1e1e1;
    text-transform: lowercase;
    list-style:none
}

.wc-item-meta p {
    margin: 0;
    line-height: 1;
    display:inline-block
}

.wc-item-meta-label {
    color: var(--alpha-dark-color, #333);
    font-weight:400
}

.woocommerce-thankyou-order-received.alert {
    margin-top:0
}

.woocommerce-form-login.register .woocommerce-privacy-policy-text p {
    padding-top:0
}

.main.pt-lg {
    padding-top: 2.3rem
}

.shop-sidebar .widget:first-child .widget-body {
    padding-top: 0;
}

.product-form .btn-cart {
    max-width: unset;
}

hr.product-divider {
    margin-top: 1rem;
}

.quantity.form-control {
    height: 50px;
}

.filter-category::after {
    content: "";
    clear:both;
    height: 1px;
    width: 100%;
}

/** calendar **/

#order-datepicker {
    margin-top: 15px;
}

#order-datepicker .ui-datepicker {
    width: 100%;
    border: none;
}

#order-datepicker .ui-datepicker td {
    width: calc(100% / 7);
}

#order-datepicker .ui-datepicker thead th {
    padding: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--alpha-dark-color, #333);
    text-transform: uppercase;
    padding: 10px 0px;
}

#order-datepicker .ui-datepicker-header {
    background: unset !important;
    border-color: #eee !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-color: #eee !important;
}

.user-name {
    margin-right: 15px;
}

#user-info .nav {
    margin-top: 20px;
}

#user-info .nav .nav-item a {
    line-height: 30px;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 5px;
    justify-content: left !important;
}

.hide {
    display: none !important;
}

.main-contacts {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
}

.main-contacts .owl-item {
    float: left;
    width: calc(100% / 3);
}

.contact-section {
    margin-bottom: 45px;
}

.contact-section i.fa-solid {
    font-size: 26px;
    border-radius: 25px;
    background: #d3232a;
    color: #fff;
    line-height: 46px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.contact-section h4 {
    margin-bottom: 12px;
}

.contact-section .contact-item {
    margin-bottom: 0px;
}

hr {
    clear: both;
}

.clearfix {
    clear: both;
    display: block;
}

.kontakt-sklad-foto {
    float : left;
    margin-right: 50px;
}

.kontakt-sklad-info {
    float: left;
    padding-top: 30px;
    width: 50%;
}

.sales_contacts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px; /* medzera medzi prvkami */
}

.sales_rep {
    text-align: center;
    background: #f2f4f3;
    padding: 0px;
    width: 100%;
}

.sales_rep p {
    background: #fafafa;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sales_rep i {
    font-size: 0.8em;
    margin-right: 5px;
}

.sales_rep span {
    padding-top: 15px;
    padding-right: 15px;
    border-top: 2px solid #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%;
}

.product-gallery {
    height: 500px;
    text-align: center;
}

.product .product-media small {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    background: #f12a57;
    padding: 3px 7px 2px;
    border-radius: 4px;
    font-size: 1.3em;
}

.product-media:hover img:first-child {
    opacity: 1 !important;
}

.order-detail-btn {
    padding-left: 6px !important;
    padding-right: 6px !important;
    line-height: 30px !important;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    border-color: #d3242a !important;
}

.w-800 {
    width: 800px;
    margin: 0px auto;
}

.summary-total-price {
    padding: 2.5rem 0 2.1rem;
}

.order-details .summary-subtotal td {
    border-bottom: 0px;
}

.stock-info {
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgb(109 109 109);
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
}

.product-wrapper .product-media {
    height: 264px;
    width: 211px;
    display: table-cell;
    vertical-align: middle;
}

.product-wrapper .product-media a {
    text-align: center;
}

.product-wrapper .product-media img {
    max-width: 100%;
    width: unset;
    display: inline-block;
}

.documents {
    
}

.toggle-documents {
    padding: 0.3rem 1.1rem !important;
}

.documents th {
    font-weight: 400;
}

.documents td a {
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
}

.border-bottom-0 {
    border-bottom: 0;
}

.product .product-gallery {
    height: unset;
}

.page-header {
    height: 150px;
}

.page-content.static-page a {
    color: #d3242a;
    font-weight: 400;
}

#frm-searchForm-search_listbox {
    width: 500px;
    border: 1px solid #e0dede;
    border-top: 0px;
}

@media (max-width: 479px) {
    #frm-searchForm-search_listbox {
        width: 100vw;
        border: 1px solid #e0dede;
        border-top: 0px;
        right: 0px !important;
        left: unset !important;
    }
}

.tt-suggestion {
    clear: both !important;
    background: #fff;
    border-bottom: 1px solid #e0dede;
    width: 100%;
}

.tt-suggestion img {
    float: left;
    padding: 3px;
    padding-right: 15px;
}

.product-info {
    float: left;
}

.product-info .product-name {
    font-size: 1.7rem !important;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

.product-info .product-price {
    font-size: 1.3rem;
}

.static-page form {
    max-width: 600px;
    margin: 0px auto;
    margin-top: 31px;
}

.static-page form label {
    margin-bottom: 17px;
}

.static-page form input {
    padding: 14px 20px;
    margin-bottom: 31px;
    color: #3f3f3f;
}

.static-page form input[type="submit"] {
    color: #f3f3f3;
}

.login-popup .nav-item {
    padding: 0;
    color: var(#777);
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.45;
    text-transform: capitalize;
    border-bottom: 1px solid #e0dedf;
}

.svk {
    position: absolute;
    left: 10px;
    top: 14px;
}

.svk img {
    width: 19px;
    float: left;
    margin-right: 5px;
    border: 1px solid #fff;
}

.homepage-product .product-media {
    height: 369px;
    width: 295px;
    max-height: 369px;
    max-width: 295px;
    vertical-align: middle;
    display: table-cell;
}

.homepage-product figure.product-media img {
    object-fit: contain;
    width: unset;
    height: 100%;
}

.cross-product .product-media {
    height: 295px;
    width: 211px;
    max-height: 295px;
    max-width: 211px;
    vertical-align: middle;
    display: table-cell;
}

.cross-product figure.product-media img {
    object-fit: contain;
    width: unset;
    height: 100%;
}

@media (min-width: 768px) {
    .header-toolbox {
        margin: 0px;
        display: block;
        position: absolute;
        bottom: 6px;
        right: 20px;
        padding: 0px !important;
    }

    .header-toolbox .toolbox-left {
        display: none;
    }
}

@media (max-width: 479px) {
    .header-toolbox {
        position: relative;
        justify-content: space-between;
        line-height: 1.5;
        margin: 0 -5px 0 -3px;
        transition: margin 0.4s;
        background-color: transparent;
        padding: 0px !important;
    }

    .login-toggle {
        display: inline-block !important;
    }
}

.header-toolbox .toolbox-item span {
    display: inline-block;
}

.header-toolbox a.toolbox-item {
    line-height: 20px;
    padding: 0px 10px;
    height: 40px;
    margin-top: 10px;
    border-color: #d3242a;
    font-size: 0.8em;
}