/* CSS Document */

body{background-color:#FFFFFF; 
font-family: "Aladin" !important;
}
h1, h2, h3{padding:0px; margin:0px;}
a:hover{
	text-decoration:none;
}
header {
    top: 0;
    left: 0;
    width: 100%;
	background-color:rgba(0,0,0,0.8);
    color:#fff;
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;

}

header.shrink .index-2-header-box .index-2-top h1 a{
	font-size:35px;
	transition:all .5s ease
}
header.shrink .index-2-header-box{
	padding:10px 0px 0px 0px;
	transition:all .25s ease;
    background-color: rgba(0,0,0,0.5);	
}
header.shrink .index-2-header-box .header-social a{
	font-size:15px;
	transition:all .25s ease
}
header.shrink #wrap {
	height:36px;
}
nav.nav-sticky {
    position: sticky;
    top: 0px;
    z-index: 999;
    background-color: white;
}
header.shrink .index-2-header-box .index-2-header-right .shopping-cart a {
    font-size: 25px;
	transition:0.5s;
}
header.shrink #wrap .fa {
    font-size: 25px;
	transition:0.5s;
}
.container-fluid {
    padding-right: 0px; 
    padding-left: 0px; 
}

.animation.animated-item-1 {
   animation: 300ms linear 300ms normal both 1 running fadeInUp;
   transition:0.5s;
}
.animation.animated-item-11 {
   animation: 900ms linear 900ms normal both 1 running fadeInUp;
   transition:0.5s;
}
.animation.animated-item-12 {
   animation: 1500ms linear 1600ms normal both 1 running fadeInUp;
   transition:0.5s;
}
.animation.animated-item-2 {
   animation: 500ms linear 300ms normal both 1 running fadeInLeft;
}
.animation.animated-item-21 {
   animation: 500ms linear 300ms normal both 1 running fadeInDown;
}
.animation.animated-item-22 {
   animation: 500ms linear 300ms normal both 1 running fadeInRight;
}
.animation.animated-item-23 {
   animation: 500ms linear 300ms normal both 1 running fadeInUp;
}
.animation.animated-item-24 {
   animation: 500ms linear 300ms normal both 1 running fadeInRight;
}
.animation.animated-item-3{
   animation: 1000ms linear 1000ms normal both 1 running fadeInRight;
}
.animation.animated-item-4{
   animation: 1000ms linear 1000ms normal both 1 running fadeInLeft;
}
.animation.animated-item-5{
   animation: 800ms linear 300ms normal both 1 running zoomIn;
}
/*header*/

.default-filter .dropdown-menu{
	padding:0;
	    min-width: 150px !important;
}
.default-filter .dropdown-menu  li:hover{
	color:#333;
	background-color:#fff;
}

.logo h1 {
    font-size: 89px;
}

.nav-bar { display: none; }

.header-box {
    padding: 25px 0px;
}
.logo h1 {
    font-size: 89px;
}
.logo h1 a{
	color:#777;
	text-decoration:none;
}
.menu .nav{
    text-transform: uppercase;
	font-weight:bold;
    font-size: 18px;	
}
.menu .navbar {
    text-align: center;	
	 margin:0px;
     margin-bottom: 10px; 
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    padding-top: 1px;
    padding-bottom: 1px;	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

header nav {
  padding-top: 7px;	
  z-index: 1000;
  width: 100%;
  margin: auto;
}

header nav ul { list-style: none; padding:0px}

header nav ul li {
  padding: 0px 10px;
  display:inline-block;
  position: relative;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;  
}

header nav:after {
  content: "";
  display: block;
  clear: both;
}

header nav ul li a {
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight:bold;
}
header nav ul li a:hover{
	color:#777;
}

header nav ul li:hover i { color: #777; }

header nav ul li i { margin-right: 10px; }

header nav ul li:hover .children { display: block; }

header nav ul li .children {
  padding:0px;
  display: none;
  border-top: 4px solid #777;
  background: rgb(73, 73, 73); 
  position: absolute;
  width: 230%;
  z-index: 1000;
  left:0px;
  border-radius: 0px; 
}

header nav ul li .children span { display: none; }

header nav ul li .children li {
  display: block;
  width: 100%;
  padding: 10px 1px;
}

header nav ul li .children li a { 
	font-size:18px;
}

header nav ul li .fa-angle-down {
  position: relative;
  top: 3px;
  margin:0px;
}
header nav ul li .children li:hover {
    border: none;
    background-color: #fff;	
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*end-slider*/

/*section*/

/*end-blog*/



/*index-2*/
 
.index-2-header-box {
    padding: 6px 0px 0px 0px;	
    position: fixed;
    z-index: 999;
    width: 100%;
}
.index-2-header-box:hover{
	transition: .5s ease;
}
.index-2-header-box h1 a {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
}
header .index-2-header-box nav ul li a {
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
}
header .index-2-header-box nav ul li {
    padding: 0px 4px;
}	
header .index-2-header-box .navbar{
    padding: 0px;
}
header .index-2-header-box .header-right{
    padding: 18px 15px;	
}
header .index-2-header-box .header-right a{
	color:#fff;
    font-size: 20px;
    font-weight: bold;
}

/*end-index-2*/

/*index-3*/
.index-2-top{}
.index-2-header-box .index-2-top h1{
	text-align:center;
}
.index-2-header-box .index-2-top h1 a{
	font-size:40px;
}
.index-2-header-box ul{
	list-style:none;
	padding:0px;
}
.index-2-header-box .header-social li{
	display:inline-block;
}
.index-2-header-box .header-social a{
    color: #fff;
    background-color: #000;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 18px;
}
.index-2-header-box .index-2-header-right{
	text-align:right;
    padding-top: 10px;	
}
.index-2-header-box .index-2-header-right a{
	color:#fff;
	font-size:18px;
}
.index-2-header-box .index-2-header-right .shopping-cart a{
    font-size: 28px;	
}
.index-2-header-box .index-2-header-right .shopping-cart a span{
    font-size: 16px;
    position: absolute;
    top: 2px;
    background-color: rgba(0,0,0,0.9);
    border-radius: 50%;
    padding: 0px 6px;	
}
#wrap {
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

#wrap input[type="text"] {
  height: 33px;
  font-size: 22px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 30px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #fff;
}

#wrap input[type="text"]:focus {
  width: 251px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  cursor: text;
}
#wrap input[type="submit"] {
   height: 33px;
   width: 29px;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
  background-color: transparent;
  border: transparent;  
}

#wrap input[type="submit"]:hover {
  opacity: 0.8;
}
#wrap .fa{
    font-size: 28px;	
}
.index-2-header-menu{
	text-align:center;
    padding: 0px;	
}
.index-2-header-menu nav ul li {
    border-left: none;
    border-right: none;
}
.index-2-header-menu nav ul li:hover {
    border-left: none;
    border-right: none;
}

