:root {
  --purple:#5F29DE;
  --light-purple: #F1EAFF;
  --yellow: #FFF6E9;
  --black:#000;
  --white:#fff;
}

/*------------- Page -----------------*/
.title-box.banner-img{
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.title-box img {
    width: 100%;
}
.above_title{
  padding: 15% 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.title-box h1 {
    font: 700 35px / 55px var(--font-one);
  letter-spacing: 0px;
  color: var(--black);
}
.bradcrumbs a,.bradcrumbs span{
    font-size: 15px;
    font-weight: 600;
}

/*------------------ Contact Page -----------------*/

.contac_form .wpcf7 input[type="text"], .contac_form .wpcf7 input[type="email"]{
    width: 100% !important;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
    float: left;
    margin-top: 10px;
}
.contac_form label{
  width: 100% !important;
      font-weight: 500;
}
.contact-information-box{
  box-shadow: 0px 3px 6px #00000029;
border-radius: 30px;
padding: 35px;
    background: linear-gradient(254.49deg, #CBB6FE 4.35%, #EAD6B5 99.71%);
}
.contact-information-box h3{
  font:600 30px / 26px var(--font-one);
  color: var(--black);
}
 .contact-box-map {
      border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #E6E6E6;
        padding: 20px;
 }
 .contact-information-box a{
    font:500 14px / 16px var(--font-one);
    letter-spacing: 0px;
    color: var(--black);
 }
 .contac_form{
   max-width: 80%;
  margin: 0 auto;
 }
.contac_form input,.contac_form textarea {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.contac_form textarea{
height: 130px;
    width: 100%;
       margin-top: 10px;
}
.contac_form .wpcf7-spinner{
  right: -35px;
  margin: 0 5px;
  background: #fff;
  opacity: 1;
}
.contac_form .theme-btn p{
  margin-bottom: 0;
}
.contact-box{
      display: flex;
    flex-direction: column;
    gap: 15px;
}
.contac_form .theme-btn p input {
  background: transparent;
  border: none;
  font: 500 14px / 19px var(--theme-font);
  color: #fff;
}
.contac_form .theme-btn::before{
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color:var(--purple);
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  transform: translateY(-50%);
  transition: left 0.3s ease 0s, border-radius 0.3s ease 0.3s, height 0.3s ease 0.3s, width 0.3s ease 0.5s;
}
.wpcf7-spinner{
  position: absolute;
}
.contac_form .theme-btn:hover input{
  color: #fff;
}
.contac_form .theme-btn:hover::before{
  width: 100%;
  height: 100%;
  left: 0px;
}
.contact_location_details i,.contact_location_details a{
  color: var(--white);
}
/* --------- Blog Page ------- */



/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"] {
    width: 100%;
}
#sidebar .textwidget label {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
#sidebar .textwidget input[type="submit"] {
    background: var(--grey2);
    border: none;
    color: var(--white);
    padding: 14px 0;
    font-size: 15px;
    margin: 0;
}
#sidebar form {
    display: table;
    width: 100%;
    display: flex ;
    gap: 10px;
}


#sidebar h3 , #sidebar label,#sidebar h2{
  font:600 20px / 24px var(--font-one);
  color: var( --red);
}
#sidebar .wp-block-search__button {
  background: var( --red);
  color: #fff;
  border: none;
  border-radius: 4px;
}

#sidebar input[type="submit"] ,.search-submit{
    background: var(--purple);
    color: #fff;
    border: none;
    border-radius: 4px;
        padding: 10px;
}
#sidebar input[type="search"]{
    width: 100%;
    border-radius: 6px;
    border: none;
        font-size: 14px;
            border: 1px solid #949494;
                padding: 7px;
} 
#sidebar label {
  width: 100%;
}
#sidebar .wpcf7-submit{
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--purple) !important;
  padding: 10px;
  color: #fff;
  padding: 6px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: none;
}
#sidebar .wp-block-search__inside-wrapper{
      margin-top: 5px;
}

