@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter-Regular.otf");
    font-style:normal;
    font-weight:400;
}
@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter-Medium.otf");
    font-style:normal;
    font-weight:500;
}
@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter-SemiBold.otf");
    font-style:normal;
    font-weight:600;
}
@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter-SemiBoldItalic.otf");
    font-style:italic;
    font-weight:600;
}
@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter-Bold.otf");
    font-style:normal;
    font-weight:700;
}
@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter-ExtraBold.otf");
    font-style:normal;
    font-weight:800;
}
@font-face{
    font-family:"Inter";
    src:url("../fonts/Inter/Inter-ExtraBoldItalic.otf");
    font-style:italic;
    font-weight:800;
}

: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: #DA002A;
    --bs-green: #138808;
    --bs-red-2: #C10020;
}

body {
    font-family: "Inter", sans-serif;
    background-color: var(--bs-white);
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    min-width: 1600px;
}

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

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



.top-container {
    background: var(--bs-gray-100);
}
.top-container-col {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 14px;
}
.city-box {
    width: 260px;
    color: var(--bs-black-300);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 21px;
    background-image: url('../svg/map_marker.svg');
    background-repeat: no-repeat;
    background-position: center left;
}
.city-box .btn-link {
    color: var(--bs-black-300);
    font-weight: 600;
    font-size: 14px;
    padding: 0 6px;
    border: none;
    background: none;
}
.phone-box {
    color: var(--bs-black);
    font-weight: 600;
    font-size: 16px;
    padding-left: 32px;
    background-image: url('../svg/phone.svg');
    background-repeat: no-repeat;
    background-position: center left;
}
.time-box {
    margin-right: 190px;
    color: var(--bs-gray-400);
    font-weight: 400;
    font-size: 14px;
    padding-left: 23px;
    background-image: url('../svg/oclock.svg');
    background-repeat: no-repeat;
    background-position: center left;
}
.call-box {
    margin-left: auto;
}
.call-box .btn-dark {
    font-weight: 600;
    font-size: 14px;
    padding: 7px 40px;
    border-radius: 4px;
    background: var(--bs-black-200);
}
.email-box {
    margin-right: 160px;
}
.email-box a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: var(--bs-black-100);
}

header {
    margin-top: 10px;
}
header > .wraper {
    display: flex;
}
.logo-box {
    width: 240px;
    margin-right: 20px;
    position: relative;
}
.logo-box img {
    max-width: 100%;
}
.logo-box p {
    position: absolute;
    color: #a8a8a8;
    text-transform: uppercase;
    right: 11px;
    top: 31px;
    font-weight: 600;
    font-size: 13.6px;
}
.search-box {
    width: 910px;
    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: var(--bs-black-200);
}
.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.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.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: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    background: var(--bs-red-2);
    position: absolute;
    color: var(--bs-white);
    top: -15px;
    right: 1px;
}

.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;
}
.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: 10px;
}
main > .wraper {
    display: flex;
}
main aside {
    width: 240px;
    margin-right: 20px;
}
.content {
    width: 100%;
}
main aside + .content {
    width: calc(100% - 260px);
    /* min-height: 1150px; */
}
.content nav {
    background: var(--bs-red-2);
    padding-left: 12.5px;
    padding-right: 12.5px;
    border-radius: 4px;
    height: 50px;
}
.content nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
}
.content nav ul li {

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


.list-box {}
.list-box-title {
    height: 50px;
    background: var(--bs-black-200);
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-around;
}
.list-box-title a {
    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 #c82a33;
}
ul.catalog > li:hover > a {
    border-left: 2px solid #c82a33;
}
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 17px;
    position: relative;
    border-left: 2px solid transparent;
}