.index3-container{
	padding:70px 0px;
}

.index-3-footer{
	background-image: url(../images/footer-background-img.jpg);
}
.index-3-footer .index3-container .footer_contain{
    color: #fff;	
}
.index-3-footer .index3-container .footer_contain h5{
    font-size: 24px;
    letter-spacing: 2px;	
}
.index-3-footer .index3-container .footer_contain p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}
.index-3-footer .index3-container .footer_contain h3{
    margin: 25px 0px;	
}
.index-3-footer .index3-container .footer_contain h3 a{
    color: rgb(255, 255, 255);
    font-size: 17px;
    margin: 0px 20px 0px 0px;
}
.index-3-footer .index3-container .footer_contain h3 a .fa{
	padding-right:15px;
}
.eltdf-bli-inner {
    padding: 10px 0px;
}
.index-3-footer .index3-container .footer_contain ul{
	list-style:none;
	padding:0px;
}
.index-3-footer .index3-container .footer_contain li{
    border-bottom: 1px solid #868686;
}
.index-3-footer .index3-container .footer_contain li h3{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 14px 0px;	
}	
.index-3-footer .index3-container .footer_contain li .updated a{
    line-height: 1em;
    margin-bottom: 10px;
	color:#fff;	
}
.index-3-footer .index3-container .footer_contain ul.cat_list li{
    border-bottom: 0px;
    margin: 16px 0px;
    letter-spacing: 1px;
}
.index-3-footer .index3-container .footer_contain .insta{
    padding: 5px;	
}
.index-3-footer .index3-container .footer_contain .insta img{
	width:100%;
}
.insta_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(42, 42, 42, 0.43);
}

.insta:hover .insta_overlay {
  opacity: 1;
}

.insta_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.index-3-footer .index-3-footer-left{}
.index-3-footer .index-3-footer-left h1{	
}
.index-3-footer .index-3-footer-left hr{
    border: 1px solid #fbb057;
    width: 100px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 20px;	
}
.index-3-footer .index-3-footer-left h1 a{
    color: #fff;	
}
.index-3-footer .index-3-footer-left h5{
    margin: 0px;
    padding: 8px 0px;	
}
.index-3-footer .index-3-footer-left a{
	color:#fff;
}
.index-3-footer .index-3-footer-left a:hover{
	color:#fbb057;
}
.index-3-footer .index-3-footer-left a .fa{
	padding-right:5px;
}
.index-3-footer .index-3-footer-left h4 {
    margin: 0px;
    padding: 25px 0px;
    letter-spacing: 3px;
    color: #fff;
}
.index-3-footer .index-3-footer-left ul{
	list-style:none;
	padding:0px;
}
.index-3-footer .index-3-footer-left li{
	display:inline-block;
}
.index-3-footer .index-3-footer-left li a{
    font-size: 18px;
}
.index-3-footer .index-3-footer-left li a .fa{
    padding: 10px;
    border: 1px solid;
}
.index-3-footer .index-3-footer-left li a:hover i.fa.fa-facebook{
	color:#3a5898;
}
.index-3-footer .index-3-footer-left li a:hover i.fa.fa-twitter{
	color:#00acee;
}
.index-3-footer .index-3-footer-left li a:hover i.fa.fa-instagram {
	color:#3F729B;
}
.index-3-footer .index-3-footer-left li a:hover i.fa.fa-pinterest  {
	color:#c72527;
}
.index-3-footer .index-3-footer-left li a:hover i.fa.fa-youtube  {
	color:#ce3527;
}
.index-3-footer .index-3-footer-left li a:hover i.fa.fa-google-plus  {
	color:#de6463;
}
.index-3-footer .index-3-footer-right{}
.index-3-footer .index-3-footer-right h3{
	color:#fff;
    padding: 6px 0px 15px 0px;
}
.index-3-footer .index-3-footer-right ul{
	list-style:none;
	padding:0px;
}
.index-3-footer .index-3-footer-right li{
	padding:5px 0px;
}
.index-3-footer .index-3-footer-right li a{
	color:#FFF;
}
.index-3-footer .index-3-footer-right li a:hover{
	color:#fbb057;
}
.index-3-copy-right{
    text-align: center;
    padding: 18px;
	background-color:#000;	
}
.index-3-copy-right a{
	color:#fff;
}



