:root {
  --purple-color: #5DD69C;
  --black-color: #000;
  --grey-color: #F5F5F5;
  --red-color: #FF4848;
  --white-color: #ffffff;
}
.banner-image div.bradcrumbs{
font-weight: bold;
font-family: 'Poppins';
}
.banner-image{
margin: 30px 0;
}
.banner-image div.card h1{
font-family: 'Inter';
font-weight: 600;
letter-spacing: 0;
position: relative;
}
.banner-image div.card h1::after{
  position: absolute;
  content: '';
  height: 4px;
  width: 50px;
  background: #5DD69C;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.bradcrumbs a.hourl::after {
  content: '\f054';
  position: absolute;
  font-family: 'FontAwesome';
  top: 5px;
  margin: auto 0;
  padding-left: 4px;
  color: #12121285;
}
form.woocommerce-cart-form .product-thumbnail::before{
content: none !important;
}
/*------------------ Contact Page -----------------*/
.contact-page-details{
  padding-bottom: 30px;
}

.contact-form-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#contact-information form label {
font-family: 'Inter';
font-size: 18px;
}
#contact-information form textarea {
height: 200px;
border-color: #1212124D;
background: #fff;
border-radius: 5px  ;
}
#contact-information form input.wpcf7-submit {
  font-family: 'Inter';
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  background-color: #5dd69c ;
  border: transparent;
}
#contact-information form input {
  margin-top: 10px;
  border: 1px solid;
  border-color: #1212124D;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border:none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 18px;
  margin: 0 12px 13px 0;
  height: auto;
  border:1px none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.contact-box .wpcf7 input[type="text"]::placeholder{
  font-family: 'Muli', sans-serif;
}
.contact-box .wpcf7 input[type="email"]::placeholder{
  font-family: 'Muli', sans-serif;
}
.contact-box .wpcf7 textarea::placeholder{
  font-family: 'Muli', sans-serif;
}
.contact-box .contac_form input[type="submit"]{
  border-radius: 40px;
  font-family: 'Muli', sans-serif;
  padding: 12px 20px;
  display: inherit;
  margin: 20px auto 0 auto;
}

section#contact-box{
  padding:0;
  margin:0;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.contact-color-bg form textarea{
  margin-right: 10px;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 23px;
}
.contact-box .google-map{
  margin-bottom: 30px !important;
}
.contact-box .contact-head{
  text-align: center;
  padding-bottom: 30px;
}
.contact-box .contact-head p{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #6e6e6e;
  font-family: "Roboto";
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}
.contact-box .contact-head h2{
  font-size: 32px;
  color: #222222;
  font-family: "Roboto Slab";
  font-weight: normal;
  padding-bottom: 10px;
  font-weight: 600;
}
.contact-box .contact-details-box
{
  align-items: center;
}
.contact-box .contact-details-box span
{
  font-size: 18px;
  letter-spacing: 0px;
  color: #404042;
  font-family: "Roboto Slab Bold";
  font-weight: 900;
}
.contact-box .contact-details-box p
{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9f9fa0;
  font-family: "Roboto Slab";
  font-weight: 400;
  margin-bottom: 0px;
}
.contact-box .contact-details-box i
{
  font-size: 25px;
  color: #2bb673;
}

/*-------------------------- contact page-------------------*/
#contact-information {
  padding-bottom: 150px !important;
  margin-top: 50px;
  }
  #contact-information .contact-info-box {
  background: #000 0% 0% no-repeat padding-box;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  /* box-shadow: 0px 3px 6px #00000029; */
  }

  p.contact-heads {
    color: aliceblue;
  } 

  p.phn-text {
    color: aliceblue;
} 

div.contact-bottom-info div a .email-text {
  color: aliceblue;
}

  .back-clr {
  background: whitesmoke;
  }
  #contact-information #contact-information-box {
  background: #494848 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  }
  #contact-information .contact-info-box .maps embed{
  border-radius: 8px;
  }
  .contact-page-details
  {
  padding-bottom: 30px;
  }
  h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
  }

  #contact-information-box .contact-info-box i,
  #contact-information-box .contact-info-box h2 {
    color: #ffffff;
  }
  #contact-information-box .contact-info-box h2{
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 0;
  }
  #contact-information-box .contact-info-box i.fa.fa-phone{
    transform: rotate(90deg);
  }
  #contact-information-box .contact-info-box p{
  font-family: 'Poppins';
  font-size: 15px;
  }
