span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus, input:focus, select:focus, textarea:focus, div:focus, img:focus, .form-control:focus, i:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 5;
    background: #333333;
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
}

.scrollToTop i {
    font-size: 22px;
    line-height: 50px;
}

.scrollToTop:hover, .scrollToTop:focus {
    background: #000000;
    color: #ffffff;
}

@media (max-width: 991px) {
    .scrollToTop {
        height: 40px;
        width: 40px;
        right: 15px;
        bottom: 40px;
    }

    .scrollToTop i {
        line-height: 40px;
    }
}

.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
}

.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
    z-index: 1;
}

.alert-dismissable .close, .alert-dismissible .close {
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;
    text-shadow: none;
}

.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

#form-review .alert.alert-success, #post_comment .alert {
    position: relative;
}

.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}

.html1 .banners {
    position: relative;
    overflow: hidden;
}

.html1 .banners:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.banner-outer .inner1 img {
    width: 100%;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}

.banners .inner2 {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.inner2 .promo-desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-hover-color);
}

.inner2 .promo-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 13px 0 28px;
}

.inner2 .button {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

.inner2 .button:hover {
    background: var(--primary-color);
    box-shadow: unset;
}

@media only screen and (max-width: 1199px) {
    .inner2 .promo-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .html1-inner > div {
        padding: 0 5px;
    }

    .html1 .row {
        margin: 0 -5px;
    }

    .inner2 .promo-desc {
        font-size: 14px;
    }

    .banners .inner2 {
        left: 10px;
    }

    .inner2 .promo-title {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 15px;
    }

    .inner2 .button {
        padding: 7px 20px;
    }
}

@media only screen and (max-width: 600px) {
    .inner2 .promo-desc {
        font-size: 12px;
    }

    .inner2 .promo-title {
        font-size: 12px;
        line-height: 16px;
        margin: 4px 0 8px;
    }

    .inner2 .button {
        padding: 3px 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .banners .inner2 {
        left: 5px;
    }

    .inner2 .promo-desc {
        display: none;
    }

    .inner2 .promo-title {
        font-size: 10px;
        line-height: 14px;
        margin: 0 0 5px;
    }

    .inner2 .button {
        padding: 0px 10px;
        font-size: 9px;
    }
}

.banner-outer.html2 {
    background: url(../image/mahardhi/banner4.jpg) no-repeat;
    background-size: cover;
}

.content-text-box {
    padding: 142px 0 163px 0;
    float: right;
    margin-right: 140px;
}

.html2-inner h3.content-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    margin-top: 15px;
}

.html2-inner h3.content-title span {
    color: var(--primary-hover-color);
}

.html2-inner p {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-color);
    padding: 17px 0 33px;
    text-transform: capitalize;
}

.html2-inner button {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    font-size: 14px;
    border: 1px solid var(--primary-hover-color);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 9px 28.5px;
    font-weight: 500;
}

.html2-inner button:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

@media (max-width: 1440px) {
    .content-text-box {
        padding: 50px 0;
    }

    .html2-inner h3.content-title {
        font-size: 34px;
    }
}

