/* General */
body{
  overflow-x: hidden;
}
.main-content.fixed{
  overflow: hidden !important;
}
.standard-body .fixed .container{
  margin: 0 auto;
}
.homepage .main-content .container{
  padding-bottom: 0;
}
.desktop-banner{
  display: block;
}
.mobile-banner{
  display: none;
}
.full-width-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
a:hover, a:focus{
  text-decoration: none !important;
}
/* language */
#header-center>#language_form{
  height: 55px;
  float: right;
  display: flex;
  align-items: center;
}
/* language end */
/* Fonts */
h1, h2, h3, h4{
  /* font-weight: 500 !important; */
  font-family: Lora;
}
h1{
  font-size: 56px;
  line-height: 1.2;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 24px !important;
}

/* Menu */
ul.megamenu > li > a strong{
  text-transform: uppercase !important;
  letter-spacing: 0.96px;
  font-size: 12px !important;
  font-weight: bold !important;
}
ul.megamenu > li:not(:last-child){
  margin: 0px 30px 0px 0px !important;
}
ul.megamenu{
  background: none !important;
}
ul.megamenu li .sub-menu .content{
  padding: 10px 20px;
  box-shadow: 1px 1px 10px 0 rgb(67 108 134 / 24%);
  border: 1px solid #B5B5B5;
  text-align: left;
}
ul.megamenu > li > a.active:before, ul.megamenu > li > a:before {
  bottom: -7px !important;
}
.megamenu .with-sub-menu>a strong:after {
  content: "\f0d7";
  font-family: "font awesome 5 free",FontAwesome;
  font-size: 10px;
  margin-left: 5px;
}
.megamenu li.with-sub-menu ul {
  padding-left: 0;
  list-style: none;
}
#top .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
#top .background{
  border-bottom: 1px solid #dbdbdb;
}
.is-sticky #top .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.is-sticky #top{
  box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}
#top #cart_block .cart-heading img{
  vertical-align: middle;
  padding-top: 8px;
}
#top #cart_block .cart-heading span {
  padding-left: 5px;
}
#top #header-right .megamenuToogle-wrapper{
  display: none;
}
#top-bar .col-sm-3{
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.65px;
  font-size: 12px;
}
#top-bar #top-bar-right{
  display: none;
}

/* breadcrumb */
.breadcrumb .container ul{
  display: none;
}
.breadcrumb .container h2{
  color: #000;
}
.breadcrumb .background{
  padding: 15px 0 20px;
}
/*footer*/
.footer h4{
  margin: 20px 0 0;
  background: none;
  font-weight: bold !important;
}
.footer-newsletter h3 {
  font-size: 14px !important;
  margin: 20px 0 0;
  text-transform: uppercase;
  padding: 20px 14px 11px 0;
  font-weight: bold !important;
  letter-spacing: 1px;
  color: #212121;
  font-family: Lato !important;
}
.footer .pattern a:hover{
  color: #710b79;
}
p.text_copy {
  font-size: 12px !important;
}
.copyright p {
  margin: 0;
  padding: 6px 0 0;
  font-size: 11px !important;
  color: #fff;
}
.footer-icon a{
  font-size: 18px;
}
.footer-icon i {
  margin-left: 15px;
  color: #fff;
}
.footer-icon i:hover {
  color: #f7f9fa;
}
.footer .pattern{
  padding-top: 20px;
}
img.footer-logo{
  width: 80%;
}
.footer ul li a {
  font-size: 14px !important;
}
.footer .pattern p {
  font-size: 14px;
}
.copyright .pattern {
  padding: 15px 0 !important;
}
.copyright .row{
  display: flex;
  align-items: center;
  position: relative;
}
.copyright .pattern a{
  color: #fff !important;
}
.copyright .background{
  background-color: #77cdd0 !important;
}
input.subscribe_email{
  width: 90% !important;
  background: #fff!important;
  height: 40px;
  border: solid 1px #d0d0d0;
  padding-left: 20px;
  font-size: 14px;
  color: #8e8e8e !important;
}
.footer-newsletter .ne_submit {
  display: inline-block;
  text-align: center;
  height: 40px;
  padding: 10px 20px;
  background: #77cdd0;
  border: 1px solid #77cdd0;
  margin-left: -10%;
}
.footer-newsletter .ne_submit:hover{
  background: #77cdd0;
  border: 1px solid #77cdd0;
}
.ne_subscribe label {
  display: block;
  align-items: center;
  margin-top: 16px;
}

/* Homapage */
/* popup */
.fancybox-inner p {
  margin: 0 !important;
}
.fancybox-skin {
  padding: 0 !important;
}