/* ----------------------- POST---------------------- */
.post-section {
  padding: 20px 0;
}
.post-template-default h1 {
  font-size: 30px;
  font-family: 'Inter';
}
a.page-numbers, span.page-numbers.current {
  padding: 12px 16px !important;
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
border-color: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul li{
border-right: none;
position: relative;
}
.woocommerce nav.woocommerce-pagination ul{
border-right: 1px solid #d3ced2;
font-family: 'Poppins';
font-size: 16px;
}
ul.page-numbers li span.current::after {
content: '';
background-color: #5DD69C;
position: absolute;
width: 16px;
height: 3px;
bottom: 0px;
left: 0;
right: 0;
margin: 0 auto;
}
tr.coupon_update div.coupon{
display: flex;
align-items: center;
}
tr.coupon_update div.coupon label{
margin-right: 10px;
}
ul.page-numbers li span.current{
color: #5DD69C !important;
}
.navigation span.page-numbers.current{
  background: #ffffff;
  border: 1px solid #5DD69C;
  color: #000000 !important;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:21px 0;
}
.bradcrumbs a{
color: #000;
padding: 5px 15px;
margin-right: 5px;
font-weight: 400;
position: relative;
}
.bradcrumbs span{
  background:#fff;
  color: #000;
  padding:5px 15px;
  font-weight: 600;
}
.banner-image div.card{
box-shadow: 0px 3px 5px #00000029;
border-radius: 0px 25px 25px 0px;
padding: 2px 0px;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: #ffffff;
  color: #333333;
}
/* --------- Blog Page ------- */
.main_title h1 {
  margin: 20px 0;
  position: relative;
  font: normal normal bold 40px/48px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
/*.main_title h1:before {
  content: '';
  background: #f74748;
  position: absolute;
  width: 15%;
  height: 2px;
  bottom: 0;
}*/
#full-width-blog .postbox h3{
  font-weight:normal;
  font-size: 35px;
}
.postbox h3 {
  padding: 10px 0;
}
.blogimg-full img{
  width: 100%;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore i {
   margin-left: 8px !important;
   font-size: 18px;
   border-bottom: 1px solid #ffffff;
   padding-bottom: 2px;
}
.widget_recent_entries li {
  margin: 20px 10px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.blog-button a:hover {
    color: #54d4fd;
}
.metabox {
  color: #000;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  font-family: 'Inter';
}
.metabox span.seperator:first-child {
  display: none;
}
.metabox span{
  margin-right: 10px;
}
.metabox span i{
  margin-right: 10px;
}
.metabox .entry-date{
  margin: 0 15px 0 15px;
  color:#BFBFBF;
  font-family: 'Inter';
}
.metabox .entry-comments{
margin-left: 10px;
color: #BFBFBF;
}
.metabox .entry-author{
  margin: 0 15px 0 0;
  color:#13182c;
  font-family: 'Inter';
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
  height: 290px;
}
.feature-box{
  margin-bottom: 10px;
}
.feature-box img{
  width: 100%;
  height: 630px;
}

/* Single Blog page */
.single-blog .content_page{
position: relative;
z-index: 80;
background: white;
margin-top: -120px !important;
padding: 50px !important;
width: 80%;
margin: 0 auto;
}

.single-blog #respond{
  width: 70%;
  margin: 0 auto;
  padding: 50px;
  box-shadow: 0px 5px 8px #00000029;
  border-radius: 12px;
}

.single-blog #respond form{
  display: flex;
  width: 100%;
  flex-wrap: wrap-reverse;
}
.single-blog #respond form p.comment-notes, .single-blog #respond form p.comment-form-url {
  width: 100%;
  display: none;
}
.single-blog #respond form p.comment-form-author{
  order: 4;
  width: 100%;
}
.single-blog #respond form p.comment-form-email{
  order: 3;
  width: 100%;
}
.single-blog #respond form p.comment-form-comment{
  order: 2;
  width: 100%;
}
.single-blog #respond form p.form-submit{
width: 100%;
}
.single-blog #respond form p.comment-form-cookies-consent{
  order: 1;
  display: flex;
}
div.single-blog #comments p.comment-form-cookies-consent label{
margin-left: 15px;
}

.single-blog #respond form input{
border-color: #1212124D;
padding: 5px 10px;
border-radius: 3px;
margin: 6px 0;
}
.single-blog #respond form p > label {
  font-family: 'Poppins';
font-size: 20px;
}
.single-blog #respond form p textarea{
border-color: #1212124D;
border-radius: 3px;
}

.single-post-block .single-content p {
  font: normal 16px/30px Open Sans;
  color: #000000;
  padding: 20px 0;
}
.post-views {
  font-size: 16px;
  padding: 0px 0 10px;
  display: none;
}
.single-blog .nav-links{
margin-top: 20px;
}

.content_boxes .meta-box-question{
font-family: 'Inter';
font-weight: 700;
font-size: 16px;
margin-top: 20px;
}
.single-post-content .para-meta{
margin-top: 10px;
}
.single-post-content p{
font-family: 'poppins';
font-size: 15px;
line-height: 26px;
color:#242424;
}
.single-blog .share_icon{
text-align: end;
}
.post_ctg {
  display: -webkit-box;
  padding-bottom: 15px;
}
.single-post-block ul.post-categories {
    padding-left: 10px;
}
.authordetails {
  padding-top: 25px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .author_links{
  font-family: var(--comforta-font);
}
.authordetails .b-content{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: var(--comforta-font);
  font-style: italic;
}
.authordetails img{
  border-radius: 50%;
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a {
  background-color: #5DD69C;
  padding: 9px 15px 9px 15px;
  color: white;
  border-radius: 50%;
  width: 40px;
  margin-right: 10px;
}
.inner-sbox h3 a{
  font: bold 14px Open Sans;
  letter-spacing: 0px;
  color: var(--black-color);
}
.inner-sbox p{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color:#90939c;
  font-family: Open Sans;
}
.inner-sbox .post-readmore{
  font: 400 12px/15px Open Sans;
  letter-spacing: 0px;
  color: #5DD69C;
  display: inline-block;
}
.post-featured .blog-information ul.post-categories a{
  font: 600 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #5DD69C;
  padding: 6px 15px;
}
.blog-information .blog-heading a {
  font-family: 'Inter';
  letter-spacing: 0px;
  color: #000000;
}
.blog-information p.blog-content{
  font: normal 16px/26px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 8px;
}
.no-side-bar .post-content-boxx .blog-information p{
font-family: 'Poppins';
padding-bottom: 10px;
font-size: 14px;
}
.blog-information .author-name{
  font: 12px/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  margin-right: 10px;
}
.content_page .post-featured{
position: relative; 
}
.content_page .no-side-bar .post-featured .post-content-boxx{
  position: absolute;
  background: #fff;
  z-index: 2;
  width: 55%;
  bottom: 60px;
  left: 15px;
}
.no-side-bar #direct-comments{
margin-left: 15px;
position: relative;
}
.no-side-bar #direct-comments::before {
content: '|';
position: absolute;
left: -16px;
bottom: 0;
}

