@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');
@font-face {
  font-family: 'TheSeasons-Regular';
  src: url('https://dcoders.agency/lashkara/wp-content/themes/understrap/fonts/Fontspring-DEMO-theseasons-lt.otf') format('opentype');
  /* Add additional formats and file paths if necessary */
}
:root {
  --font-body-family: Montserrat, sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
  --font-heading-family: Montserrat, sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 600;
  --font-body-scale: 1.0;
  --font-heading-scale: 1.0;
}
body{
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
p{
  font-family: 'Montserrat' , sans-serif;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'TheSeasons-Regular', sans-serif;
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  
}
a{
  text-decoration: none;

}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 ,p {
  margin: 0 !important;
  padding: 0 !important;
}
.d-none{
  display: none;
}
  *{
      margin: 0;
      padding:0;
  }
 
::-webkit-scrollbar {
  width: 7px;
  height: 7px;

}
/* Track */
::-webkit-scrollbar-track {
  background:black; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #560238; 
}
.section-announcement-bar{
font-size:14px;
  background-color: #000;

  color: #fff;
}
@media (max-width:787px){
  .desktop_slideimage{
  display: none !important;
  }
}
@media (min-width:787px){
  .mobile_slideimage{
  display: none !important;
  }
}
  .navbar-brand img{

	width:200px !important;

}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide{
display: flex !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  
}
.custom_btn{
    position: absolute;
    bottom: 14px;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    font-size: 23px;
}
#ubermenu-main-16-primary-2{
/* 	width:fit-content !important; */
	text-align:start !important;
}

.dropdown-content , .dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #fff !important;
  width: 98%;
  left: 50%; /* Positions the left edge at 50% of the containing element's width */
  transform: translate(-50%, 0%); 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

/* .custom_nav_dropdown:hover + .dropdown-content {
  display: block;

} */

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #fff;
  height: 250px;
}

.column1 a {
  float: none;
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  list-style: none;
}
.column1 ul {
  list-style: none;
}
.column1 a:hover {
  background-color: #fff;
}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column1 {
    width: 100%;
    height: auto;
  }
}
.search-cart-icons{
  display: flex;
  justify-content: end;
  align-items: center;
}


