body, html {
  height: 100%;
  margin: 0;
}
/*.......................................Heading.................................................................*/
.headings_product{
  font-family: 'Mulish', sans-serif;
font-size:40px;font-weight:bold;
margin-top:4%;
margin-bottom:4%;
color:#333;
letter-spacing:1px;
outline:none;
text-align:center;
}
.col_headings{
font-family:'Barlow Condensed';
font-size:40px;font-weight:bold;
padding:130px 10px 10px 10px;
color:#333;
letter-spacing:1px;
outline:none;
text-align:center;

}
.paragraph{
margin-left:auto;
margin-right:auto;
text-align:center;
font-family:'Barlow Condensed';
font-size:22px;font-weight:200;
color:#333;
letter-spacing:normal;
width:70%;
}

/*........................................Hero Image.........................................*/
.main-hero-image {
  
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align:justify;
  position: absolute;
  top: 50%;
  left:25%;
  transform: translate(-50%, -50%);
  color:black;
    
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 14px 35px;
  color:white;
  background-color:rgba(244, 167, 145, 0.95);
  text-align: center;
  cursor: pointer;
  font-size:18px;
}

.hero-text button:hover {
  background-color:rgba(244, 167, 145, 0.75);
  color: white;
}
@media screen and (max-width:600px) {
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  color: white;
}
}
@media screen and (max-width:768px) {
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  color: white;
}
}
/*............................................Row1..................................................................*/
.header1 {
  text-align: center;
  padding: 32px;
}

