@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url(style.css);

@media (min-width: 1200px) {
    .container, .container-xl {
        max-width: 1400px;
    }
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4b60;
    text-align: left;
    background-color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    padding-left: 0;
    list-style: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
a {
    color: #3C404A;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #3C404A;
    text-decoration: none;
    opacity: 0.6;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

label {
    display: inline-block;
}

button {
    cursor: pointer;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.d-align-c-jus-btw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* BG Colors */

.bg-white {
    background: white;
}
.bg-light {
    background: #FAFAFA;
}

.btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 8px 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: .3s;
}
.btn:hover {
    outline: none;
    box-shadow: none;
    opacity: .6;
}
.btn-primary:focus {
    outline: none;
    box-shadow: none;
    background-color: #FF6523;
    border-color: #FF6523;
    opacity: .6;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #FF6523;
    border-color: #FF6523;
}
.btn i, .btn-icon i {
    margin-right: 8px;
}
.btn-primary {
    background: #FF6523;
    color: #FFFFFF;
}
.btn-black {
    background: #000000;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 7px 16px;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: .3s;
}
.btn-black:hover {
    background: #000000;
    color: #FFFFFF;
    opacity: .6;
}
.btn-primary:hover {
    background: #FF6523;
    color: #FFFFFF;
    opacity: .6;
}
.btn-collapse {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.btn-collapse i {
    transition: .3s
}
.btn-collapse.collapsed i {
    transform: rotate(-180deg);
}
.btn-only-icon {
    border: none;
    background: transparent;
    padding: 0;
    transition: .3s;
}
.btn-only-icon:hover {
    opacity: .6;
}
.btn-more {
    background: #FFFFFF;
    padding: 7px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #888888;
}
.btn-more {
    color: #888888;
    opacity: .6;
}
.btn-filter {
    display: none;
}

.btn-large {
    height: 52px;
    padding: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.btns-flex {
    display: flex;
}

/* Width for button */
.w-200 {
    width: 200px;
}
.w-100-per {
    width: 100%;
}

.section-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 0;
}
.h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}
.big-24 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
}
.big-18 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}
.small-12 {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
}
.small-12-black {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
.text-16 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}
.text-16-grey {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 0;
}
.text-14 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.block p {
    margin-bottom: 8px;
}
.block p:last-child {
    margin-bottom: 0;
}

.block-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.medium-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
}
.medium-2-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.pad-tb-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.pad-tb-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.p-24 {
    padding: 24px;
}

/* Colors */
.color-orange {
    color: #FF634D !important;
}
.color-orange:hover {
    color: #FF634D;
}
.color-green {
    color: #26BF35 !important;
}
.color-green:hover {
    color: #26BF35;
}