#sidebar aside {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin-top: 10px;
}
#sidebar .widget_recent_entries ul li a {
  font: 600  16px/22px var(--font-one);
  color: #000;
}
#sidebar .widget_recent_entries ul li a:hover{
  color: var( --purple);
}
#sidebar .widget_categories a,#sidebar .widget_custom_html a{
    font: 400 16px / 22px var(--font-one);
    letter-spacing: 0px;
    color: #000;
}
#sidebar  .widget_recent_entries img{
  width: 90px;
height: 75px;
    object-fit: cover;
}

#sidebar .media.post-thumb{
  display: flex;
}
#sidebar .media-body {
  display: flex;
flex-direction: column;
justify-content: space-around;
}
#sidebar  .post-date{
  margin-bottom: 0;
    font: 400 14px / 23px var(--font-one);
}
#sidebar .widget_categories li{
  display: flex;
justify-content: space-between;
margin-bottom: 5px;
}



/*---------------- Pagination ----------------*/
.woocommerce nav.woocommerce-pagination{
      display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
a.page-numbers, span.page-numbers.current {
     display: flex;
    justify-content: center;
    align-items: center;
    width: 35px !important;
    border-radius: 8px;
    line-height: 36px !important;
    background: #000;
    text-align: center;
    color: #fff;
    font-weight: 500 !important;
    font-size: 16px !important;
    font-family: var(--theme-font);
    letter-spacing: 0px;
    color: #FFFFFF;
  }
span.page-numbers.current {
  background: var( --purple)!important;
  color: #fff !important
}
.woocommerce nav.woocommerce-pagination ul li{
  border-right: unset;
}
.navigation, .shop.shop-product ul.page-numbers ,.nav-links{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.navigation a,.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
}
 .navigation a {
    display: block;
}
.navigation span.meta-nav {
  font: 500 14px/21px Inter;
  letter-spacing: 0px;
  color: #A1A1A1;
  background: #277BF8;
  width: max-content;
  padding: 10px;
  color: #fff;
  padding: 0;
  border-radius: 25px;
  padding: 7px 20px;
}
.shop .navigation span.meta-nav {
background: transparent;
color: #000;
}
.shop .post-title{
  color: #000;
}
.shop .meta-nav{
      padding: 4px 10px;
}
.navigation .current {
    color: var(--white);
    font-weight: normal;
}


/* ---Single Post Page----- */

#single-post .single-author-image{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#single-post .author-name{
  font: normal normal 600 18px / 26px var(--font-one);
  text-transform: capitalize;
  color: #000000;
}
.meta-heading{
  font: 500 16px / 26px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
}
.social-share-icon-main{
  position: absolute;
  display: flex;
  right: 0;
  text-align: center;
  gap: 5px;
  opacity: 0;
}
.social-share-icon-main a{
  background: #000000;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 auto;
}
.social-share-icon-main a:hover{
  background: var(--yellow);
  color: #fff;
}
.share_icon:hover .social-share-icon-main{
  opacity: 1;
  cursor: pointer;
}
.blog-que{
  font: 600 20px / 26px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
}
.single-blog-content p{
  font: 400 16px / 28px var(--font-one);
  color: #000000;
  opacity: 0.7;
}
#single-post hr:not([size]) {
    height: 1px;
    background-color: #000;
    opacity: inherit;
}

#single-post .comment-respond{
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  max-width: 40%;
  height: 100%;
  order: 1
}
#single-post #commentform {
  display: flex;
  flex-wrap: wrap;
    gap: 20px;

}
.comment-list{
  list-style-type: none;
  width: 55%;
    order: 2;
}
#comments h2.comments-title {
  display: none;
}
#single-post .comment-form-url,.comment-notes{
  display: none;
}
#single-post .comment-form-author{
  order: 2;
  width: 100%;
}
#single-post .comment-form-email{
  order: 3;
  width: 100%;
}
#single-post .comment-form-comment{
  order: 4;
  width: 100%;
}
#comments h2#reply-title {
  margin-bottom: 15px;
  font: normal normal 600 24px / 28px var(--font-one);
  letter-spacing: 0px;
  color: #2F363C;
  text-align: center;
}