.row1 {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

/* Create four equal columns that sits next to each other */
.columns{
  -ms-flex:33.33%; /* IE10 */
  flex:33.33%;
  max-width:33.33%;
  padding: 0;
}

.columns img {
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columns{
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columns{
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*...............................................Card.......................*/
.card {
transition: 0.3s;
width:100%;
background-color:#ffffff;
border: 1px solid #ffffff;
}
.label_name
{
  float: left;
  margin: 10px 5px;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  color: #131111;
}
.regis_head
{
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
}
.main_card
{
    margin-top: 50px;
    padding: 20px;
    width: 50%;
    background-color: #ffffff;
}
.card_container {
padding: 4px 0px;
text-align:center;
}

/*.............................................Btn.............................*/
.btn_anchor{
text-align:center;      
}
.anchor_tage_btn{
border:2px solid rgba(244, 167, 145, 0.95);
color:rgba(244, 167, 145, 0.95);
text-decoration:none;
transition: 0.6s;
padding:14px 40px;
    }
.anchor_tage_btn:hover{
background-color: rgba(244, 167, 145, 0.95);
color:white;
text-decoration: none;
list-style: none;
    }
/*..................................................Filter Bar....................................................*/
.filter_bar{
  overflow: hidden;
  padding: 20px 10px;
}

.filter_bar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
position:relative;
left:18px;
border:1px solid rgba(244, 167, 145, 0.95);
margin-left:10px;
}


.filter_bar a:hover {
  background-color:rgba(244, 167, 145, 0.95);
  color:white;
}

.filter_bar-right {
float: right;
right:50px;
position:absolute;
}

@media screen and (max-width: 500px) {
  .filter_bar a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .filter_bar-right {
    float: none;
  }
}
/*....................................................Pagination..............................................*/
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color:rgba(244, 167, 145, 0.95);;
  color: white;
  border: 1px solid rgba(244, 167, 145, 0.95);;
}
    
    
    
/*.........................................Explore btn.................................................................*/
.outer_explrBtn{
margin-left:auto;
margin-right:auto;
width:45%;
border:none;
outline:none;
margin-bottom:2%;
margin-top:-17px;
}
@media only screen and (max-width:600px){
.outer_explrBtn{
width:75%;
margin-top:0;
}    
    }
@media only screen and (max-width:768px){
.outer_explrBtn{
width:75%;
margin-top:0;
}    
    }
@media only screen and (max-width:1024px){
.outer_explrBtn{
width:75%;
margin-top:0;
}    
    }
.explore_btn{
display:inline-block;
padding:10px 20px;
text-decoration:none;
font-weight:600px;
color:#fff;
  background-color:rgba(244, 167, 145, 0.95);
display: flex;
justify-content: center;
align-items: center;
transition:.5s;
    }
.explore_btn:hover{
color:rgba(244, 167, 145, 0.95);
  background-color:white;
transform:translate(0,-10px);
cursor:pointer;
border:1px solid rgba(244, 167, 145, 0.95);
    }
/*............................................Images Grid.............................................*/
* {
  box-sizing: border-box;
}
.row {
  /* display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;  */
  /* flex-wrap: wrap;
  padding: 0 4px;
margin-left:2%;
margin-right:2%;
margin-top:30px; */
}

/* Create four equal columns that sits next to each other */
.column1{
  -ms-flex:33.3%; /* IE10 */
  flex:33.3%;
  max-width:33.3%;
  padding: 0 4px;
outline:none;

}

.column1_container{
margin-left:auto;
margin-right:auto;
width:100%;
height:auto;
box-shadow: 0 1px 8px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
}
.column1_container:hover{
  box-shadow: 0 1px 8px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}


.column1 img{
vertical-align: middle;
width: 100%;


}


/* Create four equal columns that sits next to each other */
.col-best-seller {
  -ms-flex:33.3%; /* IE10 */
  flex:33.3%;
  max-width:33.3%;
  padding: 0 4px;
outline:none;

}

.col-best-seller-container{
margin-left:auto;
margin-right:auto;
width:100%;
height:auto;
box-shadow: 0 1px 8px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
}
.column1_container:hover{
  box-shadow: 0 1px 8px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}


.column1 img{
vertical-align: middle;
width: 100%;


}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column1{
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column1{
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.image_round{
border-radius:5px;     
    }

/*.........................................Rating Stars........................................*/
.checked {
  color: orange;

}
.checked{
position:relative;
left:20px;
}

/*.........................................Character ........................................*/
.shape-img{
  margin-top: 75px;
}




/*********************************character page icons*****************************************/
.icon
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.icon .myicon
{
  background-color: #ffffff;
  font-size: 60px;
}
.character_img
{
  border: 2px  solid seashell;
  padding: 40px 0px;
}
.character_big
{
    border: 2px  solid seashell;

}
.character_sec_img
{
height: 200px;
    width: 150px;
     border: 2px  solid seashell;
}

.myh
{
  font-weight: bold;
}


.icon_my
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
}

.haha
{
    display: flex;
    margin: 35px 19px;
}
.top_head
{
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.con_icon
{
    display: flex;
    justify-content: center;
    padding: 20px;
}
#footer .foot_li
{
  color: #ffffff !important;
  font-family: 'Mulish', sans-serif;
  transition: 0.5s;

}
#footer .foot_li
{
  margin-bottom: 8px;
  transition: 0.5s;
}
#footer .footcheck a:hover
{
  font-weight: 800;
  list-style: none;
  text-decoration: none;
  margin-left: 4px;
}
.ffont
{
  font-family: 'Mulish', sans-serif;
  text-align: center;
  margin-bottom: 5px;
}
.mat
{
  margin-top: 15px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  border-radius:15px;
  margin-top: 20px;
  transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius:50%;
  background: rgba(244, 167, 145, 0.95) !important;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}	
.bg_primary
{
  background-color: #ffffff !important;
}
.nav_link
{
  color: #000000;
  padding-right: .5rem;
    padding-left: .5rem;
}

.brand
{
  display: flex;
    justify-content: center;
    width: 55%;
}
.navbar_brand
{
  color: #000000;
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 28px;
  text-shadow: 2px 2px 2px #CE5937;
  line-height: inherit;
  white-space: nowrap;
}
.navbar_brand:hover
{
  list-style: none;
  text-decoration: none;

}
.navbar-toggler:not(:disabled):not(.disabled)
{
  background-color: #000000 !important;
}
.nav_icon
{
  margin: 0px 15px;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  display: flex;
  color: #222222 !important;
}
.nav_fa
{
  margin-right: 6px;
  margin: 15px 9px;
}
.nav_span
{
  color: #858181;
  margin-right:5px;
  margin-left: 5px;
  transition: 0.5s ease;
}
.nav_span:hover
{
  color: #000000;
  cursor: pointer;
}
.nav_fonts
{
  margin: 0px 0px;
  display: flex;
}
.navitem
{ 
  font-weight: 800;
  margin-top: 12px;
  font-family: 'Mulish', sans-serif;
  margin-left: 13px;
}
.navitem a:hover
{
  color: black;
  list-style: none;
  text-decoration: none;
}
.dropdown-menu
{
  clip-path: polygon(14% 2%, 19% 8%, 100% 9%, 100% 100%, 70% 100%, 0 100%, 0 9%, 7% 9%);
}
.myfadeup
{
  margin-top: 25px;
}
.btnn
{
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    background-color: #ffffff !important;
    font-size: 12px;
    line-height: 0px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.clothing
 {
  font-weight: 600;
    text-align: center;
    padding-top: 10px;
    display: flex;
    justify-content: normal;
    margin-top: 5px;
    margin: 10px 85px;
 }









.top_row
{
  padding: 50px 15px;
}

.top_row .filter_box
{
  text-align: center;
  font-family: 'Mulish', sans-serif;
font-weight: 800;
}

.top_row .filter_sec_box
{
  margin: 0px 110px;
}
.trendingbtnn
{
  border: 1px solid rgba(244, 167, 145, 0.95) !important;
  background-color: transparent;
  transition: 0.7s;
  border-radius: 0px !important;
  color: #000000; 
}
.trendingbtnn:hover
{
  border: 1px solid rgba(244, 167, 145, 0.95) !important;
  background-color:  rgba(244, 167, 145, 0.95) !important;
  color: #ffffff; 
}

.card_body
{
  background-color: #ffffff;
}
.mybtnn
{
  background-color: rgba(244, 167, 145, 0.95);
  color: #fff;
  transition: 0.5s;
}
.mybtnn:hover
{
  background-color: #ffffff;
  color:rgba(244, 167, 145, 0.95);
  border: 1px solid   rgba(244, 167, 145, 0.95);
}

.remember_box
{

}
.remem_lable
{
  position: absolute;
    top: 62%;
    left: 18%;
    transform: translate(-50%, 93%);
}
.radio_btn
{
  position: relative;
    top: 0%;
    left: -50%;
    transform: translate(10px, 14px);
}
.myradio
{
    display: flex;
    position: relative;
    top: 50%;
    left: -50%;
    transform: translate(12px, 23px);
}


/* checkouy payment */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;1,200;1,300&display=swap');
*
{
	margin:0;
	padding: 0;
    font-family: 'Mulish', sans-serif;
}
body{
    font-family: 'Mulish', sans-serif;
}
.checkout_head
{
    font-family: 'Mulish', sans-serif;
    text-align: center;
    padding: 50px;
    opacity: 9;
}
.checkout_head span
{
    color:rgb(23, 26, 23);
    font-weight: 900;
    cursor: pointer;
}



.paycheck_box h6
{
  font-weight: 900;
}
.cardholder_name
{
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  width: 25%;
}
.form_group
{
  justify-content: space-around;
}
.form_width
{
  width: 70%;
}
.btn_width
{
  width: 40%;
}
.mydropdown
{
  display: flex;
  width: 70%;
  justify-content: space-around;
}
.btn_primary
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  border: 1px solid rgba(244, 167, 145, 0.95);
}
.dropmenu
{
  background-color:   rgba(244, 167, 145, 0.95);
  color: #ffffff !important;
  text-align: center;
}

.dropmenu li a
{
  color: #ffffff !important;
  font-weight: 700;
  text-align: center;
}
.cvv_name
{
  font-weight: 700;
  width: 50%;
  margin-left: 7px;
}
.cvv_form
{
  width: 25%;
  margin-right: 56%;
}
.myquestion
{
  position: absolute;
  top: 45%;
  left: 45%;
  font-weight: 200;
  transform: translate(10px, 100%);
}
.btndiv
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.checking_box
{
  padding:15px 25px;
  /* box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.75); */
}

.mycheckbtn
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  margin-left: 50px;
  width: 50%;
    border: 1px solid rgba(244, 167, 145, 0.95);
    border-radius: inherit;
}

.checking_box h5
{
  font-weight: 900;
}
.checking_box .check_left
{
  float: left;
  font-weight: 800;
}
.checking_box .check_right
{
  float: right;
  font-weight: 800;
}
.myhr
{
  margin: 40px 0px;
}
.check_list_box 
{
  display: flex;
  justify-content: space-between;
}
.check_list_box .product_price
{
  font-weight: 900;
}
.check_right_total
{
  float: right;
  font-weight: 900;
}
.check_left_total
{
  font-weight: 900;
}
.paycheck_btn
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  border: 1px solid  rgba(244, 167, 145, 0.95);
  border-radius: 0px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 60%;
  transition: 0.6s;
  margin-bottom: 10px;
}
.paycheck_btn:hover
{
  border:1px solid  rgba(244, 167, 145, 0.95);
  background-color: #ffffff;
  color:  rgba(244, 167, 145, 0.95);
}
.backaddress
{
  position: relative;
    top: 50%;
    left: -32%;
    background-color: #ffffff;
    border:1px solid  rgba(244, 167, 145, 0.95);
    color:  rgba(244, 167, 145, 0.95);
    width: 50%;
    transition: 0.5s;
    transform: translate(10px, 170%);
}
.backaddress:hover
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  border: 1px solid  rgba(244, 167, 145, 0.95);
}



/* congratulations page */
.congra_con {
    position: relative;
    height: 100vh;
    text-align: center;
    top: 35%;
    left: 50%;
    margin-bottom: 20%;
    transform: translate(-50%, -10%);
}
.congra_content
{
  font-weight: 900;
}
.congra_content p
{
  color: #7a7272;
}
.char_icon
{
  font-size: 60px;
  color: #000000;
  text-align: center;
  
}
.iconter
{
  padding: 5px 14px;
    border: 1px solid #222222;
}
.con_icon
{
  font-size: 60px;
  color:  rgba(244, 167, 145, 0.95);
}
.tractbtn
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  border: 1px solid  rgba(244, 167, 145, 0.95);
  border-radius: 0px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 25%;
  padding: 20px;
  transition: 0.7s;
  font-weight: 800;
  transition: 0.6s;
  margin-bottom: 10px;  
}
.tractbtn:hover
{
  background-color: #ffffff;
  color: rgba(244, 167, 145, 0.95);
  font-weight: 800;
  border: 1px solid rgba(244, 167, 145, 0.95);
}

