:root {
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-black-100: #222222;
    --bs-black-200: #323232;
    --bs-black-300: #333333;
    --bs-gray: #FAFAFA;
    --bs-gray-100: #F7F7F7;
    --bs-gray-200: #CFCFCF;
    --bs-gray-300: #5555551a;
    --bs-gray-400: #737373;
    --bs-red: #c40000;
}

body {
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    background-color: var(--bs-white);
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    min-width: 1600px;
    position: relative;
}

a {
    color: var(--bs-black-300);
    font-size: 14px;
}
a:hover {
    color: #ef0701;
}

.wraper,
.content-full {
    width: 1600px;
    padding: 0px 30px;
    margin: 0 auto;
}



.top-container {
    background: #fff;
}
.top-container-col {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 14px;
}
.city-box {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.city-box i {
    font-size: 18px;
    margin-right: 6px;
}
.city-box .btn-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 6px;
    border: none;
    background: none;
}
.slogan-box {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 150px;
}
.phone-box {
    margin-left: auto;
    color: #fff;
}
.phone-box a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.phone-box i {
    font-size: 18px;
    margin-right: 6px;
}

.time-box {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.time-box i {
    font-size: 18px;
    margin-right: 6px;
}
.call-box {
    margin-left: auto;
}
.call-box .btn-dark {
    font-weight: 600;
    font-size: 14px;
    padding: 7px 40px;
    border-radius: 4px;
    background: #F6BA18;
    border-color: #F6BA18;
}
.email-box {
    margin-left: 50px;
}
.email-box a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.email-box i {
    font-size: 18px;
    margin-right: 6px;
    color: #fff;
}

header {
    margin-top: 30px;
}
header > .wraper {
    display: flex;
    align-items: center;
}
.logo-box {
    width: 165px;
    margin-right: 20px;
}
.logo-box img {
    max-width: 100%;
}

.search-box {
    width: 970px;
    margin-right: 30px;
}
.search-box .input-group {

}
.search-box .form-control {
    background: var(--bs-gray-100);
    height: 50px;
    border: 1px solid rgb(85 85 85 / 10%);
    border-radius: 4px;
}
.search-box .form-control::-moz-placeholder {
    color: var(--bs-gray-400);
    opacity: 1;
    font-size: 14px;
}
.search-box .form-control::placeholder {
    color: var(--bs-gray-400);
    opacity: 1;
    font-size: 14px;
}
.search-box .btn-dark {
    font-size: 23px;
    width: 50px;
    background: #c40000;
    border-color: #c40000;
}
.wishlist-box {
    margin-right: 30px;
    text-align: center;
}
.wishlist-box a {
    height: 50px;
    display: flex;
    font-size: 13px;
    align-items: flex-end;
    font-weight: 500;
    text-decoration: none;
    color: var(--bs-gray-400);
     background-image: url(../svg/heart_top.svg);
     background-repeat: no-repeat;
     background-position: top center;
    position: relative;
}
.compare-box {
    margin-right: 30px;
}
.compare-box a {
    height: 50px;
    display: flex;
    font-size: 13px;
    align-items: flex-end;
    font-weight: 500;
    text-decoration: none;
    color: var(--bs-gray-400);
    background-image: url(../svg/compare_top.svg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.wishlist-box a i,
.compare-box a i,
.cart-box a i {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    background: var(--bs-red);
    position: absolute;
    color: var(--bs-white);
    top: -10px;
    right: 4px;
}

.wishlist-box a i[data-wishlist="0"],
.compare-box a i[data-compare="0"],
.cart-box a i[data-cart="0"] {
    display: none;
}
.cart-box {
    margin-right: 30px;
}
.cart-box a {
    height: 50px;
    display: flex;
    font-size: 13px;
    align-items: flex-end;
    font-weight: 500;
    text-decoration: none;
    color: var(--bs-gray-400);
    background-image: url('../svg/cart.svg');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.cart-box.active a {
    background-image: url('../svg/cart_red.svg');
}
.cart-box.active a i {
    background: #f00;
}
.auth-box {
    position: relative;
}
.auth-box > a {
    height: 50px;
    display: flex;
    font-size: 13px;
    align-items: flex-end;
    font-weight: 500;
    text-decoration: none;
    color: var(--bs-gray-400);
    background-image: url('../svg/user.svg');
    background-repeat: no-repeat;
    background-position: top center;
}
.auth-box ul {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .15s;
    position: absolute;
    width: 220px;
    top: 55px;
    border-radius: 6px;
    right: -3px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 4px 16px 2px rgb(0 26 52 / 16%);
    list-style: none;
    padding: 0px;
    margin: 0;
}
.auth-box ul li {

}
.auth-box ul li a {display: block;padding: 8px 16px;text-decoration: none;font-size: 14px;}
.auth-box ul li a:hover {
    background: #eee;
}
.auth-box:hover > ul {
    opacity: 1;
    visibility: visible;
}


main {
    margin-top: 30px;
    min-height: 700px;
}
main > .wraper {
    display: flex;
}
main aside {
    width: 265px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.content {
    width: 100%;
}
main aside + .content {
    width: calc(100% - 285px);
}
.content nav {
    background: #c40000;
    padding-left: 12.5px;
    padding-right: 0px;
    border-radius: 4px;
    height: 50px;
}

.nav-contacts {
    float: right;
    display: flex;
}
.nav-contacts-item {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
}
.nav-contacts i,
.nav-contacts a {
    padding: 15px 7px;
    font-weight: 700;
    display: block;
    height: 50px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-contacts i {
    padding: 18px 0px;
}

.content nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}
.content nav ul li {

}
.content nav ul li a {
    padding: 15px 20px;
    font-weight: 700;
    display: block;
    height: 50px;
    font-size: 13px;
    color: var(--bs-white);
    text-decoration: none;
    text-transform: uppercase;
}

.parent-menu {
    position: relative;
}
.parent-menu a i {
    margin-left: 4px;
}
.parent-menu ul {
    position: absolute;
    z-index: 9;
    background: #043140;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
}
.parent-menu ul li {
    flex-direction: column;
}
.parent-menu ul li a {
    white-space: nowrap;
}
.parent-menu:hover > ul {
    opacity: 1;
    visibility: visible;
}

.content nav ul .request-link {

}
.content nav ul .request-link a {
    background: #66A036;
    border-radius: 0px 4px 4px 0px;
}

.list-box {

}
.list-box-title {
    height: 50px;
    background: #212831;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-around;
}
.list-box-title span {
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.list-box-title::before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 18px;
    color: var(--bs-gray-100);
}
.list-box-title::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 19px;
    color: rgb(255 255 255 / 40%);
}
.list-box-body {
    position: relative;
}
.list-box-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-menu {
    margin-top: 0px;
}
.user-menu .list-box-title {
    height: 50px;
    background: var(--bs-black-200);
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-around;
}
.user-menu .list-box-title:before,
.user-menu .list-box-title:after {
    content: '';
}
.user-menu .list-box-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--bs-gray-100);
}
.user-menu .list-box-body ul li {
    border: 1px solid rgb(85 85 85 / 10%);
    margin-top: -1px;
}
.user-menu .list-box-body ul li a {
    padding: 16px 16px;
    font-size: 16px;
    color: var(--bs-black-200);
    display: block;
    text-decoration: none;
}
.usermenu-list {
    display: flex;
    list-style: none;
    margin: 30px 0px;
    padding: 0;
}
.usermenu-list li {
    margin-right: 50px;
    border-radius: 5px;
    box-shadow: 0 4px 16px 2px rgb(0 26 52 / 16%);
}
.usermenu-list li a {
    padding: 12px 16px;
    font-size: 16px;
    color: #333;
    display: block;
    font-weight: 600;
    text-decoration: none;
}







ul.catalog, .catalog ul {
    background: var(--bs-gray-100);
}
.category-hidden ul.catalog {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .15s;
}
.category-hidden:hover ul.catalog {
    opacity: 1;
    visibility: visible;
}

ul.catalog li {
    position: relative;
    border: 1px solid rgb(85 85 85 / 10%);
    margin-top: -1px;
}
ul.catalog > li:hover {
    border-left: 1px solid #c40000;
}
ul.catalog > li:hover > a {
    border-left: 2px solid #c40000;
}
ul.catalog li a {
    display: flex;
    color: var(--bs-black-300);
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    line-height: 1.4;
    text-decoration: none;
    padding: 11px 31px 13px 15px;
    position: relative;
    border-left: 2px solid transparent;
}

ul.catalog li a .icon-category {
    margin-right: 10px;
}
ul.catalog-children li a .icon-category img {
    max-width: 106px;
    height: auto;
    max-height: 106px;
}
ul.catalog > li > a > .icon-category img {
    width: 20px;
    height: auto;
}
ul.catalog .catalog-children {
    position: absolute;
    z-index: 99;
    width: 1000px;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: 0px;
    transition: all .3s ease .15s;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
ul.catalog .catalog-children li {
    flex: 0 0 33%;
    border: none;
}
ul.catalog .catalog-children li a {
    flex: 0 0 33%;
    border: none;
    height: 130px;
    padding: 10px 30px 10px 24px;
}
ul.catalog .catalog-children + a:after {
    position: absolute;
    z-index: 99;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    color: rgb(0 0 0 / 40%);
    right: 19px;
    top: 50%;
    margin-top: -10px;
}
.catalog li:hover > ul.catalog-children {
    opacity: 1;
    visibility: visible;
}

.grid-category {
    padding: 0;
    margin: 15px 0px 0px 0px;
    list-style: none;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}
.grid-category li {
    width: 237px;
    padding: 10px 10px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 #bfbfbf;
    -moz-box-shadow: 0 1px 4px 0 #bfbfbf;
    box-shadow: 0 1px 4px 0 #bfbfbf;
}
.grid-category li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
}
.grid-category li a:hover {
    color: #c40000;
}
.grid-category li a img {
    max-width: 55px;
    max-height: 50px;
    margin-right: 10px;
}


.filters-widget {
    margin-top: 12px;
}
.filters-widget .list-box-title:before,
.filters-widget .list-box-title:after {
    content: '';
}
.filters-widget .list-box-title {
    height: 50px;
    background: #202831;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-around;
}
.filters-widget .list-box-body {
    border: 1px solid rgb(85 85 85 / 10%);
    border-width: 0px 1px 1px;
    background: #FDFDFD;
    margin-bottom: -1px;
}
.filter-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.filter-box {
    padding: 10px 15px;
    border-bottom: 1px solid rgb(85 85 85 / 10%);
}

.range-inputs {
    border-bottom: 1px solid rgb(85 85 85 / 10%);
}
.range-inputs .from-to {
    display: flex;
    padding: 15px 15px 0px;
    justify-content: space-between;
    align-items: center;
}
.range-inputs .from {
    position: relative;
}
.range-inputs .to {
    position: relative;
}
.range-inputs .from:before {
    content: "\043E\0442";
    position: absolute;
    top: 9px;
    left: 7px;
    color: #777;
    font-size: 12px;
}
.range-inputs .to:before {
    content: "\0434\043E";
    position: absolute;
    top: 9px;
    left: 7px;
    font-size: 12px;
    color: #777;
}
.range-inputs .form-control {
    height: 34px;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    width: 90px;
    padding: 6px 8px 4px 25px;
    border-radius: 4px;
    border: 1px solid #F7F7F7;
    background: #FDFDFD;
    box-shadow: 0px 2px 4px 0px rgba(85, 85, 85, 0.20) inset;
}

.range-inputs .filter-title {padding: 15px 15px 0px;}

.slider-box {
    padding: 0 15px;
}
#slider {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 5px;
    border-radius: 0;
    border: none;
}
#slider .ui-widget-header {
    background: #c40001;
}
#slider.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 4px solid #c40000;
    top: -5px;
    margin-left: -7px;
    outline: 0;
    cursor: pointer;
    border-radius: 50%;
}

.range-inputs .slider-box > div {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 5px;
    border-radius: 0;
    border: none;
}

.range-inputs .slider-box > div .ui-widget-header {
    background: #4ca9e5;
}

.range-inputs .slider-box > div.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 4px solid #4ca9e5;
    top: -5px;
    margin-left: -7px;
    outline: 0;
    cursor: pointer;
    border-radius: 50%;
}


.filter-box.filter-row-one .filter-options label {
    width: 100%;
    white-space: normal;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}
.filter-box.filter-row-one .filter-options {
    column-count: 1;
}
.filter-box.filter-row-one .form-check-input[type=checkbox] {
    position: absolute;
    left: 0px;
}
.popup-filter-tagpage {
    position: absolute;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 1px #ddd;
    border-radius: 6px;
    top: -60px;
    left: -58px;
}
.popup-filter-tagpage a {
    width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    display: flex;
    border-radius: 6px;
    background: #c40000;
}
.popup-filter-tagpage::after {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0px;
    border-top-color: #eeefee;
    border-width: 7px 7px 7px 7px;
    width: 0;
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
}