.trigger{
  background-color: #007afa;
  border: none;
  padding: 15px;
  cursor: pointer;
  color:#fff;
  border-radius: 7px;
}
.custom_modal{
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_modal .modal-content{
  position: relative;
  top: 5%;
  width: 80%;
  text-align: center;
  margin: 30px auto 0;
  background: transparent !important;
  border-color: transparent;
}
/* .modal-content{
  position: relative;
  top: 35%;
  width: 80%;
  text-align: center;
  margin: 30px auto 0;
}
.modal-content p{
  font-size: 40px;
  color: #fff;
} */
.custom_modal .btn-close{
  position: absolute;
  top: 20px;
  right: 45px;
  cursor: pointer;
  color: #fff;
}
button.search-submit {
  background: none;
  border: none;
  color: white;
  padding: 0px 5px;
}
button.search-submit .fa {
  font-size: 25px;
}
.custom_modal .fa-close{
  font-size: 30px
}
.custom_modal input{
  border-radius: 0 !important;
}
.Search_icon ,.cart_icon ,.account_icon{
  margin-left: 1rem;
}
a.cart-icon {
  text-decoration: none !important;
	position:relative;
}
.cart-count{
  position: absolute;
  color: white;
  text-decoration: none;
  background: black;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  bottom: -5px;
  margin-left: 9px;
  /* left: 2.2rem; */
  line-height: calc(1 + .1 / var(--font-body-scale));
}
/************************** SWIPER     **************************/
.swiper {
  /* width: 100%;
 height: 100% !important; */
  padding: 20px;
}
.banner_sildes .swiper-wrapper{
  margin-bottom: 0px !important;
margin-top: 0px !important;
}
.swiper-wrapper{
margin-bottom: 20px;
margin-top: 20px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
/*   background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_section  .card{
	background:none !important;
}
/* @media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
} */
.card--media .card__inner .card__content {
  position: relative;
  padding: calc(var(--image-padding) + 1rem);
}

.card {
border: none !important;
border-radius: 0px !important;
}
.card-des{
display: flex;
justify-content: space-between;
align-items: center;
}
.card img {
/* padding: 20px; */
}
.card .card-des{
padding: 20px;
}
.card-btn{
border-top: 1px solid #560238;
border-bottom: 1px solid #560238;
padding: 9px;
transition: ease 0.3s;
}
.card-btn svg{
  transition:ease  0.3s; 
}
.card-btn:hover svg{
  transform: translateX(5px);
}
.latest_collection{
padding-top: 52px;
padding-bottom: 52px;
	background:#e8e8e8;
}
.swiper-button-next0, .swiper-button-prev0 {
position: absolute;
top: var(--swiper-navigation-top-offset,3%) !important;
}

.swiper-button-prev0 svg {
transform: scaleX(-1);
}
.swiper-button-next0 , .swiper-button-prev0 {
width: 92px !important;
right: var(--swiper-navigation-sides-offset,10px) !important;
left: auto !important;
}
.swiper-button-prev0 {
right: var(--swiper-navigation-sides-offset,120px) !important;
left: auto !important;
}
@media (max-width: 760px){
.swiper-button-prev0 ,.swiper-button-next0  {

transform: rotate(0deg);
}
}

.new_arrivals{
background-color:#560238;
padding-top: 52px;
padding-bottom: 52px;
}
.new_arrivals h2{
color:#fff;
}
.new_arrivals_slider{
margin-bottom: 20px;
margin-top: 20px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

/************************** Slider Two ***********************************/
.swiper1 {

overflow-x: hidden;
}
.swiper1 .swiper-button-next0 svg path ,.swiper1 .swiper-button-prev0 svg path{
  fill: #fff;
}
.swiper1 .swiper-slide {
text-align: center;
font-size: 18px;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
}


.swiper1 .swiper-wrapper {
margin: 0px !important;

}



.products {
display: flex;
flex-wrap: wrap;
}

.product-card {
display: flex;
flex-direction: column;


flex: 1 16%;
background-color: tr;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
}

.product-image img {
width: 100%;
}

.product-info {
margin-top: auto;
padding-bottom: 1.6rem;
padding-top: 1.6rem;
}
.product-info p{
color: #fff;
text-align: start;
font-size: 13px;
word-wrap: break-word;
}

@media ( max-width: 920px ) {

.product-card {
flex: 1 21%;
}

.products .product-card:first-child, 
.products .product-card:nth-child(2) {
flex: 2 46%;
}

}



@media ( max-width: 600px ) {

.product-card {
flex: 1 46%;
}

}
.my_heading{
/* margin: 20px; */
}
.new_arrivals .card-btn{
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 11px;

}
.crd{
display: flex;
justify-content: center;

margin-top: 2rem;

}
.crd .card-button{
color: #fff;
}
.crd .card-button:hover{
  color: #fff !important;
  }
.crd .card-button svg{
margin-left: 46px;
}
.crd .card-button svg path{
  fill:#fff;
  }
.crd .card-button:hover{
color: #560238;
}


.product-image {
position: relative;
top: 0;
bottom:0;
right: 0;
left: 0;

width: 100%;
height: 100%;
}
.product-image:hover img:nth-of-type(2) {

opacity: 1;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.product-image img:nth-of-type(2) {


position: absolute;
top: 0;
left: 0;
bottom: 0;
}
.product-image img {

transition: opacity 1s ease-in-out 0s;
}
.product-image img:nth-of-type(1) {
opacity: 1;
}
.product-image img:nth-of-type(2) {
opacity: 0;
}
.as_seen{
padding-top: 52px;
padding-bottom: 52px;
background-color: #f0e4d5;
}
/* .as_img{
padding: 10px;
} */
.as_heading{
margin:0rem 0 3rem;
}
.swiper1 .swiper-button-next0 , .swiper1 .swiper-button-prev0{
position: relative;
margin: 0px;
}


.swiper1 .swiper-button-next0 {
left: var(--swiper-navigation-sides-offset,90px) !important;
}
.swiper1 .swiper-button-prev0 {
right: var(--swiper-navigation-sides-offset,90px) !important;
}
.forbtn{
display: flex;
justify-content: end;
align-items: center;
}
.celebrity{

background-color: #001d3d;
padding-top: 52px;
padding-bottom: 52px;
}
.celebrity h2{
color:#560238;
}
.shopourinsta{

padding-top: 52px;
padding-bottom: 52px;
}



.swiper_1 {
overflow-x: hidden;
}

.swiper_1 .swiper-slide {
text-align: center;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}
.swiper_1 .swiper-wrapper{
margin: 0 !important;
}
.swiper_1 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.celebrityslider{
margin-bottom: 20px;
margin-top: 20px;
border-top: 1px solid #560238;
border-bottom: 1px solid #560238;
}
.forbtn.swiper_1 {
position: relative;
}
.swiper-button-prev1 svg {
transform: scaleX(-1);
}
.swiper_1 .swiper-button-next1 {
position: relative;
left: var(--swiper-navigation-sides-offset,67px) !important;
}
.swiper_1 .swiper-button-prev1 {
right: var(--swiper-navigation-sides-offset,90px) !important;
position: relative;
}
.subscribe{
padding-top: 30px;
padding-bottom: 30px;
background-color: #e8d5c5;
}
.fa-facebook , .fa-instagram , .fa-twitter , .fa-whatsapp{
padding: 7px 9px;
font-size: 23px !important;
text-align: center;
text-decoration: none;
border-radius: 50%;
background: #000 !important;
color: #fff;
transition:ease 0.4s;
}
.fa-facebook:hover , .fa-instagram:hover , .fa-twitter:hover , .fa-whatsapp:hover{
background: #560238!important;
}

.social-icon{
display: flex;
justify-content: center;
align-items: center;
margin: 13px;
}
.social-icon li{
margin: 10px
}





.wsk-cp-product{
background:#001d3d;
padding: 0px 15px;
position:relative;
margin:0px auto;
}
.wsk-cp-img{

width: 100%;

}
.wsk-cp-text .category{
text-align:center;
font-size:12px;
font-weight:bold;
padding:5px;
margin-bottom:45px;
position:relative;
}
.wsk-cp-text .category > *{
position: absolute;
top: unset;
bottom: -1rem;
background: rgb(var(--color-background));
text-align: center;
width: 90%;
display: block;
margin: auto 5%;
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
.wsk-cp-text .category > div{
padding: 5px;
background:#001d3d;
color:#560238;
}
.wsk-cp-text .category  h3{
background:#001d3d;
color:#560238;
}
.wsk-cp-product:hover .wsk-cp-text .category{
margin-top: 0px;
}
.wsk-cp-text .title-product{
text-align:center;
}
.wsk-cp-text .title-product h3{
font-size:20px;
font-weight:bold;
margin:15px auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width:100%;
}


.crd_f .card-btn{
border-top: 1px solid ;
border-bottom: 1px solid ;
padding: 9px;
}
.crd_f{
display: flex;
justify-content: center;
margin-top: 2rem;

}
.crd_f .card-button{
color: #000;
}
.crd_f .card-button svg{
margin-left: 46px;
}
.crd .card-button:hover{
color: #000;
}
.col-card{
display: flex;
justify-content: center;

margin-top: 1rem;
}
.col-card .card-button{
color: #000;
}
.col-card .card-button svg{
/* margin-left: 46px; */
}
.col-card .card-button:hover{
color: #000;
}
.col-card .card-btn{
border-top: 1px solid ;
border-bottom: 1px solid ;
padding: 9px;
}
/* @media (min-width:770px){
.col-card{
display: flex;
justify-content: center;
padding-top: 0px;
margin-top: 0rem;
}
} */
@media (max-width:1200px){
.collection1{
width:100% !important;
}
.collection2{
width:100% !important;
}
}
.collection1{
margin-top: 19px;
}
.swiper-button-prev2 svg {
transform: scaleX(-1);
}
.swiper-button-next2 {
position: relative;
left: var(--swiper-navigation-sides-offset,50px) !important;
}
.swiper-button-prev2 {
right: var(--swiper-navigation-sides-offset,116px) !important;
position: relative;
}
.for_arw{
display: flex !important;
justify-content: end;
align-items: center;
}
@media (max-width:786px) {
.subscribe_email{
text-align: center;
}
.subscribe_email .email_btn{
display: flex;
justify-content: center;
}
}
.email_btn input{
  border-radius: 0px !important;
  padding: 10px !important;
}

#sec_banner{
background-color: #001d3d;
width: 100%;
height:30vh;
}
#sec_banner h1{
color: #560238;
}
.main_products{
padding-top: 36px;
padding-bottom: 36px;
}

.main_product_img {
position: relative;
top: 0;
bottom:0;
right: 0;
left: 0;

width: 100%;
height: 100%;
}
.main_product_img:hover img:nth-of-type(2) {

opacity: 1;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.main_product_img img:nth-of-type(2) {


position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
}
.main_product_img img {

transition: opacity 1s ease-in-out 0s;
}
.main_product_img img:nth-of-type(1) {
opacity: 1;
}
.main_product_img img:nth-of-type(2) {
opacity: 0;
}
.latest_collection .card{
  width: 100% !important;
	background:#e8e8e8;
}
.latest_collection .card-title{
	font-weight:500;
}
.new_arrivals h5 {
  color: #fff;
  text-align: start;
	font-weight:500;
	text-transform:uppercase;
}
.new_arrivals a{
  text-decoration: none;
}
.latest_collection a{
  text-decoration: none;
}
.custom_button {
  color: #fff!important;
  border-color: black !important;
background-color: #000 !important;
transition:ease 0.4s;
}
.custom_button:hover {
  color: #ffffff !important;
  border-color:1px solid #560238 !important;
  background-color: #560238!important;
}
.subscribe li{
  list-style: none;
}
.custom_btn:hover{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.account_icon svg path {
  fill: #000;
}
.custom_hover_cardimage {
  overflow: hidden;
}
.custom_hover_cardimage img{
  transition: transform 1000ms;
    object-fit: cover;
}
.custom_hover_cardimage:hover img{
  transform: scale(1.04);
}
.upercase{
  text-transform: uppercase !important;
}
.main_products .cardtext{
  transition: ease 0.3s;
}
.main_products .cardtext svg{
  transition: ease 0.3s;
}
.main_products .cardtext:hover svg{
  transform: translateX(5px);
}
.card_imgs img {
  transition: transform 1000ms;
  object-fit: cover;
}
.card_imgs:hover img{
  transform: scale(1.04);
}
.main_product_img{
  overflow: hidden;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.custom_site_footer {
  padding: 2em 0;
  background: #560238; }
  @media (min-width: 768px) {
     .custom_site_footer {
      padding: 3em 0; 
    }
     }
  .custom_site_footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .custom_site_footer p {
    color: #737373; }
  .custom_site_footer h2, .custom_site_footer h3, .custom_site_footer h4, .custom_site_footer h5 {
    color: #fff; }
  .custom_site_footer a {
    color: #fff; 
  text-decoration: none;
  }
.read_btn .btn{
	background: #000;
    border-radius: 0px;
    padding: 10px 20px;
    color: #fff;
    margin-top: 16px;
}
.justify p{
	text-align:justify !important;
}
    .custom_site_footer a:hover {
      color: aliceblue;
    }
  .custom_site_footer ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    list-style: none;
   }
  .custom_site_footer .footer-heading {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
  margin-bottom: 1rem !important; }
    .footer-heading img{
      margin-bottom: 1rem;
    }
    h3.footer-heading.mb-4 {
      margin-top: 2rem;
  }
  h2.footer-heading.mb-4 {
    font-weight: 500;
  }
    .footer .social-links a:hover {
      color: #fff;
      border-color: #fff;
    }
  
    .footer_heading{
      margin-bottom: 3rem;
    }
    .footer_heading_menu{
      margin-bottom: 2rem;
    }
    .subscribe .wpcf7-response-output {
    margin: 0px !important;
}
.custom_site_footer ul{
  padding-left: 0 !important;
}
.cardtext a{
  display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: black;
}
.cardtext:hover{
color: #000;
}

.cardtext{
  margin: 5px 0px;
}
.for_m .col-md-4 ,.for_m .col-md-12{
margin: 10px 0px;
}

#exampleModal .nav-link.active {
  color: #000;
  background-color: #FFF;
  border-color: #fff #fff #560238 ;
  border-bottom: 2px solid #560238 ;
  border-radius: 0px;
}
#exampleModal .nav-link{
color: #495057;
}
#exampleModal .modal-header{
  border-bottom: 0px !important;
  display: flex;
  align-items: baseline;
}
#exampleModal .modal-dialog{
  max-width: 700px !important;
}
#exampleModal .nav-link{
     width: 200px;
}
table.size-chart {
  background: aliceblue;
  padding: 1rem;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.size-chart tbody tr:nth-child(odd) {
  background: #fff;
}
table.size-chart thead{
color: #000;
}
.Form_select{
  width:200px;
    margin: 0px 2px;
    padding: 0.375rem 0.75rem;
    border: 2px solid #d4d6d8;
}
.form_labels{
  font-weight: 600;
  color: #000;
  font-size: 14px;
  padding:3px 0px;
}

li.variable-item.selected{
  border-radius: 0px !important;
  background-color: #fff;
}
li.variable-item{
  border-radius: 0px !important;
  background-color: none !important;
}
.custom_stitched_popup.modal-dialog{
  max-width: 800px;
}
.custom_stitched_popup .nav-link.active {
  color: #000;
  background-color: #FFF;
  border-color: #fff #fff #560238 ;
  border-bottom: 2px solid #560238 ;
  border-radius: 0px;
}
.custom_stitched_popup .modal-body{
  overflow: auto;
  height: 450px;
}
.custom_stitched_popup .nav-link{
  color: #495057;
  }
  
  .custom_variation .woocommerce-variation-add-to-cart{
    border-top: 2px solid #560238;
    padding: 25px 0px;
    margin-top: 15px;
  }
 .custom_variation .woocommerce-variation-add-to-cart .single_add_to_cart_button ,
 .custom_variation .woocommerce-variation-add-to-cart .custom_add_to_cart_button,
 .single_product_css .btn.btn-outline-primary{
  width: 100%;
  /* background-color: #000; */
  color: #fff;
  border: 0;
  padding: 11px;
  font-size: 18px;
  border-radius: 0px;
  text-transform: uppercase;
  transition: ease 0.4s;
  font-weight: 600;
  /* border: 2px solid #000 !important; */
  }
  .single_product_css .cart{
    margin-top: 15px;
    padding-top: 15px;
  }
  .custom_variation .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
  .custom_variation .woocommerce-variation-add-to-cart .custom_add_to_cart_button:hover,
  .single_product_css .btn.btn-outline-primary:hover{
    /* background-color: #560238; */
  color: #fff;
  /* border: 2px solid #560238!important; */
  font-weight: 600;
  }
  .custom_variation .quantity .screen-reader-text ,.custom_variation .quantity .qty,
  .single_product_css .quantity .qty {
    display: none !important;
  }
  .single_product_css .single_product_price{
    border-bottom: 2px solid #560238;
    padding: 10px 0px !important;
}
  .single_product_css .product_title{
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 5px !important;
  }
  #addon_blouse_pads, .addon_checkbox{
    height: 20px;
    width: 20px;
    transform: translate(-3px, 4px);
    margin: 0px 4px !important;
  }
  #woocommerce-wrapper .woocommerce-tabs .woocommerce-Tabs-panel,
  #woocommerce-wrapper .woocommerce-tabs .tabs.wc-tabs
  {
    display: none !important;
  }
  .related.products{
    display: block !important;
  }
  .related.products h2:first-child{
    padding: 30px 0px !important;
  }
 #woocommerce-wrapper h2.woocommerce-loop-product__title {
    font-size: 23px !important;
    color: #000;
}
#woocommerce-wrapper .price .woocommerce-Price-amount{
  color: #000;
  font-weight: 500;
  font-size: 17px;
}
#woocommerce-wrapper .add-to-cart-container a{
  width: 100%;
  border-radius: 0;
  border-color: #560238;
  background-color: #560238;
  color: #fff;
  transition: ease 0.3s;
}
#woocommerce-wrapper .add-to-cart-container a:hover{
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#woocommerce-wrapper .add-to-cart-container .added_to_cart {
	color:#560238 !important;
	background:transparent !important;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}


