/********** Template CSS **********/
:root {
    --primary: #4B2A1C;
    --light: #F8F8F8;
    --dark: #000000;
    --green: #A1CC2C;
}

body{
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400;
}

p {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control,
.form-select{
    border-color: #cbcbcb;
}
.border-bottom{
    border-bottom: 1px solid #cbcbcb !important;
}
.border-start{
    border-left: 1px solid #cbcbcb !important;
}

.btn-main{
    padding: 10px 60px;
    background: #97C715;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn-main:hover{
    color: #fff;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 130px;
    z-index: 99;
    background: var(--primary);
    color: #ffffff;
}

.back-to-top:focus  {
    box-shadow: none;
}

.back-to-top:hover {
    color: #ffffff;
}

.bg-brown {
    background: #4B2A1C;
}

@media (max-width: 991px) {
    .container {
        width: calc(100% - 10%) !important;
        padding: 0 15px;
        max-width: 100% !important;
        /* padding: 0 10% !important; */
    }

}

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 10%) !important;
        max-width: 100% !important;
        /* padding: 0 10% !important; */
    }
}


@media(max-width: 990px) {
    .container {
        width: calc(100% - 5%) !important;
        padding: 0 15px;
        max-width: 100% !important;
        /*padding: 0 10% !important;*/
    }

}

