@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

:root {
  --purple-color: var(--theme-primary-color);
  --black-color: #000;
  --grey-color: #F5F5F5;
  --red-color: #FF4848;
  --white-color: #ffffff;
}
/*------------------ Contact Page -----------------*/
.c_icon {
  margin: 0 auto;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.theme_activation_spinner svg {
    margin: auto;
    background: transparent;
    display: block;
    width: 20px;
    height: 20px;
}
/* .contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
} */
.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-"] {

  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  background-color:#fff;
  border:none;
}
.inner-cont:hover i {
    /* color: #fff; */
}
.inner-cont:hover .c_icon i{
    /* background: #f74748; */
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  height: auto;
  float: left;
}
.contact-box .wpcf7 input[type="text"]::placeholder{
  color: #13182c;
  font-style: italic;
}
.contact-box .wpcf7 input[type="email"]::placeholder{
  color: #13182c;
  font-style: italic;
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  width: 100%;
}
/* .inner-cont {
  padding: 10px 5px;
  background: #ffffff;
} */
.contac_form h3 {
  text-align: center;
  color: #f74748;
}
.contact-email i, .contact-address i, .contact-phone i {
  text-align: center;
  border-radius: 50%;
  font-size: 38px;
  color: #f74748;
  margin: 0 auto;
  text-align: center;
  /* width: 87px; */
  /* height: 87px; */
  /* line-height: 87px; */
  display: inline-table;
 font-style: normal;
}
.contact-info .head{
  color:#000;
}
.contact-box a{
  color:#1d2027;
}
.c_content span {
  font-size: 18px;
  color:#13182c;
}
.c_content p{
  font-size: 16px;
  color:#13182c;
}
/* .contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 5%;
} */
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.contact-box .contac_form textarea{
  max-height: 100px;
}
.contact-box .contac_form textarea::placeholder{
  color: #13182c;
  font-style: italic;
}

/* .contact-box .contac_form input[type="submit"] {
    background-color: var(--theme-primary-color);
    color: #fff;
    border: 1px solid var(--theme-primary-color) !important;
    font-size: 20px;
    font-family: 'var(--roboto-font)';
    font-weight: 700;
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    width: 250px;
    height: 50px;
} */

.contact-box p {
    width: 759px;
    /* height: 99px; */
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #4F4F4F;
    margin: 0 auto;
}
/* ----------------------- POST---------------------- */
.post-section {
  padding: 20px 0;
}
.post-template-default h1 {
  font-size: 30px;
}
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background: var(--theme-primary-color);
  color: #ffffff !important;
  border: 1px solid var(--theme-primary-color);
}
.navigation span.page-numbers.current{
  background: #ffffff;
  border: 1px solid var(--theme-primary-color);
  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:30px 0;
}
.bradcrumbs a{
  background: #f74748;
  color: #fff;
  padding:5px 15px;
  margin-right:5px;
  font-weight: 600;
}
.bradcrumbs span{
  background:#fff;
  color: #000;
  padding:5px 15px;
  font-weight: 600;
}
/* --------- 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 {
    font-size: 40px;
    font-family: var(--roboto-font);
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
/*.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;
  border-top: 1px solid #13182c;
  border-bottom: 1px solid #13182c;
}
.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 0;
  color:#13182c;
}
.metabox .entry-author{
  margin: 0 15px 0 0;
  color:#13182c;
}
.metabox .entry-author a,
.metabox .entry-comments{
  color: #13182c;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
}
.feature-box{
  margin-bottom: 10px;
}
.feature-box img{
  width: 100%;
}
.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;
}
.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: var(--theme-primary-color);
  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: var(--theme-primary-color);
  display: inline-block;
}
.post-featured .blog-information ul.post-categories a{
  font: 600 12px/17px Open Sans;
  letter-spacing: 0px;
  color: var(--theme-primary-color);
  padding: 6px 15px;
}

.blog-information .blog-heading a {
  font: bold 24px/31px Source Sans Pro;
  letter-spacing: 0px;
  color: #000000;
}
.blog-information p.blog-content{
  font: normal 16px/26px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 20px;
}
.blog-information .author-name{
  font: bold 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
.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;
}
.post-featured .blog-date{
  font: normal normal normal 16px/22px Open Sans;
  letter-spacing: 0px;
  color: var(--black-color);
  padding-left: 15px;
}
.post-featured .blog-date {
    padding: 0;
    text-align: center;
    top: -20px;
    position: relative;
    height: 64px;
    /* background: var(--unnamed-color-f1a91c) 0% 0% no-repeat padding-box; */
    background: var(--theme-primary-color) 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
    gap: 5px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 78%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 7px;
}
.post-featured .blog-date p {
    font-size: 26px;
    font-family: Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
.post-featured .blog-date span {
    font-size: 12px;
    font-family: 'Poppins';
    text-align: center;
    line-height: 16px;
    color: #FFFFFF;
}
.blog-information .author-name,.blog-information .blog_comment a span#direct-comments{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.blog-information .blog_comment {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-information .blog_comment a span#direct-comments .fa-comments {
    color: var(--theme-primary-color);
}
.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: 25px;
  text-align: center;
  font-weight: 500;
}
.search .entry-title span {
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: underline;
    color: #FF9B24 !important;
}
.postbox.smallpostimage {
  /* border: 1px solid #A3A3A3; */
  border-radius: 5px;
}
.post-content-boxx {
  /* padding: 15px 25px 20px; */
}
/*-------404 Pgae----------*/
.page-content h1 {
  font-size: 15em;
  color: var(--theme-primary-color);
  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: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
/* --------- 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: #ffffff;
  color: var(--theme-primary-color);
  border: 1px solid var(--theme-primary-color);
  border-radius: 7px;
  width: 36px;
  margin: 5px 4px;
  text-align: center;
}
.share_icon i:hover {
  color: #ffffff;
  background-color: var(--theme-primary-color);
}
#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:hover{
  padding: 8px 30px 8px 10px;
}
.nav-next .meta-nav:after{
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-next .meta-nav:hover:after {
  opacity: 1;
  right: 10px;
}
/* previous button */
.nav-previous .meta-nav:hover{
  padding: 8px 10px 8px 30px;
}
 .nav-previous .meta-nav:after {
  content: '«';
  position: absolute;
  opacity: 0;
  top: 2px;
  left: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-previous .meta-nav:hover:after {
  opacity: 1;
  left: 10px;
}
.wpcf7 form .wpcf7-response-output{
  margin-left: 0;
  text-align: center;
  display: none;
}
/*----Blog page css-----*/
.author-box img {
    width: 40px;
    border-radius: 50px;
}
ul.post-categories {
    margin: 0;
    list-style: none;
}
.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: var(--theme-primary-color);
    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: var(--theme-primary-color);
    border-radius: 0;
    padding: 10px 14px;
    color: #fff;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
li.product {
    box-shadow: 3px 3px 13px #ccc;
    padding: 30px 20px !important;
    position: relative;
    bottom: 0;
    list-style: none;
}
ul.products {
    text-align: center;
}
li.product:hover {
    bottom: 15px;
    transition: 2s;
}
span.onsale {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--theme-primary-color);
    color: #fff;
    padding: 12px 12px;
    font-weight: 600;
}
/*---  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 .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;
}

/* Styling for Category Section */
::-webkit-inner-spin-button {
    height: 50px;
}
.post-type-archive .woocommerce .products ul,.post-type-archive .shop-page .row ul.products {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.single-product .related ul.products {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.single-product #newsletter .news-wrapper .girl-img img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}
.single-product .woocommerce-tabs {
    padding: 50px 0;
}
.woocommerce ul.products::before{
  display: none;
}
.woocommerce ul.products li.product.type-product {
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}


/* Multiple Blogs */

/* Wishlist Page */
.woocommerce-cart .main_title,p.cart-empty.woocommerce-info,.woocommerce-wishlist .woocommerce-message{
    display: none;
}
#single-product-page .summary.entry-summary form.cart {
    justify-content: start;
}
.cart.wishlist_table {
    display: block;
}
#single-product-page .summary.entry-summary .yith-wcwl-add-button i.yith-wcwl-icon {
    margin: 0;
}
#single-product-page .summary.entry-summary .yith-wcwl-add-button {
    margin: 10px 0;
    opacity: 1;
}
.cart.wishlist_table {
    display: block;
    width: fit-content !important;
    margin: 0 auto !important;
    border: 1px solid var(--theme-primary-color) !important;
}
.woocommerce-wishlist form#yith-wcwl-form .shop_table thead ,.woocommerce table.shop_table{
    border: none !important;
}
.woocommerce-wishlist form#yith-wcwl-form .shop_table thead tr th,.woocommerce-wishlist form#yith-wcwl-form .wishlist-items-wrapper tr td{
    border: 1px solid var(--theme-primary-color);
}
.woocommerce-wishlist a.remove:hover {
    color: var(--theme-primary-color) !important;
    background: transparent;
}
form#yith-wcwl-form {
    padding: 150px 0;
}
/* Cart */

