/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* slick */

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

/* @font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
} */
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: 'Ã¢â€ Â'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: 'Ã¢â€ â€™'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: 'Ã¢â€ Â'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: 10px;
  width: 100%;
  margin: 15px 0 0;
  list-style: none;
  text-align: center;
  }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
  }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'Ã¢â‚¬Â¢';
  text-align: center;
  opacity: .25;
  display: none;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.slick-dots > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b1b9cb;
  margin: 0 5px;
  }

.slick-dots > li.slick-active button {
  background: #f1335b;
  }
/* end slick */

.header .flex-row {
    height: 100%;
    /* max-width: 1450px; */
    justify-content: center;
    image-rendering: -webkit-optimize-contrast;
    align-items: center;
}

.header-main .flex-left {
  flex: none;
  /* margin: 0 auto; */
  /* margin-right: 15px; */
}

.flex-right {
    margin-left: 0;
}

.flex-right .nav>li {
    margin: 0 !important
}

.header-main .flex-right .nav>li > a {
    padding: 13px 9px;
}

.nav-dropdown>li.html {
    min-width: 210px;
    font-size: 15px;
}

#top-bar .nav>li>a>i {
    font-size: 13px !important;
}

#top-bar.active{
    height: 0;
    
}
#top-bar.active .container{
    transition: all .5s;
}
.header-nav-main li a {
    /* color: #444; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    /* font-size: 15px; */
    /* font-weight: normal; */
    /* padding: 10px 15px; */
}
.header-button-1 a{
    padding: 0;
    border: none;
    padding: 12px 32px;
    display: flex;
    height: 100%;
}
.header-button-1 a:hover{
    background: initial !important;
    border: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
}
.header-button-1 a:hover span{
    color: #d26e4b;
}
.header-button-1 a span{
    cursor: pointer;
    align-items: center;
    padding: 0;
    font-size: 16px;
    transition: opacity .3s;
    border-radius: 0;
    background: inherit;
}
.nav-small .nav>li>a, .nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 0.7rem;
}
.top-bar-nav{
    position: inherit;
}

.header-nav-main{
    justify-content: center;
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .nav-divided>li {
        margin: 0 .7em;
    }

.nav {
    /* width: 100%; */
    /* position: relative; */
    /* display: inline-block; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    /* -webkit-box-align: end; */
    -ms-flex-align: center;
    /* align-items: end; */
    /* justify-content: center; */
}

.nav-left.header-nav-main {
     /* background: #0c6db1; */
     /* border-radius: 5px; */
     /* padding: 0 10px; */
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 25px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.sub-menu>li>a:hover {
    color: #3aafe2;
}

.nav li:first-child {
    margin-left: 0 !important;
}
.header-main .nav > li > a{
    /* color: #fff !important; */
    padding: 15px 12px;
    font-weight: bold;
    font-size: 14px;
    font-weight: 500;
}
.header-main .nav > li > a:hover{
    /* background: #4d7830; */
    color: #4d7830;
}
.header-button-2 a.button{
    -webkit-animation: won 1s infinite cubic-bezier(.5,0,0,1);
    -moz-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    -ms-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    animation: won 1s infinite cubic-bezier(.5,0,0,1);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%);
}
.stuck .header-main .nav > li > a{
    line-height: initial !important;
}
@-webkit-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-moz-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-ms-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}
.nav .nav-dropdown{
    min-width: 270px;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 305px;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}
.nav > li:hover > .nav-dropdown{
        overflow: visible;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        border: 0;
        padding: 10px;
}

.nav-dropdown>li.nav-dropdown-col {
    display: block;
    min-width: 100%;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

.header-nav .search-field{
    border: 0;
    position: relative;
    background: #fff;
    height: 40px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    outline: none;
    box-shadow: none;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-right: 0;
}
.header-nav .searchform-wrapper{
    width: 365px;
    height: 40px;
}
.header-nav .searchform .button.icon {
        width: 53px;
        height: 40px;
        background: #fdd835;
        border: 1px solid #fdd835;
}
.header-nav .searchform .button.icon i{
    color: #333;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{
	    padding: 3px 15px;
    font-size: 13px;
}
.header-nav .button.icon, #masthead .button.icon{
	color: #2da9df;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
	    padding: 5px 0;
    font-size: 13px;
}
.nav-dropdown-default {
 
    padding: 0;
}
.box-tuvan > a{
        font-size: 15px;
    color: #2da9df;
    line-height: 1.1;
    font-weight: 600;
}
.box-tuvan p {
    color: #2da9df;
}
.box-tuvan .icon-phone{
    margin-right: 5px;
    color: #2da9df;
}
.ship{
    color: #2da9df !important;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    background: url(https://codienmay.vn/wp-content/uploads/2023/08/shipper.png) 0 center no-repeat;
    padding-left: 48px  !important;
    margin-left: 30px;
    margin-right: 15px;
    font-size: 11px !important;
}

.logo-left .logo {
    margin-right: 0;
}

