:root {
    --color-main: #C40000;
    --color-main-v2: #008A5C;
    --color-active: #C40000;
    --color-social: #C40000;
    --color-hover: #C40000;
    --color-title: #333;
    --color-white: #fff;
    --font-regular: "Inter Regular";
    --font-medium: "Inter Medium";
    --font-bold: "Inter Bold";
    --font-semi: "Inter SemiBold";
    --font-light: "Inter Light";
    --font-custom: "UTM HelvetIns";
    --font-custom-v2: "SVN-Darleston";
    --font-custom-v3: "Oswald";
}

body {
    font-size: 14px;
    font-family: var(--font-regular);
}

.wrap__container {
    overflow: hidden;
    margin: auto;
    max-width: 1920px;
}

.wrap__content {
    margin: auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}

.mx-1 img,.col__logo{
    aspect-ratio: 1 / 1;
}
.wrap__main {
    margin: auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}

.max-width {
    max-width: 1230px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

img {
    display: inline-block;
    max-width: 100% !important;
    height: auto !important;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .img-auto img {
        width: auto !important;
        height: auto !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.social-plugin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.social-plugin iframe {
    z-index: 1 !important;
}

.a2a_kit .a2a_svg {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.regular {
    font-family: var(--font-regular) !important
}

.medium {
    font-family: var(--font-medium) !important
}

.bold {
    font-family: var(--font-bold) !important
}

.extra {
    font-family: var(--font-extra) !important
}

.custom {
    font-family: var(--font-custom) !important
}

.custom-v2 {
    font-family: var(--font-custom-v2) !important
}

.custom-v3 {
    font-family: var(--font-custom-v3) !important
}

.cap {
    text-transform: capitalize !important;
}

.up {
    text-transform: uppercase !important;
}

/* Lazyload */
img.lazy {
    opacity: 0;
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

img.initial, img.loaded, img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover > img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hover-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.text-split {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/* Transition All */
.transition,.btn-frame .kenit-alo-circle-fill,.control-owl button,.carousel-comment-media .carousel-control a span,.menu ul li a.has-child:after,.menu ul li ul,.menu ul li:hover > ul,.scale-img img,.scale-img:hover > img,.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

/* mixin */
.btn__outline__custom {
    border: solid 1px var(--color-main);
    color: var(--color-main);
}

.btn__outline__custom.active,.btn__outline__custom:hover {
    border: solid 1px var(--color-main);
    background-color: var(--color-main);
    color: #ffffff !important;
}

.btn__custom {
    border: solid 1px var(--color-main);
    color: #fff;
    background-color: var(--color-main);
}
.lang img{
    aspect-ratio: 40 / 27;
}
.btn__custom.active,.btn__custom:hover {
    border: solid 1px var(--color-active);
    background-color: var(--color-active);
    color: #ffffff !important;
}

/* main */
.title__main {
    margin-bottom: 1rem;
    text-align: center;
}

.title__main h1,.title__main h2,.title__main span {
    z-index: 1;
    margin-bottom: 0px;
    font-family: var(--font-bold);
    color: var(--color-main);
    font-size: clamp(28px,3.5vw,34px);
    line-height: 1.2;
    text-transform: uppercase;
}

.title__main .slogan {
    color: #181818;
    font-size: 15px;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.title__main .line {
    background: url('../images/linemain.png') no-repeat;
    width: 644px;
    height: 7px;
    margin: auto;
}

/*media all*/
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.rounded-50 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

@media only screen and (max-width: 991px) {
    .mgb-res {
        margin-bottom: 30px;
    }

    .mb-none {
        display: none;
    }

    .py-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
}

/* Menu */
@media only screen and (max-width: 991px) {
    .menu {
        display: none;
    }
}

.menu {
    position: relative;
    z-index: 999;
    background-color: var(--color-main);
}

.ul__menu {
    padding: 0 0 0 180px !important;
}

.fixed .ul__menu {
    padding-left: 0 !important;
}

.fixed .li__search {
    margin: 0 !important;
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: auto;
    list-style: none;
}

.menu ul li {
    position: relative;
    z-index: 1;
    margin: 0px;
}

.menu ul li.menu-line {
    width: 4px;
    height: 4px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.menu ul li a {
    font-family: var(--font-bold);
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 15px 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    display: block;
    line-height: 1.6;
}

.menu ul li.active_li > a {
    background-color: var(--color-main);
    padding: 12px 35px;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    border-radius: 0px 50px 50px 0px;
}

/* .menu ul li a::before { position: absolute; content: ''; width: 100%; height: 2px; background-color: var(--color-main); border-radius: 5px; left: 0px; bottom: 0px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; } 
 .menu ul li a.active::before,.menu ul li:hover > a::before { transform-origin: left; transform: scaleX(1); } */
.menu ul li a.active,.menu ul li:hover > a {
    color: #F7C603;
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 0;
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: -webkit-calc(50% - 4px / 2);
    bottom: -moz-calc(50% - 4px / 2);
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after {
    border: 1px solid var(--color-main);
}

/* .menu ul li ul { position: absolute; min-width: 250px; margin-top: 0px; padding-top: 0.75rem; padding-bottom: 0.75rem; background-color: #fafafa; border-radius: 0.25rem; -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; } */
.menu ul li ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    background: var(--color-main);
    -webkit-box-shadow: 0 3px 11px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 11px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 11px 0 rgba(0,0,0,0.3);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    -moz-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.menu ul li ul li {
    text-align: left;
    border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.menu ul li ul li:last-child {
    border-bottom: 0px;
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}

.menu ul li ul li a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: #F7C603;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    visibility: hidden;
    opacity: 0;
}

.menu ul li ul li a:hover:before,.menu ul li ul li>a.active:before {
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 20px;
}

.menu ul li ul li a.active,.menu ul li ul li a:hover {
    padding-left: 30px;
    color: #F7C603;
}

/* search */
.search {
    width: 500px;
    background: #fff;
    position: relative;
    right: 0;
    top: 0;
    border: solid 1px #333;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;
}
.slideshow{
    aspect-ratio: 1366 / 500;
}
.search input {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 40px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 13px;
    color: #131313;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.image__set img{
	aspect-ratio: 265 / 140;
}
.banner__header img{
	aspect-ratio: 535 / 90;
}
.btn-frame i img{
	aspect-ratio: 1 / 1;
}
.search p {
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    background: var(--color-main);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}

/* Mmenu */
@media only screen and (max-width: 991px) {
    .menu-res {
        display: block !important;
    }
}

.menu-res {
    height: 55px;
    z-index: 501;
    background: var(--color-main);
    position: relative;
    display: none;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

#menu {
    display: none;
}

#hamburger {
    display: block;
    width: 35px;
    height: 23px;
    position: relative;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: #ffffff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    -o-transition: none 0.5s ease 0.5s;
    -moz-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    -o-transition-property: top, bottom, left, opacity, -o-transform;
    -moz-transition-property: transform, top, bottom, left, opacity, -moz-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.search-res-w100 {
    border: none;
    width: -webkit-calc(100% - 140px) !important;
    width: -moz-calc(100% - 140px) !important;
    width: calc(100% - 140px) !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
}

.search-res-w100 input {
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 35px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 13px;
    color: #131313;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.search-res-w100 p {
    width: 35px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    background: var(--color-main);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.mm-slideout {
    z-index: unset;
}

/* Search Responsive */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 44px;
    height: 44px;
    background: #E65B5B;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-main);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: var(--color-main);
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}

/* SLider */
.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: -webkit-calc(50% - 22px);
    top: -moz-calc(50% - 22px);
    top: calc(50% - 22px);
    opacity: 0;
}

.position-relative:hover .control-owl {
    opacity: 1;
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: var(--color-main);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

.title__main {
    margin-bottom: 1.5rem;
    text-align: center;
}

.title__main h4 {
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 700;
    font-size: 30px;
    display: block;
    margin-bottom: 0;
}

.banner__slideshow {
    position: absolute !important;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128,128,128,0.15);
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: var(--color-main);
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item,".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item,".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* Partner */
.info-partner {
    background: #f8f8f8;
    padding: 15px 0px;
}

/* Product */
.grid__product {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .grid__product {
        gap: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 575px) {
    .grid__product {
        gap: 5px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.product {
    display: block;
    position: relative;
}

.box__product {
    padding: 5px;
    border: solid 1px #E6E6E6;
    transition: .5s ease-in-out;
}

.box__product:hover {
    border: solid 1px var(--color-main);
    transition: .5s ease-in-out;
}

.product .product__pic {
    background: #fff;
    margin-bottom: 10px;
    display: block;
    position: relative;
    aspect-ratio: 275/240;
}

.product .product__name {
    margin: 15px 0 10px 0;
    font-weight: normal;
}

.product .product__name a {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.product .product__name a:hover {
    color: var(--color-main);
}

.product .product__name .text-split {
    -webkit-line-clamp: 1;
}

.product .product__price {
    margin-bottom: 10px;
    color: #555;
}

.product .price-text {
    color: #333333;
    font-size: 13px;
    line-height: 1.6;
}

.product .price-new {
    font-size: 16px;
    font-family: var(--font-bold);
    color: var(--color-main);
    display: inline-block;
    text-transform: uppercase;
}

.product .price-old {
    padding: 0 10px;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    color: #757575;
    text-transform: uppercase;
}

.product .price-per {
    color: var(--color-main);
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.cart-product {
    margin: 5px 0 0 0px;
}

.cart-product span {
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    font-weight: 700;
}

.cart-add {
    margin-left: 10px;
    background-color: #00A5D9;
    width: 155px;
}

.cart-add:hover {
    background-color: var(--color-main);
}

.cart-buy {
    background-color: var(--color-main);
    width: 93px;
    height: 33px;
}

.cart-buy:hover {
    background-color: var(--color-main);
}

.btn__product {
    background-color: var(--color-main);
    color: #fff !important;
    text-transform: capitalize;
    font-family: var(--font-bold);
    font-size: 15px;
    padding: 0.5rem 1.5rem;
}

.btn__product:hover {
    background-color: var(--color-hover);
}

.price-call {
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px !important;
    background: var(--color-main);
    text-align: center;
    color: #fff;
    font-family: var(--font-medium);
    font-size: 13px;
    border-radius: 50px;
    margin: auto;
}

.price-call:hover {
    background: var(--color-main-v2);
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .product .price-new {
        font-size: 11px;
    }

    .btn__buy {
        font-size: 14px;
    }

    .btn__product {
        font-size: 13px;
    }
}

/* Product Detail */
.grid-pro-detail {
    margin-bottom: 3rem;
}

.left-pro-detail {
    position: relative;
    text-align: center;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0px 30px;
}

.control-owl.control-pro-detail {
    top: -webkit-calc(50% - 12.5px);
    top: -moz-calc(50% - 12.5px);
    top: calc(50% - 12.5px);
    opacity: 1;
}

.control-pro-detail button {
    color: #222222;
    opacity: 1;
    width: 25px;
    height: 25px;
    font-size: 23px;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block!important;
    border: 1px solid #eee;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-filter: brightness(100%)!important;
    filter: brightness(100%)!important;
    border-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: var(--color-main);
}

.comment-pro-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px!important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-main);
}

.price-old-pro-detail {
    font-weight: 500;
    color: #ccc;
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
}

.size-pro-detail {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.size-pro-detail.active:after,.color-pro-detail.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type=radio],.size-pro-detail input[type=radio] {
    display: none;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
}

.cart-pro-detail a {
    font-size: 14px;
    color: #ffffff!important;
    text-transform: uppercase;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
    margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 13px;
    color: #333;
    font-family: var(--font-bold);
}

.tabs-pro-detail .nav-tabs .nav-link.active,.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: var(--color-main);
}

/* Contact */
.contact-form textarea,.contact-form input {
    border: solid 1px #eee;
}

.text__label {
    font-size: 14px;
}

.contact-map {
    position: relative;
    height: 500px;
    margin-top: 30px;
}

.contact-map iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* breadCrumbs */
.breadCrumbs {
    padding: 10px 0px;
    background: #f2f2f2;
}

.breadCrumbs ol {
    margin: 0px;
}

.breadCrumbs ol li a {
    color: #333;
}

.breadCrumbs ol li a:hover {
    color: #f00;
}

/* paging */
.pagination {
    margin: 0px;
}

.pagination li a {
    cursor: pointer;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7,41,103,0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}

.btn-frame .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7,41,103,0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

.grid-properties {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 10px 0px;
}

.grid-properties span {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
    overflow: hidden;
}

.grid-properties span:hover,.grid-properties span.active {
    border: 1px solid #f00;
    color: #f00;
}

.grid-properties span:hover:after,.grid-properties span.active:after {
    content: "";
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid #f00;
    bottom: 0;
    position: absolute;
    right: -0.9375rem;
}

.grid-properties span.outstock {
    pointer-events: none;
    background-color: #fafafa;
    color: rgba(0,0,0,0.26);
    cursor: not-allowed;
}

.page-link {
    color: var(--color-title) !important;
    padding: .22rem .5rem;
    border-radius: 5px;
    margin: 0 5px;
}

.page-item.active .page-link {
    background-color: var(--color-main-v2);
    border-color: var(--color-main-v2);
    color: #fff !important;
}

.page-link:hover {
    color: var(--color-hover) !important;
}

/* scrollToTop */
/* .scrollToTop { width:41px; height:41px; text-align:center; font-weight:bold; color:#444; text-decoration:none; position:fixed; bottom:65px; right:25px; display:none; z-index:10; cursor:pointer; } */
.scrollToTop {
    position: fixed;
    bottom: 65px;
    right: 35px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 1001010;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear
}

.scrollToTop.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.scrollToTop::before {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f102";
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--color-main);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear
}

.scrollToTop svg path {
    fill: none
}

.scrollToTop svg.progress-circle path {
    stroke: var(--color-main);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear
}

@media only screen and (max-width: 991px) {
    .scrollToTop {
        right: 15px;
    }
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/*filter css*/
.w__filter .btn__outline__custom {
    font-size: 13px;
}

.btn__filter {
    border: solid 1px #e5e7eb;
    color: #333;
    background-color: #f3f4f6;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 7px 12px;
    font-size: 12px;
    margin: 0px 10px 10px 0px;
    position: relative;
}

.btn__filter.active_im,.btn__filter.active,.btn__filter:hover {
    background: #fef2f2;
    border: 1px solid #d70018;
    color: #d70018;
}

.filter__show {
    display: block;
}

.filter__hide {
    display: none !important;
}

.content__filter {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,.5);
    box-shadow: 0 2px 20px rgba(0,0,0,.5);
    padding: 10px 10px;
    position: absolute;
    max-width: 350px;
    width: 100%;
    z-index: 2;
}

.content__filter.filter__all {
    max-width: 800px;
}

.content__filter:after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 30px;
    position: absolute;
    top: -10px;
}

.btn__filter.btn__filter-children.active:after {
    background-color: #d70018;
    -webkit-border-radius: 8px 0 10px 0;
    -moz-border-radius: 8px 0 10px 0;
    border-radius: 8px 0 10px 0;
    color: #fff;
    content: "✓";
    font-size: 7px;
    height: 10px;
    left: 0;
    padding-bottom: 8px;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

/**/
.box__sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
}

.category__box .title__category {
    margin: 0;
    text-align: left;
    padding: 8px 15px;
    background-color: var(--color-main);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.title__category span {
    color: #fff!important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-bold);
}

.category__box ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}

.category__box i {
    margin-right: 5px;
}

.category__list {
    max-height: 500px;
    overflow-y: auto;
    padding: 0;
    list-style: inside;
    background-color: #fff;
    border: solid 1px #eee;
    border-top: none;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.category__list li {
    /*border-top:solid 1px #ccc; */
    position: relative;
    list-style: none;
}

.category__list > li:first-child {
    border-top: none;
}

.category__list li a {
    font-size: 14px;
    color: #666;
    ; text-transform: capitalize;
    line-height: 1.5;
    padding: 5px 15px;
}

.category__list li a:hover {
    color: var(--color-hover);
}

.category__list li span {
    margin-top: 5px;
}

.category__list li span i {
    color: #ccc !important;
}

.category__list li .toggle {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    right: 5px;
    cursor: pointer
}

.category__list li .toggle i {
    color: #ccc
}

.category__list li ul {
    display: block;
}

.category__list li ul li {
    padding: 0px 15px;
}

.category__list li ul li a {
    text-transform: capitalize;
}

/* width */
.box__sticky::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.box__sticky::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
.box__sticky::-webkit-scrollbar-thumb {
    background: var(--color-main);
}

/* Handle on hover */
.box__sticky::-webkit-scrollbar-thumb:hover {
    background: var(--color-hover);
}