/* -------------------------------------------------------------------------------- */
/* Form Input */
.form-group {
    margin-bottom: 16px;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-control {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 16px;
    color: #000000;
}
.form-control:focus {
    outline: none;
    border: 1px solid #FF6523;
    box-shadow: none;
}
.form-control::placeholder {
    color: #888888;
}

/* Form Input like Material */
.form-group-v {
    position: relative;
    margin-bottom: 24px;
}
.form-group-v:last-child {
    margin-bottom: 0;
}
.form-group-v input {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border: 1px solid #E5E5E5;
    outline: none;
    transition: .2s ease-in-out;
    padding: 13px 16px;
    border-radius: 4px;
}
.form-group-v label {
    top: 14px;
    left: 16px;
    display: flex;
    align-items: center;
    position: absolute;
    cursor: text;
    transition: .2s ease-in-out;
    width: 100%;
    color: #B3B3B3;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.form-group-v input:focus {
    border: 1px solid #FF6523;
}
.form-group-v input:valid,
.form-group-v input:focus {
    padding: 22px 16px 6px;
}
.form-group-v input:valid + label,
.form-group-v input:focus + label {
    color: #26a69a;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
    top: 6px;
    pointer-events: none;
}
.form-group-v.disabled input {
    pointer-events: none;
    user-select: none;
    background: #FAFAFA;
}


.large-input {
    height: 52px;
}
/* Form Input */
/* -------------------------------------------------------------------------------- */
/* Margin top and bottom */
.mtb-0 {
    margin: 0px 0px;
}
.mtb-4 {
    margin: 4px 0px;
}
.mtb-8 {
    margin: 8px 0px;
}
.mtb-16 {
    margin: 16px 0px;
}
.mtb-24 {
    margin: 24px 0px;
}
.mtb-32 {
    margin: 32px 0px;
}

/* Margin top and bottom */
.mtb-auto-0 {
    margin: 0px auto;
}
.mtb-auto-4 {
    margin: 4px auto;
}
.mtb-auto-8 {
    margin: 8px auto;
}
.mtb-auto-16 {
    margin: 16px auto;
}
.mtb-auto-24 {
    margin: 24px auto;
}
.mtb-auto-32 {
    margin: 32px auto;
}
/* Margin top and bottom */
.mrl-0 {
    margin: 0px auto;
}
.mrl-4 {
    margin: 4px auto;
}
.mrl-8 {
    margin: 8px auto;
}
.mrl-16 {
    margin: 16px auto;
}
.mrl-24 {
    margin: 0 24px;
}
.mrl-32 {
    margin: 0 32px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0px;
}
.mr-4 {
    margin-right: 4px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-16 {
    margin-right: 16px;
}
.mr-24 {
    margin-right: 24px;
}
.mr-32 {
    margin-right: 32px;
}

/* Margin Left */
.ml-0 {
    margin-left: 0px;
}
.ml-4 {
    margin-left: 4px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-16 {
    margin-left: 16px;
}
.ml-24 {
    margin-left: 24px;
}
.ml-32 {
    margin-left: 32px;
}

/* Margin Top */
.mt-0 {
    margin-top: 0px;
}
.mt-4 {
    margin-top: 4px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-32 {
    margin-top: 32px;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}

/* Margin top and bottom End */
/* -------------------------------------------------------------------------------- */
/**** Special ****/
.input-control {
    background: #FFFFFF;
    padding: 7px 8px;
    border: 1px solid #E5E5E5;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    border-radius: 4px;
}
.input-control::placeholder {
    color: #888888;
}
.input-control:focus {
    outline: none;
}
/* -------------------------------------------------------------------------------- */
/**** MegaMenu ****/
/* .cat-link {
    position: relative;
} */
.category-header {
    position: relative;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
}
.category-header .category-inner {
    display: flex;
    grid-gap: 32px;
}
.category-header .cat-link {
    padding: 10px 0;
}
.cat-link .drop-toggle {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #000000;
}
/**** ****/
.category-header .cat-link .drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 32px 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
}
.category-header .col-lg-12 {
    position: unset;
}
.category-header .cat-link:hover .drop {
    display: block;
    background: white;
    z-index: 2;
}
#menu-nav-tab {
    border: 0;
}
#menu-nav-tab .nav-link {
    border: 0;
    padding: 24px;
    border-radius: 12px;
    font-weight: bold;
}
.cat-link .drop li {
    list-style-type: none;
    display: inline-block;
    width: 33%;
    margin-bottom: 16px;
}
.cat-link .drop li a {
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

/* -------------------------------------------------------------------------------- */
/**** breadcrumbs ****/
.breadcrumbs {
    padding: 24px 0 0;
}
.breadcrumbs-inner {
    display: flex;
    align-items: center;
}
.breadcrumbs a, .breadcrumbs span {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #888888;
    position: relative;
}
.breadcrumbs a {
    padding-right: 12px;
    margin-right: 8px;
}
.breadcrumbs a::before {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #888888;
}
.breadcrumbs span {
    color: #000000;
}

/* -------------------------------------------------------------------------------- */
/**** Product Page ****/
.product-page {
    padding: 32px 0 64px;
}

/**** Banners Carousel ****/
.banners .owl-main .owl-nav {

}
.banners .owl-main .owl-nav .owl-next, .banners .owl-main .owl-nav .owl-prev {
    background: #FFFFFF;
    color: #FF6523;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banners .owl-main .owl-nav .owl-next.disabled, .banners .owl-main .owl-nav .owl-prev.disabled {
    opacity: .4;
}
.banners .owl-main .owl-nav .owl-next {
    right: 24px;
}
.banners .owl-main .owl-nav .owl-prev {
    left: 24px;
}

/**** Banners Carousel Dots ****/
.banners .owl-dots {
    width: 100%;
    height: 2px;
    display: flex;
    justify-content: center;
    grid-gap: 8px;
    margin-top: 16px;
}
.banners .owl-dots .owl-dot {
    width: 36px;
    height: 2px;
    background: #E5E5E5;
}
.banners .owl-dots .owl-dot.active {
    background: #000000;
}

/**** Banners products ****/
.products {
    position: relative;
}
.products .owl-carousel .owl-stage-outer {
    overflow: hidden; /* unset */
}
.item-product {
    overflow: hidden;
    border-radius: 12px;
    transition: .3s;
}
.item-product .info {
    border: 1px solid #F2F2F2;
    border-top: 0;
    padding: 16px 8px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.item-product .info h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.item-product .info p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    margin-bottom: 0;
}
.item-product .image {
    /*
    width: 100%;
    height: 176px;
    overflow: hidden;
    */
    width: 100%;
    position: relative;
    height: 0px;
    padding-top: 100%;
    overflow: hidden;
}
.item-product .image img {
    /*
    width: 100%;
    height: 100%;
    object-fit: cover;
    */
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 220px;
    max-height: 220px;
    min-height: auto;
}
.item-product .info-list-view {
    display: none;
}

.product-body-list.list .item-product {
    display: grid;
    grid-template-columns: 176px 1fr;
    grid-gap: 24px;
    border-radius: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    transition: .3s;
}
.product-body-list.list .item-product:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.product-body-list.list .item-product .image {
    width: 176px;
}
.product-body-list.list .item-product .info {
    display: none;
}
.product-body-list.list .item-product .info-list-view {
    display: grid;
    grid-template-columns: 60% 34%;
    justify-content: space-between;
}
.product-body-list.list .item-product .price-list-view {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.product-body-list.list .item-product h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: right;
    margin-bottom: 0;
}

.products .owl-products .owl-nav, .news .owl-news .owl-nav, .recommended-vendors-section .owl-products .owl-nav{
    position: absolute;
    right: 0;
    top: -62px;
}
.products .owl-products .owl-nav .owl-next, .products .owl-products .owl-nav .owl-prev, .recommended-vendors-section .owl-products .owl-nav .owl-prev, .news .owl-news .owl-nav .owl-prev, .news .owl-news .owl-nav .owl-next, .recommended-vendors-section .owl-products .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    border: 1px solid #E5E5E5;
    background-color: white;
}
.products .owl-products .owl-nav .owl-prev, .news .owl-news .owl-nav .owl-prev, .recommended-vendors-section .owl-products .owl-nav .owl-prev, .recommended-vendors-section .owl-products .owl-prev {
    margin-right: -1px;
}
.products .owl-products .owl-nav i, .news .owl-news .owl-nav i, .recommended-vendors-section .owl-nav i {
    font-size: 12px;
    color: #000000;
}

/* currency */
.currency {
    appearance: none;
}
.price-block .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.price-block .price .left, .price-block .price .right {
    width: 47%;
    display: flex;
    align-items: center;
}
.price-block .price span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    margin-right: 4px;
}
.price-block .price span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
}