.header-vertical-menu__opener{
        background-color: #0e6f99 !important;
        color: #fff !important;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}

.nav-left {
    justify-content: center;
}


/* Home */

.s1, .s2 {
    padding-bottom: 10px !important
}

.title_box {
    border-bottom: 1px solid #2da9df;
    position: relative;
    margin: 0 0 25px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_box strong {
    background: #2da9df;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    display: block;
    line-height: 42px;
    padding: 0 45px 0 45px;
    font-size: 16px;
    position: relative;
    margin-bottom: -1px;
    position: relative;
    text-align: center;
    border-radius: 0 50px 0 0;
    /* -webkit-border-radius: 0 50px 50px 0; */
    display: inline-block;
}
.title_box strong:before {
    content: "";
    display: block;
    width: 25px;
    height: 24px;
    /* border-radius: 50px; */
    /* -webkit-border-radius: 50px; */
    position: absolute;
    top: 7px;
    left: 9px;
    /* border: 4px solid #fff; */
    background: url(https://maybomtp.com/wp-content/uploads/2026/04/ic-maybom.png) top right no-repeat;
    background-size: contain;
}
.title_box a {
    color: #2da9df;
    font-style: italic;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 7px;
}

.title_box a svg {
    width: 15px;
  height: 15px;
}


.badge-container {
    margin: 0;
}

.s2 .box {
    background: #fff;
    border-radius: 5px;
    /* display: flex; */
}

.s2 .box-text.text-center {
    text-align: left;
}

.s2 .box-text a {
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
    height: 44px;
    font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.header.show-on-scroll, .stuck .header-main {
  
    display: none;
}

.header-bottom .flex-left {
	width: 100%
}

.badge {
    height: 2.5em;
    width: 2.5em;
}

.badge-inner.on-sale {
    background-color: #dc0000b5 !important;
    border-radius: 50%;
}

.tt .tit-home {
    margin-bottom: 10px
}

.tt .slider {
    margin-top: 30px
}

.tt .box-text {
    padding: 12px 0 0;
    text-align: left;
}

.tt .box-text h5 a {
        text-align: left;
        font-size: 16px;
        /* text-transform: uppercase; */
        line-height: 1.5;
        color: #333;
        margin-bottom: 12px;
}

.from_the_blog_excerpt  {
    color: #777;
    line-height: 1.8;
    /* margin: 10px 0; */
    text-align: left;
}

.under-tt {
    color: #777;
    line-height: 1.8;
  font-size: 15px;
}

.article-post-meta {
    display: none !important
}

.dark .breadcrumbs a {
    color: #333333;
    text-transform: none;
    font-size: 14px;
}

.breadcrumbs .divider, .breadcrumbs .separator {
    opacity: 0.5;
    color: #333;
}

.title-overlay {
    background-color: transparent;
}

.shop-page-title.featured-title .title-bg {
    background-image: none;
}

.featured-title .page-title-bg {
    box-shadow: none;
}

.woocommerce .shop-page-title.featured-title .title-bg {
    background-image: none !important;
}

.product-summary .product-title {
    font-size: 22px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.single-product .is-divider {
    background-color: rgb(0 0 0 / 85%);
    max-width: 50px;
    width: 100%;
    margin-bottom: 25px;
    display: none;
}

span.amount {
    color: #de0000;
}

.product-short-description {
    margin: 15px 0 20px !important;
    padding: 20px 0 0;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    /* display: none; */
}

.product-gallery-slider img, .product-thumbnails img {
    width: 100%;
    display: block;
    width: auto;
    margin: 0 auto;
}


form.cart .quantity+.button {
    font-size: 15px;
    margin-right: 0;
    background-color: #699c47;
    padding: 2px 20px;
    box-sizing: border-box;
    border-radius: 3px;

}

.product-footer .woocommerce-tabs>.nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-content: start;
}

.product-footer .woocommerce-tabs>.nav>li>a:before {
    background-color: #2da9df;
}

.product-footer .woocommerce-tabs>.nav li > a {
  font-size: 16px;
  color: #2da9df;
  font-weight: bold !important;
}

.related-products-wrapper .box {
    /* background: #fff; */
    /* padding: 12px 0 5px; */
    /* border-radius: 2px; */
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); */
    /* -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 8%); */
    /* text-align: center; */
}

.related-products-wrapper .box-text p {
    margin-bottom: .1em;
    margin-top: .1em;
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 500;
    height: 30px;
}

.related-products-wrapper .box-text p a {
    color: #000
}

.product-section-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 22px;
    /* color: #699c47 !important; */
    font-weight: bold !important;
    position: relative;
    text-align: center;
    padding: 0 0 20px;
}

.related-products-wrapper .flickity-viewport {
   
    padding: 15px 0;
}

.related-products-wrapper  {
    margin-bottom: 50px;
    /* width: 25%; */
    /* padding: 0 20px; */
    /* background: #fff; */
    /* margin-left: 20px; */
    /* border: 0; */
    /* border-radius: 12px; */
    /* overflow: hidden; */
    /* top: 80px; */
    position: -webkit-sticky;
    border: 0;
    /* position: sticky; */
    /* -webkit-transition: top 400ms ease; */
    -moz-transition: top 400ms ease;
}

.related-products-wrapper .large-columns-1 {
    height: 820px;
    overflow-y: scroll !important;
}

/* Scrollbar tÃ¡Â»â€¢ng */
.related-products-wrapper .large-columns-1::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 6px;
}

/* Thanh kÃƒÂ©o (thumb) */
.related-products-wrapper .large-columns-1::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-radius: 9px;
}