/*------------------ Comments BOX ------------------*/
#comments {
    float: left;
    width: 100%;
    margin-top: 10px;
        display: flex;
            justify-content: space-between;
}
#comments h2.comments-title {
    font-size: 20px;
    font-weight: bold;
}
#comments h3.comment-reply-title {
    font-size: 20px;
    font-weight: bold;
    clear: both;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea {
    font-size: 14px;
  border: 1px solid #2F363C;
  border-radius: 6px;
  padding: 10px;
      width: 100%;
}
#comments textarea {
    height: 120px;
}

#comments input[type="submit"].submit {
  border-radius: 6px;
  background: var(--orange);
  font: 400 14px / 20px var(--font-two);
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 8px 15px;
border: none;
}
#reply-title{
  position: relative;
}
#comments a time {
    color: black;
    font-weight: bold;
    font-size: 12px;
}
#comments .comment-metadata {
    width: 90%;
    float: left;
    padding: 1% 0 0 0;
}
#comments .comment-content {
    width: 90%;
    text-align: left;
    margin-left: 7%;
}
#comments .comment-meta.commentmetadata, #comments .says{
  display: none;
}

#single-post-page #commentform{
  display: flex;
flex-wrap: wrap;
}
.comment-form-email{
      order: 1;
}
.comment-notes{
      order: 2;
}
.comment-form-author{
  order: 3;
}
.comment-form-comment{
    order: 4;
}
.comment-form-cookies-consent{
    order: 5;
    display: flex;
        align-items: start;
}
input#wp-comment-cookies-consent{
  margin-right: 10px;
      margin-top: 6px;
}
.form-submit{
    order: 6;
}
.comment-form-url, .reply>a i{
  display: none;
}

.comment-respond label{
  font: 500 14px / 30px var(--font-one);
letter-spacing: 0px;
color: #2F363C;
width: 100%;
}
.comment-author.vcard img{
  width: 64px;
height: 64px;
border-radius: 50%;
}
.comment-author.vcard{
  display: flex;
align-items: center;
gap: 10px;
}
cite a{
  font: 500 20px / 28px var(--font-one);
letter-spacing: 0px;
color: #000;
text-transform: capitalize;
}
.comment-body>p , .comment-body>.reply{
      padding-left: 11%;
}
.reply>a{
  font: 500 14px / 26px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
}


#commentform{
  display: flex;
  flex-direction: column;
}
#commentform .comment-form-rating{
  display: flex;
  align-items: center;
  order: 5;
}
#commentform .comment-form-author{
  order: 1;
}
#commentform .comment-form-email{
  order: 2;
}
#commentform .comment-form-comment{
  order: 3;
}
#commentform p.stars{
  margin-bottom: 0 !important
}
/* Faq section */
#faq-sec .accordion-button:hover{
      z-index: 1;
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  background-color:unset;
  box-shadow:unset;
}
#faq-sec .accordion-button, #faq-page  .accordion-button{
  font: 600 16px / 25px var(--font-one);
  border-radius: 0px;
    padding: 10px 1.25rem;
    background: rgba(255, 246, 233, 1);
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  color: var(--purple);
}
.faq-sec-inner{
  padding: 40px 50px;
      margin-top: 4%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
}
.faq-sec-inner .accordion-body{
  color: #5A5A5A;
font-size: 14px;
font-family: var(--font-one);
}
#faq-sec .accordion-item, #faq-page .accordion-item{
  margin-bottom: 12px;
  border-radius: 0px;
  border:unset;
    background: rgba(255, 246, 233, 1);
}
#faq-sec  .accordion-header{
    border-radius: 6px;
}
#faq-sec .accordion-button:not(.collapsed)::after , #faq-page  .accordion-button:not(.collapsed)::after{
    content: '\f068';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
    color: #000;
}
#faq-sec .accordion-button::after, #faq-page .accordion-button::after{
    content: '\f067';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
}
/* --------Privacy Policy------------------- */
.outer_dpage{
  padding: 50px 0;
}
 .middle-content h2,.middle-content h3{
  font: 600 20px / 35px var(--font-one);
  letter-spacing: 0px;
  color: var(--green);
}
 .middle-content ul{
      margin-left: 15px;
          margin-bottom: 20px;
}
.middle-content ul li,.middle-content p{
    margin-bottom: 6px;
    font-family: var(--font-one);
    color: #000;
    font-size: 14px;
    /* list-style-type: circle; */
    font-weight: 400;
}