/* -------------------------------------------------------------------------------- */
/* Radio btn default Start*/

.radio-default {
    position: relative;
}

.radio-default input:checked,
.radio-default input:not(:checked) {
    visibility: hidden;
    height: 0;
    width: 0;
    display: none;
}
.radio-default input:checked + label,
.radio-default input:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: initial;
    display: flex;
    line-height: 24px;
    padding-left: 36px;
    color: #666;
}
.radio-default input:checked + label:before,
.radio-default input:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #B1B8C5;
    border-radius: 100%;
    background: #fff;
}
.radio-default input:checked + label:after,
.radio-default input:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #FF6523;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-default input:checked + label::before {
    border-color: #FF6523;
}
.radio-default input:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-default input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Radio btn default End*/
/* -------------------------------------------------------------------------------- */

.checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.checkbox:last-child {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 8px;
    margin: 0;
}

.checkbox label:before {
    content:'';
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #B3B3BE;
    border-radius: 2px;
    background-color: white;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.checkbox input:checked + label::before {
    border-color: #FF6523;
    transition: .3s;
}
.checkbox label:after {
    transition: .3s;
    opacity: 0;
}
.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjU4MzQgNkMxNS4yNTAxIDUuNjY2NjcgMTQuNzUwMSA1LjY2NjY3IDE0LjQxNjcgNkw4LjE2Njc1IDEyLjI1TDUuNTgzNDEgOS42NjY2N0M1LjI1MDA4IDkuMzMzMzMgNC43NTAwOCA5LjMzMzMzIDQuNDE2NzUgOS42NjY2N0M0LjA4MzQxIDEwIDQuMDgzNDEgMTAuNSA0LjQxNjc1IDEwLjgzMzNMNy41ODM0MiAxNEM3Ljc1MDA4IDE0LjE2NjcgNy45MTY3NSAxNC4yNSA4LjE2Njc1IDE0LjI1QzguNDE2NzUgMTQuMjUgOC41ODM0MSAxNC4xNjY3IDguNzUwMDggMTRMMTUuNTgzNCA3LjE2NjY3QzE1LjkxNjcgNi44MzMzMyAxNS45MTY3IDYuMzMzMzMgMTUuNTgzNCA2WiIgZmlsbD0iIzNDNDA0QSIvPgo8L3N2Zz4K");
}
.checkbox-24.checkbox label {
    grid-template-columns: 24px 1fr;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #3C404A;
}
.checkbox-24.checkbox label:before {
    width: 24px;
    height: 24px;
}
.checkbox-24.checkbox input:checked + label:before {
    background-color: #FF6523;
}
.checkbox-24.checkbox input:checked + label:after {
    width: 24px;
    height: 24px;
    filter: invert(1) contrast(2);
}
.checkbox-24.checkbox .badge {
    display: inline-flex; /* Убеждаемся, что badge ведет себя как inline элемент */
    align-items: center; /* Выравнивание внутри badge */
    vertical-align: middle; /* Дополнительное выравнивание по середине */
    margin: 0; /* Убираем лишние отступы */
}