.no-side-bar #direct-comments i{
margin-right: 8px;
color: #5DD69C;
}
.content_page .no-side-bar .post-featured .blog-date{
  position: absolute;
  bottom: -48px;
  left: 0;
  padding: 9px 0px 9px 9px;
  font-size: 15px;
  background: #fff;
}
.content_page .no-side-bar .post-featured .blog-date .blog-readmore{
background: #5DD69C;
padding: 10px 35px;
margin-left: 14px;
color: #fff;
}

/* Blog with no side bar */
#full-width-blog div.no-side-bar .post-featured{
text-align: end;
background: #3d3d3d21;  
}

#full-width-blog div.no-side-bar .post-featured img.attachment-post-thumbnail{
width: 70%;
height: 270px;
}

/* blog with right-sidebar and left-sidebar */
#blog-right-sidebar .post-featured .post-content-boxx, #blog-left-sidebar .post-featured .post-content-boxx{
width: 80%;
}

#blog-right-sidebar .post-featured .blog-information p, #blog-left-sidebar .post-featured .blog-information p{
margin-top: 10px;
}
#blog-right-sidebar .post-featured .blog-heading a, #blog-left-sidebar .post-featured .blog-heading a{
font-size: 18px;
}
/* blog with right-sidebar and left-sidebar end */

.content_page .no-side-bar .post-featured .blog-date i{
  padding-right: 10px;
}
.post-featured span.latest-post-cate ul li a:after {
  content: '';
  background: #B2B2B2;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  top: 12px;
  right: 10px;
}

.archive  h1{
  font-family: var(--comforta-font);
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  padding-top: 25px;
}
.search .entry-title{
  font-family: var(--comforta-font);
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  padding-top: 12px;
}
body.search p.helo-txt{
margin: 15px 0px;
font-size: 18px;
}
.postbox.smallpostimage {
  border: 1px solid #A3A3A3;
  border-radius: 5px;
}
.post-content-boxx {
  padding: 15px 15px 20px;
}
/*-------404 Pgae----------*/
.page-content h1 {
  font-size: 15em;
  color: #5DD69C;
  text-shadow: 1px 1px 1px #823bee, 2px 2px 1px #823bee, 3px 3px 1px #823bee, 4px 4px 1px #823bee, 5px 5px 1px #823bee, 6px 6px 1px #823bee, 7px 7px 1px #823bee, 8px 8px 1px #823bee, 25px 25px 8px rgb(0 0 0 / 20%);
}
p.text-404 {
  margin: 1rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
.page404 .read-moresec a{
background-color: #000;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/*---- Related post css -----*/
.related-posts .postbox{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 10px;
}
.related-posts{
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 28px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
}
/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(150, 150, 0, 0.58);
  font-size: 34px;
  color: #fff ;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 6%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
/* ------------- Category --------------------*/
/*--- Share icon css ----*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  background-color: #fff;
  color: #5dd69c !important;
  border: 1px solid #5dd69c;
  border-radius: 20px;
  width: 36px;
  margin: 5px 4px;
  text-align: center;
}
.share_icon i:hover {
  color: #fff !important;
  background-color: #5dd69c;
}
#blog-right-sidebar #slider,#blog-left-sidebar #slider,#full-width-blog #slider{
  margin-bottom: 3%;
}
/* post comment button */
input#submit:hover{
  transition: 0.2s;
  border-left: none !important;
  border-right: none !important;
}
/* next button */
.nav-next .meta-nav, .nav-previous .meta-nav{
  transition: all 0.5s;
}
.nav-next .meta-nav, .nav-previous .meta-nav{
  position: relative;
  transition: 0.5s;
}

.nav-next .meta-nav:after{
  content: '\f054';
  position: absolute;
  top: 7px;
  right: 0;
  transition: 0.5s;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
}

/* previous button */
 .nav-previous .meta-nav:after {
  content: '\f053';
  position: absolute;
  top: 7px;
  transition: 0.5s;
  left: 0;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
}
.wpcf7 form .wpcf7-response-output{
  margin-left: 0;
  text-align: center;
}
/*----Blog page css-----*/
.author-box img {
width: 40px;
border-radius: 50px;
height: auto;
display: none;
}
ul.post-categories {
margin: 0;
list-style: none;
}
.author-box i {
display: inline-block;
font-style: normal;
width: 10px;
height: 18px;
margin-left: 0 !important;
margin: 10px;
color: #5DD69C;
}
body.author span.blog-date i {
margin-right: 8px;
}
body.author span.blog-date a{
padding: 8px 15px;
background-color: #5DD69C;
color: #fff;
margin-left: 10px;
}
body.author div.blog-content p{
margin-bottom: 12px;
}
.wp-block-search__inside-wrapper button{
background-color: #5DD69C;
}
.blog-information li {
    margin-bottom: 10px;
}
/*------hot deal------*/
ul.products li.product .woocommerce-loop-category__title, ul.products li.product .woocommerce-loop-product__title, ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
}
.star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.products .star-rating {
    display: block;
    margin: 10px auto;
    float: none;
}
.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    color: #ffd116;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
}
ul.products li.product strong {
    display: block;
}
ul.products li.product .price {
    color: #5DD69C;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: .857em;
}
a.button, button.button, input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    /* background-color: #000; */
    border-radius: 0;
    padding: 10px 14px;
    color: #fff;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