.advantages {
    margin-top: 45px;
}
.advantages .list-box-title {
    height: 50px;
    background: var(--bs-black-200);
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-around;
}
.advantages .list-box-title:before,
.advantages .list-box-title:after {
    content: '';
}
.advantages .list-box-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--bs-gray-100);
}
.advantages .list-box-body ul li {
    border: 1px solid rgb(85 85 85 / 10%);
    margin-top: -1px;
    padding: 20px 16px;
    font-size: 16px;
    color: var(--bs-black-200);
}
.advantages .list-box-body ul li img {
    margin-right: 10px;
    width: 40px;
}




.action {
    margin-top: 45px;
}
.action .list-box-title {
    height: 50px;
    background: var(--bs-red);
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-around;
}
.action .list-box-title:before,
.action .list-box-title:after {
    content: '';
}
.action .list-box-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--bs-gray-100);
}
.action .list-box-body ul li a {
    text-decoration: none;
    display: flex;
    border: 1px solid rgb(85 85 85 / 10%);
    margin-top: -1px;
    padding: 20px 16px;
    align-items: center;
    font-size: 16px;
    color: var(--bs-black-200);
    line-height: 1.4;
}
.action .list-box-body ul li a img {
    margin-right: 15px;
}

#carouselMain {
    margin-top: 20px;
}
#carouselMain img {
    border-radius: 8px;
}
#carouselMain .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1.3rem;
    margin-left: 15%;
}
#carouselMain .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
#carouselMain .carousel-indicators .active {
    opacity: 1;
}
#carouselMain .carousel-control-next,
#carouselMain .carousel-control-prev {
    position: absolute;
    top: initial;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border-radius: 50%;
    border: 0.8px solid rgb(255 255 255 / 60%);
    opacity: 1;
    transition: opacity .15s ease;
}
#carouselMain .carousel-control-prev {
    left: initial;
    bottom: 30px;
    right: 90px;
}
#carouselMain .carousel-caption {
    width: 50%;
    position: absolute;
    right: initial;
    bottom: 0px;
    left: 0px;
    top: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    color: #fff;
    text-align: left;
}
#carouselMain .carousel-caption .btn-danger {
    position: absolute;
    line-height: 35px;
    right: initial;
    bottom: 110px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    left: 80px;
    top: initial;
    width: 190px;
    height: 50px;
    background: var(--bs-red);
}





.advantages-inline {

}
.advantages-inline ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-evenly;
}
.advantages-inline ul li {
    height: 120px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-black-100);
}
.advantages-inline ul li img {
    width: 60px;
    max-width: 100%;
    margin-right: 20px;
}


.hit-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.hit-grid-item {
    position: relative;
    overflow: hidden;
    flex: 0 0 33.33333333%;
    border: 8px solid #fff;
    height: 320px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    border-radius: 14px;
}
.hit-grid-item:hover > .hit-col {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0.8;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hit-grid a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.hit-grid-label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: 0 16px;
    z-index: 2;
    width: 100%;
    transition: all ease 0.5s;
}
.hit-col {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}






.action-header {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 800;
    color: var(--bs-red);
}
.action-col {
    background-color: #333;
    width: 308px;
    height: 180px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
}
.action-grid-header {
    color: var(--bs-gray-100);
    position: absolute;
    top: 15px;
    left: 16px;
    font-style: italic;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
}
.action-grid-label {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: var(--bs-white);
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #AB0101;
    font-weight: 800;
}

.owl-next {
    position: absolute;
    background: #c40000 !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: 10px;
    top: -50px;
}
.owl-prev {
    position: absolute;
    background-color: #c40000 !important;
    color: var(--bs-white) !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: 53px;
    top: -50px;
}
.owl-prev span,
.owl-next span {
    font-size: 24px;
    line-height: 31px;
    margin: 0px auto;
    color: #fff;
}


.new-products-carousel-header a,
.new-products-carousel-header {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    color: var(--bs-black-100);
}








.product-card {
    border-radius: 4px;
    border: 1px solid rgb(85 85 85 / 10%);
    overflow: hidden;
}
.product-card-header {
    position: relative;
    padding: 10px 15px 0px;
    display: flex;
    justify-content: space-between;
}
.card-header-barcode {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--bs-black-300);
}
.card-header-label {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    align-items: flex-start;
    display: flex;
    justify-content: center;
}
.card-header-label .new,
.card-header-label .recommend,
.card-header-label .hit {
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    line-height: 20px;
    padding: 0 13px;
    border-radius: 2px;
}
.card-header-label .new {
    color: #1DAE7D;
    background: rgba(29, 174, 125, 0.05);
}
.card-header-label .recommend {
    color: #9528FF;
    background: rgba(149, 40, 255, 0.05);
}
.card-header-label .hit{
    color: #DA002A;
    background: rgba(218, 0, 42, 0.05);
}


.card-header-logo {
    background-image: url(../img/logo.png);
    background-size: 90px;
    width: 90px;
    height: 20px;
    background-repeat: no-repeat;
}

.card-header-rating {

}
.star-def {
    margin: 2px 0px 10px 0;
    position: relative;
    background: url(../svg/star-def.svg) 0 repeat-x;
    background-size: 16px 15px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    height: 15px;
    width: 80px;
    flex: 0 0 auto;
}
.star-red {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: auto;
    max-width: 100%;
    background-size: 16px 15px !important;
    background: url(../svg/star-red.svg) 0 repeat-x;
}

