.absolute-footer,
html {
    background-color: #fff !important;
}

@font-face {
    src: url("../fonts/UTM Avo.ttf");
    font-family: "UTM";
}

@font-face {
    src: url("../fonts/UTM AvoBold.ttf");
    font-family: "UTM Bold";
}

@font-face {
    src: url("../fonts/UTM Androgyne.ttf");
    font-family: "UTM A";
}

@font-face {
    src: url("../fonts/Handycheera Regular.otf");
    font-family: "UTM H";
}

ul,
li {
    list-style: none;
    margin-bottom: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.pd-5-1 {
    padding: 0px 5px 0px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

/**Header**/
div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a {
    padding: 0px 20px;
    color: #000;
    font-size: 14px;
    font-family: "UTM";
}

div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li {
    margin: 0px !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a:hover {
    color: #2e2010 !important;
}

div#top-bar li.header-search-form.search-form.html.relative.has-icon {
    width: 250px;
}

div#top-bar ul.nav.top-bar-nav.nav-right.nav-small.nav- li a {
    font-family: "UTM";
    font-size: 15px;
    color: #fff !important;
}

/**banner**/
article.banner-category {
    width: 100%;
    position: absolute;
    display: inline-block;
    bottom: -85px;
    z-index: 99;
}

article.banner-category .banner-category {
    width: 80%;
    display: block;
    margin: auto;
    transition: 0.3s ease-in-out;
}

.banner-category .banner-items {
    width: calc(100% / 4);
    float: left;
    text-align: center;
    padding: 10px;
}

.banner-category .banner-items a {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    display: block;
    margin: auto;
    transition: 0.3s ease-in-out;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #fff;
}

article.banner-category .banner-category .banner-items a:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #2e2010 !important;
    box-shadow: unset !important;
}

.banner-category .banner-items .banner-items-icon {
    width: 50px;
    margin: auto;
}

.banner-category .banner-items .banner-items-icon img {
    width: 100%;
    height: 100%;
}

.banner-category .banner-items .banner-items-title h4 {
    font-family: "UTM";
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.featured-product-box {
    width: 100%;
    padding-top: 10px;
    display: inline-block;
}

.featured-product-box .featured-breadcrumbs {
    color: #c1977d;
    font-family: "UTM Bold";
    font-size: 15px;
    margin-bottom: 20px;
}

.featured-product-box .featured-title2 {
    font-family: "UTM";
    color: #000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.featured-product-box .featured-content {
    font-size: 15px;
    font-family: "UTM";
    color: #333;
    margin-bottom: 20px;
}

.featured-product-box .featured-price {
    font-size: 18px;
    font-family: "UTM Bold";
    color: #000;
}

.featured-product-box .featured-btn a {
    display: inline-block;
    background: #b68361;
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
    font-family: "UTM";
    font-size: 15px;
}

.featured-product-box .featured-btn {
    margin-top: 20px;
}

/**footer**/
footer#footer {
    width: 100%;
    position: relative;
    display: inline-block;
    /* padding: 240px 0 50px 0; */
    /* background: url('../images/bg-footer.png') no-repeat; */
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: "UTM";
    font-size: 15px;
}

footer#footer .footer-logo img {
    max-width: 120px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

footer#footer .footer-top {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

footer#footer .footer-address p {
    margin-bottom: 10px !important;
}

footer#footer .footer-image img {
    margin-top: 10px;
    max-width: 120px;
}

/*8blog**/
.blog-post {
    width: 100%;
    border: 1px dashed #fdc689;
    display: inline-block;
    height: 200px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.blog-post .blog-avatar {
    width: 190px;
    height: 180px;
    float: left;
}

.blog-post .blog-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-post .blog-content {
    width: calc(100% - 190px);
    float: left;
    height: 180px;
    padding-left: 20px;
    position: relative;
}

.blog-post .blog-content h2 {
    font-size: 15px;
    font-family: "UTM";
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 23px;
}

.blog-post .blog-description p {
    color: #333;
    font-size: 14px;
    font-family: "UTM";
}

.blog-post .blog-date {
    color: #333;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.blog-post .blog-btn {
    border: 1px solid #94684b;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    color: #94684b;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.blog-post:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #94684b;
}

/*title**/
.home-title h2 {
    text-align: center;
    color: #94684b;
    font-family: "UTM Bold";
    font-size: 25px;
}

/*8prodcuT**/
.product-small.box {
    border: 1px solid #eee;
    transition: 0.3s ease-in-out;
}

.product-small.box:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.product-small p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 {
    display: none;
}

.product-small p.name.product-title.woocommerce-loop-product__title a {
    color: #000;
    font-family: "UTM";
    margin-bottom: 10px !important;
    text-align: center;
    display: block;
    font-size: 16px;
}

.product-small .price-wrapper {
    margin: 20px 0 !important;
    text-align: center;
    font-family: "UTM";
}

.product-small p.name.product-title.woocommerce-loop-product__title a {
    color: #000;
    font-family: "UTM";
}

.product-small .price-wrapper ins span {
    color: #ff3333;
}

.badge-container.absolute.left.top.z-1 {
    margin: 0px !important;
    width: 100%;
    position: relative;
}

span.onsale {
    background: #ff3333 !important;
    color: #fff;
    font-family: "UTM";
    font-size: 12px;
    width: 48px !important;
    height: 35px !important;
    display: block;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 10px;
    left: -8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding-left: 4px;
}
span.onsale:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #950c20;
    border-left: 9px solid transparent;
    position: absolute;
    left: 0px;
    bottom: -8px;
}
/**title**/
.home--title h2 {
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-family: "UTM H";
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
    display: block !important;
}