li.product {
padding: 20px 12px !important;
position: relative;
bottom: 0;
list-style: none;
}
#tc-sidebar ul.product_list_widget span del {
color: #A1A1A1;
}
.span.price{
display: flex;
flex-flow: row-reverse;
justify-content: center;
font-size: 14px;
}
.shop-page li.product span.price del{
margin-right: 8px;
}
.shop-page li.product span.woocs_price_code, div.sales li.product span.woocs_price_code{
display: flex;
flex-flow: row-reverse;
color: #000;
font-size: 17px;
justify-content: center;
}
aside#archives, aside#meta{
display: none;
}
#tc-sidebar ul.product_list_widget span.woocs_price_code{
display: flex;
flex-flow: row-reverse;
justify-content: flex-end;
font-family: poppins;
font-weight: 700;
}
#tc-sidebar ul.product_list_widget span ins{
text-decoration: none;
margin-right: 10px;
}
#tc-sidebar .woocommerce ul.product_list_widget li img, #search-col .woocommerce ul.product_list_widget li img{
width: 70px;
height: 70px;
}
#tc-sidebar h3.widget-title{
color: #000 !important;
}
#tc-sidebar .woocommerce ul.product_list_widget li img, #search-col .woocommerce ul.product_list_widget li img {
float: left;
margin-right: 10px;
}
#tc-sidebar{
  border-right: 1px solid #afafaf33 !important;
}
div.shop-page{
border-top: 1px solid #afafaf33;
}
div.shop-page .woocommerce-breadcrumb{
display: none;
}
div.shop-page p.woocommerce-result-count{
display: none;
}
#tc-sidebar ul.product_list_widget a span{
font-size: 16px;
font-family: Inter;
}
div.shop-page .woocommerce-ordering{
margin: 3em 0 1em;  
}
div.shop-page li.product:hover, div.sales ul.products li:hover, table.shop_table .wishlist-items-wrapper tr:hover, .related.products li:hover{
box-shadow: 0px 3px 7px #ccc;
}
div.sales ul.products h2{
font-size: 20px !important;
}
.shop-page li.product span.woocs_price_code ins, div.sales li.product span.woocs_price_code ins {
margin-right: 9px;
font-weight: 700;
text-decoration: none;
}
.shop-page li.product h2.woocommerce-loop-product__title{
font-size: 20px !important;
}
ul.products {
    text-align: center;
}
span.onsale {
    position: absolute;
    top: 0;
    left: 0;
    background: #5DD69C;
    color: #fff;
    padding: 12px 12px;
    font-weight: 600;
}

.page-template-sales .yith-wcwl-add-button a.add_to_wishlist i{
margin: 0;
}
/*  Sales page */
div.sales li.product a.add_to_cart_button, div.sales li.product a.button.yith-wcqv-button, div.sales li.product div.wishlist_text{
display: none;
}
div.sales li.product div.custom_product_meta a.add_to_cart_button{
display: block;
}
/*---  Shiping Page----------*/
h2.shipping-main-heading {
    font: bold 34px/42px Source Sans Pro;
}
p.shipping-main-para {
    font: normal 16px/26px Open Sans;
    padding: 10px 0;
}
h4.shipping-small-heading{
  font: bold 25px/42px Source Sans Pro;
  padding: 20px 0;
}
#shipping-page ul li {
    font: normal 16px/26px Open Sans;
    list-style: inside;
}
#shipping-page img{
  margin-bottom: 20px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  width: 118px
}
.woocommerce a.added_to_cart{
  display: block;
}
.woocommerce div.cart-box{
margin: 120px 0;
}
.woocommerce div.empty-cart-page{
width: 50%;
margin: 0 auto !important;
}
tr.coupon_update{
  width: 100% !important;
}
.woocommerce .empty-cart-page h2{
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}
.woocommerce .empty-cart-page p{
font-family: 'Poppins';
margin-bottom: 20px !important;
margin-top: 6px;
}
.woocommerce .empty-cart-page a.wc-backward{
background-color: #5dd69c;
border-radius: 10px;
color: #fff;
font-size: 18px;
font-family: 'Source Sans Pro';
display: inline-block;
padding: 10px 10%;
}
.empty-cart-page a.wp-element-button{
background-color: #5dd69c;
border-radius: 10px;
color: #fff;
font-size: 18px;
font-family: 'Source Sans Pro';
display: inline-block;
padding: 10px 10%;
}
.woocommerce .woocommerce-product-rating .star-rating{
  float: left !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  font-size: 20px;
    margin-bottom: 10px;
}
table.wishlist_table {
    font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  color: #000 !important;
}
.woocommerce ul.products li.product a img{
  width: auto;
  margin: 0 auto;
}
#tc-sidebar .search-side-bar {
padding: 30px 0;
border-top: 1px solid #a1a1a133;
border-bottom: 1px solid #a1a1a133;
}