/* Track (nÃ¡Â»Ân phÃƒÂ­a sau thumb) */
.related-products-wrapper .large-columns-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.related-products-wrapper .box-text {
    text-align: left;
  padding: 12px 0 0
}


#comments {
    display: none
}

.single-post .entry-header-text.text-center {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    padding-bottom: 0;
}

.single-post .entry-header-text.text-center  .is-divider {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.single-post h1.entry-title {
    font-size: 1.4rem;
    line-height: 1.3;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #2f1000;
    text-transform: uppercase;
}

.latest-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.post-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-thumb {
    position: relative;
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.post-number {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    background: #321000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-content {
    flex: 1;
}

.post-sidebar .post-title {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 20px;
}

.post-title:hover {
    color: #4b1555;
}

.post-meta {
    font-size: 12px;
    color: #888;
}

.dark .breadcrumbs {
    color: #000;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 15px;
}

.woocommerce-ordering, .woocommerce-ordering select {
    display: inline-block;
    margin: 0;
    /* background-color: hsl(0deg 0% 0% / 62%) !important; */
    /* border-color: hsl(0deg 6.55% 11.65% / 9%); */
    border-radius: 30px;
}

.category-page-row .box {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background: #fff;
    /* padding: 12px 0 5px; */
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 9%);
}

.category-page-row .box-text p {
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 500;
    /* height: 35px; */
    /* overflow: hidden; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* display: -webkit-box; */
}

.category-page-row .box-text p a {
    color: #000
}

.single-product .product-main .content-row {
    /* background: #fff; */
    /* padding: 20px 0; */
    /* border-radius: 12px; */
}

.product-footer .woocommerce-tabs {
  /* padding: 30px 20px !important; */
}

.page-title {font-size: 1.7rem;color: #2da9df;margin-bottom: 0;line-height: 1.4;}

.category .blog-post-inner .post-title a{
        font-size: 15px;
        line-height: 1.4;
        font-weight: bold;
        color: #222;
        text-decoration: none;
        display: block;
        margin-bottom: 4px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 20px;
        font-size: 17px;
        margin: 0 0 10px 0;
        font-weight: 700;
        line-height: 1.3;
        /* color: #0c6db1; */
}

.tt {
    padding-bottom: 0 !important
}

.product-subinfo .subinfo-list {
        display: flex;
        flex-wrap: wrap;
    }

.product-subinfo .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.product-subinfo .subinfo-list .item {
        flex: 0 0 auto;
        width: 100%;
    }
.product-subinfo .item--img {
    flex: 0 0 auto;
    width: 30px;
}
.product-subinfo .item--text {
    flex: 1 1 auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
}

.single-product .product-info .ct-summary{
    /* padding: 10px 0; */
    display: flex;
    /* gap: 20px; */
}

.single-product .product-info .l-summary {
    width: 70%;
    flex: 1;
  padding-right: 30px;
}

.info-footer {
    width: 30%;
}


.subtitle {
        font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
}

.buy_now_button {
    background: #2294d2;
}

.sticky-add-to-cart--active .single_add_to_cart_button {
    font-size: 12px !important;
    margin-right: 10px !important;  
}  

.blog-archive {
    /* background: #faf9f9; */
    padding: 0 0 50px;
}

.category .breadcrumbs {
    margin-bottom: 30px;
    background: #f5f5f5;
}

.form-flat select {
    color: #fff !important
}

#breadcrumbs {
        font-size: 13px;
        padding: 7px 15px;
        background: transparent;
        border-radius: 0;
        margin: 0;
        font-weight: normal;
        color: #666666b3;
}

.archive-page-header .col {
    padding-bottom: 20px;
}

.category .box-blog-post {
    background: #fff;
    text-align: left;
}

.category .box-text.text-center {
  
    padding: 15px 12px;
}

.category .from_the_blog_excerpt  {
        margin-top: 0;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333333;
}

.category .blog-post-inner {
    text-align: left;
}

.article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.article-post-meta span {
    position: relative;
}

.article-post-meta span + span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle;
}

.post-sidebar {
    border: 0 !important;
    padding: 0 15px 0 10px !important;
}

.post-sidebar .latest-posts {
  
    padding: 0 20px 15px;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding-top: 15px;
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    padding: 15px 20px;
    display: block;
    background: #fff;
    margin-bottom: 0;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    text-transform: none;
    color: #2da9df;
}

.widget .is-divider {

    display: none;
}

.single-post .page-wrapper {
    padding-top: 0;
    /* background: #faf9f9; */
}

.single-post .breadcrumbs {
    margin-bottom: 30px;
}

.single-post .badge.post-date {
 
    display: none;
}

.single-post .article-inner {
   /* padding: 15px 12px; */
   /* background: #fff; */
}

.post-sidebar #secondary {
        top: 80px;
        position: -webkit-sticky;
        position: sticky;
        -webkit-transition: top 400ms ease;
        -moz-transition: top 400ms ease;
}