.woocommerce-cart .woocommerce form.woocommerce-cart-form thead tr {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form thead {
    max-width: 100%;
    width: 100%;
    /* background: beige; */
    display: flex;
    border-bottom: 1px solid var(--theme-primary-color) !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form thead tr th {
  width: 100%;
  min-width: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-width: 100%;
    width: 100%;
    /* background: beige; */
    display: flex;
    flex-direction: column;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item {
    /* background: beige; */
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--theme-primary-color);
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: var(--theme-primary-color) !important;
}
.woocommerce .quantity .qty {
    border: 1px solid #707070;
    width: 87px;
    height: 50px;
    text-align: center;
    font: normal normal normal 25px/44px Roboto;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    text-align: left;
    font: normal normal 500 31px/37px Roboto;
    letter-spacing: 0px;
    color: #000000 !important;
    opacity: 1;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
    background: #F884B8 0% 0% no-repeat padding-box !important;
    height: 51px;
    width: 172px;
    margin: 0 20px 0;
    text-align: left;
    font: normal normal 500 20px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
}
.woocommerce div.product form.cart .single_add_to_cart_button::before{
  content: "\f061";
  position: absolute;
  font-size: 24px;
  font-family: fontAwesome;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
    display: none;
}
.single-product .entry-summary .product_meta span.posted_in {
    opacity: 1;
    text-align: left;
    font: normal normal normal 22px/44px Roboto;
    letter-spacing: 0px;
    color: #000000;
}
.single-product .entry-summary .product_meta span.posted_in a {
    text-align: left;
    font: normal normal bold 22px/44px Roboto;
    letter-spacing: 0px;
    color: #000000;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item td {
    width: 100%;
    min-width: 100px;
    vertical-align: middle;
    height: 100%;
    border: 1px solid hsl(201deg 100% 49% / 50%) !important;
    border: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item td a img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody tr td.actions{
  max-width: 100%;
  width: 100%;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody tr td.actions {
    width: 100%;
    max-width: 100%;
    border-top: none !important;
    display: flex;
    justify-content: space-between;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody tr td.actions .coupon {
    display: flex;
    gap: 100px;
}
.woocommerce-page .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    border: 1px solid var(--theme-primary-color) !important;
}














.empty-cart {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.empty-cart p {
    max-width: 467px;
    width: 100%;
    font-size: 16px;
    font-family: Open Sans;
}
.empty-cart h2 {
    font-size: 34px;
    font-family: Source Sans Pro;
    font-weight: 600;
    color: #000;
}
.woocommerce-cart .outer_dpage .middle-content .woocommerce .empty-cart p {
    text-align: center;
}
.woocommerce-cart .woocommerce {
    text-align: center;
    padding: 110px 0px;
}
.woocommerce-cart .woocommerce p.return-to-shop {
    width: fit-content;
    margin: 20px auto;
}
.woocommerce-cart .woocommerce p.return-to-shop a {
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 23px;
    font-family: Source Sans Pro;
    font-weight: 400;
    background: var(--theme-primary-color);
    transition: 0.3s ease-in-out;
}
form.woocommerce-cart-form .shop_table_responsive.cart {
    border: 1px solid var(--theme-primary-color) !important;
    margin: 0;
}


/* Add to Cart */
.woocommerce table.shop_table{
  border: none;
}
.woocommerce-cart-form table {
    display: block;
}
 .woocommerce-cart table.cart th{
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border: 1px solid hsl(201deg 100% 49% / 50%) !important;
    border: none !important;
    text-align: center;
}
.woocommerce table.shop_table td{
  border-top: 1px solid hsl(201deg 100% 49% / 50%) !important;
}
tr.woocommerce-cart-form__cart-item td,.woocommerce-page table.cart td.actions,.woocommerce table.shop_table thead{
      border: none !important;
}
.woocommerce a.remove {
    margin: 0 auto;
    color: var(--theme-primary-color) !important;
    font-size: 40px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    transition: 0.3s ease-in-out;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 50% !important;
    margin: 0 0 0 auto !important;
}
.woocommerce-page .cart-collaterals .cart_totals .shop_table tbody table{
    border: none !important;
}
.cart_totals .shop_table tr td {
    border-top: none !important;
}
.cart_totals .shop_table tr {
    border: 1px solid var(--theme-primary-color);
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
    background: var(--theme-primary-color);
    transition: 0.3s ease-in-out;
}
.cart_totals .shop_table tr th, .cart_totals .shop_table tr td {
    /* border-bottom: 1px solid var(--theme-primary-color) !important; */
}
.shop_table tr.order-total th {
    border-top: none !important;
    /* border-right: 1px solid var(--theme-primary-color) !important; */
}
.cart_totals .shop_table tr th,.cart_totals .shop_table tr td{
    text-align: left;
}
.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce-cart .woocommerce p.return-to-shop a:hover {
    background: transparent;
    border: 1px solid var(--theme-primary-color);
}
.admin-date-comments span {
    display: flex;
    width: 100%;
    margin: 0 !important;
}
.admin-date-comments {
    width: fit-content;
    display: flex;
}

/* Single Blog Page */

.feature-o .container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  background: #fff;
}
.feature-o .container div#sidebar {
    display: none;
}
.woocommerce-wishlist .middle-content .shop_table tr td {
    border-top: none !important;
}
.woocommerce-wishlist .middle-content .shop_table tr td svg {
    width: 70px;
    height: 70px;
}
.woocommerce-wishlist .middle-content .shop_table tr td #empty-cart-heading {
    margin: 0 auto;
    width: fit-content;
    font-size: 34px;
    font-family: Source Sans Pro;
    color: #000;
    font-weight: 500;
}
.woocommerce-wishlist .middle-content .shop_table tr td p {
    max-width: 450px;
    width: 100%;
    font-size: 16px;
    font-family: Open Sans;
    color: #000;
    margin: 0 0 35px;
}
.wishlist-empty a {
    font-size: 20px;
    font-family: Source Sans Pro;
    font-weight: 500;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    background: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    transition: 0.3s ease-in-out;
}
.woocommerce-wishlist .middle-content .shop_table tr td a:hover {
    background: transparent;
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
}
.wishlist-title-container {
    display: none;
}
/* Single Blog Page */
/* .single-post-content h2 {
    max-width: 1064px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 28px;
    font-family: Source Sans Pro;
    font-weight: 500;
} */
.single-post-content div.single-page-metabox {
    max-width: 1064px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 30px;
}
.single-post-content div.single-page-metabox .single-author-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.single-post-content div.single-page-metabox div {
  margin: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-post-content div.single-page-metabox .single-author-image span {
    font-size: 20px;
    text-transform: capitalize;
    font-family: Muli;
    font-weight: 400;
    margin: 0 0 0 10px;
    color: #242424;
}
.single-post-content div.single-page-metabox .single-date-box span.entry-date,.single-post-content div.single-page-metabox .single-page-comments span.entry-comments{
  font-size: 25px;
  font-family: Muli;
  font-weight: 500;
  color: #BFBFBF;
}

.blg-content p {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 200;
    max-width: 1007px;
    width: 100%;
    color: hsl(0deg 0% 14% / 60%);
    line-height: 50px;
    /* margin: 0 0 0 auto; */
}
.quote p.quote {
    margin: 0px 0 0px 60px;
    font-size: 22px;
    font-family: Muli;
    font-weight: 400;
    max-width: 890px;
    width: 90%;
    color: #000000;
    line-height: 50px;
}
div.quote {
    background: var(--unnamed-color-f1a91c) 0% 0% no-repeat padding-box;
    background: var(--theme-primary-color) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    padding: 40px;
    margin: 30px 0;
    position: relative;
}
div.quote h4.meta-quote-author {
    width: fit-content;
    margin-left: 60px;
    font-size: 26px;
    font-family: var(--roboto-font);
    font-weight: 700;
    line-height: 35px;
    color: #000;
}
.feature-o .container .post-views {
    display: none;
}
.meta-box-question {
    max-width: 1064px;
    margin: 40px auto;
}
.meta-box-question h4 {
    font-size: 30px;
    font-family: var(--roboto-font);
    font-weight: 500;
    line-height: 50px;
    color: #242424;
    margin: 0px auto 0px;
}
.meta-box-question p {
    font-size: 24px;
    font-family: Open Sans;
    color: hsl(0deg 0% 14% / 80%);
    padding-bottom: 40px;
    line-height: 50px;
    text-align: left;
}
.single-page-metaimage div img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}
.single-page-metaimage div {
    padding: 0;
    /* width: 100%; */
}
.single-page-metaimage {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.single-page-metaimage div {
    width: calc(100% / 3 - 20px);
}

ul.post-categories li a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    opacity: 1;
    padding: 15px;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    color: #000;
    text-transform: capitalize;
}
p.blg-content {
    font-size: 24px;
    font-family: Open Sans;
    font-weight: 400;
    color: hsl(0deg 0% 14% / 60%);
    line-height: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid hsl(0deg 0% 14% / 30%);
}
.nav-previous a,.nav-next a{
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
}
.nav-previous a span.meta-nav,.nav-next a span.meta-nav{
    width: fit-content;
    background: transparent !important;
}
.nav-previous a span.meta-nav .fa,.nav-next a span.meta-nav .fa{
    color: #888888;
}
.nav-previous a span.post-title,.nav-next a span.post-title{
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 400;
    color: hsl(0deg 0% 14% / 60%);
}
.single-post-comment,.post-navigation{
    max-width: 1064px;
    margin: 0 auto;
}
ol.comment-list {
    max-width: 698px;
    margin: 0 auto !important;
    box-shadow: none;
}
.comment-body {
    background: #F5F5F5 !important;
    border-radius: 10px !important;
    padding: 40px 20px;
}
.comment-body .comment-author img {
    width: 75px;
    height: 75px;
}
span.says {
    display: none;
}
#comments ol .fn a{
  font-size: 26px;
  font-family: Source Sans Pro !important;
  text-transform: capitalize;
  color: #242424 !important;
  font-style: initial;
}
#comments ol .comment-meta{
  display: none;
}