/* div#collapseOne1 ul input{
display: none;
} */
.color{
color: #3B0B8F;
}
.shop-page-filters .accordion-item{
border: none;
}
.shop-page-filters .accordion-button:not(.collapsed){
  box-shadow: none;
}
.shop-page-filters button {
text-transform: uppercase;
font-family: Epilogue;
color: #000 !important;
font-weight: 700;
font-size: 20px;
}
.shop-page-filters .accordion-button:not(.collapsed){
background-color: transparent !important;
}
.shop-page-filters .accordion-button:focus{
border-color: none !important;
}
.shop-page ul.products li.product a.added_to_cart, #single-product-page ul.products li.product a.added_to_cart, div.sales li.product a.added_to_cart{
/* display: none; */
font-size: 2px;
/* content: '\f291'; */
width: 35px;
/* font-family: 'Font Awesome 5 Free'; */
height: 35px;
background-color: #000;
border-radius: 20px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
div.shop-page ul.products li.product div.custom_product_meta a.add_to_cart_button.added, #single-product-page ul.products li.product div.custom_product_meta a.add_to_cart_button.added, div.sales li.product div.custom_product_meta a.add_to_cart_button.added{
display: none !important;
font-size: 0;
}

#single-product-page ul.products li.product .custom_product_meta .yith-wcwl-add-button a i:hover, #single-product-page ul.products li.product .custom_product_meta button.woosq-btn:hover, #single-product-page ul.products li.product .custom_product_meta a.add_to_cart_button:hover {
background-color: #5dd69c;
}

div.shop-page ul.products li.product div.wishlist_text, div.shop-page ul.products li.product a.button.add_to_cart_button, div.shop-page ul.products li.product a.button.yith-wcqv-button, #single-product-page ul.products li.product div.wishlist_text, #single-product-page ul.products li.product a.button.yith-wcqv-button, #single-product-page ul.products li.product a.button.add_to_cart_button{
display: none;
}
div.shop-page ul.products li.product div.custom_product_meta a.button.add_to_cart_button, #single-product-page ul.products li.product div.custom_product_meta a.button.add_to_cart_button{
display: block;
}
div.shop-page ul.products li.product div.custom_product_meta a.added_to_cart::after, #single-product-page ul.products li.product div.custom_product_meta a.added_to_cart::after, div.sales li.product div.custom_product_meta a.added_to_cart::after{
content: '\f291';
position: absolute;
font-family: 'FontAwesome';
font-size: 15px;
color: #5DD69C;
}
div.shop-page ul.products li.product .custom_product_meta .yith-wcwl-add-button a i, #single-product-page ul.products li.product .custom_product_meta .yith-wcwl-add-button a i, div.sales li.product .custom_product_meta .yith-wcwl-add-button a i {
background: #000;
margin: 0;
padding: 10px;
border-radius: 50px;
}
div.shop-page ul.products li.product .custom_product_meta button.woosq-btn, #single-product-page ul.products li.product .custom_product_meta button.woosq-btn, div.sales li.product .custom_product_meta button.woosq-btn{
border: none;
position: relative;
text-align: center;
font-size: 0;
width: 36px;
margin: 0 14px;
height: 35px;
display: block;
vertical-align: baseline;
background-color: #000;
border-radius: 50px;
}
div.shop-page ul.products li.product .custom_product_meta button.woosq-btn:hover, div.shop-page ul.products li.product .custom_product_meta a.add_to_cart_button:hover {
background-color: #5dd69c;
}
div.shop-page ul.products li.product .custom_product_meta button.woosq-btn::before, #single-product-page ul.products li.product .custom_product_meta button.woosq-btn::before, div.sales li.product .custom_product_meta button.woosq-btn::before  {
content: "\f06e";
font-family: "font awesome 5 free";
font-weight: 900;
color: #fff;
position: absolute;
font-size: 14px;
top: 0;
left: 0;
border-radius: 50px;
padding: 7px 10px;
}
div.shop-page ul.products li.product .custom_product_meta a.add_to_cart_button, #single-product-page ul.products li.product .custom_product_meta a.add_to_cart_button, div.sales li.product div.custom_product_meta a.button.add_to_cart_button {
font-size: 0;
border-radius: 50px;
padding: 10px 0px;
background-color: #000;
}
div.shop-page ul.products li.product .custom_product_meta a.add_to_cart_button::after, #single-product-page ul.products li.product .custom_product_meta a.add_to_cart_button::after, div.sales li.product div.custom_product_meta a.add_to_cart_button::after {
content: '\f291';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 15px;
padding: 11px 10px;
}
div.shop-page ul.products li.product .custom_product_meta, #single-product-page ul.products li.product div.custom_product_meta, div.sales li.product div.custom_product_meta {
display: flex;
justify-content: center;
position: absolute;
bottom: 105px;
right: 0;
left: 0;
opacity: 0;
}
#tc-sidebar div.accordion-body{
padding: 1rem;
}
div.shop-page ul.products li.product:hover .custom_product_meta, #single-product-page ul.products li.product:hover div.custom_product_meta, div.sales li.product:hover div.custom_product_meta  {opacity: 1;}

