
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,700&display=swap');
body{
	font-family: 'Roboto', sans-serif;
    color: #777;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-weight: 500;
    font-size: 16px;
}
a, a:link, a:active, a:visited {
    color: #17594E;
}
a {
    color: #077c04;
    text-decoration: none;
}
.hometext{
    font-weight: 500;
}
a:hover{
    color: #000;
}
[class*=" col-"], [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.d-flex-center{
	display: flex;
	align-items: center;
}
.logo{
	display: block;
    margin-right: 20px;
}
.header{
	/*background: #A6C551;*/
	padding: 15px 15px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.header p{
    margin-bottom: 0;
}
.header a{
	color: #543037;
    font-weight: bold;
}
.header-mid{
/*	padding: 15px 0;*/
    position: relative;
    background: #597e53;
}
.header-mid p{
    margin-bottom: 0;
}
.hotline-mobi{
    display: none;
}
.social{
    margin: 0;
    padding: 0;
    text-align: right;
}
.social li{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.social a{
    color: #fff;
    font-size: 15px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;

}
.social a:hover{
    color: #FFC107;
}
.logo img{
	width: auto;
	height: 100px;
}
.main-menu{
	padding: 0;
	margin: 0;
}
.main-menu>li>a{
	letter-spacing: .02em;
    text-transform: uppercase;
	color: #fff;
    transition: all .2s;
	padding: 10px 0;
	font-weight: 700;
	font-size: 15px;
	position: relative;
	display: block;
}

.main-menu>li.active>a, .main-menu>li>a:hover{
	color: #f2c517;
}
.main-menu>li{
	margin: 0 11px;
	display: inline-block;
	transition: background-color .3s;
}
.main-menu>li:first-child {
    margin-left: 0!important;
}
.main-menu .sub-menu{
	position: absolute;
    min-width: 260px;
	display: none;
    z-index: 9;
    padding: 20px 0;

    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
	border-radius: 10px;
}
.main-menu .has-child:before{
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    left: 50%;
    z-index: 10;
}
.main-menu .has-child:after{
    bottom: -3px;
    z-index: 10;
    opacity: 0;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #ddd;
    border-width: 11px;
    left: calc(50% - 2px);
    z-index: 1;
}
.main-menu>li:hover>.has-child:after, .main-menu>li:hover>.has-child:before{
    opacity: 1;
}
.main-menu>li:hover .sub-menu{
	opacity: 1;
	display: block;
}
.main-menu .sub-menu li>a:hover{
    background-color: rgb(71 169 75);
	color: rgba(17,17,17,.85);
}
.main-menu .sub-menu a{
	padding: 10px 20px;
	display: block;
	color: rgba(102,102,102,.85);
    transition: all .2s;
}

.footer-top{
   /* background: #077c04;*/
    padding: 30px 0 0;
}
.footer-mid{
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 30px 0 0;
    background-color: #597e53;
}
.footer-bottom{
    background-color: #597e53;
    padding: 30px 0;
}
.owl-carousel .owl-nav{
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next{
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #777;
    color: #fff;
    font-size: 24px;
}
.owl-carousel .owl-prev{
    position: absolute;
    left: 10%;
    transition: .25s;
    opacity: 0;
}
.owl-carousel .owl-next{
    position: absolute;
    right: 10%;
    transition: .25s;
    opacity: 0;
}
.owl-carousel:hover .owl-next, .owl-carousel:hover .owl-prev{
    opacity: 1;
}
.owl-carousel:hover .owl-next{
    right: 20px;
}
.owl-carousel:hover .owl-prev{
    left: 20px;
}
.owl-carousel .owl-dot{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 8px solid #236044;
    border-radius: 50%;
    opacity: .4;
    cursor: pointer;
    transition: opacity .3s;
}
.owl-carousel .owl-dot:hover{
    opacity: 1;
}
.owl-carousel .owl-dot.active{
    border-color: #ee8e51;
    background: #EE8E51;
    opacity: 1;
}
.owl-carousel .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}
.owl-slider .img-slide{
    padding-top: 500px;
}
.owl-slider .img-slide img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}
.owl-slider .info{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #f1f1f1;

}
.owl-slider .info .title1{
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
}
.owl-slider .info .title2{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 3px;

}
.owl-slider .info .des{
    font-size: 20px;
    margin-bottom: 20px;
}
.owl-slider .info .link{
    background-color: #EE8E51;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s,-webkit-transform .3s;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 8px 16px;
    font-weight: 500;
}
.owl-slider .info .link:hover{
    background: #A6C551;
}
.owl-slider .info .link .fa{
    margin-left: 10px;
}
.pdd-lr-30{
    padding-left: 30px;
    padding-right: 30px;
}
.block-box{
    margin: 20px 0px;
    position: relative;
}
footer, footer a{
    color: #f1f1f1;
}
.block-heading-footer{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;

}
.block-heading-footer:after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: rgba(0,0,0,.1);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .block-heading-footer:after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: rgba(255,255,255,.3);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer{
    margin-top: 30px;
}
footer, footer a{
    color: #f1f1f1 !important;
}
.menu-footer{
    padding: 0;
    margin: 0;
}
.menu-footer a{
    padding: 6px 0;
    display: inline-block;

    font-size: 16px;
}
.menu-footer li{
    border-bottom: 1px solid #ececec;

}
footer .menu-footer li{

    border-bottom:1px solid rgba(255,255,255,.08);
}
.menu-footer li:last-child{
    border-bottom: none;
}
.owl-slider{
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
}
.block-heading-home{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    color: #17594e;
    width: 90%;
    margin: 0 auto;
}
.block-heading-home span{
    padding: 0 10px;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 15px;
    display: inline-block;
}
.block-heading-home:after{
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    background: #eee;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
}
.block-heading-home-des{
    text-align: center;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.product-grid{
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.product-grid .info{
    padding: 10px 20px 20px 20px;
}
.product-grid .cat-title{
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 5px;
    display: inline-block;
}
.product-grid  h3{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    /*display: -webkit-box;*/
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product-grid .price{
    margin-bottom: 5px;
}
.product-grid .money{
    color: #e45b5b;
    font-weight: 700;
}
.product-grid .discounts_money{
    color: #e45b5b;
    opacity: .6;
    margin-right: 5px;
}
.product-grid .des{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
}
.product-grid small{
    font-size: 9px;

}
.product-grid .des p{
    margin-bottom: 0;
}
.product-grid .label-discount{
    background-color: #d26e4b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 5px;
}
.img-square{
    padding-top: 100%;
    width: 100%;
    position: relative;
}
.img-16-9{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.img-square img, .img-16-9 img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 0 10px;
}

.mobile-menu-wrap .logo img {
    height: 25px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;
    text-align: center;
    font-size: 14px;
    display: none;
    z-index: 999;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #829b3c;
    border-radius: 50%;
    position: absolute;
    right: 10px;
}

.mobile-menu-toggle-btn:hover {
    background: none;
}


@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: inline-block;
        vertical-align: middle;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.news-grid{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    margin-bottom: 20px;
    position: relative;
}
.news-grid h3 a{
    color: #555;
    
}
.news-grid h3{
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    height: 31px;
    font-weight: 500;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-grid h3:after, .detail .title:after, .info-title h1:after{
    content: '';
    background-color: #038d06;
    height: 2px;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.detail{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    
}
.detail .content{
    padding: 10px;
}
.detail .title, .info-title h1{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
}
.detail .cat-title{
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.news-grid .info{
    padding: 15px;
}
.news-grid .des{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.xem-them{
    position: relative;
    background-color: #597e53;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    color: #f2c517  !important;
    padding: 5px 15px;
    margin-top: 15px;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
}
.xem-them:hover{
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
}
.xem-them:after{
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 150%;
    box-shadow: inset 0 1.2em 0 0 rgba(255,255,255,.1);
    box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1), inset 0 2em 15px 0 rgba(255,255,255,.2);
}
.date{
    position: absolute;
    background-color: #17594E;
    top: 7%;
    left: 0;
    text-align: center;
    z-index: 2;
    padding: 5px 10px;
    color: #fff;
}
.date .day{
    font-size: 14px;
    font-weight: 600;
}
.date .month{
    font-size: 12px;
}
.ts-us{
    padding: 60px 60px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.ts-us:after{
    content: '';
    background-color: rgba(0, 0, 0, 0.69);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.ts-us .info{
    position: relative;
    z-index: 2;
    width: 60%;
}
.ts-us .title{
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.ts-us .des{
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}
.cat-title{display:none !important;}
.btn-primary{
    background-color: #EE8E51;
    border-color: #EE8E51;

    color: #fff !important;
    font-weight: 500;
}
.btn-primary .fa{
    margin-left: 10px;
}
.fr-ck{
    text-align: center;
    margin-bottom: 30px;
}
.fr-ck img{
    height: 60px;
    width: auto;
    margin-bottom: 15px;
}
.fr-ck  .title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.back-to-top{
    height: 40px;
    width: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    opacity: 0;
    background: #fff;
    color: #A6C551 !important;
    border: 2px solid #A6C551;
    transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
}
.back-to-top:hover{
    color: #fff !important;
    background-color: #A6C551;
    border-color: #A6C551;
    transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
}
.back-to-top.active {
    opacity: 1;
    transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
}
.breadcrumbs-wrap {
	position: relative;
	margin-bottom: 10px;
    background-color: #597E53;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    padding: 10px;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
}
.breadcrumbs {
	display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.breadcrumbs li {
	float: left;

	position: relative;
}
.breadcrumbs li:first-child{
	margin-left: 0
}
.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
    font-size: 16px;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "/";
    color: #fff;
    opacity: .35;
    margin: 0 7px;
}
.breadcrumbs li:last-child
{
    
    font-weight: 700;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}

.news-list{
    margin-bottom: 30px;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    position: relative;
}
.news-list .date{
    position: absolute;
    background-color: #A6C551;
    top: 7%;
    left: 0;
    text-align: center;
    z-index: 2;
    padding: 5px 10px;
    color: #fff;
}
.news-list .date .day{
    font-size: 14px;
    font-weight: 600;
}
.news-list .date .month{
    font-size: 12px;
}
.news-list h3{
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
.news-list h3:after{
    content: '';
    background-color: rgba(0,0,0,.1);
    height: 3px;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.news-list .cat-title{
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
}
.news-list .info{
    padding: 20px;
}
.news-list .meta{
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.news-list .meta li{
    display: inline-block;
    margin-right: 15px;
}
.news-list .des{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
}
.news-list-text{
    padding: 0;
    margin: 0;
}
.news-list-text li:first-child{
    border-top: none;
    padding-top: 0;
}
.news-list-text li:last-child{
    padding-bottom: 0;
}
.news-list-text li{
    border-top: 1px solid #ececec;
    padding: 6px 0;
}
.news-list-text h3{
    font-weight: 400;
    font-size: 16px;
}
.btn{
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 0;
    font-weight: 500;
}
.btn-default{
    color: #A6C551 !important; 
    border: 2px solid #A6C551;
}
.btn .fa{
    margin-left: 10px;
}
.btn-default:hover{
    color: #fff !important;
    background: #A6C551;
    border: 2px solid #A6C551;
}
.page-t{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}
.img-firs-news{
    width: 100%;
    height: auto;
}
.border-left{
    border-left: 1px solid #ececec;
}
.pdd-lr-15{
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding: 15px;
}
.mrg-lr-15{
    margin-left: -15px;
    margin-right: -15px;
}
.img-detail{
    position: relative;
}
.shop-cat{
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}
.description-cat{
    margin-bottom: 30px;
}
.pagination>li>a, .pagination>li>span{
    margin: 0 3px;
    border-radius: 50% !important;
    padding: 0;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #777;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #A6C551;
    border-color: #A6C551;
    cursor: default;
}
.detail-shop-cat, .keywords{
    border-top: 1px solid #ddd;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}
.keywords{
    margin: 20px 0;
}
.product-detail .tab-content{
    padding: 20px;
    border: 1px solid #ddd;
}
.product-detail .nav-tabs>li>a{
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.product-detail .nav-tabs{
    border-bottom: none;
}
.product-detail .nav-tabs>li.active>a{
    border-top: 2px solid #A6C551;
}
.block-heading-simple{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.flat-nav-fixed{
    display: none;
}
.sticky{
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #597e53;
}
.sticky .header{
    display: none;
}
.sticky .logo img {
    max-height: 80px;
    width: auto;
    transition: .25s;
}
.sticky .header-mid{
    padding: 5px 0;
    transition: .25s;
    max-width: 1200px;
    margin: 0 auto;
    background: #597e53;
}
.flat-nav-fixed {
    bottom: 70px;
    flex-direction: column;
    justify-content: space-around;
    width: auto;
    transform: none;
    top: auto;
    border-radius: 0;
    position: fixed;
    display: flex;
    right: 15px;
    align-items: center;
    z-index: 999;
   /* background-color: #A6C551;*/
}
.flat-nav-fixed a {
    padding: 5px;
    font-size: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 10px;*/
}
.flat-nav-fixed a img {
    height: 45px;
    margin-bottom: 6px;
}
.block-cart{
    text-align: right;
    display: block;
    font-size: 25px;
    position: relative;
    margin-right: 5px;
}
.block-cart span{
    position: absolute;
    top: 0;
    right: -5px;
    background: red;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    
    font-size: 12px;
    border-radius: 50%;

}
#search_form_shops{
    border: 1px solid #A6C551;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
	float: right;
}
#search_form_shops button{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #a6c551;
    border: none;
    box-shadow: none;
    padding: 6px 15px;
}
#search_form_shops input{
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 6px 0px;
}
.gmap p{
    margin: 0;
}
.gmap iframe{
    width: 100%;
    height: 550px;
    margin-bottom: -36px;
}
.ck-box{
    font-size: 16px;
    color: white;
    background-image: linear-gradient(45deg, #17594E, #EE8E51);
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 30px;
}
.ck-box img{
    margin-right: 10px;
}.contact-text {
    display: none;
}