/* Slideshow */
/* .slider-1 .caption {
  top: 25% !important;
  margin: 0 auto !important;
  text-align: left;
  width: 100%;
  left: 55% !important;
} */
.slider-1 h1 {
  color: #0331a2;
  margin-bottom: 15px;
}
.slider-1 p{
  color: #58595a;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.3;
}
.btn-main {
  background-color: #710b79;
  max-width: 165px;
  height: 45px;
  color: #fff;
  padding: 14px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* top voucher */
.top-voucher{
   margin-top: 35px;
}
.top-voucher img{
  transition: box-shadow .3s;
  border-radius: 10px;
}
.top-voucher img:hover{
  box-shadow: 0 0 15px rgba(33,33,33,.2);
}

/* Filter Product */
.filter-product{
 text-align: center;
}
.featured-products{
  margin-top: 45px;
}
.filter-product .box-heading{
  background: none !important;
  margin: 0 !important;
}
.box.filter-product .slider-center-arrow .next, .box.filter-product .slider-center-arrow .prev{
  background: #0331a2 !important;
  border-radius: 100%;
}
.box.filter-product .slider-center-arrow .next span, .box.filter-product .slider-center-arrow .prev span{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box.filter-product .slider-center-arrow .next span:before, .box.filter-product .slider-center-arrow .prev span:before{
  color: #fff;
  font-size: 18px;
/*   -webkit-text-stroke: 2px #0331a2; */
}
.box.filter-product .slider-center-arrow .next span:hover:before, .box.filter-product .slider-center-arrow .prev span:hover:before{
  color: #fff;
/*   -webkit-text-stroke: 2px #0331a2; */
}

/* Top Category */
.top-category{
  margin-top: 55px;
}
.cate img{
  border-radius: 16px;
}
.col-md-5 .cate_info{
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
}
.cate_info a.underline{
  color: #710b79;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #710b79;
  padding-bottom: 5px;
}
.cate_info a.underline:hover{
  color: #0331a2;
  border-bottom: 1px solid #0331a2;
}
.col-md-7 .cate_info{
  position: absolute;
  text-align: left;
  width: 100%;
  top: 35%;
  left: 6%;
  right: 0;
  margin: auto;
  padding: 0 10px;
}
.col-md-7 .cate_info p.title{
  letter-spacing: 1.6px;
}
.col-md-7 .cate_info p.easy{
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #212121;
  margin-bottom: 20px;
}

/* testimony */
.testi-section{
  background-color: #f7f9fa;
  margin-top: 55px;
  padding: 35px 0;
}
.testi-section > .container{
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.testi-section h2{
  margin-bottom: 30px;
}
.testimony-box strong{
  color: #0331a2;
  font-size: 16px;
}
.testimony-box p{
  font-size: 20px;
}
.testimony-box tr, .testimony-box td{
  display: block;
  padding: 0 8%;
}
.testimony-box .owl-dot span{
  width: 6px;
  height: 6px;
  margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #710b79;
}
.testimony-box .owl-dot{
  color: #a7a7a7;
}
.testimony-box{
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
}
.testimony-box .owl-carousel{
  position: relative;
}
.owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
}
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 0px !important;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 1;
}
.owl-carousel .prev-slide{
  background: url(/templates/formula/image/data/theme/icons/prev_200421102258.svg) no-repeat;
  left: 0;
  width: 39px;
  height: 39px;
}
.owl-carousel .next-slide{
  background: url(/templates/formula/image/data/theme/icons/next_200421102258.svg) no-repeat;
  right: 0;
  width: 39px;
  height: 39px;
}

/*Box Information*/
.box-information {
  text-align: center;
  padding: 5px 0;
  border-bottom: solid 1px #b5b2ad;
}
.box-information .box-heading{
  display: none;
}
.box-information ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin: 0;
}
h3.term_title {
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-family: Lato !important;
  font-weight: 600 !important;
}
.box-information li {
  padding: 0 30px;
  text-transform: uppercase;
  color: #58595a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.12px;
  border-right-color: #b5b2ad
}
/* .box-information li:nth-child(1), .box-information li:nth-child(6), .box-information li:nth-child(7), .box-information li:nth-child(8){
  display: none;
} */
.box-information .box-content li .active {
  color: #710b79;
  border-bottom: 2px solid #710b79;
  padding-bottom: 7px;
}