.shop-page ul.products li div.yith-wcwl-wishlistaddedbrowse a, .shop-page ul.products li div.yith-wcwl-wishlistexistsbrowse a, #single-product-page ul.products div.custom_product_meta div.yith-wcwl-wishlistaddedbrowse a, #single-product-page ul.products div.custom_product_meta div.yith-wcwl-wishlistexistsbrowse a, div.sales li.product div.yith-wcwl-wishlistaddedbrowse a, div.sales li.product div.yith-wcwl-wishlistexistsbrowse a{
display: none;
}
.shop-page div.yith-wcwl-add-button a i{
margin-right: 0;
}
.shop-page .yith-wcwl-wishlistexistsbrowse a {
  color: #000;
}
.shop-page ul.shop-page-produts-category label{
display: block;
}
.shop-page ul.shop-page-produts-category label span.count-prod{
float: right;
}
#tc-sidebar aside#woocommerce_products-2{
border-color: #0000001A;
}

/* div.shop-page #tc-sidebar #block-2, div.shop-page #tc-sidebar #block-3, div.shop-page #tc-sidebar #block-4{
display: none;
} */
/* wishlist page START */
.woocommerce table.shop_table{
  border: none;
}
.woocommerce-info {
  display: none;
}
.shop_table thead{
  display: none;
}
.shop_table tbody{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.shop_table tbody tr{
  width: calc(94% / 4);
  border: 1px solid #efefef;
  margin-bottom: 25px;
  min-width: 250px;
  position: relative;
}
td.product-remove{
position: absolute;
top: 8px;
left: 0px;
}
.woocommerce a.remove{
  font-size: 0;
}
.woocommerce a.remove:after{
  content: '\f2ed';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  background: #000;
  padding: 6px;
  color: #fff;
}
.wishlist_table tr td.product-thumbnail a{
  max-width: 100%;
  padding: 10px;
}
.woocommerce table .product-thumbnail{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce table.shop_table td{
  border: none;
  display: block;
  text-align: center;
}
.wishlist-items-wrapper .product-name a.yith-wcqv-button{
display: none;
}
.wishlist_table .product-add-to-cart a {
position: absolute;
font-size: 0;
left: 0;
right: 0;
bottom: 28%;
}
.wishlist_table .product-add-to-cart a:after {
  content: '\f291';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  /* left: 50%; */
  transform: translateX(-50%);
  top: 0;
  background: #000;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
}
.woocommerce-cart table.cart img{
  min-width: 150px !important;
}
.wishlist-items-wrapper .product-thumbnail{
padding: 0 !important;
}
.wishlist-items-wrapper tr td.product-name {
font-family: 'Inter';
font-weight: 800;
padding: 5px 10px;
font-size: 18px;
}
.wishlist-items-wrapper tr td.product-price {
font-family: 'Poppins';
padding: 5px 10px;
font-size: 14px;
display: flex;
flex-flow: row-reverse;
justify-content: center;
}
.wishlist-items-wrapper tr td.product-price del{
margin-left: 10px;
color: #A1A1A1;
}
.wishlist-items-wrapper tr td.product-price ins{
text-decoration: none;
font-weight: 900;
}
/* wishlist page css end */
/* empty wishlist page START */
/* .woocommerce-wishlist .banner-image, .woocommerce-wishlist .wishlist-title-container{
  display: none;
} */

.woocommerce .wishlist-title{
display: none;
}
.woocommerce-wishlist .shop_table tbody tr{
  border:none;
}
.woocommerce-wishlist .shop_table tbody{
  justify-content: center;
  margin-top: 7%;
}
.woocommerce-wishlist .wishlist-empty .empty-cart-page{
  margin: 10% 0 3%;
}
.woocommerce-wishlist .wishlist-empty i, .empty-order-page i{
font-size: 70px;
color: #5dd69c;
font-family: 'Font Awesome 5 Free';
font-style: normal;
}
.woocommerce-wishlist .wishlist-empty h2, .empty-order-page h2{
font-family: 'Inter';
font-size: 26px;
font-weight: 700;
letter-spacing: 0;
margin-top: 18px;
}
.woocommerce-wishlist .wishlist-empty p, .empty-order-page p{
  font-family: 'Poppins';
  margin-bottom: 20px !important;
  margin-top: 6px;
}
.woocommerce-wishlist .wishlist-empty a{
background-color: #5dd69c;
border-radius: 10px;
color: #fff;
font-size: 18px;
font-family: 'Source Sans Pro';
display: inline-block;
padding: 10px 10%;
}
.wishlist-items-wrapper tr.empty {
  width: 50%;
}

/* empty wishlist page END */

/* Slider css */
.ag-format-container {
  /* width: 1142px; */
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

.layout {
  position: relative;
}
.layout a {
  color: #000;
}

.slide {
  display: none;
}
.slide li {
  list-style: none;
}
.slide.slick-initialized {
  display: block;
}

.slick-dots {
/* top: 0; */
margin-top: 5px;
margin-left: -5px;
right: left;
margin-right: -5px;
bottom: 4%;
display: flex;
justify-content: center;
position: absolute;
left: 8%;
}
.slick-dots li {
  display: inline-block;
  max-height: 56px;
  max-width: 112px;
  margin: 5px;
}
.slick-dots li img {
height: auto;
width: 100%;
cursor: pointer;
/* opacity: 0.5; */
border-radius: 12px;
background: #fff;
}
.slick-dots li.slick-active img {
cursor: default;
opacity: 1;
background: #fff;
border-radius: 12px;
border-left: 3px solid #5dd69c;
}

.slick-prev,
.slick-next {
margin: -50px 0 0;
z-index: 99;
position: absolute;
bottom: 2%;
background: #000;
padding: 4px 10px;
border-radius: 6px;
}
.slick-prev {
  left: 6%;
}
.slick-next {
  right: 15%;
}
.slick-next i, .slick-prev i {
font-style: normal;
color: #fff;
}
.slick-arrow:hover{
background: #5dd69c;
transition: 0.4s;
}
.product-details .prod-title{
font-family: 'Inter';
font-size: 22px;
font-weight: 700;
}
.slides_image .product-btn a{
background: #5dd69c;
padding: 8px 6px 10px 14px;
font-family: 'Inter';
font-weight: 600;
border-radius: 20px;
color: #fff;
}

.icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.icon__cnt {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  /* .ag-format-container {
    width: 750px;
  } */

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: auto;
  }

}

/* Slider css end */


/* Single product page Gallery  */


/* Make image 75% width to make room to its right */
 
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 75%;
  float: right;
}

/* Make Gallery 25% width and place it beside the image */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 25%;
  float: left;
  display: contents;
}