.homebtn
{
  background-color:#ffffff;
  color: rgba(244, 167, 145, 0.95);
  border: 1px solid  rgba(244, 167, 145, 0.95);
  border-radius: 0px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 20%;
  padding: 20px;
  transition: 0.7s;
  font-weight: 800;
  transition: 0.6s;
  margin-bottom: 10px;  
}
.homebtn:hover
{
  background-color:   rgba(244, 167, 145, 0.95);
  color: #ffffff;
}






/* track page */

.tract_con h1
{
  font-family: 'Mulish', sans-serif;
  text-align: center;
  padding: 50px;
}
.track_boy
{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
}
.track_content
{
  padding: 22px 10%;
  font-weight: 700;
}
.tract_btn
{
 background-color:  rgba(244, 167, 145, 0.95);
 color: #ffffff;
 border-radius: 0px;

}

.need_div
{
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
  font-family: 'Mulish', sans-serif;
  background-color: rgb(233, 227, 227);
}




/* character page */
.myrow
{
  margin: 30px 30px;
}
.character_page .hone
{
  text-align: center;
  font-family: 'Mulish', sans-serif;
  padding: 30px;
}
.rowsizing
{
  margin: 20px 45px;

}
.choose_shape
{
  margin: -10px 48px;
  font-weight: 800 ;
}
.next_btn
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  border-radius: 0px;
  border:1px solid  rgba(244, 167, 145, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
  transition: 0.6s;
  width: 20%;
}
.next_btn:hover
{
  background: #ffffff;
  color: rgba(244, 167, 145, 0.95);
  border:1px solid rgba(244, 167, 145, 0.95);
}




