@charset "utf-8";
/* CSS Document */
html {
  overflow-x: hidden;
  scroll-behavior: smooth; 
	
}
html, body{
    margin:0;
    padding:0;
    font-family: "Poppins", sans-serif;
    font-size:14px;
    font-weight: 300;
    line-height: 1.875;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x:hidden;
  }
a:hover{
    text-decoration: none;
    
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box; 
	
	}

a{
    color:#efbb20;
    outline:0 none;
    text-decoration:none}
a:focus,a:hover{text-decoration:none;outline:0 none}
a:active,a:hover{color:#333}
p a{color:#333}
img{
    border-style:none;
    height:auto;
    max-width:100%;
    vertical-align:middle;
}
.wapers{
	width: 100%;
	overflow: hidden;
}

.card{
        border-color: #F6F7F7 !important;
        
    }
    
    .card:hover{
       box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
    }
    .price strong{
         color:#000 !important;
        padding: 10px;
    }
    
    .price span{
        color:#A29E9E;
        text-decoration: line-through;
        padding: 10px;
    }
    
    .btn-cart{
        background:#000;
        color: #FFF;
        text-align: center;
        /*width:150px;*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;        
    }
    
    .btn-cart:hover{        
		border: 1px solid #8E8A8A;
        color:#8E8A8A;        
    }


.priemry-bg{    
    background-color: #000 !important;
    
}

.secondery-bg{
    background-color: #FF0000;
}

.other-bg{
    background-color: #FFF !important;
}

.foot-bg{
    background:#171717;
}



.section-two{    
    background: url("../slider/bg-backgrond.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section-three{    
    background: url("../slider/bg-black-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.new-arrival-container h1, 
.brand-with-us h2, 
.top-sales-container h3,  
.todaysoffer-container h4, 
.blog-container h5{
    font-size: 36px;
     font-family: 'Raleway', sans-serif;
    
}


.text-clor{
    color:#FF0000 !important;
    
}

.rep-img{
    max-width: 100%;
    width: auto;
}

.img-border{
    border:10px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.menu-list li a{
    color:#1A004F;
}

.title{
    font-weight: bold;
    font-size: 20px !important;
    color:#4E337B;
}

.navbar-nav .nav-item .nav-link{
    font-weight: 600px !important;
    color: #FFF !important;
}

.dropdown-toggle, .nav-link{
    text-transform: uppercase !important;
    letter-spacing: 1px;
    
}

.icon-left-right{
    background-color:#000  !important;
    padding: 2px 10px 2px 10px !important;
    font-size: 25px !important;
    outline: 5px solid #000;
    outline-offset: 3px;
}

.nav-search{
    list-style: none;
    float:right;
    padding: 0;
    margin: 0;
    
}

.nav-search li{
    float: left; 
    padding: 15px 0 0 0;
    margin: 0;
}

.nav-search li a{
    text-decoration: none;
    color: #FFF !important;
    padding: 0 10px 0 10px;
    margin: 0;
}

.nav-search li a:hover{
    color: #FFF !important;
}

#search-box{  
  padding: 10px;
  background-color:black;
  color: white;
  font-size: 25px;
  box-sizing: border-box;
 position: absolute;
 transition: all 0.9s ease-out 0s;
 top: 8%;
right:5%;

}

.search-btn{
    width:60px; 
    height: 38px; 
    border-radius: 0 5px  5px 0;
    border: 0;
    outline: none;
    padding: 0 0 5px 0 !important;
    margin: 0 !important;
    text-align: center;
    background: #EC8928 !important;
    font-size: 14px !important;
    
}


.box{
      background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);
     font-family: 'Raleway', sans-serif;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     position: relative;
     transition: all 0.3s ease-in-out;
    
 }
 .box:hover{ box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.4); }
 .box:before{
     content: "";
     border: 8px solid #fff;
     opacity: 0;
     position: absolute;
     top: 50%;
     bottom: 50%;
     left: 15px;
     right: 15px;
     z-index: 1;
     transition: all 0.4s ease-in-out;
 }
 .box:hover:before{
     opacity: 0.9;
     top: 15px;
     bottom: 15px;
 }
 .box img{
     width: 100%;
     height: auto;
     transform: scale(1.1) translateX(4%);
     transition: all 0.4s ease-in-out;
 }
 .box:hover img{
     opacity: 0.3;
     transform: scale(1.1) translateX(-4%);
 }
 .box .box-content{
     color: #fff;
     opacity: 0;
     transform: translateX(20%);
     position: absolute;
     top: 30px;
     left: 33px;
     transition: all 0.3s ease-out;
 }
 .box:hover .box-content{
     opacity: 1;
     transform: translateX(0);
     transition-delay: 0.3s;
 }
 
 .box .icon{
     padding: 0;
     margin: 0;
     list-style: none;
     opacity: 0;
     transform: translateX(-20%);
     position: absolute;
     bottom: 33px;
     right: 30px;
     z-index: 1;
     transition: all 0.3s ease-out;
 }
 .box:hover .icon{
     opacity: 1;
     transform: translateX(0);
     transition-delay: 0.3s;
 }
 .box .icon li{
     margin: 0 2px;
     display: inline-block;
 }
 .box .icon li a{
     color: rgba(2, 83, 185, 1);
     background: #fff;
     font-size: 18px;
     text-align: center;
     line-height: 30px;
     height: 35px;
     width: 35px;
     border: 3px solid #fff;
     display: block;
     transition: all 0.3s ease;
 }
 .box .icon li a:hover{
     color: #fff;
     background: rgba(6, 57, 84, 1);
 }
 @media only screen and (max-width:990px){
     .box{ margin: 0 0 30px; }
 }



.shop {
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  background: #000;
    color:#FFF;
  
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
}
.shop:after, .shop:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}
.shop:after {
  top: -1px;
  left: -1px;
  border-top: 5px solid #8DDFEA;
  border-left: 5px solid #8DDFEA;
}
.shop:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid #8DDFEA;
  border-right: 5px solid #8DDFEA;
}
.shop:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.shop:hover:before, .shop:hover:after {
  width: 100%;
  height: 100%;
}

/*
.data-container {
  background: #ffebee;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}*/


@media screen and (min-width: 601px) {
   .box .title{
     font-size: 22px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
 }
 .box .post{
     font-size: 15px;
     font-weight: 400;
     font-style: italic;
     text-transform: capitalize;
     letter-spacing: 1px;
 }
    
  .box-head {
    font-size: 25px;
      font-weight: 600;
  }

  .sub-line {
    font-size: 50px;
  }
  .shop{        
    font-size: 18px;
    }
    
    .mrg-t{
        margin-top: 150px;
        margin-bottom: 20px;
    }
    
    .mrg-btn{
        margin-top: 40px;        
    }
    
.product-box{
	width:320px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
	margin: 25px;
}
    
}

@media screen and (max-width: 600px) {
    .box .title{
     font-size: 14px !important;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
 }
 .box .post{
     font-size: 11px;
     font-weight: 400;
     font-style: italic;
     text-transform: capitalize;
     letter-spacing: 1px;
 }
    
  .box-head {
    font-weight: 600;
    font-size: 12px;
    
  }
    
  .sub-line {
    font-size: 20px;
  }
    
  .shop{        
        font-size: 10px;
    }
    
    .mrg-t{
        margin-top: 22px;
        margin-bottom: 5px;
    }
    
    .mrg-btn{
        margin-top: 10px;
        margin-bottom: 25px;
    }
    
.product-box{
	width:320px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
	margin: 25px;
    -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Safari 3-8 */
    transform: scale(0.8); 
}
    
    .mt-n5{
        margin-top: -0.90rem !important;
        
    }
    
    
}

/*tabcontent*/

/*
.nav-pills .nav-item .active{
    background:#000 !important;
    border-radius:  0 !important;
    color: #FFF !important;
}

.nav-pills .nav-item .nav-link{
    color: #000;    
}
*/


.slide-img{
/*	height: 300px;*/
	position:relative;
}
.slide-img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.detail-box{
	width: 100%;
    float: left;
    
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px;
	box-sizing: border-box;
	font-family: calibri;
}
.type{
    width: 100%;
    float: left;
	
	
}
.type a{
    width: 100%;
    float: left;
	color:#222222;
	margin: 2px 0px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding-right: 8px;
    font-size: 16px;
    
    
}
.type span{
	color:rgba(26,26,26,0.5);
}
.price{
	color: #333333;
	font-weight: 600;
	font-size: 16px;	
	letter-spacing: 0.5px;
    float: left;
    padding: 5px;
}

.price-cut{
	color:rgba(26,26,26,0.3);
	letter-spacing: 0.5px;
    text-decoration:line-through;
    float: left;
    padding: 5px 5px 20px 5px ;
}
.overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 0.8) 0%, rgba(2, 83, 185, 0.8) 100.2%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.buy-btn{
	width:160px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	color:#252525;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: calibri;
	border-radius: 20px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
    
}
.buy-btn:hover{
	color:#FFFFFF;
	background-color: #000;
	transition: all ease 0.3s;
    text-decoration: none;
}
.overlay{
	visibility: hidden;
}
.slide-img:hover .overlay{
	visibility: visible;
	animation:fade 0.5s;
}

.type a .checked {
  color: orange;
}
.fa-star{
    font-size: 10px;
}
 
@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.pro-box{
    padding: 5px 10px; 
    margin: 2px;
    border:1px solid #8A8787;   
    color: #8A8787; 
    
}

.pro-box:hover{
    padding: 5px 10px; 
    margin: 2px;
    background:#000;   
    color: #FFF;
    
}

.color-pik button{
	border:none;
    width:25px;
    height: 25px;
    margin:4px;
    cursor: pointer;

}

.red{
    background:#F00A0E;
}

.blue{
    background:#2C7002;
    
}

.green{
    background:#05046A;
    
}

.yellow{
    background:#F1BE09;
    
}
.color-pik button.active{
	animation: activeButton 1s linear alternate infinite;
}

@keyframes activeButton{
	50%{
		transform: scale(0.6);
	}
}

/* end*/


/***figur**/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1104 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;  
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;

}

figure.snip1104 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.snip1104 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1104 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1104 h2 span {
  font-weight: 800;
}

figure.snip1104:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.snip1104 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1104.blue {
  background: #123851;
}

figure.snip1104.blue h2 {
  background: #0a212f;
}

figure.snip1104.red {
  background: #581a14;
}

figure.snip1104.red h2 {
  background: #36100c;
}

figure.snip1104.yellow {
  background: #7f5006;
}

figure.snip1104.yellow h2 {
  background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}


@media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 .padding {
     padding: 5rem
 }

 

.blog-box{
     background-color: #000;
     font-family: 'Hind', sans-serif;
     overflow: hidden;
     position: relative;
 }
 .blog-box:before{
     content: '';
     border: 1px solid #fff;
     transform: scaleY(0);
     position: absolute;
     left: 12px;
     top: 12px;
     bottom: 27px;
     right: 12px;
     z-index: 1;
     transition: all 0.5s ease 0s;
 }
 .blog-box:hover:before{ transform: scaleY(1); }
 .blog-box img{
     width: 100%;
     height: auto;
     transition: all 0.5s ease 0s;
 }
 .blog-box:hover img{
     opacity: 0.2;
     transform: scale(1.1);
     transform-origin: left top;
 }
 .blog-box .box-content{
     color: #fff;
     text-align: center;
     width: 90%;
     filter: blur(5px);
     opacity: 0;
     transform: translateX(-50%) translateY(50%);
     position: absolute;
     bottom: 50%;
     left: 50%;
     z-index: 2;
     transition: all 0.5s ease 0.2s;
 }
 .blog-box:hover .box-content{
     filter: blur(0);
     opacity: 1;
 }
 .blog-box .blog-title{
     font-size: 25px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     margin: 0;
     color: #FFF;
 }
 .blog-box .post{
     color: #4cd137;
     font-size: 16px;
     font-style: italic;
     text-transform: capitalize;
     display: block;
 }
 .blog-box .icon{
     padding: 0;
     margin: 0;
     list-style: none;
     opacity: 0;
     transform: translateX(-50%) scale(0);
     position: absolute;
     left: 50%;
     bottom: 10px;
     z-index: 1;
     transition: all 0.3s ease 0.3s;
 }
 .blog-box:hover .icon{
     opacity: 1;
     transform: translateX(-50%) scale(1);
 }
 .blog-box .icon .icom-li{
     margin: 0 3px;
     display: inline-block;
 }
 .blog-box .icon .icom-li .icon-a{
     color: #000;
     background-color: #fff;
     font-size: 15px;
     text-align: center;
     line-height: 38px;
     height: 35px;
     width: 35px;
     display: block;
     transition: all 0.3s ease 0s;
 }
 .blog-box .icon .icom-li .icon-a:hover{
     color: #000;
     background: #4cd137;
 }
 @media only screen and (max-width:990px){
     .blog-box{ margin: 0 0 30px; }
 }


.controls-top{
    float: right;
    padding: 10px 0 20px 0;
    
}  
.controls-top .btn-floating{
    padding: 10px 15px 10px 15px;    
    background:#F9F7F7;
    color: #000;
    border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: all 0.5s ease 0s;
     
    
}
.controls-top .btn-floating:hover{
    background: #000;
    color: #FFF;
}

.icon i{
    color:#969393;   
} 

.text p{
   color:#969393;
   font-size: 12px;
    padding: 15px 0;
}

.text p strong{
    font-size: 14px;
}

/*
.facility .icon i:hover, .facility .text p:hover{
    color:#050505; 
    
}
*/

.foot-link{
    width: 100%;
    list-style: none;    
}

.foot-link li{
    width: 100%;
    float: left;
}

.foot-link li a{
    text-decoration: none;
    color:#828282;
    padding:0 !important;
    font-size: 14px;
}

.foot-link li a:hover{
    color: #FFF;
}

.foot-link li a strong{
    font-size: 18px;
    color: #FFF;
    
}

.payment{
    list-style: none;
    display:block;
}

.payment li{
    float: left;
    padding:1px;
}

.payment li img{
    width: 52px;
    height: 33px;
}

/***product plus minus*/



.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin-top: -5px;
/*
  width: 60px;
  height: 60px;
*/
  text-align: center;
  vertical-align: middle;
  padding:5px 10px;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

#decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

#increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

/* form #input-wrap {
  margin: 0px;
  padding: 0px;
} */

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 36px;
  height: 36px;
 
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.waap{
    background: #075E55;
}

.fb{
    
    background: #3B5999;    
}

.shear-btn:hover{  
    text-decoration: none;
    color:#FFF;
}