p.variation_text{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.yes_no ,.stitch_price_none{
  display: none;
}

.product_detail_acc ,.accordion.accordion-flush{
  border-top: 2px solid;
    border-bottom: 2px solid;
    background-color: none;
}
button {
  outline:none !important;  
}
.product_detail_acc .accordion-item ,.product_detail_acc .accordion-item .accordion-button{
  background: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #000 !important;
  
  box-shadow: none;
}

.acf-field span.desc_field {
  color: #000;
  font-weight: 700;
}
.product_detail_acc .acf-field {
  padding: 5px 0px;
}

.single_product_css .related.products{
  display:none !important;
}




/* Functionality: Custom thumbnail size in product image gallery
 * Date:  2021-03-10
 * Author: Rafael Azuaje
 */

/* DESKTOP */
.woocommerce .flex-control-thumbs {
  margin: 10px 0px 10px -5px !important; 
  width: 100% !important;
display: flex;
}

ol.flex-control-nav.flex-control-thumbs li {
width: 15% !important; 
}

/* PHONES */
@media (max-width:414px){
ol.flex-control-nav.flex-control-thumbs li {
  width: 18% !important; /* Controls thumbnails width on mobile - Horizontally */
  padding:3px 0px;
}
}

/* TABLETS */
@media (min-width:568px) and (max-width:768px){

.woocommerce .flex-control-thumbs {
    margin: 10px 0px 10px -5px !important; 
    width: 15% !important;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 90% !important; 
}
}
@media (min-width:769px) and (max-width:1024px){
.woocommerce .flex-control-thumbs {
    margin: 10px 0px 10px -5px !important; 
    width: 12% !important;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 100% !important; 
}
}

@media (min-width:568px) {
.woocommerce .flex-control-nav { 
  position: absolute; 
  top:-10px; 
  left: 0px;
}
.flex-control-thumbs {
  display: flex;
  flex-direction: column;
}
}
@media (min-width:568px) and (max-width:768px){
.woocommerce .flex-viewport {
  width: 86.5% !important;
  left: 100px !important;
}
}
@media (min-width:769px) and (max-width:1024px){
.woocommerce .flex-viewport {
  width: 87% !important;
  left: 95px !important;
}
}
@media (min-width:1025px){
.woocommerce .flex-viewport {
  width: 85% !important;
  left: 80px !important;
}	
}
.custom_variation  .price .woocommerce-Price-amount {
  font-weight: 600  !important;
}
.custom_variation .var_inner_fields .col-md-12.col-sm-12{
  padding: 5px 0px;
}
.var_inner_fields{
  display: flex;
    flex-direction: column;
}
.var_inner_fields .row{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.var_inner_fields .row .time{
  order: 1;
}
.Custom_Stitched .col-md-6.col-sm-12 {
  padding: 5px 10px;
}
.Custom_Stitched .Form_select{
  width:100%;
    margin: 0px 2px;
    padding: 0.375rem 0.75rem;
    border: 2px solid #d4d6d8;
}
.Custom_Stitched input{
  border: 2px solid #d4d6d8;
  border-radius:0px;
}
.reset_variations{
  color:#000;
}



.image-container_1 {
  position: relative;
  width: 100px;
    height: 100px;
  overflow: hidden;
  margin:0px 10px;
}
.image-container_1{
   border: 1px solid #000;
   border-radius: 5px;
}
.front-image,
.back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.front_back {
  overflow-x: auto; /* Add horizontal scrolling for overflow content */
  white-space: nowrap; /* Prevent line breaks for inline elements */
}

.image-container_1 {
  display: inline-block; /* Display containers inline to allow horizontal layout */
  margin-right: 10px; /* Optional margin between containers */
}
.back-image {
  opacity: 0;
}

.image-container_1:hover .front-image {
  opacity: 0;
}

.image-container_1:hover .back-image {
  opacity: 1;
}
section.related.products ul {
  padding-top: 25px;
}




/*blog css*/
.custom_blog_post .thumbnail img{
width: 100% !important;
height: auto;
}
.custom_blog_post .card h3{
font-size: 1.1rem;
margin-bottom: 1px;
font-weight: 600;
}
.custom_blog_post p{
text-align: justify;
}
.category-heading{
margin-bottom: 11px;
border-bottom: 1px groove;
padding: 2px;
}
.category_list_ul{
padding: 0px 17px;
}
.single-post h1{
font-size: 30px;
font-weight: 600;
text-align: center;
}
.single-post .post-meta{
font-size: 16px;
text-align: center;
}
@media (min-width:992px){
.post_image img{
height: 500px !important;
}
}
.post-content p {
text-align: justify;
}
.post_on{
color:#940221 ;
}
.post_image img{
width: 100% !important;
}
.card_btn a {

color: black;
text-decoration: none;
}
.card_btn .read_button{ width: fit-content;
background: #000;
border: #ffbac7;
color:#fff;
padding: 6px;
border-radius: 6px;
}
.card_btn .read_button:hover{
background-color: #560238;
color:#fff;
} 
.card_btn h3{
text-decoration: none;
}
.pagination{
display: flex;
justify-content: center;

}
.pagination a{
color: #000;
text-decoration: none;
padding: 0px 20px;
}
#commentform {
display: flex;
flex-direction: column !important;
}

.comment-form-comment {
order: 1;
}

.form-submit {
order: 2;
}
/* .comments-area{
display: flex;
justify-content: start;
} */
#commentform .form-submit #submit{
border: #ffbac7;
color:#fff;
background-color: #940221;
}
#commentform .form-submit #submit:hover{
background: #ffbac7;
color:#fff;
}


