@font-face {
  font-family: "Cinzel Medium";
  src: url("../font/static/Cinzel-Medium.ttf");
}
@font-face {
  font-family: "Raleway Medium";
  src: url("../font/static/Raleway-Medium.ttf");
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
   scroll-behavior: smooth;
}

p,.menu-mobile-title{
	font-family: "Raleway Medium";
  color: #8c8f9a;
  font-size: 18px;
}
ul{
	list-style-type: none;
  font-family: "Raleway Medium";
}
a, button{
    font-family: "Raleway Medium";
	text-decoration: none;
	color: black;
}
input[type="button"]{
    font-family: "Raleway Medium";
}
.row{
	width: 100%;
	float: left;
}
.container{
	width: 90%;
	margin: 0 auto;
}
/* Clothing Banner Wrapper */
.banner_wrapper{
    background-image: url('../images/hipster-mum-036nQiD9mIY-unsplash.jpg');
	max-width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 90px;
}
.overlay5{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.banner_info{
	position: relative;
	z-index: 9;
	color: #fff;
	text-align: center;
}
.banner_info .banner_heading {
    text-align: center;
    display: inline-block;
    border: 3px solid;
    /* border-color: rgba(147, 148, 156, 0.5); */
    height: 120px;
    width: 600px;
    justify-content: center;
    border-color: #7e883a;
}
.banner_info .banner_heading h2 {
    font-size: 50px;
    padding: 23px;
    font-family: "Cinzel Medium";
}
.banner_page_title_inner{
	padding-top: 35px;
}
.banner_page_title_inner p{
	word-spacing: 15px;
  font-size: 25px;
  color: white;
}
.banner_page_title_inner p a{
	font-size: 22px;
	color: white;
}

/* Catalog Clothing Page */
.clothing_banner{
    background-image: url('../images/shop-banner.jpg');
}
.catalog_wrapper{
	width: 100%;
	background-color: #fff;
	padding: 50px 0px;
	float: left;
}
.catalog_column{
	width: 25%;
	float: left;
}
.catlog_item {
    padding-bottom: 20px;
}
.catalog_datails .filters{
	width: 50%;
	float: left;
}
.catalog_datails .clear_all{
	width: 50%;
	float: left;
	text-align: center;
}
.catalog_datails .clear_all a {
    font-family: "Cinzel Medium";
    font-size: 20px;
}
.sidenav .closebtn {
	display: none;
}
.catalog_datails .filters a{
  font-family: "Cinzel Medium";
  font-size: 20px;
}
.catalog {
    padding: 20px 20px 0px 0px;
}
.catalog_heading{
	  padding: 10px 0px;
}
h4.bottom_line {
    border-bottom: 1px solid #ececec;
    padding: 10px 0px;
    font-family: "Cinzel Medium";
}
h4.bottom_line:after{
    content: '\25bd';
    color: #6c6c73;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}
h4.bottom_line.collapsibleactive:after {
    content: "\25bc";
    transform: rotate(180deg);
}
h4.first_category:after{
    content: '\25bc';
    transform: rotate(180deg);
}
h4.first_category.fcollapsibleactive:after{
    content: '\25bd';
    transform: rotate(-120deg);
}
.catalog .catalog_list{
	line-height: 2.5;
}
.category_submenu {
    display: none;
}
.catalog_list form label {
    font-size: 14px;
}
input[type="checkbox"]{
	appearance: none;
	background-color: transparent;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid #b3b3c1;
    border-radius: 0px;
}
input[type="checkbox"]:checked{
	background-color: #7e883a;
}
input[type='radio'] {
  appearance:none;
  width:20px;
  height:20px;
  border-radius:50%;
  position: relative;
  top: 5px;
}
.color_list #color1 input[type='radio']{background-color: #b87145;border: 1px solid #b87145;}
.color_list #color2 input[type='radio']{background-color: #f0c04a;border: 1px solid #f0c04a;}
.color_list #color3 input[type='radio']{background-color: #333333;border: 1px solid #333333;}
.color_list #color4 input[type='radio']{background-color: #cc3333;border: 1px solid #cc3333;}
.color_list #color5 input[type='radio']{background-color: #3399cc;border: 1px solid #3399cc;}
.color_list #color6 input[type='radio']{background-color: #669933;border: 1px solid #669933;}
.color_list #color7 input[type='radio']{background-color: #f2719c;border: 1px solid #f2719c;}
.color_list #color8 input[type='radio']{background-color: #e9e9e9;border: 1px solid #e9e9e9;}










/* FILTER BY PRICE */
.price-input {
    width: 100%;
    display: flex;
}
.price-input .field {
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.field input {
    font-size: 14px;
    border: none;
    display: inline-block;
    background: transparent;
    width: 100%;
}
.field__one{
   text-align: right;
}
.range-input input[type="number"]::-webkit-outer-spin-button,
.range-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.slider {
    height: 1px;
    position: relative;
    border-radius: 5px;
    background: #909096;
}
.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #909096;
}
.range-input{
  position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -3px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.range-input input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.range-input input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
/* FILTER BY PRICE */



.selling_col {
    width: 100%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toggle_bar .sidebar{
	display: none;
	font-size: 16px;
	color: #7e883a;
}
.toggle_bar ul li {
    float: left;
    padding: 10px;
    font-size: 24px;
    position: relative;
    z-index: 9;
}
.toggle_bar ul li a{
   color: #7e883a;
}
.selling{
	/*text-align: right;*/
}
.selling select{
	padding: 8px 24px 8px 12px;
	color: #000;
	border: 1px solid #000;
	font-size: 14px;
	background-color: #f5f5f6;
}
.selling select:focus{
	outline: none;
}
.selling label {
    padding: 10px;
    padding-left: 0;
    display: inline-block;
    font-size: 15px;
    width: 135px;
    text-align: left;
    font-family: "Raleway Medium";
}
.post_column{
	width: 75%;
	float: left;
}
.product_column {
    width: 32.5%;
    float: none;
    padding: 50px 0px;
    box-sizing: border-box;
    display: inline-block;
}
.product{
	margin: 10px;
	position: relative;
}
.product_img{
	position: relative;
}
.overlay1 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 4px;
    justify-content: center;
    display: flex;
}
.product_img:hover .overlay1 {
    opacity: 1;
}
.overlay1 .icon li{
	float: left;
	display: inline-block;
}
.overlay1 .icon li a {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 5px;
	  color: #fff;
    transition: all 0.3s ease-in-out;
}
.overlay1 .icon li a:hover{
    color: #7e883a;
}
.overlay1 .icon li a i{
    font-size: 14px;
}
.product img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.product_sale, .product_new{
	position: absolute;
	top: -15px;
	right: 0;
	background: #7e883a;
	padding: 8px 10px;
	display: inline-block;
	color: white;
	text-transform: capitalize;
  font-family: "Raleway Medium";
}
.product_new{
	background-color: #303030;
}
.product_info{
	text-align: center;
	padding: 10px;
}
.product_info .product_title{
	padding: 5px 0px;
}
.product_info .product_title h1{
  	font-size: 20px;
    font-family: "Raleway Medium
    font-weight: 300;
}
.product_info .product_price{
	padding: 5px 0px;
}
.product_info .product_price span{
	color: #7e883a;
	font-size: 22px;
	display: inline-block;
   font-family: "Cinzel Medium";
}
.product_info .add_btn{
	padding: 5px 0px;
	text-align: center;
}
.product_info .add_btn a{
	color: #656877;
	display: inline-block;
	padding: 10px 16px;
	border-top: 2px solid #b1b3ba;
	border-bottom: 2px solid #b1b3ba;
	text-transform: uppercase;
    font-family: "Raleway Medium";
    transition: all 0.3s ease-in-out;
}
.product_info .add_btn a:hover {
    background: #7e883a;
    border-color: #7e883a;
    color: #fff;
}

/* Product Page */
.product_wrapper{
  width: 100%;
  float: left;
  background-color: #f6f6f6;
  padding-bottom: 25px;
  padding-top: 90px;
  overflow: hidden;
}
.product_page_title_inner {
    padding: 30px 0px;
}
.product_page_title_inner p{
   font-family: "Raleway Medium";
}
.product_title{
   color: #828490;
}
.product_img_column{
   width: 58.33%;
   float: left;
}
.product_img_col{
   width: 16.66%;
   float: left;
}
.products_item{
   width: 83.33%;
   float: left;
   overflow: hidden;
}
.img_list{
    margin: 10px 0px;
}
.img_list div{
   width: 100%;
   height: 120px;
}
.img_list img {
    width: 100%;
    height: 124px;
}
.img_list img#product_one {
    position: relative;
    object-fit: cover;
    object-position: 100% 30%;
}
.img_list img#product_two{
    position: relative;
    object-fit: cover;
    object-position: 100% 30%;
}
.img_list img#product_three{
    position: relative;
    object-fit: cover;
    object-position: 100% 30%;
}
.img_list img#product_four{
    position: relative;
    object-fit: cover;
    object-position: 100% 20%;
}
.products_item_img img{
    max-width: 100%;
}
.image-magnifier{
    margin: 10px;
    position: relative;
}
.image-magnifier img {
  max-width: 100%;
  
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: 100% 30%;
}