/* shop page */

.shop-page-filters input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
.shop-page-filters input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.shop-page-filters .form-control + .form-control {
  margin-top: 1em;
}
.shop-page-filters input[type="checkbox"] {
  display: grid;
  place-content: center;
}

.shop-page-filters input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.shop-page-filters input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.shop-page-filters input[type="checkbox"]::before {
  background-color: var(--purple);
}

.shop.shop-product .product-box-main{
    width: 32%;
}


.shop.shop-product .accordion-item{
  border: none;
  border-radius: 15px;
  margin-bottom: 10px;
}
.shop.shop-product .accordion-button{
  padding: 10px 1.25rem;
  color: #fff;
  font: 500 16px / 28px var(--font-one);
  box-shadow: unset;
  background: var(--purple);
  
}
.shop.shop-product .accordion-body{
    border-left: 1px solid var(--purple);;
    border-right: 1px solid var(--purple);;
    border-bottom: 1px solid var(--purple);;
    border-radius:0 0 4px 4px !important;
  }
  
  .shop.shop-product .accordion-button{
    border-radius: 4px 4px 0 0;
  }
  .shop.shop-product .accordion-button.collapsed{
    border-radius: 4px;
  }
.shop.shop-product .accordion-button::after {
      content: '\f067';
      font-family: "font awesome 6 free";
      font-weight: 900;
      font-size: 14px;
      background-image: unset !important;
      height: unset !important;
      width: unset !important;
      transition: unset;
  }
.shop.shop-product .accordion-button:not(.collapsed)::after, .shop.shop-product .accordion-button:not(.collapsed)::after,
#new-arrival .accordion-button:not(.collapsed)::after,#new-arrival .accordion-button:not(.collapsed)::after{
      content: '\f068';
      font-family: "font awesome 6 free";
      font-weight: 900;
      font-size: 14px;
      background-image: unset !important;
      height: unset !important;
      width: unset !important;
      transition: unset;
  }

  .shop-page-filters input.category-filter-search{
    width: 100%;
    font-size: 14px;
    background: transparent;
    border: none;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid var(--purple);
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px 10px 10px 10px;
  font-family: var(--font-two);
  }
  .shop.shop-product .woocommerce-ordering{
    display: none;
  }
  /* .shop.shop-product .yith-wcwl-add-to-wishlist{
    display: block !important;
  } */
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 0;
    background: #000 !important;
    height: 15px !important;
    width: 5px !important;
    border: none !important;
    margin-left: unset !important;
    border-radius: 10px;
      position: absolute;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
        top: -5px;
  }
  .ui-widget-header{
      background: #277BF8 !important;
  }
  .ui-widget-content{
  border:none !important;
  background: #ddd !important;
  }

  .ui-slider-horizontal {
    height: 5px !important;
  }
.ui-slider-horizontal .ui-slider-range{
  background: #000 !important;
    border-radius: unset !important;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    top: 0;
    height: 100%;
  }
  .shop-page-filters .accordion-body label{
  width: 100%;
}
.ui-widget.ui-widget-content{
  background: var(--orange) !important;
  position: relative;
}
.category-filter-checkbox{
      width: 16px;
}
.shop-page-produts-category span{
  font:500 15px / 20px var(--font-one);
  color: #000000;
  cursor: pointer;
}
.shop.shop-product .products{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 17px;
}
 .woocommerce ul.products::before {
  content: unset !important;
}
/* single Product */