#comments ol .reply {
    display: none;
}
div#respond {
    max-width: 1161px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 30px 30px 50px;
    width: 100%;
    margin: 50px auto;
}
div#respond h2#reply-title {
    padding: 0;
    font-size: 36px;
    font-family: var(--roboto-font);
    font-weight: 600;
    color: #000000;
    margin: 0 0 30px;
    line-height: 26px;
}
div#respond form#commentform p.comment-notes {
    display: none;
}
div#respond form#commentform {
    display: flex;
    flex-direction: column;
}
div#respond form#commentform p.comment-form-author {
    order: 1;
}
div#respond form#commentform p.comment-form-email {
    order: 2;
}
div#respond form#commentform p.comment-form-url {
    order: 3;
}
div#respond form#commentform p.comment-form-comment{
  order: 4;
}
div#respond form#commentform p.comment-form-cookies-consent {
    order: 5;
}
div#respond form#commentform p.form-submit {
    order: 6;
}
div#respond form#commentform p label {
    font-size: 22px;
    font-family: Source Sans Pro;
    font-weight: 500;
    color: #000000;
}
/* div#respond form#commentform p input,div#respond form#commentform p textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1212124D;
    border-radius: 5px;
    opacity: 1;
} */
p.form-submit input#submit {
    color: #fff !important;
    background: #000000 0% 0% no-repeat padding-box !important;
    border-radius: 5px;
    text-align: left;
    font: normal normal 500 16px/19px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: none !important;
}
div#respond form#commentform p.comment-form-cookies-consent {
    display: flex;
    justify-content: start;
    align-items: center;
}
div#respond form#commentform p.comment-form-cookies-consent label {
    font-size: 16px;
    font-family: Open Sans;
    padding: 0 5px;
    color: hsl(0deg 0% 14% / 60%);
}
div#respond form#commentform p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    border: 2px solid hsl(0deg 0% 85% / 50%) !important;
    border-radius: 5px;
    opacity: 1;
}


/* Contact Us Page */
/* .contact-field {
    display: flex;
    justify-content: center;
    align-items: start;
} */

/* .contact-info-o .inner-cont {
    display: flex;
    justify-content: start;
    align-items: center;
    background: transparent;
    padding: 5px !important;
} */
.contact-info-o .inner-cont .c_icon {
    width: fit-content;
    height: auto;
    margin: 0 auto !important;
}
.contact-email i, .contact-address i, .contact-phone i, .location-contact .l-icon .fa-solid {
    border-radius: 50%;
    font-size: 34px;
    color: var(--theme-primary-color);
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    display: inline-table;
    font-style: normal;
}
.contact-info-o div h3 {
    font-size: 30px;
    font-family: var(--roboto-font);
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1.35px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}
.contact-info-o div p, .contact-info-o div p a {
    font-size: 18px;
    font-family: Muli;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.81px;
    color: #000;
}
/* span.mail-call {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
} */
.contact-info-o .col-12 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    min-height: 246px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.contac_form form p input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    min-height: 56px;
    width: 360px;
    border: none !important;
    outline: none;
    box-shadow: none;
}
.contact-field {
    display: flex;
    gap: 20px;
    padding: 55px 0;
}
.co-ban-content {
  width: 100%;
  background-color: #F3F0E3;
  height: 500px;
  position: absolute;
  max-width: 700px;
  right: 0;
  border-radius: 10px;
}
.con-img {
	width: 100%;
  border-radius: 10px;
}
.contact-banner-image {
	width: 80%;
	float: left;
}
.contact-banner-img {
	width: 100%;
}
.contact-form-btn {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 60px 0;
}
.contact-form-btn a {
	position: absolute;
	background: var(--theme-primary-color);
	border-radius: 10px;
	padding: 15px 45px;
}