.loupe {
  display: none;
  position: absolute;
  width: 300px;
  height: 150px;
  /*border-radius: 50%;*/
  border: 2px solid #eaeaee;
  box-shadow: 5px 5px 12px #eaeaee;
  background: rgba(0, 0, 0, 0.25);
  cursor: crosshair;
  overflow: hidden;
  z-index: 999;
}

.loupe img {
    position: absolute;
    object-fit: contain;
}
/* Product Detail Css */
.products_detail_column{
   width: 41.66%;
   float: left;
}
.products_detail{
   padding: 10px;
}
.products_title h1{
   font-size: 44px;
   font-family: "Cinzel Medium";
   padding-bottom: 10px;
}
.product_rating ul{
   display: flex;
}
.product_rating ul li a{
   color: #ed9b25;
   padding: 10px 2px;
}
.products_intro{
   padding: 20px 0px;
}
.products_intro p {
    color: #6f7280;
    font-size: 14px;
    line-height: 20px;
}
.product__price{
   padding: 10px 0px;
}
.product__price .price_ {
    color: #848e44;
    display: block;
    font-size: 30px;
    font-family: "Raleway Medium";
}
.product__price .stock{
   color: #08d766;
   display: block;
   padding: 20px 0px;
   font-family: "Raleway Medium";
}

/* Decrease and Increase Value */
.product__quantity{
   padding-bottom: 20px;
}
.product__quantity .product_value{
  border: 1px solid #cccccc;
  display: inline-block;
  color: #909096;
  font-weight: bold;
  font-size: 20px;
}
form.value_form {
  width: 300px;
  display: inline-block;
}
.value-button {
  display: inline-block;
  margin: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}

