.sku_blocks {
    margin-top: 20px;
}

.product-item-price-old {
    position: absolute;
    top: -19px;
    font-size: 16px;
    color: #ff6e6e;
}

.price_wrap {
    position: relative;
}

.custom span.contact-item_title {
    font-size: 17px;
}

.about-logo1 {
    margin-bottom: 20px;
}
.product-grid.style1 .box-img img {
    mix-blend-mode: multiply;
}
.props {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.props h4 {
    margin: 0 !important;
}
label.th-size {
    font-weight:normal;
}

 .widget label {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
     display: flex;
     align-items: center;
    line-height: 1.313;
    padding-top: 15px;
    color: var(--body-color);
    -webkit-transition: 0.4s
    ease-in-out;
    transition: 0.4s
    ease-in-out;
}
.product-size input.rectangle {
    width: 15px;
    height: 15px;
}
label.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.header-logo img {
    max-height: 65px;
}

.sticky .header-logo img {
    max-height: 40px;
}
.bx_sitemap {
    display: none;
}
@media (min-width: 768px) {
    .row.align-items-center.justify-content-between {
        flex-wrap: nowrap;
    }

}

.text div > br,
.text div + br,
.text div li > br {
    display: none;
}
#additional .public-DraftStyleDefault-ltr strong {
    display: none;
}
.prop.size {
    display: flex;
    align-items: center;
}

.summary-content .product-title, .product-about .product-title {
    font-size: 30px;
}

p.price span {
    font-size: 32px !important;
    font-weight: bold;
    color: var(--theme-color);
}
.th-comment-form input[type=checkbox] {
    display: none;
}
.disable {
    opacity: 0.5;
    pointer-events: none;
}

.form-messages.success {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 0;
    color: #214899;
}
.product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 11px;
}
.product-grid .box-price {
    color: #214899;
    font-size: 20px;
    margin-bottom: 0;
}
.product-grid:hover .box-icon, .product-grid:focus .box-icon {
    transform: initial;
}
.product-grid .box-title {
    font-size: 18px;
}
.hero-img.slideinrighthero img {
    max-height: 500px;
}

div#hero {}
.blog-card .blog-img img {
    height: 300px;
}
.star-rating {
    width: 93px;
}
.collection-category .category-image img {
    mix-blend-mode: multiply;
}

.collection-area img {
    mix-blend-mode: multiply;
    max-height: 80%;
}
.callection-card_wrapp .bg-1 {
    background: #d9e0ed;
}

.callection-card_wrapp .bg-2 {
    background: #ece8dd;
}
.product-grid .box-title a {
    display: block;
    height: 62px;
}
.header-layout1 .header-button a img {
    margin-right: 0;
}

.notifications {
    position: absolute;
    margin-top: 10px;
    right: 0;
}

span.notification {
    display: block;
    padding: 6px 12px;
    background: #214899;
    color: #fff;
    border-radius: 7px;
}

span.notification a {
    color: #fff;
    text-decoration:none;
}
.fake_area {
    display: none;
}

.is-fixed .fake_area {
    display: block;
}

div.bx-blue .btn.btn-default {
    background: #214899;
}

button.btn.btn-lg {
    font-size: 20px;
    padding: 10px 24px;
}

.basket-checkout-container.basket-checkout-container-fixed {
    position: relative;
    z-index: 1;
}

div.bx-blue .btn.btn-default:hover {background-color: #4364a7;}
.basket-item-image {
    max-height: 70px;
}

table#basket-item-table {
    border: none;
}

table#basket-item-table td {
    border: none;
}

div#basket-item-list {
    padding: 0;
}

table#basket-item-table tr:nth-child(odd) {
    background: #fafafa;
}

.basket-items-list-header {
    display: none;
}
a.selected {
    font-weight: bold;
    color: #214899;
}
.bx-soa-cart-total-ghost {
    display: none;
}

.order_summary {
    position: sticky;
    top: 10px;
}
.bx-soa-cart-total-ghost {
    display: none;
}


.bx-soa-pp.cart_order__checkboxes label span {
    display: block;
    font-weight: normal;
    padding: 10px 0;
}
li.bx-soa-cart-total-line {
    display: flex;
    justify-content: space-between;
}

p.bx-soa-cart-d {
    color: #214899;
}
ul.bx-soa-cart-total {
    padding: 0;
}