.contact-content-wrap a:hover {
	color: var(--theme-primary-color);
}
.contac_form a:hover {
	color: var(--theme-primary-color);
}
.co-btn-text {
	font-family: 'Oswald';
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffff;
}
.contact-content-wrap {
  padding: 0 50px;
  max-width: 500px;
  height: 450px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-content-wrap h2 {
	font-family: 'IvyPresto Display';
	font-weight: 300;
	font-size: 60px;
	line-height: 89px;
	text-transform: capitalize;
	color: #1A1A1A;
}
.contact-content-wrap p {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.02em;
	color: #1A1A1A;
}
.faq-ban-content {
	width: 100%;
	background-color: #F3F0E3;
	height: 500px;
	position: absolute;
	max-width: 700px;
	right: 0;
}
.faq-content-wrap {
	padding: 0 90px;
	max-width: 500px;
	height: 450px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.faq-content-wrap h2 {
	font-family: 'IvyPresto Display';
	font-weight: 300;
	font-size: 60px;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #1A1A1A;
}
.faq-content-wrap p {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  line-height: 36px;
  width: 424px;
  height: 72px;
}
.faq-banner-img {
	width: 100%;
}
.faq-banner-image {
	width: 80%;
	float: left;
}
.faq-img {
	width: 100%;
}

.reason-text .wpcf7-form-control-wrap input {
	width: 100%;
}
.faq-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.faq-content p {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #4F4F4F;
	width: 1338px;
	height: 99px;
}
/* .contact-box .contac_form textarea {
    min-height: 170px;
    border: none !important;
    border-radius: 20px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 30px;
    width: 765px;
} */
.contact-box .contac_form textarea::placeholder, .contac_form form p input::placeholder {
  font-family: 'Sofia Pro';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 18px;
letter-spacing: 0.02em;
color: #4F4F4F;

}
.contac_form {
  max-width: 885px;
  /* height: 664px; */
  border-radius: 10px;
  /* background: hsl(333deg 89% 75% / 15%); */
}
.contac-img {
	border-radius: 10px;
}
img.contact-img {
    width: 885px;
    height: 664px;
}
/* span.mail-call {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
} */
span.mail-call br {
    display: none;
}
.contact-field div h2 {
  font-family: 'IvyPresto Display';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #1A1A1A;
}
/* div#contact-page {
  background: hsl(80deg 52% 50% / 10%) 0% 0% no-repeat padding-box !important;
} */
/* .contact-info-o {
    padding: 15px;
    border-radius: 10px;
    background: #000;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom right;
} */
/* .inner-cont .c_content p a {
    color: #fff;
    font-size: 16px;
    font-family: Open Sans;
    line-height: 26px;
} */
.contact-info-o div {
    text-align: center;
}
.contact-info h2 {
    font-size: 36px;
    font-family: Source Sans Pro;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.contact-info p {
    max-width: 485px;
    width: 100%;
    font-size: 16px;
    font-family: Open Sans;
    text-align: left;
    line-height: 26px;
    color: #fff;
    padding-left: 20px;
    margin: 0px 0px 15px;
}
section#map {
    border-radius: 10px;
    overflow: hidden;
    margin: 0px 0 0;
}
/* .contact-field {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: start;
    max-width: 1320px;
    margin: 0 auto 50px;
    padding: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
} */
.contac_form form input,.contac_form form textarea{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1212124D !important;
    border-radius: 5px !important;
    opacity: 1 !important;
    margin: 5px 12px 23px 0 !important;
}
/* .contact-box .contac_form input[type="submit"] {
    background-color: var(--theme-primary-color);
    color: #fff;
    margin-top: 20px;
    border: 1px solid var(--theme-primary-color) !important;
    font-size: 22px;
    padding: 6px 30px;
    font-family: Source Sans Pro;
} */
.contac_form form label {
    font-size: 24px;
    font-family: Source Sans Pro;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
.contact-box .wpcf7 input[type="text"]::placeholder {
    color: #13182c;
    font-style: normal;
    font-size: 16px;
    font-family: Open Sans;
}
/* Wishlist Grid View */
.woocommerce table.shop_table {
    /* display: none; */
}
.woocommerce-wishlist .outer_dpage .middle-content form#yith-wcwl-form .yith_wcwl_wishlist_footer, .woocommerce-wishlist .outer_dpage .middle-content form#yith-wcwl-form .wishlist_table {
    display: none;
}
.wish-prod-img {
    position: relative;
    background: #F5F5F5;
    height: 300px;
}
.wish-prod-img .product-remove {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 5px;
}

form#yith-wcwl-form {
    padding: 0px 0 !important;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.wish-prod-wrapper .wish-prod-img .product-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.wish-prod-img .product-remove a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wish-prod-img .product-remove a .fa {
    font-size: 18px;
    color: var(--theme-primary-color);
}
.wish-prod-wrapper {
    padding: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    opacity: 1;
    position: relative;
    transition: 0.3s ease-in-out;
}
.product-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wish-prod-wrapper .products-details .d-flex {
    justify-content: space-between;
    margin: 20px 0px;
}
.wish-prod-wrapper .products-details .d-flex .product-name a {
    font-size: 24px;
    font-family: Source Sans Pro;
    font-weight: 600;
    color: #000;
}
.wish-prod-wrapper .products-details .d-flex .product-add-to-cart a {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #fff;
    background: var(--theme-primary-color);
    border-radius: 8px;
    padding: 8px 15px;
}
.wish-prod-wrapper .products-details .d-flex .product-price span {
    font-size: 18px;
    font-weight: 600;
    font-family: Open Sans;
    color: #000;
}
/* About Us Page */
.page-template-about #about-us a.primary-btn {
    display: none;
}
.page-template-about #appointment-o {
    padding: 55px 0;
}
.about-card-repeater,.about-card-repeater .d-grid{
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin: 55px 0px;
}
.about-middle-banner {
    margin: 115px 0;
}
.about-content-wrapper {
    gap: 30px;
    /* overflow: hidden; */
    position: relative;
}
.about-right-content .about-right-content-wrapper h2 {
    max-width: 500px;
    width: 100%;
    font-size: 24px;
    font-family: Epilogue;
    line-height: 40px;
}
.about-right-content .about-text-content p,.about-bottom p{
    font-size: 16px;
    font-family: Epilogue;
    margin: 10px 0;
    line-height: 30px;
    color: #121212;
    max-width: 726px;
    width: 100%;
}
.about-bottom p.text-great-vibes {
    font-size: 34px !important;
    font-family: Great Vibes !important;
    line-height: 40px !important;
    margin: 10px 0 !important;
    color: #121212 !important;
}
.about-bottom p {
    margin: 0 !important;
}
.about-bottom {
    background: #fff;
    padding: 20px 50px;
    position: absolute;
    bottom: -110px;
    left: 39%;
    /* height: 206px; */
    width: 100%;
}
.about-bottom p {
    max-width: 877px;
    width: 100%;
    text-align: left;
}
.about-content-wrapper .about-left-img img {
    height: 610px;
    object-fit: cover;
    width: 100%;
}
.about-middle-banner #upcoming-sale{
  background: none !important;
}
.about-middle-banner {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.about-card-content h2 {
    font-size: 30px;
    font-family: Source Sans Pro;
    font-weight: 500;
    color: #000;
    line-height: 26px;
}
.about-card-content {
    text-align: center;
}
.about-card-content p {
    max-width: 466px;
    width: 100%;
    font-size: 14px;
    font-family: Open Sans;
    line-height: 30px;
    font-weight: 200;
    margin: 20px auto;
}
/* Category Page */
.woocommerce-products-header,p.woocommerce-result-count {
    display: none;
}
form.woocommerce-ordering {
    position: absolute;
    right: 25px;
    top: -100px;
}
.post-type-archive-product .shop-page .row {
    padding: 100px 0;
}
.post-type-archive-product .shop-page .row .search-container {
    padding: 0;
}
.woocommerce .woocommerce-ordering select {
    height: 60px;
    width: 250px;
}
.shop-page.shop-page .col-lg-8.col-md-12{
  position: relative;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    margin: 0 auto;
    background: #F3F3F3;
    padding: 25px;
    object-fit: contain;
    height: 325px;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product.type-product {
    width: 100%;
    padding: 10px !important;
    margin: 0px !important;
    box-shadow: none !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    opacity: 1;
}
li.product:hover {
    bottom: 0px !important;
    transition: 2s;
}
.shop-page .row {
    border-top: 1px solid #F5F5F5;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #f5f5f5;
}
h2.accordion-header .accordion-button {
    font-size: 18px;
    font-family: Epilogue;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.faq-head .faq-content-box .card .accordion-item .accordion-collapse p {
    text-align: left;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: nome !important;
}
.shop-page .row .col-lg-4.col-md-12 {
    border-right: 1px solid #f5f5f5;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    box-shadow: none !important;
  }
li{
  list-style-type: none !important;
}
.accordion-body ul li label input {
    opacity: 0;
}
.accordion-body ul li label span {
    font-size: 16px !important;
    font-family: Open Sans !important;
    line-height: 22px;
    font-weight: 400;
}
.accordion-body ul li label {
    width: 100%;
}
.name-count {
    display: flex;
    justify-content: space-between;
}

/* Single Product Page */
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0em;
    padding: 0 20px;
    /* border: 1px solid #d3ced2; */
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0px !important;
    border-bottom: 1px solid #D5D5D5;
    padding: 0 100px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  text-align: left;
  font: normal normal 500 31px/37px Roboto;
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-top: 5px solid #F884B8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 16px;
    font-family: Source Sans Pro;
    color: #000;
    background: #fff;
    text-align: center;
    border-radius: 0px;
    margin: 0 5px;
    border-bottom: 0px;
    max-width: 272px;
    width: 100%;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {
    margin-left: 0 !important;
}
div#review_form_wrapper div#review_form div#respond {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    text-align: left;
    font: normal normal 500 30px/37px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 20px 0;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    text-align: left;
    font: normal normal 300 24px/51px Roboto !important;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    padding: 0em 0.5em 0;
}
div#reviews .commentlist li {
    border-bottom: 1px solid #e4e1e3 !important;
}
div#reviews .commentlist li .comment-text {
    border: none !important;
}
div#reviews .commentlist li .comment-text p.meta .woocommerce-review__dash{
  display: none;
}
div#reviews .commentlist li .comment-text p.meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
div#reviews .commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: 22px;
    font-family: Source Sans Pro;
    line-height: 20px;
    color: #000;
    padding: 5px 0 0;
    text-transform: capitalize;
}
div#reviews .commentlist li .comment-text p.meta time.woocommerce-review__published-date {
    font-size: 14px;
    line-height: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .description p {
    text-align: left;
    font: normal normal 500 20px/51px Roboto !important;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}