/* Quantity Wrap */

.wrap {
    display: flex;
    align-items: center;
}
.wrap button {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 5px;
    transition: .3s;
}
.wrap button:hover {
    opacity: .6;
}
.wrap input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 5px;
    width: 72px;
    margin: 0 -1px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.wrap input:focus {
    outline: none;
}

.stock-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stock-switch .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.switch-container {
    width: 51px;
    height: 28px;
}

.switch {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch-shadow + label {
    padding: 2px;
    width: 51px;
    height: 28px;
    background-color: #dddddd;
    border-radius: 60px;
}
.switch-shadow + label:before,
.switch-shadow + label:after {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 1px;
    bottom: 0;
    content: "";
}
.switch-shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch-shadow + label:after {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}
.switch-shadow:checked + label:before {
    background-color: #FF6523;
}
.switch-shadow:checked + label:after {
    transform: translateX(24px);
}

.product-list .product-header-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.product-list .product-header-list h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
}
.product-list .product-header-list small {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
}
.product-list .product-header-list .sort {
    display: flex;
    align-items: center;
}
.product-list .product-header-list .sort .link {
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border: none;
    background-color: transparent;
    margin-right: 32px;
    max-width: 220px;
}
.product-list .product-header-list .sort .link:focus {
    outline: none;
}
.product-list .product-header-list .sort .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-right: 16px;
}
.product-list .product-header-list .sort .sort-view {
    display: flex;
    align-items: center;
    background: #F2F2F2;
    border-radius: 12px;
    padding: 2px;
}
.product-list .product-header-list .sort .sort-view .type {
    background: transparent;
    border: none;
    padding: 4px 10px;
    transition: .3s;
}
.product-list .product-header-list .sort .sort-view .active {
    background: white;
    border-radius: 10px;
}
.product-list .product-header-list .sort .sort-view .active i {
    filter: invert(1) contrast(2);
}