.related-blog-grid {
       padding: 15px 12px;
       margin-top: 25px;
       background: #fff;
       display: none;
}

.related-blog-item {
    background: #fff;
}

.related-thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    border-radius: 0 30px 0 30px;
}

.no-thumb {
    height: 200px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.related-content {
    padding: 12px 0;
    padding: 12px 0 0;
}

.related-title {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 8px;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 700;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.related-title a {
    /* color: #101092; */
    text-decoration: none;
}

.related-title a:hover {
    color: #e11d48;
}

.related-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    margin-bottom: 8px;
}

.related-date {
    font-size: 13px;
    color: #7c7c7c;
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px;
    display: none;
}

.title-related {
    text-align: left;
    margin: 0 0 20px;
    color: #000;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.slider-related-blog .slick-slide {
 
    margin: 0 15px !important;
}


.product-price {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fafafa;
    padding: 15px;
    border-radius: 4px;
    margin: 0 0 20px 0;
}

.pro-title {
    min-width: 120px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.product-price span.pro-price {
    font-size: 20px !important;
    line-height: 34px;
    font-weight: 600;
    color: #ff2c26;
}

.product-info .price {
    font-size: 20px;
 
}

.product-info .price span.amount {
    color: red;
}

.ct-form {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.product-summary .quantity {
 
    margin: 0;
}

.quantity .button.minus {
    width: 40px;
    color: #a4aaaf;
    font-size: 40px;
    height: 38px;
    line-height: 30px;
    padding: 0;
    min-height: 38px;
}

.quantity .button.plus {
    width: 40px;
    color: #a4aaaf; 
    font-size: 35px;
    height: 38px;
    line-height: 37px;
    padding: 0;
    min-height: 38px;
}

.quantity input[type=number] {
    height: 38px;
}

.single_add_to_cart_button {
    width: 49%;
    margin: 0 1% 0 0;
    border: 1px solid #311001;
    color: #311001;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    min-height: 45px;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.single_add_to_cart_button:hover {
     color: #fff
}

.single_add_to_cart_button:before {
    content: '';
    display: block;
    background-color: #311001;
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.single_add_to_cart_button:hover:before {
    width: 120%;
 
}

.buy_now_button {
    width: 49%;
    margin: 0;
    background: #311001;
    border: 1px solid #311001;
    color: #fff
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    min-height: 45px;
    box-shadow: none !important;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.buy_now_button:before {
    content: '';
    display: block;
    background-color: #5c1f03;
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.buy_now_button:hover:before {
    width: 120%;
}

 .action-link .link-voucher {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 17px 0;
    background-color: #333333;
    border-color: #333333;
    color: #fff;
   width: 100%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 0 30px;
}

.product-info .product-sku {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.product-footer .container {
    /* display: flex; */
    /* padding: 0; */
}

.product-footer .woocommerce-tabs {
    /* padding: 30px 20px !important; */
    /* width: 75%; */
    flex: 1;
    background: #fff;
    /* border: 0; */
    /* border-radius: 12px; */
    margin-bottom: 50px;
}

.sticky-add-to-cart--active {

    padding: 7px 30%;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product, .sticky-add-to-cart--active  .ct-form {
   
    display: none;
}

.product-section-title-related:before {
    /* background-color: #699c47; */
    /* content: " "; */
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 50%;
    z-index: 2;
}

.shop-page-title .page-title-inner {
    font-size: 13px;
    line-height: 1.3;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    min-height: auto;
}

.shop-page-title {
    /* background: transparent; */
    /* padding: 0; */
    /* margin-bottom: 30px; */
}

.single-product .shop-page-title {
    
    margin-bottom: o;
}

.top-divider {
    border-top: 0;
}

.widget-title.shop-sidebar {
        border-bottom: 1px solid #eee;
    margin: 0 0 10px;
    padding: 0 0 10px 0px;
    position: relative;
    color: #333;
    font-size: 19px;
    font-weight: bold;
}

.widget-title.shop-sidebar:after {
    content: "";
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #3b1605;
    position: absolute;
}

.widget>ul.product-categories>li {
    border: 0 !important
}

.widget>ul.product-categories>li>a {
    /* color: #767676; */
    font-size: 14px;
    padding-left: 0px;
    padding-right: 25px;
    color: #1c1c1c;
    white-space: normal;
    position: relative;
    display: table;
    width: 100%;
    /* border: 0; */
    /* font-weight: bold; */
    transition: 5s;
}

.widget>ul.product-categories>li.current-cat>a, .widget>ul.product-categories>li>a:hover {
    color: #2da9df !important;
    font-weight: normal;
}

.bn_dmsp {
    position: relative
}

.bn_dmsp:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    top: 0;
    left: 0;
}

.bn_dmsp img {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.bn_dmsp h1 {
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 1.4;
}

.shop-container .term-description, .next-prev-thumbs  {
    display: none
}

.tax-product_cat .box-image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.tax-product_cat .header-main {
 
    box-shadow: 0 3px 15px #cccccc38;
}


.ft .accordion-title {
    border-top: 0;
    display: block;
    font-size: 110%;
    padding: 0;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
  
}

.ft .accordion-title.active {
    background-color: transparent;
    border-color: #446084;
    color: #446084;
    font-weight: 700;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff !important;
    border: 0;
}

.ft .accordion .toggle {
   display: none;
    height: 15px;
    left: auto;
    right: 0;
    margin-right: 5px;
    position: absolute;
    top: -4px;
    transform-origin: 50% 47%;
    width: 15px;
}

.ft .accordion .toggle i {
    font-size: 25px;
}

.ft .accordion-inner {
    padding: 0;
}

.related-products-wrapper .box img {
    /* height: 255px; */
    /* object-fit: contain; */
}

.phone-vr-circle-fill {
    display: none !important
}

.phone-vr-img-circle {
    -webkit-animation: none !important;
    animation: none !important
}

#button-contact-vr .button-contact .phone-vr {
    width: 70px !important;
    height: 70px !important
}

#button-contact-vr {
  
    bottom: 30px;
   
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    /* display: none; */
}

 .breadcrumbs {
  
    background: #faf9f9;
}

.page-template-default .page-wrapper {
 /* background: #faf9f9; */
}

.lienhe .col-inner {
        padding: 15px 12px;
    background: #fff;
}

.lienhe input {
        color: #5c5c5c;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: none;
  margin-bottom: 0;
}

.flex-fr {
    display: flex;
}

.wpcf7 p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.flex-fr p {
    margin-right: 10px;
}

.flex-fr p:nth-child(2) {
    margin-right: 0;
  margin-left: 10px;
}

.lienhe .wpcf7-submit {
        margin: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
}

textarea{
    color: #5c5c5c;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    height: 80px;
    box-shadow: none;
    min-height: 80px;
}

 .contact-info__item {
    margin-bottom: 20px;
    display: flex;
}

.contact-info__item .right {
    margin-left: 15px;
}

 .contact-info__item .left .icon {
    width: 40px;
    height: 40px;
    display: block;
    background: #f6f6f6;
    border-radius: 50%;
}

.contact-info__item .left svg {
    display: block;
    width: 18px;
    margin: 0 auto;
    height: 100%;
}

.single-product .l-summary .price {
      /* background: linear-gradient(to right, #fbfafa, #faefed); */
      z-index: 2;
      /* padding: 15px 20px; */
      position: relative;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      margin: 0 0 20px;
      /* background: #fafafa; */
      /* padding: 15px; */
      border-radius: 4px;
}

.devvn_price.sale_amount {
        min-width: 36px;
    padding: 4px 10px;
    margin-left: 15px;
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.5px;
    border-radius: 10px;
    vertical-align: text-bottom;
    line-height: 1.5;
    white-space: nowrap;
    display: flex;
}

.tx-price {
    /* min-width: 120px; */
    /* font-size: 14px; */
    font-weight: 600;
    margin-right: 15px;
}

del span.amount {
    font-weight: 400;
    margin-right: .3em;
    opacity: .6;
    color: #040404 !important;
    font-size: 16px;
}


#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before {
    display: none !important
}

.ft  h3 {
    color: #fff;
    margin: 0 0 30px 0 !important;
    padding: 0 0 8px 0 !important;
    text-transform: uppercase;
    font-size: 16px;
    /* border-bottom: 3px solid #fff; */
    display: block !important;
    width: fit-content;
    text-align: left !important;
    position: relative;
}

.ft .medium-5 ul {
    display: flex;
    flex-wrap: wrap;
}

.ft .medium-5 ul li {
    width: 50%;
}

.dc2 {
    padding-right: 25px;
}

.ft p, .ft li, .ft a {
    margin: 0 0 10px 0 !important;
    font-size: 14px !important;
    line-height: 1.5;
    color: #fff;
    text-align: left !important;
    list-style: none !important;
    font-style: normal;
}

.ft {
    /* margin-top: 120px; */
}


.absolute-footer {
    padding: 10px 0;
    color: #fff !important;
    background-color: #111;
    text-align: center;
}

.ft {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.s5 {
    padding-bottom: 0 !important;
}

.woocommerce .breadcrumbs {
    background: transparent;
}

.featured-title .page-title-inner {
    padding: 9px 15px !important;
    font-size: 14px;
    text-transform: none;
    min-height: 30px;
}

.shop-page-title {
    margin-bottom: 30px;
}

.single-product .shop-page-title {
    margin-bottom: 0
}

.featured-title {
    background-color: #f5f5f5 !important;
    text-shadow: none;
    background-image: none;
}

.image-tools.bottom.left {
  
    display: none;
}

.footer-secondary {
  
    display: none;
}

.category-page-row .box-text .product-title {
    font-size: 15px;
    line-height: 1.4
}

#billing_address_1_field {
    width: 100%
}

.phone-bar a {
    position: absolute;
    margin-top: -45px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 45px;
    font-weight: bold;
    border-radius: 100px;
    white-space: nowrap;
}

.call-mobile2 {
    position: fixed;
    bottom: 120px;
    background: #0be3ce;
    padding: 8px;
    border-radius: 50%;
    height: 5;
    line-height: 15px;
    color: #fff;
    left: 17px;
    z-index: 99999;
    margin-bottom: 1px;
}
.call-mobile2 img{
    border-radius: 50%;
    
}
.fixed-phone-btn {
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 99999;
    padding: 9px;
    border-radius: 50%;
    background: #ff0100 !important;
    box-shadow: 1px 1px 8px rgba(0,0,0,.3);
    display: inline-block;
    height: 40px;
    width: 40px;
}
.fixed-phone-btn .icon-call {
    font-size: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fff !important;
}
.fixed-phone-btn:after {
    animation: ripple1 .7s linear infinite;
    animation: ripple2 .7s linear infinite;
    animation: ripple3 .7s linear infinite;
    animation: ripple4 1.5s linear infinite;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ff0100 !important;
}
#rp4 {
  animation: ripple4 5s linear infinite;
}
@keyframes ripple4 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}

    .fixed-phone-btn .icon-phone {
        font-size: 20px;
        line-height: 20px;
    }

.ft .fa {
    display: none
}

.ft .three-first {
    /* flex-basis: 22% !important; */
    max-width: 22% !imporant;
}

.ft .medium-3 {
    /* flex-basis: 28%; */
    /* max-width: 28%; */
}

.fr-ft {
        text-align: center;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        padding: 25px 60px 0;
        margin-bottom: 80px;
        margin-top: -195px;
        background-color: #3636a3;
        max-width: 1170px;
        margin: -165px auto 65px;
}

.fr-ft .form-row p{
    margin-bottom: 5px !important
}

.cf7-subscribe {
  /* padding: 30px; */
  /* border-radius: 12px; */
  text-align: center;
}

/* TITLE */
.cf7-subscribe h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #fff;
  display: block !important;
  text-align: center !important;
  width: 100%;
  padding-bottom: 0 !important;
  margin-bottom: 7px !important;
}

.cf7-subscribe p {
  margin-bottom: 20px;
  color: #f1f5f9;
  font-size: 14px;
  text-align: center !important;
  /* padding-bottom: 0 !important; */
  margin-bottom: 20px !important;
}

.form-row div {
    /* width: 33.333333%; */
}

/* ROW */
.cf7-subscribe .form-row {
  display: flex;
  gap: 15px;
  justify-content: center;
}

/* INPUT */
.cf7-subscribe input[type="text"],
.cf7-subscribe input[type="email"] {
  height: 40px;
  border-radius: 8px;
  border: none;
  /* min-width: 250px; */
  background: rgba(255,255,255,0.2);
  color: #fff;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 0 !important;
  padding: 0 12px;
}

.cf7-subscribe input::placeholder {
  color: #e5e7eb;
}

/* BUTTON */
.cf7-subscribe input[type="submit"] {
  padding: 0  30px;
  border-radius: 8px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 13px;
  height: 40px;
  transition: 0.3s;
  box-sizing: border-box;
  background-color: transparent !important;
}

.cf7-subscribe input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

.single-product .cart {
    /* display: none; */
}

.evo-product-policy {
    margin-bottom: 10px;
    margin-top: 20px;
    border: 1px solid #f3f4f6;
    padding: 10px;
    border-radius: 4px
}

.evo-product-policy h4 {
    border-bottom: 1px solid #f3f4f6;
    font-size: 16px;
    padding-bottom: 8px
}

.evo-product-policy .evo-product-policy-item {
    display: flex;
    align-items: center
}

.evo-product-policy .evo-product-policy-item img {
    max-width: 30px;
    margin-right: 10px
}

.evo-product-policy .evo-product-policy-item p {
    margin-bottom: 0;
    line-height: 1.2
}

.evo-product-policy .evo-product-policy-item+.evo-product-policy-item {
    margin-top: 10px
}

.single-product .product-gallery .row-small>.flickity-viewport>.flickity-slider>.col {
    border: 1px solid #e6e6e6;
    margin: 5px;
    border-radius: 3px;
    max-width: 18%;
    padding: 5px !important;
}

.single-product .product-thumbnails .is-nav-selected a img, .single-product .product-thumbnails a:hover img {
    transform: translateY(0);
}

.single-product .product-gallery .product-thumbnails .is-nav-selected {
    border-color: #2da9df !important;
}

.product-main {
    padding: 30px 0;
}

.woocommerce-result-count {
    display: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none
}

.tax-product_cat .box-text {
    text-align: left
}

.single-post .entry-content h2 {
    font-size: 20px;
  line-height: 1.5;
}

.single-post .entry-content h3 {
    font-size: 17px;
  line-height: 1.5;
}

.single-post .entry-content h4 {
    font-size: 15px;
  line-height: 1.5;
}

.page-template-default h1 {
      font-size: 18px;
      color: #333;
      margin-bottom: 15px;
}

.page-template-default h2 {
      font-size: 16px;
      color: #333;
      margin-bottom: 15px;
}

.page-template-default .content-page p, .page-template-default .content-page li {
      font-size: 14px;
      color: #333;
      margin-bottom: 12px;
}

.contact-box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-item {
    /* display: flex; */
    /* align-items: flex-start; */
    gap: 15px;
    flex: 1;
    /* min-width: 250px; */
    background: #ffffff;
    padding: 30px 20px 30px 90px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    width: 100%;
}

.contact-item .icon {
    width: 50px;
    height: 50px;
    border: 1px dashed #09098f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border: 1px dashed #2da9df;
    border-radius: 50%;
    color: #2da9df;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-item .icon i {
    font-size: 18px;
    color: #c8a96a;
}

.contact-item h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
}

.contact-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.contact-item:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-item:hover .icon {
    border-color: #2da9df;
    background-color: #2da9df;
}

.contact-item:hover:hover .icon svg path, .contact-item:hover .icon svg polygon {
    fill: #fff !important;
}

.contact-item svg path, .contact-item polygon{
    fill: #2da9df;
}

.lh .cf7-custom {
    /* background: #f5f5f5; */
    padding: 30px;
    background: #ffffff;
    /* padding: 30px 20px 30px 90px; */
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    width: 100%;
}

.lh .cf7-custom .row-3 {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.lh .cf7-custom .field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lh .cf7-custom label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}

.lh .cf7-custom input,
.lh .cf7-custom textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #eee;
    font-size: 14px;
    outline: none;
    background: #fff;
    box-shadow: none;
}

