/*
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: 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: #351b19;
}

/* end slick */
.header .flex-row {
    /* height: 100%; */
    /* max-width: 1080px; */
    /* justify-content: center; */
    /* image-rendering: -webkit-optimize-contrast; */
    /* align-items: center; */
    /* padding: 10px 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* padding-left: 4.16667vw; */
    /* padding-right: 4.16667vw; */
}

.header-main .flex-left {
    flex: none;
    margin: 0 auto;
    margin-right: 0;
}

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

.flex-right .nav>li {
    /* margin: 0 15px !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: #111;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
}

.sub-menu>li>a {
    font-weight: normal;
}

.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: start;
    justify-content: center;
}

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

.sub-menu>li>a:hover {
    color: #28acf3;
}

.nav li:first-child {
    margin-left: 15px !important;
}

.header-main .nav > li > a {
    padding: 0;
    border-radius: 4px;
    text-transform: uppercase;
    /* font-family: "constan"; */
    font-size: 13px;
    /* color: #fff; */
    position: relative;
    font-weight: 500;
}

.header-main .nav > li > a:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #005838;
    opacity: 1 !important;
}

.header-main .nav > li > a:hover:before, .header-main .nav > li.current-menu-item a:before {
	background-color: #f7d02e;
}

.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: 250px;
    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;
}

.top-divider {
    display: none
}

.html_topbar_left ul {
	display: flex;
	list-style: none
}

.html_topbar_left ul li {
    margin-right: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    gap: 5px;
}

.html_topbar_left ul li i {
	font-size: 13px !important
}

.searchform {
	    border: 1px solid #cac4c4;
	    min-width: 250px;
	    border-radius: .3rem;
}

.searchform input {
	background: transparent;
    box-shadow: none;
    border: 0;
    height: 31px;
	text-align: right;
	padding: 0 12px;
	color: #fff
}

input[type=search]:focus {
	background: transparent !important;
	box-shadow: none;
	color: #fff;
}

.searchform input::placeholder {
	text-align: right;
	color: #969797;
}

.searchform button {
	border: 0;
	height: 31px;
	background-color: transparent !important;
	color: #cac4c4;
}

.dmsp .row {
	max-width: 100% !important
}