.product-body-list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 190px);
    grid-gap: 24px 16px;
    margin-bottom: 32px;
}
.product-body-list.list {
    grid-template-columns: unset;
    justify-content: unset;
}
.product-footer-list, .product-footer-list .pagination, .product-footer-list .pagination-list  {
    display: flex;
    align-items: center;
}
.product-footer-list .pagination button {
    border: 1px solid #E5E5E5;
    background-color: white;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding: 8px 16px;
    transition: .3s;
}
.product-footer-list .pagination button i {
    font-size: 14px;
}
.product-footer-list .pagination .prev i {
    margin-right: 16px;
}
.product-footer-list .pagination .next i {
    margin-left: 16px;
}
.product-footer-list .pagination button:hover {
    opacity: .6;
}
.product-footer-list .pagination button.disabled {
    opacity: .4;
}
.product-footer-list .pagination span, .product-footer-list .pagination a {
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-right: 4px;
}
.product-footer-list .pagination span {
    background: #FF6523;
    border-color: #FF6523;
    color: white;
}

.product-footer-list .pagination span.pagination_skip {
    background: #FFF;
    border-color: #E5E5E5;
    color: #000000;
}

.product-footer-list .pagination span:last-child, .product-footer-list .pagination a:last-child {
    margin-right: 0;
}
.product-footer-list .all-pages {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin-left: 24px;
}

/* Card-24 */
.card-24 {
    background: white;
    padding: 24px;
    border-radius: 12px;
}

.fixed-scroll {
    position: sticky;
    top: 0;
}

#big {
    margin-bottom: 8px;
}
#big .item {
    width: 100%;
    height: 100%;
}
#big .item img {
    width: 100%;
    /*height: 476px;*/
}
#thumbs {
    padding: 0 24px;
}
#thumbs .item img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin: auto;
    transition: .3s;
}
#thumbs .item img:hover {
    opacity: .6;
}
#thumbs .owl-nav button {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 12px;
    width: 24px;
}
#thumbs .owl-nav button.disabled {
    opacity: .4;
}
#thumbs .owl-nav .owl-prev {
    left: 0;
}
#thumbs .owl-nav .owl-next {
    right: 0;
}
#thumbs .owl-nav button i {
    color: #B3B3B3;
}
.inner-side {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 24px;
}
.inner-side.multiinput {
    display: block;
}
.inner-side:last-child {
    margin-bottom: 0;
}
.inner-side .left {
    width: 220px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
}
.inner-side .right {
    display: flex;
    grid-gap: 72px;
}

