@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
button{
  cursor: pointer;
}
del{
  color: #00000090;
  padding: 0 10px;
}

/* <!-- Header start here --> */
.header_wraper {
  position: sticky;
  top: 0;
  z-index: 5;
}

.header {
  display: flex;
  padding: 0 5%;
  height: 80px;
  justify-content: space-between;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.28);
  align-items: center;
  color: #03254c;
  position: relative;
  background: #ffffff;
  top: 0;
}
.nav_hidden {
  display: none;
  position: absolute;
  right: 3%;
  top: 80px;
  background: #fff;
  border: 1px solid #ccc;
  width: 23%;
  border-radius: 20px;
  z-index: 0;
  box-shadow: 0 5px 5px #1b9f2f1a;
}
.nav_hidden .user_profile {
  padding: 20px 0 15px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1%;
}
.nav_hidden .user_profile img {
  width: 50px;
  padding-right: 0;
}
.nav_hidden .name {
  margin: 0 auto;
}
.nav_hidden .name h6 {
  font-size: 13px;
}
.nav_hidden .name p {
  font-size: 9px;
}
.nav_hidden a {
  padding: 13px 0 13px 0px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 10px;
}
.nav_hidden a:hover {
  background: #eeeeee;
}
.nav_hidden a img {
  height: 16px;
  margin-right: 12px;
}
.nav_hidden a .caret_down {
  height: 6px;
  margin-top: 3px;
  margin-left: auto;
}
.icons:hover .nav_hidden{
  display: block;
}
.dropdown_lang a {
  padding-left: 37%;
}

.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo a {
  text-decoration: none;
}
.logo h4 {
  padding-left: 5px;
  font-size: 20px;
  color: #03254c;
}
.burger {
  display: none;
}
.nav li {
  display: inline;
  padding: 30px 20px;
}
.nav li a {
  color: #03254c;
  text-decoration: none;
  text-transform: capitalize;
}
.main_nav:hover, .active {
  position: relative;
  top: -5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #03254c;
}