@media (max-width: 1200px) {
    .html2-inner h3.content-title {
        font-size: 30px;
        line-height: 40px;
    }

    .html2-inner p {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .content-text-box {
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    .content-text-box {
        padding: 40px 0;
    }

    .html2-inner button {
        padding: 6px 28.5px;
    }

    .banner-outer.html2.mt-30 {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .html2-inner h3.content-title {
        font-size: 22px;
        line-height: 30px;
    }

    .html2-inner p {
        font-size: 15px;
        padding: 5px 0 10px;
    }
}

@media (max-width: 600px) {
    .content-text-box {
        padding: 10px 0 28px 0;
    }

    .html2-inner h3.content-title {
        font-size: 18px;
        line-height: 24px;
    }

    .html2-inner p {
        font-size: 14px;
        padding: 0;
    }

    .html2-inner button {
        padding: 4px 16.5px;
        font-size: 12px;
    }
}

@media (max-width: 540px) {
    .content-text-box {
        margin-right: 30px;
    }
}

@media (max-width: 480px) {
    .content-text-box {
        padding: 14px 0 22px 0;
    }

    .html2-inner h3.content-title {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 5px 0;
    }

    .html2-inner p {
        font-size: 12px;
        padding: 0;
    }

    .html2-inner button {
        padding: 2px 16.5px;
    }
}

@media (max-width: 425px) {
    .html2-inner button {
        display: none;
    }

    .content-text-box {
        padding: 22px 0 30px 0;
    }

    .html2-inner p {
        margin: 0;
    }
}

@media (max-width: 375px) {
    .content-text-box {
        padding: 13px 0 25px 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .product-thumb .product-title {
        margin: 0 0 10px 0;
    }

    .special .rating {
        margin: 0;
    }

    .product-thumb .button-group button i.icon-bag {
        display: block;
    }

    .product-thumb .button-group button i {
        font-size: 12px;
        padding: 7px;
    }

    .product-thumb .button-group button {
        height: 30px;
        width: 30px;
    }
}

.swiper-viewport {
    border: unset;
}

.swiper-pagination {
    display: none;
}

.swiper-viewport .swiper-button-prev:before, .swiper-viewport .swiper-button-next:before, .brand .swiper-button-prev:before, .brand .swiper-button-next:before {
    content: "";
}

.owl-carousel.owl-theme .owl-nav .fa, .swiper-viewport .fa {
    font-size: 16px;
    line-height: 31px;
    vertical-align: top;
}

.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.swiper-viewport .swiper-pager > div, .owl-carousel.owl-theme .owl-nav div {
    background: transparent;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    position: absolute;
    top: 46%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -40px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -40px;
}

.brand .swiper-pager > div {
    border: none;
}

.carousel .swiper-viewport:hover .swiper-button-next, .carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
    opacity: 1;
}

.swiper-viewport .swiper-pager .swiper-button-next:hover, .owl-carousel.owl-theme .owl-nav .owl-next:hover, .swiper-viewport .swiper-pager .swiper-button-prev:hover, .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
}

.brand .swiper-pager div {
    top: 0;
    bottom: 0;
    margin: auto;
}

.brand .swiper-pager .swiper-button-prev, .brand .swiper-viewport:hover .swiper-button-prev {
    left: -54px
}

.brand .swiper-pager .swiper-button-next, .brand .swiper-viewport:hover .swiper-button-next {
    right: -54px;
}

.swiper-pagination span, .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: var(--background-color);
    margin: 2px 6px;
}

.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid var(--primary-hover-color);
    height: 14px;
    width: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active, .swiper-pagination span:hover, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-hover-color);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}

.slideshow.fg {
}

.slideshow .swiper-pagination {
    display: none;
}

.slideshow .swiper-pager {
}

.slideshow .swiper-viewport .swiper-pager > div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    background: #333333;
    line-height: 50px;
    font-size: 18px;
}

.slideshow .swiper-viewport .swiper-pager svg {
    fill: #ffffff;
    height: 50px;
    transition: all .3s ease;
}

.slideshow .swiper-viewport .swiper-pager div:hover svg {
    fill: #000000;
}

.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {
    left: 40px;
}

.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
    right: 40px;
}

@media (max-width: 1200px) {
    .owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-carousel.owl-theme .owl-nav .owl-next {
        right: 0px;
    }

    .brand .swiper-pager .swiper-button-prev, .brand .swiper-viewport:hover .swiper-button-prev {
    }

    .brand .swiper-pager .swiper-button-next, .brand .swiper-viewport:hover .swiper-button-next {
    }
}

@media (max-width: 991px) {
    .slideshow .swiper-viewport .swiper-pager > div {
        height: 30px;
        width: 30px;
    }

    .slideshow .swiper-viewport div i {
        line-height: 30px;
        font-size: 12px;
    }

    .owl-carousel.owl-theme .owl-nav .fa, .swiper-viewport .fa {
        line-height: 26px;
    }

    .slideshow .swiper-viewport .swiper-pager > div {
        line-height: 0px;
    }
}

@media (max-width: 767px) {
    .swiper-viewport .swiper-pager > div, .owl-carousel.owl-theme .owl-nav div {
        height: 30px;
        width: 30px;
    }

    .owl-carousel.owl-theme .owl-nav .fa, .swiper-viewport .fa {
        line-height: 26px;
        font-size: 14px;
    }

    .swiper-viewport .swiper-pager > div, .owl-carousel.owl-theme .owl-nav div {
        top: 47%;
    }

    .special .owl-carousel.owl-theme .owl-nav div {
        top: 43%;
    }

    .slideshow .swiper-pagination {
        bottom: 4px;
    }
}

.category-thumb {
    margin-bottom: 30px;
    background: var(--secondary-color);
    padding: 30px;
    display: flex;
    align-items: center;
}

.category-thumb:hover, .product-thumb:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.owl-stage-outer {
    padding: 20px 0 0 0;
    margin: -20px 0 0 0;
}

.category-thumb .images-hover.image {
    max-width: 170px;
    margin: 0 30px 0 0;
    float: left;
}

.category-thumb .caption {
    float: left;
    position: relative;
    overflow: hidden;
    width: calc(100% - 200px);
}

.category-thumb .category-view {
    border-bottom: 2px solid var(--secondary-light-color);
    color: var(--primary-hover-color);
    border-bottom-color: var(--primary-hover-color);
}

.category-thumb .category-view:hover {
    color: var(--secondary-light-color);
    border-bottom-color: var(--secondary-light-color);
}

.category-thumb .cat-title h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.category-thumb .cat-title h4 a:hover {
    color: var(--primary-color);
}