div#respond form#commentform p.form-submit #submit {
    background: #00BBAE 0% 0% no-repeat padding-box !important;
    border-radius: 5px;
    opacity: 1;
    width: 200px;
    text-align: center;
    height: 60px;
}
.single-post-comment #commentform p.logged-in-as,.single-post-comment #commentform p.logged-in-as span.required-field-message{
  color: #00BBAE;
}
/* Category Page */
ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    float: left;
    max-width: 100%;
    padding: 0 5px;
    order: 3;
    display: flex;
    justify-content: center;
    text-align: center;
    font: normal normal bold 24px/29px Roboto;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
}
ul.products li.product a.woocommerce-LoopProduct-link span.price {
    margin: 10px 0px;
    order: 2;
    display: flex;
    justify-content: center;
}
.woocommerce ul.products li.product .star-rating {
    margin:  15px 5px;
    float: right !important;
}
.woocommerce ul.products li.product span.price {
    float: left;
    clear: both;
    display: block;
}
ul.products li.product a.woocommerce-LoopProduct-link span.price span {
  text-align: left;
  font: normal normal normal 18px/22px Roboto;
  letter-spacing: 0px;
  color: #F884B8;
  opacity: 1;
}
.woocommerce ul.products li.product a.button.product_type_simple {
    /* float: left; */
    margin: 10px auto;
    background: #F884B8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font: normal normal 500 18px/22px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 100%;
    text-align: center;
}
a.page-numbers, span.page-numbers.current {
    padding: 10px !important;
    background: #fff;
    color: #C8C2C2 !important;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 1px solid #d3ced2;
    margin: 5px 0 20px;
}
.woocommerce nav.woocommerce-pagination ul li span {
    background: #fff !important;
    color: var(--theme-primary-color) !important;
    font-size: 22px;
    font-family: Epilogue;
    font-weight: 600;
    line-height: 37px;
    padding: 5px 5px 0 !important;
    min-width: 2rem !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
    font-size: 16px;
    font-family: Epilogue;
    font-weight: 600;
    line-height: 37px;
    color: #C8C2C2;
    padding: 5px 5px 0 !important;
    min-width: 2rem !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent !important;
    color: #C8C2C2 !important;
}
.main_title .container {
    max-width: 1640px;
}
.accordion-body ul li label span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  color: transparent;
}
.accordion-body ul li label input {
    display: none;
}
div#collapseThree .accordion-body ul {
    margin: 0;
    display: flex;
    justify-content: strat;
    gap: 20px;
}
div#collapseFive .accordion-body li label span,.name-count p{
    font-size: 16px;
    font-family: Open Sans;
    text-transform: capitalize;
    line-height: 32px;
}
div#collapseFive .accordion-body li label input {
    display: none;
}
.copyright .row.main_sociobox {
  
	/* display: grid; */
    /* grid-template-columns: repeat(2,1fr) !important; */
}



/* Single Product Page */
.woocommerce-product-gallery {
    width: 100%;
}
.woocommerce-product-gallery ol.flex-control-nav {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.woocommerce-product-gallery .flex-viewport {
    width: 100%;
    order: 3;
}
.woocommerce-product-gallery ol.flex-control-nav li {
    width: 100% !important;
}
.woocommerce-product-gallery {
    display: flex;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: scale-down;
  background: #F3F3F3;
}
.swiper-slide li {
    box-shadow: none;
    padding: 0px;
}
.swiper-slide li a img {
    background: #F5F5F5;
    width: 100%;
    min-height: 275px;
}
.swiper-slide a .woocommerce-loop-product__title {
    float: left;
}
.swiper-slide a .star-rating {
    float: right !important;
    margin-top: 1.5rem !important;
}
.swiper-slide a span.price {
    float: right;
    clear: both;
    POSITION: RELATIVE;
    TOP: 30PX;
}
.swiper-slide a span.price span {
    font-size: 18px !important;
    font-family: Open Sans;
    color: #000 !important;
    opacity: 1;
    font-weight: 600;
}
.swiper-slide a .woocommerce-loop-product__title {
    float: left;
    font-size: 24px;
    font-family: Source Sans Pro;
    font-weight: 600;
    line-height: 31px;
    color: #000;
}
.swiper-slide a.button.product_type_simple {
    position: relative;
    top: -20px;
    WIDTH: fit-content !important;
    background: var(--theme-primary-color);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    padding: 10px 25px;
    border: 1px solid transparent;
}
.swiper-slide a.button.product_type_simple:hover {
    background: transparent;
    color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
}
.related.products h2.wt-crp-heading {
    font-size: 32px;
    font-family: Source Sans Pro;
    font-weight: 600;
    line-height: 45px;
    color: #121212;
    border-bottom: 1px solid #bfbfbf;
}
.related.products .swiper-container .swiper-button-prev,.related.products .swiper-container .swiper-button-next{
  display: none;
}
.summary h1.product_title {
    text-align: left;
    font: normal normal 500 50px/89px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.summary .row .sellername,.summary .woocommerce-product-rating span.prdct-star{
  display: none;
}
.summary .woocommerce-product-rating {
    width: fit-content;
    /* border: 1px solid; */
    display: flex;
    gap: 0px;
    margin: 0px 0;
}
.star-rating span {
    width: 80% !important;
    color: #F1CE24;
}
.summary p.price .amount,.summary p.price .amount .woocommerce-Price-currencySymbol{
    text-align: left;
    font: normal normal normal 26px/44px Roboto;
    letter-spacing: 0px;
    color: #6B6A6A;
    opacity: 1;
}
.summary p:not(p.price) {
    text-align: left;
    font: normal normal 300 18px/41px Roboto;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
    padding-bottom: 20px;
}
.summary .woocommerce-product-rating a.woocommerce-review-link {
    font-size: 12px;
    font-family: Open Sans;
    line-height: 17px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.summary .woocommerce-product-rating .star-rating{
  margin: 0px;
}



/* Sales Page */
.page-template-sales ul.products li a.woocommerce-LoopProduct-link img,.page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link img{
    width: 100%;
    height: 300px;
    object-fit: none;
}
.page-template-sales ul.products li.product,.page-template-hot-deals ul.products li.product{
    padding: 0 !important;
    box-shadow: none;
}
.page-template-sales ul.products li.product,.page-template-hot-deals ul.products li.product{
    padding: 10px !important;
    box-shadow: none;
    background: #F5F5F5;
    max-height: 460px;
    text-align: left;
}
.page-template-sales ul.products li.product .onsale,.page-template-hot-deals ul.products li.product .onsale{
    padding: 0;
    background: var(--theme-primary-color);
    max-width: 55px;
    width: 100%;
    text-align: center;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-sales ul.products li a.woocommerce-LoopProduct-link h2,.page-template-sales ul.products li a.woocommerce-LoopProduct-link span.price, .page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link h2,.page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link span.price{
    float: none !important;
    margin: 10px 20px;
}
.page-template-sales ul.products li a.woocommerce-LoopProduct-link h2,.page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link h2{
    max-width: 100% !important;
    /* text-align: center !important; */
    margin: 10px 20px;
}
.page-template-sales ul.products li.product a.button, .page-template-hot-deals ul.products li.product a.button{
    text-transform: capitalize;
    background: var(--theme-primary-color);
    border-radius: 8px;
    margin: 10px 20px;
    border: 1px solid var(--theme-primary-color);
    transition: 0.3s ease-in-out;
}
.page-template-sales ul.products li a.woocommerce-LoopProduct-link span.price span.woocs_price_code, .page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link span.price span.woocs_price_code{
    display: flex;
}
.page-template-sales ul.products li a.woocommerce-LoopProduct-link span.price del,.page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link span.price span.woocs_price_code del{
    order: 2;
    text-decoration: none;
}
.page-template-sales ul.products li a.woocommerce-LoopProduct-link span.price span.woocs_price_code del .amount bdi,  .page-template-sales ul.products li a.woocommerce-LoopProduct-link span.price span.woocs_price_code del .amount bdi span.woocommerce-Price-currencySymbol,.page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link span.price span.woocs_price_code del span bdi,.page-template-hot-deals ul.products li.product.type-product a.woocommerce-LoopProduct-link span.price span.woocs_price_code del span bdi span.woocommerce-Price-currencySymbol{
    font-size: 14px;
    text-decoration: line-through;
}
.page-template-sales ul.products li a.woocommerce-LoopProduct-link span.price ins {
    text-decoration: none;
}
.page-template-sales ul.products li.product a.button:hover,.page-template-hot-deals ul.products li.product a.button:hover{
    background: transparent;
    color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
}

/* 2,3 and 4 columns Page */
.outer_dpage .middle-content .woocommerce.columns-2 ul.products {
    grid-template-columns: repeat(2,1fr);
}
.outer_dpage .middle-content .woocommerce.columns-3 ul.products {
    grid-template-columns: repeat(3,1fr);
}
.outer_dpage .middle-content .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(4,1fr);
}
.main_title .container .title::before {
    content: "";
    height: 153px;
    width: 101%;
    background: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -1px 2px 2px #00000029;
    opacity: 0;
    z-index: -1;
}
.main_title .container .title {
    position: relative;
    z-index: 1;
}
a.scrollup.right{
  background-color: var(--theme-primary-color) !important;
}
/* .page-template .spinner-loading-box {
    background: #fff;
} */
/* blog */
div#blog-left-sidebar div#sidebar aside#search-1 form.search-form input.search-submit,     div#blog-right-sidebar div#sidebar aside#search-1 form.search-form input.search-submit {
    background: var(--theme-primary-color);
}
div#blog-left-sidebar div#sidebar aside#search-1,div#blog-left-sidebar div#sidebar aside#recent-posts-1,div#blog-left-sidebar div#sidebar aside#recent-comments-1,div#blog-left-sidebar div#sidebar aside#archives-1,div#blog-left-sidebar div#sidebar aside#categories-1,div#blog-left-sidebar div#sidebar aside#meta-1,div#blog-right-sidebar div#sidebar aside#search-1,div#blog-right-sidebar div#sidebar aside#recent-posts-1,div#blog-right-sidebar div#sidebar aside#recent-comments-1,div#blog-right-sidebar div#sidebar aside#archives-1,div#blog-right-sidebar div#sidebar aside#categories-1,div#blog-right-sidebar div#sidebar aside#meta-1{
    border-color: var(--theme-primary-color);
}
div#blog-left-sidebar div#sidebar aside#recent-posts-1 h3.widget-title,div#blog-left-sidebar div#sidebar aside#recent-comments-1 h3,div#blog-left-sidebar div#sidebar aside#archives-1 h3,div#blog-left-sidebar div#sidebar aside#categories-1 h3,div#blog-left-sidebar div#sidebar aside#meta-1 h3,div#blog-right-sidebar div#sidebar aside#recent-posts-1 h3.widget-title,div#blog-right-sidebar div#sidebar aside#recent-comments-1 h3,div#blog-right-sidebar div#sidebar aside#archives-1 h3,div#blog-right-sidebar div#sidebar aside#categories-1 h3,div#blog-right-sidebar div#sidebar aside#meta-1 h3{
    color: var(--theme-primary-color);
}