/* Blog Homepage */
.cluetip-default {
  display: none !important;
}
.blogModule li {
  display: block;
  padding: 0;
  overflow: inherit;
  margin: 0 10px !important;
}
.blogModule .image img {
  float: left;
  padding: 0 0 15px !important;
  border: none !important;
  background: none !important;
  margin-right: 0 !important;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.blogModule.boxPlain{
  margin-top: 25px;
}
.blogModule .title{
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: Lora !important;
}
.blogModule .title:hover{
  text-decoration: none;
}
.boxPlain .box-heading{
  border-bottom: transparent !important;
  text-align: center;
  font-size: 32px !important;
  margin-bottom: 20px !important;
}
.boxPlain .box-heading h2{
  color: #000 !important;
}
/* .blogModule .info{
  display: none !important;
} */
.blogModule.boxPlain ul{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.boxPlain .box-content{
  border-top: transparent !important;
  padding: 0 !important;
}
a.blog_read{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.75px;
  border-bottom: 1px solid #58595a;
  color: #58595a;
}
a.blog_read:hover{
  border-bottom: 1px solid #710b79;
  color: #710b79;
}
p.desc{
  margin-bottom: 15px !important;
}
.blogModule.boxPlain .title{
  font-size: 20px !important;
  font-weight: 500;
  font-family: Lora;
  margin-top: 10px;
  margin-bottom: 10px;
  pointer-events: none;
  color: #0331a2;
}
.blogModule.boxPlain .info{
  color: #58595a;
  font-size: 13px;
  /* font-weight: bold; */
  margin-top: 15px;
}

/* About Us page */
.section1 .col-md-6:first-child, .section2 .col-md-6:first-child{
  padding-right: 6%
}
.section1{
  margin-bottom: 65px;
}
.section2{
  margin-bottom: 25px;
}
.section2 p.founder{
  font-size: 14px;
}
.section2 strong{
  color: #000;
}
.section2 p img{
  margin-top: 10px;
}
p.faq_title{
  font-size: 18px;
  font-weight: bold;
  color: #292929;
}
p.faq_title:not(:first-child){
  margin-top: 25px;
}
.faq_page{
  padding: 0 8%;
}

/* Contact Us */
p.location:before, p.phone:before, p.email:before, p.hour:before{
  font-weight: 900;
  font-size: 14px;
  padding-right: 13px;
  color: #0331a2;
}
p.location:before{
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
}
p.phone:before{
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
}
p.email:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
}
p.hour:before{
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
}
.contact-us li{
  display: -webkit-box;
  margin-bottom: 10px;
}
.contact-us ul.fa-ul{
  margin-left: 15px
}
.contact-us{
  background: #f7f9fa;
  padding: 10% 5%;
}
.contact-us li strong{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

/*form*/
.form-builder .form-field textarea:focus, .form-builder .form-field select:focus, .form-builder .form-field input:focus{
  box-shadow: none !important;
  border-bottom: 2px solid #710b79;
}
.form-field h4 span{
  display: none;
}
.form-builder textarea, .form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select{
  width: 100% !important;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  padding:6px 0 !important;
}
.form-builder textarea {
  height: 85px !important;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  box-shadow: none;
  padding:6px 0 !important;
}
.form-field.captcha6{
  margin-top: 26px;
}
.form-field.html1 p{
  font-size: 14px;
}
.form-field h4{
  font-weight: 600 !important;
  font-family: Lato !important;
}

/* blog page */
.livemarks a{
  display: none;
}
#blog_category .articleCat:not(:last-child){
  margin-bottom: 55px;
}
.article_det{
  padding-left: 3%
}
.article_det .article span{
  color: #58595a;
  text-transform: uppercase;
  font-size: 13px;
}
.article_det .article h3 a{
  color: #0331a2 !important;
}
.article_det .article h3{
  padding-bottom: 0
}
.readMore a{
  color: #710b79 !important;
  max-width: 170px;
  border: 1px solid #710b79;
  padding: 15px 35px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.article_det .text{
  margin-bottom: 25px;
}
.article_det:hover .article h3 a{
  color: #710b79 !important;
}
.article_det:hover .readMore a{
  background: #710b7a;
  color: #fff !important;
}
.blog-category-home .pagination{
  display: none;
}

/* Article Page */
body.blog-article .breadcrumb{
  display: none;
}
.articleHeader{
  text-align: center;
}
#blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a{
  font-size: 30px !important;
}
.articleHeader span, .articleHeader span a{
  font-size: 16px;
  text-transform: uppercase
}
.ludoBlog {
  background-color: transparent !important;
  padding: 0 !important;
  color: #465a64 !important;
  border: none !important;
}
.ludoBlog p{
  margin: 0 0 10px !important;
}
.ludoBlog img{
  width: 100%;
  margin-bottom: 20px;
}
#blogCatArticles p, #blogArticle p{
  letter-spacing: normal !important;
}
body.blog-article .articleContent{
  padding: 0 14%;
}
.bottom-article>div:first-child a {
  font-size: 15px;
  color: #710b79;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.bottom-article>div:first-child a:hover{
  color: #0331a2;
}
.bottom-article .addthis_inline_share_toolbox {
  display: flex;
  color: #212121;
  align-items: center;
  justify-content: flex-end;
  margin-top: -5px;
}
.bottom-article{
  border-top: 1px solid #dbdbdb;
  width: 75%;
  margin: 25px auto;
  padding-top: 25px;
}
#articleRelated{
  margin-top: 40px;
}
#articleRelated li {
  display: block;
  padding: 0;
  overflow: inherit;
  margin: 0 5px !important;
}
#articleRelated .image img {
  float: left;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  margin-right: 0 !important;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 15px;
}
#articleRelated p{
  font-size: 24px !important;
  font-weight: 500 !important;
  display: block;
  color: #000;
  margin-bottom: 0 !important;
  padding: 10px 0;
  font-family: 'Lora', serif !important;
}
#articleRelated ul{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-top: 25px !important;
}
#articleRelated a.readMoreBlog{
  border-bottom: 1px solid #58595a;
  color: #58595a;
  letter-spacing: 1.3px;
  font-size: 13px;
  font-weight: 600;
}
#articleRelated a.readMoreBlog:hover{
  border-bottom: 1px solid #710b79;
  color: #710b79;
}
.articleBottom ul, #blogCategory ul{
  width: 100% !important;
  margin: 0 !important;
}
.at-resp-share-element .at4-share-count-container{
  display: none !important;
}
.addthis_default_style{
  display: none;
}
h3.article_name{
  font-size: 20px !important;
  color: #0331a2;
}
body.blog-article .at-style-responsive .at-share-btn {
  background: transparent !important;
  margin: 0 2px 0 !important;
}

