body{font-family: 'Roboto', sans-serif;font-size: 14px; overflow-x: hidden; }

.more{ font-size: 14px; font-weight: 600;  }
.more a{color:#005ed7; }
.more a:hover{color:#005ed7; text-decoration: none; }
.more i{ font-size: 30px; font-weight:300; padding-left: 15px; position: absolute; transition: all .3s; }
.more a:hover i{  padding-left: 25px; }
.our-office{ text-align: center; font-size: 14px; padding:0 0 30px 0; width: 100%; float: left; }
.our-office h2{ padding: 30px 0 ;  font-size: 32px; font-weight: 600; line-height: .94; text-align: center; color: #323232;}
.our-office p{ font-size: 18px; line-height: 1.67; text-align: center; color: #555;}
.officeslider{
	padding:0;
	margin: 35px 0;
	display: block;
}
#officeslider{
	padding:0;
}
#officeslider .owl-item{
	padding:0;
	transform:none;
}
#officeslider .item{
	border:1px solid #ebebeb;
	margin:1px 0;
	height: 360px;
}
.officeslider .owl-theme .owl-controls{
	margin:0;
}
.officeslider .owl-theme .owl-controls .owl-buttons div{
	width:60px;
    height:100%;
    position:absolute;
    text-indent:-9999em;
    top:0;
	margin:0;
	border-radius:0;
	opacity:1;
}
.officeslider .owl-theme .owl-controls .owl-buttons .owl-prev{
    left:0;
	background:url(../images/carousel_arrowbig_lt.png) center center no-repeat;
}
.officeslider .owl-theme .owl-controls .owl-buttons .owl-next{
    right:0;
	background:url(../images/carousel_arrowbig_rt.png) center center no-repeat;
}
.img-overlay {
  position: relative;
  width: 100%;
}



.image {
  display: block;
  width: 100%;
  height: 100%;
}



.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(20,118,242,.8);
}



.img-overlay:hover .overlay {
  opacity: 1;
}

.text { opacity: 0;}
.img-overlay:hover .text {
  color: white;
  font-size: 14px;
  position: absolute;
  bottom:0;
  text-align: center;
  width: 100%;
  padding: 15px;
  opacity: 1;
}

.text-1{
  color: white;
  font-size: 20px;
  position: absolute;
  bottom:20px;
  text-align: center;
  z-index: 999; 
  width: 100%;
  font-weight: 600;
  transition: all .4s;
}



.img-overlay:hover .text-1{
  color: white;
  font-size: 20px;
  position: absolute;
  bottom:80px;
  text-align: center;
  z-index: 999; 
  width: 100%;
  font-weight: 600;
}

.form-area{
	position: relative;
    width: 100%;
    padding: 35px;
    background-color: #fff;
    color: #989898;
}

.input-area{   
	padding: 0 35px 0 16px;
    width: 100%;
    vertical-align: middle;
    color: #323232;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
}

.input-area:focus{ box-shadow: none;}
.text-area{   
	padding: 10px 35px 10px 16px;
    width: 100%;
    vertical-align: middle;
    color: #323232;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    resize: none;
} 

.text-area:focus{ box-shadow: none;}

.dropdown-area{   
	padding: 0 35px 0 16px;
    width: 100%;
    vertical-align: middle;
    color: #989898;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    background: url(../images/downarrow.png) no-repeat 98%;
}
.dropdown-area:focus{ box-shadow: none;}
.name-input-1{ width: 48%; float: left; margin-right: 4%; }
.name-input-2{ width: 48%; float: left; }
.team-button{
	color: #fff;
    background: #17ca8e;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 0; 
    text-align: center;
    text-transform: uppercase;
}