@media(max-width: 580px) {
    .container {
        width: 100% !important;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row>div {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-product {
    background-color: #A1CC2C;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 24px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

.btn-product::before, .list-category a::before, .blog-content a.view::before, .add-cart a::before,  .cart-block a::before, .checkout-btn button::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  left: -50%;
}

.btn-product::after, .list-category a::after, .blog-content a.view::after, .add-cart a::after, .cart-block a::after, .checkout-btn button::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
  left: -100%;
}

.btn-product:hover, .btn-product:active, .list-category a:hover, .blog-content a.view:hover, .add-cart a:hover, .cart-block a:hover, .checkout-btn button:hover  {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.btn-product:hover::after, .list-category a:hover::after, .blog-content a.view:hover::after, .add-cart a:hover::after, .cart-block a:hover::after, .checkout-btn button:hover::after {
    left: 200%;
    opacity: 0.6;
}

.topbar p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.login-user {
    align-items: center;
    padding: 16px;
    background-color: #A1CC2C;
}

.login-user a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
}


/*** Navbar ***/
.header{
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.navbar-toggler-mobile {
    color: #000;
    display: flex;
    align-items: center;
}

.offcanvas-header {
    text-align: right;
}

.menu-main_menu-container .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.btn-close {
/*    background: transparent;*/
/*    border: none;*/
}

.btn-close:focus {
    box-shadow: none;
}

.btn-close i {
    color: #ffffff;
}

.nav-btn:focus {
    box-shadow: none;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: 0;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 35px 0;
    color: var(--dark);
    text-transform: uppercase;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--green);
}

.navbar-brand img{
    max-height: 80px;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

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

.menu-has-child .dropdown-menu{
    left: 0;
    top: 94px;
    width: 100%;
}

.menu-has-child .dropdown-menu ul{
    list-style: none;
    padding-left: 0;
}
.menu-has-child .dropdown-menu ul ul{
}

.menu-has-child .dropdown-menu a.menu-title{
    font-weight: bold;
}
.menu-has-child .dropdown-menu a{
/*    font-weight: normal;*/
    color: #000;
}
.menu-has-child .dropdown-menu a:hover{
    color: var(--green);
}
.menu-has-child .dropdown-menu .imgs ul{
    display: flex;
    flex-wrap: wrap;
}
.menu-has-child .dropdown-menu .imgs ul li{
    flex: 0 0 33%;
    padding: 5px;
    text-align: center;
}
.menu-has-child .dropdown-menu .imgs .img-item{
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}
.menu-has-child .dropdown-menu .imgs .img-item{
    width: 100%;
    height: auto;
}

@media(min-width: 990px)
{
    .menu-has-child:hover .dropdown-menu{
        display: block;
    }
}

@media (max-width: 991.98px) {

    .header-nav {
        justify-content: unset;
        width: auto;
    }

    .navbar-toggler-mobile {
        order: 3;
    }

    .header-right {
        order: 2;
    }
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .menu-main_menu-container .menu {
        display: inline-block;
    }

    .offcanvas-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: -100%;
        width: 80%;
        padding-right: 0;
        padding-left: 15px;
        padding-bottom: 0.5rem;
        overflow-y: auto;
        visibility: hidden;
        background: #1e2228;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
        transition: left .3s ease-in-out, visibility .3s ease-in-out;
        align-items: start;
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box;
        z-index: 1041;
    }

    .offcanvas-nav.collapse.show {
        left: 0;
        visibility: visible;
    }

    .offcanvas-nav .navbar-nav{
        padding-right: 15px;
    }

    .navbar .navbar-nav .nav-link {
        color: #ffffff;
    }

    .nav-btn span {
        width: 20px;
        height: 3px;
        background: #000000;
        display: block;
        position: relative;
        margin-top: 5px;
    }
}

@media (min-width: 992px) {

    .navbar-toggler-mobile {
        display: none;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.content-form {
    background-color: transparent;
    border: none;
}

.header-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-right ul li {
    margin: 0 15px;
}

.search-lightbox, .cart-item {
    width: 50px;
    height: 50px;
    background: #eca1b6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.search-lightbox a::after, .cart-item a::after {
    border: 2px dashed #eca1b6;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
}

.cart-item {
    background-color: #63d3de;
}

.cart-item span.cart-qty {
    position: absolute;
    left: 40px;
    height: 15px;
    width: 15px;
    background: #63d3de;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 15px;
    top: -10px;
    font-size: 10px;
    color: #fff;
}

.cart-item a::after {
    border-color: #63d3de;
}

.search-lightbox:hover a::after, .cart-item:hover a::after {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.search-lightbox a i, .cart-item a i {
    color: #ffffff;
}

.flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.relative {
    position: relative;
}
.flex-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.flex-row .flex-col {
    padding-right: 4px;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto;
}

.flex-col {
    max-height: 100%;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.09);
    padding: 0 0.75em;
    height: 67px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: rgba(255,255,255,.2);
    color: #ffffff;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    border-radius: 99px;
    padding: 0 20px;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=search]::placeholder {
    color: #ffffff;
    font-size: 20px;
}

input[type=search]:focus, input[type=search]:focus-visible {
    outline: none;
}

.searchform {
    position: relative;
}

.searchform-wrapper form {
    margin-bottom: 0;
}

.searchform .icon {
    color: currentColor;
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.searchform .icon i {
    color: #ffffff;
}

.searchform-wrapper .flex-col:last-of-type {
    margin-left: -2.9em;
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /*background: rgba(0, 0, 0, .5);*/
}

.header-carousel h1 {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 64px;
    line-height: 82.5px;
    color: #754632;
    margin-bottom: 32px;
}

@media (max-width: 768px) {

   /* .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }*/
}

@media (max-width: 991.98px) {
    .header-carousel h1 {
        font-size: 45px;
        margin-bottom: 15px;
        line-height: 60px;
    }
}

/*linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),*/

.page-header {
    background: url(../images/bg-about.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.page-archive .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--dark);
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 30px;
        line-height: 40px;
    }
}

/*** Products ***/

.block-product {
    position: relative;
    padding: 50px 0 60px;
}

/*.block-product::before, .block-about::before, .block-archive::before, .contact-block::before, .block-promotion::before, .news-block::before {
    content: "";
    width: 100%;
    height: 100px;
    background: url('../images/slidershow2.png');
    top: -94px;
    left: 0;
    z-index: 1;
    position: absolute;
    display: inline-block;
}*/

.page-archive, 
.page-header {
    position: relative;
}
.page-archive::after ,
.page-header::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url('../images/slidershow2.png');
    bottom: -1px;
    left: 0;
    z-index: 1;
    position: absolute;
    display: inline-block;
    display: none;
}

.title {
    margin-bottom: 60px;
}

.title h1, .title-seller h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .title h1, .title-seller h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.title h1::after, .title-seller h1::after {
    content: '';
    width: 10%;
    height: 4px;
    background-color: #A1CC2C;
    position: absolute;
    bottom: 0;
    left: 45%;
    transform: translateY(-45%);
}

.title p {
    font-size: 18px;
    line-height: 24px;
    color: #454545;
}

.list-products, .list-media, .list-service {
    display: flex;
    flex-wrap: wrap;
}

.list-products .product-item{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.list-products .reviews{
    justify-content: center;
}

.product-item {
    padding: 0 5px;
}

.product-item .product-price,
.related-product .product-price{
    justify-content: center;
}

.price,
.unit {
    font-size: 20px;
    color: #009DE0;
}

.unit {
    margin-left: 3px;
}


.thumb {
    margin-bottom: 30px;
}

.level a {
    padding: 10px 35px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff
}

.product-item:first-child .level a {
    background-color: #72D343;
}

.product-item:nth-child(2) .level a {
    background-color: #3ECEC5;
}

.product-item:nth-child(3) .level a {
    background-color: #FFB020;
}

.product-item:nth-child(4) .level a {
    background-color: #0EA2FC;
}

.product-item:last-child .level a {
    background-color: #F53426;
}

.product-item .level a:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.13);
    color: #ffffff;
    background-color: var(--primary);
}

@media (max-width: 991px) {
    .list-products .product-item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;

        margin-bottom: 20px;
    }

    .product-item:last-child {
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .list-products .product-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .list-products .product-item:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-item:nth-child(2), .product-item:nth-child(4) {
        padding-right: 0;
    }

    .product-item:nth-child(3), .product-item:nth-child(5) {
        padding-left: 0;
    }
    .card-product h5 {
        font-size: 16px;
    }
}

.rating {
    padding: 6px 0;
}

/*** Top Seller ***/

/*.block-topsell::before {
    content: "";
    width: 100%;
    height: 125px;
    background: url('../images/slidershow2-2.png');
    top: -35px;
    z-index: 11;
    left: 0;
    position: absolute;
    display: inline-block;
}*/

.block-topsell {
    width: 100%;
    height: auto;
/*    color: #fff;*/
    position: relative;
/*    padding: 60px 0 150px 0;*/
    padding: 20px 0 80px 0;
}


.block-topsell .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(136, 167, 53, 0.9);
}

.block-topsell .reviews{
    justify-content: center;
    color: #000;
}

.title-seller {
    margin-bottom: 40px;
    position: relative;
}
.block-topsell .title-seller{
    color: #fff;
}

.title-seller h1 {
    color: #ffffff;
}

.title-seller h1::after {
    background-color: #ffffff;
}

@media(min-width: 990px)
{
    .block-topsell{
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url('../images/image43.jpg');
    }
}

.card-product {
    border-radius: 8px;
    border-color: #ffffff;
    height: 100%;
}

.card-product img, .thumb-product img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.card-product:hover img, .thumb-product:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.thumb-product {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.thumb-product:before{
    content: "";
    display: block;
    padding-top: 80%;
}
.thumb-product a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    width: 80%;
    display: block;
}
.thumb-product a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-product .write_comment{
    display: none;
}

.card-product .card-title {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

.card-product .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.card-product p, .contact-btn {
    font-size: 14px;
    color: #828181;
}

.checked {
    color: orange;
}

.contact-btn {
    color: #F6623E;
}

.view-more {
    position: relative;
    text-align: center;
    margin-top: 37px;
    padding-bottom: 75px;
}

.view-more a {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 36px;
    position: relative;
}

.view-more a:hover, .views-product a:hover, .list-tag li a:hover {
    color: #754632;
}

.view-more a:focus, .product-btn a:focus {
    box-shadow: none;
}

.view-more a::after, .view-more a::before, .product-btn a::after, .product-btn a::before, .views-product a::before, .views-product a::after, .list-tag li a::before, .list-tag li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.view-more a::after, .product-btn a::after, .views-product a::after, .list-tag li a::after {
    top: -2px;
    left: -2px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.view-more a::before, .product-btn a::before, .views-product a::before, .list-tag li a::before {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.view-more a:hover::after, .view-more a:hover::before, .product-btn a:hover::after, .product-btn a:hover::before, .views-product a:hover::after, .views-product a:hover::before, .list-tag li a:hover::after, .list-tag li a:hover::before {
    width: calc(50% + 2px);
    height: calc(50% + 2px);
    border-color: #754632;
}

@media (max-width: 767.98px) {
    .view-more {
        padding-bottom: 30px;
    }
}

/*** Facts ***/

.fact {
    position: relative;
}

/*.news-product::before, */
.fact::before, 
.block-service::before {
    content: "";
    width: 100%;
    height: 129px;
    background: url('../images/slidershow2-3.png');
    top: -120px;
    left: 0;
    position: absolute;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .fact::before {
        height: 110px;
        top: -80px;
    }
}

@media (max-width: 767.98px) {
    .fact::before {
        height: 80px;
        top: -60px;
    }
}

.fact-item .fact-icon {
    width: 80px;
    height: 74px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

.fact-item h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

@media (max-width: 991.98px) {
    .fact-item h3 {
        font-size: 20px;
    }

}

@media (max-width: 767.98px) {

    .fact-item .fact-icon {
        margin-top: 0;
    }
}


/*** Product news & Feature ***/

.news-product {
    position: relative;
}

/*.news-product::after, .block-about::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/slidershow2-2.png) no-repeat;
    bottom: -80px;
    left: 0;
    z-index: 1;
    position: absolute;
    display: inline-block;
}*/

.product-img {
    overflow: hidden;
    position: relative;
}

.product-btn a {
    position: relative;
    border: 2px solid #97C715;
    color: var(--dark);
    line-height: 25px;
    font-weight: 500;
    padding: 16px 45px;
    margin-top: 30px;
}

.product-btn a:hover {
    color: var(--dark);
}

.product-carousel .thumb-product {
    border-radius: ;
}
.product-carousel .thumb-product:before{
    padding-top: 100%;
}
.product-carousel .thumb-product a{
    width: 100%;
    left: 0;
}
.product-carousel .product-item .product-price{
    justify-content: flex-start;
}


.product-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 5px;
}

.product-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.product-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: 2px solid #DFDFDF;
    background: transparent;
    margin: 2.5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.product-carousel .owl-dots .owl-dot.active span {
    border-color: #A1CC2C;
    background-color: #A1CC2C;
}

.title-product {
    margin-top: 12px;
}

.title-product h4, .title-product p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.title-product p {
    color: #828181;
}

.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/

.block-categories {
    background: #F7F7F7;
    position: relative;
}

.block-categories::after {
    content: "";
    width: 100%;
    height: 115px;
    background: url(../images/slidershow2-3.png);
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}

.list-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 33px;
}

.list-category a {
    color: #ffffff;
    text-transform: uppercase;
    /*font-family: 'Be Vietnam Pro', sans-serif;*/
    font-weight: 600;
    font-size: 24px;
/*    line-height: 25px;*/
    padding: 16px 14px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-category .item-btn {
/*    -ms-flex: 0 0 16.6666666667%;*/
/*    flex: 0 0 16.6666666667%;*/
/*    max-width: 16.6666666667%;*/
    flex: 1;
    
}

@media (min-width: 991.98px) {
    .list-category .item-btn {
        padding: 0 4px;
    }

    .list-category .item-btn:first-child {
        padding-left: 0;
    }

    .list-category .item-btn:last-child  {
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .list-category .item-btn {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .list-category .item-btn:first-child, .list-category .item-btn:nth-child(2), .list-category .item-btn:nth-child(3) {
        padding-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .list-category .item-btn {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .list-category .item-btn:nth-child(4) {
        padding-bottom: 16px;
    }

    .list-category a {
        font-size: 13px;
    }
}

.list-category .item-btn:nth-child(1) a{
    background: #3E9EF6;
}

.list-category .item-btn:nth-child(2) a{
    background: #97C715;
}

.list-category .item-btn:nth-child(3) a{
    background: #E9BA13;
}

.list-category .item-btn:nth-child(4) a{
    background: #00CC83;
}

.list-category .item-btn:nth-child(5) a{
    background: #C519BE;
}

.list-category .item-btn:nth-child(6) a{
    background: #FF313C;
}


/*** Device ***/

.title-device {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.title-device h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.title-device a {
    color: #97C715;
    font-weight: 500;
    line-height: 25px;
}

.title-device a:hover {
    color: var(--primary);
}

.ads-device {
/*    margin-top: 60px;*/
    position: relative;
    overflow: hidden;
}

.ads-device::before, .ads-promotion::before, .product-img::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.ads-device:hover::before, .ads-promotion:hover::before, .product-img:hover::before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden;
}

@media (max-width: 991.98px) {
    .ads-device {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .title-device h1 {
        font-size: 23px;
        line-height: 30px;
    }

    .ads-device {
        margin-top: 24px;
    }
}


/*** News ***/

.block-news, .contact-block {
    padding-bottom: 250px;
}

@media (max-width: 991.98px) {
    .block-news, .contact-block {
        padding-bottom: 50px;
    }
}

.blog-content span.date {
    font-size: 12px;
    color: #F6623E;
    line-height: 20px;
    font-weight: 500;
    padding: 12px 0 18px;
    display: block;
}

.blog-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}

.blog-content p {
    font-size: 14px;
    line-height: 24px;
    color: #828181;
    margin-bottom: 18px;
}

.blog-content a.view {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    background: #97C715;
    padding: 14px 25px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}


/*document-block*/
.list-categories.list-document-categories a{
    font-size: 20px;
    line-height: 24px;
}

.document-block {
    background: #e8e8e8;
}
.document-block .document-item {
    border: 1px solid #C4C4C4;
    transition: transform 0.2s;
    border-radius: 0 0 4px 4px;
    position: relative;
}
.document-block .document-item:hover {
    transform: translateY(-8px);
    z-index: 2;
}
.document-block .document-item .img {
    position: relative;
}
.document-block .document-item .img:before {
    content: "";
    display: block;
    padding-top: 130%;
}
.document-block .document-item .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.document-block .document-item .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.document-block .document-item .blog-content{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: #00000052;
}
.document-block .document-item .blog-content h4{
    margin: 0;
    color: #fff;
}



.document-block .blog-content a.view{
    padding: 5px 20px;
}

.document-shelf-bg{
    background: url('../images/shelf-2.jpg') no-repeat bottom center;
    background-size: 90% auto;
}
.document-shelf{
/*    padding-bottom: 155px;*/
    width: 70%;
    margin: auto;
}
.document-shelf:after{
    content: "";
    display: block;
    padding-top: 18%;
}

.document-block .document-shelf .document-item{
    border: 0;
}

@media(max-width: 1400px)
{
    .document-shelf-bg{
        background-size: 100% auto;
    }
    .document-shelf{
        width: 80%;
    }
}
@media(max-width: 1200px)
{
    .document-block .document-item .blog-content{
        display: none;
    }
}
@media(max-width: 767px)
{
    .document-shelf-bg{
        background: unset;
    }
    .document-shelf{
        width: 100%;
    }
    .document-shelf:after{
        display: none;
    }
    .document-block .document-item .blog-content{
        display: block;
        bottom: 14%;
    }

    .document-shelf .document-col{
        background: url('../images/shelf-2.jpg') no-repeat bottom center;
        background-size: 100% auto;
    }
    .document-shelf .document-item{
        width: 65%;
        margin: auto;
    }
    .document-shelf .document-item:after{
        content: "";
        display: block;
        padding-top: 22%;
    }
}
/*document-block*/

/*** Media ***/

.block-media {
    background: #EEF2E3;
}

.block-media h1 {
    font-size: 40px;
    font-style: italic;
    color: #4B2A1C;
    line-height: 60px;
    text-transform: uppercase;
}

.block-media h1 span {
    color: #97C715;
}

.list-media {
    margin-bottom: 60px;
}

.media-item, .service-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}

.media-item img {
    width: 100%;
    display: block;
}

@media (min-width: 992px) {
    .media-item:nth-child(odd) {
        margin-top: -200px;
    }

    .media-item:nth-child(even) {
        margin-top: -150px;
    }
}

@media (max-width: 991.98px) {
    .list-media {
        margin-bottom: 30px;
    }

    .media-item, .service-item {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media (max-width: 767.98px) {

    .list-media {
        margin-bottom: 15px;
    }
    .media-item, .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .media-item:last-child, .service-item:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*** Footer ***/

.footer {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.footer h3 {
    font-size: 22px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 700;
}

.footer p {
    font-size: 14px;
    color: #454545;
    font-weight: 400;
    line-height: 24px;
}

.footer .col-contact h3, .col-nav h3 {
    text-transform: capitalize;
}

.footer .btn.btn-link {
    display: block;
    padding: 0;
    text-align: left;
    color: #454545;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
}

.footer .form-control {
    border: none;
    border-bottom: 2px solid var(--dark);
}

.footer .form-control:focus {
    box-shadow: none;
}

.btn-send {
    text-transform: uppercase;
    color: #97C715;
    font-weight: 500;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid #97C715;
}

.footer .copyright a {
    color: #454545;
}

.footer .copyright a:hover {
    color: var(--primary);
}

.footer .copyright .col-social a {
    margin-right: 15px;
}

.footer .copyright .col-social a:last-child {
    margin: 0;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*----------------------------*/
    /*code by hungvo*/
/*----------------------------*/

/* Page Giới thiệu */

.block-about, .block-vision, .block-manager, .block-archive, .contact-block, .block-promotion, .news-block {
    position: relative;
}

.block-about h1, .block-vision h1, .block-manager h1 {
    font-size: 70px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.06);
    margin: 0;
    text-transform: uppercase;
}

.block-about .title-ab, .block-vision .title-ab, .block-manager .title-ab {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 20px;
    color: var(--dark);
}

.block-about h3.title-ab::after, .block-vision .title-ab::after, .block-manager .title-ab::after {
    content: '';
    width: 20%;
    height: 4px;
    background-color: #A1CC2C;
    position: absolute;
    bottom: 0;
    left: 0;
}

.block-about p, .block-vision p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {

    .block-about h1, .block-vision h1, .block-manager h1 {
        font-size: 35px;
    }

    .block-about .title-ab, .block-vision .title-ab, .block-manager .title-ab {
        font-size: 30px;
    }

    .block-about p {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .block-about .title-ab, .block-vision .title-ab, .block-manager .title-ab {
        margin-top: -15px;
    }
}

@media (min-width: 992px) {
    .block-about .title-ab, .block-vision .title-ab, .block-manager .title-ab {
        margin-top: -30px;
    }
}

.block-about h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    color: #97C715;
    margin-bottom: 0;
}

.block-about h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #454545;
}

.about-img {
    position: relative;
}

@media (min-width: 768px) {
    .about-img{
        padding-left: 30px;
    }
    .about-img::before {
        position: absolute;
        content: "";
        width: 40%;
        height: 40%;
        bottom: -30px;
        left: 0;
        z-index: -1;
        background-color: #97C715;
    }
}

/* Vision block */

.block-vision {
    background: rgba(241, 241, 241, 0.9);
}

.block-vision p {
    margin-bottom: 26px;
}

.vision-img {
    position: relative;
    padding-right: 30px;
}

.vision-img::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 20%;
    top: -30px;
    right: 0;
    background-color: #97C715;
    z-index: 1;
}
.vision-img img{
    position: relative;
    z-index: 9;
}

@media (max-width: 991.98px)  {
    .vision-img::before {
        right: -5%;
    }
}

@media (max-width: 767.98px) {
    .vision-img::before {
        right: -3%;
    }
}

.block-vision ul li {
    font-size: 15px;
    font-weight: 700;
    color: #454545;
    line-height: 37px;
}

/* Service block */

.block-service {
    position: relative;
}

.block-vision .row {
    padding-bottom: 50px;
}

@media (max-width: 991.98px) {
    .block-vision .row {
        padding-bottom: 25px;
    }
}

.block-service h1 span {
    color: #97C715;
}

.block-service p {
    font-size: 15px;
}

@media (min-width: 992px) {
    .service-item:nth-child(odd) {
        margin-top: -30px;
    }

}

.service-thumbnail {
    margin-bottom: 12px;
}

.service-content h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.service-content h4:hover {
    color: var(--primary);
}

.about-img img, .service-thumbnail img, .product-img img, .ads-device img, .vision-img img, .manager-img img, .team-item img {
    width: 100%;
}

/* Manager block */

.block-manager p {
    font-size: 15px;
    color: #454545;
    line-height: 24px;
    margin-bottom: 19px;
}

.block-manager p.last {
    font-style: italic;
    margin-bottom: 0;
    line-height: 28px;
}

.block-manager h2 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.team-list h1 {
    text-align: right;
}

@media (max-width: 767.98px) {
    .team-list h1 {
        text-align: center;
    }
}

.team-item img {
    border-radius: 50%;
    margin-bottom: 16px;
}

/* Contact block */

.block-contact {
    
    position: relative;
}

.content-map {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-contact h1,
.block-contact h2,
.block-contact h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;
    
}

.block-contact p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .block-contact p {
        font-size: 18px;
    }
}

.contact-block .form-info input.error {
    border-color: #d43425;
}

.contact-block .form-info input.valid {
    border-color: var(--green);
}

.contact-block .form-info label.error {
    font-size: 14px;
    color: #d43425;
}

/* Page Danh mục */

.page-archive {
    background: url(../images/bg-archive.jpg) center center no-repeat;
    background-size: cover;
}

.block-archive {
    padding-bottom: 250px;
}

.pres-archive, .brands-archive, .price-archive, .level-archive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: #E7F2C9;
    border-radius: 99px;
    margin-bottom: 20px;
}

.name-archive, .name-brands, .name-price, .name-level {
    font-size: 18px;
    font-weight: 500;
    color: #81AF04;
    line-height: 24px;
}

.menu-nav .form-check {
    margin-bottom: 18px;
}

.menu-nav .form-check input[type="radio"] {
    border-color: var(--green);
}

.menu-nav .form-check label, .btn-group-level button {
    font-size: 14px;
    font-weight: 400;
    color: #5A5B6A;
    line-height: 24px;
}

.shop-sidebar .multi-collapse {
    margin-left: 28px;
}

.brands-archive {
    background: #EBF2FF;
}

.name-brands {
    color: #2264D1;
}

.menu-nav .brand-check input[type="radio"] {
    border-color: #2264D1;
}

.price-archive {
    background: #FFE9D6;
}

.name-price {
    color: #FA7E0C;
}

.menu-nav .price-check input[type="radio"] {
    border-color: #FA7E0C;
}

.level-archive {
    background: #ECF8FF;
}

.name-level {
    color: #4DADE7;
}

.shop-sidebar .level-collapse {
    margin-left: 15px;
}

.btn-group-level a {
    font-weight: 500;
    letter-spacing: 0.44px;
    padding: 8px 16px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.btn-group-level a.active,
.btn-group-level a:hover{
    box-shadow: 0px 2px 4px rgba(58, 58, 68, 0.2), 0px 4px 8px rgba(90, 91, 106, 0.2);
}

.archive-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.archive-title .form-select {
    width: auto;
    border-color: #E2E2E2;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
}

.archive-title .form-select:focus {
    box-shadow: none;
}

.archive-title h3 {
    color: #202020;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.archive-title h3 span {
    font-weight: 400;
}

.nav-pagination {
    margin-top: 20px;
    text-align: right;
}

.nav-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-pagination ul li {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #f4f4f4;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.nav-pagination ul li.active, .nav-pagination ul li:hover {
    background: var(--dark);
    color: #ffffff;
}

@media (max-width: 991.98px) {

    .block-archive {
        padding-bottom: 50px;
    }

    .pres-archive, .brands-archive, .price-archive, .level-archive {
        padding: 12px 10px;
    }

    .name-archive, .name-brands, .name-price, .name-level {
        font-size: 11px;
    }

    .archive-title h3 {
        font-size: 18px;
    }

    .shop-sidebar .multi-collapse {
        margin-left: 15px;
    }

    .shop-sidebar .level-collapse {
        margin: 0;
    }
}

@media (max-width: 767.98px) {

    .archive-title {
        display: block;
    }

    .name-archive, .name-brands, .name-price, .name-level {
        font-size: 18px;
    }

    .archive-title .form-select {
        width: 100%;
    }

    .nav-pagination {
        text-align: inherit;
    }

    .nav-pagination ul li {
        margin-bottom: 5px;
    }
}

/* Page Chi tiết sản phẩm */

.single-breadcrumbs li, .single-breadcrumbs a {
    color: #4F4F4F;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
}

.single-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    color: #4F4F4F;
}

#slideshow-items-container {
    order: 2;
}

.rw-sm-product {
    order: 1;
    flex-direction: column;
}

.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 1; }
.slideshow-items { display: none; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }

.content-detail h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
}

.content-detail p {
    font-size: 14px;
    color: var(--dark);
    line-height: 24px;
    margin-bottom: 16px;
}

.reviews {
    display: flex;
    font-size: 14px;
    margin-bottom: 5px;
}

.ratings {
/*    padding: 0 10px;*/
    padding-right: 10px;
}

.comment {
    color: var(--dark);
    padding-left: 10px;
}

.price {
    padding: 5px 0;
}

.price a {
    color: #EA0025;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.product-description ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

.filter-product, .add-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.filter-product label {
    min-width: 75px;
    color: var(--dark);
}

.filter-product select {
    width: 250px;
    border-color: #E2E2E2;
    margin-left: 24px;
    color: #000000;
}

.filter-product select:focus {
    box-shadow: none;
}

.filter-product input.qty {
    -moz-appearance: number-input;
    border: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
    width: 45px;
    height: 36px;
    display: inline;
    vertical-align: top;
    padding: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
}

.filter-product input[type="number"] {
    -moz-appearance: textfield;
}

.filter-product input[type=number]::-webkit-inner-spin-button,
.filter-product input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-product input[type="number"]:focus-visible {
    outline: 0;
}

.filter-product input.plus, .filter-product input.minus {
    height: 36px;
    border: 1px solid #e6e6e6;
    width: 36px;
    color: var(--dark);
    cursor: pointer;
    background: none;
    font-size: 16px;
}

.add-cart {
    justify-content: space-between;
}

.add-cart a {
    padding: 10px 60px;
    background: #97C715;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.add-cart span {
    font-weight: 400;
    color: var(--dark);
    font-size: 14px;
    line-height: 24px;
}

.product-share {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.product-share a {
    margin-right: 16px;
}

.product-share a:first-child {
    color: #EA0025;
}

.product-share a:nth-child(2), .product-share a:nth-child(4), .product-share a:last-child {
    background: #499ae9;
    color: #ffffff;
    padding: 2.5px 10px;
    border-radius: 30px;
}

.product-share a:nth-child(3) {
    padding: 2.5px 10px 2.5px 2.5px;
    color: #ffffff;
    background: #3072ac;
    border-radius: 4px;
}

.product-share a:nth-child(4), .product-share a:last-child {
    border-radius: 4px;
}

.product-share a:last-child {
    margin: 0;
}

@media (max-width: 767.98px) {

    .content-detail h1 {
        font-size: 20px;
    }

    .product-description ul {
        font-size: 16px;
    }

    .add-cart, .add-cart a, .add-cart span {
        display: block;
    }

    .add-cart a {
        margin-bottom: 16px;
        text-align: center;
    }

    .product-share {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .product-share a:last-child {
        margin-top: 5px;
    }
}

.product-tabs {
    margin-top: 40px;
}

.product-tabs ul {
    justify-content: space-around;
    flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
    .scroll-mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.product-tabs ul.nav-tabs li {
    border-bottom: 1px solid #E7E7E7;
}

.product-tabs ul li .nav-link:hover, .product-tabs ul li .nav-link:focus, .product-tabs ul li .nav-link:focus-visible {
    border: none;
}

.product-tabs ul li .nav-link {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #535353;
    border: none;
}

.product-tabs ul li .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid #97C715;
    color: #97C715
}

.product-detail_description, .related-product {
    margin-top: 40px;
}

.product-detail_description p {
    color: #000000;
/*    font-size: 20px;*/
/*    line-height: 24px;*/
    font-weight: 400;
    margin-bottom: 10px;
}

.title-detail {
    border-bottom: 2px solid #4B2A1C;
    padding-bottom: 15px;
}

.title-detail h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: var(--primary);
    text-transform: uppercase;
}

.load-more, .load-less {
    text-align: center;
}

.product-like, .product-relate {
    background: #EEF2E3;
}

/* Page Giỏ hàng */

.title-shopping {
    border-bottom: 1px solid #E3E3E3;
}

.title-shopping h1 {
    font-size: 24px;
    line-height: 32px;
    color: var(--primary);
    display: flex;
    align-items: center;
}

.title-shopping h1 span {
    color: #776868;
    font-size: 14px;
    padding-left: 15px;
    line-height: 24px;
}

.items-product {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #E3E3E3;
    padding: 16px 0;
}

.items-product:last-child {
    border-bottom: none;
}

.items-product .content h5 {
    font-size: 16px;
    line-height: 30px;
    color: #453E38;
    font-weight: 700;
    margin-bottom: 0;
}

.items-product .content p {
    font-size: 14px;
    color: #828181;
    line-height: 24px;
}

.items-product .filter-product {
    margin-bottom: 0;
}

.remove a {
    color: #EE0F1B;
}

.views-product {
    padding-top: 16px;
}

.views-product a {
    color: #e5b245;
    padding: 10px 36px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #e5b245;
    font-weight: 500;
    position: relative;
}

.shopping-info h1 {
    font-size: 24px;
    line-height: 28px;
    color: #4B2A1C;
}

.form-info .form-group input, .form-info .form-group select, .form-info .form-group textarea {
    border-color: #C4C4C4;
}

.form-info .form-group input:focus, .form-info .form-group select:focus, .form-info .form-group textarea:focus {
    box-shadow: none;
}

.form-info .form-group label {
    color: var(--dark);
    font-size: 12px;
    line-height: 14px;
}

.form-info .form-group .check-label {
    font-size: 14px;
    line-height: 17.4px;
}

.method {
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color: #453E38;
    margin-bottom: 12px;
}

.attention {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #776868;
    margin: 20px 0 30px;
}

.form-group {
    margin-bottom: 16px;
    z-index: 1;
}

.checkout-btn {
    text-align: center;
    padding-top: 12.5px;
}

.checkout-btn button {
    background-color: #97C715;
    color: #ffffff;
    font-size: 17.48px;
    line-height: 20.48px;
    font-weight: 700;
    padding: 18px;
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    border: none;
}

@media (max-width: 767.98px) {
    .product-relate .title-device h1 {
        font-size: 18px;
    }
}

/* Page Cart */

.cart-block h1 {
    font-size: 32px;
    line-height: 38px;
    color: #97C715;
}

.cart-block p {
    font-size: 16px;
    color: #453E38;
    line-height: 18.75px;
}

.cart-block p.code {
    color: #EE0F1B;
    font-weight: 700;
}

.cart-block a {
    background: #DA1B0C;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.cart-block a:hover {
    color: #ffffff;
}

/* Page Contact */

.page-contact {
    background: url('../images/lien-he.jpg') center center no-repeat;
    background-size: cover;
}

.contact-info h1 {
    font-size: 26px;
    line-height: 40px;
    color: #97C715;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info ul li, .contact-info ul li a {
    color: #4B2A1C;
    font-weight: 500;
    line-height: 24px;
}

.contact-block h4 {
    text-align: center;
    text-transform: capitalize;
    color: #4B2A1C;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.contact-block p {
    text-align: center;
    color: #454545;
    font-size: 14px;
    line-height: 26px;
}

.col-left, .col-right {
    position: relative;
}

.col-left img {
    position: absolute;
    left: 25%;
    transform: rotate(15deg);
    bottom: 0;
}

.col-right img {
    position: absolute;
    transform: rotate(345deg);
    right: 15%;
    bottom: 0;
}

/* Page Promotion & News */

.page-news {
    background: url(../images/tin-tuc.jpg) center center no-repeat;
    background-size: cover;
}

.block-promotion img, .thumb-newsleft img {
    width: 100%;
}

.blog-thumbnail {
    position: relative;
    overflow: hidden;
}

.blog-content span {
    color: #A1CC2C;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 25px 0 12px;
    display: block;
}

.block-promotion .blog-content h4 {
    font-weight: 700;
    color: #4B2A1C;
}

.block-promotion .blog-content h4:hover {
    color: #A1CC2C;
}

.block-promotion .blog-content p {
    color: var(--dark);
    font-size: 15px;
    line-height: 24px;
}

.ads-promotion {
    position: relative;
    overflow: hidden;
}


.news-block h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: var(--dark);
    margin-bottom: 26px;
}

.list-categories a {
    font-size: 16px;
    line-height: 19px;
    color: #776868;
}

.list-categories a:hover {
    color: var(--green);
}

.col-left-sidebar {
    border-right: 1px solid #C4C4C4;
}

ul.list-categories, .list-tag {
    list-style: none;
    padding: 0;
}


.list-tag {
    display: flex;
    flex-wrap: wrap;
}

.list-tag li {
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    text-align: center;
}

.list-tag li a {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 14.4264px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 5px 8px;
    border: 0.801467px solid #C4C4C4;
    display: block;
    margin: 0 4px 8px;
    position: relative;
}

.news-items {
    margin-bottom: 16px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 16px;
}

.news-items:last-child {
    margin-bottom: 0;
}

.news-items::after {
    display: block;
    content: '';
    clear: both;
}

.blog-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.content-right .blog-date p, .content-right .blog-date span {
    color: #AFAFAF;
    line-height: 18.75px;
}

.content-right .blog-date span {
    color: #97C715;
}

.thumb-newsleft {
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}

.content-right {
    float: left;
    padding-left: 15px;
    width: 60%;
}

.content-right h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark);
}

.content-right h3:hover {
    color: var(--green);
}

.content-right p {
    font-size: 14px;
    line-height: 24px;
    color: var(--dark);
}


@media (max-width: 991.98px) {
    .list-tag li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .list-tag li a {
        margin: 0 2px 8px;
    }

    .content-right h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

    .content-right p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 767.98px) {

    .col-left-sidebar {
        border: none;
    }
    .list-tag li {
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    .blog-date {
        padding-bottom: 0;
    }

    .content-right {
        padding-left: 10px;
    }

    .content-right p {
        
        -webkit-line-clamp: 2;
    }
}

.news-items .thumb-newsleft::before, .blog-thumbnail::before {
    position:absolute;
    top:0;
    left:-75%;
    z-index:2;
    display:block;
    content:'';
    width:50%;
    height:100%;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}

.news-items .thumb-newsleft:hover::before, .blog-thumbnail:hover::before {
    -webkit-animation:shine .75s;
    animation:shine .75s;
}

@keyframes shine {
    100%{left:125%}
}

@-webkit-keyframes shine {
    100%{left:125%}
}

.error_msg {
    font-size: 14px;
    color: #d43425;
    margin-top: 10px;
}


/*blog-post*/
.blog-post-description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
/*blog-post*/


/*product single*/
#mainCarousel {
  width: 100%;
  /*max-width: 500px;*/
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
  max-height: 400px;
  overflow-y: hidden;
  text-align: center;
}
#mainCarousel .carousel__slide img{
    object-fit: cover;
    height: 100%;
    width: auto;
    margin: auto;
}

#mainCarousel .carousel__button{
    width: 40px;
    height: 40px;
    opacity: 0;
}
#mainCarousel:hover .carousel__button{
    opacity: 1;
}
#mainCarousel .carousel__button.is-prev {
  left: 5px;
}