.hover_nav{
  display: none ;
  position: absolute;
  width: 55%;
  top: 60px;
  left: 1%;
  background: #fff;
  justify-content: space-between;
  gap: 1%;
  padding: 50px 50px 30px 50px;
  box-shadow: 0 4px 10px #fffbfb80;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
  
}
.hover_nav .sect ul{
  padding-left: 0;
}
.hover_nav .sect h5 {
  color: #03254c;
  border-bottom: 1px solid #03254c;
  text-transform: uppercase;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hover_nav .sect li {
  font-size: 16px;
  display: block;
  padding: 10px 0;
  margin: 0 ;
}
.off_img {
  background-image: url(../images/off_men.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
  height: 200px;
  width: 16%;
  padding: 8% 20px;
  margin-top: 20px;
}
.off_img h5 {
  width: 73px;
}
.men:hover .hover_nav{
  display: flex;
  top: 60px;
}
.women:hover .hover_nav{
  display: flex;
  top: 60px;
}
.search_sec {
  margin-left: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
/* .select{
    border: 1px solid #00000050;
    color: #00000050;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 123px;
    height: 46px;
} */
.search{
  padding: 18px 0;
}
.search input {
  border: 1px solid #00000050;
  color: #00000050;
  border-radius: 7px;
  /* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
  padding: 0 0 0 35px;
  width: 500px;
  height: 46px;
  margin-right: 25px;
}
.search img {
  position: absolute;
  top: 28px;
  left: 10px;
  content: "";
  z-index: 2;
  padding: 5px;
  /* background: #03254C; */
  border-radius: 50%;
}
.device img,
.call img,
.follow img,
.user img {
  padding-right: 10px;
  cursor: pointer;
}
.sign img {
  padding-left: 10px;
  padding-right: 0;
}
.icons{
  padding: 25px 0;
}
.icons img {
  padding: 0 20px;
}
.burger,
.cart {
  display: none;
}
.search_suggest{
  display: none;
  width: 68%;
  flex-direction: column;
  background-color: #f2f2f2;
  position: absolute;
  top: 80px;
  overflow: hidden;
  border-radius: 7px ;
  box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.2);
}
.suggest, .product_suggest{
  background-color: white;
  padding-bottom: 8px;
}
.suggest h6{
  font-size: 10px;
  background-color: #03254C14;
  text-align: right;
  padding: 7px 10px;
  margin-bottom: 8px;
}
.suggest li{
    list-style: none;
    padding: 7px 20px;
}
.suggest li a{
  text-decoration: none;
  color: #000;
}
.product_suggest{
  padding: 10px 0 5px;
  
}
.product {
  color: #000000;
  padding: 10px 0;
  text-decoration: none;
  
}
.product img{
  position: static;
  border-radius: 0;
  float: left;
  width: 33px;
  height: 40px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 0;
}
.product h5{
  font-size: 14px;
  font-weight: 500;
}
.product .price{
  padding: 0;
  font-size: 14px;
  margin-top: 10px;
}
.search:hover .search_suggest{
  display: flex;
}
.dots_one{
  top: -20px;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 60px;
  text-align: center;
  margin: 0 auto;
}
.dots_one img:first-child{
  margin-left:-15px;
}
.dots_one img:last-child{
  margin-left:-5px;
}
/* <!-- Header end here --> */

/* <!-- Hero section start here --> */

.hero_section {
  background-image: url(../images/heroiamge.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  height: 940px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 17%;
}
.hero_content {
  color: #ffffff;
  max-width: 651px;
}
.hero_content h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.hero_content h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  padding-bottom: 30px;
}
.hero_btn {
  color: #fff;
  margin-top: 50px;
  padding: 10px 20px;
  background: #00000000;
  font-size: 20px;
  border: 1px solid #ffffff50;
  cursor: pointer;
}
.hero_btn:hover {
  background: #fff;
  color: #000;
}
/* <!-- Hero section end here --> */

/* <!-- Category section start here --> */

.category_section {
  padding: 100px 0px;
}
.product_head {
  display: flex;
  justify-content: space-between;
  margin: 0 50px;
  margin-bottom: 50px;
}
.product_head h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.product_head a {
  font-size: 35px;
  text-decoration: none;
  color: #0b91d1;
}
.product_head a:hover {
  text-decoration: underline;
  color: #03254c;
}
.categories {
  display: flex;
  margin: 0 42px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.category {
  text-align: center;
  margin-bottom: 20px;
  width: 18%;
}
.category h3{
  font-size: 30px;
}
.cat_img {
  position: relative;
}
.cat_img img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 30px;
}

.toviewall {
  width: 100%;
  height: 90%;
  display: none;
  position: absolute;
  border-radius: 50%;
  text-decoration: none;
  padding-top: 45%;
  font-size: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #00000050;
  z-index: 2;
}
.category:hover .toviewall {
  display: block;
}

/* <!-- T-shirt section start here --> */
.shirt_section{
  position: relative;
}
.shirt_container {
  display: flex;
  margin: 0 50px;
  justify-content: space-between;
  gap: 40px;

}
.shirt_product {
  box-shadow: 0 5px 5px #00000045;
  border: 1px solid #00000015;
  position: relative;
  overflow: hidden;
}
.shirt_product img {
  width: 100%;
} 
.shirt_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -120%;
  padding-right: 20px;
}
.shirt_top img:last-child {
  width: 25px;
}
.shirt_top img {
  width: 25%;
  cursor: pointer;
}
.bottom_name {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  margin-top: 330px;
  background-color: #fff;
  font-size: 20px;
}
.star {
  display: flex;
  font-size: 18px;
}
.star img {
  padding-right: 5px;
}
.price {
  padding: 20px;
}
.onhover_product {
  display: none;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 3;
}
.shirt_product:hover .onhover_product {
  display: block;
}
.dash {
  text-align: center;
  font-size: 24px;
}
.btn_cart {
  background: #000;
  color: #fff;
  margin-bottom: 20px;
  padding: 8px 5px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.onhover_product .price {
  margin-left: -20px;
}

.onclick_cart{
  display: none;
  position: absolute;
  width: 59%;
  z-index: 2;
  background: #fff;
  left: 20.5%;
  padding: 40px;
  border-radius: 7px;
  top: 0;
  box-shadow: 0px 0px 110px 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.onclick_cart .single_right{
  padding-left: 8%;
}

.onclick_cart .top_images{
  width: 50%;
  border-right: 2px solid rgba(0, 0, 0, 1);
  padding-right: 10%;
}
.onclick_cart .top_images .img_one {
  grid-column: 1;
  grid-row: 3;
}
.onclick_cart .top_images .img_two {
  grid-column: 2;
  grid-row: 3;
}
.onclick_cart .top_images .img_three {
  grid-column: 3;
    grid-row: 3;
}
.onclick_cart .top_images img:last-child {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
}
.onclick_cart .single_right .seller_cart {
  justify-content: space-between;
}
.onclick_cart .single_btn{
  width: 100% ;
  justify-content: left;
  gap: 10px;
}
.onclick_cart .single_btn button{
  background-color: #000 !important;
  width: auto !important;
}
.onclick_cart .single_btn button{
  background: #000;
  padding: 10px;
  border-radius: 10px ;
}
 .wish_share{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -10%;
 }
.closebtn{
    position: absolute;
    top: -70px;
  right: 0;
}
.closebtn button{
  border-radius: 50%;
  background: #000;
  border: none;
  cursor: pointer;
}
.closebtn button img{
  width: 26px;
  margin: 8px 11px;
  margin-top: 13px;
}
.btn_cart:hover .onclick_cart{
  display: block;
}

/* <!-- T-shirt section end here --> */

/* <!--Image section start here --> */

.off_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 42px;
  margin-top: 100px;
  flex-wrap: wrap;
}
.off_images img {
  width: 28%;
}
.off_images * {
  flex-basis: 33%;
}
.off_img_one {
  background-image: url(../images/Group\ 50050.png);
  background-position: 50% 0%;
  background-size: 300%;
}
.off_img_one h4 {
  text-align: center;
  font-size: 24px;
  color: #ce4140;
  margin-top: 15%;
  padding-bottom: 33px;
  text-transform: uppercase;
}
.off_img_one h2 {
  text-align: center;
  font-size: 46px;
  color: #fff;
  margin: 0 auto;
  width: 70%;
  text-transform: uppercase;
}
.off_img_two {
  background-image: url(../images/Group\ 50050.png);
  background-position: 0px -330px;
  background-size: 300%;
  /* background-repeat: no-repeat; */
}
.off_img_two h4 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-top: 15%;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.off_img_two h2 {
  text-align: center;
  font-size: 46px;
  color: #ce4140;
  margin: 0 auto;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.off_img_two h3 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
}

/* <!--Image section end here --> */

/* <!--Jacket section start here --> */

.margin_top100 {
  margin: 100px 0;
}
/* <!--Jacket section end here --> */
/* <!--testimonial section start here --> */
.testimonial {
  margin-top: 100px;
  padding: 50px 0;
  background-image: url(../images/testiimage.png);
  background-position: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 552px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.left_arrow {
  position: absolute;
  top: 45%;
  left: 100px;
  border: 1px solid #fff;
  padding: 25px 0;
  height: 80px;
  width: 50px;
}
.right_arrow {
  position: absolute;
  top: 45%;
  border: 1px solid #fff;
  padding: 25px 0;
  height: 80px;
  width: 50px;
  right: 100px;
}
.dots {
  padding-top: 30px;
  display: flex;
  width: 60px;
  text-align: center;
  margin: 0 auto;
}
.dots img {
  padding: 0 5px;
}
.client h3 {
  margin: 30px 0;
  font-size: 35px;
}
.client_review {
  font-family: "Poppins", sans-serif;
  position: relative;
  max-width: 730px;
  margin: 20px auto;
}
.client_review .one {
  position: absolute;
  left: -10px;
  top: -20px;
}
.client_review .two {
  position: absolute;
  right: -10px;
  bottom: 0px;
}
.client_img {
  margin-top: 50px;
  margin-bottom: 10px;
  width: 80px;
}

/* <!--testimonial section end here --> */
/* <!--Latest blog section start here --> */
/* 
.latest_blog {
  text-align: center;
  margin: 0 50px;
  margin-top: 100px;
}

.latest_blog h3 {
  font-size: 35px;
  margin: 30px 0;
  margin-bottom: 50px;
}
.blog_container {
  display: flex;
  justify-content: space-between;
}
.blog_box {
  text-align: center;
  max-width: 30%;
}
.blog_box img {
  width: 100%;
}
.blog_info {
  position: relative;
  bottom: 90px;
  margin: 0 42px;
  padding: 20px;
  border: 1px solid #03254c;
  z-index: 2;
  background-color: #fff;
  box-shadow:0 5px 5px #03254C;
}
.blog_info h4 {
  font-size: 22px;
  margin: 20px 0;
}
.blog_info a {
  text-decoration: none;
  font-size: 20px;
  color: #03254c;
  font-weight: 500;
}
.blog_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.blog_cat img {
  width: 20px;
}
.publish {
  display: flex;
  justify-content: space-around;
}
 */
/* <!--Latest blog section end here --> */

/* <!--Store section  section strat here --> */
.our_store{
  margin: 100px 0;
}
.store_wrap{
  display: flex;
  gap: 40px;
  margin: 0 50px;
}
.store{
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.store_bottom{
  text-align: center;
  padding: 0 20px;
}
.store_bottom h5{
  font-size: 20px;
  padding-top: 20px;
}
.store img{
  width: 100%;
}
.store_bottom .star{
  justify-content: center;
  padding: 20px 0;
}
.store_bottom .star img{
  width: 18px;
  height: 14px;
}

.store_bottom .btn_cart{
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.store_bottom a{
  text-decoration: none;
}
.store_bottom .btn_cart img{
  height: 15px;
  width: 10px;
}
/* <!--Store section  section end here --> */

/* <!--Brand section start here --> */

.brand {
  margin: 100px 51px;
  display: flex;
  justify-content: space-between;
}
.dots_two {
  position: relative;
  bottom: 50px;
  display: flex;
  width: 60px;
  text-align: center;
  margin: 0 auto;
}
.dots_two img {
  padding: 0 5px;
}
/* <!--Brand section end here --> */
/* <!--Footer section satrt here --> */

.footer {
  background: #000000bf;
  margin-top: 50px;
  padding: 0 200px;
  color: #fff;
}
.footer_container {
  display: flex;
  padding-top: 100px;
  /* justify-content: space-between; */
}
.foot_left {
  max-width: 470px;
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  justify-content: space-between;
}
.foot_left img {
  width: 150px;
}
.subscribe {
  display: flex;
  align-items: center;
}
.subscribe input {
  height: 50px;
  width: 365px;
}
.subscribe img {
  width: 55px;
  background: #03254c;
  padding: 10px;
}
.foot_right {
  display: flex;
  justify-content: space-between;
}
.footer .sect {
  padding-left: 150px;
}
.footer .sect h5 {
  font-size: 20px;
  margin-bottom: 35px;
}
.footer .sect li {
  list-style: none;
  padding: 7px 0;
}
.copyright {
  border-top: 1px solid #fff;
  padding: 30px 0;
  text-align: center;
  margin-top: 50px;
}
/* <!--Footer section end here --> */

/* Styles of Products page- only for not reused code */

/* <!--Product banner section end here --> */
.product_banr {
  background: #000;
  background-image: url(../images/productbanner.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 130px 0;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}
.product_banr h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 70px;
}
/* <!-- Product section start here --> */

.product_sect {
  margin: 40px 2.5%;
  display: flex;
  gap: 1.8%;
  justify-content: space-between;
}
.left_control {
  width: 20%;
}
.select_category {
  border: 1px solid #00000020;
  padding: 30px 12%;
  margin-bottom: 30px;
  overflow: hidden;
}
.select_category h5 {
  font-size: 20px;
  font-weight: 800;
  border-bottom: 1px solid #00000020;
  line-height: 28px;
  padding-bottom: 20px;
  position: relative;
}
.select_category h5::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 1px;
  background-color: #03254c;
  bottom: 0;
  left: 0;
}
.select_category ul {
  margin: 0;
  padding: 0;
}
.select_category li {
  list-style: none;
  padding-top: 15px;
  font-size: 15px;
  align-items: center;
}
.select_category li a {
  text-decoration: none;
  color: #000;
}
.select_category li img {
  margin-top: 5px;
  height: 13px;
}
.select_category .range {
  background-color: #03254c;
  height: 5px;
  appearance: none;
  border-radius: 11px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.select_category .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #03254c;
  cursor: pointer;
}
.select_category button {
  font-size: 13px;
  background: #03254c;
  padding: 9px 15%;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  float: right;
}
.select_category label {
  font-size: 16px;
  position: relative;
  top: 6px;
}
.select_category li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select_category li p {
  margin-bottom: 0;
}
.star_cat {
  display: inline;
}
.right_products {
  width: 100%;
}
.product_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_top h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  padding-bottom: 20px;
}
.sort_product {
  width: 170px;
  font-size: 12px;
}
.sort_product .default:hover + .sorting {
  display: block;
}
.sort_product .default {
  border: 1px solid #00000020;
  border-radius: 7px;
  padding: 9px 10px;
  position: relative;
}
.sort_product img {
  position: relative;
  top: 4px;
  margin-left: 30%;
  transform: rotate(90deg);
}
.sorting {
  position: absolute;
  display: none;
  border: 1px solid #00000020;
  border-radius: 7px;
  background-color: #fff;
  margin-top: 10px;
  padding: 10px;
  width: 170px;
  z-index: 2;
}
.sorting a {
  text-decoration: none;
  color: #000;
}

.products .shirt_container {
  margin: 0;
  flex-wrap: wrap;
}
.products .shirt_container .shirt_product {
  width: 23%;
}

/* <!-- Product section end here --> */
/* <!-- Single Product section start here --> */
.single_product {
  padding: 50px 5% 0;
}
.single_top {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}
.top_images {
  display: grid;
  gap: 5%;
  width: 50%;
  padding-bottom: 30px;
}
.top_images img {
  border: 0.5px solid #03254c7e;
  border-radius: 3%;
  height: 100%;
  width: 100%;
}
.top_images .img_one {
  grid-column: 1;
  grid-row: 1;
}
.top_images .img_two {
  grid-column: 1;
  grid-row: 2;
}
.top_images .img_three {
  grid-column: 1;
  grid-row: 3;
}
.top_images img:last-child {
  grid-column: 2 / span 2;
  grid-row: 1 / span 3;
  padding: 10% 30% 0;
  width: 100%;
}

.single_right {
  width: 50%;
  margin-bottom: 20px;
}
.single_right h2 {
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 30px;
}
.single_right .seller_cart {
  display: flex;
  margin-top: 40px;
  align-items: center;
  flex-direction: row;
  gap: 24%;
}
.message {
  display: flex;
  gap: 10px;
  border: 1px solid #03254c;
  box-shadow: 0 0 110px #0c58afc9;
  padding: 6px 11px;
  border-radius: 10px;
  align-items: center;
  margin-left: -20px;
  text-decoration: none;
}
.message p {
  font-size: 16px;
  text-decoration: none;
  color: #03254C;
  font-weight: bold;
}
.size {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.single_right h5 {
  padding-right: 30%;
  font-size: 20px;
}
.seller_cart h5{
  padding: 0;
}
.size_name {
  display: flex;
  padding-left: 6%;
}
.size_name p {
  padding: 10px 0;
  width: 40px;
  text-align: center;
  border: 1px solid #03254c;
  box-shadow: 0 5px 5px #03254c58;
  margin-left: 20px;
}
.size_name .active {
  position: static;
  background-color: #03254c;
  color: #fff;
}
.color,
.single_price,
.club_point {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.color_wrap {
  display: flex;
  padding-left: 6%;
  gap: 20px;
}
.color_one,
.color_two,
.color_three {
  background: #213533;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.single_price p,
.club_point p {
  padding-left: 6%;
  font-size: 20px;
  font-weight: 500;
}
.club_point img {
  padding-right: 10px;
}
.club_point h5 {
  padding-right: 20%;
}
.single_right .privacy {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.single_btn {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 50px;
}
.single_btn button {
  height: 44px;
  width: 40%;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #03254c;
  color: #fff;
  text-transform: uppercase;
}

.description,
.video_wrap,
.reviews,
.queries {
  margin-top: 50px;
  padding: 1.5%;
  border: 1px solid #03254c51;
  border-radius: 20px;
}
.description h4,
.video_wrap h4,
.reviews h4,
.queries h4 {
  font-size: 25px;
  line-height: 55px;
  border-bottom: 1px solid #03254c51;
  margin-bottom: 30px;
}
.video {
  display: flex;
  justify-content: center;
}
.review {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
}
.rev_info {
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reviews button {
  border: 1px solid #03254c;
  width: 15%;
  margin-left: 42.5%;
  padding: 10px 30px;
  background: #fff;
  margin-bottom: 30px;
}
.single_product .shirt_section {
  margin: 0 -42px;
  margin-top: 50px;
}
.queries {
  margin-bottom: 0;
}
.queries textarea {
  width: 100%;
  border: 1px solid #03254c51;
  border-radius: 20px;
  padding: 30px;
}
.queries button {
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #03254c;
  color: #fff;
  padding: 11px;
}
/* <!-- Single Product section end here --> */
/* <!-- All Seller section start here --> */

.all_seller_section h1 {
  font-size: 80px;
  line-height: 120px;
  width: 25%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 5px solid #03254c80;
}
.sellers_wrap {
  margin: 100px 5%;
  display: flex;
  gap: 2.5%;
  row-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seller {
  border: 1px solid #03254c;
  box-shadow: 0px 5px 5px 0px #cdebd326;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.div_img {
  height: 223px;
  width: 304px;
  border-bottom: 1px solid #03254c80;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.seller button {
  margin: 0 10px 20px;
  height: 60px;
  font-size: 20px;
  background: #03254c;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 10px;
}

/* <!-- All Seller section end here --> */
/* <!-- Cart page section start here --> */
.cart_section {
  display: flex;
  margin: 50px 5%;
  gap: 2.5%;
}
.my_cart,
.cart_product {
  display: flex;
  align-items: center;
  border: 1px solid #03254c;
  border-radius: 15px;
  padding: 30px 15px 30px;
}

.my_cart button {
  background: #03254c;
  padding: 10px 2.5%;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin-left: 2%;
  cursor: pointer;
}
.delivary {
  border-left: 1px solid #03254c;
  padding-left: 1.5%;
  margin-left: 15px;
}
.delivary span {
  background: #03254c;
  color: #ffffff;
  padding: 2px 5px;
}
.cart_product {
  margin: 50px 0;
}
.p_btns {
  display: grid;
  margin-top: -4%;
  margin-left: 4%;
  gap: 10px;
  column-gap: 5%;
}
.p_btns img {
  height: 100%;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 4;
}
.p_btns button {
  width: 30px;
  height: 30px;
  padding-top: 3px;
  border-radius: 50%;
  border:1px solid #03254C80;
}
.comp {
  grid-column-start: 2;
  grid-row-end: 2;
}
.wishred {
  grid-column-start: 2;
  grid-row-end: 1;
}

.product_detail {
  margin-left: 2%;
}
.product_detail h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.product_price {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 24px;
  gap: 10px;
}
.product_price p {
  font-size: 22px;
  font-weight: 600;
  color: #03254c;
}
.club_point_pro {
  display: flex;
  gap: 10px;
}
.club_point_pro img {
  width: 23px;
}
.club_point_pro span,
.product_price del {
  color: rgba(0, 0, 0, 0.499);
}
.product_detail button {
  border-radius: 20px;
  padding: 8px 20px;
  margin-top: 25px;
  background-color: transparent;
  border: 1px solid #03254c;
}
.item_price {
  width: 18%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item_price button {
  background-color: #03254c;
  color: #ffffff;
  border-radius: 20px;
  padding: 12px 15%;
}
.pro_size {
  border: 1px solid #03254c80;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px;
}
.pro_size * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.pro_size .low {
  border-bottom: 1px solid #03254c80;
  margin-bottom: 3px;
}
.add_remove {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #f6fafb;
  box-shadow: 0px 5px 5px 0px #00000026;
  border-radius: 10px;
}
.add_remove button {
  border-radius: 10px;
  padding: 7px;
}
.add_remove button img{
    width: 20px;
    height: 20px;
}
.cart_total {
  border: 0.5px solid #03254c;
  border-radius: 15px;
  box-shadow: 0px 5px 5px 0px #cdebd326;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.total {
  border: 0.5px solid #03254c;
  border-radius: 15px;
}
.total * {
  display: flex;
  justify-content: space-between;
  padding: 15px 4%;
}
.club_point_offer,
.safety {
  display: flex;
  border: 0.5px solid #03254c;
  border-radius: 15px;
  padding: 10px 4%;
  gap: 20px;
  align-items: center;
}
.club_point_offer span {
  color: #00000080;
}
.safety {
  border: none;
}
.safety p {
  width: 40%;
}
.cart_btns_process {
  text-align: center;
}
.cart_btns_process button {
  width: 49.3%;
  height: 3.5em;
  font-size: 25px;
  background-color: #03254c;
  color: #f6fafb;
  border-radius: 10px;
  margin-bottom: 20px;
}
/* <!-- Cart page section end here --> */
/* <!-- Full cart page section start here --> */

.full_cart{
    display: flex;
    margin: 50px 5%;
    gap: 2%;
    justify-content: space-between;
}
.payment_sect{
    width: 50%;
    border: 1px solid #03254C;
    border-radius: 15px;
    padding: 1%;
}
.full_cart .cart_product{
    display: flex;
    gap: 5%;
    margin-top: 0;
}
.full_cart .cart_section{
    width: 50%;
    border:1px solid #03254C;
    border-radius: 15px;
    padding: 1%;
    margin: 0;
    flex-direction: column;
}
.full_cart .safety{
    justify-content: center;
    padding-bottom: 40px;
}
.full_cart  .p_btns{
    margin-left: 0;
    column-gap: 10%;
}
.full_cart  .cart_total {
    border: none;
}
.full_cart .product_detail button{
   background-color: #03254C;
   color: #fff;
   border-radius: 6px;
   border: none;
   margin-right: 15px;
}
.full_cart .product_detail button:last-child{
   background-color: #EA0000;
   color: #fff;
}

.address{
    display: flex;
    padding: 2%;
    justify-content: space-between;
    gap: 20px;
}
.address input{
  height: 20px;
}
.address span{
  background-color: #03254C;
  height: 30px;
  color: #fff;
  padding: 6px 5px 0px;
  font-size: 14PX;
}
.address h5{
  font-size: 18px;
  margin-bottom: 10px;
}
.address button{
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #03254C;
  color: #fff;
  font-size: 14px;
  height: 24px;
  border: none;
}
.location{
  flex-grow: 2;
}
.location p{
  width: 40%;
  font-size: 16px ;
}
.location button{
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #03254C;
  color: #fff;
  height: 42px;
  border: none;
  margin-top: 20px;
}
.deliver_address_sec, .payment, .payment_opt{
    border: 1px solid #03254C;
    border-radius: 15px;
}
.all_head{
    display: flex;
    justify-content: space-between;
    background: #03254C ;
    color: #fff;
    align-items: center;
    height: 69px;
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.all_head *{
    display: flex;
    gap: 20px;
}
.all_head a{
  text-decoration: none;
}
.all_head button{
    color: #03254C;
    background-color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 15px;
    border: transparent;
 }
    .payment{
      margin: 50px 0 ;
      border: 1px solid #03254C;
    } 
    .payment .pay_btns{
      display: flex;
      align-items: center;
      padding: 50px 2.5% 50px;
    }
.payment .pay_btns button{
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #03254C;
  color: #fff;
  height: 42px;
  border: none;
}
.pay_btns button img{
  width: 90%;
  margin-top: -5px;
}
.pay_btns button:first-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pay_btns button:last-child{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  /* box-shadow: 0px 5px 5px 0px #03254C26; */
  border: 1px solid #03254C26;
}
.payment_sect .address{
  justify-content: start;
}
.select_option{
  display: flex;
  gap: 20px;
}
.payment_opt .card_sec img{
  height: 100%;
}
.card_sec input, .card_sec select{
  padding-left: 10px;
  height: 53px;
  border: 1px solid #03254C80;
  border-radius: 10px;
}
.card_sec input[type=radio]{
  height: 20px;
}
.payment_opt .card_sec button{
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #03254C;
  color: #fff;
  height: 52px;
  border: none;
}
.card_sec .input_pay{
  position: relative;
}
.input_pay input{
 width: 360px;
 margin-right: 20px;
}
.input_pay a{
  position: absolute;
  left: 290px;
  top: 18px;
  font-size: 14px;
  text-decoration: none;
  color: #03254C;
}
.desc_atm input{
  width: 360px;
}
.desc_atm .date{
  margin: 20px 0;
  border-radius: 10px;
  position: relative;
  padding-right: 20px;
}
.desc_atm .date p{
  position: absolute;
  color: #00000090;
  font-size: 16px;
  top: 15px;
  left: 10px;
}
.desc_atm .date input{
  background-color: transparent;
  padding-left: 70px;
  width: 220px;
  padding-right: 10px;
}
.desc_atm .cvv{
  position: relative;
}
.desc_atm .cvv input{
  width: 125px;
}
.desc_atm .cvv img{
  position: absolute;
  left: 100px;
  height: 20px;
  top: 18px;
}
.desc_atm button{
  width: 360px;
}
.desc_atm select{
  width: 360px;
  margin-right: 20px;
}
.desc_atm .paybtnselect{
  width: 360px;
  margin-top: 20px;
}
/* <!-- Full cart page section end here --> */

/* <!-- Signup and login page style Start here --> */

.signup_phone, .signup_email , .login{
  max-width: 700px;
  background: #F2F4F6;
  border-radius: 15px;
  padding: 50px;
  margin: 100px auto;

}
.signup_phone h3, .signup_email h3, .login h3{
  font-size: 30px;
  text-align: center;
}
.btns_ways{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 250px;
}
 .btns_ways button{
  width: 125px;
  height: 68px;
  border: 1px solid #03254C80;
  border-radius: 5px;
  font-size: 20px;
  background: #fff;
  color: #000;
}
.btns_ways button:first-child{
  background: #fff;
  color: #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btns_ways button:last-child {
  background: #03254C;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.signup_email .btns_ways button:first-child{
  background: #03254C;
  color: #fff ;
}
.signup_email .btns_ways button:last-child{
  background: #ffffff;
  color: #000000 ;
}
.phone_main, .email_main, .login_main{
  margin-top: 89px;
}
.phone_main, .email_main, .login_main{
  margin-top: 49px;
}
.phone_main h5, .email_main h5, .login_main h5{
  font-size: 20px;
  margin-bottom: 15px;
}
.signup_phone input, select, .email_main input, .login_main input{
  height: 60px;
  border-radius: 10px;
  background: #fff;
  padding-left: 20px;
  color: #03254C80;
  border: 1px solid #03254C80;
  width: 100%;
  margin-bottom: 28px;
}
.signup_phone input[type=checkbox], .signup_email input[type=checkbox],  .login_main input[type=checkbox]{
  width: 20px;
  height: 20px;
  margin:  0px;
}
.signup_phone input[type=number]{
  max-width: 82%;
}
.signup_phone select{
  padding-left: 5px;
  width: 15%;
  margin-right: 8px;
}
.remember{
  display: flex;
  gap: 10px;
}
.remember a:last-child{
  width: 70%;
  text-align: right;

}
.signup_phone button, .signup_email button, .login button{
  width: 100%;
  height: 60px;
  background: #03254C;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  margin-top: 30px;
}
.phone_main a, .email_main a, .login a{
  text-transform: capitalize;
  text-decoration: none;
  color: #03254C;
}
/* <!-- Signup and login page style end here --> */
/* <!-- topselling page style start here --> */
.topselling_banner{
  background-image: url(../images/topsellingbanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.topselling_banner .arrows{
  padding: 0 20px;
  padding-top: 230px;
 display: flex;
 justify-content: space-between;
}
.topselling_banner .arrows button{
 background-color: #fff;
 width: 60px;
 height: 60px;
 padding: 16px 22px;
 border-radius: 50%;
 border: none;
}
.topselling_banner .arrows button img{
  width: 14px;
  height: 24px;
}
.topselling_banner .arrows button:first-child{
  rotate: 180deg;
}
.topselling_banner .dash{
  padding-top: 190px;
  color: #FFFFFF80;
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 30px;
}
.topselling_banner .dash span{
  color: #fff;
}
 .selling_top{
  margin: 50px;
  display: flex;
  gap: 50px;
}
.selling_top .left_card, .selling_top .right_card{
width: 20%;
height: 153px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
background: #FFFFFF;
border: 0.5px solid rgba(3, 37, 76, 0.5);
box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
border-radius: 20px;
}
.left_card img:first{
  width: 70px;
height: 70px;
}
.left_card .name_rate h4{
  font-size: 24px;
    line-height: 50px;
}
.selling_top .right_card{
  width: 80%;
  justify-content: left;
  padding-left: 50px;
}
.right_card li{
  list-style: none;
  font-size: 30px;
  font-weight: 600;
  display: inline; 
  padding-right: 50px;
}
.right_card li a{
  text-decoration: none;
  color: #1B1B28;
  padding-bottom: 10px;
}
/*  */
.wishlist{
  margin: 50px 0;
}
/* <!-- topselling page style end here --> */
/* <!-- Compare page style starts here --> */
.compare_wrap{
  margin: 50px 5%;
}
.compare_wrap h3{
  font-size: 24px;
}
.compare{
  margin: 50px 0;
  padding: 30px;
  border: 0.5px solid rgba(3, 37, 76, 0.5);
  box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
border-radius: 20px;
background: #FFFFFF;
}
.comp_top{
  border-bottom: 1px solid #D8DBE3;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
}
.comp_top h5{
  font-size: 16px;
}
.comp_top button{
  background: rgba(3, 37, 76, 0.2);
  border-radius: 3.2px;
  color: #03254C;
  padding: 10px;
}
.comparision table{
  margin-top: 50px;
  background: #FFFFFF;
border: 0.5px solid rgba(3, 37, 76, 0.5);
box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
text-align: center;
border-end-end-radius: 20px;
border-collapse: collapse;
font-size: 16px;
width: 100%;
}
.comparision table img{
  width: 75%;
}

.comparision table td{
  border: 1px solid #D8DBE3;
  padding-top: 38px;
  height: 100px;
  vertical-align: top;
}
.comparision table button{
  width: 115px;
height: 42px;
background: #03254C;
border: 1px solid #03254C;
border-radius: 4px;
color: #FFFFFF;
}

/* <!-- Compare page style end here --> */
/* <!-- Message_seller page style start here --> */

.message_seller{
  margin: 50px 5%;
}
.message_seller h4{
  font-size: 24px;
}
.messages{
  margin-top: 50px;
  border: 1px solid #03254C80;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
  padding: 50px;
  font-size: 20px;
}
.msg_box{
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.user_info h5{
  font-size: 20px;
  padding-bottom: 15px;
}
.msg{
  width: 72%;
}
.msg h3{
  font-size: 25px;
  padding-bottom: 30px;
}
.messages textarea{
  width: 100%;
  height: 394.7px;
  background: #FFFFFF;
border: 0.5px solid rgba(3, 37, 76, 0.5);
box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
border-radius: 20px;
}
.messages button{
  width: 80px;
  height: 42px;
background: #03254C;
border: 1px solid #03254C;
border-radius: 4px;
color: #FFFFFF;
margin-top: 50px;
margin-left: 95%;

}
/* <!-- Message_seller page style end here --> */


/* <!-- Order page style start here --> */

.order_section{
  margin: 50px 5%;
  background: #FFFFFF;
border: 0.5px solid #03254C;
box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
border-radius: 20px;
padding: 25px 30px;
}

.order_section h3{
  font-size: 24px;
  border-bottom: 1px solid #D8DBE3;
  padding-bottom: 30px;

}
.order{
  margin-top: 30px;

}
.order .main_table{
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-collapse: collapse ;
}
.order table tr{
  border-bottom: 1px solid #D8DBE3;
}
.order table th{
  text-align: left;
  padding-bottom: 30px;
}
.order table tr td{
  padding: 30px 0;
}
.action{
  position: relative;
}
.drop_act{
  display: none;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 63px;
  border: 1px solid #03254C;
  background-color: #FFFFFF;
  font-size: 12px;
  z-index: 2;
}
.drop_act *{
  display: flex;
  padding: 5px;
  align-items: center;
}
.action:hover .drop_act{
  display: block;
}
.order table tr td span{
  color: #03254C;
  padding-left: 10px;
  position: relative;
  top: -4px;
}
.paid , .unpaid, .reject, .approve, .pending{
  background-color: #03254C;
  color: #FFFFFF;
  display: inline;
  border-radius: 4px;
  padding: 4px;
}
.unpaid, .reject{
  background-color: #EF486A;
}
.pending{
  background-color: #25BCF1;
}
.pagination {
  margin-top: 30px;
  margin-bottom: 10px;
}
.pagination li{
  list-style: none;
  display: inline;
  padding: 10px;
}
.pagination li a{
  text-decoration: none;
  color: #111723;
  padding:10px;
}
.page_active a, .pagination li a:hover{
  background-color: #03254C;
  color: #fff !important;
}
/* <!-- Order page style end here --> */

/* <!-- My Wallet page style start here --> */
.wallet_wrap{
  padding-bottom: 50px;
}
.wallet_wrap h3{
  font-size: 24px;
  padding: 50px  5%;
}
.wallet_wrap h4{
  font-size: 24px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D8DBE3;
}

.wallet_sec{
  padding: 50px 5% 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 3%;
}
.wallet{
  display: flex;
  width: 32%;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #03254C80;
  padding: 35px 0;
  border-radius: 20px;
}
.wallet h2{
  font-size: 40px;
  line-height: 20px;
 }
.wallet h5{
  font-size: 20px;
 }

/* <!-- My Wallet page style end here --> */

/* <!-- Point page style start here --> */
.point_reward h3{
  font-size: 24px;
  margin-top: 50px;
  margin-left: 5%;
}
.point_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8DBE3;
  padding-bottom: 20px;
}
.point_top button{
  color: #FFFFFF;
  background: #03254C;
  padding: 5px 19px;
  border-radius: 3.2px;
}
/* <!-- Point page style end here --> */
/* <!-- Profile page style start here --> */
.profile_sec{
  margin: 50px 5%;
}
.profile_sec h3{
  font-size: 24px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D8DBE3;
}
.update_profile h6{
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.update_profile input{
  color: #FFFFFF;
  border: 1px solid #E2E5EC;
border-radius: 4px;
padding-left: 20px;
width: 100%;
height: 44px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Browse';
  display: inline-block;
  background: #03254C;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 12px 20px;
  margin-left: -20px;
  outline: none;
  white-space: nowrap;
  /* -webkit-user-select: none; */
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.custom-file-input:hover::before {
  border-color: black;
}
/* .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
} */
.img_up{
  margin: 30px 0;
  position: relative;
}
.file_name{ 
  border: 1px solid #EBEDF2;
  top: 50px;
  width: 100px;
  background: #fff;
  position: absolute;
  
  padding: 0 10px 15px;
}
.file_name h6{
  font-size: 16px;
  line-height: 0px;
}
.file_name p{
  color: #8F97AB;
  font-size: 10px;
  line-height: 0px;
}
.update_profile button, .address_saved button{
  background-color: #03254C;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin: 50px 0;
}

.address_input, .add_form{
  border: 0.5px solid rgba(3, 37, 76, 0.5);
  box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
  border-radius: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}
.address_input h3{
  padding: 30px;
}
.add_form{
  display: none;
  width: 50%;
  z-index: 3;
  position: absolute;
  bottom: -860px;
}
.add_form form{
  padding: 0 30px;
}
.add_form form h6{
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.add_form form input{
  height: 44px;
  width: 100%;
  border-radius: 4px;
  padding-left: 20px;
  border: 1px solid #E2E5EC;
}
.address_wrap {
  display: flex;
  gap: 30px;
  padding: 30px 35px;
}
.address_saved, .add_address{
  border: 0.5px solid rgba(3, 37, 76, 0.5);
box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
border-radius: 20px;
padding: 35px;
width: 50%;
display: flex;
gap: 10%;
align-items:flex-end;
}
.address_saved table td{
  height: 30px;
}
.address_saved button{
  margin: 0;
}
.add_address{
  margin: 0 auto;
  height: 190px;
  justify-content: center;
}
.add_address button{
  font-size: 24px;
  background-color: transparent;
  border: none;
}
.add_address:hover .add_form{
  display: block;
}
.change_email{
  border: 0.5px solid rgba(3, 37, 76, 0.5);
  box-shadow: 0px 5px 5px rgba(3, 37, 76, 0.1);
  border-radius: 20px;
  padding: 35px;
}
.change_email h4{
  font-size: 24px;
  padding-bottom: 75px;
}
.change_email h6{
  font-size: 16px;
  padding-bottom: 20px;
}
.varify{
  display: flex;
}
.change_email input{
  height: 44px;
  flex-grow: 2;
  border: 1px solid #E2E5EC;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.change_email .varify button{
  background: #03254C;
  color: #FFFFFF;
  height: 44px;
  width: 100px;
  border-radius: 4px;
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.change_email button{
  background: #03254C;
  color: #FFFFFF;
  height: 44px;
  margin-top: 30px;
  width: 140px;
  border-radius: 4px;
}
.change_email a{
  display: flex;
  justify-content: end;

}

/* <!-- Profile page style end here --> */