/* Category Page */
.center-column .product-grid{
  text-align: center;
}
.product-filter .options .product-compare{
  display: none;
}
.product-filter .list-options select{
  border: none !important;
  border-bottom: 1px solid #b5b2ad !important;
}
#column_left .box-category{
  border-color: transparent !important;
}
.box-category .box-heading{
  padding: 15px 0 10px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-family: Lato !important;
  color: #000000;
}
.box-category .box-content>ul {
  padding: 20px 0;
}
.box-category ul li a{
  color: #58595a !important;
  font-weight: normal;
}
.box-category ul li a.active{
  font-weight: bold !important;
}
.box-category ul li a:hover{
  padding-left: 7px;
}
.box-category ul ul:before{
  background: none;
}
label.mfilter-tb-as-td{
  font-weight: normal !important;
}
.mfilter-price-inputs input[type="text"]{
  border-radius: 3px;
}
.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
  border-color: #710b79 !important;
  background-color: #710b79!important;
}
.mfilter-box .box-heading{
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-transform: uppercase !important;
  letter-spacing: 0.8px;
  font-family: Lato !important;
}
.mfilter-button-bottom {
  font-size: 12px;
  color: #424242;
  border: 1px solid #424242 !important;
  padding: 3px 12px !important;
  top: 10px !important;
}
.mfilter-button-reset{
  margin-left: 0 !important;
  text-transform: capitalize !important;
  font-family: Lato !important;
}
.mfilter-button-reset:hover{
  color: #5a0735 !important;
}
.mfilter-button-bottom i{
  display: none;
}
.mfilter-heading-text > span{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase !important;
  padding-left: 10px !important;
  color: #212121;
  letter-spacing: 0.3px;
}
.mfilter-tb-as-tr{
  border-top: none !important;
}
#column_left ul li a, .center-column+.col-sm-3 ul li a{
  transition: .3s all ease;
}
.mfilter-col-count {
  visibility: hidden;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon:before{
  content: "\f067";
}
.mfilter-search #mfilter-opts-search{
  color: #111c30;
  opacity: 0.5;
}
.mfilter-heading .mfilter-head-icon:before{
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-text-stroke: 2px white;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  transform: rotate(00deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg) !important;
}
.mfilter-heading-text.span:after{
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.mfilter-heading.mfilter-collapsed .mfilter-heading-text.span:after{
  content: "\f068";
}
.mfilter-price-slider #mfilter-price-slider .ui-slider-handle{
  border: 1px solid #710b79!important;
  background: #710b79 !important;
}
.product-filter .list-options{
  font-weight: bold;
  text-transform: uppercase;
}
.mfilter-column_left{
  margin-top: 5px !important;
}
.mfilter-content-wrapper{
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb !important;
  padding-top: 0 !important;
  border-top: transparent !important;
  margin-bottom: 5px;
}
select{
  padding: 0 10px !important;
}
body.product-category div.pagination{
  display: block;
}
.count_holder_smallh{
  display: block;
}
.product-category .breadcrumb{
  display: none;
}
.category-info .image{
  position: relative;
}
.title_details{
  position: absolute;
  left: 6%;
  right: 0;
  top: 28%;
  text-align: left;
  width: 50%;
}
h1.title_page_cat{
  color: #fff !important;
  font-size: 32px !important;
}