.single-post .date a{
text-decoration: none;
color: #000;
}
.comment-list a{
text-decoration:none;
color: #000;
}
.logged-in-as a{
color: #000;
}
/* .single-post h1{
color: #940221;
} */
.required{
color: red;
}
.comment-list li{
border-bottom: 1px groove;
border-top:1px groove;
padding: 5px 2px;
}
.recent_posts{
padding: 10px 0px;
}
.recent_thumbnail img{
border-radius: 5px;
margin-bottom: 2px;
}
.post_image img{
border-radius: 5px;
}
.post-content{
border-right: 1px groove;
}
@media (max-width:767px){
.post-content{
border-right: 0px ;
}
}
.card_date{
margin-top: 1px;
}
.custom_header_css{
padding: 70px 0px;
text-align: center;
background: #000;
color: #fff;
}


.cm_search_bar{
  width: 500px;
  /* border: 1px solid; */
  background: #fff;
}
.cm_search_bar input{
  width: 90%;
  border: none;
  padding: 10px;
}
.cm_search_bar i{
  color:#000;
}


@media(max-width:767px){
  .sparater{
    display: none;
  }
}



.error {
  color: #000;
  text-align: center;
  animation: fadein 1.2s ease-in;
}
.error .code_404 {
  font-size: 10.5em;
  text-shadow:  0 6px 1px rgba(0,0,0,0.0980392) , 0 0 5px rgba(0,0,0,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 5px 10px rgba(0,0,0,0.247059) , 0 10px 10px rgba(0,0,0,0.2) , 0 20px 20px rgba(0,0,0,0.14902) ;
  margin: 0;
}
.error_desc{
  font-size: 26px;
}
.error .page-content{
  margin: 45px 0px;
}
.error .shopping_button {
  color: #fff;
    background: #000;
    padding: 20px;
    transition: ease 0.4s;
}
.shopping_button{
  color: #fff;
  background: #000;
  padding: 12px 20px;
  border: none;
  border-radius: 0px;
  transition: ease 0.4s;
}
.shopping_button:hover{
  color: #000;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0px;
}
.search-submit{
  padding: 0px 20px !important;
}

#searchModal .btn-close {
  margin: 0px 5px;
}