.team-button:hover{ color:#fff;}
.text-p{ margin-top: 15px; }
.text-p a{ color:#989898; text-decoration: underline;  }
.experiance{ width: 100%; text-align: center; padding: 60px 0 0; display: inline-block; }
.experiance .flexslider{ background: transparent!important; border: none!important; margin-bottom: 0; }
.experiance .flex-direction-nav{ display: block; }
.experiance .flex-control-paging li a{ background: rgba(252, 252, 252, 0.5); }
.experiance .flex-control-paging li a.flex-active{ background: rgba(252, 252, 252, 0.9)!important; }
.experiance .flex-control-paging li a:hover{ background: rgba(252, 252, 252, 0.9)!important; }
.experiance .flexslider .slides img{ width: 92%; margin: 0 auto; }
.experiance .flex-control-paging li a{ width: 50px; height: 2px; }

.experiance-text{
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.experiance h2{
    color: #252525;
    font-weight: 800;
    font-size: 42px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
}

.experiance p{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    width: 500px;
    margin: 0 auto;
}


.tabcontent-item:hover{ background-color: rgba(20,118,242,.8); color: #fff;}
.tabcontent-item {
    padding: 15px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 32.5%;
    float: left;
    margin:.2%;
    height: 190px;
}

.tabcontent-item h2{ font-size: 14px; padding-top: 0; font-weight: 600; margin-bottom: 15px; text-align: left; font-family: 'Roboto', sans-serif; }
.tabcontent-item .tabcontent-icon{ font-size: 36px; transition: all .3s; padding: 15px 0; font-family: 'Roboto', sans-serif;text-align: center;  }
.tabcontent-item:hover .tabcontent-icon { font-size: 50px; }
.tabcontent-item p{ font-size: 13px; }
.tabcontent-item .more-1{ font-size: 12px; font-weight: 600;  }
.tabcontent-item .more-1 a{ opacity: 0; }
.tabcontent-item:hover .more-1 a{color:#fff; text-decoration: none; opacity: 1; }
.tabcontent-item .more-1 i{ font-size: 18px; margin-top: 0; font-weight:300; padding-left: 4px; position: absolute; transition: all .3s; }
.tabcontent-item .more-1 a:hover i{  padding-left: 12px; }
.tabcontent-item:first-child{border-top-left-radius: 7px;}
.tabcontent-item:nth-child(3){border-top-right-radius: 7px;}
.tabcontent-item:nth-child(4){border-bottom-left-radius: 7px;}
.tabcontent-item:last-child{border-bottom-right-radius: 7px;}


#navi {
height: 50px;
}

#menu1 {
  background: rgba(255,255,255,0.8);
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 99;
}

.default {
width: 100%;
}

.fixed {
position: fixed;
z-index: 999999;
top: -5px;
left: 0;
width: 100%;
background: #fff;
}
/*.logo {
    float: left;
    width: auto;
    position: absolute;
    top: -44px;
}
*/

.trnading-area .item p{
    color: #ff1933;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.trnading-area .item p a{
  color: #ff1933;
}
.trnading-area .item p a:hover , .trnading-area .item p a:focus{
  text-decoration: none;
}
.trnading-area .item h3 {
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.trnading-area .item h3 a{
  color: #000;
}
.trnading-area .item h3 a:hover , .trnading-area .item h3 a:focus{
  text-decoration: none;
}
.trnading-area .item span{
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.normal-price , .discount-price{
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.trnading-area .item .view-more-btn a{
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 8px 25px;
  margin: 25px auto 0;
  display: inline-block;
}
.trnading-area .item .view-more-btn a:hover , .trnading-area .item .view-more-btn a:focus{
  background: #000;
  text-decoration: none;
  color: #fff;
}
.trnading-area .item {
  text-align: center;
  padding: 10px;
  
}
.trnading-area .owl-carousel .owl-item img{
  height: 300px;
  object-fit: cover;
  margin-bottom: 24px;
}
.product-section-area {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.product-details{
  padding: 0 15px 30px 15px;
}
.trnading-area .item .normal-img{
  display: block;
}
.trnading-area .item:hover .normal-img{
  display: none;
}
.trnading-area .item .hover-img{
  display: none;
}
.trnading-area .item:hover .hover-img{
  display: block;
}




/****menu****/

.menu-area{position:relative; z-index:9999; width:100%; background:#ffffff; display: flex; justify-content: center;}
.menu-area ul{
  padding: 0;
  margin: 0;
}
.menu-area li{
  position:relative; 
  float:left; 
  font-family: 'Oswald', sans-serif;
  font-size:16px; 
  color:#000; 
  display:block; 
  line-height:normal; 
  font-weight:400;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.menu-area li a{
  color: #000;
  padding:36px 20px;
  text-decoration: none;
  display: flex;
}
.menu-area li a:hover{
  color: #ff1933;
}
.menu-area ul ul{
  position: absolute;
  top: 100%;
  left: 0;
  width:100vw; 
  margin-left: calc(-49.5vw + 50%) !important;
  background: #000;
  display: none;
}
.menu-area ul li:hover ul{
  display: block;
}
.menu-area ul ul li a{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 12px 0;
}
.menu-area ul ul li{
  width: 100%;
}
.menu-panel{
  width: 22%;
  margin: 0 1.5%;
  display: flex;
  flex-direction: column;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 1 !important;
}

.mobile-menu-icon{
  cursor: pointer;
}



ul.menu a {font-size: 16px; text-decoration: none; text-transform: uppercase; color:#000; font-weight: 400; letter-spacing: 1.8px; padding:19px 0; margin: 20px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.current{color:#ff1933; text-decoration:none;}

ul.menu>li {position:relative; float:left; font-family: 'Oswald', sans-serif;font-size:14px; color:#000; display:block; line-height:normal; font-weight:700;}
ul.menu ul {position:absolute; top:100%; left:0; display:none; opacity:0; list-style:none; width:100vw; margin-left: calc(-50vw + 50%) !important; background:#000; /*border:1px solid #0F012D;*/}
ul.menu ul li {font-family: 'Oswald', sans-serif;position:relative; margin:0; float:none; font-size:14px; padding:0; text-align:left; font-weight:400;}
ul.menu ul li:first-child{margin-top:20px;}
ul.menu ul li:last-child{margin-bottom:20px;}
ul.menu ul li a {display:block; padding:10px 0; font-size: 14px; font-weight: 300; text-transform: capitalize; margin: 0; text-decoration: none; color:#fff; border:none; border-radius:0; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color,}
ul.menu ul li a:hover {border:none; color:#ff1933;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#ff1933; text-decoration:none;}
.fixed ul.menu a{ color: #fff; }
.fixed ul.menu a:hover{ color: #ff1933; }



.menu-area {
    width: auto;
    float: none;
    margin: 0 auto;
    display: inline-block;
}
.main-slider{ width: 100%; overflow: hidden; }
.main-slider .flex-direction-nav{ display: none; }
.mainslider{ overflow: hidden; }
.mainslider .flex-caption{ max-width: 500px; color: #fff; font-family: 'Roboto', sans-serif;position: absolute; z-index: 999; top: 190px;   }
.mainslider .flex-caption h2{ font-size:40px; text-transform: uppercase; font-weight: 600; padding: 15px 0 25px; line-height: 1.25;}
.mainslider .flex-caption p{ font-size:18px; line-height: 1.67;}
.mainslider .flex-caption a{ color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; padding: 8px 45px; border:2px solid #fff; margin-top: 20px; display: inline-block; }
.mainslider .flex-caption a:hover{ background: #fff; text-decoration: none; color: #3f7fe7; }
.mainslider .flex-caption a:focus{ text-decoration: none;} 
.mainslider .flex-caption i{ font-size: 18px; padding-left: 12px; }
.mainslider .flex-control-nav{ bottom: 30px; width: 23%; }
.banner-area{ width: 100%; display: block;  position: relative; background: #ebebeb; /*padding: 90px 0 0;*/ }
.banner-area img{ margin-left: 0; }
.banner-text{  text-align: center; /*position: absolute; top: 50%; transform: translateY(-50%);*/  }
.banner-text h2{ color: #000; font-weight: 500; font-size: 20px; letter-spacing: 1.5px;  width: 940px; margin: 0 auto; }
.banner-text p{ color: #000; letter-spacing: 5px; font-weight: 700; font-size: 80px; text-transform: uppercase; font-family: 'Oswald', sans-serif; margin: 50px auto; line-height: 48px; } 
.banner-text img{ width: auto; float: left; }
.banner-text-position a {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.banner-text-position a:hover , .banner-text-position a:focus{
  text-decoration: none;
  background: #ff1933;
}
.banner-text-position{
  text-align: left;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.flex-direction-nav{
  
}
.flex-direction-nav .flex-prev{
  position: relative;
}
.flex-direction-nav .flex-prev:before{
    text-shadow: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 40px;
    background: url(../images/left-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.flex-direction-nav .flex-next{
  position: relative;
  float: right;
}
.flex-direction-nav .flex-next:before{
    text-shadow: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 40px;
    background: url(../images/right-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-direction-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: block !important;
}

.wl-image{
  position: absolute;
  top: 0;
  right: 0;
}



.experiance-text{
  padding: 30px 0;
}

.experiance-text h2{
  color: #252525;
  font-weight: 700; 
  font-size: 20px; 
  font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
}

.experiance-text p{
  color: #000; 
  font-weight: 400; 
  font-size: 14px;
  line-height: 24px;   
  font-family: 'Roboto', sans-serif;
  width: auto;
}



.experiance .flex-direction-nav a{
  opacity: 1!important;
  width: 52px;
  height: 52px;
}

.experiance .flex-direction-nav a.flex-next:before{
  background: url(../images/e-right.png);
  width: 52px;
  height: 52px;
  content: '';


}

.experiance .flex-direction-nav a:before{
  background: url(../images/e-left.png);
  width: 52px;
  height: 52px;
  content: '';
}

.experiance .flex-direction-nav .flex-next{
  right: -50px;
}

.experiance .flexslider:hover .flex-direction-nav .flex-next{
  right: -50px!important;
}



.experiance .flex-direction-nav .flex-prev{
  left: -50px;
}

.experiance .flex-direction-nav .flex-prev{
  left: -50px!important;
}



.experiance-slider{ margin-top: 50px!important; }
.logo{
  text-align: left;
}


.testimonial-slider{ 
  width: 100%; 
  padding: 50px 0 100px; 
  display: inline-block; 
  background: #fff; 
  margin-top: 30px;
}
.product-details-img{
  position: relative;
}
.product-wishlist-area{
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  padding: 5px 6px 4px;
}
.product-wishlist-area img {
  width: 20px !important;
  height: auto !important;
  margin-bottom: 0!important;
}
.experiance .flex-control-nav{ display: none; }

.testimonial{
  width: 100%;
  display: inline-block;
  padding: 50px 0 150px;
}
.testimonial .owl-page span{
  width: 12px;
  height: 12px;
  display: block;
  background: #e0e0e0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 8px;
}
.testimonial .owl-page.active span{
  background: #ff1933;
}
.testimonial .owl-pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.testimonial h2{
    color: #000;
    font-weight: 500;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    padding-bottom: 50px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}
.testimonial h2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/devider.png);
  width: 267px;
  height: 27px;
}



.testimonial-text{ margin-left: 0; text-align: center; position: relative; }
.testimonial .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -80px;
    text-align: center;
}
.testimonial-text h3{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Oswald', sans-serif;
    margin: 30px 0 10px;
    letter-spacing: 1px;
}

.testimonial-text p {
    color: #000;
    line-height: 24px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 455px;
    letter-spacing: 1.1px;
    margin: 0 auto;
}

.testimonial-author{ 
  width: 100%;
  display: inline-block; 
}

.author {
  width: auto;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
}
.author-text h4{ 
  color: #ff1933;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.author-text p{ 
  color: #000;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}





.author img{
  width: 60px!important;
  height: 60px;
  border-radius: 50%;
}
.free-text a{ color: #fff; text-decoration: none; }
.free-text a:hover{ text-decoration: none; color: #fff; }

.innerpage-banner{
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 87px;
}
.innerpage-banner img{
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.innerpage-text h2{
    width: 70%;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}
.innerpage-text{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
}

.innerpage-contant{
  width: 100%;
  display: inline-block;
  padding: 25px 0;
}
.innerpage-contant p{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}
.innerpage-contant h2{
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #000;
  padding-bottom: 10px;
}

.innerpage-contant h3{
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #000;
  padding-bottom: 10px;
}


.free-text a{ color: #fff; text-decoration: none; }
.free-text a:hover{ text-decoration: none; color: #fff; }

.input-text{ border-radius: 0; resize: none; }
.get-in-touch{ padding-top: 74px;  }
.get-in-touch label{ color: #000;}


.testimonial-page-img img{ width: 100%; }
.testimonial-page-text h3{ margin-top: 0; font-size: 24px; padding-bottom: 0px; }
.testimonial-margin{ margin:20px 0 10px; background: rgba(213,213,213,0.8); padding: 17px 0 10px; }
.testimonial-page-text .author-text h4{ margin-top: 15px; color: #f9495f;  font-size: 14px; }
.testimonial-page-text .author-text p{ font-size: 12px; }

.trnading-area{
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 50px 0;
}
.trnading-area h2 {
    color: #000;
    font-weight: 500;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    padding-bottom: 50px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
}
.trnading-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/devider.png);
    width: 267px;
    height: 27px;
}



a:focus{
  outline: none;
}
.top-catagory-area{
  width: 100%;
  display: inline-block;
  background: #ff1933;
  padding: 50px 0;
}
.top-catagory-area h2 {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 50px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.top-catagory-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/devider.png);
    width: 267px;
    filter: invert(1);
    height: 27px;
}
.design-area-collection h2{
  color: #fff;
}
.design-area-collection h2:after{
  filter: invert(1);
}

.testimonial-slider .flex-direction-nav{
   display: none;
}
.banner-text .container{
  margin: 0 auto;
  position: relative;
}
.top-catagory-area img{
  height: 150px;
  object-fit: contain;
}
.top-catagory-area h3{
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.top-catagory-area h3 a{
  color: #fff;
}
.top-catagory-area h3 a:hover , .top-catagory-area h3 a:focus{
  color: #fff;
  text-decoration: none;
}
.image-back{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-catagory-area .owl-carousel .owl-nav button.owl-prev{
  float: left;
}
.top-catagory-area .owl-carousel .owl-nav .owl-next{
  float: right;
}
.top-catagory-area .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.top-catagory-area .owl-prev{
  position: relative;
}
.top-catagory-area .owl-prev:before {
    text-shadow: none;
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 40px;
    background: url(../images/left-banner.png);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.top-catagory-area .owl-next{
  position: relative;
  float: right;
}
.top-catagory-area .owl-buttons , .trnading-area .owl-buttons{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.top-catagory-area .owl-next:before {
    text-shadow: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 40px;
    background: url(../images/right-banner.png);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.video-jewllery-banner-area video{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.video-jewllery-banner-area {
  width: 100%;
  display: flex;
}
.coma{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  width: auto!important;
}

.trnading-area .owl-carousel .owl-nav button.owl-prev{
  float: left;
}
.trnading-area .owl-carousel .owl-nav .owl-next{
  float: right;
}
.trnading-area .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: block!important;
}
 .blog-area .owl-buttons{
  display: none;
 }

.trnading-area .owl-prev{
  position: relative;
}
.trnading-area .owl-prev:before{
    text-shadow: none;
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 40px;
    background: url(../images/left-banner.png);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
 .blog-area .owl-dots{
  display: none;
}

.trnading-area .owl-next{
  position: relative;
  float: right;
}
.trnading-area .owl-next:before{
    text-shadow: none;
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 30px;
    height: 40px;
    background: url(../images/right-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.trnading-area .owl-carousel .owl-stage-outer{
  overflow: hidden;
}


.flexslider .slides > li{
  position: relative;
}

.cart-area{
  float: right;
  width: auto;
  margin-left: 20px;
  position: relative;
}
.user-area{
  float: right;
  width: auto;
  position: relative;
  margin-left: 20px;
}
.search-area{
  float: right;
  width: auto;
  position: relative;
}
.wishlist-area{
  float: right;
  width: auto;
  margin-left: 20px;
  position: relative;
}
.cart-area span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -8px;
    background: #ff1933;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.mobile-menu .row{
  display: flex;
  align-items: center;
}

.copy-text span{
  color: #ff1933;
}




.blog-area {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background: #ff1933;
}
.blog-area h2 {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 40px;
    padding-bottom: 50px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
}
.blog-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/devider.png);
    width: 267px;
    height: 27px;
    filter: invert(1);
}

.inner-page-header .container{
  text-align: center;
  top: 70%;
}
.inner-page-header h2{
  text-align: center;
  max-width: 100%;
}
.inner-page-main-text{
  padding: 50px 0;
}
.inner-page-main-text h2{
  margin-top: 0;
}
.inner-page-main-text h3 {
    font-size: 24px;
    padding-top: 3px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #000;
    margin: 24px 0;
}
.inner-page-header{
  width: 100%;
  display: inline-block;
  background: #000;
  position: relative;
}
.inner-page-header img{
  width: 100%;
  height: 250px!important;
  opacity: 0.5;
  object-fit: cover;
}
.inner-page-header h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 50px;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

.about-area{
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: #fff;
}
.about-area img{
  width: 100%;
}
textarea.form-control{
  height: 160px;
}
.send-text br{
  display: none;
}
.about-area p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 15px;
}
.about-area h2 {
    font-size: 36px;
    padding-top: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 500;
    max-width: 503px;
    line-height: 50px;
    color: #000;
    margin-top: -11px;
}
.about-area.inner-page-main-text h2{
  margin-bottom: 20px;
}
.about-area.inner-page-main-text{
  padding: 80px 0 150px;
}
.about-area.inner-page-main-text h2 {
    margin-bottom: 20px;
    max-width: 100%;
}

.map-area{
    width: 100%;
    float: left;
    margin-bottom: -7px;
}




.contact-details-section{ text-align: left; width: 100%; display: inline-block; margin: 20px 0 10px; }
.contact-details-section img {
    width: 47px;
    margin-right: 0;
    filter: invert(1);
    float: left;
}
.send-text label{ color: #000; font-size: 14px; font-weight: 400; letter-spacing: 1px; font-family: 'Oswald', sans-serif;  }
.contact-details-section h2{
  font-size: 20px;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 16px;
  font-weight: 500;
}

.contact-contant{ 
  width: 100%;
  display: inline-block;
  padding: 50px 0 80px 0;
 }
.contact-contant h3{ font-family: 'Oswald', sans-serif; letter-spacing: 1px; font-size: 30px; color: #000; text-align: left; position: relative; padding-bottom: 20px; margin-bottom: 15px;}
.contact-contant h3::before{ position: absolute; content: ''; width: 70px; height: 2px; background: #000; bottom: 0; left: 0;  } 
.contact-contant p{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
  line-height: 26px;
}
.contact-contant a{
  color: #000;
}
.send-free{ width: 100%; border:none; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 18px; padding: 15px 0; font-weight: 700; color: #fff; background: #000; transition: 0.3s; text-align: center; }
.send-free:hover{ background:#ff1933; color: #fff;}
.input-text{ border-radius: 0; resize: none; }
.get-in-touch{ padding-top: 74px;  }
.get-in-touch label{ color: #000;}

.send-text h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #000;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
}
.send-text h2::before{ position: absolute; content: ''; width: 70px; height: 2px; background: #000; bottom: 0; left: 0;  } 

.contact-details-section .social-area{
    text-align: left;
    padding-top: 15px;
}
.contact-details-section .social-area a:first-child{
    margin-left: 0;
}
.contact-details-section span{
    width: 80px;
    margin-right: 25px;
    float: left;
    background: #ff1933;
    height: 80px;
    border-radius: 50%;
    padding: 17px;
}
.form-control:focus{
  border: 1px solid #ccc;
  box-shadow: none;
}


.blog-main-listing-area-right {
    width: 100%;
    background: #fff;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 15px;
    padding: 30px ;
    margin-bottom: 15px;
}
.blog-main-listing-area-right h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    margin-bottom: 31px;
    text-transform: uppercase;
}
.blog-main-details-area{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px 35px;
    background: #fff;
    float: left;
    margin: 15px 0 30px 0;
}
.blog-main-details-area h2{
    font-size: 24px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 500;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-main-details-area p{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
}
.blog-main-listing-area-right ul{
    padding: 0;
    margin: 0;
}
.blog-main-listing-area-right ul li{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.blog-main-listing-area-right a{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.9px;
    font-weight: 500;
    color: #000;
    padding-left: 20px;
}
.blog-main-listing-area-right ul li a:after{
   content: '\f105';
   font-family: FontAwesome;
   position:absolute;
   top:-2px;
   left: 0;
}
.blog-main-listing-area-right a:hover{
    text-decoration: none;
    color: #ff1933;
}
.tab-small-section-text-right {
    width: 70%;
    float: left;
    padding-left: 15px;
    margin-top: 0;
}
.tab-small-section-image-right {
    width: 30%;
    float: left;
}
.tab-small-section-image-right img {
    width: 100%;
    height: 68px;
    object-fit: cover;
    border-radius: 5px;
}
.tab-small-section-text-right span {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.28px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    color: #ff1933;
}
.blog-main-listing-area-right h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #000;
    margin-top: 0;
}
.tab-small-section-right {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}
.blog-listing-area{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px 30px;
    background: #fff;
    float: left;
    margin: 15px 0 30px 0;
}
.tab-small-section {
    padding: 30px 0;
    border-bottom: 1px solid #000;
    width: 100%;
    float: left;
}
.tab-small-section-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
    object-position: center;
}
.tab-small-section-image {
    width: 40%;
    float: left;
}
.tab-small-section-text {
    width: 60%;
    float: left;
    padding-left: 25px;
    margin-top: 0;
}
.tab-small-section-text span{
    font-size: 14px;
    line-height: 15px;
    color: #ff1933;
   font-weight: 500;
}
.tab-small-section-text h2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tab-small-section-text h2 a{
    font-size: 30px;
    line-height: 23px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
}
.tab-small-section-text h2 a:hover{
    text-decoration: none;
}
.tab-small-section-text h2 a:focus{
    text-decoration: none;
}
.tab-small-section-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 1px;
}
.pagination{
    padding: 0;
    margin: 0;
}
.blog-section-area{
  width: 100%;
  display: inline-block;
  padding: 70px 0 150px;
}
.tab-small-section:last-child{
  border-bottom: none;
}
.blog-main-image{
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.blog-main-details-area span{
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.28px;
    color: #ff1933;
    font-weight: 500;
}
.blog-main-image img{
  width: 100%;
}

.product-area{
  width: 100%;
  display: flex;
  padding: 85px 0;
}

.product-area .product-section-area  p{
    color: #ff1933;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.product-area .product-section-area h3 {
    color: #000;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.product-area .product-section-area span{
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.product-area .product-section-area a{
    color: #ff1933;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border: 1px solid #ff1933;
    padding: 10px 25px;
    margin: 25px auto 0;
    display: inline-block;
}
.product-area .product-section-area a:hover , .product-area .product-section-area a:focus{
  background: #ff1933;
  text-decoration: none;
  color: #fff;
}
.product-area .product-section-area {
  text-align: center;
  padding: 30px;
  margin: 15px 0;
  
}
.product-area .product-section-area img {
    height: 200px;
    object-fit: contain;
    margin-bottom: 30px;
    width: 100%;
}
.top-catagory-area .owl-dots{
  display: none;
}
.trnading-area .owl-dots{
  display: none;
}
.search-social-area{
  width: 100%;
  display: flex;
  background: #ff1933;
  padding: 6px 0;
}
.phone-head{
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  gap:15px;
}
.phone-head a{
  color: #fff;
  text-decoration: none;
}
.welcome-head{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.welcome-head span{
  color: #fff;
}
.social-area a img{
  filter: invert(1);
}
.social-area a:hover img{
  filter: invert(0);
}
.news-text{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-text h3 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
  margin-top: 0;
}
.news-text h2 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px 0;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: left;
}
.news-text p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
}
.news-text a.read-more-btn {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 20px 0;
}
.news-text a.read-more-btn:hover{
  color: #000;
}
#owl-demo1{
  margin-top: 30px;
}
.news-img img{
  height: 400px;
  object-fit: cover;
  transition: transform .2s;
}
.news-img:hover img{
  transform: scale(1.2);
}
.news-img{
  position: relative;
  overflow: hidden;
}
.date-area {
    width: 100%;
    display: flex;
    background: #b30014;
    padding: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    max-width: 150px;
    text-align: center;
    position: absolute;
    top: 0;
}
.news-text h2:after{
  display: none;
}
.testimonial .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 30px;
    text-align: center;
}
.testimonial .owl-carousel button.owl-dot.active {
    background: #ff1933;
}
.testimonial .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    border-radius: 50%;
    margin: 0 5px;
}
.welcome-area{
  width: 100%;
  display: flex;
  padding: 120px 0;
  background: #fff;
  color: #000;
}
.welcome-area h2{
  color: #000000;
  margin-bottom: 40px;
  font-weight: 700;
  margin-top: 0;
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.welcome-area p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
}
.welcome-area a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff1933;
  background: #ff1933;
  padding: 10px;
  max-width: 150px;
  margin-top: 40px;
}
.welcome-area a:hover{
  background: #000;
  border: 1px solid #000;
}
.welcome-area-img img{
  width: 100%;
  object-fit: cover;
}
/*.phone-head img{
  filter: invert(1);
}*/

.social-area{
  display: flex;
  justify-content: flex-end;
  gap:15px;
  align-items: center;
}
.search-social-area .row{
  align-items: center;
  display: flex;
}


.footer-menu1 a{
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  background: #ff1933;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
}
.footer-menu1 a:hover {
  background: #fff;
  color: #000000;
}
.footer-menu1 .footer-logo a , .footer-menu1 .footer-logo a:hover{
  background: transparent;
  padding: 0;
  margin: 0;
}



.footer-top{ width: 100%; display: block; background: #ff1933; padding: 0 0 70px 0; color: #fff; position: relative; z-index: 9; }
.footer-bottom{ width: 100%; display: block; border-top: 1px solid #fff; font-weight: 400; font-size: 15px; position: relative; z-index: 9; background: #ff1933; color: #fff; padding: 25px 0; letter-spacing: 1px; text-align: center; }
.copy-right{ width: 100%; display: inline-block; }

.footer-logo img{
  width: 220px;
  filter: invert(1);
}
.footer-logo{
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.footer-menu1 h2 {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.footer-menu1 p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.footer-top .col-lg-3:first-child{
  width: 30%;
  padding-right: 30px;
}
.footer-top .panel-3{
  width: 24%;
  padding-left: 30px;
}
.footer-top .panel-2{
  width: 18%;
}
.footer-top .col-lg-3:last-child{
  width: 28%;
}
.footer-menu strong{
  font-weight: 700;
}
.footer-menu h2{
  color: #fff;
  font-weight: 600; 
  font-size: 24px; 
  font-family: 'Oswald', sans-serif;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.footer-menu p{
  color: #fff; 
  font-weight: 400; 
  font-size: 15px;
  line-height: 24px; 
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.footer-menu{     font-size: 14px; font-weight: 400; line-height: 2.31; color: #323232;  }
.footer-menu ul {padding: 0; margin: 0;}
.footer-menu ul li {display: inline-block;  padding:6px 0; width: 100%;  }
.footer-menu ul li:last-child { border-bottom: none; }
.footer-menu ul li a {display: block; font-family: 'Roboto', sans-serif; font-weight: 400; color:#fff;   text-decoration: none; font-size: 15px; line-height: 25px; letter-spacing: 1px; }
.footer-menu ul li a:hover { color:#000;  }
.footer-menu ul li img{ float: left; width: 15%; }
.footer-menu ul li span{ float: left; width: 80%; margin-left: 5%; line-height: 20px; }
.footer-menu a{ color: #fff; display: inline-block; }
.footer-menu i {
    font-size: 30px;
    margin-right: 24px;
}
.footer-menu a:hover i{
  color: #000;
}
.footer-social{
  width: 100%;
  display: flex;
  margin-top: 50px;
}

.newslatter-secrion{
  width: 100%;
  display: inline-block;
  padding: 0;
  background: #ff1933;
  text-align: center;
}
.newslatter-email-area{
  width: 100%;
  border:1px solid #fff;
  height: 60px;
  margin: 10px 0 0;
  border-radius: 0;
}

.news-input{
  width: 66%;
  float: left;
  height: 58px;
  background: transparent;
  color: #fff;
  border:none;
  padding-left: 12px;
  font-family: 'Oswald', sans-serif;
}

.news-input:focus{
  outline: none;
}

.subscribe:focus{
  outline: none;
}

.subscribe {
    background: #ff1933;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    padding: 5px 30px;
    border-radius: 0;
    margin-top: 0;
    float: right;
    letter-spacing: 1px;
    height: 58px;
    text-transform: uppercase;
}
.subscribe:hover{
  background: #fff;
  color: #000;
}
.newslatter-secrion .newslatter-secrion-all{
  width: 1200px;
  margin: 0 auto;
  background: #b30014;
  position: relative;
  top: -75px;
  display: inline-block;
  padding: 50px;
  -webkit-box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.24);
  box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.24);
}
.newslatter-icon{
  width: 15%;
  float: left;
}
.newslatter-icon img {
    width: 100%;
    margin-top: 12px;
    filter: invert(1);
}
.newslatter-text {
    width: 70%;
    float: left;
    font-size: 26px;
    color: #fff;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding-left: 30px;
}

.news-input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.news-input::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.read-more-btn span{
  border:1px solid #fff;
  padding: 2px 8px;
}
.read-more-btn:hover span{
  border:1px solid #000;
}
.about-under-area{
  width: 100%;
  display: flex;
  padding: 100px 0;
  text-align: center;
  background: #ff1933;
  margin: 50px 0;
}
.about-under-area a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f9deb3;
  background: #000;
  padding: 10px 30px;
  margin-top: 20px;
}
.copy-right{
  text-align: center;
}
.payment-icon img{
  width: 100%;
  max-width: 270px;
}
.payment-icon{
  text-align: left;
}
.show {display: block;}
#myInput {
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 12px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 1px;
    height: 45px;
}
#myInput:focus {outline: none;}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 266px;
    overflow: auto;
    z-index: 1;
    margin-top: 8px;
    right: 0;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ff1933;}
.dropbtn{
  background: transparent;
  border: none;
}
.search-button {
    background: #000;
    border: none;
    padding: 9px 10px;
    position: relative;
    top: -1px;
    left: -4px;
    height: 45px;
}
.search-button:hover{
  background: #ff1933;
}
.search-area .search-button img {
    width: 24px;
    filter: invert(1);
}
.show {display: block;}
.search-area{
  position: relative;
}
.banner-small-slider .owl-carousel .owl-item img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.banner-small-slider .owl-carousel .owl-item .item a{
  display: flex;
  gap:10px;
  align-items: center;
}

.banner-small-slider h3{
  color: #000;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.banner-small-slider {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 10px;
}
.design-area-collection{
  background: #ff1933;
}


.design-home-area{
  width: 100%;
  display: flex;
}
.design-home-area-panel{
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
  display: flex;
}
.trnading-area .owl-carousel .owl-item .design-home-area-panel img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  opacity: 0.5;
}

.design-heading-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  left: 0;
  opacity: 0;
}
.design-heading-link h2{
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.trnading-area .owl-carousel .owl-item .design-heading-link h2:after{
  display: none;
}
.trnading-area .owl-carousel .owl-item .design-heading-link h2{
  padding-bottom: 0;
  text-align: left;
}
.trnading-area .owl-carousel .owl-item .design-heading-link a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #fff;
  background: #fff;
  padding: 5px 10px;
  max-width: 115px;
  justify-content: center;
  transition: 0.5s;
}
.trnading-area .owl-carousel .owl-item .design-heading-link a{
  margin: 0;
}
.trnading-area .owl-carousel .owl-item .design-heading-link a:hover{
  border-color: #000;
  background: #000;
  color: #fff;
}

.trnading-area .owl-carousel .owl-item .design-heading-link a img{
  width: 15px;
  filter: invert(0);
  opacity: 1;
  height: auto;
}
.trnading-area .owl-carousel .owl-item .design-heading-link a:hover img{
  filter: invert(1);
}
.design-home-area-panel .design-heading-link{
  transition: 0.5s;
}
.design-home-area-panel:hover .design-heading-link{
  opacity: 1;
}
.trnading-area .owl-carousel .owl-item .design-home-area-panel img{
  transition: 0.5s;
  margin-bottom: 0;
  opacity: 1;
}
.trnading-area .owl-carousel .owl-item .design-home-area-panel:hover img{
  transform: scale(1.1);
  opacity: 0.4;
}
.trnading-area .owl-carousel .owl-item .design-home-area-panel:hover .design-heading-link img{
  transform: scale(1);
}
.trnading-area .owl-carousel .owl-item .design-heading-link a:hover img{
  filter: invert(1);
  opacity: 1;
}
.trnading-area .owl-carousel .owl-item .design-home-area-panel:hover .design-heading-link img{
  opacity: 1;
}
.logo-sec .logo{
  display: block;
}
.logo-sec .mobile-logo{
  display: none;
}
.right-icon-area h4{
  color: #000;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 5px 0 0;
  text-align: center;
}
.view-all-btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-all-btn a{
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
}
.view-all-btn a:hover, .view-all-btn a:focus {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.view-all-btn a:hover img , .view-all-btn a:focus img{
  filter: invert(1);
}

.view-all-btn a img{
  width: 16px;
  height: auto;
}


.design-area-collection .view-all-btn a , .top-catagory-area .view-all-btn a{
  color: #fff;
  border-color: #fff;
}
.design-area-collection .view-all-btn a:hover , .top-catagory-area .view-all-btn a:hover{
  color: #fff;
  border-color: #000;
  background: #000;
}
.design-area-collection .view-all-btn a img , .top-catagory-area .view-all-btn a img {
    filter: invert(1);
}

.slidernav-area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#jnext{
  transform: rotate(180deg);
  cursor: pointer;
}
#jprev{
  cursor: pointer;
}
.express-area{
  width: 100%;
  background: #ff1933;
  display: flex;
  padding: 50px 0;
}
.express-area h2 {
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    padding-bottom: 50px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
}
.express-area h2:after {
    content: '';
    filter: invert(1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/devider.png);
    width: 267px;
    height: 27px;
}
.express-text-and-icon p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 32px;
    letter-spacing: 2px;
}
.express-text-and-icon img{
  width: 50px;
  filter: invert(1);
}
.express-text-and-icon {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
    align-items: center;
    max-width: 700px;
    margin: 0 auto 10px;
}
.express-panel{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  background: #fff;
}
.express-panel img{
  width: 35px;
  height: 24px;
  object-fit: contain;
}
.express-panel p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.express-panel:hover{
  background: #000;
}
.express-panel:hover p{
  color: #fff;
}
.express-panel:hover img{
  filter: invert(1);
}
.express-panel a{
  gap:15px;
  display: flex;
  padding: 20px 10px;
  align-items: center;
  justify-content: center;
}


.search-area form{
  float: right;
}
.next img , .prev img{
  filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(713%) hue-rotate(151deg) brightness(118%) contrast(100%);
}
.user-area a:hover , .wishlist-area a:hover , .cart-area a:hover{
  text-decoration: none;
}
.user-area a:focus , .wishlist-area a:focus , .cart-area a:focus{
  text-decoration: none;
}
.banner-small-slider .owl-carousel .owl-item .item a:hover , .banner-small-slider .owl-carousel .owl-item .item a:focus{
  text-decoration: none;
}
.banner-small-slider .owl-carousel .owl-item .item a:hover h3{
  color: #ff1933;
}
.product-price{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap:10px;
}
.product-price .discount-price{
   opacity: 0.6;
   text-decoration: line-through;
}
.express-panel a , .express-panel a:hover , .express-panel a:focus{
  text-decoration: none;
}
.news-text h2 a , .news-text h3 a {
  color: #fff;
}
.news-text h2 a:hover , .news-text h2 a:focus , .news-text h3 a:hover , .news-text h3 a:focus{
  text-decoration: none;
}
.menu-panel h3{
  color: #fff;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  margin: 0 0 15px;
  letter-spacing: 1px;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.mega-sub-section{
  padding: 40px;
  width: 100%;
  display: flex;
}
.mega-sub-section .row{
  width: 100%;
}
.desktop-show{
  display: block!important;
}
.mobile-show{
  display: none!important;
}
.mobile-user-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.mobile-user-section h3{
  font-size: 16px;
  text-transform: uppercase;
  color: #ff1933;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 10px 0;
  padding: 10px 20px 12px;
  font-family: 'Oswald', sans-serif;
}
.mobile-profile-section{
  width: 100%;
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
  gap:10px;
}
.mobile-user-section img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
ul.menu .mobile-user-area a, ul.menu .mobile-wishlist-area a, ul.menu .mobile-wallet-area a, ul.menu .mobile-order-area a {
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(0,0,0,0.2);
}
ul.menu .mobile-user-area h4 , ul.menu .mobile-wishlist-area h4 , ul.menu .mobile-wallet-area h4 , ul.menu .mobile-order-area h4{
    color: #000;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 8px 0 0;
    text-align: center;
}
.mobile-user-area , .mobile-wishlist-area , .mobile-wallet-area , .mobile-order-area{
  width: 21%;
  text-align: center;
}
.mobile-last-area{
  width: 100%;
  flex-direction: column;
  display: flex;
}
ul.menu .mobile-last-area a{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 20px 7px;
  letter-spacing: 1.8px;
  width: 100%;
}

.enquiry-area .input-text {
  border: 1px solid #000;
  height: auto;
  color: #000;
  height: 50px;
  font-size: 15px;
}
.enquiry-area label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}
.enquiry-area .form-select {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
}
.enquiry-area textarea.form-control {
    min-height: 200px;
}
.enquiry-area .form-check .form-check-input {
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
}
.enquiry-area  .month-area label {
    color: #000;
    font-size: 14px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.month-area .form-check {
    display: flex;
    align-items: center;
    gap: 15px;
}
.enquiry-area .input-text:focus{
  border: 1px solid #000;
  color: #000;
}
.enquiry-area .input-text::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
  font-size: 14px;
}
.enquiry-area .input-text::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
  font-size: 14px;
}
.contact-contant .form-select:focus{
  box-shadow: none;
}
.enquiry-area form{
  max-width: 800px;
  margin: 0 auto;
}
.inner-page-header h2 span{
  color: #ff1933;
}
.search-section-area{
  width: 100%;
  display: inline-block;
  padding: 80px 0 150px;
}

.search-listing-area .tab-small-section-image img{
  height: 200px;
}
.search-listing-area .tab-small-section-text{
  width: 70%;
  float: left;
  padding: 0;
}
.search-listing-area .tab-small-section{
  display: flex;
  align-items: center;
  gap:30px;
}
.search-listing-area .tab-small-section-image {
    width: 30%;
    float: left;
}
.search-listing-area .tab-small-section-text a {
    color: #000;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
}
.search-listing-area .tab-small-section-text p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.search-listing-area .tab-small-section-text h2 a {
    font-size: 24px;
    line-height: 23px;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
.search-listing-area .tab-small-section-text a {
    color: #000;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
}
.search-listing-area .tab-small-section-text h2 {
    font-size: 28px;
    padding-top: 3px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin: 0 0 24px 0;
}
.woocommerce-LostPassword.lost_password a , .woocommerce-privacy-policy-link , .woocommerce-privacy-policy-link:focus , .woocommerce-privacy-policy-link:hover{
  color: #ff1933;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #000!important;
}
.woocommerce-form-register__submit , .woocommerce-form-login__submit , .lost_reset_password .woocommerce-Button , .woocommerce-MyAccount-content .button{
    background: #000 !important;
    color: #fff !important;
    padding: 13px 30px !important;
    display: inline-block !important;
    margin-top: 0 !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.woocommerce-form-register__submit:hover , .woocommerce-form-login__submit:hover , .lost_reset_password .woocommerce-Button:hover , .woocommerce-MyAccount-content .button:hover{
    background: #ff1933!important;
}
.woocommerce-form-login__rememberme span{
  font-weight: 400;
}
.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{
  width: 18px;
  height: 18px;
  border:1px solid #000;
  margin-top: 0;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 23px;
}
.woocommerce form .form-row .input-text , .woocommerce form .form-row select{
  height: 40px!important; 
}
.lost_password{
  padding-left: 3px;
}
.woocommerce-form-login__submit , .woocommerce-MyAccount-content .woocommerce-Button{
  margin-top: 15px!important;
}
.woocommerce-MyAccount-content a , .woocommerce-MyAccount-content:focus , .woocommerce-MyAccount-content:hover{
  color: #ff1933;
}
.woocommerce-info {
    border-top-color: #ff1933!important;
}
.woocommerce-info::before {
    color: #ff1933!important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button{
  margin-left: 3px;
  border-radius: 4px;
}
.woocommerce-address-fields .button{
  margin-left: 3px!important;
  margin-top: 20px!important;
}
.woocommerce-MyAccount-navigation ul{
  padding: 0;
  margin: 0;
  border:1px solid #000;
}
.woocommerce-MyAccount-navigation ul li{
  display: block;
  border-bottom:1px solid #000;
}
.woocommerce-MyAccount-navigation ul li a{
  padding: 13px 30px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a:hover , .woocommerce-MyAccount-navigation ul li a:focus , .woocommerce-MyAccount-navigation .is-active a{
  text-decoration: none;
  color: #ff1933;
}
.woocommerce-MyAccount-navigation ul li:last-child{
  border-bottom: none;
}
.woocommerce-info .woocommerce-Button.wc-forward{
  margin-top: 0!important;
}
.woocommerce-account .addresses .title .edit {
    float: left!important;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
address{
  letter-spacing: 1px;
}
.about-area.inner-page-main-text .woocommerce-Address-title h2{
  font-size: 24px;
}
legend {
  padding: 13px 0;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
  letter-spacing: 1px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.banner-small-slider .owl-nav , .banner-small-slider .owl-dots{
    display: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
    font-size: 16px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
  font-size: 16px!important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 15px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
  font-size: 14px!important;
  text-decoration: none !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
  font-size: 16px!important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
}
.wc-block-components-quantity-selector:after {
    border: 1px solid #000!important;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 16px;
}
.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper{
    font-size: 16px;
}
.wc-block-cart__submit-button , .wc-block-components-checkout-place-order-button{
    background: #000 !important;
    color: #fff !important;
    padding: 13px 30px !important;
    display: inline-block !important;
    margin-top: 0 !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center!important;
    border:none;
    text-transform: uppercase;
}
.wc-block-cart__submit-button:hover , .wc-block-cart__submit-button:focus , .wc-block-components-checkout-place-order-button:hover , .wc-block-components-checkout-place-order-button:focus {
    background: #ff1933!important;
    text-decoration: none;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
  justify-content: center;
}
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper {
    font-size: 16px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
  box-shadow: none!important;
  outline: none!important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  letter-spacing: 1px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    font-size: 14px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    font-size: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.woocommerce-checkout .about-area.inner-page-main-text h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    font-size: 14px!important;
    margin-top: -30px!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: inline-block;
    background: #fff;
    padding: 0 0 30px!important;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px!important;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: capitalize;
}
.woocommerce ul.products li.product .button{
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 11px 25px;
    background: transparent;
    margin: 25px auto 0;
    border-radius: 0;
    display: inline-block;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.woocommerce ul.products li.product .price ins{
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del{
    color: #000!important;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.woocommerce span.onsale{
  background-color: #ff1933!important;
}
.woocommerce ul.products li.product .price{
    color: #000!important;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px!important;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px!important;
    color: #000!important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000!important;
    color: #fff!important;
}
.woocommerce .woocommerce-ordering select {
    height: 40px !important;
    font-size: 14px !important;
    border: 1px solid #000;
    padding: 0 10px;
}
.woocommerce ul.products {
    margin-top: 30px !important;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce span.onsale {
    min-height: 45px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    min-width: 45px!important;
}
.product_meta .posted_in{
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.product_meta .posted_in a{
  color: #000!important;
}
.sku_wrapper {
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.woocommerce div.product p.price ins{
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
}
.woocommerce div.product p.price  del{
    color: #000!important;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #fff!important;
    color: #000!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0!important;
    color: #000!important;
}
.about-area.inner-page-main-text .entry-content h2 {
    font-size: 24px;
}
.woocommerce div.product form.cart .button{
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 11px 25px;
    background: transparent;
    margin: 0;
    border-radius: 0;
    display: inline-block;
}
.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 30px;
}
.copy-right a{
  color: #fff;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--custom-button{
  background: transparent!important;
  border:none!important;
  padding: 0!important;
}
.yith-wcwl-add-to-wishlist-button:is(button){
  gap:0!important;
}
.yith-add-to-wishlist-button-block{
  margin: 0!important;
}
.wishlist_table thead tr th{
  background: #ff1933!important;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}
.wishlist_table tr td{
  font-size: 14px;
  color: #000!important;
  letter-spacing: 0.5px;
  height: 75px!important;
}
.wishlist_table tr td a{
  color: #000;
  text-decoration: none;
}
.woocommerce div.product form.cart .variations label {
  text-align: left!important;
  margin-bottom: 0!important;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400!important;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 7px 0 0!important;
}
.woocommerce div.product form.cart .variations select{
  padding: 5px 10px;
}
.variations tr {
  margin-bottom: 15px;
  width: 100%;
  flex-direction: row;
  display: flex;
}
.variations td.value{
  width: 80%;
}
.entry-summary .quantity{
  display: none;
}
.entry-summary .yith-wcwl-icon-svg__wrapper{
  border: 1px solid #000;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.page-id-26 .wp-block-product-new , .page-id-26 .wp-block-woocommerce-empty-cart-block .wp-block-heading{
  display: none!important;
}
.page-id-26 .wp-block-woocommerce-empty-cart-block .wp-block-heading.wc-block-cart__empty-cart__title{
  display: block!important;
}
.blog-main-listing-area-right a{
  padding-left: 0;
}
.blog-main-listing-area-right li a{
  padding-left: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #000!important;
    padding: 10px 15px!important;
    color: #000!important;
}
.blogpagination{
  width: 100%;
  display: flex;
  float: left;
  margin: 20px 0;
}
.blogpagination .wp-pagenavi{
  width: 100%;
  display: flex;
}
.blogpagination .pages , .blogpagination .last , .blogpagination .first{
  display: none!important;
}
.mobile-menu-icon{
  display: none;
}
/*.wpgis-slider-nav{
  width: 100%;
  display: flex;
  gap:10px;
}
.wpgis-slider-for {
  display: none;
}
.wpgis-slider-nav li{
  display: block;
}
.wpgis-slider-for .wpgis-slider-thumb-active{
  display: block!important;
}
.zoom.wpgis-slider-big-active{
  display: block!important;
}
.wpgis-slider-for{
  display: block!important;
}*/
.woocommerce div.product div.images .flex-control-thumbs{
  width: 100%;
  display: flex;
  gap:10px;
  margin-top: 10px!important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  width: 20%!important;
}
.woocommerce div.product div.images{
  margin-bottom: 80px!important;
}