.lh .cf7-custom textarea {
    height: 120px;
    resize: none;
}

.lh .cf7-custom input:focus,
.lh .cf7-custom textarea:focus {
    border-color: #c8a96a;
}

.lh .cf7-custom .btn-submit {
    margin-top: 15px;
}

.lh .cf7-custom input[type="submit"] {
    background: #2f0f00;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-weight: normal;
    cursor: pointer;
    width: auto;
    display: inline-block;
}

.lh .cf7-custom input[type="submit"]:hover {
    background: #a88c5f;
}

.lh h2 {
    font-size: 18px;
  line-height: 1.5
}

.lh p {
    font-size: 14px;
  line-height: 1.6
}

.lh {
    padding-bottom: 0 !important
}

.ft h3::before {
    background-color: #ffe0ad;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
}

.cf7-subscribe h3:before {
    display: none
}

.lh {
    padding: 30px 0 0 !important;
}

.product-summary p, .product-summary li, .product-summary div {
    font-size: 15px;
  line-height: 22px;
  margin-bottom: 9px;
}

.has-sticky-product-cart {
    padding-bottom: 0;
}

.tt img, .category .box-image img {
    border-radius: 0 30px 0 30px;
}

.single-product .badge-container {
    display: none
}

#billing_address_2_field {
    width: 100%
}