.custom_page_css .entry-content .woocommerce
.cart-empty.woocommerce-info{
  background: transparent;
  border: none;
  text-align: center;
}
.custom_page_css .entry-content .woocommerce .return-to-shop{
  text-align: center;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  /* background-image: url(https://dcoders.agency/lashkara/wp-content/themes/understrap/assets/images/cart.svg);
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em; */
  display: none;
}


.custom_page_css  .woocommerce-cart input#coupon_code,input#coupon_code {
  width: 133px !important;
  border-radius: 0px;
}
.coupon label{
  display: none;
}
.shop_table button,.coupon button{
  background-color: #560238 !important;
 color: #fff !important;
  border-radius: 0px;
  border: 1px solid #560238;
  transition: ease 0.4s;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0,0,0,-0.9) !important;
}
.shop_table button:hover,.coupon button:hover{
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #000;
  border-radius: 0px;
}
.woocommerce-cart-form__cart-item.cart_item .product-name a{
  font-weight: 600;
    color: #000;
}

.custom_page_css .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals .cart_totals {
  width:100% !important;
}
.custom_page_css .woocommerce .cart-collaterals{
  padding-top: 30px;
}
.custom_page_css .cart_totals {
  border: 1px solid currentColor;
    padding: 40px 40px 0;
}
.custom_page_css .cart_totals th{
  text-align: start;
}
.custom_page_css .cart_totals td{
  text-align: end;
}
.custom_page_css .wc-proceed-to-checkout a{
  width: 100%;
    background: #560238;
    border: #560238;
    border-radius: 0px;
	transition:0.3s;
}
.summary button.btn.btn-outline-primary ,.summary .single_add_to_cart_button {
    background-color: #560238 !important;
    border: 2px solid #560238;
    color: #fff !important;
    /* width: 90%; */
    border-radius: 0px;
    padding: 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
	transition:0.3s;
}
.summary button.btn.btn-outline-primary:hover ,.summary .single_add_to_cart_button:hover {
    background: #000 !important;
    border-color: #000;
    color: #fff !important;
    /* width: 90%; */
    border-radius: 0px;
    padding: 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
}
#place_order {
    background: #560238 !important;
    border: #560238 !important;
    color: #fff !important;
    border-radius: 0px;
    padding: 10px 0px;
    font-size: 20px;
	transition:0.3s;
}
#place_order:hover {
    background: #000;
    border: #000;
    color: #fff !important;
    border-radius: 0px;
}
.woocommerce .quantity .qty{
	padding: 12px;
    border-radius: 0px;
}
.custom_page_css .wc-proceed-to-checkout a:hover{
	background:#000;
	 border: #000;
}
.woocommerce a.shipping-calculator-button {
  color: #560238 !important;
}
.cart_totals h2{
  text-align: center;
}
.woocommerce .woocommerce-message{
  text-align: center;
    background: transparent;
    border: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    color: #000;
}
.woocommerce .woocommerce-message a{
  color: #000;
    font-weight: 800;
    margin: 0px 2px ;
}
.woocommerce .woocommerce-message a.button.wc-forward{
  background-color: #000;
  border: #000;
  border-radius: 0%;
}