.inner-side .right .text-desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.difference-info {
    margin-bottom: 24px;
}
.js-product-multi-input-table-body-row>span {
    width: 24%;
}
.btn-buy-now, .btn-add-cart, .btn-favourite {
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-buy-now {
    background: #FF3D23;
    color: #FFFFFF;
}
.btn-add-cart {
    background: #FF6523;
    color: #FFFFFF;
}
.btn-favourite {
    background: rgba(255, 101, 35, 0.1);
    color: #FF6523;
}
.btn-uncheck-all {
    border: none;
    background: none;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FF634D;
}

.btn-buy-now:hover, .btn-add-cart:hover, .btn-favourite:hover {
    opacity: .6;
}

.side-information {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 50% 45%;
    grid-gap: 16px;
    margin-bottom: 16px;
}
.side-information:last-child {
    margin-bottom: 0;
}
.side-information .side-info-left, .side-information .side-info-right  {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.side-information .side-info-right {
    color: #000000;
}
.side-information .side-info-right.orange {
    font-weight: bold;
    color: #FF6523;
}

.side-product {
    display: flex;
    align-items: flex-start;
    grid-gap: 16px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.side-product:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.side-product img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 8px;
}
.side-product .right {
    padding: 16px 0;
}


.more-info-product .card {
    padding: 0;
    border-radius: 8px;
}
.more-info-product .card .card-header {
    padding: 18px 16px;
    background: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 8px 8px 0 0;
}
.more-info-product .card .card-footer {
    padding: 24px 16px;
    background: rgba(255, 101, 35, 0.05);
    border-top: 1px solid #E5E5E5;
    border-radius: 0 0 8px 8px;
}
.more-info-product .card .card-body, .more-info-product .card .card-footer {
    padding: 24px 16px;
}

.more-info-product .nav-tabs .nav-link {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
    position: relative;
    padding: 18px 32px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.more-info-product .nav-tabs .nav-item.show .nav-link, .more-info-product .nav-tabs .nav-link.active {
    color: #FF6523;
    font-weight: 500;
}
.more-info-product .nav-tabs .nav-link.active:before {
    content: '';
    background: #FF6523;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.more-info-product .nav-tabs .nav-link.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FF6523;
    position: absolute;
    margin: auto;
    top: 3px;
    left: 0;
    right: 0;
}
.more-info-product .nav-tabs {
    border: 1px solid #E5E5E5;
    background: white;
}
.more-info-product .nav-tabs .nav-link:focus, .more-info-product .nav-tabs .nav-link:focus-visible  {
    border: none;
    outline: none;
}
.more-info-product .nav-tabs .nav-link:hover {
    opacity: .6;
}
.more-info-product .tab-content {
    border: 1px solid #E5E5E5;
    border-top: none;
}
.more-info-product .tab-content .tab-pane {
    padding: 24px;
}
.more-info-product .tab-content .description {
    padding: 24px 0;
}
.more-info-product .tab-content > .tab-pane img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.tab-side .nav-tabs {
    border: none;
}
.tab-side .tab-content {
    border-left: 1px solid #E5E5E5;
    margin-left: -15px;
    padding-left: 24px;
}
.tab-side.no-side .tab-content {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.tab-side .tab-content .tab-pane {
    padding-bottom: 32px;
}
.tab-side .tab-content > .tab-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-side .nav-tabs .nav-link {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
    position: relative;
    padding: 12px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    width: 100%;
}
.tab-side .nav-tabs .nav-item.show .nav-link, .tab-side  .nav-tabs .nav-link.active {
    color: #FF6523;
}



/* Tabs inner tab */
.tab-secondary .tabs {
    display: flex;
    align-items: center;
    grid-gap: 64px;
    margin-bottom: 24px;
}
.tab-secondary .tab {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    display: block;
    cursor: pointer;
    transition: .3s;
}
.tab-secondary .tab:hover {
    opacity: .6;
}
.tab-secondary .active {
    font-weight: 500;
    color: #000000;
}
.tab-secondary .active a {
    color: #FF6523;
}
.tab_item {
    display: none;
}
.tab_item:first-child {
    display: block;
}

.item-order {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 16px;
}

.list-orders {
    display: grid;
    grid-gap: 16px;
}


.in-orders {
    display: block;
}
.in-orders-head {
    display: flex;
    align-items: center;
}
.in-orders-head button {
    border: none;
    background: none;
    padding: 0;
    margin-right: 16px;
}

.in-orders-body .inner-side .left {
    width: 200px;
}

.in-orders-footer {
    display: grid;
    grid-gap: 16px;
}
.in-orders-footer .item-order-list {
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 70% 30%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 16px;
    border-radius: 8px;
}
.orders-list .in-orders-footer .item-order-list-left {
    display: flex;
    align-items: flex-start;
    grid-gap: 8px;
}
.orders-list .in-orders-footer .item-order-list img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
}
.in-orders-footer .item-order-list .info .desc, .item-order-list .info .char {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
    color: #000000;
}
.in-orders-footer .item-order-list .info .char {
    margin-bottom: 0;
    color: #888888;
    display: block;
}
.in-orders-footer .item-order-list .price {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #000000;
}

.gradient-info {
    display: flex;
    align-items: flex-start;
    grid-template-columns: 50% 50%;
    grid-gap: 24px;
}
.big-gradient {
    background: linear-gradient(267.74deg, #FF634D 0.92%, #FF813A 100%);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.big-gradient .left {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.big-gradient .right {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}

.copy-link {
    display: flex;
    flex-wrap: wrap;
}
.copy-link .copy-input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 23px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: calc(100% - 24px);
    margin-bottom: 8px;
}
.copy-link .copy-input:focus {
    outline: none;
}
.copy-button {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #888888;
    border: none;
    background: none;
    padding: 0;
    text-align: left;
}

.table-simple {
    display: grid;
}
.table-3 .tr-head, .table-3 .tr-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.table-simple .tr-row {
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}
.table-simple .tr-row:last-child {
    border-bottom: none;
}
.table-simple .tr-head span, .table-simple .tr-row span {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    display: block;
}
.table-simple .tr-row span {
    color: #000000;
}

.modal-simple .modal-dialog {
    max-width: 376px;
}
.modal-simple .modal-content {
    padding: 32px;
    position: relative;
    border-radius: 0;
}
.modal-simple .modal-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}
.modal-simple .close {
    position: absolute;
    right: 8px;
    top: 8px;
}
.modal-simple .modal-body {
    padding: 0;
}
.modal-simple .modal-body .link,
.controller-login .content form .link {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #3089F2;
    margin-bottom: 8px;
}
.modal-simple .modal-body .login-social {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    display: block;
}

#btn-category i {
    transition: .3s;
}
.btn.btn-primary.open .icon-list {
    transition: .3s;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDZMNiAxOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTYgNkwxOCAxOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    filter: contrast(10) invert(1);
}
.category-list {
    display: none;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 12;
}

.category-list::before, .category-list::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.category-list::before {
    background-color: #FAFAFA;
    width: 50%;
    left: 0;
}
.category-list::after {
    background-color: white;
    width: 50%;
    right: 0;
}
.category-list.open {
    display: block;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 4%);
}
.category-list-inner {
    display: flex;
    align-content: flex-start;
}

.category-list .left {
    width: 25%;
    padding: 8px 0;
}
.category-list .left .link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: block;
    padding: 12px 0;
    cursor: pointer;
    transition: .3s;
}
.category-list .left .link:hover {
    opacity: .4;
}
.category-list .left .link.active{
    border-right: 2px solid #FF6523;
    color: #FF6523;
    position: relative;
}
.category-list .left .link.active::before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    z-index: -1;
}