.sub-pk {
    display: flex;
    list-style: none;
    margin: 0;
    flex: 1;
}

.sub-pk li {
    margin: 0 5px
}

.sub-pk li a, .title_box p {
    margin: 0;
  font-style: normal;
}

.contact-info-page li i {
    margin-right: 7px;
}

.ft .social-icons  a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px !important;
}

.ft .social-icons  a i {
    top: 0 !important
}

.grid-tools {
    display: none
}

a[href^="tel:"],
.allow-copy,
a[href^="tel:"] *,
.allow-copy *{
    -webkit-touch-callout:text !important;
    -webkit-user-select:text !important;
    -khtml-user-select:text !important;
    -moz-user-select:text !important;
    -ms-user-select:text !important;
    user-select:text !important;
}

@media only screen and (max-width: 1145px) {
#top-bar {
  
    display: none;
}
  
.medium-logo-center .flex-right {
     flex: 0;
    
     padding-right: 5px;
   }
  .header-main .flex-left {
  
    margin-left: 0;
}
  
.header-main .nav > li > a {
    line-height: 16px;
    color: #2da9df !important;
    padding: 13px 5px;
    font-size: 16px;
}  
  
  .mobile-nav.nav-right {
    justify-content: end !important;
  }
  
    .header-inner .nav {
        flex-wrap: nowrap;
        /* width: 65px; */
        justify-content: start;
    }  
  