/* dress page */
.dresspage
{
  
}
.dresspage .left_side
{
  width: 50%;
  margin: 50px 100px;
}
.left_img_box
{
  margin: 5px;
  transition: 0.8s;
}
.left_img_box:hover
{
 transform: scale(1.9);
}
.center_box
{
  margin: 50px -10px;
}
.right_box
{
  margin: 44px 15px;
}
.price_box
{
  padding: 20px 0px;
}
.color_box
{
  margin: -5px 10px;
}
.color_name
{
  margin: 5px 20px;
  justify-content: space-between;
  display: flex;
  width: 28%;
  font-weight: 800;
}
.fabrics_box  
{
  width: 17%;
  display: inline-flex;
  border: 1px solid #000000;
  padding: 3px 10px;
}
.radioclass
{
  margin: 5px -3px;
}
.fabrics_text p 
{
  color:  rgba(244, 167, 145, 0.95);
  margin-top: 10px;
  font-weight: 700;
}
.radioquantity
{
  width: 14%;
}
.quantity
{
  margin-left: 20px;
}
.rangeslider {
  -webkit-appearance: none;
  width: 50%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  border-radius:15px;
  margin-top: 20px;
  transition: opacity .2s;
}
.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius:50%;
  background: rgba(244, 167, 145, 0.95) !important;
  cursor: pointer;
}

.rangeslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.customize
{
  display: flex;
  font-weight: 700;
}
.content_box p
{
  color:  rgba(244, 167, 145, 0.95);
  margin-top: 5px;
  font-weight: 700;
}
.dress_btn
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
  border-radius: 0px;
  letter-spacing: 2px;
  transition: 0.6s;
}
.dress_btn:hover
{
  background-color: #ffffff;
  color:  rgba(244, 167, 145, 0.95);
  border: 1px solid  rgba(244, 167, 145, 0.95);

}
.cate
{
  margin: 15px 90px;
}
.bold_span
{
  font-weight: 800;
}


.myul
{
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 20px;
}
.myul li a 
{
  color: #000000;
  font-weight: 700;
}
.myul li:active
{
  color: red;
  background-color: rgb(195, 185, 185);
}
.tab-content
{
padding: 25px 40px;
background-color:  rgb(241, 234, 234);
color: #000000;
}
.navcon
{
  padding:  100px 0px;
}
.tab_pans
{
  width: 100%;
  padding: 0px 25px;

}
.animated {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

.stars
{
  margin: 20px 0;
  font-size: 24px;
  color: #d17581;
}
#tab_btn
{
  background-color: rgba(244, 167, 145, 0.95) !important;
  color: #ffffff;
  padding: 10px;
  width: 50%;
  transition: 0.7s;
  border: 1px solid  rgba(244, 167, 145, 0.95);
  border-radius: 0px;
}



/* cutomize page */
.modal-backdrop.show
{
  opacity: -0.5;
}

.customize_box
{
  padding: 10px;
}
.cutomize_color
{
    background: rgb(221, 218, 218);
    width: 45%;
}

.customize_img
{
  width: 100%;
    height: 100%;
    margin: 0px 20%;
}
.customize_para
{
  font-weight: 700;
  color:  rgba(244, 167, 145, 0.95);
  text-align: center;
  margin-top: 20px;
}
.modal-lg
{
  max-width: 100vw;
}
.modal-content
{
  width: 95%;
}
.btn_cus
{
  background-color: rgba(244, 167, 145, 0.95);
  color: #ffffff;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 30%;
  transition: 0.6s;
  margin-bottom: 10px;
}
.btn_cus:hover
{
  color:  rgba(244, 167, 145, 0.95);
  background-color: #ffffff;
  border: 1px solid  rgba(244, 167, 145, 0.95);
}




/* shipping page */
.ship_container
{
  /* padding: 80px;
  width: 80%; */
  padding: 139px;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
  margin: 20px 130px;
}
.ship_container .ship_head h5
{
  font-weight: 800;
}
/* rgba(244, 167, 145, 0.95) */


.ship_body .ship_top
{
  display:flex;
  justify-content:space-between;
  color: rgba(244, 167, 145, 0.95);
  font-weight: 700;
  align-items:center;  
}
.ship_route
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 10px;
}
.ship_icon
{
    border: 2px solid rgb(141, 146, 133);
    border-radius: 50%;
    padding: 10px;
    background-color: #ffffff;
}
.ship_hr
{
  border: 3px solid rgba(244, 167, 145, 0.95);
    position: relative;
    top: 50%;
    left: 50%;
    width: 64%;
    transform: translate(-50%, -1650%);
    z-index: -100003;
}
.progress_bar
{
  background-color:  rgba(244, 167, 145, 0.95) !important;
}
.ship_r_text
{
  display: flex;
  justify-content: space-around;
}
.ship_order_icon
{
  color: #ffffff; 
  border: 1px solid rgba(244, 167, 145, 0.95);
  border-radius: 50%;
  padding: 1px 3px;
  background: rgba(244, 167, 145, 0.95);
  font-size: 22px;
}
.order_content
{
  display: grid;
  padding: 60px 10px;

}
.order_icon
{
  margin: 100px 10px;
}
.order_rate
{
  padding: 60px 10px;
}
.order_quantity
{
  padding: 60px 10px;

}
.order_total
{
  font-size: 30px;
    padding: 70px 0px;
}
.myquantity
{
  background-color: rgba(244, 167, 145, 0.95);
  border-radius: 0px;
  color: #ffffff;
  border: 1px solid rgba(244, 167, 145, 0.95);
}
.ship_foot
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 13px 129px;
}
.ship_footer
{
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75); 
padding: 10px;
 font-weight: 700;  
}
.abc
{
  display: table;
}
.sumary
{
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
padding: 10px;
font-weight: 800;
}