.flux {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 27vw;
    padding: 2vw;
    background: url(https://maybayviet.com/wp-content/uploads/2026/03/bg-scaled.jpg) 50% / cover no-repeat;
    border-radius: 10px;
}

.dmsp .text {
	text-align: center
}

.dmsp .title {
    font-size: 2.14vw;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    pointer-events: none;
    position: relative;
    color: #2E2C26;
    margin-bottom: 10px;
}

.dmsp .subhead {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: .5rem auto 0;
    max-width: 40rem;
    pointer-events: none;
    position: relative;
    font-size: 1vw;
    margin: .34vw auto 0;
    /* min-height: 2.29em; */
    font-weight: 200;
}

.dmsp .ctas {
    align-items: center;
    display: flex;
    font-size: 1.3rem;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1.4rem
}

.dmsp .link {
    align-items: center;
    border-radius: 1.5rem;
    border: 1px solid #434756;
    color: #434756;
    display: flex;
    height: 2rem;
    min-width: 7rem;
    padding: 0 1rem;
    position: relative;
    justify-content: center;
    font-size: 16px;
}

.dmsp .link:hover {
    background: #434756;
    color: #fff
}


.dmsp .link:first-of-type:hover {
    border-color: #434756
}

.home .col {
	padding-bottom: 15px !important
}

.l-row {
	padding-right: 7px;
}

.r-row {
	padding-left: 7px
}

.m-row {
	padding: 0 7px
}

.gridItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 27vw;
    padding: 2vw;
    background: url(https://maybayviet.com/wp-content/uploads/2026/03/kit-maybay.jpg) 50% / cover no-repeat;
    border-radius: 10px;
}

.ctas p {
	margin-bottom: 0
}

.gridItem.machdk {
	background: url(https://maybayviet.com/wp-content/uploads/2026/03/mach-dk.jpg) 50% / cover no-repeat;
	
}

.gridItem.truyensd {
	background: url(https://maybayviet.com/wp-content/uploads/2026/03/truyen-dan-song.jpg) 50% / cover no-repeat;
	color: #fff;
}

.gridItem.truyensd h2, .gridItem.bo-tx-rx h2 {
	color: #fff
}

.gridItem.bo-tx-rx {
	background: url(https://maybayviet.com/wp-content/uploads/2026/03/bo-rt-rx.jpg) 50% / cover no-repeat;
	color: #fff;
}

.gridItem.mb-rtk {
	background: url(https://maybayviet.com/wp-content/uploads/2026/03/may-bay-uav.jpg) 50% / cover no-repeat;
}

.gridItem.truyensd .link,  .gridItem.bo-tx-rx .link{
	border: 1px solid #cccccc;
    color: #cccccc;
}

.gridItem.truyensd .link:hover,  .gridItem.bo-tx-rx .link:hover {
	background-color: #cccccc;
	color: #333333
}

.ft h4 {
	    color: #fff;
	    font-size: 15px;
	    font-weight: 500;
	    letter-spacing: .05em;
	    line-height: 1;
	    position: relative;
	    text-transform: uppercase;
	    padding-bottom: 15px;
	    margin-bottom: 20px;
}

.ft h4:before {
	content: "";
	height: 2px;
	max-width: 90px;
	background: #888;
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0
}

.ft p, .ft li {
	font-size: 15px; 
	line-height: 22px; 
	margin-bottom: 10px; 
	color: #bdbebf;
	list-style: none
}

.ft li a {
	color: #bdbebf
}

.fr-flex {
	display: flex;
	font-size: 14px;
    width: 100%;
}

.fr-flex p {
	width: 50%;
	margin: 0
}

.fr-flex .wpcf7-email {
    background: none;
    border-radius: 20px 0 0 20px;
    border: 2px solid #c1c6c7;
    color: #c1c6c7;
    padding: 0 20px;
    margin: 0;
    height: 40px;
}

.fr-flex input::placeholder {
	color: #c1c6c7;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center
}

.fr-flex .wpcf7-submit {
    background: #c1c6c7 !important;
    border-radius: 0 20px 20px 0;
    border: 0;
    font-weight: 700;
    color: #06111b;
    text-transform: uppercase;
    letter-spacing: .05em;
    width: 100%;
    margin: 0;
    height: 40px;
}

.socialList {
    justify-content: center;
    /* margin-top: 20px; */
    display: flex;
    list-style: none;
    /* gap: 15px; */
}

.ft .wpcf7-spinner {
   
    width: 1px;
    height: 1px;
  
    margin: 0;
    position: relative;
}

.copyr {
	margin-top: 40px;
}

.copyr p {
	font-size: 14px;
	margin: 7px 0 0
}

/***********************************************************************/

/* Blog */

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

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

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

.breadcrumbs a {
    color: #757575;
    margin: 0 3px;
    font-size: 14px;
    text-transform: none;
}



.post-item .box-text {
  padding: 15px 0 0;
}
.post-item .box-text .post-title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 2.6em;
  text-align: left;
}
.post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111;
}
.post-item .from_the_blog_excerpt  {
    color: #777;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}
.post-item .box-text .is-divider {
  display: none;
}

.entry-header h1 {
  font-size: 2.2rem;
}

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

.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: 18px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    text-transform: none;
    color: #3787f6;
    /* font-family: 'constanb'; */
}

.widget .is-divider {

    display: none;
}

.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: #3787f6;
    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: 15px;
    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-family: 'constanb'; */
}

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


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

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

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

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

#comments {
	display: none
}

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

.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: 25px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #3b84f6;
}

.article-post-meta {
    font-size: 15px;
    color: #444;
    margin: 0;
    display: flex;
    justify-content: space-between;
    display: none;
}

.slider-related-blog {
	display: flex;
	gap: 0;
}