.product-card-image {
    padding: 0 15px 10px;
    height: 350px;
    position: relative;
}
.product-card-image a {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-image img {
    max-width: 100%;
    max-height: 100%;
    width: initial !important;
}

.product-card-label {
    position: absolute;
    top: 30px;
}
.label-installment {
    position: relative;
    background: #1dae7d;
    transform: skew(-5deg);
    border-radius: 2px;
    width: 120px;
    height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    left: -86px;
    transition: all .3s ease .15s;
}
.label-installment:hover {
    transition: all .3s ease .15s;
    left: -17px;
}
.label-installment span {
    transform: skew(5deg);
    display: block;
}
.label-discount {
    position: relative;
    background: #FF9714;
    transform: skew(-5deg);
    border-radius: 2px;
    width: 106px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    left: -75px;
    transition: all .3s ease .15s;
}
.label-discount:hover {
    transition: all .3s ease .15s;
    left: -17px;
}
.label-discount span {
    transform: skew(5deg);
    display: block;
}

.user-i {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 70px;
    display: flex;
    justify-content: space-between;
}
.btn-compare {
    border: none;
    background: none;
    background-image: url('../svg/compare.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.btn-compare.active,
.btn-compare:hover,
.btn-wishlist.active,
.btn-wishlist:hover {
    filter: invert(10%) sepia(98%) saturate(6894%) hue-rotate(345deg) brightness(85%) contrast(103%);
}
.btn-wishlist {
    border: none;
    background: none;
    background-size: 25px;
    background-image: url('../svg/heart.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}



.product-card-title {
    padding: 10px 15px 10px;
}
.product-card-title a {
    height: 21px;
    overflow: hidden;
    text-align: center;
    color: var(--bs-black-100);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-card-specification {
    padding: 0 15px 10px;
    height: 100px;
}
.dotted-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 90px;
    overflow: hidden;
}
.dotted-list li {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
    position: relative;
}
.dotted-list .option {

}
.dotted-list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    border-bottom: 1px dashed #666;
}
.dotted-list .title {
    display: inline-flex;
    position: relative;
    padding-right: 3px;
    background: #fff;
}
.dotted-list .title .text {
    font-size: 12px;
    color: var(--bs-black);
    font-weight: 700;
    line-height: 20px;
}
.dotted-list .value {
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 3px;
    background: #fff;
    z-index: 1;
}

.product-card-cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 12px;
    gap: 10px;
    height: 40px;
    background: var(--bs-gray-100);
    border-radius: 4px;
}
.product-card-cost .cost {
    text-align: center;
    white-space: nowrap;
    flex: 3;
    font-weight: 700;
    font-size: 17px;
    line-height: 15px;
    color: var(--bs-black-100);
}
.product-card-cost .old-cost {
    white-space: nowrap;
    flex: 1;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: var(--bs-black-300);
}
.product-card-cost .old-cost span {
    text-decoration-line: line-through;
    font-weight: bold;
    font-size: 17px;
    color: red;
}
.product-card-cost .cost-note {
    white-space: nowrap;
    flex: 1;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    color: var(--bs-black-300);
    letter-spacing: -0.02em;
}


.product-card-buy {
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
}
.product-card-buy .btn-dark {
    flex: 1;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    height: 54px;
    border-radius: 0 0 0px 4px;
    background: #043140;
}
.product-card-buy .btn-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    height: 54px;
    padding: 0 5px;
    border-radius: 0 0 4px 0px;
    border-right: 1px solid #04313f !important;
}
.product-card-buy .btn-danger:hover {
    color: var(--bs-btn-hover-color);
    background-color: #469cd3;
    border-color: #469cd3;
}
.product-card-buy .btn-danger i {
    font-size: 16px;
    margin-right: 10px;
}
.news-carousel-header {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 800;
    color: var(--bs-black-100);
}
.new-company {

}
.new-company-card {
    padding: 16px 16px 24px;
    background: #FFFFFF;
    border: 2px solid rgba(85, 85, 85, 0.1);
}
.new-company-card .thumbnail {

}
.new-company-card .thumbnail img {

}
.new-company-card .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: var(--bs-black-100);
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.new-company-card .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: var(--bs-black-100);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
}
.new-company-card .read-more {
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    background: #12303e;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 16px;
    text-decoration: none;
}





.video-review-header {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 800;
    color: var(--bs-black-100);
}
.video-review {

}
.video-review-col {cursor: pointer;}
.video-review-thumbnail {
    position: relative;
}
.circle-play {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-play i {font-size: 24px;color: #fff;}
.video-review-thumbnail img {max-width: 100%;width: 100%;}
.video-review-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 2px;
    gap: 10px;
    background: #222222;
    color: var(--bs-white);
    height: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}










.order-widget {
    margin: 15px 0px 15px;
    display: flex;
}
.order-widget .btn-outline-danger {
    color: #c40000;
    border-color: #c40000;
}
.order-widget .btn-outline-danger:hover,
.order-widget .btn-outline-danger:active,
.order-widget .btn-outline-danger:focus {
    color: #fff;
    background: #c40000;
}
.order-widget a {
    font-size: 14px;
    line-height: 17px;
    margin-right: 16px;
    display: flex;
    text-decoration: none;
    color: var(--bs-black-300);
    align-items: center;
}
.order-widget a i {
    margin-left: 6px;
    font-size: 12px;
    color: var(--bs-gray-400);
}
.order-widget a.active {

}









.breadcrumb {
    margin: 12px 0px 15px;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb ul li {
    color: #c40000;
    display: inline-block;
}
.breadcrumb ul li a {
    font-size: 14px;
    line-height: 1.2;
    color: var(--bs-gray-400);
    text-decoration: none;
}
.breadcrumb ul li.last {
    font-size: 14px;
    line-height: 1.2;
    color: var(--bs-black-300);
}



.page-title {
    font-size: 24px;
    line-height: 1;
    margin: 0px;
    color: #c40000;
}




.grid-page {

}

.grid-page .description {margin-top: 50px;}
.grid-page .grid-products {
    flex-wrap: wrap;
    display: flex;
    margin-top: 15px;
    margin-left: -8px;
    margin-right: -8px;
}
.grid-page .grid-products .grid-products-item {
    flex: 0 0 33.33333333%;
    padding: 0 8px;
    margin-bottom: 24px;
}


.pagination {
    list-style: none;
    font-size: 14px;
    margin-top: 16px;
}
.pagination li {
    min-width: 36px;
    height: 36px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.pagination li.active {
    background: #c40000;
    color: #fff;
}
.pagination li.active a {
    color: var(--bs-white);
}
.pagination li.prev {

}
.pagination li.next {
    width: 140px;
}
.pagination li a {
    text-decoration: none;
    color: var(--bs-black);
}


.download-box {
    margin-bottom: 40px;
}
.download-box .btn-primary {
    line-height: 40px;
    background: #c40000 !important;
    border-color: #c40000 !important;
    margin: 0px 0px 1px;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px;
}
.download-box .btn-primary i {

}
.download-box .faq-link {
    background: #c40000;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    margin: 50px 0px 60px;
    line-height: 30px;
    text-decoration: none;
}
.download-box .faq-link i {
    font-size: 20px;
    margin: 0px 25px 0px 0px;
}
.download-box .faq-link:focus,
.download-box .faq-link:active,
.download-box .faq-link:hover {
    background: #f6f6f6;
    color: #222;
}
.download-page .download-btn {
    background: #c40000;
    color: #fff;
    padding: 10px 5px;
    font-size: 16px;
    width: 300px;
    display: block;
    text-align: center;
    border-radius: 0px;
    text-decoration: none;
}
.download-page .main-pic {
    margin-top: 20px;
}
.download-page .main-pic img {
    max-width: 400px;
    max-height: 400px;
}
.download-page .file-box {

}
.download-page .file-desc {
    font-size: 16px;
    color: #666666;
    margin-bottom: 5px;
}
.download-page .file-param {
    font-size: 12px;
    color: #999;
    margin-bottom: 30px;
}


.dealer-container {
    padding-right: 0px;
    padding-left: 0px;
    width: 100% !important;
    max-width: 1255px;
    display: flex;
    gap: 1em;
    margin: 40px 0px 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.marketplace {
    border: 1px solid #333;
    flex: 1 0 20%;
    min-width: 50px;
    max-width: 100px;
    height: 100px;
}
.marketplace button,
.city-list-main button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.marketplace img {
    max-width: 100%;
    height: auto;
}
.city-list-main {
    align-items: center;
    flex-direction: row;
    padding-right: 0px;
    width: 100% !important;
    max-width: 1170px;
    display: flex;
    gap: 1em;
    margin: 40px 0px 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.city-list {
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: center;
    margin-left: -7px;
    margin-right: -9px;
    padding-left: 0px;
}
.city-list li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
}
.city-list-main li {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #333;
    flex: 1 0 20%;
    min-width: 50px;
    max-width: 100px;
    display: block;
}
.city-list-main li img {
    max-width: 100%;
    height: auto;
}
.cities {
    font-size: 14px;
    color: #c40000;
    text-decoration: none;
}
.cities-main {
    font-size: 16px;
}


h1.commentTitle {
    font-weight: normal;
    font-size: 36px;
    color: #c40000;
    margin-bottom: 20px;
}
.paryners-text-one {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.paryners-text-two {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-style: italic;
}
.list-group-partner-ol-border {
    list-style: decimal;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    margin-top: 40px;
    max-width: 1010px;
    line-height: 25px;
}
.list-group-partner-ol-border li {
    padding-left: 45px;
    position: relative;
}
.list-group-partner-ol-border li i {
    position: absolute;
    color: #f6ba18;
    left: 39px;
    top: 3px;
}
.list-group-partner-ol-border h3 {
    color: #c40000;
    padding-left: 45px;
    border-left: 2px solid #EEEEEE;
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: .8;
    margin: 0;
}
.list-group-partner-ol-border p {
    border-left: 2px solid #EEEEEE;
    margin: 0px;
    padding: 0px 0px 50px 45px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}
.list-group-partner-ol-border h3.first:before {
    content: "";
    width: 2px;
    height: 4px;
    background: #fff;
    position: absolute;
    display: block;
    left: 45px;
    top: 0px;
}
.list-group-partner-ol-border h3.last:after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    display: block;
    left: 45px;
    top: 19px;
}
.list-group-partner-ol-border p.last {
    border-left: 2px solid transparent;
}
.list-group-partner-ol-border-sub {
    border-left: 2px solid #EEEEEE;
    margin: 0px;
    padding: 0px 0px 50px 45px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    list-style: disc;
    list-style-position: inside;
}
.list-group-partner-ol-border-sub li {
    padding-left: 20px;
}
.request-section .lead {
    font-style: italic;
    color: #333;
    margin: 5px 40px 15px 0px;
    font-size: 24px;
    text-align: right;
}
.order-price-3 {
    background: #F6BA18;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 13px 42px;
    text-align: center;
    text-decoration: none;
}





.product-page {

}
.product-page .first-screen {
    display: flex;
    flex-wrap: wrap;
}
.product-page .top-row {
    justify-content: flex-end;
    display: flex;
    margin-bottom: 30px;
}
.product-page .picture-container {
    flex: 0 0 50%;
    max-width: 50%;
    background: #FFFFFF;
    border: 1px solid rgba(85, 85, 85, 0.1);
    border-width: 1px 0px 1px 1px;
    padding: 16px 8px 16px 16px;
    position: relative;
}
.product-page .buy-container {
    position: relative;
    flex: 0 0 50%;
    background: #FFFFFF;
    border: 1px solid rgba(85, 85, 85, 0.1);
    border-width: 1px 1px 1px 0px;
    padding: 16px 16px 16px 30px;
}

.product-page .offer-above-cart {
    position: relative;
    padding: 8px 8px 8px 8px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 14px;
}
.product-page .offer-above-cart p {
    margin: 0px;
}
.product-page .offer-utp {position: relative;margin-bottom: 10px;font-size: 14px;}
.product-page .offer-utp p {
    margin: 0px;
}

.offer-label-on-photo {
    position: absolute;
    left: 20px;
    top: 15px;
}
.offer-label-on-photo p {
    margin: 0px;
}


#view360 {
    text-align: center;
}
.product-page .btn-360 {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 70px;
    border: none;
    margin: 0;
    padding: 0;
}
.product-page .btn-360 img {
    max-width: 100%;
}

.product-page .header-rating {
    display: flex;
    align-items: center;
}
.product-page .header-rating .star-def {
    margin: 0px;
    position: relative;
    background: url(../svg/star-def.svg) 0 repeat-x;
    background-size: 16px 15px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    height: 15px;
    width: 80px;
    flex: 0 0 auto;
}
.product-page .header-rating a {
    text-decoration: none;
    font-weight: 500;
    margin: 2px 33px 0px 8px;
    font-size: 14px;
    line-height: 15px;
    color: var(--bs-black-100);
}
.product-page .top-row .user-i {
    position: inherit;
    width: 253px;
    display: flex;
    justify-content: space-between;
}
.product-page .top-row .user-i .btn-compare {
    border: none;
    background: none;
    background-image: url(../svg/compare.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 95px;
    height: 20px;
    padding: 0px 0px 0px 15px;
    text-indent: initial;
    font-weight: 500;
    font-size: 14px;
}
.product-page .top-row .user-i .btn-wishlist {
    border: none;
    background: none;
    background-image: url(../svg/heart.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 109px;
    display: block;
    padding: 0px 0px 0px 20px;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    text-indent: initial;
}
.product-carousel {
    height: 420px;
    margin-bottom: 0px !important;
}
.product-carousel img {
    display: block;
    max-width: 100%;
    max-height: 420px;
    margin: 0 auto;
}
.product-carousel.owl-carousel.owl-drag .owl-item .item {
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-carousel-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.product-carousel-dots li {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex: 0 0 90px;
    margin: 0 2px 4px;
    height: 80px;
    background: #FFFFFF;
    border: 2px solid rgba(115, 115, 115, 0.05);
    border-radius: 5px;
    position: relative;
}
.product-carousel-dots li.active {
    border: 2px solid #c40000;
}
.product-carousel-dots li .circle-play {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #13aaec;
    border-radius: 50%;
    top: 50%;
    padding-left: 4px;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-carousel-dots li .circle-play i {
    font-size: 14px;
    color: #c40000;
}

.product-carousel-dots li img {
    max-width: 80px;
    max-height: 70px;
}
.product-carousel .owl-prev {
    position: absolute;
    background: none !important;
    width: 20px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: initial;
    left: -5px;
    bottom: -55px;
    top: initial;
}
.product-carousel .owl-next {
    position: absolute;
    background: none !important;
    width: 20px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: -5px;
    left: initial;
    bottom: -55px;
    top: initial;
}
.product-carousel .owl-prev span,
.product-carousel .owl-next span {
    font-size: 30px;
    line-height: 36px;
    margin: 0px auto;
    color: var(--bs-black-100) !important;
}

.product-page .buy-container {

}

.product-price {
    border: 1px solid #f4f5f6;
    border-radius: 20px;
    box-shadow: 0 6px 12px #e5e7e8;
    padding: 24px;
}

.product-price .btn-danger {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    background: #c40000 !important;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 4px;
    border-color: #c40000 !important;
}
.product-price .btn-danger i {
    font-size: 22px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.product-price .btn-outline-danger {
    background-color: #fff !important;
    box-shadow: inset 0 0 0 2px #999;
    color: #666 !important;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 8px 20px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    line-height: 28px;
    font-size: 1.125rem;
}

.buy-container .btn-request-box .btn-outline-secondary {
    background-color: #c40000;
    box-shadow: inset 0 0 0 2px #c40000;
    color: #fff;
    margin-bottom: 24px;
    padding: 8px 15px 8px 40px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 0;
    outline: 0;
    border-radius: 6px;
    line-height: 28px;
    font-size: 1rem;
}
.buy-container .btn-request-box .btn-outline-secondary i {
    margin-right: 10px;
    position: absolute;
    left: 15px;
}

.stock {
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 14px;
}
.stock i {
    font-size: 18px;
    margin-right: 7px;
}
.stock .no-stock {
    color: #999;
}
.stock .in-stock {
    color: #3caa3c;
    font-weight: bold;
    margin-top: 0px;
}

.pickup-box {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 25px;
}

.pickup-box i {
    color: #c40000;
    font-size: 18px;
    margin-right: 5px;
}

.pickup-box a {
    border-bottom: 1px dotted;
    border-color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.delivery-box {
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 28px;
    padding: 0 25px 0px 53px;
}

.delivery-box i {
    color: #c40000;
    font-size: 18px;
    position: absolute;
    left: 25px;
}

.delivery-box b {
    color: #d60000;
}

.delivery-box a {
    border-bottom: 1px dotted;
    border-color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.fix-scroll-topmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 113px;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 2px 8px #bfbfbf;
    border-bottom: 1px solid #ebebeb;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.fix-scroll-topmenu.show {
    opacity: 1;
    visibility: visible;
}

.fix-scroll-topmenu .cart {
    display: flex;
    padding: 8px 0;
}
.fix-scroll-topmenu .cart .pic {
    margin-right: 28px;
}
.fix-scroll-topmenu .cart .pic img {
    max-width: 62px;
    max-height: 55px;
}
.fix-scroll-topmenu .cart .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fix-scroll-topmenu .cart .code {

}
.fix-scroll-topmenu .cart .barcode {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
    font-weight: 400;
    color: #484f55;
}
.fix-scroll-topmenu .cart .page-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1c2126;
    margin: 4px 0 0;
}
.fix-scroll-topmenu .tools-box {
    padding: 8px 0px;
    display: flex;
    align-items: center;
}
.fix-scroll-topmenu .tools-box-cost {
    margin-left: auto;
}
.fix-scroll-topmenu .cost {
    font-size: 24px;
    font-weight: bold;
}
.fix-scroll-topmenu .tools-box-old-cost {
    margin-left: 20px;
}
.fix-scroll-topmenu .tools-box-old-cost .old-cost {
    color: #484f55;
}
.fix-scroll-topmenu .tools-box-cart-add {
    margin-left: 20px;
}
.fix-scroll-topmenu .tools-box-cart-add button {
    height: 40px;
}
.fix-scroll-topmenu .tools-box-user-i {
    margin-left: 20px;
}
.fix-scroll-topmenu .tools-box-user-i button {
    margin-left: 15px;
}
.fix-scroll-topmenu .nav-tabs {
    justify-content: space-evenly;
    border: none;
    border-top: 1px solid #ebebeb;
    margin-right: -12px;
    margin-left: -17px;
}
.fix-scroll-topmenu .nav-tabs li {
    flex: auto;
}
.fix-scroll-topmenu .nav-tabs .nav-item .nav-link {
    text-transform: uppercase;
    border-color: transparent;
    color: #484f55;
    position: relative;
    display: block;
    width: 100%;
    }
.fix-scroll-topmenu .nav-tabs .nav-item .nav-link.active {
    border-color: transparent;
    color: #c40000;
}
.fix-scroll-topmenu .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: transparent;
}
.fix-scroll-topmenu .nav-tabs .nav-item .nav-link.active::after {
    background: #c40000;
}

.guarantee-row {
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    color: #666;
}
.guarantee-row i {
    color: #13C900;
    position: absolute;
    font-size: 20px;
    left: -25px;
    top: 3px;
}











.found-cheaper {
    text-align: right;
    margin-bottom: 10px;
}
.found-cheaper .btn-found-cheaper {
    background: none;
    border: none;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(85, 85, 85, 0.5);
}
.labels-product {

}
.label {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
    margin-right: 8px;
    margin-bottom: 10px;
}
.label-green {
    background: rgba(29, 174, 125, 0.08);
    color: #1DAE7D;
}
.label-red {
    background: rgba(218, 0, 42, 0.03);
    color: #DA002A;
}
.label-violet {
    background: rgba(149, 40, 255, 0.03);
    color: #9528FF;
}
.label-orange {
    background: rgba(255, 151, 20, 0.05);
    color: #FF9714;
}


.barcode {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
}
.in-stock {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
}
.in-stock .available {
    background-image: url('../svg/available_check.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}
.in-stock .not-available {
    background-image: url('../svg/available_check.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}

.relinking-box {
    margin-top: 20px;
}
.relinking-box a {
    display: inline-flex;
    margin-right: 10px;
    border: 2px solid #dadcde;
    padding: 0px 12px 0px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 14px;
    height: 32px;
    align-items: center;
    color: #1c2126;
}
.relinking-box a.active {
    border: 2px solid #1c2127;
}
.relinking-box a:hover {
    border: 2px solid #1c2127;
}


.product-page .buy-container .product-qty {
}
.product-page .cost-txt {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: bold;
}
.product-page .cost-sale {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 25px;
}
.product-page .cost-sale .cost {
    text-align: right;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #333;
}
.product-page .cost-sale .sale {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.004em;
    color: #DA002A;
    margin-left: 10px;
    margin-top: 2px;
}
.product-page .old-cost {
    line-height: 1.4;
    margin-bottom: 15px;
}
.product-page .old-cost .cost {
    color: #484f55;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
    margin-right: 20px;
}
.product-page .old-cost .benefit {
    font-size: 12px;
    line-height: 20px;
    background: #FE6970;
    color: #fff;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 8px;
}
.product-page .cost-note {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #333333;
}
.product-reviews .old-cost{
    text-decoration: line-through;
    margin: 10px 20px 5px;
}

.product-page .accent {
    color: #043140;
    background: #F6F6F6;
    border-left: 3px solid #F6BA18;
    padding: 15px 20px;
    line-height: 25px;
    margin: 15px 0px 0px;
}
.product-page .accent ul {
    list-style: disc;
    padding-left: 20px;
}


.product-buy {
    margin-top: 30px;
}
.product-buy .btn-danger {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100%;
    height: 50px;
    background: #c40000;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    border-color: #c40000;
}
.product-buy .btn-outline-danger {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 220px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DA002A;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #DA002A;
    margin-left: 10px;
}
.cost-desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #555555;
}
.cost-desc em {
    color: #DA002A;
}
.messengers {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
    margin-top: 16px;
}
.telegram-link {
    width: 40px;
    height: 40px;
    background: #EFF8FF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.whatsapp-link {
    width: 40px;
    height: 40px;
    background: #EFFFED;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.telegram-link img {
    width: 19px;
}
.whatsapp-link img {
    width: 18px;
}


.advantages-list {margin-top: 16px;}
.advantages-list-item {display: flex;margin-top: 16px;}
.advantages-list-icon {
    display: flex;
    width: 45px;
    height: 45px;
    background: #FAFAFA;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}
.advantages-list-text {margin-left: 16px;}
.advantages-list-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
    margin-top: 4px;
}
.advantages-list-sub-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #737373;
    margin-top: 5px;
}
.request-container {
    margin-top: 29px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}
.request-container img {
    margin: 0 22px 0 15px;
}
.request-container .btn-link {
    padding: 0px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-decoration-line: underline;
    color: #c82a33;
    margin: 0px 6px;
}





.product-tabs {

}
.product-tabs .nav-tabs .nav-item {
    margin-right: 4px;
    flex: auto;
}
.product-tabs .nav-tabs .nav-link {
    position: relative;
    padding: 14px 16px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    height: auto;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.product-tabs .nav-tabs .nav-link.active {
    color: var(--bs-white);
    background: #469cd3;
}
.product-tabs {
    margin-top: 20px;
}
.product-tabs .nav.nav-tabs {
    border-bottom: none;
    justify-content: space-evenly;
}
.product-tabs .tab-content {
    background: #FFFFFF;
    border: 1px solid rgba(85, 85, 85, 0.1);
    padding: 40px 30px 10px;
    gap: 30px;
}
.product-page .page-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #c40000;
    margin-bottom: 10px;
}
.product-page .page-title small {
    font-weight: 400;
    font-size: 14px;
}
.product-page .description {
    margin: 30px 0px;
}
.product-page .description > * {
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
}
.product-page .description img {
    max-width: 100% !important;
    height: auto !important;
}
.product-page .btn-all-options {
    color: var(--bs-black-300);
    font-size: 14px;
    background: none;
    border: none;
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 20px;
}
.product-page .btn-all-options i {
    font-size: 12px;
}
.product-page .options {
    margin-top: 20px;
    max-width: 1000px;
}
.product-page .options .options-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.product-page .options dl {
    display: flex;
    flex-wrap: wrap;
    width: 944px;
    column-gap: 4px;
    font-family: Roboto, Arial, sans-serif;
}
.product-page .options dt {
    flex: 0 0 auto;
    width: 470px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #484f55;
    position: relative;
}
.product-page .options dt div {
    background: #fff;
    padding: 0px 5px 0px 0px;
    display: inline-block;
    z-index: 2;
    position: relative;
}
.product-page .options dt div .btn {position: absolute;top: -3px;right: -20px;padding: 0px 5px;background: #fff;}
.popover {
    max-width: 400px;
    z-index: 9;
}

.product-page .options dt::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-bottom: 1px dotted #dadcdf;
    bottom: 13px;
    z-index: 1;
}
.product-page .options dd {
    flex: 0 0 auto;
    width: 470px;
}
.product-page .options a {
    color: #005cb9;
    text-decoration: none;
}
.product-page .options table thead th {
    width: 500px;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 10px;
    background: #FAFAFA;
    line-height: 1.2;
    color: var(--bs-black);
}
.product-page .options table tbody th {
    width: 500px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 10px;
    line-height: 1.4;
    color: var(--bs-black);
}
.product-page .options table tbody td {
    width: 500px;
    font-weight: 400;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--bs-black);
}

.product-page .equipment {
    margin: 15px 0px 0px;
}


.product-page .videos {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px;
}
.product-page .item-video {
    margin: 0px 15px 15px 0px;
    width: 380px;
}
#video-modal .modal-header {
    padding: 1px 2px;
    min-height: 20px;
    z-index: 23;
}

#video-modal .modal-body {
    position: relative;
    padding: 15px;
    padding-top: 0px;
}

.reviews {
    margin: 30px 0px;
}
.reviews .rating-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.reviews .rating-title .star-def {
    margin: 0 0 0 8px;
}
.reviews .review-card {
    margin-top: 40px;
    display: flex;
}
.reviews .user-pic {
    margin-right: 16px;
}
.reviews .review-main {
    flex: 1;
}

.reviews-video-photo-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.reviews-video-photo-container .btn.btn-primary {
    background-color: #eee;
    border: none;
    padding: 0px;
    margin: 10px 10px 10px 0px;
    border-radius: 8px;
    cursor: pointer;
    height: 88px;
    overflow: hidden;
    position: relative;
    width: 114px;
    background: transparent;
}
.reviews-video-photo-container .btn.btn-primary img {
    max-width: 100%;
}
.reviews-video-photo-container .btn.btn-primary i {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 0px;
    right: 0px;
    text-shadow: 0px 0px 10px #333;
    margin: -20px auto;
}

.reviews .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}
.reviews .option-box {
    float: right;
    margin-top: -3px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .15s;
}
.review-card:hover .option-box {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease .15s;
}
.reviews .option-box button {
    background: none;
    border: none;
    color: #606060;
    margin-left: 5px;
}
.reviews .option-box button span {
    font-size: 12px;
}
.reviews .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(85, 85, 85, 0.6);
}
.reviews .star-def {
    margin: 2px 0px 2px 0;
}
.reviews .review-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: var(--bs-black-300);
}













.reviews-box-form {
    margin: 40px 0px 0px;
    display: none;
}
.reviews-box-form .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--bs-black-300);
}
.reviews-box-form .reviews-form {

}
.mark-star {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--bs-black-300);
}
.rating-stars {
    display: flex;
    height: 17px;
    width: 120px;
    flex: 0 0 120px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.rating-stars .input {
    display: none;
}
.rating-stars .label {
    width: 21px;
    height: 17px;
    background-size: 17px 17px!important;
    content: "";
    display: block;
    margin: 0;
    padding: 0 2px;
    border: 0;
    background: url(../svg/star-def.svg) 50% no-repeat;
    cursor: pointer;
}
.rating-stars:not(:hover) input:checked~label,
.rating-stars label:hover,
.rating-stars label:hover~label {
    background: url(../svg/star-red.svg) 50% no-repeat;
}


.articles-reviews-form .form-control::-moz-placeholder,
.reviews-form .form-control::-moz-placeholder {
    color: rgba(115, 115, 115, 0.8);
    opacity: 0.7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.articles-reviews-form .form-control::placeholder,
.reviews-form .form-control::placeholder {
    color: rgba(115, 115, 115, 0.8);
    opacity: 0.7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.articles-reviews-form .form-control,
.reviews-form .form-control {
    padding: 14px 16px;
    gap: 10px;
    font-size: 14px;
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
    border-right: none;
}
.articles-reviews-form .input-group-text,
.reviews-form .input-group-text {
    background-color: #fafafa;
    border: 1px solid rgba(85, 85, 85, 0.05);
}
.articles-reviews-form .btn-danger,
.reviews-form .btn-danger {
    padding: 12px 20px;
    background: #DA002A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}
.articles-reviews-form .form-check-label,
.articles-reviews-form .form-check-label a,
.reviews-form .form-check-label,
.reviews-form .form-check-label a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #555555;
}
.articles-reviews-form .form-check-input[type=checkbox],
.reviews-form .form-check-input[type=checkbox] {
    width: 16px;
    height: 16px;
}





.product-page .accessories {
    flex-wrap: wrap;
    display: flex;
    margin: 30px -8px;
}
.product-page .accessories .accessory-item {
    flex: 0 0 25%;
    padding: 0 8px;
    margin-bottom: 24px;
}



.documentation {
    margin: 40px 0px 0px;
}
.documentation-item {
    display: flex;
    margin-bottom: 30px;
}
.documentation .ext {
    padding-top: 23px;
    color: #fff;
    width: 30px;
    margin-right: 20px;
    height: 38px;
    background-image: url('../svg/file.svg');
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 800;
    text-align: center;
}
.documentation .title-size {

}
.documentation .title {

}
.documentation .title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    text-decoration: none;
}
.documentation .sixe {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(85, 85, 85, 0.6);
}















.product-categories {
    margin: 60px 0 60px;
    display: flex;
    align-items: center;
}
.product-categories .page-title {
    margin-bottom: 2px;
    font-size: 18px;
    flex: 0 0 auto;
    width: 185px;
}
.product-categories-box {
    display: flex;
    overflow: auto;
    padding-bottom: 0px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}
.product-categories a {
    padding: 2px 8px;
    background: #F7F7F7;
    border-radius: 15px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #222222;
    text-decoration: none;
    margin-right: 15px;
    white-space: nowrap;
}


.similar-products-header,
.viewed-products-header {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    color: #c40000;
    margin: 20px 0px 25px;
}
aside .viewed-products-header {
    font-size: 20px;
}
aside .owl-prev {
    position: absolute;
    background-color: #c40000 !important;
    color: var(--bs-white) !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    left: -10px;
    top: 40%;
}
aside .owl-next {
    position: absolute;
    background: #c40000 !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: -10px;
    top: 40%;
}

.product-card-mini .cost-note {
    font-weight: 500;
    font-size: 9px;
}
.product-card-mini .cost {
    font-size: 16px;
    line-height: 12px;
}
.product-card-mini .old-cost {
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
}
.product-card-mini .product-card-buy .btn-danger {
    font-weight: 700;
    font-size: 12px;
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 42px;
    line-height: 1;
    background: #c40000;
}
.product-card-mini .product-card-image {
    height: 215px;
}
.product-card-mini .product-card-image a {
    height: 205px;
}


.product-card-middle .product-card-buy .btn-dark {
    font-weight: 700;
    font-size: 14px;
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 1;
    background: var(--bs-black-100);
}

.product-card-middle .product-card-image {
    height: 265px;
}
.product-card-middle .product-card-image a {
    height: 260px;
}


.product-card.product-card-compare {
    border: none;
    border-radius: 0px;
}
.product-card-compare .product-card-header {
    justify-content: flex-end;
    padding: 0px 0px 0px;
}
.product-card-compare .btn-compare-delete {
    background: none;
    border: none;
}
.product-card-compare .product-card-image img {
    max-width: 130px;
    max-height: 130px;
}
.product-card-compare .product-card-cost .cost {
    font-size: 16px;
}
.product-card-compare .product-card-cost {
    height: 40px;
    background: #F7F7F7;
    border-width: 1px 1px;
    border-style: solid;
    border-radius: 0px;
    border-color: rgba(85, 85, 85, 0.1);
}
.product-card-compare .product-card-buy .btn-dark {
    flex: 0 0 100%;
    height: 40px;
    line-height: 25px;
    background: #c40000;
    border-width: 0px 1px;
    border-style: solid;
    border-color: rgba(85, 85, 85, 0.1);
    border-radius: 0px;
}
.product-card-compare {

}
.product-card-compare {

}



.wishlist-container .wishlist-empty,
.compare-page .compare-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    justify-content: center;
}
.wishlist-container .wishlist-empty-icon,
.compare-page .compare-empty-icon {
    width: 90px;
    filter: invert(90%) sepia(8%) saturate(9%) hue-rotate(80deg) brightness(87%) contrast(96%);
}
.wishlist-container .wishlist-empty-text,
.compare-page .compare-empty-text {
    margin-top: 46px;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: rgba(115, 115, 115, 0.5);
}
.wishlist-container .wishlist-catalog-link,
.compare-page .compare-catalog-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 240px;
    height: 50px;
    background: #c40000;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
}






#equipment-pane ul {
    background: none;
    color: #666666;
    margin: 0;
    padding: 0;
    list-style: none;
}
#equipment-pane ul li {
    font-size: 16px;
    margin-bottom: 15px;
}
#equipment-pane ul li i {
    color: #c40000;
    margin-right: 5px;
}