.value-button:hover {
  cursor: pointer;
}
.value_form label{
   padding-right: 10px;
   font-size: 18px;
   font-family: "Raleway Medium";
}
form.value_form #decrease {
  margin-right: -4px;
}

form.value_form #increase {
  margin-left: -4px;
}

form.value_form #input-wrap {
  margin: 0px;
  padding: 0px;
}
input:focus{
  outline: none;
}
input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.products_quantity .value_count{
  padding: 0px 20px;
  color: black;
}

/* Product Size */
.product_size{
  padding: 10px 0px;
}
.product_size .size{
  display: inline-flex;
}
.product_size span{
    font-size: 18px;
    font-family: "Raleway Medium";
}
.product_size .size button {
    border: 1px solid #cccccc;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    margin-left: 10px;
    color: #8e8e94;
    transition: all .2s;
}
.product_size .size button:hover, .active_size {
    transform: scale(1.4);
    background: #7e883a;
    color: #fff !important;
}
.add_cart {
    padding: 30px 0px;
}
.add_cart a{
    background-color: #7e883a;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    font-size: 14px;
    border: 1px solid #7e883a;
    transition: all 0.3s ease-in-out;
}
.add_cart a:hover {
    background: transparent;
    color: black;
}

/* Product details */
.products_detail_wrapper {
    width: 100%;
    float: left;
    background-color: #f6f6f6;
    padding: 20px 0px;
}
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 40px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 900;
    font-family: "Cinzel Medium";
    color: #000000;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #333;
    color: #fbfbfb;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #333333;
    color: #fbfbfb;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 35px;
    border: 1px solid #ccc;
    border-top: none;
    border-top: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
}
.tabcontent p{
    line-height: 1.5;
    padding-bottom: 25px;
    font-size: 14px;
}
.tabcontent h3 {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 8px;
    font-family: "Raleway Medium";
}
/* Related Products */
.related__products_wrapper{
   width: 100%;
   float: left;
   background-color: #f6f6f6;
   padding: 25px 0px;
   overflow: hidden;
}
.related__products_column{
   width: 100%;
   float: left;
   text-align: center;
}
.related__products_column .related__products_heading{
   font-size: 36px;
   padding: 10px;
   font-family: "Cinzel Medium";
   text-transform: capitalize;
}
.related__products_column .paragraph {
    padding: 25px 10px 35px 0px;
    font-size: 14px;
    line-height: 20px;
}
.related_product_column{
  width: 24.5%;
  float: none;
  display: inline-block;
}
/* footer Wrapper start */
#footer {
    width: 100%;
    float: left;
    padding: 25px 0px;
    border-top: 7px solid #7e883a;
}
.footer_col{
  width: 33.33333%;
  float: left;
}
.footer_info{
  padding: 10px;
}
.footer_info .footer_logo img {
    width: 130px;
}
.footer__contant {
    padding: 0px 20px 10px 0px;
}
.footer__contant p {
    line-height: 2;
    font-size: 14px;
    text-align: justify;
}
.footer_info ul.footer_icon {
    padding: 10px 0px;
}
.footer_info  ul.footer_icon li {
    float: left;
    width: 35px;
    height: 35px;
    background: #edefe8;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin: 10px 10px 10px 0px;
    transition: all 0.3s ease-in-out;
}
.footer_info ul.footer_icon li:hover {
    background: #7e883a;
}
.footer_info ul.footer_icon li a {
    padding: 10px;
}
.footer_info ul.footer_icon li a i{
    color:  #656877;
}
.footer_info ul.footer_icon li:hover a i{
    color: white;
}
.footer__col{
    width: 22.222222%;
    float: left;
}
.footer_detail {
    padding: 50px 10px;
}
.footer_heading h3 {
    padding: 20px 0px;
    font-size: 20px;
    font-family: "Cinzel Medium";
}
.footer_detail ul.footer_menus li {
    line-height: 2;
}
.footer_detail ul.footer_menus li a {
    color: #8c8f9a;
    font-family: "Raleway Medium";
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.footer_detail ul.footer_menus li a:hover {
    color: #767f3d;
    margin-left: 5px;
}
.footer_detail ul.footer_menus span {
    padding-left: 10px;
}
.footer_detail ul.footer_menus i{
    
}
.copyright{
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0px 0px 0px;
    border-top: 1px solid #ececec;
    font-size: 14px;
}
.copyright p{
    font-size: 15px;
}


/* About Page Css */
.about_banner{
    background-image: url('../images/about-banner.jpg');
}
.our__story{
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.story_wrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 10px;
}
.story_wrapper h3 {
    font-size: 50px;
    padding: 15px 0px;
    font-family: "Cinzel Medium";
}
.story_wrapper p {
    width: 85%;
    margin: 0 auto;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1.5;
}
.about_img_col{
    width: 100%;
    float: left;
    padding: 0px 10px;
}
.about_img {
    width: 100%;
    background-image: url('../images/clark-street-mercantile-P3pI6xzovu0-unsplash.jpg');
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -50px;
    margin: 30px 0px;
}
.about_column{
    width: 33.333333%;
    float: left;
}
.about_detail{
    padding: 10px;
}
.about_detail .about_heading{
    font-size: 24px;
    padding: 10px 0px;
    font-family: "Raleway Medium";
}
.about_detail .about_paragraph {
    font-size: 14px;
    line-height: 20px;
    color: #8c8f9a;
}
.about_us_wrapper {
    padding: 50px 0px 25px 0px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.about_column_second{
    width: 50%;
    float: left;
}
.about_img_second{
    padding: 10px;
    position: relative;
}
.about_img_second img{
    width: 100%;
    height: auto;
}
.about_img_second::before {
    content: '';
    background: url('../images/Union 2.png');
    position: absolute;
    top: 0px;
    right: 0px;
    width: 140px;
    height: 140px;
}
.about_img_second::after {
    content: '';
    background: url('../images/Union 1.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 140px;
    height: 140px;
}
.about_info {
    padding: 0px 20px;
}
.about_info h3 {
    font-size: 50px;
    line-height: 1.3;
    font-family: "Cinzel Medium";
    text-transform: capitalize;
}
.about_info .paragraph {
    font-size: 16px;
    font-weight: bold;
    color: black;
    line-height: 20px;
}
.about_info p {
    line-height: 20px;
    padding: 10px 0px;
    font-size: 14px;
}


/******* Contact Us Wrapper *******/
.contact_banner{
    background-image: url('../images/contact-banner.jpg');
    position: relative;
}
.contact_us_wrapper{
    width: 100%;
    float: left;
    padding: 100px 0px;
    overflow: hidden;
}
.contact_column{
    width: 50%;
    float: left;
}
.contact_img img{
    width: 100%;
}
.contact_img {
    position: relative;
    margin: 0px 20px 20px 0px;
}
.contact_img::before {
    content: '';
    background: url('../images/Rectangle 73.png');
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
}
.contact_info{
    padding: 20px;
}
.contact_content h1{
    font-family: "Cinzel Medium";
    text-transform: uppercase;
    font-size: 50px;
}
.contact_content p{
    font-size: 14px;
    line-height: 1.7;
}
.contact_detail{
    padding: 20px 0px;
}
.contact_detail h3{
    font-family: "Cinzel Medium";
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0px;
}
.contact_detail p{
    font-size: 14px;
    line-height: 1.7;
}
.contact_detail .contact__number li a{
    line-height: 1.7;
    color: #8c8f9a;
    font-size: 14px;
}
span#name__error, span#email__error, span#phone__error, span#mymassage__error{
    color: red;
    font-family: "Raleway Medium";
}
.contact_icon {
    padding: 0px !important;
}
.contact_form_wrapper{
    width: 100%;
    float: left;
    padding: 25px 0px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.form_column{
    width: 100%;
    float: left;
}
.form_title{
    padding: 25px 0px;
    text-align: center;
}
.form_title h3{
    font-size: 50px;
    font-family: "Cinzel Medium";
    text-transform: uppercase;
}
.form_title p {
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
}
.contact_form {
    width: 70%;
    margin: 0 auto;
}
.contact_form .form input, .contact_form .form textarea {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #cccccc;
}
.contact_form .form label {
    padding: 10px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    font-family: "Raleway Medium";
}
.contact_form .form input::placeholder, .contact_form .form textarea::placeholder {
    color: #c1c1c4;
    font-weight: 100;
    font-family: "Raleway Medium";
}
.contact_form .form textarea{
    height: 150px;
}
textarea:focus{
    border: none;
    outline: none;
}
.contact_form .form .form_btn {
    width: 130px;
    text-transform: uppercase;
    background: #7e883a;
    color: white;
    border: 1px solid #7e883a;
    font-family: "Raleway Medium";
    font-weight: 100;
    transition: all 0.3s ease-in-out;
}
.contact_form .form .form_btn:hover{
    background-color: transparent;
    color: #7e883a;
}
.contact_form .form p.form_control {
    padding: 15px 0px;
}
iframe {
    width: 100%;
    float: left;
}
.contact_columns{
    width: 50%;
    float: left;
}
/* Home Page Css */
.img-slider{
  position: relative;
  width: 100%;
  height: 100vh;
  background: #7e883a;
}

.img-slider .slide{
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.silde_active{
  clip-path: circle(150% at 0 50%);
  transition: 2s;
  transition-property: clip-path;
}

.img-slider .slide img {
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    padding-top: 70px;
}
.img-slider .slide .info{
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    height: 100vh;
}
.slide_info_right{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.banner_content{
    width: 50%;
}
.img-slider .slide .info h1 {
    font-family: "Cinzel Medium";
    font-size: 55px;
    font-weight: 600;
    color: #23232f;
    background: linear-gradient(90deg, #000000, #000000, #7e883a);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: text-animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes text-animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.img-slider .slide .info p{
    font-size: 18px;
    color: #23232f;
    line-height: 1.5;
    padding: 15px 15px 30px 0px;
    padding-left: 0px;
    background: linear-gradient(90deg, #000, #000, #7e883a);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: text-animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.img-slider .slide .info a {
    background: linear-gradient(90deg, #000000, #7e883a);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: text-animate 3s linear infinite;
}
.img-slider .slide .info a:hover{
    background: transparent;
}
.img-slider .navigation{
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.img-slider .navigation .silde_btn{
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.img-slider .navigation .btn.silde_active{
  background: #2696E9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
a.banner-btn {
    background-color: #7e883a;
    color: white;
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 0px;
    font-family: "Raleway Medium";
    border: 1px solid #7e883a;
    transition: all 0.3s ease-in-out;
    font-weight: 100;
    display: inline-block;
}
a.banner-btn:hover {
    background-color: transparent;
    color: #7e883a;
}
.fashion_wrapper{
    width: 100%;
    float: left;
    padding: 50px 0px;
    overflow: hidden;
}
.fashion_container{
    width: 90%;
    margin: 0 auto;
}
.fashion_column{
    width: 50%;
    float: left;
}
.fashion_left{
    position: relative;
    z-index: -1;
}
.fashion_border_img {
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(40px, 0px);
}
.fashion_info {
    padding: 50px;
    padding-right: 60px;
    background-image: url('../images/Rectangle 73 (1).png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.fashion_info h3 {
    color: #23232f;
    font-family: "Cinzel Medium";
    font-size: 45px;
    font-weight: 600;
}
.fashion_info h4 {
    font-family: "Raleway Medium";
    color: #23232f;
    font-size: 30px;
    font-weight: 300;
}
.fashion_info p {
    font-family: "Raleway Medium";
    color: #8c8f9a;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    padding-left: 0;
}
.fashion_info a {
    float: right;
}
.fashion_img {
    margin-right: 35px;
}
.fashion_img_cercle{
   position: relative;
   display: inline-flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
}
.fashion_info img{
   display: inline-block;
   width: 90px;
   position: relative;
}
.fashion_info .fashion_img_cercle:before {
    content: '';
    background: url('../images/Line 1.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 44px;
    width: 4px;
    height: 50px;
}
.fashion_price {
    position: absolute;
    font-size: 30px;
    color: #ffff;
    font-family: "Cinzel Medium";
    font-weight: 900;
}
.fashion_heading {
    display: inline-block;
    padding-left: 25px;
}
.fashion_img img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    object-position: 100% 50%;
}
.arrivals_wrapper{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #f6f6f6;
}
.new_arrivals{
    padding: 10px;
    text-align: center;
}
.new_arrivals h3{
    font-family: "Cinzel Medium";
    text-transform: capitalize;
    font-size: 45px;
    color: #23232f;
}
.new_arrivals p {
    font-family: "Raleway Medium";
    color: #8c8f9a;
    font-size: 14px;
    line-height: 20px;
    width: 60%;
    margin: 0 auto;
    padding: 20px;
}
.arrivals_product {
    padding-top: 50px;
    clear: both;
}
.fashion_wrapper .fashion_men_img{
    margin-left: 35px;
    margin-right: 0;
}
.fashion_border_left_img {
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-45px, 0px);
}
.fashion_border_left_img .second_paragraph_fashion{
    padding: 10px;
    padding-right: 0;
}
.fashion_info_second{
    padding: 50px;
    padding-left: 60px;
}
img.trendy_img_first, img.trendy_img_second, img.trendy_img_third, img.trendy_img_forth{
    height: 350px;
    width: 100%;
}
img.trendy_img_second {
    object-fit: cover;
    object-position: 100% 90%;
}
img.trendy_img_forth{
    object-fit: cover;
    object-position: 100% 0%;
}
img.trendy_img_third {
    object-fit: cover;
    object-position: 60% 0%;
}
.instagram_feeds_wrapper {
    width: 100%;
    float: left;
    background-image: url('../images/banner-paralax.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    position: relative;
}
.overlay4{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 100%;
  max-height: 100%;
}
.instagram_feeds_info{
   position: relative;
   z-index: 9;
}
.instagram_feeds{
   text-align: center;
}
.instagram_feeds h3{
   font-family: "Cinzel Medium";
   color: white;
   font-size: 50px;
   padding: 10px;
}
.instagram_feeds p {
    font-family: "Raleway Medium";
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    width: 60%;
    margin: 0 auto;
    padding: 10px 20px;
    font-weight: 100;
}
.instagram_feeds a {
    margin: 10px;
    display: inline-block;
}
.instagram_feeds_images {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    padding: 50px 0px;
    clear: both;
}
.feeds_column{
   width: 16.66666%;
   float: left;
}
.feeds_column img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: 100% 20%;
}
img.feeds_img_two{
   object-fit: cover;
   object-position: 90% 90%;
}
img.feeds_img_one{
   object-fit: cover;
   object-position: 90% 90%;
}
.testimonials_wrapper{
   width: 100%;
   float: left;
   padding: 50px 0px;
}
.testimonial_heading{
   width: 100%;
   float: left;
   padding: 10px;
   text-align: center;
}
.testimonial_heading h3{
   font-family: "Cinzel Medium";
   color: #23232f;
   font-size: 45px;
   padding: 10px;
}
.testimonial_column{
   width: 50%;
   float: left;
}
.testimonial_container{
    width: 70%;
    margin: 0 auto;
}
.testimonial_info{
    padding-left: 100px;
}
.testimonial_info .testimonial_paragraph p {
    font-family: "Raleway Medium";
    color: #8c8f9a;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
.testimonial_info .testimonial_paragraph h3{
    font-family: "Raleway Medium";
    color: #23232f;
    font-weight: 100;
}
.testimonial_info .testimonial_paragraph p.fashion_designer{
    font-size: 15px;
    line-height: 2;
}
.fashion_model_img img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.testimonial_paragraph {
    height: 420px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding-right: 20px;
    position: relative;
}
.testimonial_paragraph:before {
    content: '';
    background: url('../images/quote2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 67px;
    left: -100px;
    width: 100px;
    height: 80px;
}
.fashion_model_img {
    display: flex;
    align-items: end;
    padding-bottom: 35px;
    padding-right: 100px;
}
.fashion_model_img .arrow {
    display: inline-block;
    padding: 10px;
    position: relative;
    left: 40px;
    top: 30px;
}
.fashion_model_img .arrow p{
    color: black;
    font-family: "Raleway Medium";
    font-size: 20px;
}
.fashion_model_img .arrow .arrow_number_sub{
    font-size: 16px;
    color: #b1b3ba;
    padding-left: 5px;
}
/*.fashion_model_img .arrow:before {
    content: '';
    background: url('../images/Path 188.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    left: -36px;
    width: 40px;
    height: 10px;
}
.fashion_model_img .arrow:after {
    content: '';
    background: url('../images/Path 189.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: -36px;
    width: 40px;
    height: 10px;
}*/
.latest_blog_wrapper {
    width: 100%;
    float: left;
    padding: 50px 0px;
    padding-top: 0px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.latest_column{
    width: 50%;
    float: left;
    padding: 20px 10px;
    box-sizing: border-box;
}
.letest_detail {
    
}
.letest_detail img {
    width: 100%;
    object-fit: cover;
    object-position: 100% 30%;
    height: 400px;
    transition: all 1s ease-in-out;
}
.blog_img {
    border: 2px solid #7e883a;
    border-bottom: 0px;
}
.blog_info {
    padding: 10px;
    padding-right: 14px;
    padding-bottom: 20px;
    border: 2px solid #7e883a;
    margin-top: -6px;
}
.blog_info p.blog_heading {
    font-family: "Raleway Medium";
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-top: 10px;
}
.blog_info p.blog_paragraph {
    font-family: "Raleway Medium";
    color: #8c8f9a;
    font-size: 14px;
    line-height: 19px;
    padding: 20px 0px;
}
img.blog_img {
    object-position: 100% 0%;
}
/*  slider */
@keyframes fade{
  from{
    opacity:0.4;
  }
  to{
    opacity:1;
  }
}
#slider{
  margin:0 auto;
  width:80%;
  overflow:hidden;
}

.slides{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  display:none;
}


/*.active{
  background:black;
}*/

@media (max-width:567px){
  #slider{
    width:100%;
  }
}

/* faq_wrapper Css */
.faq_banner{
    background-image: url('../images/faq.jpg');
}
.faq_wrapper{
    width: 100%;
    float: left;
    background-color: #f6f6f6;
    padding: 50px 0px;
}
.faq h1 {
    font-family: "Cinzel Medium";
    padding-bottom: 10px;
    font-size: 42px;
    color: #849128;
    font-weight: 900;
}
.faq p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 15px;
}
.collapside h3 {
    font-family: "Cinzel Medium";
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    text-align: left;
    width: 100%;
    padding: 30px 10px 30px 0px;
    margin: 0;
    cursor: pointer;
    white-space: normal;
    border-bottom: 1px solid #ccc;
}
.collapside p {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.5;
}
.collapside_heading:after{
    content: '\25bd';
    color: #6c6c73;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.collapside_heading.ui-state-active:after{
    content: '\25bd';
    transform: rotate(180deg);
}

/* Privacy policy Wrapper */
.privacy_policy_banner{
    background-image: url('../images/privacy-policy.jpg');
}
.privacy_policy_wrapper{
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #fff;
}
.privacy_policy_container{
    width: 70%;
    margin: 0 auto;
}
.privacy{
    text-align: center;
    padding: 20px;
}
.privacy h3{
    font-family: "Cinzel Medium";
    text-transform: capitalize;
    font-size: 45px;
    color: #23232f;
}
.privacy p, .privacy_information p {
    font-family: "Raleway Medium";
    color: #8c8f9a;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 10px 0px;
}
.privacy p{
    text-align: center;
}
.privacy_information{
    padding: 20px;
}
.privacy_information h4 {
    font-size: 22px;
    font-weight: 500;
    color: #23232f;
    font-family: "Raleway Medium";
}
.privacy_information ul li{
    font-family: "Raleway Medium";
    color: #8c8f9a;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    padding: 10px 0px;
}
.privacy_information ul li a{
    color: #8c8f9a;
}
/* Blog Wrapper Start */
.blog_banner{
    background-image: url('../images/blog_banner.jpg');
}
.blog_wrapper {
    width: 100%;
    float: left;
    background-color: #f6f6f6;
    overflow: hidden;
    padding-top: 50px;
}
.blog_column {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.blog_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 100% 20%;
    transition: all 1s ease-in-out;
}
/* Our Story */
.our_story_banner{
    background-image: url('../images/our-story-banner.jpg');
}
.our_story_inner {
    width: 100%;
    float: left;
    padding: 50px 0px;
    overflow: hidden;
}
.our_story_heading{
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.our_story_heading h1{
    font-size: 34px;
    font-family: "Cinzel Medium";
}
.our_story_column{
    width: 50%;
    float: left;
    padding-top: 50px;
}
.our_story_img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 100% 40%;
}
.our_story_container{
    width: 80%;
    margin: 0 auto;
}
.our_story_img{
    margin: 20px;
}
.our_story_content{
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_story_content p {
    font-family: "Raleway Medium";
    color: #8c8f9a;
    font-size: 14px;
    margin: 25px;
    line-height: 2;
}

/* Return policy */
.return_policy_banner{
    background-image: url('../images/return-policy-banner.jpg');
}
.return_policy{
    text-align: left;
}
.return_policy p{
    text-align: left;
}


.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
  z-index: 999;
}


/* Gallery Css */
.gallery-banner{
    background-image: url('../images/gallery.jpg');
}
.gallery_wrapper{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.hello {
  opacity: 1 !important;
}
.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}
.full .content img {
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    max-width: 85%;
    min-height: 100vh;
    margin: 0 auto;
    object-position: 100% 20%;
}
.byebye {
  opacity: 0;
}
.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  /*grid-auto-rows: 8px;*/
}
.gallery img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  transition: all 1.5s ease;
}
.gallery img:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 32px, rgba(17, 17, 26, 0.05) 0px 8px 64px;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@-moz-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-o-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
/*.byebye:hover {
  transform: scale(0.2) !important;
}*/
/* Pagination */
.pagination_bar {
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination ul li {
    float: left;
}
.pagination ul li a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #7e883a;
    margin: 0 4px;
    transition: background 0.3s;
    font-size: 16px;
}
.pagination_active {
    background: #7e883a;
    color: #fff;
}
.pagination ul li a:hover:not(.pagination_active) {
    background: #f0f0f0;
}
/* Go to Back */
#myBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #7e883a;
    color: white;
    cursor: pointer;
    border-radius: 0px;
    width: 45px;
    height: 45px;
}
/* Dark mode and ligh mode default */
.mode {
    width: 150px;
    height: 144px;
    position: fixed;
    z-index: 99999;
    /* background: #7e883a; */
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}
.darkmode span, .lightmode span, .defaultmode span {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding-right: 10px;
}
.defaultmode span{
    color: black;
}
.lightmode{
    background-color: #898989;
    padding: 10px 18px;
    transform: translateX(-110px);
    display: block;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 0 8px 1px #ccc;
    padding-right: 0px;
}
.defaultmode {
    background-color: white;
    padding: 10px 0px;
    transform: translateX(-110px);
    display: block;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 0 8px 1px #ccc;
    padding-right: 0px;
}
.darkmode {
    background-color: #15181f;
    padding: 10px 18px;
    transform: translateX(-110px);
    display: block;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 0 8px 1px #ccc;
    padding-right: 0px;
}
.lightmode:hover , .darkmode:hover , .defaultmode:hover{
    transform: translateX(0px);
}
.change_mode {
    padding: 0px;
}
.dark{
    background-color: black;
    color: white;
}
.light{
    background-color: #d2d3db;
    color: #e5e5e5;
}
.default{
    background-color: white;
    color: black;
}
span.defaultmode.default_mode img, span.darkmode.dark_mode img, span.lightmode.light_mode img {
    width: 25px;
}
.dark span.defaultmode.default_mode {
    color: black;
}
span.defaultmode.default_mode span, span.darkmode.dark_mode span, span.lightmode.light_mode span {
    margin-top: 0px;
    font-family: "Raleway Medium";
    display: inline;
    position: relative;
    top: -5px;
}
.dark .header {
    background-color: black;
    box-shadow: 0px 3px 10px #303030;
}
.dark .header .menu>ul>li>a {
    color: hsl(0deg 0% 100%);
}
.dark .header-item-right .menu-icon {
    color: hsl(0deg 0% 100%);
}
.dark .header .menu-mobile-toggle span {
    background: hsl(0deg 0% 100%);
}
.dark .header .menu {
    background: hsl(0deg 0% 0%);
}
.dark .header .menu .menu-mobile-header .menu-mobile-close {
    border-left: 1px solid rgb(255 255 255 / 10%);
    color: hsl(0deg 0% 100%);
}
.dark .header .menu .menu-mobile-header {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    background: hsl(0deg 0% 0%);
}
.dark .header .menu>ul>li .menu-subs.menu-mega {
    background-color: black;
    box-shadow: 0px 3px 10px #303030;
}
.dark .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    color: hsl(0deg 0% 100%);
}
.dark .header .menu .menu-mobile-header .menu-mobile-title {
    color: hsl(0deg 0% 87%);
}
.dark .header .menu .menu-mobile-header .menu-mobile-arrow {
    border-right: 1px solid rgb(255 255 255 / 10%);
    color: hsl(0deg 0% 87%);
}
.dark .header .menu>ul>li .menu-subs {
    background-color: black;
    box-shadow: 0px 3px 10px #303030;
}
.dark .header .menu>ul>li .menu-subs>ul>li>a {
    color: hsl(0deg 0% 100%);
}
.dark .togglesearch {
    background: #000000;
    box-shadow: 0 0 10px rgb(163 163 163 / 50%);
}
.dark .togglesearch input[type="text"] {
    background-color: transparent;
}
.dark .fashion_info h3 {
    color: #ffffff;
}
.dark .fashion_info h4 {
    color: #ffffff;
}
.dark .arrivals_wrapper {
    background-color: #000000;
}
.dark .new_arrivals h3 {
    color: #ffffff;
}
.dark .new_arrivals p {
    color: #ffffff;
}
.dark .product_title {
    color: #ffffff;
}
.dark .product_info .add_btn a {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}
.dark .testimonial_heading h3 {
    color: #ffffff;
}
.dark .testimonial_info .testimonial_paragraph h3 {
    color: #ffffff;
}
.dark .fashion_model_img .arrow p {
    color: #ffffff;
}
.dark .fashion_model_img .arrow .arrow_number_sub {
    color: #ffffff;
}
.dark .latest_blog_wrapper {
    background-color: black;
}
.dark .blog_info p.blog_heading {
    color: #ffffff;
}

/* product page dark mode */
.dark .product_wrapper {
    background-color: #000000;
}
.dark .products_detail_wrapper {
    background-color: #000000;
}
.dark .tab button{
    color: #ffffff;
}
.dark a, button {
    color: #fff8f8;
}
.dark input#number {
    color: white;
}
.dark .selling select {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid white;
}
.dark .related__products_wrapper {
    background-color: #000000;
}
.dark .catalog_wrapper {
    background-color: #000;
}
.dark .pagination ul li a:hover:not(.pagination_active) {
    color: black;
}
.dark .range-input input[type="range"]::-webkit-slider-thumb{
  background: #ffffff;
}
.dark .blog_wrapper {
    background-color: #000000;
}
.dark .about_info .paragraph {
    color: #8c8f9a;
}
.dark .contact_form_wrapper {
    background-color: #000000;
}
.dark .faq_wrapper {
    background-color: #000000;
}
.dark .privacy_policy_wrapper {
    background-color: #000;
}
.dark .privacy h3 {
    color: #ffffff;
}
.dark .privacy_information h4 {
    color: #ffffff;
}
.dark .dark_mode_logo {
    background-image: url('../images/w_logo.png');
    max-width: 100px;
    height: 40px;
    background-size: cover;
    background-position: center;
}
.dark .b_logo{
    visibility: hidden;
}
.dark .footer_logo {
    background-image: url('../images/w_logo.png');
    max-width: 120px;
    height: 70px;
    background-size: cover;
    background-position: center;
}
.dark .f_logo{
    visibility: hidden;
}
.light .header {
    background-color: #d2d3db;
}
.light .header .menu>ul>li>a {
    color: #000;
}
.light .header-item-right .menu-icon {
    color: #000;
}
.light .header .menu-mobile-toggle span {
    background-color: #000000;
}
.light .header .menu {
    background-color: #d2d3db;
}
.light .header .menu .menu-mobile-header .menu-mobile-close {
    color: #000;
}
.light .header .menu .menu-mobile-header {
    background-color: #d2d3db;
}
.light .header .menu>ul>li .menu-subs.menu-mega {
    background-color: #d2d3db;
}
.light .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    color: #000;
}
.light .header .menu .menu-mobile-header .menu-mobile-title {
    color: #000;
}
.light .header .menu .menu-mobile-header .menu-mobile-arrow {
    border-right: 1px solid rgb(0 0 0 / .1);
    color: #000;
}
.light .header .menu>ul>li .menu-subs {
    background-color: #d2d3db;
}
.light .header .menu>ul>li .menu-subs>ul>li>a {
    color: #000;
}
.light .togglesearch {
    background: #d2d3db;
}
.light .togglesearch input[type="text"] {
    background: #d2d3db;
}
.light .arrivals_wrapper {
    background-color: #d2d3db;
}
.light .footer_heading h3 {
    color: black;
}
.light .latest_blog_wrapper {
    background-color: #d2d3db;
}
.light .product_wrapper {
    background-color: #d2d3db;
}
.light .products_title h1 {
    color: black;
}
.light .value_form label {
    color: black;
}
.light .product_size span {
    color: black;
}
.light .product__quantity .product_value {
    border: 1px solid #000000;
}
.light .value-button {
    color: black;
}
.light .product_size .size li a {
    border: 1px solid #000000;
    color: #000000;
}
.light .products_detail_wrapper {
    background-color: #d2d3db;
}
.light .tab button {
    color: black;
}
.light .topright {
    color: black;
}
.light div#London h3, .light div#Paris, .light div#Tokyo {
    color: black;
}
.light .tab button.active {
    background-color: #363636;
    color: #fbfbfb;
}
.light .tab button:hover{
    background-color: #363636;
    color: #fbfbfb;
}
.light .related__products_wrapper {
    background-color: #d2d3db;
}
.light .related__products_column .related__products_heading {
   color: black;
}
.light .catalog_wrapper {
    background-color: #d2d3db;
}
.light .selling label {
    color: black;
}
.light .selling select {
    background-color: #d2d3db;
}
.light h4.bottom_line {
    border-bottom: 1px solid #000000;
}
.light .catalog_heading {
    color: black;
}
.light .story_wrapper h3 {
    color: black;
}
.light .about_detail .about_heading {
    color: black;
}
.light .about_info h3 {
    color: black;
}
.light .blog_wrapper{
    background-color: #d2d3db;
}
.light .contact_content h1 {
    color: black;
}
.light .contact_detail h3 {
    color: black;
}
.light .contact_form_wrapper {
    background-color: #d2d3db;
}
.light .form_title h3 {
    color: black;
}
.light .contact_form .form input, .contact_form .form textarea {
    border: 1px solid #8c8f9a;
}
.light .contact_form .form input::placeholder, .light .contact_form .form textarea::placeholder{
    color: #8c8f9a;
}
.light .privacy_policy_wrapper {
    background-color: #d2d3db;
}
.light .our_story_heading h1 {
    color: black;
}
.light .copyright {
    border-top: 1px solid #000000;
}
.light .faq_wrapper {
    background-color: #d2d3db;
}
.light .collapside h3 {
    color: black;
    border-bottom: 1px solid #000;
}