/* Product Page */
body.product-product .breadcrumb .background{
  padding: 10px 0 0 0;
}
/* .product-info h2.product-title{
  font-family: Lato !important;
  font-size: 30px !important;
  font-weight: 600 !important;
} */
.htabs a[href="#tab-attribute"] {
  display: none !important;
}
#tab-attribute .tab-content{
  display: none !important;
}
body.product-product .breadcrumb .container ul{
  display: block;
  float: left;
  font-size: 12px !important;
  text-align: left !important;
  color: #212121 !important;
}
body.product-product .breadcrumb .container h2{
  display: none;
}
body.product-product .breadcrumb .container ul li a{
  color: #212121 !important;
}
body.product-product .breadcrumb .container>div{
  padding: 5px 0 0;
}
#tab-description h2{
  font-size: 16px !important;
  text-transform: capitalize !important;
  letter-spacing: normal;
}
.product-center .description{
  margin-bottom: 5px;
  font-size: 14px;
}
.product-center{
  padding: 0 5% 0 0;
}
.product-info .product-image{
  margin: 0 0 10px;
}
.product-info .cart .add-to-cart p{
  display: none;
}
.product-info .cart, .product-info .description, .product-info .options, .product-info .price {
  background: none;
  padding: 0;
}
.product-info .thumbnails li img{
  border: 1px solid #707070;
}

.thumbnails ul{
    margin: 0px !important;
}

.thumbnails ul p{
    padding: 0px !important;
}

.options .option img{
    border: 1px solid;
    max-width: 80px;
}

.product-info .popup-gallery{
  margin-top: -15px;
}
/* .product-info .price .price-new{
  color: #637996 !important;
} */
.left .sale{
  right: 0 !important;
  left: unset;
  bottom: unset;
}
.filter-product .sale{
  right: 0 !important;
  left: unset;
  bottom: unset;
}
.product-info .cart .add-to-cart .quantity input {
  color: #292929;
  text-align: center;
  padding: 10px 50px;
  min-width: 80px;
  height: 50px;
  margin: 0;
  border: 1px solid #dbdbdb;
  width: 100%;
  font-size: 14px !important;
}
.product-info .cart .add-to-cart .button {
  font-size: 15px;
  height: 50px;
  padding: 10px 55px;
  margin-left: 10px;
  letter-spacing: 1.5px;
  font-weight: 600 !important;
  border-radius: 4px;
}
.product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
  border: 0;
  height: 46px;
  top: 0;
  padding-top: 18px;
  width: 30px;
  position: absolute;
  right: 11px;
  height: 17px;
  width: 25px;
  font-size: 8px;
  line-height: 17px;
  display: block;
  text-align: center;
}
.product-info .cart .add-to-cart .quantity #q_down {
  left: 11px;
  right: auto;
}
#product .options h2{
  display: none;
}
.option b{
  text-transform: uppercase;
  letter-spacing: 1.12px;
  font-size: 14px;
  color: #000;
}
.optionsList {
  width: 70%;
  border: none;
  border-top: solid 1px #dbdbdb !important;
  border-bottom: solid 1px #dbdbdb !important;
  padding:0 10px;
  height: 40px;
  background: transparent !important;
}
.option .required{
  display: none;
}
/* .product-info .review{
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
} */
.product-info .review .share{
  display: inline-flex;
}
.product-info .share p{
  margin: 4px 10px 0 0;
}
.product-info .options .option {
  padding: 0 0 20px;
}
.product-info .cart .links a{
  padding-right: 40px;
}
/* a#button-review{
  border-color: #710b79 !important;
  background-color: #710b79 !important;
  color: #fff !important;
  padding: 10px 30px;
  text-transform: uppercase !important;
  letter-spacing: 0.75px;
  font-size: 15px;
}
a#button-review:hover{
  background-color: #0331a2 !important;
  border-color: #0331a2 !important;
  color: #fff !important;
} */
.review-list .text:before{
  display: none !important;
}
.htabs {
  margin-top: 40px;
  background: none;
  background-color: #f5f5f5;
}
/* .htabs a{
  display: inline-block;
  float: none;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 13px 60px !important;
  margin: 0 !important;
  letter-spacing: 1.12px;
  font-family: Lato !important;
  text-transform: uppercase !important;
} */
.htabs a.selected{
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #dbdbdb !important;
  border-bottom: 2px solid #fff !important;
}
.center-column .tab-content{
  margin: 0 !important;
  padding: 40px 30px;
  border: 1px solid #dbdbdb;
  border-top: 0 !important;
}
.center-column .tab-content ul{
  padding-left: 20px;
}
.rating{
  margin-bottom: 10px;
}
.review .rating{
  display: none;
}
.you-may-like{
  margin-top: 60px;
}
.you-may-like .product-grid .product {
  margin-top: 0;
}
.count_holder_small{
  display: none;
}
.count_holder {
  background-color: #fff !important;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.hasCountdown span{
  color: #212121 !important
}
.offer_title {
  color: #212121 !important;
}
.add-review-button{
  float: right;
}
.write-review-btn {
  background: transparent;
  border: 1px solid #710b79;
  color: #710b79!important;
  padding: 12px 30px;
  text-transform: uppercase;
}
.write-review-btn:hover{
  color: #fff !important;
  background: #710b79;
}
.product-grid .product .image .image{
  transition:.6s all ease
}
.product-grid:hover .product .image .image{
  opacity:1
}
.product-grid:hover .product:hover .image .image{
  opacity:.5
}