.ask-question {
    margin: 0px 0px;
}
.ask-question .question-card {
    margin-top: 40px;
    display: flex;
}
.ask-question .user-pic {

}
.ask-question .user-pic img {
    width: 70px;
    height: 70px;
}
.ask-question .question-card .user-pic img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.ask-question .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--bs-black-300);
    margin-bottom: 10px;
}
.ask-question .description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--bs-gray-400);
    margin: 8px 0px 0px;
}
.ask-question .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(85, 85, 85, 0.6);
}
.ask-question .question-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
}
.ask-question .question-text details {
    margin-top: 10px;
    margin-left: 15px;
}
.ask-question .question-text summary {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(85, 85, 85, 0.4);
    position: relative;
    margin-bottom: 10px;
}
.ask-question .question-text summary::marker {
    content: "";
}
.ask-question .question-text summary::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 19px;
    color: rgba(85, 85, 85, 0.4);
    position: absolute;
    left: 152px;
}
.ask-question .question-text details[open] summary::after {
    content: "\f106";
}
.ask-question .question-answer {
    display: flex;
}
.ask-question .question-answer .user-pic {
    margin-right: 15px;
    text-align: center;
}
.ask-question .question-answer .answer {
    margin-right: 0;
}


.ask-question-box-form {
    margin: 20px 0px 0px;
}
.ask-question-box-form .name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #222;
}
.ask-question-box-form .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--bs-black-300);
}
.ask-question-form .form-control::-moz-placeholder {
    color: rgba(115, 115, 115, 0.8);
    opacity: 0.7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.ask-question-form .form-control::placeholder {
    color: rgba(115, 115, 115, 0.8);
    opacity: 0.7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.ask-question-form .form-control {
    padding: 14px 16px;
    gap: 10px;
    font-size: 14px;
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
    border-right: none;
}
.ask-question-form .input-group-text {
    background-color: #fafafa;
    border: 1px solid rgba(85, 85, 85, 0.05);
}
.ask-question-form .btn-danger {
    padding: 12px 20px;
    background: #c40000;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    border-color: #c40000;
}
.ask-question-form .form-check-label,
.ask-question-form .form-check-label a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #555555;
}
.ask-question-form .form-check-input[type=checkbox] {
    width: 16px;
    height: 16px;
}



.filters-box {
    display: flex;
}
.filters-box .btn-secondary,
.filters-box .btn-secondary:active {
    background: #F7F7F7;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #222222;
    padding: 9px 10px;
}
.filters-box .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 2px;
    content: "\f078";
    font: normal normal normal 12px/1 FontAwesome;
    border: none;
    color: #B9B9C1;
}
.filters-box .dropdown-toggle.show::after {
    content: "\f077";
}
.filter-options {
    column-count: 2;
}
.dropdown-menu {
    background: #FDFDFD;
    border: 1px solid #F7F7F7;
    border-radius: 4px 4px 4px 4px;
    padding-bottom: 0px;
}
.filter-options label {
    width: 110px;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
}
.filter-options label .form-check-input[type=checkbox] {
    position: absolute;
    left: 0px;
}