.banner_sildes .swiper-button-next,.banner_sildes .swiper-button-prev{
display: block !important;
}

.sliderArrowNext , .sliderArrowPrev{
  background-color: #560238;
  width: 40px !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.sliderArrowNext svg{
  width: 22px !important;
    stroke: #ffffff;
}
.sliderArrowPrev svg{
  width: 22px !important;
    stroke: #ffffff;
    transform: rotate(180deg);
}
.banner_sildes  .swiper-button-next {
  right: var(--swiper-navigation-sides-offset,20px) !important;
}
.banner_sildes .swiper-button-next:after,.banner_sildes .swiper-button-prev:after {
  content: 'none' !important;
}

@media(min-width:767px){#navbarNavOffcanvas .ubermenu-nav .ubermenu-submenu-align-full_width{
  display: flex;
}
#ubermenu-main-16-primary-2{
  position: static !important;
}
}
.front_n_back .front-image , .front_n_back .back-image{
cursor: pointer;
}


.image-container_1.front_n_back.active{
  border: 3px solid #560238;
}





a.navbar-brand.custom-logo-link img {
	width:85px !important;
	height:85px !important;
}
a.navbar-brand.custom-logo-link{
	padding:0px !important;
}
#woocommerce-wrapper {
	background-color: #f0e4d5
}
.single_product_price .woocommerce-Price-amount.amount{
	font-size: 20px;
    color: black !important;
	font-weight:600;
}
.required{
	color:red;
}