ul.catalog li a .icon-category {
    margin-right: 10px;
}
ul.catalog li a .icon-category img {
    width: 50px;
    height: auto;
}
ul.catalog .catalog-children {
    display: none;
    position: absolute;
    z-index: 99;
    width: 700px;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: 0px;
    transition: all .3s ease .15s;
    min-height: 100%;
    flex-wrap: wrap;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
ul.catalog .catalog-children li {
    flex: 0 0 33.333333%;
    border: none;
}
ul.catalog .catalog-children li a {
    flex: 0 0 33%;
    border: none;
    height: 74px;
    padding: 0px 30px 0px 24px;
}
ul.catalog .catalog-children + a:after {
    position: absolute;
    z-index: 222222;
    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;
    display: flex;
}

.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: #12AAEB;
}
.grid-category li a img {
    max-width: 55px;
    max-height: 50px;
    margin-right: 10px;
}

.filters-widget {
    margin-top: 45px;
}
.filters-widget .list-box-title:before,
.filters-widget .list-box-title:after {
    content: '';
}
.filters-widget .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;
}
.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 {
    
}
.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;
}

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




.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: 15px;
    color: var(--bs-black-200);
}
.advantages .list-box-body ul li img {
    margin-right: 5px;
    width: 35px;
}




.action {
    margin-top: 45px;
}
.action .list-box-title {
    height: 50px;
    background: var(--bs-red-2);
    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-2);
}





.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 11%;
    border: 8px solid #fff;
    height: 150px;
    -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: 11px;
    color: var(--bs-black);
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    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-2);
}
.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: var(--bs-red-2) !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: var(--bs-red-2)!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: 36px;
    margin: 0px auto;
    color: #fff;
}


.new-products-carousel-header {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 800;
    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-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: 200px;
    position: relative;
}
.product-card-image a {
    height: 190px;
    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;
    bottom: 10px;
    right: 13px;
    width: 53px;
    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: 18px;
    width: 20px;
    height: 20px;
    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: 18px;
    background-image: url('../svg/heart.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}



.product-card-title {
    padding: 10px 15px 10px;
}
.product-card-title a {
    height: 42px;
    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: 2;
    -webkit-box-orient: vertical;
}
.product-card-specification {
    padding: 0 15px 10px;
}
.dotted-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 130px;
    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;
}
.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: 0 0 50%;
    font-size: 13px;
    font-weight: 600;
    height: 54px;
    border-radius: 0 0 4px 4px;
}
.product-card-buy .btn-danger {
    flex: 0 0 50%;
    font-size: 13px;
    font-weight: 600;
    height: 54px;
    padding: 0 5px;
    border-radius: 0 0 4px 0px;
}


.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: #222222;
    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: 25px 0px 30px;display: flex;}
.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: 24px 0px;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb ul li {
    color: var(--bs-red-2);
    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-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin: 0px;
    color: var(--bs-black-100);
}




.grid-page {
    min-height: 1300px;
}

.grid-page .description {

}
.grid-page .description a,
.grid-page .description a * {
    color: #333 !important;
}
.grid-page .grid-products {
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
    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: var(--bs-red-2);
    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);
}








.product-page {

}
.product-page .first-screen {
    display: flex;
    flex-wrap: wrap;
}
.product-page .top-row {
    flex: 0 0 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 14px;
}
.product-page .picture-container {
    flex: 0 0 50%;
    max-width: 640px;
    background: #FFFFFF;
    border: 1px solid rgba(85, 85, 85, 0.1);
    border-width: 1px 0px 1px 1px;
    padding: 16px 8px 16px 16px;
}
.product-page .buy-container {
    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 14px;
}

.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: initial;
    bottom: 10px;
    right: 13px;
    width: 250px;
    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: 100px;
    height: 20px;
    padding: 0px 0px 0px 30px;
    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: 115px;
    display: block;
    padding: 0px 0px 0px 25px;
    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;
    max-width: 620px;
    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;
}
.product-carousel-dots li.active {
    border: 2px solid #DA002A;
}
.product-carousel-dots li img {
    max-width: 60px;
    max-height: 60px;
}
.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: 24px;
    line-height: 36px;
    margin: 0px auto;
    color: var(--bs-black-100) !important;
}

.product-page .buy-container {

}
.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-block;
    margin-right: 20px;
    border: 2px solid #777;
    padding: 3px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #777;
}
.relinking-box a.active {
    background: #777;
    color: #fff;
}