/*
    forms
*/
.form-control {
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
    height: 50px;
    border-right: none;
}
textarea.form-control {
    height: auto;
}
[type="file"].form-control {
    height: auto;
    background: #fafafa;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
}
.input-group-text {
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-left: none;
    color: #c40000;
}
.btn-danger {
    height: 50px;
    background: #c40000!important;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 4px;
    border-color: #c40000 !important;
}
a.btn-danger {
    height: 38px;
    padding: 6px 15px;
    background: #DA002A;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 4px;
}
/*
    end forms
*/


/*
    cart page
*/
.cart-page .cart-widget {
    float: right;
    width: 100%;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 50px;
}
.cart-page .cart-widget-body hr {
    margin: 1.5rem 0;
}
.cart-page .cart-widget-body .btn-danger {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background: #d60000;
    border: 1px solid #d60000;
    border-radius: 4px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.cart-page .cart-widget-body .btn-danger:hover {
    background-color: #c50000;
    border-color: #c50000;
}
.cart-page .cart-widget-body .btn-outline-secondary {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #222222;
    border: 1px solid #222;
    border-radius: 4px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.cart-page .cart-widget-body .btn-outline-secondary:hover {
    background-color: #eee;
    border-color: #222;
}
.cart-page .cart-widget-body .form-check .form-check-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 3px;
    margin-left: 10px;
    color: #555555;
}
.cart-page .cart-widget-body .form-check  .form-check-label a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #555555;
}
.cart-page .input-promocode {
    height: 38px;
    background: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.cart-page .cart-widget-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}
.cart-page .msg-empty-cart {
    max-width: 650px;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 40px;
}
.cart-page .msg-empty-cart .link-empty-cart {
    text-decoration: underline;
}
.cart-page .cart-print {
    float: right;
    color: #7d7d7d;
    font-size: 24px;
    margin-top: 10px;}

.cart-page .table-page {
    margin-bottom: 135px;
}
.cart-page .table-page .header-row {
    font-size: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    margin-bottom: 15px;
}
.cart-page .table-page .header-row>div {
    display: none;
}
.cart-page .table-page .body-row {
    font-size: 14px;
    padding: 10px 0px;
    border: 1px solid rgba(238, 238, 238, 0.6);
    border-radius: 4px;
    margin-bottom: 5px;
}
.cart-page .table-page .body-row .img-box {
    width: 120px;
    height: 120px;
    justify-content: center;
    margin: 0 45px 0px 35px;
    display: inline-flex;
    flex: 1;
    align-items: center;
}
.cart-page .table-page .body-row .img-box img {
    max-width: 100%;
    max-height: 100%;
}
.cart-page .table-page .body-row .info-box {
    display: inline-flex;
    flex: 1;
}
.cart-page .table-page .body-row .info-box a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    color: #222222;
    text-decoration: none;
}
.cart-page .table-page .product-qty.cart-qty {
    width: 120px;
    margin-top: 0px;
}


.cart-cost-title {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: rgba(115, 115, 115, 0.6);
}
.sum-prod {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    text-transform: capitalize;
    color: #262626;
}
.cart-cost {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #262626;
}
.cart-cost-old {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-decoration: line-through;
    text-transform: capitalize;
    color: #262626;
}


.likecart-item {
    width: 60%;
    float: right;
}
.likecart-item details {
    margin-top: 10px;
    margin-left: 15px;
}
.likecart-item summary {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #1c2126;
    position: relative;
    margin-bottom: 10px;
}
.likecart-item summary::marker {
    content: "";
}
.likecart-item summary::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 19px;
    color: #1c2126;
    position: absolute;
    left: 105px;
}
.likecart-item .likecart-box {

}
.likecart-item details[open] summary::after {
    content: "\f106";
}
.likecart-item .likecart-box .item {

}
.likecart-item .likecart-box .item .likecart {display: flex;background-color: #f4f5f6;border-radius: 12px;padding: 8px;}
.likecart-item .likecart-box .item .likecart-img {flex: 0 0 92px;height: 80px;padding: 4px;}
.likecart-item .likecart-box .item .likecart-img img {max-width: 100%;max-height: 100%;}
.likecart-item .likecart-box .item .likecart-second {display: flex;flex-direction: column;flex: 1;}
.likecart-item .likecart-box .item .likecart-title {

}
.likecart-item .likecart-box .item .likecart-title a {color: #1c2126;font-size: 12px;max-height: 32px;display: -webkit-box;          /* Используем flexbox для поддержки обрезки */-webkit-box-orient: vertical; /* Указываем направление */-webkit-line-clamp: 2;        /* Ограничиваем до 2 строк */overflow: hidden;              /* Скрываем переполнение */text-overflow: ellipsis;      /* Добавляем троеточие */line-height: 16px;text-decoration: none;}
.likecart-item .likecart-box .item .likecart-cost-cart {display: flex;margin-top: auto;align-items: center;justify-content: space-between;}
.likecart-item .likecart-box .item .likecart-cost {font-size: 14px;line-height: 20px;font-weight: 700;}
.likecart-item .likecart-box .item .likecart-cart {margin-right: 15px;}
.likecart-item .likecart-box .item .likecart-cart button {background-color: #c40000 !important;color: var(--bs-white) !important;width: 36px;height: 36px;font-size: 20px;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: none;}

.likecart-item .owl-prev {
    position: absolute;
    background-color: #fff !important;
    box-shadow: 0 1px 4px rgb(184, 184, 184);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    left: -15px;
    top: 50%;
    margin-top: -18px;
}
.likecart-item .owl-next {
    position: absolute;
    background-color: #fff !important;
    box-shadow: 0 1px 4px rgb(184, 184, 184);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: -15px;
    top: 50%;
    margin-top: -18px;
}
.likecart-item .owl-prev span,
.likecart-item .owl-next span {
    font-size: 30px;
    line-height: 31px;
    margin: 0px auto;
    color: #333;
}


.cart-page .table-page .btn-trash {
    color: #999;
    width: 15px;
    height: 15px;
    padding: 0px;
    font-size: 22px;
    line-height: 30px;
    margin-left: 10px;
    background: none;
    border: none;
}
.cart-page .table-page .btn-trash:hover i {
    color: #d60000;
}

.check-box-all {
    margin-top: 30px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 24px;
    height: 60px;
    background: #FAFAFA;
    border-radius: 4px;
}
.check-box-all .form-check .form-check-input {
    margin-top: 1px;
}
.check-box-all .form-check {
    margin-bottom: 0px;
}
.check-box-all .input-group {
    width: 295px;
    margin-left: auto;
    margin-right: 55px;
}
.check-box-all .btn-outline-secondary {
    background: #fff;
    border: 1px solid #dfe2e6;
    border-left: none;
}


.check-box-all label {
    margin-left: 14px;
}
.delete-check-cart {
    margin-left: 60px;
    background: none;
    border: none;
    align-items: center;
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #DA002A;
}
.delete-check-cart i {
    color: #7d7d7d;
    font-size: 22px;
    margin-right: 15px;
}
.delete-check-cart:hover i {
    color: #d60000;
}
.cart-page .table-page .deleted-row {
    background: #eee;
    margin-top: -15px;
    height: 100px;
    padding-left: 155px;
    margin-bottom: -15px;
}
.cart-page .table-page .deleted-row p {
    color: #d60000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.cart-page .table-page .deleted-row .btn-refresh-cart {
    background: none;
    margin-top: 10px;
    border: none;
    padding: 0px;
}
.cart-page .table-page .deleted-row .btn-refresh-cart:hover {
    color: #d60000;
}
.cart-page .table-page .deleted-row .btn-refresh-cart i {
    color: #d60000;
    margin-right: 10px;
}
.cart-page .table-page .return-link-cart {
    display: inline-flex;
    align-items: center;
    margin-top: 48px;
    text-decoration: none;
    color: #212121;
    font-size: 14px;
}
.cart-page .table-page .return-link-cart:hover {
    color: #d60000;
}
.cart-page .table-page .return-link-cart i {
    color: #d60000;
    margin-right: 10px;font-size: 18px;
}

.cart-page .table-page .body-row .form-check {
    display: inline-flex;
}


.cart-checkout-page .cart-checkout-form label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #222222;
    display: block;
}
.cart-checkout-page .cart-checkout-form .form-check label,
.cart-checkout-page .cart-checkout-form .form-check label a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #555555;
}


.cart-checkout-page .radio-danger {

}

.radio {
    padding-left: 3px;
    margin-bottom: 15px;
    margin-top: 6px;
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.cart-checkout-page .radio-danger label  {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    text-align: left;
}
.radio-danger input[type="radio"]:checked + label::before {
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    background: #FDFDFD;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #DA002A;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}




.cart-checkout-page .delivery-help {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #222222;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-left: 15px;
}
.cart-checkout-page .delivery-help em {
    color: red;
    margin-left: -11px;
}


.cart-checkout-page .cart-checkout-form label em {
    color: #DA002A;
}
.cart-checkout-page .cart-checkout-form label span {
    color: rgb(115 115 115 / 60%);
}
.cart-checkout-page .cart-checkout-form .card {
    border: 1px solid #EEEEEE;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 10px;
}
.cart-checkout-page .cart-checkout-form .card-header {
    padding: 10px 30px;
    height: 42px;
    background: #c40000;
    border-radius: 4px 4px 0px 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #FAFAFA;
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
}
.table-product-checkout {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #222222;
}
.table-product-checkout th {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #BBBBBB;
}
.table-product-checkout th:first-child {
    text-align: left;
    padding-left: 23px;
}
.table-product-checkout td {
    vertical-align: middle;
    text-align: center;
}
.table-product-checkout td:first-child {
    text-align: left;
}
.table-product-checkout tbody tr {
    border: 1px solid #efefef;
    border-width: 1px 1px 1px 1px;
}
.table-product-checkout .img-box {
    padding: 15px;
}
.table-product-checkout .img-box img {
    max-width: 50px;
    max-height: 50px;
}
.table-product-checkout .info-box a {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    color: #222222;
    text-decoration: none;
}
.table-product-checkout .cart-cost {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #222222;
}
.table-product-checkout .cart-cost-old {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    text-decoration: line-through;
    color: #BBBBBB;
}
.cart-checkout-page .btn-danger {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 200px;
    height: 50px;
    background: #DA002A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}


.cart-checkout-widget {
    margin-top: 24px;
    padding: 50px 30px;
    background: #FFFFFF;
    border: 2px solid #c40000;
    border-radius: 5px;
}
.cart-checkout-widget .checkout-total,
.cart-checkout-widget .checkout-qty,
.cart-checkout-widget .checkout-sale {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
.cart-checkout-widget .checkout-total {
    font-weight: 800;
    font-size: 24px;

}
.cart-checkout-widget .checkout-qty {
    margin-bottom: 0px;
}
.cart-checkout-widget .checkout-sale {
    color: #C60016;
}








#fastOrder .modal-dialog {
    width: 950px;
    min-width: 950px;max-width: 96%;
}
#fastOrder {
    font-size: 14px;
}
#fastOrder .button.btn-city {
    text-decoration: underline;
    font-size: 14px;margin-left: 10px;}
#fastOrder .cart-pickup-title {

    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;}
#fastOrder .cart-pickup-address {
    flex-shrink: 0;
    width: 332px;
    max-width: 100%;
    margin-top: 20px;
}
#fastOrder .cart-pickup-date {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 4px;
    color: #3caa3c;
}
#fastOrder .cart-pickup-schedule {
    margin-top: 8px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