@media (max-width: 1199px) {
    .category-thumb {
        padding: 10px;
    }

    .category-thumb .images-hover.image {
        max-width: 140px;
        margin: 0 10px 0 0;
    }

    .category-thumb .caption {
        width: calc(100% - 150px);
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        padding: 10px 0 0 0;
        margin: -10px 0 0 0;
    }

    .category-thumb {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .category-thumb .images-hover.image {
        max-width: unset;
        float: unset;
        display: inline-block;
        margin: 0;
    }

    .category-thumb .caption {
        float: unset;
        position: unset;
        width: unset;
        padding: 10px 5px 0;
    }

    .category-thumb .cat-title {
        text-align: center;
    }

    .category-thumb:hover, .product-thumb:hover {
        box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    }
}

@media (max-width: 480px) {
    .category-thumb .cat-title h4 {
        font-size: 14px;
    }

    .category-thumb {
        padding: 10px 5px;
    }
}

.box.carousel.brand {
    padding: 30px 0;
    background: var(--primary-hover-color);
}

@media (max-width: 991px) {
    .swiper-slide.col-sm-12 {
        padding: 0 5px;
    }

    .box.carousel.brand {
        padding: 20px 0;
    }
}

.box-categories {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 15px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.box-categories:before {
    content: "\e922";
    margin-right: 10px;
    font-size: 18px;
    font-family: 'Mahardhi-Fonts' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vertical-category-wrapper {
    padding: 0;
    background: var(--secondary-color);
}

#column-left .vertical-category-wrapper, #column-right .vertical-category-wrapper {
    position: relative;
}

.vertical-category ul.category-list > li + li > a {
    border-top: 1px dashed var(--border-color);
}

ul.category-list > li {
    width: 100%;
    color: var(--secondary-light-color);
}

.main-category.left-column-main-category {
    position: relative;
}

#column-left .main-category .page-title h3, #column-right .main-category .page-title h3 {
    margin-bottom: 0;
}

.vertical-category ul li a {
    color: var(--secondary-light-color);
    padding: 10px 15px;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    line-height: 19px;
}

.category-list {
    padding: 0 20px;
    margin: 0;
    width: 100%;
}

.vertical-category ul li a.more-menu {
    cursor: pointer;
}

.vertical-category .dropdown-wrapper ul li + li > a {
    border: none;
}

#common-home .vertical-category-wrapper {
    position: absolute;
    z-index: 11;
}

.category-list > li .icon-menu {
    margin-right: 5px;
    display: inline-block;
}

.category-list > li .icon-menu img {
    border-radius: 25px;
    border: 1px solid var(--border-color);
}

.vertical-category ul li a.more-menu:before {
    content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    position: relative;
    margin-right: 10px;
}

.vertical-category ul li a.more-menu.active:before {
    content: "\f068";
}