/* Single Product page */
.wc-dnd-file-upload{
      width: 45%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    width: 560px !important;
    height: 460px;
    background: rgba(241, 234, 255, 1);
    border-radius: 20px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .woocommerce-product-gallery__wrapper  .woocommerce-product-gallery__image img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
 }
 .shop.shop-product .woocommerce-ordering, .yith-wcwl-add-button span, .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
 .woocommerce-product-rating,.woocommerce-Reviews-title,.woocommerce-breadcrumb,.single-product .sku_wrapper,.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  display: none !important;
 }
.wishlist_text .yith-add-to-wishlist-button-block{
  display: block !important;
}
.woocommerce-page div.product div.summary {
  width: 50%;
}
.woocommerce div.product div.images{
      width: 50%;
}
.woocommerce-variation-add-to-cart{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
     gap: 75px;
}

.summary.entry-summary,.woocommerce div.product form.cart{
  display: flex;
  flex-direction: column;
    gap: 15px;
}
.product-type-variable .posted_in,.single_variation_wrap{
  order: 1;
  position: relative;
}
.product-type-variable .product_title,.product-type-variable .variations{
  order: 2;
}
.product-type-variable .price{
  order: 4;

}
.price{
      font-family: Inter;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 26px;
    color: #000 !important;
}
.product-type-variable .woocommerce-product-details__short-description{
  order: 3;
}
.woocommerce div.product form.cart{
  margin-bottom: 0;
}
.product-type-variable form.variations_form.cart{
      order: 5;
}
.yith-add-to-wishlist-button-block,.cd-icon,.cd-separator{
  display: none;
}
.product-type-simple .cart{
      display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}
.product-type-simple .qib-button-wrapper{
      justify-content: flex-start;
      margin-bottom: 20px;
}
.codedropz-upload-handler{
  background: rgba(255, 246, 233, 1);
  border: none;
}
.wc-dnd-file-upload{
  padding: 0;
}
.codedropz-upload-inner .codedropz-label{
      flex-direction: column;
}
.codedropz-upload-container {
    padding: 35px 40px;
}
.cd-upload-btn{
      background: #CBB6FE !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000 !important;
    padding: 6px 10px !important;
}
.codedropz-label .text{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
    width: 35px !important;
    font-size: 14px !important;
    line-height: 15px !important;
    border: none !important;
    background: #FFF6E9 !important;
}
.qib-button-wrapper .minus.qib-button, .qib-button-wrapper .plus.qib-button{
      border: none;
    background: #FFF6E9 !important;
}
.qib-button-wrapper .minus.qib-button{
      border-radius: 6px 0 0 6px;
}
.qib-button-wrapper .plus.qib-button {
   border-radius: 0 6px 6px 0;
}
.summary.entry-summary form{
    margin-top: -30px;
}
.posted_in a{
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #000;
}

.single.single-product .single_add_to_cart_button{
     background: #000 !important;
    position: relative;
    padding-right: 35px;
    padding-left: 20px;
    border-radius: 6px;
    border: 1px solid var(--yellow);
    display: inline-block;
    padding: 9px 50px !important;
    font-family: var(--font-two);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  border-bottom: 2px solid #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
      display: flex;
    gap: 15px;
   padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  color:#000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color: var(--purple);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  box-shadow: unset;
}

.woocommerce-Tabs-panel .desc-head{
  display: none;
}
.woocommerce-Tabs-panel p{
      font: 400 14px / 24px var(--font-one);
}

.single.single-product #reviews{
  display: flex;
  gap: 60px;
}

#review_form{
  box-shadow: 0px 3px 6px #00000029;
border-radius: 10px;
padding: 20px;
}
#reviews  .clear{
  display: none;
}

.woocommerce #review_form #respond textarea, #respond input[type="text"], #respond input[type="tel"], #respond input[type="email"] {
    border: 1px solid;
    padding: 10px;
        width: 100%;
    border-radius: 5px;
}