.title-related {
	font-size: 1.3rem;
	color: #2e3020;
	/* font-family: 'constanb'; */
	line-height: 1.4;
	margin-bottom: 25px;
	display: block;
	font-weight: bold;
}

.related-blog-item {
	padding: 0 15px;
	width: 33.33333%;
}

.related-blog-item .image-cover {
	    padding-top: 56.25%;
    border-radius: 0 30px 0 30px;
    margin-bottom: 15px;
}

.related-content {
	padding: 0 20px
}

.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: #111;
    text-decoration: none;
}

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

.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: 16px;
    margin-bottom: 8px;
}

.copyright  {
	padding-bottom: 0 !important
}

.copyright p {
	color: #f1f1f1;
  font-size: 15px;
  line-height: 22px;
}

#footer .absolute-footer {
	/* display: none; */
	/* background: #e20015; */
	/* color: #fff; */
	/* padding: 9px 0; */
	display: none;
}

.single .post {
    margin: 0;
}


.single .header-main, .category .header-main{
    /* height: 100px; */
    /* margin-bottom: 15px; */
}

.tax-product_cat .shop-page-title {
	display: none
}

.bn_dmsp img {
	display: block;
	width: 100%;
	margin-bottom: 30px; 
}

.bn_dmsp h1 {
	    border-bottom: .1rem solid #dadada;
	    padding-bottom: 15px;
	    margin-bottom: 0;
	    color: #000;
	    font-weight: 500;
	    font-size: 22px;
}

.row.category-page-row, .bn_dmsp .row {
	max-width: 100% !important;
    padding-left: 7vw;
    padding-right: 7vw;
}

.shop-container .has-box-vertical .col {
	max-width: 33.3333333333% !important;
}

 .shop-container   .products .box-vertical .box-image {
        min-width: 125px !important;
        width: 25% !important;
    }

.row.category-page-row .row.row-small {
    max-width: 100% !important;
}

.row.category-page-row .col-inner {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #dadada;
	/* margin-bottom: 15px; */
}

.row.category-page-row  .products .box-vertical .box-text {
    text-align: left;
    display: block;
    padding: 7px 28px 40px 14px;
}

.row.category-page-row .product-small {
	display: flex;
}

.product-title {
	/* font-size: 20px; */
	line-height: 1;
	font-weight: 500;
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
}

.product-title a {
	color: #333
}

.row.category-page-row .price-wrapper {
	    position: absolute;
    bottom: 15px;
    font-size: 14px;
}

.row.category-page-row .price-wrapper span.amount {
    font-weight: normal;
    white-space: nowrap;
    color: #757575;
}

.products .custom-list-actions a{
       position: absolute;
       bottom: 7px;
       right: 7px;
       align-items: center;
       background: 0;
       border-radius: 1.1rem;
       border: .1rem solid #333;
       display: inline-flex;
       font-size: 1rem;
       font-weight: 700;
       /* height: 2.2rem; */
       letter-spacing: .05em;
       line-height: 1;
       /* min-width: 9rem; */
       font-size: 9px;
       text-transform: none;
       padding: 6px 10px;
       text-align: center;
       justify-content: center;
       gap: 3px;
       text-transform: uppercase;
       color: #333;
       white-space: nowrap;
       transition: background .3s, border-color .3s, color .3s;
       margin: 0;
}

.products .stock {
    font-size: 12px;
    color: #4caf50;
}

a.add_to_cart_button.added, .tax-product_cat .grid-tools {
    display: none;
}

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

.single-product .product-main .content-row {
	
    align-items: center;
}

.breadcrumbs .divider, .breadcrumbs .separator {
    font-weight: 300;
    margin: 0;
    opacity: 1;
    position: relative;
    top: 0;
    font-size: 13px;
    color: #757575;
}

.shop-page-title .page-title-inner {
	padding: 0;
}