@media (min-width: 992px) {
    ul.category-list li .dropdown-menu {
        display: block;
        left: 107%;
        right: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        border: none;
        border-top: 3px solid var(--primary-hover-color);
        background: var(--secondary-color);
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    ul.category-list li:hover > .dropdown-menu {
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    .category-list .dropdown-inner a {
        min-width: 200px;
        display: block;
        clear: both;
        font-size: 14px;
    }

    .category-list .single-dropdown .dropdown-inner li + li a {
        border-top: 1px dashed var(--border-color);
    }

    .vertical-category .dropdown-wrapper .megamenu-dropdown > li .dropdown-menu li a {
        padding: 5px 10px;
    }

    ul.category-list li.dropdown > a:after {
        content: "\f105";
        font-family: fontawesome;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        padding: 15px 0;
        align-items: center;
        color: var(--secondary-light-color);
    }

    ul.category-list > li.dropdown:hover > a:after {
        color: var(--primary-hover-color);
    }

    .dropdown-wrapper .megamenu-dropdown .dropdown-menu {
        position: unset;
        display: block;
        min-width: inherit;
        border: none;
        left: inherit;
        right: inherit;
        box-shadow: none;
        float: none;
        padding: 5px 0;
        visibility: unset;
        transition: 0s;
        opacity: 1;
    }

    ul.category-list li.dropdown .dropdown-wrapper a:after {
        display: none;
    }

    .vertical-category .dropdown-wrapper .megamenu-dropdown > li {
        display: table-cell;
        width: 33.33%;
        float: left;
    }

    .vertical-category .dropdown-wrapper ul.megamenu-dropdown {
        width: 680px;
        margin: 10px;
        display: table;
    }

    .vertical-category .dropdown-wrapper ul.megamenu-dropdown.column2 {
        width: 500px;
    }

    .vertical-category .dropdown-wrapper .megamenu-dropdown.column2 > li {
        float: unset;
    }

    .vertical-category .dropdown-wrapper .megamenu-dropdown > li > a {
        border-bottom: 1px dashed var(--border-color);
        color: var(--primary-color);
        font-weight: 400;
        padding-bottom: 10px;
        margin: 0 9px;
        padding-left: 0;
        padding-right: 0;
    }

    .category-list .single-dropdown .dropdown-inner .dropdown li:first-child a {
        border-top: none;
    }
}

@media (min-width: 1441px) {
    .vertical-category > ul > li > a {
        padding: 12.3px 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .vertical-category > ul > li > a {
        padding: 13.8px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .vertical-category > ul > li > a {
        padding: 10px 15px 10px 0;
    }
}

@media (max-width: 1199px) {
    .box-categories {
        font-size: 13px;
        padding: 10px;
    }

    .box-categories:before {
        margin-right: 5px;
    }

    #column-left .vertical-category-wrapper, #column-right .vertical-category-wrapper {
        margin-top: -10px;
    }

    .vertical-category > ul > li > a {
        font-size: 14px;
    }
}

.testimonial-block {
    background: url(../image/mahardhi/testimonial-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

.testimonial-block .page-title h3 {
    margin: 0 0 28px;
}

.row-items {
    width: 64%;
    margin: auto;
    text-align: center;
}

.testimonial-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-light-color);
}

.testimonial-text i {
    font-size: 34px;
    line-height: 30px;
    display: inline-block;
    color: var(--primary-hover-color);
}

.testimonial-text i.icon-quote {
    margin: 0 18px 17px 0;
    vertical-align: bottom;
}

.testimonial-text i.icon-rightquote {
    margin: 20px 0 0 27px;
    vertical-align: top;
}

.testimonial-images img {
    border: 3px solid var(--primary-hover-color);
    margin: 30px auto 17px;
}

.testimonial-author {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.testimonial-customer {
    font-size: 14px;
    margin: 5px 0 25px;
    color: var(--secondary-light-color);
}

.testimonial-block .owl-carousel.owl-theme .owl-nav div {
    position: relative;
    left: unset;
    right: unset;
    height: 34px;
    width: 34px;
    border: 2px solid var(--secondary-color);
}

.testimonial-block .owl-carousel.owl-theme .owl-nav div:hover {
    border-color: var(--primary-hover-color);
}

.testimonial-block .owl-carousel.owl-theme .owl-nav div.owl-next {
    margin: 0 0 0 10px;
}

@media (max-width: 1440px) {
    .row-items {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .row-items {
        width: 90%;
    }

    .testimonial-block {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .testimonial-block .page-title h3 {
        margin: 0 0 15px;
    }

    .testimonial-text i.icon-quote, .testimonial-text i.icon-rightquote {
        display: none;
    }

    .testimonial-images img {
        margin: 15px auto 17px;
    }

    .testimonial-customer {
        margin: 5px 0 15px;
    }

    .testimonial-block .owl-carousel.owl-theme .owl-nav div {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 480px) {
    .testimonial-block {
        padding: 20px 0;
    }

    .row-items {
        width: 100%;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 20px;
    }
}

.service {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 5px;
    border-radius: 50px;
}

.service-icon {
    font-size: 40px;
    margin: 0 13px 0 0;
    color: var(--primary-hover-color);
}

.service .promo-title {
    font-size: 14px;
    margin: 3px 0 7px 0;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primary-color);
}

.service .promo-desc {
    color: var(--secondary-light-color);
    display: block;
    font-size: 14px;
}

@media (min-width: 992px) {
    .service:hover {
        box-shadow: 0 0 20px 2px rgb(0 0 0 / 10%);
    }
}

@media (max-width: 1440px) {
    .service-icon {
        margin: 0 10px 0 0;
    }

    .service .promo-desc {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 1199px) {
    .service {
        display: block;
        text-align: center;
        padding: 15px 5px;
    }

    .service-icon {
        margin: 0 0 15px;
    }
}

@media (max-width: 991px) {
    .service-box .service-item {
        padding: 0 5px;
    }

    .service-box .row {
        margin: 0 -5px;
    }

    .service {
        padding: 0;
    }

    .service-icon {
        font-size: 30px;
    }

    .service .promo-title {
        font-size: 12px;
        margin: 3px 0 5px;
    }

    .service .promo-desc {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .service {
        display: flex;
        text-align: left;
        justify-content: unset;
    }

    .service-icon {
        margin: 0 10px 0 0;
    }

    .service-box .service-item:nth-child(3), .service-box .service-item:nth-child(4) {
        margin: 15px 0 0;
    }

    .service-item.col-sm-3:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 480px) {
    .service {
        display: block;
        text-align: center;
    }

    .service-icon {
        margin: 0 0 10px;
    }

    .service .promo-title, .service .promo-desc {
        font-size: 9px;
    }
}

.page_title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
    float: left;
}

#column-left > div, #column-right > div {
    margin: 20px 0 0;
    box-shadow: none;
    border: none;
    padding: 0;
    width: auto;
    background: transparent;
}

#column-left > div:first-child, #column-right > div:first-child {
    margin-top: 0;
}

#column-left h3, #column-right h3, #column-left .box-content h3, #column-right .box-content h3 {
    display: block;
    margin: 0;
    padding:,;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    border-radius: 5px 5px 0 0;
    border: none;
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover, a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus, button.list-group-item:hover {
    color: var(--primary-hover-color);
    text-decoration: none;
    background-color: transparent;
}

.filter_box, #column-left .block_box, #column-right .block_box, .category-list #selectMe-desk, .account-content .list-unstyled, .sidebar .list-unstyled {
    margin: 0;
    padding: 20px 0;
    background: transparent;
}

.category-list ul#selectMe-desk > li:last-child > a.list-group-item, .account-content .list-group ul > li:last-child a, .sidebar li:last-child {
    padding-bottom: 0;
}

.category-list ul#selectMe-desk > li:first-child > a.list-group-item, .account-content .list-group ul > li:first-child a, .sidebar li:first-child {
    padding-top: 0;
}

#column-left .box .container, #column-right .box .container {
    width: auto;
    padding: 0;
}

.category-list .list-group-item, .sidebar li, .account-content .list-group a {
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 7px 0 0 0;
    text-transform: capitalize;
}

.sidebar li a {
    color: #333;
    font-size: 14px;
}

.category-list .has-more-category .toggled {
    position: absolute;
    right: 0;
}

.child-categories {
    display: none;
}

.main-item.active .toggled > .fa-plus:before, .toggle-menu.active > .fa-plus:before {
    content: "\f068";
}

.box-category .list-unstyled.childs_1 {
    display: none;
}

.parent li .toggled span {
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}

.parent .active .open-menu::after {
    color: var(--primary-color);
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}

.parent .open-menu::after {
    color: var(--primary-color);
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

.list-group-filter {
    margin-bottom: 27px;
}

.panel-default.filter {
    border: none;
}

.panel {
    border-radius: 0;
    box-shadow: none;
}

.filter_box .list-group a {
    color: var(--primary-color);
    text-transform: capitalize;
    margin: -4px 0 13px;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}

.filter_box .checkbox, .filter_box .checkbox .radio {
    margin: 10px 0;
    color: var(--secondary-light-color);
}

.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}

.filter_box .list-group-items + .list-group-items {
    margin: 28px 0 0;
}

.checkbox label, .radio label {
    text-transform: capitalize;
    font-size: 14px;
}

#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

#column-left .swiper-slide img, #column-right .swiper-slide img {
    width: 100%;
}