/*Review*/
.review-list .rating{
  float: none !important;
}
.review-list{
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
p.review_date{
  color: #58595a;
  font-size: 14px;
}
.rating-review-detail .fa-star:before{
  color: #d5d5d5 !important;
}
.rating-review-detail .fa-star.active:before{
  color: #fdcc0d !important;
}
#review .review-list .text{
  margin: 5px 0 0;
  padding: 0;
  border: transparent !important;
  background: transparent !important;
}
#review .review-list .text:after{
  display: none;
}
/* .warning {
  background: url(../img/warning.png) 13px center no-repeat #FFD1D1;
  border: 1px solid #FFCDD2;
  color: #B71D1C !important;
}
#ne_subscribe1 .warning {
  background: url(../img/warning.png) 13px center no-repeat #FFD1D1;
  border: 1px solid #FFCDD2;
  color: #B71D1C !important;
} */
body.checkout-cart .center-column h2{
  font-size: 22px !important;
  letter-spacing: 1.5px !important;
}
p.add-review-button a:focus {
  color: #710b79 !important;
  text-decoration: none !important;
}
#tab-review .rating-review-detail .rating-review {
  display: inline-flex;
}
div#review {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}
.star-review-rating:not(:checked)>label:before {
  content: "\f005";
  font-weight: 100 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label.active:before {
  content: "\f005";
  font-weight: 900 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label {
  width: 22px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #d5d5d5 !important;
  margin-right: 8px;
  transition: .3s;
}
.star-review-rating:not(:checked)>input {
  position: absolute;
  clip: rect(0,0,0,0);
}
.star-review-rating label.active{
  color: #fdcc0d !important;
}
#collapsereview input[type=text]{
  background: #f8f8f8 !important;
  border: solid 1px #dbdbdb !important;
}
#collapsereview{
  margin-top: 30px;
}
#collapsereview #review-title {
  display: none;
}
#collapsereview .recaptcha{
  float: right !important;
  margin-bottom: 15px;
  padding-left: 0 !important;
}
#collapsereview .buttons{
  float: right !important;
  padding-left: 0 !important;
}
#collapsereview .recaptcha
.review_form{
  margin-bottom: 15px !important;
}
.review_form label{
  color: #212121 !important;
  margin-top: 10px !important;
}
.entry_review textarea{
  width: 83.33% !important;
  border: solid 1px #dbdbdb !important;
  height: 160px !important;
  margin-bottom: 20px;
  background: #f8f8f8 !important;
}

.modern-simple-box .logo img{
    max-width: 200px;
    margin-top: 10px;
}

.modern-simple-box h2{
    font-size: 22px !important;
    margin-bottom: 20px;
}

.drawer__content .box-information ul,
.drawer__content .box-information{
  display: block;
}

.checkout-checkout #poshytip_1{
  display: none;
}

#poshytip_1{
    height: 80px !important;
    width: 250px !important;
    left: 20px;
    box-shadow: none;
    border: none !important;
    border-radius: 0px;
    text-align: center;
    background: #d1e6ec !important;
    box-shadow: 0 8px 25px rgb(0 0 0 / 10%);
    pointer-events: none;
}

#poshytip_1 .description{
    font-size: 13px !important;
    line-height: 1.5;
    color: #646467 !important
}

#poshytip_1 .product-data{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: left;
}

#poshytip-close-1{
    display: none;
}

#poshytip_1 .product-data:before{
    font-family: FontAwesome;
    content: "\f155";
    font-size: 40px;
    margin-right: 10px;
    color: green;
}

/* Responsive */
@media (max-width: 1080px){
  #blog_category .articleCat:not(:last-child) {
    margin-bottom: 35px;
  }
  .footer-panel h4{
    margin: 0;
  }
  /* h1{
    font-size: 35px !important;
  }
  h2{
    font-size: 25px !important;
  }
  h3{
    font-size: 18px !important;
  } */
  .filter-product.box .box-heading{
    font-size: 20px !important;
    padding-bottom: 25px !important;
  }
  #blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a{
    font-size: 25px !important;
  }
  .offcanvas .container, .offcanvas .col-sm-7 {
    width: 100%;
  }
  img.footer-logo{
    padding-top: 0 !important;
    padding-bottom: 10px;
    width: auto;
  }
  .responsive ul.megamenu > li:not(:last-child){
    margin: 0 !important;
  }
  .footer-newsletter h3{
    margin: 0 !important;
    padding: 12px 14px 11px 0;
  }
  .icon_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px !important;
  }
  .icon_txt p {
    font-size: 10px;
    padding: 3px 0 0;
    margin: 0;
    color: #212121;
  }
  .copyright .pattern{
    padding: 15px 0 !important;
  }
  ul.megamenu > li > a.active:before, ul.megamenu > li > a:before {
    bottom: 0 !important;
  }
  .footer-panel h4:after{
    color: #710b79;
  }
  .copyright .row{
    display: block;
  }
  .desktop-banner{
    display: none;
  }
  .mobile-banner{
    display: block;
  }
  body.information-information .breadcrumb .container>div {
    padding: 10px 0 5px;
  }
  .breadcrumb .background {
    padding: 15px 0 !important;
  }
  #offcanvas-btn-left {
    display: none !important;
  }
  #cart_block .cart-heading span#total_price {
    width: 15px !important;
    height: 15px !important;
    padding-top: 2px;
  }
  #cart_block .cart-heading span#total_price {
    top: 14px !important;
    right: -8px !important;
  }
  .footer-icon{
    text-align: center;
    margin-top: 10px;
  }
  .responsive .footer .pattern {
    padding: 40px 0 10px !important;
  }
  input.subscribe_email{
    width: 90%;
  }
  .ne_subscribe{
    margin-bottom: 25px;
  }
  .section1 {
    margin-bottom: 25px;
  }
  .section2 {
    margin-bottom: 40px;
  }
  .contact-us ul.fa-ul {
    margin-left: 5px;
  }
  .faq_page {
    padding: 0;
    margin-bottom: 35px;
  }
  .category-info .image{
    padding: 0 !important;
  }
  .optionsList{
    width: 100%;
  }
  .product-info .cart .add-to-cart .button{
    padding: 10px 36px;
  }
}

