@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Poppins&display=swap');


body {
    
    font-family: 'Poppins', sans-serif;
    
}


h1,h2,h3,h4,h5,h6{
   font-family: 'Cinzel', serif !important;
   font-weight:500;
}

.main-menu{
  background: linear-gradient(-155deg,#f11449 0,#e14930 98%) !important; color: #FFF !important;
}

.nvbg{
  background-color: #fff;
  /* background: linear-gradient(-155deg,#f11449 0,#e14930 98%) !important; color: #FFF !important; */
}

.shadowbox {
  /* background: #FFFFFF; */
  /* border: 1px solid #E7E6E6; */
  box-sizing: border-box;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 25%);
  border-radius: 10px;
  /* padding: 2%; */
  /* margin: 2%; */
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.shadowbox-normal{
  background: #FFFFFF;
  border: 1px solid #E7E6E6;
  box-sizing: border-box;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 2%;
  margin: 2%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.main-menu ul li a:hover
{
    color: black !important;
    font-weight: 600;
}


.btncheck{
	position: relative;
    padding: 0 35px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    background: #fb5d5d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
}





 
  a.pre-order-btn { 
    color:#000;
    background-color:#f11449;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:50%;
    font-size:1.25em;
    font-weight:6600;
  }
  


  .faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

/* .tab-content-login{
  position: absolute;
top: -9999px;
padding: 10px;
} */




.tab-content-detail{
  position: relative !important;
  top: 1px !important;
  padding: 10px !important; 
}
.tabs {
  padding: 2%;
}
.tabs input[type=radio] {
display: none; 
}
.tabs label {
transition: background 0.4s ease-in-out, height 0.2s linear;
display: inline-block;
cursor: pointer;
color: #f11449;
width: 20%;
height: 3em;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: #ffffff;
text-align: center;
line-height: 3em; 
}
.tabs label:last-of-type {
border-bottom: none; 
}
.tabs label:hover {
  background: linear-gradient(-155deg,#f11449 0,#e14930 98%) !important;
color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
width: 15%; } 
}
@media screen and (max-width: 900px) {
.tabs label {
width: 20%; 
} 
}
@media screen and (max-width: 600px) {
.tabs label {
width: 100%;
display: block;
border-bottom: 2px solid #C7C6C4;
border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
margin: 0; 
} 
}

#tab1:checked + label, 
#tab2:checked + label, 
#tab3:checked + label, 
#tab4:checked + label,
#tab5:checked + label,
#tab6:checked + label,
#tab7:checked + label,
#tab8:checked + label{
  background: linear-gradient(-155deg,#f11449 0,#e14930 98%) !important;
color: #FFFFFF; }

/* .tab-content {
position: absolute;
top: -9999px;
padding: 10px; 
} */


.tab-content-myaccount {
  position: absolute;
  top: -9999px;
  padding: 10px; 
  }


.tab-content-wrapper{
background: #FCFCFC;
border-top: #f11449 5px solid;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 3px;

}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
border: none;
border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, 
#tab2:checked ~ .tab-content-wrapper #tab-content-2,
#tab3:checked ~ .tab-content-wrapper #tab-content-3, 
#tab4:checked ~ .tab-content-wrapper #tab-content-4,
#tab5:checked ~ .tab-content-wrapper #tab-content-5, 
#tab6:checked ~ .tab-content-wrapper #tab-content-6,
#tab7:checked ~ .tab-content-wrapper #tab-content-7,
#tab8:checked ~ .tab-content-wrapper #tab-content-8{
position: relative;
top: 0px;
}







@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}



@media only screen and (max-width: 600px) {
 .pcsidebar{
   display: none;
 }
 .pcfilterlist{
   display: none !important;
}
.mobilesidebar{
  display: block !important;
}
.mobilemodel{
  width: 90% !important;
}
}


.wrapper{
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 55px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}

.pro-details-size{
    width: 50px;}
.pro-details-size #SIZE{
    text-align: center;
}
.productspan{
        color: #525252;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    min-width: 70px;

}