.post-content-boxx .blog-information .blog-main-content .latest-post-cate {
    display: none;
}
.post-content-boxx .blog-information {
    display: flex;
}
.post-content-boxx .blog-information .btm-auth-date {
    order: 1;
}
.post-content-boxx .blog-information .blog-main-content {
    order: 2;
}
div#blog-left-sidebar .content_page .postbox .post-content-boxx .blog-information .btm-auth-date,div#blog-right-sidebar .content_page .postbox .post-content-boxx .blog-information .btm-auth-date {
    display: flex;
    justify-content: center !important;
    gap: 50px;
    padding-bottom: 0px;
    position: relative;
    transform: none;
    top: -5px;
    left: 0;
}
.post-content-boxx .blog-information .blog-main-content .blog-heading {
    padding-top: 0;
}
.post-content-boxx .blog-information .blog-main-content .blog-heading a {
    font-size: 22px;
    font-family: var(--roboto-font);
    font-weight: 800;
    text-align: left;
    line-height: 33px;
    color: #000000;
}
.post-content-boxx .blog-information .blog-main-content p.blog-content {
    font-size: 16px;
    font-family: Muli;
    text-align: left;
    font-weight: 200;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: #2B2B2B;
    padding-bottom: 0;
}
.post-content-boxx .blog-information .blog-main-content .post-btn .post-btn a {
    font-size: 18px;
    font-family: var(--roboto-font);
    color: #FFFFFF;
    opacity: 1;
    background: transparent;
    font-weight: 700;
}
div#blog-left-sidebar .content_page .postbox .post-content-boxx .blog-information,div#blog-right-sidebar .content_page .postbox .post-content-boxx .blog-information {
    flex-direction: column;
}
div#blog-left-sidebar .postbox .post-featured .post-img img,div#blog-right-sidebar .postbox .post-featured .post-img img {
    width: 100%;
    height: 313px;
    object-fit: cover;
}
div#blog-left-sidebar .postbox,div#blog-right-sidebar .postbox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #00000029;
  border-radius: 15px;
  opacity: 1;
  padding: 15px;
  overflow: hidden;
}
.post-featured .post-img {
  border-radius: 15px;
  overflow: hidden;
}
.post-content-boxx .blog-information {
    padding: 0px 15px;
}
#full-width-blog, div#blog-right-sidebar, div#blog-left-sidebar{
  background-size: cover !important;
}
/* 2 columns Layout */

.right-column-sidebar #block-2 form .wp-block-search__inside-wrapper input{
  margin-left: 0 !important;
  border-color: #d3d3d3;
}
.right-column-sidebar {
    padding: 0 20px;
}
.right-column-sidebar #block-2 label {
    display: none;
}
.right-column-sidebar #block-2 {
    border: 1px solid var(--theme-primary-color);
    padding: 15px 10px;
}
.right-column-sidebar #block-2 form .wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
    padding: 10px 20px;
    background: var(--theme-primary-color);
    color: #fff;
}
.right-column-sidebar #recent-posts-1 h3,.right-column-sidebar #recent-comments-1 h3,.right-column-sidebar #archives-1 h3,.right-column-sidebar #categories-1 h3,.right-column-sidebar #meta-1 h3 {
    color: var(--theme-primary-color);
    font-weight: bold;
    padding: 0px;
    font-size: 16px;
    position: relative;
    margin-top: 0%;
    margin-bottom: 10px;
}
.right-column-sidebar #block-4,.right-column-sidebar #block-3,.right-column-sidebar #search-1{
  display: none;
}
.right-column-sidebar #recent-posts-1 div img{
  width: 100%;
}
.right-column-sidebar #recent-posts-1,.right-column-sidebar #recent-comments-1,.right-column-sidebar #archives-1,.right-column-sidebar #categories-1,.right-column-sidebar #meta-1{
    border: 1px solid var(--theme-primary-color);
    margin: 20px 0;
    padding: 20px 15px;
}
.page-template-blog-fullwidth-extend .blog-img img{
  width: 100%;
}

@media(max-width: 1599px){
  form.woocommerce-ordering {
    top: 0;
  }
  #full-width-blog .content_page.row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .page-template-blog-fullwidth-extend .content_page.row > div {
    width: calc(100% / 1 - 20px) !important;
    margin: 10px;
    padding: 15px 0 !important;
  }
  /* .post-content-boxx {
    width: 50% !important;
    right: 60px;
  } */
  .about-bottom p ,.about-right-content .about-text-content p, .about-bottom p{
    max-width: 100%;
    font-size: 15px;
  }
  .main_title .row {
    background-size: 100% 100%;
  }
  .shop-page .row {
    display: block;
    position: relative;
  }
  .shop-page .row div {
    width: 100%;
  }
  .shop-page.shop-page .col-lg-8.col-md-12 {
    position: static;
  }
}
@media(max-width: 1402px){
  .about-bottom {
    /* padding: 10px 40px; */
  }
}

@media(max-width: 1300px){
  .gallery-pg-o{
    display: none;
  }
}

@media(max-width: 1199px){
  .main_title .row {
    background-size: cover !important;
  }
  #full-width-blog .content_page.row {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .page-template-blog-fullwidth-extend .content_page.row > div {
    width: calc(100% / 1 - 20px) !important;
    margin: 10px !important;
    padding: 15px 0 !important;
  }
  .page-template-blog-fullwidth-extend .content_page.row .blog-contents-left .blog-box, .page-template-blog-fullwidth-extend .content_page.row .blog-contents-left .box {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .page-template-blog-fullwidth-extend .content_page.row .blog-contents-left{
    padding: 10px !important;
  }
  .page-template-blog-fullwidth-extend .content_page.row .blog-contents-left .box img {
    width: 100% !important;
    height: 100%;
  }
  div#blog-left-sidebar .content_page .postbox .post-content-boxx .blog-information .btm-auth-date,div#blog-right-sidebar .content_page .postbox .post-content-boxx .blog-information .btm-auth-date{
    gap: 10px;
  }
  .about-bottom{
    bottom: -130px;
  }
  .about-content-wrapper.d-flex {
    display: block !important;
  }
  .about-content-wrapper.d-flex div {
    width: 100%;
  }
  .about-right-content .about-bottom {
    bottom: 0 !important;
    position: relative;
    left: 0;
    padding: 0;
  }
  .about-right-content .about-right-content-wrapper h2 {
    max-width: 100%;
  }
  .about-middle-banner {
    margin: 55px 0;
  }
  .about-card-repeater, .about-card-repeater .d-grid {
    grid-template-columns: repeat(1,1fr);
  }
  .about-card-repeater .d-grid .about-card-wrapper img {
    width: 100%;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }



  /* Single blog page */
  .feature-box {
    margin-bottom: 0px;
  }
  .feature-o .single-post-content,.feature-o .container{
    top: 0 !important;
  }
  .blog-container .on-img-wrapper {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 1;
    height: 200px !important;
  }
  .feature-o {
    overflow: hidden;
  }
  .blog-container .single-blog-img-wrapper #single-blog-thumbnail {
    height: 300px !important;
  }


  ul.content-list li span {
      width: 30px !important;
      height: 30px !important;
      padding: 3px;
  }
  ul.content-list li {
    font: normal normal 300 18px/30px Muli !important;
    padding: 10px 0;
  }
  .single-events #myTab li.nav-item .nav-link,.single-events #myTab li.nav-item .nav-link.active{
      font: normal normal 600 18px/38px var(--roboto-font) !important;
  }


  .page-template-blog-fullwidth-extend .content_page.row > div {
    padding: 0 !important;
  }



  /* Single Blog Page */
  .single-post-content,.feature-o .container{
    max-width: 100%;
    padding: 0px;
  }
  .single-post-content .on-img-wrapper {
    max-width: 100%;
    width: 90%;
    padding: 40px;
  }
  .feature-o .single-post-content .blg-content,.feature-o .single-post-content .single-page-metaimage,.feature-o .single-post-content .meta-box-question,.feature-o .single-post-content .tags-cat,.single-post-nav{
    max-width: 100%;
    margin: 40px auto;
    text-align: left;
    width: 90%;
  }




}