#mainCarousel .carousel__button.is-next {
  right: 5px;
}

#mainCarousel .carousel__button:focus {
  /*outline: none;
  box-shadow: 0 0 0 4px #A78BFA;*/
}

#thumbCarousel{
    max-width: 500px;
}
#thumbCarousel .carousel__slide {
  /*opacity: 0.5;*/
  padding: 0;
  margin: 5px;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

#thumbCarousel .carousel__slide img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
  border-color: #00e26a;
}

.breadcrumb{
    font-size: 12px;
}

.product-single__title{
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    line-height: 30px;
}

.prInfoRow,
.prInfoRow a{
    color: #2264D1;
}
.prInfoRow a:hover{
    color: #fe696a;
}
.prInfoRow>div{
    flex: 1 1 auto;
}

.product-price__price{
    font-size: 24px;
    color: #EA0025;
}
.product-price__price + #ComparePrice-product-template{
        margin: 0 30px;
        color: #000;
        font-size: 16px;
}

.product-single__price .product-sale{
    font-size: 12px;
    font-family: 'Poppins-Medium';
    display: flex;
    justify-content: center;
    height: 25px;
    line-height: 21px;
    background: url('../images/product-sale-2.png') no-repeat top left;
    background-size: 100% 100%;
}
.product-single__price .product-sale span{
    font-size: 12px;
    font-family: 'Poppins-Medium';
    margin-left: 3px;
}