@media (max-width: 1080px) and (min-width: 768px){
  /* .footer-panel h4:after{
    display: none !important;
  } */
  .home-cate > .container, .about-home > .container, .boxPlain > .container{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .home-cate {
    padding: 40px 0!important;
  }
  .about-home{
    padding: 10px 0 35px !important;
  }
  .featured-products {
    margin-top: 25px;
  }
  .boxPlain .article_details{
    padding: 5px 25px;
    height: 320px;
  }
  .testi_section{
    padding: 45px 0 30px;
  }
  /* .footer-panel>ul {
    display: block !important;
  } */
  .blogModule .title{
    font-size: 14px !important;
  }
  .footer .pattern {
    padding-top: 40px;
  }
  .center-column{
    padding-top: 25px !important;
  }
  .breadcrumb .background{
    padding: 10px 0 20px;
  }
  .product-center {
    padding: 0;
  }
  h2.product-title{
    font-size: 24px !important;
  }
  .product-info{
    padding-bottom: 0;
  }
  .cart-heading p.desktop-hidden{
    display: none;
  }
  #top #cart_block .cart-heading img{
    padding-top: 5px;
  }
  #top #header-right .megamenuToogle-wrapper {
    display: block;
  }
  .about-home{
    margin-top: -25px;
  }
  .boxPlain .box-heading{
    margin-bottom: 10px;
  }
  .bottom-article{
    width: 90%;
  }
  body.blog-article .articleContent {
    padding: 0 8%;
  }
  #articleRelated {
    margin-top: 0;
  }
  #articleRelated p {
    font-size: 18px !important;
  }
  .about_us .part1 .details, .about_us .part1 .col-md-6 {
    padding-left: 0;
  }
  .about_us .part2{
    margin-top: 25px;
  }
  .about_us .part1 img{
    width: 100%;
  }
  .title_details{
    width: 100%;
  }
  h2.title_page_cat{
    margin-top: 0 !important;
  }
  #top #header-right .megamenuToogle-wrapper {
    display: block;
  }
  #top #cart_block .cart-heading img {
    padding-top: 5px;
  }
  .icon_txt p.desktop-hidden{
    display: none;
  }
  .filter-product.box .box-heading{
    padding-bottom: 0 !important;
  }
  .top-category {
    margin-top: 35px;
  }
  .col-md-7 .cate_info {
    top: 30%;
  }
  .testi-section {
    margin-top: 40px;
  }
  .owl-carousel .nav-btn {
    top: 30px !important;
  }
  .blogModule.boxPlain {
    margin-top: 0;
  }
  .blogModule.boxPlain .title {
    font-size: 15px !important;
  }
  p.desc{
    font-size: 12px;
    margin-bottom: 5px !important;
  }
  input.subscribe_email{
    width: 70% !important;
  }
  .footer-newsletter .ne_submit{
    margin-left: -3%;
    padding: 9px 20px;
  }
  #blogCatArticles .imageFeatured{
    width: 100%;
  }
  .readMore a{
    font-size: 12px;
    padding: 10px 25px;
  }
  #blogCatArticles{
    margin-bottom: 0 !important;
  }
  .box-information li{
    font-size: 12px;
    padding: 0 15px;
  }
  h1.title_page_cat{
    font-size: 25px !important;
  }
  .title_details{
    top: 25%;
  }
  .box-category .box-heading{
    font-size: 13px !important;
  }
  .box-category ul li a.active{
    font-size: 12px !important;
  }
  .mfilter-box .box-heading{
    font-size: 13px !important;
  }
  .product-info h2.product-title {
    font-size: 25px !important;
    line-height: 1.3;
  }
  .htabs a {
    padding: 13px 30px !important;
  }

}