/* Style each Thumbnail with width and margins */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 90%;
  float: none;
  margin: 0 0 10% 10%;
}

#single-product-page .entry-summary p.price span.woocs_price_code{
display: flex;
flex-flow: row-reverse;
color: #000;
}
section.related.products span.woocs_price_code {
color: #000;
display: flex;
justify-content: center;
flex-flow: row-reverse;
font-size: 14px;
}
section.related.products span.woocs_price_code ins{
text-decoration: none;
margin-right: 7px;
}
.woocommerce div.product .product_title{
clear: both;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding: 0px 20px 20px 20px;
border: 1px solid #D5D5D5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
margin: 0;
padding: 0 0 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
border-radius: 0;
margin-right: 10px;
text-transform: uppercase;
font-family: 'Inter';
background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
color: #fff;
z-index: 2;
border-bottom-color: #5dd69c;
background-color: #5dd69c;
}
.accordion-body {
padding: 1rem 0rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
border-bottom-right-radius: initial;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
border-bottom-left-radius: initial;
}

#single-product-page .woocommerce-breadcrumb{
display: none;
}
div.mfp-content .entry-summary form.cart{
display: flex;
justify-content: space-between;
margin-top: 16px;
}
div.mfp-content .entry-summary form.cart::before, div.mfp-content .entry-summary form.cart::after{
content: none;
}

#single-product-page .entry-summary p.price{
flex-flow: row-reverse;
display: flex;
justify-content: flex-end;
}
.entry-summary p ins {
margin-right: 10px;
text-decoration: none;
}
#single-product-page .woocommerce-product-details__short-description.hide{
display: none;
}

#single-product-page div.entry-summary .yith-wcwl-add-to-wishlist a i{
background: #fff;
margin-right: 0;
color: #5dd69c;
border: 1px solid;
padding: 10px;
font-size: 16px;
border-radius: 50px;
}

.related.products li.product{
position: relative;
}
#single-product-page div.product .wishlist_text .yith-wcwl-wishlistaddedbrowse a, #single-product-page div.product .wishlist_text .yith-wcwl-wishlistexistsbrowse a{
display: none;
}
#single-product-page div.product .related.products li.product:hover .wishlist_text, .related.products li.product:hover a.yith-wcqv-button::after, .related.products li.product:hover a.add_to_cart_button::after, #single-product-page div.product .related.products li.product:hover .yith-wcwl-wishlistexistsbrowse i{
opacity: 1;
}
.shop-page li.product:hover a.yith-wcqv-button::after, .shop-page li.product:hover a.add_to_cart_button::after, .shop-page li.product:hover a.add_to_wishlist, #single-product-page div.product .related.products li.product:hover .yith-wcwl-wishlistaddedbrowse i{
opacity: 1;
}

.shop-page .search-side-bar .search-btn input[type=search] {
  width: 90%;
  padding: 10px 15px;
  background: #F6F6F6;
  border: 1px solid #999999;
  color: #121212;
  font-weight: 600;
  font: 600 14px/22px var(--open-sans-font);
}
.shop-page .search-side-bar button.search-submit{
display: none;
}

.related.products .yith-wcwl-add-button{  
border-radius: 30px;
}
.related.products .wishlist_text {
position: absolute;
left: 22%;
bottom: 33%;
opacity: 0;
}



#single-product-page div.yith-wcwl-add-to-wishlist a i{
margin-right: 0px;
}
.pswp__caption__center{
text-align: center;
}
.para-info {
font-size: 11px;
color: black;
line-height: 16px;
margin-top: 6px;
}
#single-product-page div.summary form.cart button[type=submit]{
display: none;
}
#single-product-page div.summary form.cart.btton-brl button[type=submit]{
display: block;
}
div.design_btn input#file-input{
width: 190px;
}
form.cart .qib-button-wrapper .minus{
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
}
form.cart .qib-button-wrapper .plus{
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
}
.woocommerce-cart table.cart img{
width: unset;
}