.single.single-product .form-submit .submit {
    background: #000000 !important;
    padding: 10px 30px !important;
    color: #fff !important;
    font: 600 14px / 16px var(--font-one) !important;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.single.single-product .form-submit .submit:hover{
  background: var(--purple) !important;
}
#commentform .comment-form-rating {
    display: flex;
    align-items: center;
}
#comment-form-rating-label{
  width: unset;
}
.comment-reply-title{
      font-size: 16px;
    font-weight: 600;
}
.star-rating {
    color: #FDB302;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 5.4em;
    font-family: star;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after{
  content:unset
}
h2.product_title.entry-title {
    font: 700 24px / 30px var(--font-one);
    color: #000000;
}

.variations tbody{
     display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 80px;
}
.variations tbody tr{
      display: flex;
    flex-direction: column;
        gap: 10px;
}

.custom-variation-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.custom-variation-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  font-size: 16px;
}

.custom-variation-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-variation-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: #f1eaff;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease;
}
.custom-variation-label.selected::before{
background-color: var(--purple);
}
.custom-variation-label.selected::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    background-color:#fff;
    border-radius: 15px;
    left: 5px;
    transition: all 0.3s ease;
}
.custom-variation-label span{
    font-family: Inter;
    font-weight: 500;
   text-transform: uppercase;
    font-size: 14px;
}
.size-selector .label label{
    font-family: Inter;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
}
.upload-cart-btn-wrap{
      display: flex;
    flex-direction: column;
    justify-content: end;
}

.single_variation_wrap .woocommerce-variation-price{
      position: absolute;
}
.quanlity-txt{
      font-weight: 500;
}
.woocommerce span.onsale{
  display: none;
}
.product-type-simple .posted_in{
  order: 1;
}
.product-type-simple h2.product_title{
    order: 2;
}
.product-type-simple .price{
      order: 3;
}
.product-type-simple .woocommerce-product-details__short-description{
      order: 4;
}
.product-type-simple .cart{
        order: 5;
}
/* wishlist page */
table.wishlist_table tr, .wishlist_table.mobile{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
table.wishlist_table tr{
          width: 23%;
}
table.wishlist_table tr, .wishlist_table.mobile li{
    padding: 10px;
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 20px;
    background: #fff;
        margin: 10px;
        position: relative;
}
 table.shop_table.wishlist_table thead{
  display: none;
}
.woocommerce table.shop_table,.woocommerce table.shop_table td{
  border:none;
}
.wishlist-items-wrapper  .product-rating{
  display: none
}
.wishlist-items-wrapper  .product-thumbnail a{
 display: inline !important  ;
}
.shop_table .product-remove{
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 1;
}
.item-details-table .value {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 15px;
    color: #000 !important;
}
.wishlist-items-wrapper .product-name  a{
  font:normal normal 600 20px / 26px var(--font-one);
  color: #000000;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{
  display: block;
  max-width: 100%;
  /* margin-right: unset; */
}
.wishlist_table.mobile .additional-info,.wishlist_table.mobile .item-details-table .label{
  display: none;
}
.wishlist_table.mobile li .item-wrapper, .wishlist_table.mobile li .item-wrapper .item-details{
  width: calc(100% - 0px);

}
.wishlist_table.mobile .product-remove i{
  background: var(--orange);
color: white !important;
padding: 10px;
border-radius: 8px;
margin: 6px;
}
 .wishlist_table.mobile #yith-wcwl-row-94 {
   position: relative;
 }
.product-thumbnail{
  position: relative;
}
 table.wishlist_table tr:hover .product-thumbnail:after, .wishlist_table.mobile #yith-wcwl-row-94:hover .product-thumbnail:after{
     display: block;
 }
.item-details-table{
  text-align: center;
display: inline;
}
/* cart page */