.category-list .right {
	width: 75%;
}

.category-list .right .show-child {
    background-color: white;
    padding: 24px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 32px 12px;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
}
.show-child .collapse {
    display: block;
}
.category-list .right .category-col {
    width: 32%;
}
.category-list .right .category-col h5, .category-list .right .category-col .link {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
    display: block;
}
.category-list-inner .fade {
    transition: unset;
}
/*
.collapse:not(.show) {
    display: block;
}
*/
.category-list .right .category-col h5 {
    pointer-events: none;
}
.category-list .right .category-col .link {
    font-weight: normal;
    margin-bottom: 8px;
}
.category-list .right .category-col .link:last-child {
    margin-bottom: 0;
}

.search-image {
    margin: 24px 0;
}
.images-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 16px;
}
.images-search img {
    width: 130px;
    height: 64px;
    object-fit: cover;
    object-position: center;
}

#box-search-form {
    display: contents;
}

.search-content-info-title {
    padding-top: 24px;
}

#choose_provider {
    padding: 12px 16px;
    border: 1px solid #E5E5E5;
    margin-right: -5px;
    background: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: normal;
}

/* Fix */
#categories-menu {
    display: flex;
    align-content: flex-start;
}

.category-list-inner .right > div {
    display: none;
}

.show-child {
    display: flex!important;
}

.hide-child {
    display: none;
}

.productConfiguratorImages > li > a {
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: block;
}

.productConfiguratorImages > li.active > a {
    border: 2px solid #FF6523;
}

.color-pick .row-block_grey {
    display: flex;
}

.info-product .size-pick .size-list .wrap button:disabled,
.info-product .size-pick .size-list .wrap input:disabled {
    background: #e9ecef;
}

.hidden {
    display:none;
}

.disabled_button {
    background: #e9ecef;
}

.btn-favourite.disabled_button {
    color: #fff;
}

.disabled_button .icon-favourite-orange {
    opacity: .1;
}

.productConfiguratorImages .disabled {
    opacity: .4;
    border: 1px dashed #ccc;
    border-radius: 8px;
}

.productConfiguratorImage_config-text-block {
    cursor: pointer;
    border: 1px solid #c3c3c3;
    min-width: 42px;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
}

.productConfiguratorImage_config-text-block.active {
    border: 2px solid #FF6523;
}

.item-product__price_new {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FF6523;
}

.price-old__wrap {
    text-decoration: line-through;
    color: #ccc;
}