.product-single__description p{
    margin-bottom: 10px;
}
.product-single__description b,
.product-single__description strong{
    font-family: 'Poppins-Bold';
}

.qtyField { display:table;}
.qtyField.disabled { opacity: 0.5;}
.qtyField.disabled a { cursor: not-allowed;}

.qtyField .qtyBtn, .qtyField .qty { padding:10px 6px; width:33px; height:36px; border-radius:0; float:left; line-height: 15px;}
.qtyField .qtyBtn{ background: #f9f9f9}
.qtyField .qty { width: 60px; }
.qtyField a { color:#000; }
.qtyField a .fa { font-size:12px; line-height:21px; }
.qtyField > a, .qtyField > span, .qtyField input { display:table-cell; line-height:normal; text-align:center; padding:3px 6px; border:1px solid #ebebeb; }
.qtyField > a:first-child{
    border-right: 0;
}
.qtyField > a:last-child{
    border-left: 0;
}

.product-form__cart-add.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.outofstock{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 3.75rem;
    background-color: rgba(0,0,0,.7);
    font-size: 1.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.product-btn-group .btn-radius{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    padding-left: 30px;
    padding-right: 30px;
}

.option_focus {
    border: 1px solid #ededed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.parametdesc{
    padding-left: 0;
}
.parametdesc li {
    display: table;
    padding: 0 8px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    line-height: 25px;
}
.parametdesc li:last-child {
    border-bottom: 0;
}
.parametdesc li > span {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 5px 0;
    color: #888888;
    border-right: 1px solid #e7e7e7;
}
.parametdesc li strong {
    display: table-cell;
    width: 70%;
    /*font-weight: normal;*/
    vertical-align: middle;
    padding-left: 10px;
    color: #000;
}

.product-single .nav-tabs{
    border-bottom: 0;
    border-top: 1px solid #E8E7E7;
}
.product-single .nav-tabs .nav-link{
    color: #787885;
    font-size: 24px;
    font-family: 'Poppins-Bold';
}
.product-single .nav-tabs .nav-link::before{
    top: 0;
    bottom: unset;
}
.product-single .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #000000;
    font-size: 24px;
    font-family: 'Poppins-Bold';
}

@media(max-width: 768px){
    .product-price__price{
        font-size: 20px;
    }
    .product-price__price + #ComparePrice-product-template{
        font-size: 14px;
    }

    .product-single .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link,
    .product-single .nav-tabs .nav-link{
        font-size: 14px;
    }
}

.reviews .rating{
    margin-bottom: 0;
    margin-right: 10px;
}
.reviews .rating li{
    display:inline-block;
}
.reviews  .rating li i{
    color:#f15933;
}
.reviews  .rating li.dark i{
    color:#555;
}
/*product single*/


/*product review*/
.review-star .radio-group{
  display: flex;
  flex: 1;
}
.review-star .radio-group div{
  display: flex;
}
.review-star .radio-group label{
  cursor: pointer;
  padding: 0 3px;
  color: #cacaca;
  text-align: center;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
}

/*.review-star .radio-group input:checked+label,*/
.review-star .radio-group label.active,
.review-star .radio-group label:hover{
    color: #f5a623;
}
.review-star .radio-group input{
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

#review label{
    font-weight: bold;
}
#review input,
#review textarea{
    font-size: 14px;
    padding: 7px;
}


.up_picture_rate label{
    cursor: pointer;
}
.up_picture_rate input{
    opacity: 0;
}

.view_thumbnail {
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.view_thumbnail .btn {
    color: #f00;
    background-color: #fff;
    border-color: #f00;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    z-index: 99;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 1;
    width: 20px;
    height: 20px;
}
.review-star .voted{
    color: #fd9727;
}

.review-detail{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
.r-date{
    font-size: 14px;
    color: #878787;
}

.icon-replies-count{
    color: #2f80ed;
    font-size: 13px;
    cursor: pointer;
}

.box_reply{
    display: none;
    border: 1px solid #dadada;
    padding: 5px;
    padding-left: 15px;
    border-radius: 3px;
    position: relative;
    margin: 10px 0 5px;
    background: #f1f1f1;
}

.box_reply:after, .box_reply:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.box_reply:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f1f1f1;
    border-width: 9px;
    margin-left: -9px;
}
.box_reply:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dadada;
    border-width: 10px;
    margin-left: -10px;
}
.list_rate_title{
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.reply_item .list_rate_title span{
    color: #4bab02;
    font-size: 14px;
    font-weight: bold;
}

.count-comment{
    position: absolute;
  right: 15px;
  font-size: 13px;
  color: #f15a34;
}
.count-comment span{
    color: #333;
}
.count-comment span.error{
    color: #f15a34;
}

#aniimated-thumbnials img{
    max-height: 65px;
}
/*product review*/
/* rate_thongke */
.rate_thongke{
    border: 1px solid #ddd;
    /*border-radius: 10px;*/
}

.rate_thongke hr{
    background-color: #7c7c7c;
}

.thongke_star .rate_diem{
    font-size: 40px; color: #fd9727;
}

.thongke_star_detail{
    border-left: 1px solid #efefef;
}

.thongke_star_detail ul {padding: 0;margin: 0;}
.thongke_star_detail ul li{
    display: flex; align-items: center; justify-content: center;
}

.thongke_star_detail .tk_star,
.thongke_star_detail .tk_progress,
.thongke_star_detail .tk_num{
    display: inline-block;
    padding: 0 3px;
    font-size: 14px;
    color: #9a9a9a;
}
.thongke_star_detail .tk_star, .thongke_star_detail .tk_num{width: 42px;}
.thongke_star_detail .tk_progress{ width: 130px;}

.thongke_star_detail .tk_progress .progress{
    height: 5px;
}
.thongke_star_detail .tk_progress .progress-bar{
        background-color: #fd9727;
}


.view_thumbnail img{
    display: inline-block;
    max-height: 80px;
}


/* end rate_thongke */
/*user*/
.agent-contact .avatar {
  max-width: 80px;
  max-height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*border: 2px solid #3b6a7a;*/
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
}
.agent-contact .avatar img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.agent-contact .avatar i{
    font-size: 50px;
}
.top-header .btn-icon .fa{
  font-size: 1.5em;
}

.agent-contact-name{
    color: var(--c-text);
}

.agent-content a.dropdown-item{
    color: var(--c-text);
}
/*user*/

.error{
    color: #f00;
}

/*.shop-sidebar*/
.shop-sidebar .menu-nav .call-ajax-event,
.shop-sidebar #price .call-ajax-event,
.shop-sidebar #level .call-ajax-event{
    display: flex;
    flex-wrap: wrap;
}
.shop-sidebar .menu-nav .call-ajax-event > div,
.shop-sidebar #price .call-ajax-event > div {
    flex: 0 0 50%;
}
.shop-sidebar #level .call-ajax-event > div{
    flex: 0 0 25%;
}
@media(max-width: 1400px)
{
    .shop-sidebar #level .call-ajax-event > div{
        flex: 0 0 33%;
    }
}
/*.shop-sidebar*/