a.btn.th-btn.btn-order-save {
    width: 100%;
}
.hover_img {
    position: absolute;
    opacity:0;
}
.box-img:hover .hover_img {
    opacity: 1;
    display:block;
}
.box-img:hover .main_img {
    opacity: 0;
    display:none;
}

.dropdown-block.bx-ui-sls-input-block {
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    box-shadow: none;
    border-radius: 2px;
    height: 50px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    font-size: 16px;
}

.dropdown-block.bx-ui-sls-input-block * {
    font-size: 16px;
}
ul.bx-soa-cart-total {
     margin: auto;
 }
.flex {
    display: flex;
    margin: 10px 0;
    gap: 20px;
}
.js-fav.active i {
    color: #214899 !important;
    font-weight: 600;
}

table.bx-auth-table,table.bx-auth-table tr {}

.bx-auth table,.bx-auth table tr,.bx-auth table td {
    border: navajowhite;
}

.bx-auth table td input[type=checkbox] {
    display: none;
}

.bx-auth input[type=submit],
.btn.btn-primary {
    background-color: #214899;
    color: #fff;
}
.search-page {
    display: none;
}
.box-search {
    position: relative;
}

.sidebar-area .box-search input {
    max-width: 100% !important;
}

.bx-auth {
    max-width: 600px;
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: transparent;
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--th-border-color);
    margin: 10px auto;
}
.bx-auth * {
    text-align: center;
}
.bx-auth table thead {
    display: none;
}
.bx-auth table tr td:first-child {
    text-align: left;
    max-width: 100px;
}

a.th-btn.th-icon.js-add:after {
    display: none;
}

.price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 38px;
}
.actions {
    align-items: center;
}

.not_found {
    color: #e10616;
    font-size: 18px;
}
.product-about .not_found {
    font-size: 20px;
}
a.th-btn.th-icon {
    padding: 12px 20px;
    font-size: 15px;
}

a.card_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.product-big-imgs {
    max-height: 675px;
}
.product-grid .box-img .box-icon {
    z-index: 10;
    cursor: pointer;
}
.footer-wrapper .widget-area {
    padding-top: 20px;
    padding-bottom: 0px;
}

.size span {
    height: 26px;
    line-height: 20px;
}

.size span.active {
    background: #214899;
    color: #fff;
    border-color: #fff !important;
}
.not_available {
    background: #eee !important;
    opacity: 0.5;
}

.size span.active.not_available {
    color: initial;
}
.swiper-container.gallery-top {
    height: 100%;
}

.gallery-top video {
    height: 100%;
}
.bx-soa-pp-company-graf-container input {
    width: 10px;
    opacity: 0;
}
.bx-soa-pp-company-graf-container input {
    width: 10px;
    opacity: 0;
}

.bx-green .btn.btn-default {
    color: #fff;
    background-color: #214899 !important;
    border: none !important;
    margin: 5px 0;
    padding: 6px 10px;
    font-size: 16px;
}

.bx-soa-section,.bx-soa-section.bx-step-completed {
    border-color: #eee;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #214899;
    border-color: #214899;
}

.bx-soa-section-title-count:before {
    display: none !important;
}
.bx-green .btn.btn-default {
    color: #fff;
    background-color: #214899;
    border: none;
    margin: 5px 0;
    padding: 6px 10px;
    font-size: 16px;
}
form.smartfilter {
     margin-bottom: 30px;
 }
.th-mobile-menu ul li a {
    text-transform: initial;
}
div#basket-root {
    display: flex;
    flex-direction: column-reverse;
}
.bx-soa-pp-company-smalltitle {
    font-size: 12px;
}
.loading {
    cursor: wait;
    animation: pulse 2s linear infinite;
}
@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
    }
}



@media (min-width: 768px) {

    .order_summary {
        position: sticky;
        top: 100px;
    }

}
@media (max-width:767px) {

    span.woocommerce-review-link {
        font-size: 11px;
    }

    .product-grid .box-title a {
        min-height: 50px;
        height: inherit;
        font-size: 16px;
    }

    .th-widget-about {
        text-align: center;
    }
    .header-top .col-lg-8 {
        display: none;
    }
    .heroSlide6 .discount-wrapp {
        position: absolute;
        left: 0%;
        top: 60%;
        height: initial;
    }

    .not_found {
        font-size: 15px;
    }
    .hero-style6 {
        padding-top: 40px;
    }

}