#single-product-page .type-product div.buy_it_btn button{
background-color: #5dd69c;
border-radius: 20px;
padding: 14px 70px;
color: #fff;
transform: translateX(100px);
}
.woocommerce div.product div.images .flex-control-thumbs li{
float: initial;
}
#single-product-page div.qib-button{
float: right;
transform: translateY(130px);
position: relative;
}

#single-product-page div.qib-button::after {
content: 'QUANTITY';
position: absolute;
top: -25px;
left: 0;
right: 0;
font-family: Epilogue;
font-weight: 700;
}
.woocommerce div.product form.cart {
margin-bottom: 0 !important;
}
#single-product-page .design_btn{
border: 1px dashed #cdcbcb;
border-radius: 10px;
margin: 14px 0px 14px 0px;
padding: 12px;
}
ul.size {
list-style-type: none;
padding: 0;
}
ul.size li {
float: left;
margin: 0 5px 0 0;
width: 40px;
position: relative;
}
#single-product-page .design_btn a{
font-size: 17px;
}
.woocommerce div.product div.summary {
margin-bottom: 1em !important;
position: relative;
}
.woocommerce-product-details__short-description p{
font-family: 'Open Sans';
font-size: 12px;
}
#single-product-page form.btton-brl button{
padding: 12px 70px;
border-radius: 30px;
border-color: #5dd69c;
transform: translateX(60px);
margin-top: 10px;
font-family: 'Inter';
}
#single-product-page div.summary.entry-summary .yith-wcwl-add-to-wishlist{
position: absolute;
bottom: 0px;
}
#single-product-page .design_btn p {
margin-right: 22px;
}
#search-col {
border-right: 1px solid #afafaf33 !important;
}
div.search-hello{
border-top: 1px solid #afafaf33;
}
#search-col h3{
color: #000 !important;
}
.product_list_widget span.woocs_price_code {
display: flex;
flex-flow: row-reverse;
justify-content: flex-end;
font-family: poppins;
font-weight: 700;
}
.product_list_widget span.woocs_price_code ins {
margin-right: 10px;
text-decoration: none;
}
.product_list_widget span.woocs_price_code del {
color: #A1A1A1;
}

/* About Us  */
#about-us .about-main-text p.maintext{
font-family: poppins;
font-size: 24px;
color: #5dd69c;
font-weight: 600;
}
#about-us .about-main-text h2{
font-family: Inter;
font-size: 28px;
color: #000;
font-weight: bold;
letter-spacing: 0;
margin: 14px 0 4px;
}
#about-us .about-main-text p.about-para{
font-size: 16px;
font-family: poppins;
color: #121212;
line-height: 28px;
}
#about-us .about-detail{
padding: 50px 0;
}
#about-us .about-detail div.grid-item{
box-shadow: none;
}
#about-us div.about-detail .grid-item p{
font-family: 'Open Sans';
font-size: 14px;
padding: 6px;
}

/* Terms and Conditions */
#tandc h1 {
font-family: 'Inter';
font-weight: 800;
} 

#tandc h2{
letter-spacing: 0px;
font-family: 'Inter';
font-weight: 500;
font-size: 22px;
}
#tandc p {
font-family: 'Poppins';
margin-bottom: 12px;
color: #a1a1a1;
} 




/* animation */

.brand-image img:hover {
  background-color: #F6F6F6;
}
.product-box img {
  animation: pulse 2s linear infinite;
}
#latest-arrival .latest-bagde {
  animation: tada 4s linear infinite;
}
#our-facilty .owl-stage{
  transition: all 4s ease 0s !important;
}
.testimonial-data:hover {
  animation: tilt-shaking 0.25s infinite;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
#blog .owl-carousel {
  transition: all 4s ease 0s !important;
}

.myDiv:hover:after { 
  left: 150%;
}
.myDiv {
  position: relative;
}
.myDiv:hover:after {
  content: '';
  position: absolute;
  background: transparent linear-gradient(90deg, #00000000 0%, #5DD69C 95%, #5DD69C 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  left: 100px;
  top: 0;
  transform: skewX(-25deg) !important;
  -webkit-transform: skewX(-25deg);
  width: 50%;
  z-index: 0;
  transition: all 1s ease 0s;
  opacity: 0.5;
  bottom: 0;
}
.print:hover:after {
  left: 150%;
}
.print {
  position: relative;
}
#custom-product .print:hover:after {
  content: '';
  position: absolute;
  background: transparent linear-gradient(90deg, #00000000 0%, #5DD69C 95%, #5DD69C 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  left: 100px;
  top: 0;
  transform: skewX(-25deg) !important;
  -webkit-transform: skewX(-25deg);
  width: 50%;
  z-index: 0;
  transition: all 1s ease 0s;
  opacity: 0.5;
  bottom: 0;
}
.combo:hover:after {
  left: 150%;
}
.combo {
  position: relative;
}
.combo:hover:after {
  content: '';
  position: absolute;
  background: transparent linear-gradient(90deg, #00000000 0%, #5DD69C 95%, #5DD69C 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  left: 100px;
  top: 0;
  transform: skewX(-25deg) !important;
  -webkit-transform: skewX(-25deg);
  width: 50%;
  z-index: 0;
  transition: all 1s ease 0s;
  opacity: 0.5;
  bottom: 0;
}

#top-header .sub-menu li:hover {
  padding: 15px 8px 15px 30px;
  transition: all 0.3s;
}