.message1 {
    border-left-width: 2rem;
    background: #f5f5f5;
    color: #333;
    max-width: 58rem;
    font-size: 16px;
    padding: 7px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.message1:before {
    background: #26a7df;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
}

.single_add_to_cart_button {
	margin: 20px auto
}

.sticky-add-to-cart--active {
	display: none
}

.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 {
    font-size: 18px;
    color: #333 !important;
    font-weight: bold !important;
}

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

.summary span.amount {
    color: #757575;
    margin: .5rem 0 1rem;
    font-size: 16px;
    font-weight: normal;
}

.related-products-wrapper .col-inner {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dadada;
}

.related-products-wrapper .box-image {
    min-width: 125px !important;
    width: 25% !important;
}

.related-products-wrapper .box-text {
    text-align: left;
    display: block;
    padding: 7px 28px 40px 14px;
}

.related-products-wrapper .price-wrapper {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
}

.related-products-wrapper .price-wrapper span.amount {
    font-weight: normal;
    white-space: nowrap;
    color: #757575;
}

.related-products-wrapper .custom-list-actions a {
    position: absolute;
    bottom: 7px;
    right: 7px;
    align-items: center;
    background: 0;
    border-radius: 1.1rem;
    border: .1rem solid #333;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    /* height: 2.2rem; */
    letter-spacing: .05em;
    line-height: 1;
    /* min-width: 9rem; */
    font-size: 9px;
    text-transform: none;
    padding: 6px 10px;
    text-align: center;
    justify-content: center;
    gap: 3px;
    text-transform: uppercase;
    color: #333;
    white-space: nowrap;
    transition: background .3s, border-color .3s, color .3s;
    margin: 0;
}

.related-products-wrapper a.add_to_cart_button.added, .related-products-wrapper .grid-tools {
    display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name  {
	font-size: 18px !important;
	line-height: 1.4;
	color: #000
}

.wc-block-components-product-metadata__description  {
	font-size: 14px !important;
}

#billing_address_1_field {
	width: 100%
}

.related-products-wrapper {
	margin-bottom: 30px
}

.dev-post-grid {
    display: grid;
    gap: 14px;
}

.dev-post-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.dev-post-item {
    position: relative;
    height: 518px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    color: #fff;
}

.dev-post-item .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}

.dev-post-item .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 55%);
}

.dev-post-item .content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
}

.dev-post-item h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-size: 25px;
    color: #fff;
}

.dev-post-item p {
    margin-top: 5px;
    font-size: 14px;
    opacity: 0.9;
    font-size: 17px;
    /* margin: .34vw auto 0; */
    /* min-height: 2.29em; */
    max-width: 30rem;
    pointer-events: none;
    position: relative;
}

.ct-da {
    padding: 0 1rem;
}

.dev-post-item:hover {
	color: #fff
}

.liner_header {text-align: center;margin-bottom: 30px;}

.liner_header span{
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #303030;
    position: relative;
    margin-bottom: 0;
    line-height: normal;
}

.liner_header span:before {
    content: " ";
    width: 70px;
    height: 1px;
    background: #303030;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.liner_header span:after {
    content: " ";
    margin-left: 20px;
    width: 70px;
    height: 1px;
    background: #303030;
    display: inline-block;
    vertical-align: middle;
}

.da {
	margin-bottom: 30px
}

.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: 16px;
	line-height: 1.5;
}

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

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

.contact-item {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
}

.contact-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 2px solid #19a0f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item .icon i {
    font-size: 26px;
    color: #19a0f3;
}

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-item p {
    color: #666;
    line-height: 1.6;
}

.sub-title {
    color: #19a0f3;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-left: 31px;
}

.sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: linear-gradient(to right,#19a0f3,rgb(184 151 128 / 6%));
}
.sub-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: linear-gradient(to left,#19a0f3,rgb(184 151 128 / 6%));
}

.fr-lh {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* margin: 0px 0px 0px 50px; */
    padding: 35px;
    background-color: #FAFAFA;
}