#logo {

    flex: 1;
}  
  
.header-search .nav-dropdown-default {
    padding: 12px;
      left: -155px !important;
    min-width: 240px !important;
}  
  
 .header-search .nav-dropdown-default  input {
    height: 35px;
    font-size: 12px;
  }  
  
.off-canvas:not(.off-canvas-center) li.html {
    padding: 0 20px;
}  
  
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
 transform: translateX(-280px);
 width: 280px;
 background: #fff !important;
}
     .header-search-form {
        padding: 15px 20px !important;
    }
  
  input.search-field {
    font-size: 14px;
  }
  
  .nav.nav-vertical li {
   
    display: flex;
    align-items: center;
}
  
.ct-item {
    display: block;
    background: #fff;
}  
  
.tx-item, .img-item {
    width: 100%;
}  
  
.bn .item h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 25px;
}  
  
.bd-bn__btn-1 {
    height: 45px;
   
    padding: 0 50px;
   
    line-height: 45px;
    font-size: 15px;
   
    margin: 0 auto 30px;
}  
  
.single-product .product-info .ct-summary{
        padding: 0;
        display: block;
    }
  
.single-product .product-info .l-summary {
    width: 100%;
    padding-right: 0;
}  
  
.info-footer {
    width: 100%;
}  
   
  
  .breadcrumbs .row {
    padding: 0 12px
  }  
  
#breadcrumbs {

    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    overflow: scroll;
}  
  
.single-post .breadcrumbs {
    margin-bottom: 20px;
}  
  