.sidebar li a:hover, .account-content .list-group a:hover {
    color: var(--primary-hover-color);
}

.account-content .list-group {
    margin: 0;
}

#column-left .product-layout:last-child .product-thumb, #column-right .product-layout:last-child .product-thumb {
    margin: 0;
}

#column-left #special-carousel .product-thumb, #column-right #special-carousel .product-thumb {
    margin: 0 0 30px 0;
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%;
    padding: 0;
}

#column-left .product-thumb > .image, #column-right .product-thumb > .image {
    float: left;
    width: 80px;
    margin-right: 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

#column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description {
    float: left;
    width: 58.7%;
    border: none;
}

#column-left .sale-text, #column-right .sale-text, #column-left .product-thumb .button-group, #column-right .product-thumb .button-group, #column-left .product-thumb .addcart, #column-right .product-thumb .addcart, #column-left .product-thumb .product-btn-quantity, #column-right .product-thumb .product-btn-quantity {
    display: none;
}

#column-left .product-thumb .rating, #column-right .product-thumb .rating {
    margin: 2px 0 0;
    width: 100%;
}

#column-left .product-thumb .caption, #column-right .product-thumb .caption {
    padding: 0;
}

#column-left .product-thumb .price, #column-right .product-thumb .price {
    margin: 0;
    display: block;
}

#column-left .product-thumb .product-title, #column-right .product-thumb .product-title {
    margin: 4px 0 8px 0;
}

#column-left .product-thumb .product-title a:hover, #column-right .product-thumb .product-title a:hover {
    color: var(--primary-hover-color);
}

#column-left .product-thumb:hover, #column-right .product-thumb:hover {
    box-shadow: none;
}

#column-left .thumb-description, #column-right .thumb-description {
    padding: 0;
}

#column-left .product-thumb, #column-right .product-thumb {
    padding: 0;
    margin: 0 0 30px 0;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description {
        width: 62.7%;
    }

    #column-left .product-thumb > .image, #column-right .product-thumb > .image {
        width: 70px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #column-left .product-thumb > .image, #column-right .product-thumb > .image {
        width: 60px;
        margin-right: 5px;
    }

    #column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description {
        width: 58.7%;
    }
}