#fastOrder .box-picup-cart {
    margin-bottom: 15px;
}
#fastOrder .border-y {
    border: 1px solid #dcdcdc;
    border-width: 1px 0px;
    padding-top: 15px;
    margin-bottom: 10px;
}
#fastOrder .link-footer {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    margin-top: 28px;
    margin-bottom: 0;
}
#fastOrder .link-footer a {
    color: inherit;
    text-decoration: underline;
}
#fastOrder .fast-form-floating>.form-control:focus~label,
#fastOrder .fast-form-floating>.form-control:not(:placeholder-shown)~label,
#fastOrder .fast-form-floating>.form-select~label {
    transform: scale(.85) translateY(-22px) translateX(5px);
    opacity: 1;
}
#fastOrder .fast-form-floating label {
    color: #999;background: #fff;
    padding: 0px 5px;
    font-size: .9rem;
    height: 24px;
    line-height: 20px;top: 9px;
    left: 5px;
}
#fastOrder .fast-form-floating .form-control {
    padding: .375rem .75rem .375rem .75rem;
    height: 40px;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #ccc;
}
#fastOrder .fast-order-form .btn-danger {
    background-color: #d60000;
    color: #fff;
    padding: 14px 24px;
    font-size: 18px;
    line-height: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
}
#fastOrder .fast-order-form .btn-danger:hover {
    background-color: #c50000;
}

















.cart-empty {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cart-empty .cart-empty-icon {
    width: 90px;
    filter: invert(90%) sepia(8%) saturate(9%) hue-rotate(80deg) brightness(87%) contrast(96%);
}
.cart-empty .cart-empty-text {
    margin-top: 46px;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: rgba(115, 115, 115, 0.5);
}
.cart-empty .cart-catalog-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 240px;
    height: 50px;
    background: #c40000;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
}
/*
    end cart page
*/






/*
    brands page
*/
.grid-brands {
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
    margin-left: -12px;
    margin-right: -12px;
}
.grid-brand-item {
    flex: 0 0 20%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.brand-card {

}
.brand-card-image-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
}
.brand-card-image-title img {
    max-width: 100%;
    max-height: 130px;
}
.brand-card-image-title a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    align-items: center;
    text-transform: uppercase;
    color: #A8A8A8;
}
.brand-card-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 14px;
    height: 72px;
    background: #c40000;
    border-radius: 4px;
    margin-top: 12px;
}
.brand-card-link a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}

/*
    end brands page
*/




.open-address-box {
    margin-top: 60px;
    color: var(--bs-black-100);
}
.open-address-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 16px;
}
.open-address-grid {
    display: flex;
    justify-content: space-between;
}
.open-address-col {
    padding: 24px;
    width: 308px;
    height: 208px;
    background: var(--bs-gray-100);
    border-radius: 4px;
}
.open-address-col h6 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
}
.open-address-col p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}
.open-address-col .btn-link {
    padding: 0px;
    color: var(--bs-black-100);
    font-size: 14px;
}


footer {
    background: #212831;
    padding: 60px 0px 30px;
}
.top-footer {
    background-color: #ebebeb;
    height: 56px;
    padding: 12px 0px;
}

.top-footer .wraper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 45px;
    width: 1600px;
    margin: 0 auto;
}
.top-footer p {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    font-weight: bold;
    margin: 0px 30px 0px 0px;
    display: flex;
    align-items: center;
}
.top-footer p i {
    font-size: 24px;
    color: #c40000;
    margin-right: 10px;
}
.top-footer .form-control {
    height: 32px;
}
.top-footer .btn-danger {
    height: 30px;
    font-size: 12px;
    padding: 4px 15px;
}

.payment-methods {
    display: flex;
}
.payment-methods .payment-methods-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 4px;
}
.footer-list {
    height: 230px;
}
.footer-list p {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: var(--bs-white);
}
.footer-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-list ul li {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
}
.footer-list ul.footer-contacts li {
    padding-left: 25px;
    position: relative;
    margin-top: 10px;
}
.footer-list ul.footer-contacts li p {
    position: relative;
    margin: 0px 0px 0px -25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
}
.footer-list ul.footer-contacts li i {
    color: #c40000;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}
.footer-list ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
}

.footer-logo {

}
.footer-logo img {
    max-width: 100%;
}
.contact-text {
    margin-top: 20px;
    line-height: 25px;
    color: #ccc;
}




.subscribe-box {
    background: #c40000;
    border-radius: 2px;
    height: 180px;
}
.subscribe-box-bg {
    background-color: #c40000;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 180px;
    padding: 24px 10px 0px;
}
.subscribe-box p {
    margin: 0px 0 20px;
    font-weight: 800;
    line-height: 1.2;
    font-size: 18px;
    color: #fff;
}
.subscribe-form .input-group .form-control {
    height: 39px;
    border-radius: 2px;
}
.subscribe-form .input-group .btn-dark {
    border-radius: 2px;
    width: 51px;
    height: 39px;
}
.subscribe-form label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.3;
}
.subscribe-form .form-check-input:checked {
    background-color: var(--bs-black);
    border-color: var(--bs-black);
}

.social-media-box {
    background: var(--bs-white);
    border-radius: 2px;
    height: 160px;
    padding: 24px;
    margin-top: 10px;
}
.social-media-box p {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    margin: 0 0 20px;
}
.social-media-box .social-media {
    display: flex;
}
.social-media-box .social-media-icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    margin-right: 6px;
}

.navbottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.navbottom .container {
    width: 1224px;
}
.navbottom.open .navbottom-content {
    height: 500px;
    max-height: 500px;
    overflow: auto;
    padding: 15px;
}
.navbottom .navbottom-content {
    height: 0;
    transition: height 0.2s ease-out;
}
.navbottom .navbottom-content .title,
.navbottom .navbottom-content .title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin: 15px 0px 30px;
}
.navbottom .navbottom-close {
    display: none;
    height: 50px;
    color: #fff;
    border: none;
    position: absolute;
    width: 50px;
    font-size: 20px;
    right: 0px;
    background: #555;
    outline: none;
    z-index: 99;
}
.navbottom.open .navbottom-close {
    display: block;
}
.navbottom .navbottom-row {
    background: #043140;
    text-align: center;
}
.navbottom .navbottom-btn {
    height: 55px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbottom .navbottom-btn.active, .navbottom .navbottom-btn:hover {
    background: #555;
}
.navbottom .navbottom-btn img {
    width: 18px;
    margin-right: 15px;
    display: block;
}
.navbottom .navbottom-btn span {
    margin-left: 15px;
    background: #fff;
    color: #333;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.navbottom-blur.active {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    /* filter: blur(3px); */
}

.table-product-navbottom {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #222222;
}
.table-product-navbottom th {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #BBBBBB;
}
.table-product-navbottom th:first-child {
    text-align: left;
    padding-left: 23px;
}
.table-product-navbottom td {
    vertical-align: middle;
    text-align: center;
}
.table-product-navbottom td:first-child {
    text-align: left;
}
.table-product-navbottom tbody tr {
    border: 1px solid #efefef;
    border-width: 1px 1px 1px 1px;
}
.table-product-navbottom .img-box {
    padding: 15px;
}
.table-product-navbottom .img-box img {
    max-width: 50px;
    max-height: 50px;
}
.table-product-navbottom .info-box a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
    text-decoration: none;
}
.table-product-navbottom .cart-cost {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #222222;
}
.table-product-navbottom .cart-cost-old {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: line-through;
    color: #BBBBBB;
}
.cart-navbottom .btn-danger {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 200px;
    height: 50px;
    background: #DA002A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.cart-navbottom .cart-delete button {
    background: none;
    border: none;
}
.cart-navbottom .navbottom-qty {
    margin: 0 auto;
    width: 100px;
}
.product-qty.navbottom-qty .input-group .btn-outline-secondary {
    width: 30px;
    height: 30px;
}
.product-qty.navbottom-qty .input-group .form-control {
    height: 30px;
    font-size: 14px;
}




















.promo-list {
    padding: 0;
    margin: 0px;
    list-style: none;
}
.promo-list li {
    margin-top: 50px;
}
.promo-list .title {

}
.promo-list .title a {
    font-size: 18px;
}
.public-promo {
    color: #999;
    font-size: 12px;
}
.promo-list .intro-promo {
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.promo-list li a {
    font-size: 14px;
    text-decoration: none;
}




/*
    helpers
*/
.product-qty {
    width: 120px;
}
.product-qty .input-group {

}
.product-qty .input-group .form-control {
    padding: 0px;
    text-align: center;
    height: 36px;
    background: #FAFAFA;
    border: 1px solid rgba(115, 115, 115, 0.2);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
}
.product-qty .input-group .btn-outline-secondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid rgba(115, 115, 115, 0.2);
    border-radius: 2px;
    color: #222222;
}


.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7544L0.4875 3.272C1.30042 3.4808 2.70125 3.9644 3.95833 4.7108C5.28125 3.04 7.95083 0.9516 9.565 0L10 0.4292L4.16667 8L0 3.7544Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 10px;
}
.form-check-input:checked {
    background-color: var(--bs-red);
    border-color: var(--bs-red);
}
.form-check-input[type=checkbox] {
    border: 1px solid #E8E8E8;
    border-radius: 1px;
}

.alert-js {
    text-align: center;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 550px;
    max-width: 90%;
    z-index: 10010;
    margin-left: -275px;
}

.form-check-label,
.form-check-label a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #555555;
}

.form-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
}

.form-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #555555;
}
form em {
    color: red;
    font-style: normal;
}
.grecaptcha-badge {
     right: -260px !important;
}
.grecaptcha-badge:hover {
    right: 0 !important;
}

/*
    modals
*/


.modal .btn-close {
    opacity: 1;
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59 0L5 3.59L1.41 0L0 1.41L3.59 5L0 8.59L1.41 10L5 6.41L8.59 10L10 8.59L6.41 5L10 1.41L8.59 0Z' fill='%2312AAEB'/%3E%3C/svg%3E%0A");
}
.modal .modal-lg {
    width: 740px;
}
.modal .modal-header {
    border: none;
}
.modal .modal-title {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}
.modal .btn-close {

}
.modal .modal-body {
    padding: 15px 15px 9px;
}
.modal .form-control {
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
    height: 50px;
    border-right: none;
}
.modal textarea.form-control {
    height: auto;
}
.modal [type="file"].form-control {
    height: auto;
    background: #fafafa;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
}
.modal .input-group-text {
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-left: none;
}
.modal .form-control::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    opacity: 0.7;
}
.modal .form-control::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    opacity: 0.7;
}

.modal .btn-danger {
    height: 50px;
    background: #DA002A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}



#orderCall p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #222222;
    margin: 20px 0px 30px;
}
.request-offer-form {
    margin: 50px 0px;
}
.btn-request-box {
    margin-top: 30px;
    padding: 0 25px;
}
.btn-request-box button {
    margin-right: 20px;
}
.btn-request-box button i {
    margin-right: 5px;
}

.btn-request-box.buy-page {
    display: flex;
    justify-content: center;
}
.btn-request-box.buy-page button {
    margin: 0px 15px;
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

#fastOrder .pic-modal {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#fastOrder .pic-modal img {
    max-width: 100%;
    max-height: 300px;
}
#fastOrder .fast-order-form {
    margin-top: 50px;
}
#fastOrder .product-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #222222;
}
#fastOrder .qty-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
#fastOrder .qty-row .key {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #222222;
}
#fastOrder .qty-row .value {

}
#fastOrder .product-qty {
    width: 104px;
}
#fastOrder .product-qty .input-group .btn-outline-secondary {
    width: 30px;
    height: 30px;
}
#fastOrder .product-qty .input-group .form-control {
    height: 30px;
}
#fastOrder .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
#fastOrder .total-row .key {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    color: #222222;
}
#fastOrder .total-row .value {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    color: #222222;
}
#fastOrder .barcode-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}
#fastOrder .barcode-row .key {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #222222;
}
#fastOrder .barcode-row .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #222222;
}
#fastOrder .nds-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}
#fastOrder .nds-row .key {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #222222;
}
#fastOrder .nds-row .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #222222;
}
#fastOrder .delivery-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}
#fastOrder .delivery-row .key {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #222222;
}
#fastOrder .delivery-row .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #222222;
}
#fastOrder .sale-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}
#fastOrder .sale-row .key {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #C60016;
}
#fastOrder .sale-row .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #C60016;
}




