@media (max-width: 480px){

  #poshytip_1 .product-data:before{
    font-size: 25px;
  }

  #poshytip_1{
    bottom: 60px;
    left: 10px;
    height: 50px !important;
  }

  #quickcheckoutconfirm .quickcheckoutleft,
  #quickcheckoutconfirm .quickcheckoutright{
    width: 100%;
  }

  #quickcheckoutconfirm .quickcheckoutright{
    margin-left: 0px;
  }

  #quickcheckoutconfirm .quickcheckoutleft .left{
    width: 100%;
  }

  .popup-gallery>.row{
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px){

  .responsive .megamenu-wrapper {
    position: relative !important;
    left: 0;
    width: 100%;
    webkit-transform: translateX(0px);
    moz-transform: translateX(0px);
    ms-transform: translateX(0px);
    o-transform: translateX(0px);
    transform: translateX(0px);
  }

  .footer-newsletter .ne_submit {
    padding: 9px 20px;
  }
  /* Box-Information */
  .offcanvas-right .box-information{
    display: block !important;
  }
  .offcanvas-right .box-information ul {
    display: block;
  }
  .offcanvas-right .box-information li a{
    padding: 10px !important;
  }
  .offcanvas-right .box-information{
    border-bottom: none;
  }
  .box-information li {
    padding: 0 12px;
  }
  .box-information .box-content ul > li > a {
    line-height: 1.4;
    display: block;
    padding: 0;
    font-size: 11px;
  }
  .box-information{
    margin-top: 10px;
    padding: 5px 0 0;
  }
  .top-voucher .col-md-4{
    margin-bottom: 20px;
  }
  .featured-products {
    margin-top: 15px;
  }
  .top-category {
    margin-top: 35px;
  }
  .top-category .col-md-5{
    margin-bottom: 20px;
  }
  .top-category .col-md-7 img{
    height: 280px;
  }
  .col-md-7 .cate_info{
    top: 22%
  }
  .col-md-7 .cate_info p.easy {
    text-shadow: 2px 2px 8px #d0cbcb8f;
  }
  .testi-section{
    padding: 20px 0;
    margin-top: 40px
  }
  .testi-section > .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* .testimony-box tr, .testimony-box td{
    padding: 0
  } */
  .owl-carousel .nav-btn{
    top: 35% !important;
  }

/* homepage blog */
  .blogModule.boxPlain ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .blogModule li{
    margin: 0 0 35px !important
  }
  .blogModule.boxPlain {
    margin-top: 0px;
  }

  /* contact us page */
  #form1.box{
    margin-top: 0 !important;
  }

  /* blog page */
  .readMore a{
    padding: 12px 30px;
  }
  body.blog-article .articleContent {
    padding: 0;
  }
  .bottom-article{
    width: 100%;
  }
  .bottom-article .col-sm-6:last-child{
    float: left;
    padding-top: 20px;
  }
  #articleRelated {
    margin-top: 0;
  }
  #articleRelated ul{
    margin-top: 5px !important;
  }
  .articleBottom{
    margin-bottom: 35px;
  }
  h3.article_name {
    font-size: 16px !important;
    line-height: 1.4;
  }

  /* category page */
  .mfilter-column_left .visible-xs {
    display: inline-block !important;
  }
  .mfilter-column_left .fa-chevron-down{
    padding-left: 15px;
  }
  .title_details{
    top: 0%;
  }
  h1.title_page_cat{
    font-size: 20px !important;
  }

  /* product page */
  .product-info h2.product-title{
    margin-top: 20px;
    line-height: 1.3;
    font-size: 24px !important;
  }
  .responsive .product-info .thumbnails li p {
    padding: 0 0 15px !important;
  }
  .responsive .product-info .cart, .responsive .product-info .description, .responsive .product-info .options, .responsive .product-info .price {
    padding: 0;
  }
  .product-info .cart .links a {
    padding-right: 25px;
  }
  .htabs{
    margin-top: 10px;
  }
  .htabs a{
    padding: 13px 15px !important;
    font-size: 13px !important;
  }
  .center-column .tab-content{
    padding: 25px !important;
  }
  .you-may-like {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .write-review-btn{
    padding: 12px 20px;
    font-size: 13px;
  }
  .add-review-button {
    float: left;
    margin-top: 20px;
  }
  #collapsereview .buttons {
    float: none !important;
  }
  #collapsereview .recaptcha {
    float: none !important;
  }
  .entry_review textarea {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .review_form label {
    padding: 0 !important;
  }
  .write-review-btn{
    padding: 12px 20px;
  }
  #collapsereview input[type=text] {
    width: 100% !important;
  }
  #collapsereview .col-sm-6{
    margin-top: 25px;
  }
  div#review {
    margin-top: 70px;
  }
  .filter-product .sale{
    display: none;
  }
}