.home--title {
    width: 90px;
    height: 90px;
    background: #b68361;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 40px;
    text-align: center;
    display: block;
}

/*8category***/
section#breadcrumbs {
    font-size: 15px;
    margin: 20px 0 0 0;
    font-family: "UTM";
}

.breadcrumbs {
    padding: 15px 10px !important;
    border: 1px dashed #fdc689;
}

.home_title h2 {
    padding: 10px 10px !important;
    border: 1px dashed #fdc689;
    font-family: "UTM";
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

#page-category {
    margin-top: 30px;
}

/**widget**/
.product-box1 .product-item1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}

.product-box1 .product-item1:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.product-box1 .product-item1 .product-item-avatar {
    width: 80px;
    height: 60px;
    float: left;
}

.product-box1 .product-item1 .product-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box1 .product-item1 .product-item-content h2 {
    color: #333;
    font-family: "UTM";
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
}

.product-box1 .product-item1 .product-item-content {
    width: calc(100% - 80px);
    float: left;
    font-family: "UTM";
    padding-left: 10px;
}

.product-box1 .product-item1 .product-item-content .post-meta {
    color: #3c454f;
    font-family: "UTM";
    font-size: 12px;
}

.product-box1 .product-item1:hover h2 {
    color: #94684b;
}

.product-price span {
    font-size: 13px;
    font-family: "UTM";
}

/**single**
 */

header#single-header .post-meta span {
    color: #333;
    font-family: "UTM";
    font-size: 13px;
}

header#single-header h2 {
    color: #000;
    font-family: "UTM";
    font-size: 25px;
}

header#single-header {
    margin-bottom: 15px !important;
    width: 100%;
    font-family: "UTM";
    display: inline-block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.article-content {
    font-family: "UTM";
    color: #000;
    font-size: 15px;
}

.article-content p {
    margin-bottom: 10px !important;
}

article#post-related .blog-post .blog-description p {
    color: #333;
    font-family: "UTM";
    font-size: 12px;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0px !important;
    margin-top: 20px;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding: 15px 10px !important;
    height: unset !important;
    min-height: unset !important;
}

.page-title-inner.flex-row.medium-flex-wrap.container nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    border: 0px !important;
    padding: 0px !important;
}

/*8contact**/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-text {
    border: 1px solid #eee;
    box-shadow: unset !important;
    border-radius: 3px;
    margin-top: 10px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: red !important;
    box-shadow: unset !important;
    border-radius: 3px !important;
    margin: 0px !important;
}

.related-title h2 {
    font-family: "UTM";
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

label {
    font-family: "UTM";
}

.article-page p {
    margin-bottom: 10px !important;
}

.article-page {
    font-family: "UTM";
    color: #000;
    font-size: 16px;
}

/*8menu**/
article.menu-order {
    width: 70%;
    margin: auto;
    padding: 20px 0 80px;
}

.menu-block {
    padding-top: 80px !important;
}

.menu-block .bg.section-bg.fill.bg-fill.bg-loaded {
    background-repeat: no-repeat !important;
    background-position: 0% 100%;
}

.menu-block .menu-item {
    width: 100%;
    display: inline-block;
}

.menu-block .menu-item .menu-icon {
    width: 80px;
    float: left;
}

.menu-block .menu-item .menu-icon img {
    width: 100%;
    display: inline-block;
    height: 100%;
    object-fit: contain;
}

.menu-block .menu-item .menu-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
}