.foo img{
	width:100%;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.foo img:last-child{display:none; }
.foo:hover img:first-child{display:none;}
.foo:hover img:last-child{display:inline-block;
	transition:0.5s; opacity:0px;
}




/* The Modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 135px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
    opacity: 1.2;
    padding-right: 11px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-content .product-detail .product-detail-box .add-to-cart{
    padding: 50px 0px;
}
.modal-content .product-detail .product-detail-box .product-price h2 {
    padding: 20px 0px;
}
.modal-content .product-detail .product-detail-box h5 {
    padding: 15px 0px;
}
.modal-content .product-detail .product-detail-box .product-clr {
    padding: 5px 0px;
}


/*index-2*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
} 

.carousel-fade .carousel-inner > .item.next,.carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
    font-size:17px;
	left:0px;
    padding-bottom: 140px;	
}
.item .center {
    text-align: center;
    left: 20% !important;
}
.carousel-caption h3{
	font-size:70px;
}
.carousel-caption p{
	font-size:35px;
    margin-bottom: 25px;	
}
.carousel-caption a{
    color: #fff;
    border: 2px solid;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);	
}
.carousel-caption a:hover{
	background-color:#000;
}
.item img{
	width:100%;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.banner{}
.banner .banner-box{
	background-color:#f4f4f4;
	padding:0px;
}
.banner .img{
	padding:0px;
}
.banner .img img{
	width:100%;
}
.banner .detail{
    padding: 67px;
}
.banner .detail h4{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
	letter-spacing:1px;	
}
.banner .detail h2{
    font-size: 27px;
    text-transform: inherit;
    margin-bottom: 30px;	
}
.banner .detail p{
    font-size: 16px;
    letter-spacing: 1px;	
}
.banner .more{
    text-align: left;
    padding: 0px;
    padding-top: 35px;	
}
.banner .hover,.banner .hover .overlay{width:100%;height:100%;overflow:hidden}
.banner .hover{text-align:center}
.banner .hover button.info{text-transform:uppercase;color:#fff}
.banner .hover{float:left;position:relative;cursor:default}
.banner .hover .overlay{position:absolute;top:0;left:0}
.banner .hover button.info{
    font-size: 25px;
    text-decoration: none;
    border: none;
    margin: 140px 0 0;
    border-radius: 0;
    background-color: transparent;
}
.banner .ehover1 img{-webkit-transition:all .4s linear;transition:all .4s linear}
.banner .ehover1 .overlay{
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    width: 90%;
    height: 90%;
    margin: 0px auto;
    top: 5%;
    border: 2px solid #fbb057;
    left:5%;
}
.banner .ehover1:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.ehover1:hover .overlay{opacity:1}

.index2-blog{}
.index2-blog .blog-box{}
.index2-blog .blog-box .img{
	
}
.index2-blog .blog-box .img a:after {
    content: "";
    position: absolute;
    display: block;
    top: -3px;
    left: 12px;
    height: 97%;
    width: 91%;
    border: 2px solid #fbb057;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index2-blog .blog-box .img:hover a:after {
    -webkit-transform: translateX(13px) translateY(13px);
    -moz-transform: translateX(13px) translateY(13px);
    -ms-transform: translateX(13px) translateY(13px);
    -o-transform: translateX(13px) translateY(13px);
    transform: translateX(13px) translateY(13px);
}
.index2-blog .blog-box .detail{
    padding: 15px 20px;	
}
.index2-blog .blog-box .detail .left{
	padding:0px;
	color:#fff;
	text-align:center;
    font-size: 16px;	
}
.index2-blog .blog-box .detail .left .article-date-added {
    background-color: #fbb057;
    padding: 9px 0px;
}
.index2-blog .blog-box .detail .left .comments {
    background-color: #000;
    padding: 10px 0px;
}
.index2-blog .blog-box .detail .right{
	padding:0px 30px;
}
.index2-blog .blog-box .detail .right .tags {}
.index2-blog .blog-box .detail .right .tags a{
    color: #777;
    font-size: 16px;	
}
.index2-blog .blog-box .detail .right .tags a:hover{
	color:#000;
}
.index2-blog .blog-box .detail .right .tags span{
    padding: 0px 15px;	
}
.index2-blog .blog-box .detail .right h4{
    margin: 10px 0px;
	color: #000;
    line-height: 25px;
    letter-spacing: 0.5px;	
}
.index2-blog .blog-box .detail .right h4 a:hover{
	color:#fbb057;
}
.index2-blog .blog-box .detail .right h6{
    margin: 16px 0px;	
}
.index2-blog .blog-box .detail .right h6 a{
    font-size: 15px;
    color: #fbb057;	
	transition:0.5s;
}
.index2-blog .blog-box .detail .right h6 a:hover{
	color:#000;
	padding-left:10px;
	transition:0.5s;
}
/*end-index-2*/

/*index-3*/
.index-3_category{
	text-align:center;
}
.index-3_category .img .hover button.info{
    background-color: rgba(255, 255, 255, 0.64);
    padding: 4px 10px;
    font-size: 20px;	
}
.index-3_category .img .details h2{
    padding: 15px 0px 10px 0px;	
}
.index-3_category .img .details h2 a{
    color: #777;
    letter-spacing: 1px;	
}
.index-3_category .img .details h2 a:hover{
	color:#fbb057;
}
.index-3_category .img .details span{
    font-size: 18px;
    letter-spacing: 2px;	
}
h1.heading{
    text-align: center;	
    padding-bottom: 25px;	
    text-transform: uppercase;	
}
h1.heading span{
    color: #fbb057;	
}
.index-3_features {
	text-align:center;
}
.index-3_features .button-group{
    padding-bottom: 35px;	
}
.index-3_features .button-group button.button{
    background-color: transparent;
    border: 1px solid #000;
    font-size: 18px;
    padding: 7px 50px;
    margin-right: 11px;
}
.index-3_features .button-group button.button:hover{
	background-color: #fbb057;
	border-color:#fbb057;
	color:#fff;
}
.index-3_features .button-group .button.is-checked {
    background-color: #fbb057;
	border-color:#fbb057;
	color:#fff;
}
.index-3_features .button-group button.button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.index-3_features .element-item .detail h3 a{
	color:#777;
}
.index-3_features .element-item .detail h4{}
.index-3_features .view{
    padding: 30px;	
}
.index-3_features .view a{
    background-color: #fbb057;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1.5px;
    border: 2px solid #fbb057;
	transition:0.5s;
}
.index-3_features .view a:hover{
	color:#fbb057;
	background-color:transparent;
	transition:0.5s;
}
.index-3_features .saleicon {
    font-weight: 500;
    left: 10px;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    top: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.index-3_features .saleicon {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: -50px;
}
.index-3_features .saleicon ul{
	padding:0px;
	list-style:none;
	margin-bottom:0px;
}
.index-3_features .saleicon li{
	padding:6px;
    background-color: #fbb057;
	margin-bottom:5px;
}
.index-3_features .saleicon li a{
	color:#fff;
	font-size:18px;
}
.index-3_features .element-item .img:hover .saleicon {
    left: 10px;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.index-3_best{
	background-image: url(../images/lookbook_bg_1.jpg);
	background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;	
}
.index-3_best div#owl-demo{
	background-color:#fff;
    padding-top: 18px;	
}
.index-3_best .best-product .img{
	
}
.index-3_best .best-product .img .saleicon {
    font-weight: 500;
    left: 10px;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    top: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.index-3_best .best-product .img .saleicon {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: -50px;
}
.index-3_best .best-product .img .saleicon ul{
	padding:0px;
	list-style:none;
	margin-bottom:0px;
}
.index-3_best .best-product .img li{
	padding:6px;
    background-color: #fbb057;
	margin-bottom:5px;
}
.index-3_best .best-product .img li a{
	color:#fff;
	font-size:18px;
}
.index-3_best .best-product .img:hover .saleicon {
    left: 15px;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.index-3_best .owl-prev {
    float: left;
    font-size: 25px;
    color: #fff;
    padding: 100px 15px;
    margin-left: -53px;
    margin-top: -350px;
    display: none;
    transition: 0.5s;
}
.index-3_best .owl-next {
    float: right;
    font-size: 25px;
    color: #fff;
    padding: 100px 15px;
    margin-right: -53px;
    margin-top: -350px;
    display: none;
    transition: 0.5s;
}
.index-3_best .owl-next .fa{
	background-color:#777;
    padding:10px 14px;	
}
.index-3_best .owl-prev .fa{
	background-color:#777;
    padding:10px 14px;	
}
.index-3_best #owl-demo:hover .owl-prev{
	display:block;
	transition:0.5s
}
.index-3_best #owl-demo:hover .owl-next{
	display:block;
	transition:0.5s
}
.index-3_best .best-product .detail{
	text-align:center;
    padding: 20px 15px;	
}
.index-3_best .best-product .detail h3 a{
    color: #777;	
}
.index-3_best .best-product .detail h3 a:hover{
    color: #fbb057;	
}
.index-3_best .best-product .detail h4{
	
}
.index-3_blog{}
.index-3_blog .blog{}
.index-3_blog #owl-demo2 .owl-item {
    padding: 0px 15px;
}
.index-3_blog .blog .img{
	position:realtives;
	padding:0px;
}
.index-3_blog #owl-demo2 img{
	padding:0px;
}
.BlogOverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.img:hover .BlogOverlay {
  bottom: 0;
  height: 100%;
}