@media only screen and (max-width: 991px) {
    #column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description {
        width: 56.8%;
    }

    .toggled .toggle-open {
        position: absolute;
        right: 0;
    }

    #selectMe-desk {
        display: none;
    }

    #column-left .swiper-viewport, #column-right .swiper-viewport {
        display: none;
    }

    #column-left > div, #column-right > div {
        margin: 15px 0 0;
    }

    #column-left > div:first-child, #column-right > div:first-child {
        margin: 20px 0 0;
    }

    #column-left h3, #column-right h3, #column-left .box-content h3, #column-right .box-content h3 {
        padding: 8px 0;
        font-size: 14px;
    }

    #column-left .toggled .toggle-open, #column-right .toggled .toggle-open {
        right: 15px;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}

.pro-deatil.clearfix {
    background: var(--secondary-color);
    padding: 20px 5px;
}

.pro-image img {
    width: 100%;
}

.product-additional {
    text-align: center;
    position: relative;
}

.pro-image {
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}

#additional-carousel.owl-carousel.owl-theme .owl-nav, #quick-carousel.owl-carousel.owl-theme .owl-nav {
    position: unset;
    margin: 0;
    display: block;
}

#additional-carousel, #quick-carousel {
    max-width: 460px;
    padding: 0 30px;
    margin: auto;
}

#additional-carousel .owl-nav div, #quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    border: none;
    width: auto;
    background: transparent;
    position: absolute;
}

#additional-carousel .owl-nav div:hover, #quick-carousel .owl-nav div:hover {
    color: var(--primary-hover-color);
}

#additional-carousel .owl-nav .owl-prev, #quick-carousel .owl-nav .owl-prev {
    left: 15px;
    right: auto;
}

#additional-carousel .owl-nav .owl-next, #quick-carousel .owl-nav .owl-next {
    right: 15px;
    left: auto;
}

#additional-carousel .owl-nav div::before, #additional-carousel .owl-nav div::after, #quick-carousel .owl-nav div::before, #quick-carousel .owl-nav div::after {
    display: none;
}

.image-additional a {
    display: block;
    margin: 0 10px;
}

#additional-carousel.owl-carousel.owl-theme .owl-nav .fa, #quick-carousel.owl-carousel.owl-theme .owl-nav .fa {
    font-size: 22px;
}

.right_info h1, .quick-product-right h1 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 10px 0 15px;
    font-weight: 500;
}

.rating .product-rating {
    float: left;
    margin-right: 20px;
}

.rating .write-review {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    position: relative;
}

.rating .reviews, .rating .write-review {
    font-size: 15px;
    color: var(--secondary-light-color);
}

.pro-deatil .rating .write-review:before {
    content: "";
    background: var(--border-color);
    height: 14px;
    width: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.rating .reviews:hover, .rating .write-review:hover, .rating .write-review:hover .fa-pencil {
    color: var(--primary-hover-color);
}

.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
}

.right_info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    font-size: 16px;
    display: inline-block;
}

.right_info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
    font-size: 15px;
}

.pro_price {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: var(--primary-color);
}

.pro_oldprice {
    color: var(--secondary-light-color);
    margin-left: 10px;
    font-size: 15px;
    color: var(--primary-color);
}

.right_info .tax {
    font-size: 13px;
    margin: 7px 0 5px;
    color: var(--secondary-light-color);
}

.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--primary-color);
}

.right_info .checkbox, .right_info .radio {
    margin-top: 0;
    margin-bottom: 7px;
}

.product-options .alert {
    margin-top: 15px;
}

.product-btn-quantity .minus-plus {
    margin: 10px 15px 10px 0;
    display: inline-flex;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

#product .minus-plus > * {
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 8px;
    font-size: 13px;
}

.product-btn-quantity #input-quantity {
    width: 44px;
}

#button-cart, #quick-cart, button.pro_wish, button.pro_comper {
    background: var(--secondary-color);
    padding: 12px 10px;
    border-radius: 50%;
    color: var(--primary-color);
    border: none;
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 5px;
    border: 2px solid var(--border-color);
}

#button-cart:hover, #quick-cart:hover, button.pro_wish:hover, button.pro_comper:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-color: var(--primary-hover-color);
}

#button-cart i, #quick-cart i, button.pro_wish i, button.pro_comper i {
    font-size: 16px;
    display: block;
    line-height: 13px;
}

#product .product-btn-quantity {
    display: flex;
    align-items: center;
}

.tab-content #tab-description {
    font-size: 15px;
}

#product-page #tab-description ul:last-child, #product-page #tab-specification .table {
    margin: 0;
    border-color: var(--border-color);
}

.propage-tab h2 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}

#form-review.form-horizontal .control-label {
    padding: 0;
}

.quickview-wrapper-inner.container {
    width: auto;
}

#button-upload222 {
    margin-left: 10px;
}

.related-products-block {
    clear: both;
}

.propage-tab {
    margin-top: 60px;
    background: var(--secondary-color);
}

#product-page .nav-tabs {
    display: flex;
}