/* faq page */

.faq_con
{
  padding: 20px 100px;
}
.faq_img
{
  width: 90%;
  height: 90%;
  margin-bottom: 20px;
}


/* service */
.service
{
  padding: 100px 20px;
}
.service h1 
{
  text-align: center;
}
.sendbtn
{
  color: #ffffff;
  background-color:  rgba(244, 167, 145, 0.95);
  border-radius: 0px;
  width: 40%;
  transition: 0.7s;
}
.sendbtn:hover
{ 
  color:  rgba(244, 167, 145, 0.95);
  background-color: #ffffff;
  border: 1px solid  rgba(244, 167, 145, 0.95);
}
.service_img
{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(39%,-53%);
}




/* return exchange */
.return_img
{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-26%, -50%);
}






/* my account */
.account_form
{
  padding: 100px 20px;
}
.myaccount_btn
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  width: 20%;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding: 10px;
  margin-top: 50px; 
}
.myaccount_btn:hover
{
  background-color: #ffffff;
  color:  rgba(244, 167, 145, 0.95);
  border: 1px solid  rgba(244, 167, 145, 0.95);
}
.form_cont
{
  display: block;
    width: 90% !important;
    padding: 13px 1px;
    font-size: 1rem;
    line-height: 2.2 !important;
    color: #495057;
    background-color: #d6d6d6 !important;
    background-clip: padding-box;
    border: #cecece;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cart_btnn
{
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  display: flex;
  border-radius: 0px;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding: 10px;
  transition: 0.5s;
  margin-top: 50px;   
}
.cart_btnn:hover
{
  background-color: #ffffff;
  color:  rgba(244, 167, 145, 0.95);
  border: 1px solid  rgba(244, 167, 145, 0.95);
}
.myheart
{
  transition: 0.8s !important;
}
.myheart:hover
{
  background-color  :red !important;
  color: #ffffff;
  cursor: pointer;
  border: 1px ;
}
.fa-star:before {
  content: "\f005";
}

.rating-listt li i.yellow {
  color: #FFD700;
}

.rating-listt li i.gray {
  color: #bbb;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.rating-listt li {
  padding: 0px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}


.custom-radio-btn {
  width: 20px;
  height: 20px;
  border: 2px solid  rgba(244, 167, 145, 0.95);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  cursor: pointer;
}

.custom-radio-btn input {
  display: none;
}

.custom-radio-btn .checkmark {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  background: #ddd;
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.custom-radio-btn input:checked + span.checkmark {
  opacity: 1;
  background-color:  rgba(244, 167, 145, 0.95);
}
.radioyz
{
  width: 15px !important;
  height: 15px !important;
}

a:nth-of-type(2n) {
  margin-right: 0;
}

.full-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

a.next,a.prev{
  width: auto;
  padding: 2rem;
  font-size: 36px;
  color: red;
  font-weight: bold;
  text-decoration: none;
}

.red{
  color: red;
  font-weight: bold;
}

@media screen and (min-width: 50em) {
  a {
    width: calc(25% - 6px);
  }
  
  a:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  a:nth-of-type(4n) {
    margin-right: 0;
  }
}

a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

figure {
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.p a {
  display: inline;
  font-size: 13px;
  margin: 0;
}

.p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px;
}













.addbtn
{
  width: 40%;
}
.myicons
{
  padding: 3px 26px;
    margin-left: 61px;
}
.myindex_icon
{
  /* margin: 20px 280px;
  padding: 22px 49px; */
  margin: 0px 160px;
  padding: 0px 20px;
}
.fav_icon
{
  margin: 44px 10px;
}




.plus-minus-input {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.plus-minus-input .input-group-button .circle {
  padding: 13px 6px;
}



/* tabs */
cycle-tab-container {
  margin: 30px auto;
  width: 800px;
  padding: 20px;
  box-shadow: 0 0 10px 2px #ddd;
}

.cycle-tab-container a {
  color: #173649;
  font-size: 16px;
  font-family: roboto;
  text-align: center;
}

.tab-pane {
    text-align: center;
    height: 100px !important;
    margin: 30px auto;
    width: 500px;
    max-width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 4s ease-in-out;
}

.fade.active {
  opacity: 1;
}

.cycle-tab-item {
  width: 180px;
}

.cycle-tab-item:after {
  display:block;
  content: '';
  border-bottom: solid 3px orange;  
  transform: scaleX(0);  
  transition: transform 0ms ease-out;
}
.cycle-tab-item.active:after { 
  transform: scaleX(1);
  transform-origin:  0% 50%; 
  transition: transform 5000ms ease-in;
}


.nav-link:focus,
.nav-link:hover,
.cycle-tab-item.active a {
  border-color: transparent !important;
  color: orange;
}

section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{
background: #abadad;
  color: #eee;
}
#tabs h6.section-title{
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #eee;
  font-size: 20px;
}

/*  form dress page */
.my_quantity_form {
  width: 300px;
  padding: 10px 0px;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.my_quantity_form #decrease {
  margin-right: -4px;
  padding: 15px;
  background-color:  rgba(244, 167, 145, 0.95);
}

.my_quantity_form #increase {
  margin-left: -4px;
  background-color:  rgba(244, 167, 145, 0.95);
  padding: 15px;
}


.my_quantity_form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 65px;
  height: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fa_check_one
{
  padding: 1px 8px;
    margin: -13px -11px;
    color:  #ffffff;
    background-color:  rgba(244, 167, 145, 0.95);
}
.fa_check_sec
{
  padding: 1px 8px;
  margin: -13px -11px;
  background-color:  rgba(244, 167, 145, 0.95);
  color: #ffffff;
  }


  .review
  {
    width: 258%;
    float: left;
  }
  .comments_user
  {
    height: auto;
    border: 8px solid #c3c3c3;
    padding: 8px 10px;
    background-color: #ffffff;

  }
  .left_span
  {
    float: left;
    font-weight: 700;
  }
  .left_ul
  {
    float: left;
    display: flex;
    margin: 25px -57px;
  }
  .left_h6
  {
    float: left;
    display: flex;
    font-weight: 800;
    margin: 47px -54px;
  }
  .p_left
  {
    display: flex;
    margin: 50px -3px;
  }
  .abrow
  {
    width: 247%;
    position: relative;
    top: 50%;
    left: 51%;
    transform: translate(-49%,-33%);
  }
  .right_side
  {
    width: 500%;
  }
  .right_sider
  {
    position: relative;
    top: -36%;
    left: 160%;
    transform: translate(320%,-400%);
  }
  .our_con
  {
    position: relative;
    top: 50%;
    width: 247%;
    left: 50%;
    transform: translate(-50%,-60%);
  }
  .our_btn
  {
    background-color:   rgba(244, 167, 145, 0.95);
    color: #ffffff; 
    width: 50%;
    transition: 0.6s;
    border-radius: 0px;
  }
  .our_btn:hover
  {
    color:  rgba(244, 167, 145, 0.95);
    background-color: #ffffff;
    border: 1px solid  rgba(244, 167, 145, 0.95);
  }
  .msgss

  {
    display: block;
    margin: 10px 30px;

  }
  .paratwo
  {
    float: left;
    margin: -40px 0px;
  }
  .myul
  {
    position: relative;
    top: 50%;
    left: 20%;
    background-color: transparent;
    transform: translate(-97%,-66%);
  }
  .heerow
  {
    border-bottom: 1px solid #c5b4b4;
    background: rgb(241, 234, 234);
    width: 1110px;
    margin: 0px -345px;
  }
.myicons
{
  margin: 16px 61px !important;
}

  
.yellow-color {
  color: #FFD700;
}
.gray-color{
  color:#bbb;
}