@media(max-width: 1199px){
  .page-template-blog-fullwidth-extend #full-width-blog .d-grid {
    grid-template-columns: repeat(2,1fr) !important;
  }
}


@media(max-width: 990px){
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-tabs.wc-tabs-wrapper ul.tabs li a{
    font: normal normal 500 22px/37px Roboto;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
    max-width: 150px;
  }
  .single-product .related ul.products {
    grid-template-columns: repeat(3,1fr);
  }
  .page-template-blog-fullwidth-extend .content_page.row .blog-contents-left {
    flex-direction: column;
  }
  .page-template-blog-fullwidth-extend .content_page.row .blog-contents-left .blog-box, .page-template-blog-fullwidth-extend .content_page.row .blog-contents-left .box {
    width: 100%;
  }
  .blog-contents-left .blog-title p{
    max-width: 100% !important;
  }
  .user-profile .user-profile-img {
    width: fit-content !important;
  }
  .blog-information .blog_comment{
    justify-content: flex-start;
  }
  .user-profile{
    gap: 20px;
  }
  .blog-wrapper a h2.blog-heading {
    font: normal normal 500 24px/36px Roboto !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
    display: none;
  }
  .post-content-boxx {
    padding: 50px 10px 50px;
  }
.woocommerce-page table.cart td.actions .button{
  width: 120px !important;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form tbody tr td.actions .coupon {
    gap: 10px;
  }
  .contact-field {
    display: block;
  }
  .contact-field .contac_form,.contact-info-o{
    max-width: 100%;
  }
  .lmc-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .lmc-wrapper .col-12 {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }



  div#blog-left-sidebar .content_page .col-md-6,div#blog-right-sidebar .content_page .col-md-6 {
    width: 100% !important;
  }
  div#blog-left-sidebar .content_page .postbox .post-featured .post-content-boxx,div#blog-right-sidebar .content_page .postbox .post-featured .post-content-boxx {
    padding: 0 10px;
  }




/* Contact Us */
  .contact-image,.contac_form,.contact-box p{
    width: 100%;
  }
  span.mail-call {
    flex-direction: column;
    row-gap: 25px;
  }
  .contac_form form p input{
    width: 100%;
  }

  /* About Us Page */
  .page-template-about section#team {
    margin: 50px 0 !important;
    padding: 50px 0 !important;
  }


  /* Classes Page */
  .ccc {
    grid-template-columns: repeat(2,1fr) !important;
  }
}

@media(max-width: 767px){
  .woocommerce div.product div.images.woocommerce-product-gallery {
    justify-content: center;
  }
  .summary h1.product_title {
    font: normal normal 500 34px/89px Roboto;
  }
  .blg-content p,.meta-box-question p{
    font-size: 16px;
    max-width: 100%;
    line-height: 34px;
  }
  .quote p.quote {
    font-size: 16px;
    max-width: 100%;
    line-height: 34px;
  }
  .meta-box-question h4,div#respond h2#reply-title{
    font-size: 22px;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item td.product-thumbnail,.woocommerce-cart .woocommerce form.woocommerce-cart-form thead tr th.product-thumbnail{
    display: none;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item td,.woocommerce-cart .woocommerce form.woocommerce-cart-form thead tr th{
  min-width: auto !important
}
  #full-width-blog .content_page.row div .post-featured {
    grid-template-columns: repeat(1,1fr);
  }
  .post-content-boxx {
    position: relative !important;
    width: 95% !important;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
  .btm-auth-date {
      width: 100% !important;
      transform: none;
      position: relative;
      top: 0;
      left: 0;
      display: flex;
      gap: 0;
      justify-content: space-around !important;
  }
  .blog-information,.btm-auth-date span#direct-comments{
    display: block;
  }
  #full-width-blog .content_page.row div {
    width: 100%;
    border-color: transparent;
    height: auto;
  }
  #full-width-blog .content_page.row .blog-date {
    padding: 10px !important;
  }
  #full-width-blog .content_page.row .post-btn.sec-btn {
    width: fit-content;
  }
  .blog-main-content {
    padding-left: 0px;
  }
  .post-content-boxx {
    padding: 20px 10px 40px;
  }
  .main_title .row {
    background-size: cover;
  }
  .main_title .container .title {
    box-shadow: none;
    background: transparent;
  }
  .about-content-wrapper .about-left-img img {
    height: auto;
    object-fit: conatain;
    width: 100%;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 20px !important;
  }
  h2.accordion-header .accordion-button {
    font-size: 16px;
    padding: 0.5rem !important;
  }
  ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 16px;
  }
  ul.products li.product a.woocommerce-LoopProduct-link span.price {
    margin: 10px 35px;
  }
  .woocommerce ul.products li.product a img {
    width: 100%;
    margin: 0 auto;
    background: #F3F3F3;
    padding: 0px;
    object-fit: contain;
    min-height: 150px;
    margin-bottom: 15px;
  }
  .single-page-metaimage{
    grid-template-columns: repeat(1,1fr);
  }
  span.mail-call {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1,1fr);
    gap: 25px;
  }
  .lmc-wrapper .col-12 {
    width: calc(100% / 1 - 20px);
    margin: 10px;
  }
  .contact-info-o div h3 {
    font-size: 24px;
  }
  .contact-info-o div p, .contact-info-o div p a {
    font-size: 14px;
  }
  div#footer {
    background-size: cover;
  }
  #map {
    height: 300px !important;
  }


  .single-events h2.section-title-single {
    font: normal normal 600 34px/43px var(--roboto-font) !important;
    padding-bottom: 0 !important;
  }
  .single-events #myTab li.nav-item .nav-link{
    padding: 10px 5px !important;
  }
  #full-width-blog .content_page.row .blog-auth > div {
    width: auto;
  }
  #full-width-blog .content_page.row .blog-auth > div {
    width: auto;
  }

  /* Blog page with no-sidebar */
  .single-post-content .on-img-wrapper h2 {
    font-size: 24px;
    padding: 35px 0 0;
  }
  .single-post-content div.single-page-metabox .single-author-image span,.single-post-content div.single-page-metabox .single-date-box span.entry-date, .single-post-content div.single-page-metabox .single-page-comments span.entry-comments{
    font-size: 18px;
  }
  .single-post-content .on-img-wrapper {
    padding: 20px;
  }


  .single-page-metaimage div {
    width: calc(100% / 1 - 20px);
  }

  .service-box {
    padding: 33px 15px !important;
  }


  /* Full Extended Blog */

  .page-template-blog-fullwidth-extend #full-width-blog .d-grid {
    grid-template-columns: repeat(1,1fr) !important;
  }
  .page-template-blog-fullwidth-extend #full-width-blog{
    padding: 50px 15px !important
  }
}

@media(max-width: 640px){
  .woocommerce .products ul, .woocommerce ul.products {
    grid-template-columns: repeat(1,1fr) !important;
    gap: 20px !important;
  }
  .post-type-archive-product form.search-form input.search-input {
    width: auto !important;
  }
  .ccc {
    grid-template-columns: repeat(1,1fr) !important;
  }
  .event-wrapper .single.event {
    grid-template-columns: repeat(1,1fr) !important;
  }
}