#product-page .tab-content {
    padding: 30px 20px;
    color: var(--secondary-light-color);
}

#product-page .tab-content strong {
    font-weight: 500;
    text-transform: capitalize;
}

#product-page .nav-tabs li + li {
    margin: 0 0 0 10px;
}

#product-page .nav-tabs > li > a {
    padding: 14px 35px;
}

#product-page .nav-tabs > li:hover > a:after, #product-page .nav-tabs > li.active > a:after {
    width: 100%;
}

#product-page .nav-tabs > li.active > a, #product-page .nav-tabs > li:hover > a {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

@media (min-width: 768px) {
    .product-img {
        position: sticky;
        top: 10px;
    }
}

@media (max-width: 1440px) {
    #additional-carousel, #quick-carousel {
        padding: 0 15px;
    }

    #additional-carousel .owl-nav .owl-prev, #quick-carousel .owl-nav .owl-prev {
        left: 5px;
    }

    #additional-carousel .owl-nav .owl-next, #quick-carousel .owl-nav .owl-next {
        right: 5px;
    }
}

@media (max-width: 1199px) {
    .rating .product-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 991px) {
    .propage-tab {
        margin-top: 30px;
    }

    #product-page .nav-tabs > li > a {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .propage-tab {
        margin-top: 20px;
    }

    .product-img {
        width: 480px;
        margin: 0 auto;
    }

    .right_info {
        margin-top: 30px;
    }

    #product-page .tab-content {
        padding: 20px;
    }
}

@media (max-width: 540px) {
    .product-img {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    #product-page .nav-tabs > li > a {
        font-size: 12px;
        padding: 10px 5px;
    }

    #product-page .tab-content {
        padding: 10px;
    }

    #product .product-btn-quantity {
        display: block;
    }
}

.information-contact .contact-left .title i.fa {
    background: var(--primary-hover-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: var(--secondary-color);
    font-size: 16px;
    height: 35px;
    margin: 0px 10px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}

.information-contact .contact-left .title {
    font-size: 16px;
    color: var(--primary-color);
}

.contact-left .btn-info i {
    font-size: 16px;
}

.content-details {
    padding: 15px;
    border: 1px solid var(--border-color);
    color: var(--secondary-light-color);
    background: var(--secondary-color);
}

.contact-left .content-details > div {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.contact-left .content-details .comment-info {
    border: none;
    padding: 0;
    margin: 0px;
}

#information-contact .panel-body .col-sm-3 {
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 25px;
}

.contact-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.location-info .btn-info {
    padding: 10px;
}

@media (max-width: 991px) {
    .contact-left {
        margin-bottom: 30px;
    }
}

#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}

#accordion.panel-group .panel {
    border-radius: 4px;
}

#accordion.panel-group .panel + .panel {
    margin-top: 15px;
}

#accordion.panel-group .panel-default > .panel-heading {
    background: var(--secondary-color);
    padding: 14px 15px;
}

.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    text-align: center;
    padding: 6px;
}

.checkout .input-group .form-control {
    z-index: 1;
    background: transparent;
}

#button-search {
    margin: 0 0 20px 0;
}

h3.search-criteria {
    font-size: 17px;
}

#product-search #input-search {
    margin-bottom: 10px;
}

#product-manufacturer #content p > a {
    color: var(--primary-hover-color);
}

.manufacturer-list {
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    background: var(--secondary-color);
}

.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.manufacturer-content {
    padding: 8px;
}

#account-account .account-list-content {
    margin-bottom: 20px;
}

#account-account .account-list-content:last-child {
    margin-bottom: 0;
}

.well {
    padding: 19px;
    border-radius: 5px;
    border: none;
    background: #f8f8f8;
}

.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.well strong {
    font-weight: 500;
}

.account-list-heading {
    font-size: 16px;
    margin: 0 0 10px;
}

.account-list-content li a {
    color: var(--secondary-light-color);
    padding: 3px 0;
    display: block;
}

.account-list-content li a:hover {
    color: var(--primary-hover-color);
}

#information-sitemap #content .row li > a {
    padding: 5px 0;
    display: block;
}

#product-compare .table {
    display: inherit;
    border-style: solid none none none;
    overflow: auto;
}

.product-compare .btn-primary {
    margin: 5px 0 5px;
}

#product-compare .table > tbody + tbody {
    border-top: 1px solid #ddd;
}

#checkout-cart .img-thumbnail {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0;
}

@media (max-width: 767px) {
    .cms-block {
        margin-bottom: 15px;
    }
}

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.img-thumbnail {
    border: none;
}

#content {
    min-height: 600px;
    display: inline-block;
}

.common-home #content {
    min-height: unset;
}

#content > h3 {
    margin-top: 0;
    font-size: 18px;
}

.relative {
    position: relative;
}

.m-auto {
    margin: 0px auto;
}

.m-image-auto {
    width: auto !important;
}