/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1021;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/
/*form-attr*/

.form-attr {
    padding-left: 0;
}

.form-attr .form-check-input {
    border: 0;
    background: none;
    box-shadow: unset !important;
}

.form-attr-label{
    position: relative;
    min-width: 100px;
    height: 40px;
    margin-bottom: 0;
    padding-top: 0.0625rem;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    transition: color .2s ease-in-out,border-color .2s ease-in-out;
    border: 1px solid #c1c1c1;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
}

.form-check-justified {
    flex-basis: 0;
/*    flex-grow: 1;*/
}
.form-check-justified:not(:last-child) {
    margin-right: 0.5rem;
}
.form-check-justified .form-attr-label {
    width: 100%;
    
}

.form-attr-label:hover ,
.form-check-input:checked~.form-attr-label {
    border-color: #d0011b;
    color: #d0011b;
}
.form-check-justified .form-attr-label.disabled,
.form-check-justified .form-attr-label.disabled:hover{
    opacity: 0.6;
    border-color: #c1c1c1;
    color: inherit;
}
/*form-option*/

#contact-page label{
    font-weight: 600;
}

/*product-top-sell*/

.product-top-sell .owl-next,
.product-top-sell .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}
.product-top-sell .owl-next{
    right: 0;
}
.product-top-sell .owl-prev{
    left: 0;
}

@media(min-width: 768px)
{
    #product_add_cart_modal .product-item{
        border-right: 1px solid #444;
    }
}
@media(max-width: 767px)
{
    #product_add_cart_modal .product-item{
        border-bottom: 1px solid #444;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
/*product-top-sell*/

/*modal*/
.modal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
}
/*modal*/

/*cart list */
.cart__row_item.disabled{
    opacity: 0.5;
}
/*cart list */