.overlay-progressbar {
    display: none;
    font-weight: bold;
    position: fixed;
    left: 10%;
    z-index: 1005;
    width: 80%;
    text-align: center;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

#overlay-no-preloader {
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.6;
    display: none;
    background-color: #ffffffa3;
}

#overlay-no-preloader  .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-social img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

#filterform .color-block > a > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.controller-supportlist .btns-flex {
    flex-direction: column;
}

.controller-supportlist .btns-flex a:hover {
    color: #fff;
}

.controller-supportlist .btns-flex a.btn-favourite:hover {
    color: #FF6523;
}

.js-basket-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.controller-basket,
.controller-userorder,
.controller-profile,
.controller-privateoffice,
.controller-orderdetails,
.controller-order-list,
.controller-moneyinfo,
.controller-private-office,
.controller-support,
.controller-userreferal {
    background: #FAFAFA;
}

.modal-header {
    flex-direction: row-reverse;
}

.js-basket-progressbar {
    display: none;
}

.basket-total-preloader {
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
}

.js-basket {
    position: relative;
}

.js-basket-progressbar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffa3;
    border-radius: 12px;
    z-index: 1;
}

.progressbar-inner-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto;
    top: 30%;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 4%);
}

.selectize-control.single .selectize-input {
    height: auto;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 16px;
    color: #000000;
}

#CityCode-selectized {
    width: 100%!important;
    font-size: 16px;
}

.list-data-delivery .required input {
    border-color: 1px solid #FF6523;
}

.controller-profile .card-24 form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.profile-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.btn.text-16-grey:focus {
    color: #fff;
}

.in-orders-footer .item-order-list .price {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.btn-camera {
    display: flex;
    align-items: center;
}

/* News Page */
.news-block {
    display: grid;
    grid-gap: 32px 24px;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 255px);
}
.news-item img {
    width: 100%;
    height: 160px;
    border-radius: 12px;
    margin-bottom: 16px;
}
.news-item p {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    transition: .3s;
}
.news-item:hover p {
    text-decoration: underline;
}

.news-inner p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
}
.news-inner h6 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 16px;
}
.news-inner img {
    width: 100%;
}

#photo-search {
    position: absolute;
    right: 50px;
}

.controller-news .box-main > h1 {
	display: none;
}

.see-all-link {
	font-size: 14px;
    text-decoration: revert;	
}

.socialNetworks li a i {
    width: 18px;
    text-align: center;
}

.advantages-item .triangle i {
    color: #FF6523;
}

.view_discount .modal-dialog {
    max-width: 700px;
}

.modal-header {
    padding: 20px 20px;
    box-sizing: border-box;
    background: #f4f7fb;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
    border-bottom: none;
}
select.form-control {
    height: auto;
}
.fade:not(.show) {
    display: none;
    /* Zoom */
}
.productMultiInputTable img {
    width: 60px;
}

/** Header */
.header {
    background: #fff;
}

.header .navbar .logo img {
    height: 50px;
}

/** Basket */
.basket-content .nav-tabs {
    width: auto !important;
}
#myTab {
    border: 0;
}
#myTab .nav-link {
    border: 0;
    padding: 24px;
    border-radius: 12px;
    font-weight: bold;
}
.badge-rounded-pill {
    background: #FF6523;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 24px;
    text-align: center;
}

/* Filters Menu */
.filters-menu-inner .card-body {
    padding: 0;
}

label[for="payment_from_account"] i {
    width: 24px;
    height: 24px;
    background: #625df5;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-primary {
    color: #FF6523;
    border: 1px solid;
}
.btn-outline-primary:hover {
    background: #FF6523;
    color: #fff;
    border-color: #FF6523;
}
.btn-outline-secondary {
    border: 1px solid;
}
.info-desc ul {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-bottom: 24px;
}
.info-desc h1 {
    margin-bottom: 24px;
}
.old-price {
    text-decoration: line-through;
    color: #ccc;
    font-weight: normal;
    font-size: .8rem;
}
#photo-search label {
    margin: 0;
    cursor: pointer;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.info-basket .link {
    border-bottom: 1px dashed;
}
.orderItemComment {
    width: 300px;
    overflow: hidden;
    display: block;
}