ul.list-unstyled {
    margin: 0;
}

.owl-carousel {
    touch-action: manipulation;
}

.input-group .form-control[name^=quantity] {
    min-width: 44px;
}

.col-divide-5 {
    position: relative;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width: 1441px) {
    .container {
        width: 1380px;
    }
}

@media (min-width: 1200px) {
    .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .product-tab-block .single-column:nth-child(2n+1) {
        clear: left;
    }

    .product-tab-block .col-lg-3:nth-child(4n+1) {
        clear: unset;
    }

    .col-divide-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .product-tab-block .single-column:nth-child(2n+1) {
        clear: left;
    }

    .product-tab-block .col-md-3:nth-child(4n+1) {
        clear: unset;
    }
}

@media (min-width: 681px) and (max-width: 991px) {
    .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 680px) and (min-width: 426px) {
    .block_box :not(.owl-carousel) .col-xs-4, .product-layout.product-grid.col-xs-4 {
        width: 50%;
    }

    .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1), .col-xs-4:nth-child(2n+1), .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 425px) {
    .block_box :not(.owl-carousel) .col-xs-4, .product-layout.product-grid.col-xs-4 {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 600px) {
    #content, #column-left, #column-right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 1px solid #ddd;
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-left: 0;
    }
}

@media (max-width: 1199px) {
    .mt-60 {
        margin-top: 50px;
    }

    .mt-30 {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .mt-60 {
        margin-top: 30px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .mt-20 {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #column-left, #column-right {
        display: block;
    }

    .mt-60 {
        margin-top: 20px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 0;
    }
}

.menu-showroom {
    position: relative
}

.menu-showroom .theme-h1 {
    position: relative;
    color: #f1e7d3
}

.menu-showroom .product-item .image {
    margin-bottom: 0 !important
}

.menu-showroom .product-item .image-inner {
}

.menu-showroom .product-item .detail {
    font-weight: 600;
    color: #333333;
    border: 2px solid transparent;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    padding: 1.05rem 0;
}

.menu-showroom .product-item .name {
    align-items: center
}

.menu-showroom .product-item a {
    color: #333333;
}

.menu-showroom img {
    border-radius: 10px !important;
    margin-bottom: 0 !important;
}

.menu-showroom.showroom-v2 {
    margin-bottom: 30px;
}

.menu-showroom.showroom-v2 .hover-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.menu-showroom.showroom-v2:hover .hover-img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.menu-showroom.showroom-v2 .product-item .lazy {
    border-bottom: 0
}

.menu-showroom.showroom-v2 .product-item .detail {
    font-weight: 600;
    color: #333333;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    padding: 0.75rem 0 1rem;
    position: static;
}

.menu-showroom.showroom-v2 .sale-text {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 3px 8px;
    font-size: 14px;
    background: #333333;
    border-radius: 3px;
}

.menu-showroom.showroom-v2 .price {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .menu-showroom.showroom-v2 .price {
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: 700;
    }

    .menu-showroom.showroom-v2 .product-item .detail {
        padding-bottom: 0;
    }
}

.menu-showroom.showroom-v2 .addcart {
    border: none;
    border-radius: 5px;
    background: #333333;
    color: #fefefe;
    font-weight: 500;
    padding: 7px 20px;
    margin-top: 10px;
    width: auto;
    min-width: 120px;
    max-width: 72%;
    font-size: 13px;
    position: static;
    align-self: center;
}

.menu-showroom.showroom-v2 .addcart:hover {
    color: #ffffff;
    border-color: #000000;
    background: #000000;
}

.menu-showroom.showroom-v2 .price-new {
    margin-right: 5px;
}

.menu-showroom.showroom-v2 .price-old {
    text-decoration: line-through;
    color: var(--text-color);
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}

.text-cargo {
    background-image: url('../image/cargo.png');
}

.section-box {
    padding: 50px 0 100px;
}

@media only screen and (max-width: 991px) {
    .menu-showroom.showroom-v2 .product-item .button-group {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .product-layout .product-thumb .addcart {
        display: block !important;
        font-size: 12.5px !important;
        padding: 5px 0 !important;
        border-radius: 5px !important;
    }

    .menu-showroom.showroom-v2 .addcart {
        display: inline-block !important;
        font-size: 12px !important;
        padding: 6px 16px !important;
        border-radius: 5px !important;
        width: auto !important;
        max-width: 70% !important;
    }

    .icon {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

    .count-container .uk-button {
        font-size: 13px !important;
        margin-right: 0 !important;
        line-height: 41px !important;
    }

    .product-tabs .page-title h2 {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 992px) {
    .body-top .campaign .welcome-text {
        font-size: 13px !important;
    }

    .menu-showroom.showroom-v2 {
        margin-bottom: 10px;
    }
}

.w-50 {
    width: 50%;
}

.header-bottom .uk-dropdown.uk-open {
    display: flex;
}