.product_meta{
  display: none;
}

.blog_section{
	padding:80px 0px;
	background:#e8e8e8;
}
.blog_section .main_heading{
	text-transform:uppercase;
	padding-bottom:15px !important;
}
.blog_section .border-bottom-accent {
    border-bottom: 2px solid #560238;
	text-align:center;
	padding:10px 0px 5px;
	font-size:15px;
}
.blog_section .card__heading {
	text-align: center;
    padding: 10px 0px !important;
    color: #000;
    font-size: 25px;
}
.blog_section .card__heading a{
	color:#000;
	font-weight:500 !important;
}
.blog_section .outer_img{
    overflow: hidden;
	
}
.blog_section .outer_img img{
	transition:ease 1000ms;
}
.blog_section .outer_img img:hover{
    transform:scale(1.1);
}
#block-13,#block-14,#block-15{
	width:100%;
}
#customer_details input,#customer_details select {
	    border: 2px solid #d4d6d8; 
	border-radius:0px;
	padding:10px;
}
#customer_details .select2-selection__rendered{
	    border: 2px solid #d4d6d8; 
	border-radius:0px;
}
#customer_details .select2-selection.select2-selection--single{
	border:none;
}
.woocommerce-info{
	background-color:#d4d6d8;
	border:none;
	border-radius:0px;
}
.showcoupon{
	color:#000;
}
#place_order{
	width: 100%;
/*     background: #000; */
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    margin: 14px 0px 0px;
}
.faq_accor button{
	background:transparent !important;
}
.faq_accor .accordion-item{
	border:0;
	border-top:1px solid;
	border-radius:0px;
}
.faq_accor .accordion-item:last-child{
	border-bottom:1px solid;
}
.faq_accor h2 button{
	font-weight:600 !important;
}
.faq_accor h2 span{
	margin-right:20px !important;
}
.privacy_policy p{
	padding-top:10px !important;
}
.privacy_policy h3{
	padding:10px 0px 0px!important;
}

@media (min-width:767px){
	#wrapper-navbar .offcanvas {
	max-width:40% !important;
}
#wrapper-navbar .search-cart-icons{
	width:40%;
}
}
#wpcf7-f101-p42-o1{
	margin:0 !important;
}




.prev2 svg {
transform: scaleX(-1);
}
.next2 {
position: relative;
left: var(--swiper-navigation-sides-offset,50px) !important;
}
.prev2 {
right: var(--swiper-navigation-sides-offset,116px) !important;
position: relative;
}
.for_arw{
display: flex !important;
justify-content: end;
align-items: center;
}