.menu-block .menu-item .menu-content h2 {
    color: #94684b;
    font-family: "UTM";
    font-size: 16px;
    border-bottom: 1px dashed #94684b;
    padding: 0px 0px 10px 0;
    display: block;
}

.menu-block .menu-item .menu-price {
    position: relative;
    width: 100%;
    display: inline-block;
    font-family: "UTM";
    font-size: 14px;
    color: #94684b;
    font-weight: 700;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    margin: 0px !important;
    margin-bottom: 20px !important;
    color: #94684b;
    font-family: "UTM Bold";
}

/**single product**/
h1.product-title.product_title.entry-title {
    font-family: "UTM";
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
}

.product-info .price-wrapper ins span {
    color: #ff3333;
    font-size: 29px;
    font-family: "UTM";
}

.woocommerce-product-gallery__image.slide.first.is-selected {
    border: 1px solid #94684b;
    padding: 10px;
}

.product-info.summary.col-fit.col.entry-summary.product-summary {
    padding-top: 0px !important;
}

.product-info form.cart {
    margin-top: 30px !important;
}

button.single_add_to_cart_button.button.alt {
    background: #94684b !important;
    box-shadow: unset !important;
    border-radius: 3px !important;
    font-family: "UTM";
}

.related.related-products-wrapper.product-section {
    border: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul {
    border-bottom: 1px solid #94684b;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a {
    padding: 5px 20px;
    color: #000;
    font-family: "UTM";
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li.active a {
    background: #94684b;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li {
    margin: 0px !important;
}

.woocommerce-Tabs-panel p {
    margin-bottom: 10px !important;
}

.woocommerce-Tabs-panel {
    color: #000;
    font-family: "UTM";
    font-size: 15px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cart_totals {
    font-family: "UTM";
    color: #000;
}

.woocommerce-billing-fields__field-wrapper p input,
textarea#order_comments {
    box-shadow: unset !important;
    border-radius: 3px !important;
}

.woocommerce-billing-fields__field-wrapper p {
    width: 100% !important;
    display: inline-block;
}

.swiper {
    width: 100%;
    height: 100%;
}
.search-form-cs {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 9;
    left: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 26px !important;
    width: 20%;
    top: 75px;
    border-radius: 8px;
    padding: c;
    color: #fff;
}
.row {
    width: 96% !important;
    max-width: 1460px !important;
}
.header-inner {
    width: 96% !important;
    max-width: 1460px !important;
}

.product-template-default .search-form-cs {
    display: none !important;
}
.title-main:before {
    background: url("../images/icon-image.webp") no-repeat scroll -29px -168px;
}
.title-main:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 16px;
    left: 0px;
}
.title-main {
    font-size: 25px;
    font-weight: 900;
    margin-top: 0px;
    color: #373737;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    padding-left: 36px;
    background-position: center left;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
.uppercase.header-title {
    background: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #555;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    height: 44px;
    margin-top: 10px;
    padding: 12px 0;
    margin-bottom: 0px;
    margin-top: 0px !important;
}
.uppercase.header-title:hover {
    background-color: red;
    color: #fff;
}
.title-tintuc {
    background-color: red;
    padding: 4px 8px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
}
.footer-top {
    background: url("../images/bg-ft-top.jpg") no-repeat;
    padding: 30px 0px;
}
.box-icon {
    display: flex;
    color: #fff;
    gap: 8px;
}
.box-icon a {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-address:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -2px;
}
.text-address:before {
    background: url("../images/icon-image.webp") no-repeat scroll -25px -19px;
}
.text-address {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
/* .page-template .slider{
    display: none;
} 
.page-template .search-form-cs{
    display: none;
}

.archive.tax-product_cat .search-form-cs{
    display: none !important;
}
.page-template.home .slider{
    display: block !important;
} 
.page-template.home .search-form-cs{
    display: block !important;
} 
.category-tin-tuc .slider{
    display: none;
} 
.category-tin-tuc .search-form-cs{
    display: none;
}  */
.form-controller-ft {
    display: flex;
    gap: 8px;
}
.submit-form > input {
    background-color: red !important;
}
.quick-view.quick-view-added {
    background-color: red;
    width: max-content;
    padding: 4px;
    position: absolute;
    top: -36px;
    right: 12px;
}
.post-type-archive .quick-view {
    background-color: red;
    width: max-content;
    padding: 4px;
    position: absolute;
    top: -36px;
    right: 12px;
}
.archive .quick-view {
    background-color: red;
    width: max-content;
    padding: 4px;
    position: absolute;
    top: -36px;
    right: 12px;
}

.products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.products li {
    flex: 1 1 30%;
    margin: 15px;
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.products li:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.woocommerce-loop-product__title {
    font-size: 18px;
    margin: 0 0 10px;
}

.price {
    color: #b12704;
    font-size: 16px;
    margin: 10px 0;
}

.view-details-button,
.quick-view-button
 {
    display: block;
    text-align: center;
    padding: 10px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.view-details-button:hover,
.quick-view-button:hover
:hover {
    background: #005a87;
}

.quick-view-button {
    background: #28a745;
    margin-top: 5px;
}

.quick-view-button:hover {
    background: #218838;
}

.quick-view-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

.quick-view-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.zoomWrapper img {
    width: 400px !important;
}
.row-single-product {
    display: flex;
    gap: 30px;
}
.product-title-single {
    font-size: 26px;
    font-weight: 700;
    color: #2e3553;
}
.product-price-single {
    font-size: 30px;
    display: inline-block;
    color: #ff2d37;
    font-weight: 700;
    margin-right: 10px;
}
.row-single-product {
    display: flex;
    flex-wrap: nowrap !important;
}
.container.tabbed-content {
    max-width: 1460px !important;
}
.row-archive {
    max-width: 1460px !important;
}
.box-text.box-text-products {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title-text3 {
    position: absolute;
    left: 50%;
    top: -16px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background-color: #ff2d37;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    height: 50px;
    padding: 0 30px;
    transform: translateX(-50%);
    line-height: 50px;
}
.title-text3:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: auto;
    left: -22px;
    right: auto;
    border-bottom: 0 solid transparent;
    border-top: 16px solid transparent;
    border-right: 10px solid #c60009;
    border-left: 12px solid transparent;
}
.title-text3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: -22px;
    border-bottom: 0 solid transparent;
    border-top: 16px solid transparent;
    border-left: 10px solid #c60009;
    border-right: 12px solid transparent;
}
/* .product.type-product{
    width: 25% !important;
    max-width: 25% !important;
} */
.menu-archive li {
    border-bottom: 1px dashed #cdcdcd;
    padding: 10px 0px;
}
.title-head {
    background-color: red;
    color: #fff;
}
.aside-title h2 {
    background: #ff2d37;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    border-radius: 0px;
    position: relative;
    padding-left: 70px;
    font-size: 16px;
}
.aside-title h2:before {
    content: "";
    display: inline-block;
    width: 60px;
    position: absolute;
    height: 100%;
    background-color: #bb0d0d !important;
    top: 0px;
    left: 0px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.aside-title h2:before {
    background: url("../images/icon-car.webp") no-repeat scroll 8px 14px;
}
.mySwiperar .product.type-product {
    width: 100% !important;
    max-width: 100% !important;
}
.mySwiperar .product-small.box {
    display: flex;
}
.row-grid-left,
.row-grid-right {
    border-radius: 8px !important;
}
.wpcf7-form-control-wrap.your-name {
    width: 50%;
}
.wpcf7-form-control-wrap.your-email {
    width: 50%;
}

.showonhover .show-on-hover {
    opacity: 1 !important;
}
.add-to-cart-button {
    background-color: #0073e6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.add-to-cart-button:hover {
    background-color: #005bb5;
}
.showonhover .cart-icon {
    background-color: red;
    padding: 4px;
}
.showonhover .box-image {
    overflow: inherit;
}
.slider-home {
    display: none !important;
}
.home .slider-home {
    display: block !important;
}
.search-form-home {
    display: none !important;
}
.home .search-form-home {
    display: block !important;
}
.span.amount {
    color: #fff !important;
}
.container.tabbed-content .cart-item {
    display: none !important;
}
.container.tabbed-content .account-item {
    display: none !important;
}
.container.tabbed-content .header-search {
    display: none !important;
}
.box-header-form {
    padding: 15px !important;
}
.page-template-page-blank .header-search {
    display: none !important;
}
.page-template-page-blank .cart-item {
    display: none !important;
}
.page-template-page-blank .account-item {
    display: none !important;
}
.exit-filter {
    display: none !important;
}

.row-single-product {
    display: flex;
}
.filter-product {
    width: 100%;
}
.filter-product .col-3 {
    width: 25%;
}
.filter-product .col-9 {
    width: 75%;
}
.ajax_add_to_cart{
    height: 30px !important;
    width: 30px !important;
    padding-left: 4px !important;
    padding-bottom: 0px !important;
    background-color: red !important;
    top: -36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    left: 9px !important;
}
.col-left-item p{
    color:#000 !important;
}

    .box-mh .hover-slide-in {
       transform: none !important;
    }
    