.slick-dots {
    bottom: 0;
}  
  
.breadcrumbs {
    margin-bottom: 20px;
  
}  
  
.product-footer .container {
    display: block;
}  
  
.product-footer .woocommerce-tabs {
    width: 100%;
    margin-bottom: 30px;
}  
  
.related-products-wrapper {
    width: 100%; 
    margin-left: 0;
}  
  
 .woocommerce-breadcrumb.breadcrumbs {
    margin-bottom: 0 !important;
    text-align: left;
  }
  
.single-product  .shop-page-title {

    margin-bottom: 0;
}
  
.tax-product_cat .box-image img {
    height: 165px;
}  
  
.single_add_to_cart_button {
    width: 100%;
    margin: 15px 0;
}  
  
.buy_now_button {
    width: 100%; 
  }  
  
  
     .category-filter-row {
        position: absolute;
        top: 40px;
    }
  
  .category-page-row {
    padding-top: 10px;
  
}
 .tax-product_cat    .woocommerce-breadcrumb.breadcrumbs {
        margin-bottom: 15px !important;
        text-align: left;
        font-size: 13px;
        text-transform: none;
        font-weight: normal;
    }
  
  .woocommerce-ordering {
    position: absolute;
    right: 0;
  }
  
 .tax-product_cat .shop-page-title {
   min-height: 90px;
   margin-bottom: 30px;
}
  
  .bn_dmsp img {
  
    height: 120px;
   
}
  .bn_dmsp h1 {
   
    font-size: 28px;
  
}
  
.woocommerce-ordering  .orderby {
    font-size: 14px;
  }
  
  .ft .accordion .toggle {
   display: block;
  }
  
  .ft .accordion-title {
  
    margin-bottom: 0;
  
}
 .ft .hidden {
    display: block !important;
    visibility: visible !important;
}
  .ft .accordion-title {
  
    font-size: 16px;
   
}
  
.product-info {
    padding-bottom: 0;
}  
  
  .lienhe {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  
  .lienhe iframe {
    height: 250px !important
  }
  
  .dvtd1 .img-inner {
  
    padding: 20px 0;
}
  
  .dvtd1 .col-inner h2 {
  
    margin: 0px 0 10px 0;
  
}
  
  .clsp3 .col .block-detail {
    right: auto !important;
    left: auto !important
  }
  
  .clsp3 .block-detail {
    margin: 0 0 25px !important;
}
  
   .clsp3 .medium-6 {
    margin: 0 !important;
     padding-bottom: 0 !important
}
  
  .clsp3 .block-detail {
    padding: 20px 15px !important;
    text-align: left !important
  }
  
  .clsp3 {
    padding-top: 30px !important
  }
  
  .clsp1 {
    padding-bottom: 0 !important;
}
  
  .sticky-add-to-cart--active {
    padding: 5px 15px;
    flex-wrap: nowrap;
}
  
  .sticky-add-to-cart--active .single_add_to_cart_button {
    margin-top: 0;
  }
 

  .shop-page-title .nav-right {
        display: none;
    }
  
  
.s1 h2 {
    text-align: center;
}  

  
.s1 p {
    padding-right: 0;
}
  
  .center-mb {
    text-align: center;
  }  
  
  .s2 .box-text a {
    height: auto;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
  
.fr-ft {
    padding: 25px 30px 0;
    max-width: 96%;
    margin: -165px auto 65px;
}  
  
.cf7-subscribe .form-row {
    display: block;
}  
  
.form-row div {
    width: 100%;
    margin-bottom: 15px;
}  
  
.ft .col {
    flex-basis: 100% !important;
    max-width: 100%;
  padding-bottom: 15px
}  
  
  .ft {
    padding-top: 30px !important
  }  
  
  .archive .shop-page-title {
  
    min-height: 90px;
    margin-bottom: 30px;
}
  
    .archive  .woocommerce-breadcrumb.breadcrumbs {
        margin-bottom: 15px !important;
        text-align: left;
        font-size: 13px;
        text-transform: none;
        font-weight: normal;
    }
  .featured-title .page-title-inner {
    padding: 5px 15px !important;
  
}
#breadcrumbs {
    padding: 7px 0;
}
  
.single-post h1.entry-title, .product-summary .product-title{
    line-height: 1.5;
    font-size: 18px;
}  
  
.single-post .entry-content h2 {
    font-size: 18px;
    line-height: 1.5;
}
  
.single-post .entry-content h3 {
    font-size: 16px;
    line-height: 1.5;
}  
  
  .single .entry-content p, .single .entry-content li {
    font-size: 15px;
  }  
  
.contact-box, .lh .cf7-custom .row-3 {
    display: block;
}
  
.lh .cf7-custom textarea {
    height: 90px;
    resize: none;
}  
  
  .lh {
    padding: 0 !important;
  }  
  
  .lh .col {
    padding-bottom: 0 !important
  }
  
  .s2 .product-small.col:last-child {
    display: none
  }
  
  .sub-pk {
   
    display: none;
}
  
.title_box {

    justify-content: space-between;
}  
  
.nav-vertical li li.menu-item-has-children:not(:first-child) {
 
    display: block;
}  
}