/* ------Card Page------------ */
.wc-block-components-sidebar-layout .wc-block-components-main, .wp-block-woocommerce-cart-totals-block, .wp-block-woocommerce-checkout-totals-block{
  border: 1px solid #DEDEDE;
border-radius: 8px;
padding: 10px !important;
}
.wc-block-components-sidebar{
  height: max-content;
}
.wc-block-cart-item__image{
  width: 30%;
}
.wc-block-components-product-name{
  font: 600 18px / 20px var(--font-one) !important;
letter-spacing: 0px;
color: var(--purple);
}
.wc-block-cart-items  thead th, .wc-block-cart__totals-title{
  font: 700 18px / 20px var(--font-one) !important;
  color: #000;
}
.woocommerce-cart  .is-large.wc-block-cart .wc-block-cart-items td{
        vertical-align: middle !important;
}
.woocommerce-cart  .wc-block-cart-item__image{

        vertical-align: middle !important;
}
.wc-block-cart table.wc-block-cart-items{
  margin-bottom: 0 !important;
}
.is-large.wc-block-cart .wc-block-cart-items td{
  border-top:none !important;
}
.is-large.wc-block-cart .wc-block-cart-items{
  border-bottom: none !important
}
.wc-block-components-sale-badge{
      padding: 5px !important;
          border: 1px solid var(--orange)!important;
}
.wc-block-cart-item__total .wc-block-components-product-price__value{
  font: normal normal bold 20px / 23px var(--font-one);
    letter-spacing: 0px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
  box-shadow: unset !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
  width: 62%  !important;;
margin-right: 35px !important;
}
.wc-block-cart__submit-container a, .wc-block-components-checkout-place-order-button {
  background: var(--purple);
  border-color: var(--purple);
  border-radius: 4px;
  padding: 10px 30px;
  font: 500 14px / 19px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: all 0.5s;
      border: none;
}
.wc-block-cart__submit-container a:hover,.wc-block-components-checkout-place-order-button:hover{
  background: var(--black);
  border-color: var(--black);
}
.wc-block-components-totals-coupon a{
      color: #000;
    }
.wc-block-components-totals-coupon__button{
  background: var(--purple);
  border-color: var(--purple);
  border-radius: 4px;
  padding: 7px 29px;
  font: 500 14px / 19px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
}



/* account page */

 .woocommerce-Address-title.title a{
   padding: 7px 15px;
border-radius: 5px;
 }
.woocommerce-Button.wc-forward.button,a.button.wc-forward, .woocommerce-Address-title.title a, .woocommerce-MyAccount-content button.woocommerce-Button.button,.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
  background: var(--purple);
  font: 600 14px / 20px var(--font-two);
  color: #FFFFFF;
}
.woocommerce-Button.wc-forward.button:hover, a.button.wc-forward:hover, .woocommerce-Address-title.title a:hover,  .woocommerce-MyAccount-content button.woocommerce-Button.button:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,  .woocommerce-form-register__submit:hover{
  background: var(--black);
  color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{
  border: 1px solid #000;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px
}
.select2-container--default .select2-selection--single{
  height: 40px;
}
header.woocommerce-Address-title.title{
      background: transparent;
}
.woocommerce table.cart td.actions .input-text{
    width: 130px;
}
.woocommerce .woocommerce-MyAccount-content .form-row {
    display: block !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    border: 1px solid #ffffff;
    margin-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ffffff;
    padding: 10px 25px 10px 15px;
    background-color: var(--purple);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font: 600 16px / 25px var(--font-one);
  letter-spacing: 0px;
  color: #fff;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #8fa3aa;
}
.woocommerce .form-row {
    display: unset;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.woocommerce #order_review table th {
    text-align: left;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    padding: 20px;
}
.woocommerce .woocommerce-result-count {
display: none;
}


/* testimonial */
.team-single-img img{
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  border-radius: 10px;
}

/* services */
#services-list .ser-tab-wrap{
      box-shadow: 0px 3px 6px 0px #00000026;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.services-list-img img{
     border-radius: 10px;
    height: 165px;
    object-fit: cover;
}


.project-single-img{
      background: rgba(241, 234, 255, 1);
    border-radius: 10px;
}
.project-single-img img{
  width: 100%;
}
.project-list .project-box{
    background: rgba(241, 234, 255, 1);
    border-radius: 10px;
}
.project-list .project-box img{
      height: 400px;
    width: 400px;
    object-fit: contain;
}
.project-list i{
  color: var(--purple);
  font-size: 12px;
}