.appeals-form {
    margin-top: 20px;
    margin-bottom: 51px;
}
.appeals-form .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin: 0px 0px 15px;
    color: var(--bs-black-100);
}
.appeals-form .form-control {
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
    height: 50px;
    border-right: none;
}
.appeals-form textarea.form-control {
    height: auto;
}
.appeals-form [type="file"].form-control {
    height: auto;
    background: #fafafa;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
}
.appeals-form .input-group-text {
    background: #FAFAFA;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-left: none;
}
.appeals-form .form-control::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    opacity: 0.7;
}
.appeals-form .form-control::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    opacity: 0.7;
}

.appeals-form .btn-danger {
    height: 50px;
    background: #DA002A;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}



.contact-list {
    background: #FDFDFD;
    border: 1px solid rgba(85, 85, 85, 0.05);
    border-radius: 4px;
    padding: 20px 24px;
    list-style: none;
    margin-bottom: 80px;
}
.contact-list h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #c40000;
    margin: 0;
}
.contact-list li {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #222222;
}
.contact-list li b {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
    margin-top: 4px;
}
.contact-list .messenger-box {
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
}
.contact-list .contact-map {
    margin-left: -24px;
    margin-top: 22px;
    margin-right: -24px;
    margin-bottom: -35px;
    border-radius: 0px 0px 4px 4px;
}


#accordionFaq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #c40000;
}
#accordionFaq .accordion-item:first-of-type .accordion-button,
#accordionFaq .accordion-item:last-of-type .accordion-button.collapsed,
#accordionFaq .accordion-item:last-of-type {
    border-radius: 0px;
}




.commentTitle {
    font-size: 24px;
    color: #1b2c3e;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: .8;
}
.singleContadds {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.singleContadds i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #c40000;
}
.singleContadds p {
    margin: 0;
    line-height: 24px;
}





.ctaSection {
    background: #c40000;
    padding: 20px 0px;
    margin-top: 40px;
}
.ctaSection .cta-main {
    padding: 0px 30px;
    margin-left: 305px;
}
.ctaSection h3 {
    color: #000;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 22px;
    margin-bottom: 5px;
}
.ctaSection p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.ctaSection p.help-block {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.ctaSection .form-inline {
    margin-bottom: 10px;
}
.ctaSection .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.ctaSection .form-control {
    background: #fff;
    height: 36px;
    padding: 0px 12px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 13px;
    font-size: 16px;
}
.ctaSection textarea.form-control {
    resize: none;
}
.ctaSection .form-control[type="file"] {
    background: #fff !important;
}
.ctaSection .form-control[type="file"]::file-selector-button {
    margin-right: 20px;
    border: none;
    height: 46px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    color: #333;
    cursor: pointer;
    transition: background .2s ease-in-out;
    width: 140px;
}

.ctaSection input[type="file"]:hover::file-selector-button {
    background: #fff !important;
    color: #333;
}

.ctaSection .form-control::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.ctaSection .form-control:-ms-input-placeholder {
    color: #333;
}
.ctaSection .form-control::-webkit-input-placeholder {
    color: #333;
}
.ctaSection .btn-default {
    height: 40px;
    background: #202831;
    border-radius: 0px;
    border: none;
    color: #fff;
    width: 100%;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.card-title a {
    font-size: 1.25rem;
}
.card-text p {
    margin-bottom: 0;
}

.articles-page .card-title a {
    font-size: 16px;
    text-decoration: none;
}
.articles-page .card-title {
    margin: 0;
}
.articles-page .card-title a img {
    max-height: 50px;
    margin-right: 15px;
}
.articles-page .card-text p {
    margin-bottom: 0;
    margin-top: 10px;
}
.articles-page .card {
    margin-bottom: 20px;
}

#preview_media_modal img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}



.back-to-top {
    position: fixed;
    bottom: 80px;
    z-index: 9999;
    right: 30px;
    display: none;
}
.back-to-top button {
    color: #c30100;
    background: transparent;
    border: none;
    font-size: 26px;
}

.preloader {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 20%;
    left: 0px;
    right: 0px;
    text-align: center;
}
.preloader img {
    max-width: 100%;
}



.switch-tag-hidden {
    display: none;
}
.tags-container {
    margin-bottom: 20px;
    display: flex;
}
.tags-list-label {flex: 0 0 195px;color: #043140;padding: 3px 10px;}
.switch-tags {text-align: right;flex: 0 0 120px;}
.tags-list {margin-right: 20px;height: 28px;overflow: hidden;}
.tags-list.show-list {
    height: auto;
}
.tag-item {padding: 3px 10px;border-radius: 3px;display: inline-block;}
.tag-item a {}
.tag-item.current-tag {background: #c40000;color: #fff;}





.reviews-photos,
.reviews-videos {

}
.reviews-photos-title,
.reviews-videos-title {

}
.reviews-photos-carousel,
.reviews-videos-carousel {

}
.reviews-photos-carousel .item .btn-primary,
.reviews-videos-carousel .item .btn-primary {
    background-color: #eee;
    border: none;
    padding: 0px;
    margin-right: 0px;
    border-radius: 8px;
    cursor: pointer;
    height: 88px;
    overflow: hidden;
    position: relative;
    background: transparent;
}
.reviews-photos-carousel .item .btn-primary img,
.reviews-videos-carousel .item .btn-primary img {
    max-width: 100%;
}
.reviews-photos-carousel .item .btn-primary i,
.reviews-videos-carousel .item .btn-primary i {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 0px;
    right: 0px;
    text-shadow: 0px 0px 10px #333;
    margin: -20px auto;
}
.reviews-photos-carousel,
.reviews-videos-carousel {

}
.reviews-photos-carousel .owl-prev,
.reviews-videos-carousel .owl-prev {
    position: absolute;
    background-color: #c40000 !important;
    color: var(--bs-white) !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    left: -18px;
    top: 50%;
    margin-top: -18px;
}
.reviews-photos-carousel .owl-next,
.reviews-videos-carousel .owl-next {
    position: absolute;
    background: #c40000 !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: -18px;
    top: 50%;
    margin-top: -18px;
}

.review-param-box {
    margin-top: 30px;
}
.review-param-title {font-size: 16px;line-height: 24px;font-weight: bold;margin-bottom: 16px;}
.review-param-row {display: grid;grid-row-gap: 4px;width: 100%;margin-bottom: 16px;}
.review-param-text {color: #767d83;display: flex;font-size: 14px;justify-content: space-between;line-height: 20px;}
.review-param-text span {font-size: 14px;line-height: 20px;}
.review-param-line {background-color: #dadcde;height: 4px;overflow: hidden;position: relative;}
.review-param-filled {height: 100%;left: 0;position: absolute;top: 0;background-color: #c40000;}

.otzyvy-container .left-widget {
    position: sticky;
    top: 150px;
}
.otzyvy-container .left-widget a {
    text-decoration: none;
}
.otzyvy-container .left-widget .rating-avg {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}
.otzyvy-container .left-widget .rating-avg span {
    font-size: 28px;
    line-height: 32px;
}
.otzyvy-container .left-widget .rating-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    align-items: center;
}
.otzyvy-container .left-widget .rating-main .star-def {
    margin: 2px 4px 0px 0;
    position: relative;
    background: url(../svg/star-def.svg) 0 repeat-x;
    background-size: 22px 20px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    height: 22px;
    width: 110px;
    flex: 0 0 auto;
}
.otzyvy-container .left-widget .rating-main .star-red {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: auto;
    max-width: 100%;
    background-size: 22px 20px !important;
    background: url(../svg/star-red.svg) 0 repeat-x;
}
.otzyvy-container .left-widget .otzyvy-count {
    font-size: 14px;
}
.otzyvy-container .left-widget .otzyvy-add-link {
    line-height: 28px;
    font-size: 14px;
    background-color: #eeeff1;
    color: #1c2126;
    font-weight: 400;
    width: 316px;
    margin-bottom: 40px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-decoration: none;
}
.otzyvy-container .left-widget .otzyvy-add-link:hover {
    background-color: #dadcde;
}
.otzyvy-container .right-widget {
    margin-left: 100px;
    margin-bottom: 60px;
}
.otzyvy-container .right-widget .otzyvy-list {
    margin-bottom: 40px;
}
.otzyvy-container .right-widget .otzyvy-item {
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #ebebeb;
}
.otzyvy-container .right-widget .star-item {
    margin-bottom: 0px;
}
.otzyvy-container .right-widget .star-def {
    height: 15px;
    width: 80px;
    margin: 0px 0px 0px 0px;
}
.otzyvy-container .right-widget .star-red {
    background-size: 16px 15px !important;
    background: url(../svg/star-red.svg) 0 repeat-x;
}
.otzyvy-container .right-widget .name-item {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}
.otzyvy-container .right-widget .date-item {
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}
.otzyvy-container .right-widget .review-item h6 {
    font-weight: 700;
    margin-bottom: 8px;
}
.otzyvy-container .right-widget .text-item {
    font-size: 14px;
}
.otzyvy-container .right-widget .like-item {
    display: flex;
    justify-content: flex-end;
}
.otzyvy-container .right-widget .like-btn {
    color: #999;
    border: none;
    background: none;
    font-size: 14px;
    margin-left: 10px;
}
.otzyvy-container .right-widget .like-btn.yes:hover {
    color: #3caa3c;
}
.otzyvy-container .right-widget .like-btn.no:hover {
    color: #d60000;
}
.otzyvy-container .right-widget .like-btn i {
    margin-right: 3px;
}
.otzyvy-container .right-widget .otzyvy-btn-more {
    width: 100%;
    margin: 4px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #666;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    border: none;
    background: none;
}
.otzyvy-container .right-widget .otzyvy-btn-more:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}
.otzyvy-container .right-widget .otzyvy-link-all {
    display: block;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    margin: 0 auto;
    width: 250px;
    font-size: 16px;
    line-height: 24px;
}
.otzyvy-container .right-widget .otzyvy-link-all i {
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
}
.otzyvy-container .stars-group a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.otzyvy-container .stars-group a .count {
    font-size: 14px;
}

.product-code {
    margin-right: 24px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    vertical-align: top;
}

.product-code .title {
    color: #666666;
}

.dropdown-parent {
    position: relative;
    cursor: pointer;
}

.dropdown-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 100%;
    padding-top: 12px;
    z-index: 199;
}

.dropdown-parent:hover .dropdown-box {
    display: block !important;
}

.product-top-rating {
    display: inline-flex;
    align-items: flex-start;
    padding-top: 2px;
}

.product-top-rating .star-def {
    margin: 0px 0px 0px 0px;
}

.product-top-rating .link-product-rating {
    display: flex;
    align-items: center;
}

.product-top-rating .rating-avg {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.product-top-rating .rating-avg span {
    font-size: 28px;
    line-height: 32px;
}

.product-top-rating .rating-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
}

.product-top-rating .rating-main .star-def {
    margin: 2px 4px 0px 0;
    background-size: 22px 20px;
    height: 22px;
    width: 110px;
}

.product-top-rating .rating-main .star-red {
    background-size: 22px 20px !important;
}

.product-top-rating .otzyvy-count {
    font-size: 14px;
}

.product-top-rating .otzyvy-link {
    font-size: 14px;
    background-color: #c40000;
    color: #fff !important;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0px;
    padding: 8px 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-decoration: none;
}

.product-top-rating .otzyvy-link:hover {
    background-color: #0e93cb;
}

.product-top-rating .stars-group {
    padding: 20px 0px;
}

.product-top-rating .stars-group a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product-top-rating .stars-group a .count {
    font-size: 14px;
}

.product-top-rating .content {
    padding: 20px 24px 24px;
    cursor: default;
}
.product-top-rating .content a {
    text-decoration: none;
}
.product-top-rating .fa-caret-down {
    color: #7d7d7d;
    margin-top: 0px;
    margin-left: 4px;
    font-size: 12px;
    line-height: 15px;
}

.product-top-anchor {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.product-top-anchor a {
    font-size: 14px;
    text-decoration: none;
}

.product-top-anchor .line {
    color: #dcdcdc;
    padding: 0 4px;
}

.product-top-rating .content {
    padding: 15px 20px 20px;
    cursor: default;
    width: max-content;
    background: #fff;
    border-radius: 6px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.dropdown-box .content:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 20px;
    border: 12px solid transparent;
    border-bottom-color: #fff;
}

#AddCartModal .modal-dialog {
    width: 800px;
}
#AddCartModal .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}
#AddCartModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}
#AddCartModal .modal-body hr {
    margin: -5px 0 1rem;
    background: #dcdcdc;
    opacity: 1;
    height: 1px;
    border: none;
}
#AddCartModal .modal-body {
    padding: 1rem 15px 15px;
}
#AddCartModal .prod-modal-cart .product-img-box {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
#AddCartModal .product-img-box img {
    max-height: 180px;
    max-width: 100%;
}
#AddCartModal .prod-modal-cart .link {
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
}
#AddCartModal .card-price {
    align-items: flex-start;
    line-height: 20px;
}
#AddCartModal .card-price .old-price {
    color: #666;
    margin-bottom: 8px;
}
#AddCartModal .card-price .old-price strike {
    font-size: 16px;
}
#AddCartModal .card-price .old-price .units {
    margin-left: 4px;
}
#AddCartModal .card-price .discount {
    padding: 2px 4px;
    color: #fff;
    background: #3caa3c;
    border-radius: 2px;
    margin-left: 12px;
    font-weight: 400;
    line-height: 16px;
    font-size: 0.75em !important;
}
#AddCartModal .fw-bold {
    font-weight: 700 !important;
}
#AddCartModal .card-price .units {
    font-weight: 400;
}
#AddCartModal .box-qty {
    max-width: 143px;
    margin-top: 20px;
}
#AddCartModal .box-qty .input-group {
    flex-wrap: nowrap;
}
#AddCartModal .box-qty button {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 4px #bfbfbf;
    border-radius: 6px !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    flex: 1 1 0;
}
#AddCartModal .box-qty .form-control {
    width: 48px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px !important;
    margin-left: 16px !important;
    margin-right: 16px;
    padding: 8px 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    outline: none;
    box-shadow: none;
}
#AddCartModal .prod-modal-cart .link-to-cart {
    background-color: #c40000;
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    border-radius: 6px;
    display: inline-flex;
    text-decoration: none;
    text-align: center;
    width: 200px;
}
#AddCartModal .prod-modal-cart .btn-close-modal {
    background-color: #fff;
    color: #666;
    border: 2px solid #999;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    border-radius: 6px;
    display: inline-flex;
    text-align: center;
    width: 200px;
}
#AddCartModal .owl-prev {
    position: absolute;
    background-color: #c40000 !important;
    color: var(--bs-white) !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    left: 0px;
    margin-top: -18px;
    top: 50%;
}
#AddCartModal .owl-next {
    position: absolute;
    background: #c40000 !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    right: 0px;
    margin-top: -18px;
    top: 50%;
}
#AddCartModal .owl-carousel .owl-stage {
    display: flex;
}
#AddCartModal .cart-product-carousel .item {
    height: 100%;
}
#AddCartModal .cart-product-carousel .product-card-item {
    display: flex;
    position: relative;
    padding: 16px 13px;
    background: #fff;
    border-radius: 6px;
    box-shadow: none;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    border: none;
}
#AddCartModal .cart-product-carousel .product-img-box img {
    height: auto;
    width: 75px;
    max-height: inherit;
    max-width: inherit;
}
#AddCartModal .cart-product-carousel .product-card-new-rigth {
    padding-top: 0;
    margin-left: 10px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