.BlogText {
  white-space: nowrap; 
  position: absolute;
  overflow: hidden;
  padding: 15px;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.BlogText a{
	color: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    margin-right: 6px;
}
.BlogText a:hover{
	background-color:#000;
}
.index-3_blog .blog .detail{
    padding: 0px;	
}
.index-3_blog .blog .detail h4{}
.index-3_blog .blog .detail h4 span{
    float: right;	
}
.index-3_blog .blog .detail h4 span a{
    color: #777;
    padding-left: 5px;	
}
.index-3_blog .blog .detail h4 span a:hover{
	color: #fbb057;
}
.index-3_blog .blog .detail h3{
    padding: 10px 0px;
	text-transform:uppercase;
}
.index-3_blog .blog .detail p{
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;	
}
.index-3_blog .blog .detail .read{
    padding: 8px 0px;	
}
.index-3_blog .blog .detail .read a{
    font-size: 18px;
    color: #fbb057;	
	transition:0.5s;
}
.index-3_blog .blog .detail .read a:hover{
	color:#000;
	letter-spacing:2px;
	transition:0.5s;
}
/*end-index-3*/

/*back to top arrow*/
.back-to-top i {
   background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
   bottom: 10px;
   color: #fff;
   font-size: 36px;
   padding: 3px 6px;
   position: fixed;
   right: 10px;
   z-index: 1;
   transition: all 1s ease 0.6s;
   border-radius: 50%;
}
/*end-back to top arrow*/

/*index-3*/
.index-4_collection{}
.index-4_collection .collection-box{
	padding:0px;
}
.index-4_collection .collection-box img{
	width:100%;
}
.index-4_collection .collection-box a{
	color:#fff;
}
.index-4_collection .collection-box .ehover1 .overlay {
	background-color: transparent;
}
.index-4_collection .collection-box .text{
    position: absolute;
    top: 65px;
    text-align: center;
    width: 100%;
	color:#fff;
    padding: 0px 40px;
	transition:0.5s;	
}
.index-4_collection .collection-box .text h5{
    text-transform: uppercase;
    font-size:15px;
    letter-spacing: 2px;
    display: block;	
}
.index-4_collection .collection-box .text h2{
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2px;
    display: block;	
}
.index-4_collection .collection-box .text .content-inner {
    position: absolute;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    padding: 0 14%;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	top:90px;
}
.index-4_collection .collection-box .text .content-inner a{
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.index-4_collection .collection-box .text .content-inner .btn-default:hover {
    background-color: #fff;
}
.index-4_collection .collection-box:hover .content-inner{
	opacity: 1;	
}
.index-4_collection .collection-box:hover .text{
    top: 55px;
	transition:0.5s;
}
.product{
	padding:80px 0px;
}
.product .banner{
	padding:0px;
} 
.product .product-box{
	
}
.product .product-box h2{
    padding: 0px 22px;	
	padding-top:10px;
}
.product .product-box hr{
	border: 1px solid #777;
    width: 100px;
    margin: 5px 21px;
	
}
.product .product-box p{
    padding: 5px 22px;
    font-size: 18px;
    letter-spacing: 1px;	
}
.product .product-box .best-product .img .saleicon {
    font-weight: 500;
    left: 15px;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    top: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product .product-box .best-product .img .saleicon {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: -50px;
}
.product .product-box .best-product .img .saleicon ul{
	padding:0px;
	list-style:none;
	margin-bottom:0px;
}
.product .product-box .best-product .img .saleicon li{
	padding:5px;
}
.product .product-box .best-product .img .saleicon li a{
	color:#000;
	font-size:20px;
}
.product .product-box .best-product .img:hover .saleicon {
    left: 20px;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.product .product-box .detail{
	text-align:center;
	padding:15px;
}
.product .product-box .detail h3 a{
    font-size: 21px;
	color:#777;
}
.product .product-box .detail h2{
    font-size: 20px;
	padding:10px;
}
.product .product-box .owl-prev {
    float: left;
    font-size: 25px;
    color: #000;
    padding: 10px 15px;
    margin-left: -15px;
    margin-top: -90px;
    transition: 0.5s;
}
.product .product-box .owl-next {
    float: right;
    font-size: 25px;
    color: #000;
    padding: 10px 15px;
    margin-right: -15px;
    margin-top: -90px;
    transition: 0.5s;
}
.product .product-box .tab{
	text-align:center;
}
.product .product-box .tab button{
    background-color: transparent;
    border: none;
    font-size: 22px;
    padding: 10px 15px;	
}
.product .product-box .tab button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.product .tab-section p{
	text-align:center;
}
.product .product-box .tab button.active {
    border-bottom: 2px solid #777;
}
.index-4_bg_news{
    background-image: url("../images/bg-news.jpg");
    background-position: top center;
    background-repeat: repeat;	
}
.index-4_bg_news .bg_news-box{
    background-color: rgba(255,193,7,0.3);
}
.index-4_bg_news .bg_news-box .sale-box{
    text-align: center;
    padding: 50px 0px;	
}
.index-4_bg_news .bg_news-box .sale-box h1{
    font-size: 55px;	
}
.index-4_bg_news .bg_news-box .sale-box p{
	margin-bottom: 0px;
    font-size: 21px;
    letter-spacing: 2px;
    padding: 15px 0px;	
}
.index-4_bg_news .bg_news-box .sale-box ul{
	padding:0px;
}
.index-4_bg_news .bg_news-box .sale-box ul li {
    font-weight: 700;
    display: inline-block;
    padding: 0 30px;
    color:#7a7156;
	font-size:60px;
}
.index-4_bg_news .bg_news-box .sale-box span {
    display: block;
    font-size: 18px;
    color: #777;
    font-weight: 400;
}
.index-4_bg_news .bg_news-box .sale-box .shop{
    padding: 14px 0px;	
}
.index-4_bg_news .bg_news-box .sale-box .shop a{
    border: 2px solid;
    color: #000;
    padding: 7px;
    font-size: 18px;
    text-transform: uppercase;	
}
.bg_news-box1{}
.index-4_bg_news .bg_news-box1 .service_box{
    padding: 30px 20px;
    text-align: center;	
}
.index-4_bg_news .bg_news-box1 .service_box span.tb-icon{
    padding-left: 20px;
    padding-right: 21px;
    margin-right: 21px;
    position: relative;
    top: -5px;	
}
.index-4_bg_news .bg_news-box1 .service_box .tb-icon:before {
    content: "";
    width: 1px;
    height: 45px;
    background: #d2d3e2;
    position: absolute;
    top: 0%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.index-4_bg_news .bg_news-box1 .service_box span.tb-icon .fa{
    font-size: 50px;
    line-height: 30px;
    color: #ffffff;	
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon {
    margin-bottom: 0;
    display: inline-block;
    padding-top: 23px;
    padding-bottom: 10px;
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon .tb-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    letter-spacing: 1px;	
    text-transform: uppercase;
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon .tb-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 1px;	
    text-align: left;
}
.testimonials{
    background-image: url(../images/dddd_1920x.jpg);
	text-align:center;
}
.testimonials .carousel-inner h1{}
.testimonials .carousel-inner .fa{
    font-size: 40px;
    padding: 20px 0px;	
}
.testimonials .carousel-inner p{
    font-size: 20px;
    padding-left: 20%;
    padding-right: 20%;	
}
.testimonials .carousel-inner h5{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin: 24px 0 0;
    letter-spacing: 1px;	
}
.testimonials .testimonials-box{
    background-color: rgba(250, 235, 215, 0.51);
    padding: 50px 15px;		
}
.testimonials .testimonials-box .carousel-control.left{
    background-image: none;	
}
.testimonials .testimonials-box .carousel-control.right{
    background-image: none;	
}
.blog{
    padding: 70px 0px;	
}
.blog .blog_box .img{
	padding:0px;
	position:relative;
}
.blog .blog_box .img img{
	width:100%;
}
.blog .blog_box .detail{
    padding: 20px 0px;	
}
.blog .blog_box .detail h3{
    padding: 10px 0px;	
}
.blog .blog_box .detail p{
    font-size: 17px;
    letter-spacing: 1.5px;	
}
.blog .blog_box .detail a{
    color: #777;
    letter-spacing: 1px;
    font-size: 15px;
	transition:0.5s;
}
.blog .blog_box .detail a:hover{
    letter-spacing: 2px;
	transition:0.5s;
}
.blog_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
}

.img:hover .blog_overlay {
  opacity: 1;
}

.blog_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.blog_text a{
    color: #fff;
    font-size: 20px;
    margin-right: 10px;	
}
.blog_text a:hover{
	color:#000;
}
.date-comment{
  background-color:rgba(0, 0, 0, 0.76);
  position: absolute;
  bottom: -9%;
  left: 50%;
  width:100%;
  text-align:center;
  padding:10px 0px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.date-comment h3{}
.date-comment a{
    color: #fff;
    font-size: 18px;	
}
.date-comment a .fa{
    padding: 0px 10px;	
}
.date-comment span{
    color: #fff;
    padding: 0px 15px;	
}

.date-comment .write-comment{
	
}
.date-comment .write-comment .date-time{
	
}

@media (max-width: 768px) {
.header-box {
    padding: 40px 0px;
}
.logo h1 {
    font-size: 64px;
}	
.shiping a {
    padding: 10px 16px;
    font-size: 13px;
}
#cssmenu .button:before {   
    top: 0px;
    right: 0px;    
}
#cssmenu .button:after {
    top: 6px;
    right: 0px;  
}
.dropbtn{
	font-size:16px;
}
.index-4_collection .collection-box .text{
    top: 40px;	
}
.index-4_collection .collection-box .text h5 {
    font-size: 12px;
}
.index-4_collection .collection-box .text h2 {
    font-size: 24px;
    line-height: 30px;
}
.product .product-box h2 {
    padding-top: 0px;
    font-size: 22px;
}
.product .product-box p {
    padding: 1px 22px;
    font-size: 15px;
}
.index-4_bg_news .bg_news-box .sale-box {
    padding: 30px 0px;
}
.index-4_bg_news .bg_news-box .sale-box h1 {
    font-size: 45px;
}
.index-4_bg_news .bg_news-box .sale-box p {
    font-size: 18px;
    padding: 5px 0px;
}
.index-4_bg_news .bg_news-box .sale-box ul li {
    font-size: 52px;
}
.index-4_bg_news .bg_news-box .sale-box span {
    font-size: 15px;
}
.index-4_bg_news .bg_news-box1 .service_box span.tb-icon .fa {
    font-size: 30px;
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon .tb-title {
    font-size: 10px;
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon .tb-content {
    font-size: 10px;
}
.index-4_bg_news .bg_news-box1 .service_box {
    padding: 20px 5px;
}
.index-4_bg_news .bg_news-box1 .service_box span.tb-icon {
    padding-left: 0px;
    padding-right: 10px;
    margin-right: 10px;
}
.best-product {
    padding: 0px;
}
.product .banner {
    padding-top: 31px;
}
.product {
    padding: 30px 0px;
}
.product .product-box .detail h3 a {
    font-size: 16px;
}
.product .product-box .detail h2 {
    font-size: 16px;
}
.date-comment {
    bottom: -11%;
    padding: 0px 0px 7px 0px;
}
.date-comment a {
    font-size: 11px;
}
.date-comment a .fa {
    padding: 0px 5px;
}
.date-comment span {
    color: #fff;
    padding: 0px 7px;
    font-size: 11px;
}

@media (max-width: 480px){
.index-2-header-box .index-2-top h1 a {
    font-size: 35px;
}	
.index-4_collection .collection-box .text {
    top: 2px;
    padding: 0px;	
}	
.index-2-header-box .index-2-header-right {
    padding: 7px 7px 0px 18px;	
}
#wrap .fa {
    font-size: 24px;
}
.index-2-header-box .index-2-header-right .shopping-cart a {
    font-size: 24px;
}
.index-4_collection .collection-box .text h5 {
    font-size: 5px;
    margin: 6px 0px;	
}	
.index-4_collection .collection-box .text h2 {
    font-size: 6px;
    line-height: 12px;
}
.index-4_collection .collection-box .text .content-inner{
    top: 0px;	
}
.index-4_collection .collection-box .text .content-inner a {
    font-size: 5px;
}
.product .product-box h2 {
    font-size: 10px;
}
.product .product-box hr {
    width: 43px;
    margin: 2px 21px;
}
.product .product-box p {
    font-size: 7px;
	margin-bottom:0px;
}
.product .product-box .detail h3 a {
    font-size: 12px;
}
.product .product-box .detail h2 {
    font-size: 12px;
}
.index-4_bg_news .bg_news-box .sale-box h1 {
    font-size: 30px;
}
.index-4_bg_news .bg_news-box .sale-box p {
    font-size: 10px;
    letter-spacing: 1px;
}
.index-4_bg_news .bg_news-box .sale-box ul li {
    font-size: 30px;
    padding: 0 15px;	
}
.index-4_bg_news .bg_news-box .sale-box .shop a {
    padding: 6px;
    font-size: 13px;
}
.index-4_bg_news .bg_news-box1 .service_box {
    padding: 2px 0px;
}
.index-4_bg_news .bg_news-box1 .service_box span.tb-icon {
    padding-right: 3px;
    margin-right: 0px;
    top: 0px;	
}
.index-4_bg_news .bg_news-box1 .service_box .tb-icon:before {
    height: 9px;
    top: 56%;
}
.index-4_bg_news .bg_news-box1 .service_box span.tb-icon .fa {
    font-size: 9px;
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon .tb-title {
    font-size: 4px;
    line-height: 0px;
    letter-spacing: 0px;	
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon .tb-content {
    font-size: 4px;
    line-height: 5px;
    letter-spacing: 0px;	
}
.index-4_bg_news .bg_news-box1 .service_box .tb-title-icon {
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.product .product-box .tab button.active {
    border-bottom: 1px solid #777;
}
.product .product-box .tab button {
    font-size: 7px;
    padding: 3px 4px;
}
.tab-section .best-product .img{
	padding:2px;
}
.product .tab-section .detail {
    padding: 1px;
}
.product .tab-section .detail h2 {
    font-size: 8px;
    padding: 3px;	
}
.testimonials .testimonials-box {
    padding: 18px 7px;
}
.testimonials .carousel-inner h1 {
    font-size: 10px;
}
.testimonials .carousel-inner .fa {
    font-size: 20px;
    padding: 10px 0px;
}
.testimonials .carousel-inner p {
    font-size: 10px;
    padding-left: 10%;
    padding-right: 10%;
}
.testimonials .carousel-inner h5 {
    font-size: 12px;
    margin: 10px 0 0;
}
.carousel-control .fa-angle-left {
    left: 0%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border: 2px solid #ffffff;	
}
.carousel-control .fa-angle-right{
	right: 0%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border: 2px solid #ffffff;	
}
.blog .blog_box{
	padding:0px 5px;
}
.blog .blog_box .detail {
    padding: 10px 0px;
}
.blog .blog_box .detail h3 {
    padding: 0px 0px;
    font-size: 10px;
}
.blog .blog_box .detail p {
    font-size: 6px;
    letter-spacing: 0px;
	margin-bottom:3px;
}
.blog .blog_box .detail a {
    font-size: 10px;
}
.date-comment {
    bottom: -20%;
    padding: 0px 0px 1px 0px;
}
.date-comment a {
    font-size: 6px;
}
.date-comment span {
    padding: 0px 0px;
    font-size: 8px;
}

header {
    height: 55px;
}
#wrap {
    height: 44px;
}	
.cont {
    padding: 10px 0px;
}	
.header-box {
    padding: 14px 0px;
}
.logo {
    float: right;
}
.logo h1 {
    font-size: 58px;
}

.shiping a {
    padding: 10px 5px;
    font-size: 10px;
}
.shiping i {
    font-size: 10px;
}
.search-form .form-group {
    top: -16px;
}	
.cont .poster-img h1 {
    font-size: 23px;
    top: 49px;
}
.cont .poster-img h2 {
    font-size: 10PX;
    top: 75PX;
	 letter-spacing: 1px;
}
.menu {
    padding: 0px;	
}
.nav-bar {
  z-index: 999;	
  display: block;
  position: fixed;
  top: 0;
  right: 0px; 
}

.nav-bar span {
  float: left;
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.nav-bar .fa-bars {
  display: block;
  padding: 18px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  float: right;
}
.menu .navbar {
    text-align: center;
    margin: 0px;
	position:fixed;
	z-index:999;
}
header nav ul li:hover {
    border-left: none; 
    border-right: none; 
}
header nav ul li a:hover {
    color: #fff;
}
header nav ul{
	background-color:#777;
    padding: 8px 0px !important;	
}
header nav ul li a{
	color:#fff;
}

header nav {
  width: 100%;
  height: auto;
  position: fixed;
  right: 100%;
  top : 56px;
  overflow: hidden;
}

header nav ul li {
  padding: 8px 0px !important;	
  display: block;
  border-bottom: 1px solid rgba(255, 255, .5);
  width: 100%;
}

header ul li a { display: block; }

header nav ul li .children {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}

header nav ul li:hover .children { display: none; }

header nav ul li ul li:first-child { border-top: 1px solid #ffffff99; }

header nav ul li .children span {
  display: inline-block;
  margin-right: 10px;
}

header nav ul li .children a {
  margin-left: 10px;
  padding: 5px 0;
}

header nav ul li .fa-angle-down {
  position: relative;
  top: 3px;
}
.sb-slider img {
    height: 230px !important;
}
.pro-cat .men {
    padding: 5px;
	text-align:center;
}
.pro-cat .cat-logo{
	display:none;
}
.pro-cat .cat-name {
    text-align: center;
}
.pro-cat .cat-name li {
    display: inline;
    font-size: 20px;
    padding: 5px 24px;
    text-align: center;
}
.add2cart {
    padding: 10px 19px;
}
.cat nav{
  right: 0%;
  top : 0px;	
}
.some-pro .pro-img {
    padding: 13px 30px;
}
.pro-item {
    padding: 22px;
}
.pro .pro-detail .add-cart a {
    font-size: 15px;
}
span.fa.fa-heart {
    padding: 10px 14px;
}
.some-pro .pro-img img {
    height: 160px;
}
.categorist .search {
    padding: 23px 15px;
}
#owl-demo2 .owl-item{
	margin:0px;
}
.sports-menu-left {
    padding: 29px 0px;
}
.sports .sports-menu .sports-menu-right ul {
    padding: 3px 0px;
}
.sports .sports-menu .sports-menu-right li {
    font-size: 16px;
    padding: 0px 2px;
    line-height: 28px;
}
.spo-pro-delail .add2cart a {
    border-top: 1px solid #f79aab;
    font-size: 10px;
    padding: 10px 48px;	
}
.spo-pro-delail .add2cart{
padding:10px 0px;	
}
.spo-pro-delail .addlike a .fa {
    padding: 10px 14px;
    font-size: 12px;	
}	
.spo-pro-delail .addcart a .fa {
    padding: 7px 10px;
    font-size: 16px;	
}
.spo-pro-delail {
    padding: 12px 0px;
}
#owl-demo2 .blag-detail .date .blog-date #date {
    padding-right: 37px;
}
.electronic {
    padding: 58px 0px;
}
.poster {
    padding: 0px 18px;
}
.poster img {
    height: 100px;
}
.footer .socialize .social {
    padding: 0px 0px 3px 16px;
}
.categorist .deal {
    display: none;
}
.subscribe .subscribe-box .email{
	padding:0px;
}
.subscribe .subscribe-box .email input{
	height:50px;
}
.subscribe .subscribe-box .email a{
	padding:2px 40px;
}
/*about-us*/
.about-facts p{
	font-size:15px;
}
.about-facts .about-facts-count h1 {
    font-size: 25px;
}
.about-facts .about-facts-count h3 {
    font-size: 11px;
}
.about-our-team .our-team-box {
    padding: 10px 0px;
}
.team-text {
    font-size: 15px;
}	
.about-our-team .our-team-box .our-team-detail a {
    font-size: 15px;
}
.about-our-team .our-team-box .our-team-detail h5 {
    font-size: 12px;
}

/*about-us2*/
.about2-facts .about2-facts-box {
    padding: 0px 5px;
}
.about2-facts .about2-facts-box .about2-facts-icon .fa {
    font-size: 15px;
}
.about2-facts .about2-facts-box .about2-facts-count h1 {
    font-size: 15px;
}
.about2-facts .about2-facts-box .about2-facts-count h4 {
    font-size: 7px;
}	
/*shop*/
.result{
	text-align:center;
	padding: 7px 20px;
}
.result .default-filter .dropdown {
    float: none;
}
.shop-product .prodouct-box img {
    height: 160px;
}
.overlay-shop .text-shop2 h3 {
    font-size: 12px;
}
.overlay-shop .text-shop2 h4 {
    font-size: 10px;
}
.overlay-shop .text-shop2 h4 strike {
    font-size: 10px;
}
.overlay-shop .text-shop2 .link ul {
    padding: 2px 0px;
}
.shop-product .prodouct-box .product span.fa{
	font-size:14px;
	padding:0px;
}	
/*shop*/
.filter .brand-filter {
    margin-bottom: 10px;
}
.filter .price-filter {
    margin-bottom: 10px;
}
/*cart*/
.cart .cart-header .product{
	padding:0px;
}
.cart .cart-header .pri{
	padding:0px;
}
.cart .cart-header .quantity{
	padding:0px;
}
.cart .cart-header .total{
	padding:0px;
}
.cart .cart-detail{
	font-size:15px;
}
.cart .cart-detail .delete-pro {
    padding: 13px 0px;
}
.cart .cart-detail .pro-pic {
    padding: 3px 0px;
}
.cart .cart-detail .pro-name {
    padding: 10px 0px;
}
.cart .cart-detail .pro-price {
    padding: 10px 0px;
}
.cart .cart-detail .pro-quantity {
    padding: 10px 0px;
}
.cart .cart-detail .pro-total {
    padding: 10px 0px;
}
.cart-update {
    padding: 25px 0px 0px 0px;
}
.cart-update input[type="text"] {
    padding: 5px;
	width:100%;
}
.cart-update .coupan-code .apply {
    padding: 7px;
    font-size: 17px;
}
.cart-update .update-cart{
    padding: 7px;
    font-size: 17px;
}
.cart-tot .cart-total .cart-total-box {
    padding: 10px;
}
.cart-tot .cart-total .cart-total-box h1 {
    padding: 5px 0px;
    font-size: 25px;
    font-weight: bold;
}
.cart-tot .cart-total .cart-total-box h3 {
    line-height: 50px;
}	
.checkout{
    padding: 7px;
    font-size: 17px;
}


.blog-page .blog-page-img iframe {
    min-height: 200px;
}
.blog-page .blog-page-img img {
    height: 189px;
}
.blog-page .blog-page-img .carousel .carousel-control .fa {
    font-size: 32px;
    padding: 0px 6px;
}


.blog-page .blog-progress {
    padding: 5px;
}
.blog-page .blog-progress h1 {
    padding: 7px 0px;
    font-size: 10px;
}

.desc-full-width .comment {
    margin-top: 90px;
}
/*description-full*/
.desc-full-width .desc-full-width-box .carousel {
    padding: 0px 10px;
}
/*description-slidbar*/
.description-left-slidbar .blog-left .blog-categories {
    padding:0px;
}
.description-left-slidbar .comment {
    margin-top: 0px;
}
/*product detail*/
.product-detail .product-detail-box{
	padding:15px;
}
.product-detail .product-detail-box .add-to-cart a {
    font-size: 12px;
    padding: 12px;
}
.product-description .product-description-box li {
    display: inline-block;
    font-size: 17px;
    border-bottom: 4px solid transparent;
    padding: 15px 33px;
}
label.star {
    padding: 14px 5px 0px 0px;
    font-size: 15px;
}
/*product detail2*/
.product-detail2 .product-img .product-side-img img {
    padding: 7px 0px;
    height: 87px;
}
.product-detail2 .product-detail-box {
    margin-top: 30px;
}
.product-detail2 .product-detail-box .detail2-cart a {
    padding: 10px 45px;
}
.product-detail2 .product-detail2-reviews {
    padding: 20px 10px;
}
.product-detail2 .product-detail2-reviews h1 {
    font-size: 30px;
}
.product-detail2 .product-detail2-reviews h3 {
    padding: 10px 9px;
    font-size: 20px;
}
.product-detail2 .product_review-tab {
    padding: 20px 10px;
}
.product-detail2 .product_review-tab .tab li {
    font-size: 17px;
}
.product-detail2 .product-detail2-featured-product .featured-product-img .featured-product2-detail h3 {
    font-size: 13px;
}
.product-detail2 .product-detail2-featured-product .featured-product-img .featured-product2-detail h5 {
    margin: 0px;
    font-size: 11px;	
}
.product-detail2 .product-detail2-featured-product .featured-product-img .featured-product2-detail h4 {
    padding: 0px 0px;
    font-size: 15px;
}
.product-detail2 .product-detail2-featured-product .featured-product-img .featured-product2-detail h5 span {
    float: left;
}
.overlay-icon a {
    font-size: 10px;
}
.overlay-icon .fa {
    padding: 6px;
}
/*product-detail-with-sidebar */
.filter {
    padding: 10px;
}
.product-detail-with-sidebar .product-detail .product-detail-box .total-product .fa {
    padding: 11px 10px;
}
.product-detail-with-sidebar .product-detail .product_review li {
    font-size: 9px;
}
/*product-detail2-with-sidebar*/
.product-detail2 .product-detail2-with-sidebar .product-img .product-side-img img {
    padding: 5px 0px;
    border-radius: 9px;
    height: 77px;
}
.product-detail2 .product-detail2-with-sidebar .product-detail-box .detail2-cart a {
    padding: 10px 30px;
}
/*shop2*/
.shop2 .shop2-product .product-filter-bar {
    padding: 10px;
}
.shop2 .shop2-product .shop2-product-box {
    padding: 15px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail h3 a {
    font-size: 14px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail h4 {
    font-size: 13px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail .shop2-cart a {
    padding: 4px;
    font-size: 11px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail h3 a {
    font-size: 15px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail hr {
    width: 50px;
    margin: 5px 0px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail h5 {
    padding: 1px 0px;
    font-size: 10px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail h3 {
    padding: 0px 0px;
    font-size: 15px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail p {
    padding: 5px 0px;
    font-size: 10px;
    line-height: 10px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail .shop2-cart a {
    padding: 9px 12px;
    font-size: 12px;
}
/*contact*/
.contact .contact-form .input-box {
    padding-bottom: 15px;
}
.contact .contact-form .input-box .input-title {
    padding-bottom: 2px;
}
.contact .contact-form .input-box input{
	padding:8px;
}
/*end-contact*/

/*contact2*/
.contact2 .contact2-img .address {
    padding: 22px 36px;
    margin-bottom: 20px;
}
.contact2 .contact2-information .submit a {
    margin-bottom: 10px;
}
/*end-contact2*/

/*contact3*/
.contact3 .contact3-information {
    text-align: center;
	padding:0px;
}
.contact3 .contact3-information hr{
    margin: auto;	
}
.contact3 .contact3-information h1 .fa {
    font-size: 30px;
}
.contact3 .contact3-information h4 {
    padding-top: 5px;
    font-size: 12px;
}
.contact3 .contact3-information p {
    padding: 10px 0px;
    font-size: 10px;
}	
.contact3 .contact3-form {
    padding: 15px;
}	
/*end-contact3*/

/*contact4*/
.contact4 .contact4-address {
    padding: 50px 0px;
}
.contact4 .contact4-address2 {
    padding-top: 30px;
}
.contact4 .contact4-address .contact4-address-box h1 {
    font-size: 26px;
}
.contact4 .contact4-address .contact4-address-box .contact4-address-box-o {
    padding: 5px 0px;
}
.contact4 .contact4-address .contact4-address-box2 li {
    padding: 4px;
}
.contact4 .contact4-address .contact4-address-box2 a {
    padding: 5px 8px;
}
.contact4-form input {
    width: 84%;
}
.contact4-form .send {
    padding: 40px 15px 40px 15px;
}
/*end-contact4*/

/*checkout-page*/
.checkout-page .checkout-form .your-order .order-box h3 {
    font-size: 22px;
}
/*end-checkout-page*/

/**/
.img-slider .img-slider-2 {
    left: 100px;
    top: 24px;	
}
.img-slider .swiper-pagination {
    left: 86%;
}
/*index-3*/
.header-social{
	display:none;
}
#wrap input[type="text"]:focus{
    top: 40px;
	width: 200px;
    font-size: 15px;	
}

.index3-collection-img .index3-collection-category {
    font-size: 7px;
    padding: 70px 30px 0px 0px;
}
.index3-collection-img .index3-collection-category h2 {
    font-size: 10px;
}
.center-img {
    padding-top: 15px;
}
.index3-collection-center-category {
    padding: 18px 0px 0px 0px;
    font-size: 7px;
}
.index3-collection-img .index3-collection-center-category h2 {
    font-size: 9px;
}

.index3-collection-text {
    font-size: 6px;
}
.index3-collection-text a {
    padding: 2px;
}
figure {
    width: 309px;
    height: 206px;
}
.index3-benifit-box h3 {
    margin: 12px 0 10px;
    font-size: 13px;
}
h5.html1-sub {
    font-size: 10px;
}
.index3-benifit-box .fa {
    font-size: 45px;
}
.index3-container {
    padding: 35px 0px;
}
/*sports*/
.hover button.info {
    margin: 80px 0 0;
}
/*featured-product*/
.featured-product2 .item .img-overlay li {
    padding: 2px 0px;
}
.featured-product2 .item .img-overlay a {
    font-size: 16px;
    padding: 12px;
}
/*maeket-best*/
.element-text ul {
    padding: 2px 4px;
}
.element-text li {
    padding: 0;
    font-size: 16px;	
}
.element-text a {
    padding: 0px 1px;
}
/* The Modal*/
.close {
    font-size: 30px;
    padding-right: 8px;
}
.modal .product-detail .product-detail-box a {
    font-size: 9px;
}
.modal-content .product-detail .product-detail-box .product-price h2 {
    padding: 7px 0px;
    font-size: 11px;
}
.modal-content .product-detail .product-detail-box h5 {
    padding: 0px;
    margin: 5px 0px;
}
.modal .product-detail .product-detail-box .product-price span {
    font-size: 9px;
}
.modal .product-detail .product-detail-box .review .fa {
    font-size: 10px;
}
.modal .product-detail .product-detail-box .overview {
    font-size: 10px;
    color: #777;
    line-height: 13px;
}
.modal .product-detail .product-detail-box .overview span {
    font-size: 9px;
}
.modal-content .product-detail .product-detail-box .product-clr {
    padding: 0px 0px;
}
.modal-content .product-detail .product-detail-box .product-clr li {
    padding-right: 0px;
}
.modal-content .product-detail .product-detail-box .product-clr li button {
    width: 25px;
    padding: 4px;
}
.modal-content .product-detail .product-detail-box .product-clr li img {
    height: 11px;
}
.modal-content .product-detail .product-detail-box .add-to-cart {
    font-size: 5px;
    padding: 20px 0px;
    margin-right: 1px;
}
.modal .product-detail .product-detail-box a {
    font-size: 5px;
    padding: 5px;
    margin-right: 1px;	
}
/*index-2*/
.trendingTitle {
    font-size: 18px;
    margin: 0px 0px 10px 0;	
}	
.trendingTitle span {
    padding: 0px 35px 0px 35px;
}
.trendingTitle span:before {
    width: 30px;
}
.trendingTitle span:after {
    width: 30px;
}
.titleDetail {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 24px;
}
.feature-product button.tablinks {
    font-size: 15px;
    padding: 0px 10px;
}
.feature-product .img .img-overlay li {
    padding-bottom: 2px;
}
.feature-product .img .img-overlay li a {
    font-size: 15px;
}
.feature-product .product {
    margin-bottom: 10px;
}
.feature-product .detail h4 a {
    font-size: 13px;
}
.feature-product .detail h5{
    font-size: 11px;	
}
.servies .servies-row {
    padding: 20px 0px;
}
.servies .servies-row .servies-container h1 {
    font-size: 35px;
}
.servies .servies-row .servies-container h3 {
    font-size: 13px;
    padding: 4px 0px;	
}
.servies .servies-row .servies-container p {
    font-size: 10px;
    line-height: 10px;
}
.banner .detail {
    padding: 4px 26px;
}
.banner .detail h4 {
    font-size: 7px;
    margin-bottom: 1px;
}
.banner .detail h2 {
    margin-bottom: 3px;
    font-size: 14px;	
}
.banner .detail p {
    font-size: 6px;
    margin-bottom: 5px;
}
.banner .more {
    padding-top: 0px;
}
.more a.btn {
    padding: 1px 8px;
    font-size: 7px;	
}
.banner .hover button.info {
    font-size: 10px;
    margin: 40px 0 0;
}
/*index-3*/
.index-3_category .img {
    padding: 5px;
}
.index-3_category .img .details{
	padding:0px;
}
.index-3_category .img .details span {
    font-size: 6px;
}
.index-3_category .img .details h2 {
    font-size: 10px;
    padding: 9px 0px 5px 0px;	
}
.index-3_features .button-group button.button {
    padding: 5px 15px;
    margin-right: 2px;
}
.index-3_features .element-item .detail h3 a {
    font-size: 18px;
}
.index-3_features .element-item .detail h4 {
    font-size: 12px;
}
}