/* @media(max-width: 640px){
  p.blg-content,.meta-box-question p,.blg-content p{
    font-size: 14px;
    line-height: 35px;
  }
  .single-post-content h2{
    font-size: 22px !important;
  }
  .single-events #myTab {
    gap: 10px;
    justify-content: space-between;
  }
  .single-events #myTab li.nav-item .nav-link, .single-events #myTab li.nav-item .nav-link.active {
    font: normal normal 600 12px/38px var(--roboto-font) !important;
  }
  .single-events .time-date {
    display: block !important;
  }
  .single-events #myTab{
    gap: 5px;
  }
  .single-events #myTab li.nav-item {
    width: calc(100% / 3 - 5px);
  }
  .single-events .time-date .left, .single-events .time-date .right {
    width: 100% !important;
  }
  .single-events .time-date .right .right-wrapper {
    margin: 0;
  }
  .single-event-data span.price {
    font: normal normal 300 16px/30px Muli !important;
  }
  .single-event-wrapper img{
    height: 400px !important;
  }
  .single-events div#contact form input, .single-events div#contact form textarea {
    min-height: 60px !important;
    padding: 15px !important;
  }
  .single-events div#contact form input[type=submit] {
    padding: 15px !important;
    min-height: 30px;
    font-size: 30px;
    line-height: 31px;
    font-size: 18px;
  }
  #full-width-blog .content_page.row {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
} */
/* @media(max-width: 480px){
  .woocommerce-cart .woocommerce form.woocommerce-cart-form thead{
    display: none;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form thead tr,.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item{
    justify-content: end;
    flex-wrap: wrap;
  }
  .woocommerce a.remove {
    margin: 0 auto 0 0;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item td{
    border-bottom: 1px solid var(--theme-primary-color) !important;
    justify-content: end;

  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form tbody .woocommerce-cart-form__cart-item td.product-subtotal {
    border-bottom: none !important;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form tbody tr td.actions{
    flex-wrap: wrap;
    justify-content: end;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form tbody tr td.actions .coupon {
    gap: 0;
    justify-content: end;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
  }
  .single-events #myTabContent ul.content-list {
    margin: 0 !important;
  }
  .single-events div#myTabContent .tab-pane {
    padding: 40px 10px !important;
  }
  .single-events h2.section-title-single {
    font: normal normal 600 22px/43px var(--roboto-font) !important;
  }
  #sidebar aside h3{
    font-size: 24px;
  }
  .post-content-boxx .blog-information,.post-content-boxx{
    padding: 0px;
  }
  .post-content-boxx{
    width: 100%;
  }
  div#blog-left-sidebar .postbox .post-featured .post-img img, div#blog-right-sidebar .postbox .post-featured .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
} */

  /* Single blog page with no-sidebar */
  /* .single-post-content .on-img-wrapper {
    max-width: 100%;
    width: 90%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    transform: none;
    margin: 0 auto;
    box-shadow: none;
  }
  .single-post-content div.single-page-metabox .single-author-image span, .single-post-content div.single-page-metabox .single-date-box span.entry-date, .single-post-content div.single-page-metabox .single-page-comments span.entry-comments {
    font-size: 14px;
  }
  span.single-dot{
    display: none
  }
  .single-post-content h2 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .single-blog-img-wrapper {
    margin-bottom: 0px !important;
  }
  .feature-o .single-post-content .blg-content{
    text-align: center !important;
  }
  .page-breadcrumb span {
    font-size: 14px !important;
  }
  .blg-content p.quote {
      width: 100%;
      padding: 40px 10px !important;
      font-size: 14px;
      margin-left: 0 !important;
      line-height: 30px;
  }
  .blg-content h4.meta-quote-author {
    margin: 0 auto !important;
  }
  div.quote{
    padding: 40px 20px;
  }
} */


/* Login Page */
.woocommerce-form.woocommerce-form-login,.woocommerce-ResetPassword{
  width: 50%;
  margin: 0 auto !important;
  border-color: var(--theme-primary-color) !important;
  border-radius: 8px !important;
}
.woocommerce-account .woocommerce h2 {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    font-family: Source Sans Pro;
    font-size: 34px;
    font-weight: 800;
    color: #000;
}
.woocommerce-form.woocommerce-form-login p {
    color: #000;
    font-weight: 600;
    font-family: Open Sans;
}
.woocommerce-form.woocommerce-form-login p input {
    border-radius: 8px;
    border-color: var(--theme-primary-color) !important;
}
.woocommerce-form.woocommerce-form-login .form-row .button,.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button.button,.woocommerce-address-fields p button.button,.woocommerce-Button.button,button.single_add_to_cart_button{
    background: var(--theme-primary-color) !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    transition: 0.3.s ease-in-out !important;
}
.woocommerce-form.woocommerce-form-login .form-row .button:hover,.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button.button:hover,.woocommerce-address-fields p button.button:hover,.woocommerce-Button.button:hover,button.single_add_to_cart_button:hover{
border-color: var(--theme-primary-color) !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input,.woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input{
    border-color: var(--theme-primary-color) !important;
    border-radius: 8px;
}
.select2-container--default .select2-selection--single,.select2-container--open .select2-dropdown--above{
  border-color: var(--theme-primary-color) !important;
  border-radius: 8px;
}
.woocommerce-info {
    border-top-color: #1e85be !important;
}
.woocommerce-info::before {
    color: #1e85be !important;
}








/* 404 Page Not Found */
.page404 img {
    padding: 55px 0;
}


















/*  Demo Design */

.page-template-default .main_title {
    display: none;
}
.page-template-default .outer_dpage .middle-content {
    min-height: 300px;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}




/* Privacy Policy */
.privacy-policy .outer_dpage .middle-content {
    flex-direction: column;
    text-align: left;
    justify-content: start;
    align-items: start;
}
.privacy-policy #footer {
    padding-top: 50px;
}




/* Author Page */

.archive.author .middle-align,.archive.category .middle-align{
  margin: 55px 0;
}
.archive.author .postbox .blog-information,.archive.category .postbox .blog-information {
    flex-direction: column !important;
}
.archive.author .postbox .blog-information .btm-auth-date,.archive.category .postbox .blog-information .btm-auth-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.archive.author .postbox,.archive.category .postbox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 15px;
    opacity: 1;
    padding: 15px;
}
.archive.author #sidebar #block-7, .archive.author #sidebar #block-8,.archive.category #sidebar #block-7, .archive.author #sidebar #block-8 {
    display: none;
}
.archive.author .row .page-header h1.page-title,.archive.category .row .page-header h1.page-title{
  text-transform: capitalize;
}
.archive.author .row .page-header h1.page-title span,.archive.category .row .page-header h1.page-title span {
    font-weight: 700;
    color: var(--theme-primary-color);
}



/* Header */
.page-template-about header#masthead,.page-template-classes header#masthead,.single header#masthead,.page-template-events header#masthead,.page-template-blog-fullwidth-extend header#masthead,.page-template-blog-with-right-sidebar header#masthead,.page-template-blog-with-left-sidebar header#masthead,.page-template-contact #masthead,.page-template-gallery header#masthead,.search header#masthead{
  top: 0 !important;
  position: relative;
  padding-top: 0px !important;
}
.main_title {
    /* padding-top: 150px; */
}
.main-header {
    justify-content: center;
    align-items: center;
}
.side-icon .side-icon-wrap a.slider-btn {
    background: #F884B8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    height: 46px;
    max-width: 169px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: left;
    font: normal normal 500 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-right:  10px;
}

/* About Us Page */
.page-template-about section#team {
    margin: 100px 0;
}
.page-template-about #team .sec-title-wrapper {
    text-align: center;
    padding: 15px 0 40px;
}
.page-template-about #team .sec-title-wrapper p#sec-content {
    font: normal normal 300 17px/28px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}


/* Single Page */

.single #masthea,.woocommerce-wishlist header#masthead,.woocommerce-cart header#masthead{
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}
.single .banner-container .page-breadcrumb a:nth-child(even) {
    display: none;
}



/* Multiple Blog Pages */
.page-template-blog-fullwidth-extend header#masthead,.post-type-archive header#masthead,.page-template-contact header#masthead,.page-template-404 header#masthead,.woocommerce-checkout header#masthead,.page-template-faq #masthead,.single-services header#masthead,.error404 #masthead,.single-product #masthead{
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}





/* Cart Page */
.woocommerce-cart .outer_dpage .middle-content .woocommerce {
    width: 100%;
}