#AddCartModal .cart-product-carousel .link p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}
#AddCartModal .cart-product-carousel .price-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: auto;
    width: 100%;
}
#AddCartModal .cart-product-carousel .cart-button {
    width: auto;
    margin-top: 20px;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    height: 36px;
    border: none;
    background-color: #c40000;
}
#AddCartModal .cart-button i {
    font-size: 16px;
    color: #fff;
}
#AddCartModal .link {
    display: block;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
}
#AddCartModal .owl-carousel.owl-loaded {
    display: block;
    margin-bottom: 0px;
}
#AddCartModal {}
#AddCartModal {}
#AddCartModal {}
#AddCartModal {}
#AddCartModal {}
#AddCartModal {}




.image-container {
    display: flex;
    margin-bottom: 50px;
    position: relative;
}
.image-container .card-header-logo {
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 0px;
    height: 40px;
}
.image-container-left {
    margin-right: 16px;
    max-width: 100%;
    width: 68px;
    flex-shrink: 0;
}
.btn-360-modal,
.btn-video-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    border: none;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 0 1px 4px #bfbfbf;
    border-radius: 4px;
    text-decoration: none;
    color: #666666;
}
.btn-video-text,
.btn-360-text {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    margin-top: 5px;
    white-space: nowrap;
}
.image-container-left .carousel-preview {
    display: none;
}

.image-container-right {
    position: relative;
    padding: 0px;
    vertical-align: top;
    width: 100%;
    height: 552px;
}


#carousel-prod-modal .modal-lg,
#carousel-prod-modal .modal-xl {
    max-width: 95%;
    min-width: 900px;
}
@media (min-width: 1200px) {

    #carousel-prod-modal .modal-lg,
    #carousel-prod-modal .modal-xl {
        max-width: 1140px;
    }
}
#carousel-prod-modal .carousel-indicators-box {
    position: relative;
    height: 250px;
    overflow-y: auto;
}
#carousel-prod-modal .carousel-indicators {
    flex-wrap: wrap;
    top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    justify-content: flex-start;
}
#carousel-prod-modal .carousel-indicators [data-bs-target] {
    text-indent: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    flex: 0 0 28%;
    margin: 0 10px 15px 0;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
#carousel-prod-modal .carousel-indicators [data-bs-target] i {
    position: absolute;
    color: red;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    right: 0px;
    font-size: 30px;
    text-shadow: 0px 2px 5px #525252;
}
#carousel-prod-modal .carousel-indicators [data-bs-target]:hover,
#carousel-prod-modal .carousel-indicators [data-bs-target].active {
    border-color: #7d7d7d;
}
#carousel-prod-modal .carousel-indicators [data-btn-360] {
    border: 1px solid #dcdcdc;
    flex-direction: column;
}
#carousel-prod-modal .carousel-indicators [data-bs-target] img {
    /* max-width: 100%; */
    max-height: 100%;
}
#carousel-prod-modal #view360 {
    margin: 0 auto;
}

#carousel-prod-modal [data-btn-360] svg {
    max-width: 34px;
}

#carousel-prod-modal [data-btn-360] .btn-360-text {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    margin-top: 5px;
    white-space: nowrap;
}

#carousel-prod-modal .carousel-fade .carousel-item {
    height: 550px;
    text-align: center;
}

#carousel-prod-modal .carousel-fade .carousel-item img {
    max-width: 100%;
    max-height: 100%;
}


#carousel-prod-modal .product-price {
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 2px #e6e6e6;
    margin-bottom: 28px;
}

#carousel-prod-modal .product-price .current-price {
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}

#carousel-prod-modal .product-price .cart-button {
    background-color: #c40000;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 12px 20px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    height: initial;
}

#carousel-prod-modal .product-price .cart-button i {
    font-size: 24px;
    margin-right: 12px;
}

#carousel-prod-modal .product-price .cart-button span {
    line-height: 28px;
    font-size: 18px;
    display: inline-block;
}

#carousel-prod-modal .product-code {
    margin-bottom: 10px;
}

#carousel-prod-modal .prod-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

#carousel-prod-modal .video-mirror {
    height: 550px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#carousel-prod-modal .video-mirror i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 50px;
    color: red;
    margin-top: -25px;
}

#carousel-prod-modal .carousel-fade .carousel-item .video-mirror img {
    height: 100%;
    max-width: initial;
}

#carousel-prod-modal .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312AAEB'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#carousel-prod-modal .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312AAEB'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}



.questions-page {
    width: 100%;
    margin-top: 20px;
}

.questions-page.fixed {
    padding-top: 186px;
}

.questions-page .questions-container .questions-add-link {
    width: 170px;
    margin-bottom: 70px;
}

.questions-page .questions-form-box form {
    display: none;
}

.questions-page .questions-form-box.show .questions-add-link {
    display: none;
}

.questions-page .questions-form-box.show form {
    display: flex;
}


.questions-container .have-questions {
    margin: 0 0 28px;
    font-size: 14px;
}

.questions-container .questions-add-link {
    line-height: 28px;
    font-size: 14px;
    background-color: #c40000;
    color: #fff;
    font-weight: 400;
    width: 316px;
    margin-bottom: 40px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-decoration: none;
}

.questions-container .questions-add-link:hover {
    background-color: #04A2E6;
    color: #fff !important;
}

.questions-container .right-widget {
    margin-left: 100px;
    margin-bottom: 10px;
}

.questions-container .questions-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.questions-container .questions-block-header {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 16px;
}

.questions-container .name-item {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    margin: 0 16px 0 0;
}

.questions-container .date-item {
    font-size: 12px;
    color: #7d7d7d;
}

.questions-container .text-item {
    margin: 0 0 12px;
    font-size: 14px;
}

.questions-container .btn-box {
    font-size: 14px;
    color: #666;
}

.questions-container .toggle-q-btn {
    font-size: 14px;
    color: #666;
    background: none;
    border: none;
    padding: 0px;
}

.questions-container .answear-item {
    padding-left: 52px;
    padding-top: 10px;
    font-size: 14px;
    display: none;
}

.questions-container .answear-item .name-item {
    color: #d60100;
    margin-bottom: 10px;
}

.questions-container .questions-link-all {
    display: block;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    margin: 0 auto;
    width: 270px;
    font-size: 16px;
    line-height: 24px;
}

.questions-container .questions-link-all i {
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
}





.reviews-container {
    margin-bottom: 50px;
}

.product-reviews .reviews-video-photo-container .btn.btn-primary {
    height: 88px;
    width: 98px;
}

.product-reviews .reviews-video-photo-container .btn.btn-primary i {
    font-size: 44px;
    margin: -22px auto;
}

.product-reviews .top-screen.top-screen-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px calc(100% - 1618px);
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 2px 8px #bfbfbf;
    border-bottom: 1px solid #ebebeb;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.product-reviews .top-screen.top-screen-fixed.show {
    opacity: 1;
    visibility: visible;
}

.product-reviews .top-screen {
    display: flex;
    margin-bottom: 44px;
}

.product-reviews .top-screen .pic {
    margin-right: 60px;
}

.product-reviews .top-screen .pic img {
    max-height: 150px;
    max-width: 165px;
}

.product-reviews .top-screen .info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.product-reviews .top-screen .info .code .barcode {
    margin-top: 0px;
}

.product-reviews .top-screen .info .page-title>a {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #c40000;
    text-decoration: none;
}

.product-reviews .top-screen .info>a {
    text-decoration: none;
}

.product-reviews .top-screen .info a i {
    font-size: 12px;
}

.reviews-photo-video {
    margin-bottom: 50px;
}

.reviews-photo-video .btn-primary {
    background-color: #eee;
    border: none;
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    height: 88px;
    overflow: hidden;
    position: relative;
    width: 98px;
    background: transparent;
}

.reviews-photo-video .btn-primary img {
    max-width: 100%;
}

.reviews-photo-video .btn-primary i {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 0px;
    right: 0px;
    text-shadow: 0px 0px 10px #333;
    margin: -20px auto;
}

.product-reviews .tools {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.product-reviews .tools-box {
    display: flex;
    align-items: center;
}

.product-reviews .tools-box .tools-box-cost .cost {
    font-size: 24px;
    font-weight: bold;
}

.product-reviews .tools-box .tools-box-cart-add {
    margin-left: 20px;
}

.product-reviews .tools-box .tools-box-cart-add button {
    height: 40px;
}

.product-reviews .tools-box .tools-box-user-i {
    margin-left: 20px;
}

.product-reviews .tools-box .tools-box-user-i button {
    margin-left: 15px;
}

.reviews-add-block {
    border: 1px solid #333;
    height: 300px;
}

.reviews-container .left-widget-fixed {
    height: 100vh;
}

.reviews-container .left-widget {
    width: 367px;
    top: 165px;
    position: sticky;
}

.reviews-container .left-widget .rating-avg {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.reviews-container .left-widget .rating-avg span {
    font-size: 28px;
    line-height: 32px;
}

.reviews-container .left-widget .rating-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    align-items: center;
}

.reviews-container .left-widget .rating-main .star-def {
    margin: 2px 4px 0px 0;
    position: relative;
    background: url(../svg/star-def.svg) 0 repeat-x;
    background-size: 22px 20px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    height: 22px;
    width: 110px;
    flex: 0 0 auto;
}

.reviews-container .left-widget .rating-main .star-red {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: auto;
    max-width: 100%;
    background-size: 22px 20px !important;
    background: url('../svg/star-red.svg') 0 repeat-x;
}

.reviews-container .left-widget .otzyvy-count {
    font-size: 14px;
}

.reviews-container .left-widget .otzyvy-add-link {
    line-height: 28px;
    font-size: 16px;
    background-color: #c40000;
    color: #fff;
    width: 100%;
    margin-bottom: 40px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-decoration: none;
}

.reviews-container .review-card {
    margin-top: 40px;
    display: flex;
}

.reviews-container .user-pic {
    margin-right: 16px;
}

.reviews-container .review-main {
    flex: 1;
}

.reviews-container .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

.reviews-container .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(85, 85, 85, 0.6);
}

.reviews-container .star-def {
    margin: 2px 0px 2px 0;
}

.reviews-container .review-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: var(--bs-black-300);
}