.lh input, .lh textarea {
    border: 0;
    background: transparent;
    box-shadow: none;
    height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.lh .box-form {
    display: flex;
}

.lh .box-form .wpcf7-form-control-wrap {
    width: 50%;
    margin-right: 30px;
}

.lh .box-form .wpcf7-form-control-wrap:last-child {
    margin-right: 0;
}

.lh textarea {
    height: 90px;
}

.lh .wpcf7-submit {
    border-radius: 15px 0 15px 0;
    padding: 0px 35px;
    background: #845f08;
    font-weight: bold;
}

.home .breadcrumbs {
	display: none
}

@media (max-width: 1145px) {

 
.slider-related-blog {
    display: block;
    gap: 0;
}  
 .related-blog-item {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
} 
 
.header-inner .nav {
   justify-content: end;
}	
	
.header-main .flex-right .nav>li > a {
    color: #fff;
}	
	
.nav-sidebar.nav-vertical>li+li {
    display: flex;
    align-items: center;
}	
	
.dmsp .title {
    font-size: 20px;
}	
	
.dmsp .subhead {
    max-width: 15rem;
    font-size: 13px;
}	
	
.dmsp .ctas {
    margin-top: 10px;
    margin-bottom: 15px;
}	
	
.dmsp .link { 
    height: auto;
    min-width: auto;
    font-size: 14px;
    line-height: 1.5;
}	
	
.flux img {
	max-width: 220px
}	
	
.gridItem {
    min-height: 350px;
}
	
.l-row {
    padding-right: 12px;
}
	
.r-row {
    padding-left: 12px;
}	
	
.m-row {
    padding: 0 12px;
}	
	
.liner_header span {
    font-size: 23px;
}	
	
.liner_header span:before, .liner_header span:after {
    width: 25px;
}
	
.dev-post-grid.columns-2 {
    grid-template-columns: repeat(1, 1fr);
}	
	
.dev-post-item {
    height: 350px;
}	
	
.dev-post-item .content {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}	
	
.dev-post-item h3 {
    font-size: 20px;
	  line-height: 1.4;
    width: 80%;
}	
	
.dev-post-item p {
    font-size: 14px;
    line-height: 1.4;
}	
	
.copyr {
    margin-top: 0;
}	
	
.row.category-page-row, .bn_dmsp .row {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  
}
	
.row.category-page-row {
    margin-bottom: 30px;
}
	
.row.category-page-row .product-small {
    display: block;
    display: flex;
    /* margin-bottom: 15px; */
}
.row.category-page-row .row.row-small {
    width: 100%;
    display: block;
    margin: 0;
}
	
.shop-container .has-box-vertical .col {
    max-width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
}	
	
	.row.category-page-row .col {
			margin : 0;
			padding: 0;
	}	
	
.row.category-page-row .col-inner {
    margin-bottom: 15px;
}	
	
.shop-container .products .box-vertical .box-image {
    min-width: 90px !important;
    width: 20% !important;
}	
	
.product-title {
    font-size: 22px;
    margin: 20px 0 5px;
}	
	
.products .custom-list-actions a {
    font-size: 8px;
}	
	
.message1 {
    font-size: 14px;
    padding: 5px 15px;
}	
	
.message1:before {
    width: 5px;
}	
	
	.single-product .cart {
		text-align: center;
	}	
	
	.ct-form {
		display: flex;
		align-items: center
	}	
	
	.product-summary .quantity {
  
    margin: 0 0 0 15px;
}
	
.single_add_to_cart_button {
    margin: 30px auto 0;
}	
	
.product-main {
    padding: 30px 0 0;
}	
	
.breadcrumbs {
    padding: 0 15px;
    text-align: left;
}	
	
ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}	
	
.related-products-wrapper .box-image {
    min-width: 95px !important;
}
	
	.related-products-wrapper .product-small {
		display: flex
	}	
	
	.related-products-wrapper   .product-title, .tax-product_cat  .product-title {
        font-size: 16px;
        margin: 20px 0 5px;
    }
	
.related-products-wrapper .custom-list-actions a {
    font-size: 8px;
}	
}