.product-page .buy-container .product-qty {
    margin-top: 35px;
}
.product-page .cost-sale {
    margin-top: 35px;
    display: flex;
    align-items: flex-start;
}
.product-page .cost-sale .cost {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #222222;
}
.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 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-decoration-line: line-through;
    color: #333333;
}
.product-page .cost-note {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #333333;
}
.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: 220px;
    height: 50px;
    background: var(--bs-red-2);
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
}
.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 var(--bs-red-2);
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: var(--bs-red-2);
    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;
}
.product-tabs .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 14px;
    border-color: var(--bs-gray);
    line-height: 1.6;
    color: var(--bs-black-100);
    border-radius: 2px 2px 0px 0px;
    padding: 8px 20px;
    background: var(--bs-gray);
}
.product-tabs .nav-tabs .nav-link.active {
    color: var(--bs-white);
    background: var(--bs-red-2);
}
.product-tabs {margin-top: 20px;}
.product-tabs .nav.nav-tabs {
    border-bottom: none;
}
.product-tabs .tab-content {
    background: #FFFFFF;
    border: 1px solid rgba(85, 85, 85, 0.1);
    padding: 40px 30px 80px;
    gap: 30px;
}
.product-page .page-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--bs-black-100);
}
.product-page .page-title small {
    font-weight: 400;
    font-size: 14px;
}
.product-page .description {
    margin: 30px 0px;
}
.product-page .options {margin-top: 20px;max-width: 1000px;}
.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: 30px 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;
    transition: all .3s ease .15s;
}
.reviews .user-pic {
    margin-right: 16px;
}
.reviews .review-main {
    flex: 1;
}
.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;
}
.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: var(--bs-red-2);
    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: 40px 0 24px;
}
.product-categories .page-title {
    margin-bottom: 32px;
}
.product-categories a {
    padding: 8px 20px;
    background: #F7F7F7;
    border-radius: 2px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #222222;
    text-decoration: none;
    margin-right: 4px;
}


.similar-products-header,
.viewed-products-header {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    color: var(--bs-black-100);
    margin: 70px 0px 25px;
}

.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: var(--bs-red-2);
}
.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.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;
    background: var(--bs-red-2);
    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: var(--bs-red-2);
    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;
}













.ask-question {
    margin: 30px 0px;
}
.ask-question .question-card {
    margin-top: 40px;
    display: flex;
}
.ask-question .user-pic {
    margin-right: 16px;
}
.ask-question .user-pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.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: 40px 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: var(--bs-red-2);
    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;
}
.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;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}
.filter-options label input {
    position: absolute;
    left: 0px;
}

.filter-box.overflow-auto {
    max-height: 500px;
    overflow: auto;
}

.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;
}


/*
    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;
}
.btn-danger {
    height: 50px;
    background: var(--bs-red-2);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 4px;
    border: 1px solid var(--bs-red-2);
}
.btn-danger:hover {
    background-color: var(--bs-red-2);
    border-color: var(--bs-red-2);
}
a.btn-danger {
    height: 38px;
    padding: 6px 15px;
    background: var(--bs-red-2);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 4px;
    color: #fff !important;
}
a.btn-danger:hover {
    background-color: var(--bs-red-2);
    border-color: var(--bs-red-2);
}

/*
    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;
}







.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: #DA002A;
    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 #DA002A;
}
.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: #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;
    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: #DA002A;
    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: var(--bs-black);
    height: 524px;
    padding: 60px 0px 0px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.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;
}
.footer-list ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
}
.subscribe-box {
    background: linear-gradient(287.95deg, #c10020 11.37%, #c10020 100%);
    border-radius: 2px;
    height: 180px;
}
.subscribe-box-bg {
    background-image: url('../img/vector_mail.png');
    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: var(--bs-black-200);
    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: 30px;
}
.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-2);
    border-color: var(--bs-red-2);
}
.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='%23DA002A'/%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: 5px 15px 15px;
}
.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;
}


#fastOrder {

}

#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: #DA002A;
    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;
}







.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;
}































