/* 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;
    height: 114px;
    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:30px;
	transition:all .5s ease
}
header.shrink .index-2-header-box{
	padding:10px 0px 0px 0px;
	transition:all .25s ease
}
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;
}
.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 > li{
    color: #fff;
    background-color: #333;
    padding: 5px 10px;	
}
.default-filter .dropdown-menu{
	padding:0;
	    min-width: 150px !important;
}
.default-filter .dropdown-menu  li:hover{
	color:#333;
	background-color:#fff;
}
.header-box {
    padding: 25px 0px;
}
.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 {
  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 { 
    border-left: 2px solid #f79aab;
    border-right: 2px solid #f79aab;
}

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;	
}
header nav ul li .children li:hover a{
	color:#000;
}

.shiping{
	text-align:center;
}	
.shiping ul {
    list-style: none;
    display: -webkit-inline-box;
    padding: 0px;	
}
.shiping li {
    padding-right: 5px;
	text-align:center;
}
.shiping i{
	color:#f79aab;
    font-size: 25px;	
}
.shiping a {
    padding: 0px 37px;
    font-size: 20px;
    color: #9d9d9d;	
}
.shiping a:hover {
    background:#f79aab;
    color: #fff;
	text-decoration:none;
}
.shiping a:hover i {
    color: #fff;	
}
.categorist {   
    text-align: center;	
}
.dropbtn {
    color: #777;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(253, 253, 253, 0.67);
    min-width: 202px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 2px solid #777;
    border-radius: 3px;	
}

.dropdown-content a {
    font-size: 18px;	
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f79aab; color:#fff;}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn .fa{
	padding-left:2px;
}



.categorist .all-cat{
	padding: 11px;
	border-top: 2px solid #9d9d9d;
}
.categorist .all-cat:hover{
	border-top: 2px solid #f79aab;
}
.categorist input[type="text"] {
    border: none;
}
.cat-title a{
    font-size: 20px;	
    color: #77778d;	
} 
.categorist .cat {
    padding: 15px;
	border-top: 2px solid #9d9d9d;
}
.categorist .cat:hover {
    padding: 15px;
	border-top: 2px solid #f79aab;
}

.cat #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#ddd;font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{color:#fff;background:#000!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px;text-align: left;}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{}


nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{
	z-index:999;
    position: absolute;	
    text-transform: uppercase;	
    padding: 0px;	
    background: rgba(0, 0, 0, 0.5);
	width:100%;display:none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
	}
#cssmenu ul li{width:100%;}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;color:#ddd;font-size:12px;font-weight:700}
#cssmenu .button{width:55px;height:22px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
#cssmenu .button:after{position:absolute;top:10px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #334;border-bottom:2px solid #334;content:''}
#cssmenu .button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:4px;right:20px;display:block;height:2px;width:20px;background:#334;content:''}
#cssmenu .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:10px;border:0;height:2px;width:19px;background:#334;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
#cssmenu .button.menu-opened:before{top:9px;background:#334;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}


.categorist .search {
    padding: 9px 15px;
	border-top: 2px solid #9d9d9d;
}
.categorist .search:hover {
	border-top: 2px solid #f79aab;
}
.form-group {
    margin-bottom: 0px; 
}
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
  top: -1px; 
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}

.search-form .form-group,
.search-form .form-group {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -3px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  left: initial;
  font-size: 20px;
}

.categorist .deal {
    font-size: 20px;
    padding: 11px 15px;
    border-top: 2px solid #9d9d9d;   
    color: #777;
}
.categorist .deal:hover{
	border-top: 2px solid #f79aab;
}
/*dropdown-slider*/
/* line 19, ../sass/style.scss */
.verticalCarousel {
    position: absolute;
}
.verticalCarousel2 {
    position: absolute;
}
.verticalCarousel3 {
    position: absolute;
}
.verticalCarousel4 {
    position: absolute;
}

/* line 24, ../sass/style.scss */
.verticalCarouselHeader {
  background: transparent;
  border-width: 0px;
  border-style: solid;
  padding: 3px;
}
/* line 27, ../sass/style.scss */
.verticalCarouselHeader:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, ../sass/style.scss */
.verticalCarouselHeader h3 {
  float: left;
  margin: 0px;
}
/* line 36, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
    border: 1px solid;
    float: left;
    display: block;
    padding: 4px 28px;
    background: #fff;
    text-align: center;
    color: #000;
    margin-left: 5px;
    font-size: 25px;
}
/* line 45, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp:active, .verticalCarouselHeader .vc_goDown:active {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

/* line 52, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li {
    height: 142px;
  margin: 15px;
  border-width: 0px;
  border-style: solid;
  padding: 0px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}


.dropbtn {    
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.deal .dropdown-content {
    background-color: #fff;	
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border:none;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: }

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 999;	
}

.dropdown:hover .dropbtn {
}
.verticalCarouselHeader a:hover{
	background-color:rgba(0,0,0,0.5);
	color:#fff;
}
.item-detail {
    color: #fff;
}

/*end-drop-down*/

/*end-header*/

/*slider*/

/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3 {
    color: #fff;
    animation-delay: 1s;
    font-weight: bold;
    letter-spacing: 3px;	
}
#first-slider h4 {
	color: #fff;
  animation-delay: 2s;
  font-weight: bold;
    letter-spacing: 3px;  
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.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);
}


/********************************/
/*       Slides backgrounds     */
/********************************/


/*end-slider*/

/*section*/
.collection{
    padding: 40px 0px 100px 0px !important;
}
.collection h2 {
	font-family: "Bad Script" !important;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding:0px 0px 40px 0px;
}
.pro-cat{
	border-top:3px solid #f79aab;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
    padding: 0px;	
}

.cont {
    padding: 42px 0px;
}
.cont-box{
	padding:0px 0px 40px 0px;
}
.pro-cat .men {
    border-bottom: 2px solid #777;
    padding: 10px;	
}
.pro-cat .men a{
	font-size: 20px;
	color:#000;	
}
.pro-cat .cat-logo {
    padding: 0px;
    border-right: 2px solid #777;
}
.cat-logo ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.cat-logo ul img {
    /* background: aqua; */
    width: 100%;
    height: 90px;
    padding: 20px;
    border-bottom: 2px solid #777;
}
.cat-logo li {
    padding: 0px;
    margin: 0px;
}
.pro-cat .cat-name {
    padding: 0px;
}
.pro-cat .cat-name  ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.pro-cat .cat-name  li {
	width:100%;
    padding: 34px 14px;
	color:#777;
	font-size: 16px;
}
.pro-cat .cat-name  li:hover{
    background-color: #f79aab;
	color: #fff;	
}
.pro .pro-img img{
	width:100%;
    height: 378px;	
    border: 1px solid #777;	
}
.pro .pro-detail{
    text-align: center;
    padding: 10px 15px;
}
.pro .pro-detail h3{
    padding: 1px 0px;
	color:#000;	
}
.pro .pro-detail h4 {
    color: #777;
}
.pro .pro-detail .add-cart {
    background: #f79aab;
    padding: 2px;
    text-transform: uppercase;	
}
.add2cart {
    padding: 10px 6px;
}

.pro .pro-detail .add-cart a{
	
    font-size: 17px;	
}
.like {
    padding: 0px;
}
span.fa.fa-heart {
    background-color: white;
    color: pink;
    font-size: 30px;
    padding: 7px 18px;
    border: 2px solid #f79aab;		
}
.some-pro .pro-img {
    padding:0px 53px 26px 53px;
}
.some-pro .pro-img img{
	width:100%;
    height: 168px;	
    border: 1px solid #777;	
}
.some-pro h4{
    text-align: center;	
}
.some-pro h5 {
    font-weight: bold;
    color: #777;
    text-align: center;	
}
.cont img{
	width:100%;	
}
/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}


/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    
}
.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.pro-img:hover .overlay1 {
  opacity: 1;
}

.textA {
    width: 65%;
    padding: 0px 11px;
    text-align: center;
    border: 3px solid #f79aab;
    font-size: 32px;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    right: 0px;
    box-shadow: rgb(150, 148, 148) 0px 0px 5px;	
}
.textA h5 {
    margin: 0px;
    padding: 10px 0px;
    background: #f79aab;
    color: #fff;
}
.textA .fa {
    padding: 15px 10px;
    color: #f79aab;
    font-size: 22px;
    text-align: center;
}
/*end-section*/

.pro-title{
    text-align: center;	
}
.realtives{
		position:relative;
	}
    #owl-demo .item{
		position: relative;
        margin: 10px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
	#owl-demo .item img{
		width:100%;
	    box-shadow: 0 0 15px #969494;	
	}
    .customNavigation{
		text-align:center;
    }
    .customNavigation a{
	   padding:15px;	
	   color: #000;	
       font-size: 20px;		
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }


.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.3)
}

.item:hover .overlay {
  opacity: 1;
}

.text1 {
  border: 2px solid;
  padding: 20px;  
  color: #FFF;
  font-size: 30px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text2 {
  padding:0px;	
  color: #000;
  font-size: 15px;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.text3 {
  padding:0px;	
  background-color:	rgba(253, 253, 253, 0.67);
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text3 .add2cart {
    
}
.text3 .like{
    border-right: 2px solid rgba(0,0,0,0.1);	
    background: rgba(253, 253, 253, 0.67);
    padding: 14px 0px;	
}
.text3 .like a{
	font-size:19px;
    color:#777;	
}
.text3 .search{
	padding:14px 0px;
    background: rgba(253, 253, 253, 0.67);
}
.text3 .search a{
	color:#f79aab;	
}
.pro-box{
    text-align: center;	
}


.sports h2 {	
    text-align: center;
    color: #000;
    font-weight: bold;
}
.sports hr{
    border: 1px solid #fbb057;
    width: 100px;	
}
.sports-menu{
	background-color:#000;
	padding:0px;
}
.sports-menu-left{
    color: #fff;
	text-align:center;
    padding: 9px 0px;		
}
.sports .sports-menu .sports-menu-right ul {
    list-style: none;
    padding: 12px 0px;
}
.sports .sports-menu .sports-menu-right li {
    display: inline;
    font-size: 20px;
    padding: 0px 20px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;	
}
.sports .sports-menu .sports-menu-right li:hover {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}
.sports-menu-left .fa{
    border-radius: 50px;
    padding: 9px 6px;
	border:1px solid #fff;
}
.sports-menu-right{
    background-color: #fff;
    border: 2px solid #000;
}
.sports .sports-menu .sports-menu-right li button {
    background-color: transparent;
    color: #777;
    border: none;
}
.sports .sports-menu .sports-menu-right li button.active {
    color: #fbb057;
}
.sports .sports-menu .sports-menu-right :focus {
    outline: -webkit-focus-ring-color auto 0px;
}
/*sports*/
.owl-carousel .owl-item {
    padding: 5px;
}
.hover,.hover .overlay{width:100%;height:100%;overflow:hidden}
.hover{text-align:center}
.hover button.info{color:#fff}
.hover{float:left;position:relative;cursor:default}
.hover .overlay{position:absolute;top:0;left:0}
.hover button.info{text-decoration:none;border:1px solid #fff;margin:100px 0 0;border-radius:0;background-color:#fff}
.ehover1 img{-webkit-transition:all .4s linear;transition:all .4s linear}
.ehover1 .overlay{opacity:0;background-color:rgba(0,0,0,.5);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.ehover1:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.ehover1:hover .overlay{opacity:1}
.hover button ul{padding:0px; list-style:none; margin-bottom:0px;padding: 6px 10px;}
.hover button li{display:inline; font-size:18px; }
.hover button li a {
    color: #777;
    font-size: 24px;
    padding: 0px 5px;
}
.hover button li a:hover {
    color: #fbb057;
    transition: 0.5s;
}	
/*end-sports*/	

.spo-pro-delail {
    border: 1px solid #ddd;
    padding: 15px 0 1px 0px;
    text-align: center;	
	color:#777;
	background-color:#fff;
}
.spo-pro-delail h2 a{
	color:#000;
}
.spo-pro-delail h2 a:hover{
	color:#fbb057;
	transition:0.5s;
}
.spo-pro-delail .buy-now-box{
    padding-top: 10px;
    padding-bottom: 25px;
}
.spo-pro-delail .add2cart {
    padding: 10px 0px;
}

.spo-pro-delail .add2cart a {
    font-size: 19px;
    color: #fff;
    background: #f79aab;
    padding:5px 27px;
}
.col-md-2.addcart {
    padding: 0px;
}
.spo-pro-delail .addcart a .fa {
	font-size:19px;
    color: #f79aab;
    padding: 13px 10px;
    border: 1px solid #f79aab;
}
.col-md-2.addlike {
    padding: 0px;
}
.spo-pro-delail .addlike a{
	color:#fff;
}
.spo-pro-delail .addlike a .fa {
    font-size:19px;	
    background: #f79aab;
    padding:14px 13px;
}
	


/*blog*/
.blog h2{
	font-family: "Bad Script" !important;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 0px 0px 10px 0px;	
}
#owl-demo2 .blog-item{
        margin: 5px;
    }
    #owl-demo2 .blog-item img{
        display: block;
        width: 100%;
        height: auto;
    }
	#owl-demo2 .owl-item{
	}
	
#owl-demo2 img {
    width: 100%;
    padding: 5px;
}
#owl-demo2 .blog-title h2{
    padding: 12px 0px;
    font-size: 25px;	
}	
#owl-demo2 .blog-title{
    margin-top: -45px;	
}
#owl-demo2 .blog-title-box{
    margin: 0px auto;
    background: #fff;
    float: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);	
}
#owl-demo2 .blag-detail{
    color: #777;
    padding: 30px 0px 0 0;	
}
#owl-demo2 .blag-detail h4{
	
}
#owl-demo2 .blag-detail .date {
    border: 1px solid;
    padding: 8px 0px;
    margin-top: 25px;	
}
#owl-demo2 .blag-detail .date .blog-date{
	text-align: left;
	padding:0px;
}
#owl-demo2 .blag-detail .date .blog-date #date {
    color: #ffc0cb;
    font-size: 30px;
    border-right: 1px solid;
    padding-right: 7px;
}
#owl-demo2 .blag-detail .date .blog-date #month{
    font-size: 16px;
	color:#000;
}
#owl-demo2 .blag-detail .blog-com {
    padding: 7px 0 0 0;
}
#owl-demo2 .blag-detail .date .blog-com a {
    color: #000;
    font-size: 20px;
}
#owl-demo2 .blog-item:hover .blog-title-box{
	background-color:#f79aab;
	color:#fff;
}
#owl-demo2 .blog-item:hover .date{
	background-color:#777;
}
#owl-demo2 .blog-item:hover .blog-date #month{
	color:#fff;
}
#owl-demo2 .blog-item:hover .blog-com a{
	color:#fff;
}

/*end-blog*/



/*index-2*/
.sb-slider {
     margin: 0px !important;; 
}	 
.index-2-header-box {
    padding: 17px 0px 0px 0px;	
    position: fixed;
    z-index: 999;
    width: 100%;
	background-color:rgba(0,0,0,0.5)
}
.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: 19px;
    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;
}
.index-2-catagery #cssmenu .button:before{
	background-color:#fff !important;
}
.index-2-catagery #cssmenu .button:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.index-2-catagery #cssmenu ul {
    top: 36px;
}

div#pbSliderWrap0 {
    height: 800px !important;
}
.o-slider--item{
    height: 800px !important;
}
.o-slider--item img{width:100%}
.img-slider{
    padding: 60px 0px 191px 0px;	
}
.img-slider h2 {
    text-align: center;
    padding: 5px 0px 50px 0px;
	font-weight:bold;
}
.img-slider-box {
    margin: 0px auto;
    float: none;
}
.img-slider .img-slider-1{
padding:0px;
}
.img-slider .img-slider-2 {
    padding: 0px;
    position: absolute;
    top: 62px;
    left: 310px;
    z-index: 999;
}
.img-slider .swiper-slide img{
	padding:0px;
}
.img-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0px ;
    display: block;
}
.img-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 418px;
    width: 7%;
    top: 13px;
}

.img-slider .swiper-button-next, .swiper-button-prev{
	top:100% !important;
}
.img-slider .swiper-pagination {
    left: 74%;
}
.img-slider .swiper-pagination-bullet {
    width: 12px;
    height: 11px;
    display: block;
    margin: 15px 0px;
}
.img-slider .swiper-pagination-bullet-active {
    background: #f79aab;
}

.featured-product2{
	background-image: url(../images/instagram-bg.jpg);
    height: 150%;
    top: -33.7776%;	
	background-attachment:fixed;
}
.featured-product2 h2{	
	text-align:center;
	font-weight:bold;	
}
.featured-product2 #owl-demo .item img{
	box-shadow:none;
}
.featured-product2 .customNavigation a{
    color: #fbb057;	
}
.featured-product2 .item:hover .img-overlay{
	display:block;
	transition:0.5s;
}
.featured-product2 .item .img-overlay{
    position: absolute;
    z-index: 999;
    top: 5%;
	display:none;	
}
.featured-product2 .item .img-overlay ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.featured-product2 .item .img-overlay li {
    padding: 3px 0px;
}
.featured-product2 .item .img-overlay a {
    color: #777;
    font-size: 22px;
    padding: 20px;
}
.featured-product2 .item .img-overlay a:hover{
	color:#fbb057;
    font-size: 24px;
	transition:0.5s;
}
.featured-product2 .item:hover .buy-now-overlay{
	display:block;
	transition:0.5s;
}
.featured-product2 .item .buy-now-overlay{
	position: absolute;
    z-index: 999;
    bottom: 10%;
	text-align:center;
	display:none;
}
.buy-now{
	text-transform:uppercase;
}
.buy-now a{
    background-color: #fbb057;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1px;	
    border: 2px solid #fbb057;	
}
.buy-now a:hover{
	background-color:transparent;
	color:#fbb057;
	transition:0.5s;
    box-shadow: 0 0 15px #969494;	
}
.Community{
    padding: 0px 0px 100px 0px;	
}
.Community h2{
	text-align:center;
    padding: 50px 0px 50px 0px;	
	font-weight:bold;
}
.Community .Community-box{
	padding:5px;
}
.Community .Community-box img{
	width:100%;
}
.Community-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(232, 235, 236, 0.6);;
}

.Community-box:hover .Community-overlay {
  opacity: 1;
}

.Community-text {
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
}
.Community-text strong {
    font-weight: normal;
}
.Community-text p{
	font-size:15px;
}

.sale-2 {
    background-image: url(../images/sale-bg.jpg);
    background-attachment: fixed;	
}
.sale-2 .sale-2-box{
	padding:100px 0px;
}
.sale-2 .sale-2-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 100px;
    text-align: center;
}
.sale-2 .sale-2-detail {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.sale-2 .sale-2-link{
	text-align:center;
    padding: 22px 0px;	
}
.sale-2 .sale-2-link a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: 3px solid;
    padding: 5px 10px;
	font-weight:bold;
}
.sale-2 .sale-2-link a:hover {
    background-color:#fbb057;
	transition:0.5s;
}

.electronic-pro-2 .electronic{
	padding:75px 0px 100px 0px;
}
.electronic-pro-2 h2{
	font-family: "Bad Script" !important;
    padding: 20px 0px;
	float:left;
}
.electronic-pro-2 .cont .elec-pro .elec-pro-list{
	top:0px;
}
.electronic-pro-2 .cont .elec-pro .elec-pro-list{
	background-color:transparent;
}
.electronic-pro-2 .cont .elec-pro .elec-pro-list ul{
    padding: 30px 0px;
    margin-bottom   	
}
.electronic-pro-2 .cont .elec-pro .elec-pro-list li{
    display: inline;
    color: #777;
    border-bottom: none;
    font-weight: bold;
    font-size: 14px;
}
.electronic-pro-2 .cont .elec-pro .elec-pro-list li:hover{
	color: #000;
}
.electronic-pro-2 .cont .elec-pro-slider{
	top:0px;
}
.electronic-pro-2 #owl-demo3 .elec-item {
    margin: 15px;
}
.electronic-pro-2 #owl-demo4 .elec-item {
    margin: 15px;
}
.electronic-pro-2 #owl-demo5 .elec-item {
    margin: 15px;
}
.electronic-pro-2 #owl-demo6 .elec-item {
    margin: 15px;
}
.electronic-pro-2 #owl-demo3 .elec-item img{
	height:300px;
	padding:12px;
}
.electronic-pro-2 #owl-demo4 .elec-item img{
	height:300px;
}
.electronic-pro-2 #owl-demo5 .elec-item img{
	height:300px;
}
.electronic-pro-2 #owl-demo6 .elec-item img{
	height:300px;
}
.electronic-pro-2 .elec-pro-slider .elec-pro-detail{
	margin-top:120%;
	color:#000;
}
.electronic-pro-2 .elec-pro-slider .elec-pro-detail h4{
	font-weight:bold;
}
.electronic-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.cf:hover .electronic-overlay {
  opacity: 1;
}

.electronic-text {
  color: white;
  font-size: 20px;
  position: absolute;
  margin-top: 100%;
  left: 49%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.electronic-text ul {
    list-style: none;
    padding: 6px 10px;
    background-color: #fff;
}
.electronic-text li {
    display: inline;
}
.electronic-text a {
    color: #f79aab;
    padding: 0px 5px;
}
.index-2-footer{
	background-color:#2f2e2e;
	color:#fff;
	padding:10px 0px;
}

.index-2-footer-box{
	padding:50px 0px;
    border-bottom: 1px solid #bdbaba;	
}
.index-2-footer ul{
	list-style:none;
	padding:25px 0px 0px 0px;
}
.index-2-footer li{
    padding: 5px 0px;	
}
.index-2-footer li a{
	font-size:17px;
	color:#bdbaba;
}
.index-2-footer li a:hover{
	color:#fff;
}
.index-2-footer p{
	padding:25px 0px 0px 0px;
	font-size:17px;
	color:#bdbaba;
}
.index-2-footer .index-2-social{
	padding:0px;
}
.index-2-footer .index-2-social ul{
	padding:0px;
}
.index-2-footer .index-2-social li{
	display:inline;
    padding: 0px 5px;	
}
.index2-foot-copy-rights{
	text-align:center;
}
/*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;
}
.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: #fbb057;
    border-radius: 50%;
    padding: 0px 6px;	
}
.shopping-cart:hover > .hover-cart {
    display: block;    
}
.shopping-cart .dropdown-menu{
	right:0px;
	left:-235px;
    min-width: 300px;
	color:#000;	
	text-align:center;
    padding: 15px 0px 0px 0px;	
}
.shopping-cart .hover-cart-img img{
	width:30px;
	height:30px;
}
.shopping-cart .hover-cart-name a{
    color: #000;
    font-size: 11px !important;	
}
.shopping-cart .hover-cart-name{
	padding:0px;
}
.shopping-cart .hover-cart-qty{
	padding:0px;
}
.shopping-cart .hover-cart-price{
	padding:0px;
}
.shopping-cart .hover-cart-remove{
	padding:0px;
}
.shopping-cart li.cart-link a{
	
}

#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 #BBB;
}

#wrap input[type="text"]:focus {
  width: 251px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  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:60px 0px;
}
.index3-collection h1{
	text-align:center;
}
.index3-collection hr{
    border: 1px solid #fbb057;
    width: 100px;	
}
.index3-collection-img{
    position: relative;	
	padding:0px;
}
.index3-collection-img img{
	width:100%;
}
.index-2-header-menu .navbar{
	margin-bottom:0px;
}
.center-img{
	padding-top:60px;
}
.index3-collection-img .index3-collection-category{
	position: absolute;
    font-size: 30px;
    padding: 400px 0px 0px 0px;
    color: #fff;
    text-align: center;

}
.index3-collection-img .index3-collection-category h2{
	padding:10px 0px;
}
.index3-collection-img .index3-collection-category strong{
	font-family: "Bad Script" !important;
}
.index3-collection-center-category{
	position: absolute;
    font-size: 30px;
    padding: 140px 0px 0px 0px;
    color: #fff;
    text-align: center;

}
.index3-collection-img .index3-collection-center-category h2{
	padding:10px 0px;
}
.index3-collection-img .index3-collection-center-category strong{
	font-family: "Bad Script" !important;
}
.index3-collection-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.3);
}

.index3-collection-img:hover .index3-collection-overlay {
  opacity: 1;
}

.index3-collection-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
}
.index3-collection-text a{
	color:#fff;
	padding:10px;
	border:2px solid;
}
.index3-collection-text a:hover{
	background-color:#fbb057;
}

.index3-featured{}
.index3-featured h1{
	text-align:center;
    padding: 30px 0px;	
}
.index3-featured-img img{
	width:100%;
}
.index3-featured .more-product{
	text-align:center;
	padding-top:50px;
}
.index3-featured .more-product a{
    border: 2px solid;
    color: #000;
    padding: 10px;	
}
.index3-featured .more-product a:hover{
	background-color:#000;
	color:#FFF;
}

.index3-benifit{
	background-color:#F5F5F5;
}
.index3-benifit-box{
	text-align:center;
}
.index3-benifit-box a{
    color: #777;
}
.index3-benifit-box a:hover{
    color: #fbb057;
}
.index3-benifit-box .fa{
    font-size: 60px;	
}
.index3-benifit-box h3{
    margin: 30px 0 10px;	
}
.index3-benifit-box h5{
    letter-spacing: 1px;
    color: #777;
    font-size: 16px;
}
.index3-blog{}
.index3-blog .index3-blog-img{
    padding: 0px;
    border: 2px solid;	
}
.index3-blog .index3-blog-img img{
    margin-top: 10px;
    margin-left: 15px;
	margin-bottom:10px;
    padding: 0px !important;	
}
.index3-blog .index3-blog-detail{
	
}
.index3-blog h1 {
    text-align: center;
}
.index3-blog hr{
    border: 1px solid #fbb057;
    width: 100px;	
}
.index3-blog .index3-blog-detail .index3-blog-detail-time{
	border-bottom:1px solid #777;
	border-top:1px solid #777;
    padding: 12px 0px;	
}
.index3-blog .index3-blog-detail .index3-blog-detail-time a{
	color:#777;
    padding: 0px 9px;	
}
.index3-blog .index3-blog-detail h4{
	padding:10px 0px;
}
.index3-blog .index3-blog-detail h4 a{
	color:#000;
}
.index3-blog .index3-blog-detail h4 a:hover{
	color:#fbb057;
}
.index3-blog .index3-blog-detail p{
    color: #777;
    letter-spacing: 1px;
    font-size: 14px;
}
.index3-blog .index3-blog-detail .index3-blog-more{
    padding: 40px 15px;	
}
.index3-blog .index3-blog-detail .index3-blog-more a{
	border:2px solid #fbb057;
	color:#fbb057;
	padding:10px;
}
.index3-blog .index3-blog-detail .index3-blog-more a:hover{
	background-color:#fbb057;
	color:#fff;
    box-shadow: 0 0 15px #969494;
    transition: .5s;
}

.index-3-footer{
	background-color:#525454;
}
.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;
}
.index3-market{}
.index3-market h1{
	text-align:center;
}
.index3-market hr{
    border: 1px solid #fbb057;
    width: 100px;	
}
.index3-market ul{
	list-style:none;
	padding:0px;
	text-align:center;
}
.index3-market li {
    display: inline-block;
    background-color: #333333;
    color: #fff;
    padding: 8px 13px;
    font-size: 20px;
    margin-bottom: 5px;	
}
.index3-market li.button.is-checked{
	background-color: #fbb057;
}
.index3-market .element-item{
	padding:0px;
}
.index3-market .element-img{
	padding:0px;
}
.index3-market .element-img img{
	width:100%;
	height:205px;
	padding:10px;
}
.element-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.3);
}

.element-img:hover .element-overlay {
  opacity: 1;
}

.element-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.element-text ul {
    list-style: none;
    padding: 6px 10px;
    background-color: #fff;
}
.element-text li {
    display: inline;
    background-color: transparent;
    padding: 0;	
}
.element-text a {
    color: #777;
    padding: 0px 5px;
}
.element-text a:hover{
	color:#fbb057;
}
/*footer*/
.footer{
    background-color: rgba(251, 251, 251, 0.61);
	background-image: url(../images/banner_shopping.jpg);
	height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.footer1 {
    background-color: rgba(0,0,0,0.5);
}
.footer .logo{
	
}

.contact h3 {
    color: #f79aab;	
    font-size: 30px;	
    font-weight: bold;
}
.popu-cate h3 {
    font-size: 30px;	
    font-weight: bold;
    color: #f79aab;	
}
.social h3 {
    color: #f79aab;	
    font-size: 30px;	
    font-weight: bold;
}
.footer .contact hr {
    margin: 5px 0px 30px 0px;
    width: 30px;
    border: 1px solid #f79aab;
}
.footer .contact .contact-box{
    padding: 9px 0px;
	color:#fff;
}
.footer .contact .con-title{
    padding: 0px;	
    font-weight: bold;
    font-size: 18px;
}
.footer .contact .con-detail{
    padding: 0px;
    font-size: 17px;	
}
.footer .popu-cate hr {
    margin: 5px 0px 27px 0px;
    width: 30px;
    border: 1px solid #f79aab;
}
.footer .popu-cate ul{
	list-style: none;
	padding:0px;	
}
.footer .popu-cate li{
    padding: 8px 0px;   
}
.footer .popu-cate li a{
	color:#fff;
	font-weight:bold;
    font-size: 18px;	
}
.footer .popu-cate li a:hover {
    color: #777;
    letter-spacing: 2px;
}
.footer .popu-cate li a .fa {
    margin-right: 10px;
    border: 1px solid;
    border-radius: 50px;
    padding: 1px;
}
.footer .socialize{
	padding:0px;
}
.footer .socialize .email{
	padding:0px;
}
.footer .socialize .email h5{
	color:#fff;
}
.footer .socialize .email .percent{
	font-size:20px;
}
.footer .socialize .email h5 {
   color: #fff;
   background-color: red;
   border-radius: 50%;
   height: 80px;
   width: 80px;
   padding: 15px;
}
.footer .socialize .email input[type="email"] {
    width: 240px;
	padding:5px;
}
.footer .socialize .social{
    padding: 0px 0px 39px 16px;	
}
.footer .socialize .social hr {
    margin: 5px 0px 27px 0px;
    width: 30px;
    border: 1px solid #f79aab;
}
.footer .socialize .social ul{
	list-style: none;
	padding:0px;	
}
.footer .socialize .social li{
	padding:8px 0px;
}
.footer .socialize .social li a{
	color:#fff;
	font-weight:bold;
    font-size: 18px;	
}
.footer .socialize .social li a:hover {
    color: #777;
    letter-spacing: 2px;
}
.footer .socialize .social li .fa {
    padding-right: 10px;	
   
}

.foot-copy-rights {
    padding: 15px 0px;
	margin:0px;
    text-align: center;
    background-color: #000;
	color:#fff;
}

.button-2{ 
  border:2px solid #f79aab;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.button-2 a{
  font-size:16px;
  color:#fff;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-2{
  left: -2px;
  width: 215px;
  height:50px;
  top:-50px;
  background:#fff;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-2:hover .eff-2{
  top:0;
}
.button-2:hover a{
  color:#f79aab;
}

i.fa.fa-angle-up {
    
}
.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%;
}
 
/*about-us*/
.about-header {
    background-color: #ddd;
    text-transform: uppercase;
    padding: 25px;
	color:#fff;
	text-align:center;
}
.about-header ul.katelyn-breadcrumbs{
	list-style:none;
	padding:0px;
    font-size: 18px;
    padding-top: 7px;
	font-weight:bold;
}
.about-header ul.katelyn-breadcrumbs li{
	display:inline-block;
}
.about-header ul.katelyn-breadcrumbs a{
	color:#777;
}
.about-header ul.katelyn-breadcrumbs a:after{
	content: " / ";
}
.about-header h1{
	font-size:30px;
	font-weight:bold;	
}
.about .about-img img{
	width:100%
}
.about .about-detail{
    padding: 25px 15px;	
}
.about .about-detail h1{
    padding: 0px 0px;	
}
.about .about-detail hr{
    border: 2px solid #fbb057;
    width: 100px;
    margin: 15px 0px;	
}
.about .about-detail p {
    font-size: 20px;
    color: #777;	
}
.about-facts{
	background-color:#f5f5f5;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;	
}
.about-facts h1{
	text-align:center;
}
.about-facts hr{
    border: 2px solid #fbb057;
    width: 100px;	
}
.about-facts p{
    padding: 0px 165px;
    text-align: center;
    font-size: 16px;
    color: #777;	
}
.about-facts .about-facts-count{
	text-align:center;
    padding: 30px 0px;	
}
.about-facts .about-facts-count a{
    color: #525454;
}
.about-facts .about-facts-count a:hover{
    color: #fbb057;
}
.about-facts .about-facts-count h1{
    font-size: 55px;	
}
.about-facts .about-facts-count h3{
	
}
.about-our-team{
	
}
.about-our-team h1{
	text-align:center;
}
.about-our-team hr{
	border: 2px solid #fbb057;
    width: 100px;
}
.about-our-team .our-team-box{
	text-align:center;	
	padding:0px;
}
.about-our-team .our-team-box .our-team-pic{
	padding:0px;
	position:relative;
}
.about-our-team .our-team-box .our-team-pic img{
	width:100%;
}
.team-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.56);
}

.our-team-pic:hover .team-overlay {
  opacity: 1;
}

.team-text {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.team-text ul{
	list-style:none;
	padding:0px;
}
.team-text li{
	display:inline-block;
}
.team-text a .fa{
	padding: 7px 8px;
    border: 1px solid #000;
	color:#000;
	
}
.team-text li a:hover i.fa.fa-facebook{
	color:#3a5898;
	border-color:#3a5898;
}
.team-text li a:hover i.fa.fa-twitter{
	color:#00acee;
	border-color:#00acee;
}
.team-text li a:hover i.fa.fa-instagram {
	color:#3F729B;
	border-color:#3F729B;
}
.team-text .fa{}
.about-our-team .our-team-box .our-team-detail{
	text-align:center;
	padding:20px 0px;
	background-color:#f5f5f5;
}
.about-our-team .our-team-box .our-team-detail a{
	color:#000;
}
.about-our-team .our-team-box .our-team-detail a:hover{
	color:#fbb057;
}
.about-our-team .our-team-box .our-team-detail h5{
	color:#7d7b7b;
}
.about-our-client{
	background-color:#f5f5f5;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;	
}
.about-our-client h1{
	text-align:center;
}
.about-our-client hr{
	border: 2px solid #fbb057;
    width: 100px;
}
.about-our-client .client-box{
    margin-bottom: 10px;	
	background-color:#fff;
	text-align:center;
	box-shadow:;
	color:#000;
	padding: 35px;
    box-shadow: 0 0 13px #777;	
}
.about-our-client .client-box .client-pic img{
	border-radius:50%;
}
.about-our-client .client-box .client-pic{
	margin:0px auto;
	float:none;
	padding:0px;
}
.about-our-client .client-box .fa{
    color: #777;
    padding: 20px;
    font-size: 30px;	
}
.about-our-client .client-box p{
    color: #777;
    line-height: 28px;
}
.about-our-client .client-box h5{
	color:#777;
}

/*end-about-us*/

/*about-us2*/
.about2{}
.about2 .about2-detail{
	
}
.title{
	padding:15px 0px;
}
.title span{
    background-color: #525454;
    color: #fff;
    padding: 2px 8px;
    font-size: 25px;
    text-transform: uppercase;
}
.about2 .about2-detail p{
    color: #777;
    font-size: 15px;
    line-height: 24px;	
}
.about2 .about2-img img{
	width:100%;
}
.about2-facts{
	background-color:#f5f5f5;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;	
}
.about2-facts .title{
	text-align:center;
	padding:0px 0px 35px 0px;
}
.about2-facts .facts-border{
	border-right:2px solid #333;
}
.about2-facts .about2-facts-box{
	padding: 0px 40px;;
}
.about2-facts .about2-facts-box .about2-facts-icon{
	padding:0px;
}
.about2-facts .about2-facts-box .about2-facts-icon .fa{
    font-size: 55px;
    padding:10px 0px;
}
.about2-facts .about2-facts-box .about2-facts-count{
	padding:0px;
	text-align:center;
}
.about2-facts .about2-facts-box .about2-facts-count h1{
   	
}
.about2-our-team{
	
}
.about2-our-team .title{
	text-align:center;
	padding:0px 0px 35px 0px;
}
.about2-our-team .our-team2-box{
	padding:0px;
}
.about2-our-team .our-team2-box .our-team2-pic{
	padding:0px;
	position:relative;
}
.about2-our-team .our-team2-box .our-team2-pic img{
	width:100%;
}
.team2-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.56);
}

.our-team2-pic:hover .team2-overlay {
  opacity: 1;
}

.team2-text {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
}
.team2-text a{
	color:#000;
}
.team2-text ul{
	list-style:none;
	padding:5px 0px;
}
.team2-text li{
	display:inline-block;
}
.team2-text .fa{
    font-size: 25px;
    padding: 5px 5px;	
}
.team2-text a:hover i.fa.fa-facebook{
	color:#3a5898;
}
.team2-text a:hover i.fa.fa-twitter{
	color:#00acee;
}
.team2-text li a:hover i.fa.fa-instagram {
	color:#3F729B;
}
.about2-our-team .our-team2-box .our-team2-detail{
    text-align: center;
    background-color: #f5f5f5;
    padding: 12px 0px;
    border: 1px solid #d4d2d2;
}

.about2-Client{
	background-color:#f5f5f5;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;	
}
.about2-Client .title{
	text-align:center;
	padding:0px 0px 35px 0px;
}
.about2-Client .client2-box{
	
}
.about2-Client .client2-box p{
    border: 1px solid;
    padding: 60px 26px;
    font-size: 16px;
    color: #777;	
	margin-bottom:0px;
}
.about2-Client .client2-box .client2-pic{
    top: -65px;
    float: none;
    margin: 0px auto;
    padding: 22px;	
}
.about2-Client .client2-box .client2-pic img{
	border-radius:50%;
}
.about2-Client .client2-box .client2-name{
    color: #000;
    top: -70px;	
}
.about2-Client .client2-box .client2-name h5{
	color:#777;
} 
/*end-about-us2*/

/*shop*/
.filter {
	padding:0px;
}
.filter h3{
    padding: 20px 0px;
	text-align:center;
	font-weight:bold;
}
.filter .brand-filter{
    border-top: 4px solid #000;
    margin-bottom: 65px;	
}
.filter .brand-filter .brand-filter-cat{
    border: 2px solid;
    text-transform: uppercase;	
    padding: 10px 20px;	
}
.filter .brand-filter .brand-filter-cat .dropdown{
    padding: 10px;
	border:2px solid transparent;	
}
.filter .brand-filter .brand-filter-cat .dropdown:hover{
    border:2px solid #000;
}
.filter .brand-filter .brand-filter-cat .dropdown a{
	color:#000;	
}
.filter .brand-filter .brand-filter-cat .dropdown a:hover{
	text-decoration:none;
}
.filter .brand-filter .brand-filter-cat .dropdown input[type="checkbox"]{
	float:right;
}
.filter .brand-filter .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: -2px;
}
.filter .brand-filter .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.filter .brand-filter .dropdown-menu {
    position: inherit;
    float: none;
    border-radius: 0px;
    border: none;
}
.filter .brand-filter .dropdown-menu > li > a{
    padding: 6px 20px;	
}
.filter .brand-filter ul{
	padding:0px;
}




.filter .clr-filter{
    border-top: 4px solid #000;
}
.filter .clr-filter .clr-filter-cat{
    border: 2px solid;
    text-transform: uppercase;	
    padding: 10px 20px;	
}
.filter .clr-filter .clr-filter-cat .dropdown{
    padding: 10px;
	border:2px solid transparent;	
}
.filter .clr-filter .clr-filter-cat .dropdown:hover{
    border:2px solid #000;
}
.filter .clr-filter .clr-filter-cat .dropdown a{
	color:#000;	
}
.filter .clr-filter .clr-filter-cat .dropdown a:hover{
	text-decoration:none;
}
.filter .clr-filter .clr-filter-cat .dropdown input[type="checkbox"]{
	float:right;
}
.filter .clr-filter .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: -2px;
}
.filter .clr-filter .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.filter .clr-filter .dropdown-menu {
    position: inherit;
    float: none;
    border-radius: 0px;
    border: none;
}
.filter .clr-filter .dropdown-menu > li > a{
    padding: 6px 20px;	
}
.filter .clr-filter ul{
	padding:0px;
}


.filter .price-filter{
    border-top: 4px solid #000;
    margin-bottom: 65px;	
}
.price-box {
	margin: 0 auto;
	background: #E9E9E9;
	border-radius: 10px;
	padding: 40px 15px;
	width: 500px;
}

.ui-widget-content {
	border: 1px solid #bdc3c7;
	background: #e1e1e1;
	color: #222222;
	margin-top: 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute !important;
	z-index: 1 !important;
	width: 3.2em !important;
	height: 2.2em !important;
	cursor: default !important;
	margin: 0 -20px auto !important;
	text-align: center !important;	
	line-height: 30px !important;
	color: #FFFFFF !important;
	font-size: 15px !important;
}

.ui-corner-all {
	/*border-radius: 20px;*/
}

.ui-slider-horizontal .ui-slider-handle {
	top: -3em !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #000 !important;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em !important;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}

.price, .lead p {
	font-weight: 600;
	font-size: 32px;
	display: inline-block;
	line-height: 60px;
}

h4.great {
	background: #00ac98;
	margin: 0 0 55px -60px;
	padding: 7px 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	-moz-box-shadow:    2px 4px 5px 0 #ccc;
  	-webkit-box-shadow: 2px 4px 5px 0 #ccc;
  	box-shadow:         2px 4px 5px 0 #ccc;
}

.price-slider {
	margin-bottom: 40px;
}

.form-pricing {
	background: #ffffff;
	border-radius: 4px;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.form-group {
	margin-bottom: 0;
}

.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	font-weight: 200;
	text-align: right;
	width: 188px;
}

.price-form label {
	font-weight: 200;
	font-size: 21px;
}

.ui-slider-range-min {
	background: #2980b9;
}

.ui-slider-label-inner {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    display: block;
    left: 24%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.ui-widget-header {
    background: #777 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
}
.shop{
    padding-top: 50px;	
}
.shop .product-filter-bar {
    border: 1px solid #777;
    padding: 15px;
}
.shop .product-filter-bar ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 5px;
}
.shop .product-filter-bar li {
    display: inline;
    font-size: 28px;
}
.shop .product-filter-bar li button {
    background-color: transparent;
    border: none;
}
.shop .product-filter-bar li button.active {
    color: #fbb057;
}
.shop .product-filter-bar li :focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.shop .product-filter-bar select {
    width: 100%;
    padding: 8px;
}
.shop-product .prodouct-box {
	padding:0px;
}
.shop-product .prodouct-box img{
	width:100%;
    height: 355px;	
}
.shop-product .prodouct-box h3{	
    text-align: center;
    padding:0px;
    font-size: 20px;
}
.shop-product .prodouct-box .product{
	margin:0px 24px;
    padding-bottom: 50px;	
}
.shop-product .prodouct-box .product span.fa {
    background-color: rgba(253, 253, 253, 0.67);
    padding: 6px 12px;
    color: #000;
    font-size: 20px;
}
.shop-product .prodouct-box .product span.fa:hover {
    background-color: rgba(251, 176, 87, 0.68);
    color: #fff;
}
.overlay-shop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.carousel-inner .item:hover .overlay-shop {
  opacity: 1;
}

.text-shop1 {
  color: white;
  font-size: 20px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text-shop2 {
  background-color:rgba(253, 253, 253, 0.67);
  color: #000;
  position: absolute;
  width:100%;
  top: 79%;
  left: 50%;
  padding:20px;
  text-align: center;  
  font-weight:bold;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay-shop .text-shop2 h4 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
}
.overlay-shop .text-shop2 h4 strike{
    color: #777;
    font-size: 16px;	
}
.overlay-shop .text-shop2 .link {
	margin-top:5px;
}
.overlay-shop .text-shop2 .link ul{
	padding:5px 0px;
	list-style:none;
	background-color:#fff;
}
.overlay-shop .text-shop2 .link li{
	display:inline-block;
	
}
.overlay-shop .text-shop2 .link li a{
    font-size: 20px;
    color: #777;
    padding: 0px 10px;
}
.overlay-shop .text-shop2 .link li a:hover{
	color:#fbb057;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.shop-product #list .shop-product-box {
    padding: 20px 0px;	
    border-bottom: 1px solid #ddd;
}
.shop-product #list .shop-product-img img{
	height:400px;
}
.shop-product #list .shop-product-list-detail{
	
}
.shop-product #list .shop-product-list-detail h2{
}
.shop-product #list .shop-product-list-detail h2 a{
    color: #777;	
}
.shop-product #list .shop-product-list-detail h2 a:hover{
    color: #fbb057;	
}
.shop-product #list .shop-product-list-detail hr {
    border: 1px solid #fbb057;
    width: 111px;
    margin: 9px 0px;
}
.shop-product #list .shop-product-list-detail h4{
    color: #fbb057;
    padding: 10px 0px;	
}
.shop-product #list .shop-product-list-detail h4 .fa{
	
}
.shop-product #list .shop-product-list-detail h3{
    padding: 10px 0px;	
}
.shop-product #list .shop-product-list-detail h3 strike{
    color: #777;
    margin-right: 15px;	
}
.shop-product #list .shop-product-list-detail p{
    padding: 15px 0px;
    font-size: 20px;
    color: #777;
    line-height: 25px;	
}
.shop-product #list .shop-product-list-detail .shop-cart{
    padding: 30px 0px;	
}
.shop-product #list .shop-product-list-detail .shop-cart a{
    background-color: #fbb057;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 25px;
    border: 2px solid #fbb057;
    font-size: 20px;
	margin-right:10px;
}	
.shop-product #list .shop-product-list-detail .shop-cart a:hover{
    background-color: transparent;
    color: #fbb057;
    box-shadow: 0 0 15px #969494;	
    transition: 0.5s;	
}
/*end-shop*/

/*shop2*/
.shop2{}
.shop2 .shop2-category{}

.shop2 .shop2-category hr {
    border: 1px solid #fbb057;
    width: 50px;
    margin: 0px;
    margin: 8px 0px;
}
.shop2 .shop2-category .navbar-nav {
    width: 100%;
}
.shop2 .shop2-category .caret{
	float:right;
}
.shop2 .shop2-category li a{
	color:#000;
}
.shop2 .shop2-category .dropdown-menu > li > a{
	color:#888 !important;
}

.shop2 .shop2-category .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #777 !important;
}
.shop2 .shop2-category .navbar-nav > li {
    display:block;
	float:none;
}
.shop2 .shop2-category .dropdown-menu{
	box-shadow:none;
	border:none;
	border-radius:0px;
    z-index: 0;	
}
.shop2 .shop2-category .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color:none;
}
.shop2 .shop2-category .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    border-left: 3px solid transparent;	
}
.shop2 .shop2-category .navbar-nav > li > a:hover{
	border-color:#777;
}
.shop2 .shop2-category  .navbar-nav > li > .dropdown-menu {
	
    position: inherit;
	width:100%;
}
.shop2 .shop2-category form.form-horizontal.form-pricing {
    padding-top: 55px;
}
.shop2 .shop2-category .popular-product{
    padding: 12px 0px;
}
.shop2 .shop2-category .popular-product-img{
	padding:0px;
}
.shop2 .shop2-category .popular-product-img img{
	width:100%;
	border:1px solid #777;
}
.shop2 .shop2-category .popular-product-img img:hover{
	border-color: #fbb057;
}
.shop2 .shop2-category .popular-product-detail{
	padding:0px;
	padding-left:15px;
}
.shop2 .shop2-category .popular-product-detail h5{
    margin: 0px;	
}
.shop2 .shop2-category .popular-product-detail h5 a{
	color:#777;
    font-size: 16px;	
}
.shop2 .shop2-category .popular-product-detail h5 a:hover{
	color: #fbb057;	
}
.shop2 .shop2-category .popular-product-detail h6{
    color: #fbb057;	
    padding: 5px 0px;	
}
.shop2 .shop2-category .popular-product-detail h4{
    color: #fbb057;
}
.shop2 .shop2-category .popular-product-detail h4 strike{
    color: #777;
    float: right;
    font-size: 16px;	
}
.shop2 .shop2-product{}
.shop2 .shop2-product .product-filter-bar{
	border:1px solid #777;
    padding: 15px;	
}
.shop2 .shop2-product .product-filter-bar ul{
   	padding:0px; 
	list-style:none;
    margin-bottom: 0px;
    padding-top: 5px;	
}
.shop2 .shop2-product .product-filter-bar li{
	display: inline;
    font-size: 28px;	
}
.shop2 .shop2-product .product-filter-bar li button{
	background-color:transparent;
	border:none;
}
.shop2 .shop2-product .product-filter-bar li button.active{
	color:#fbb057;
}
.shop2 .shop2-product .product-filter-bar li :focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.shop2 .shop2-product .product-filter-bar select{
    width: 100%;
    padding: 8px;	
}
.shop2 .shop2-product .shop2-product-box-o{
	padding:0px;
}
.shop2 .shop2-product .shop2-product-box{
    padding: 30px 15px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-img{
	padding:0px;
	transition:0.5s;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-img:hover .img-overlay{
	display:block;
	transition:0.5s;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-img .img-overlay{
    position: absolute;
    z-index: 1;
    top: 5%;
	display:none;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-img .img-overlay ul{
	padding:0px;
	list-style:none;
	margin-bottom:0px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-img .img-overlay li{
    padding: 3px 0px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-img .img-overlay a{
    color: #777;
    font-size: 22px;
    padding: 10px 20px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-img .img-overlay a:hover{
	color:#fbb057;
    font-size: 24px;
	transition:0.5s;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail{
    padding: 18px 0px;
    text-align: center;
    background-color: #f7f7f7;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail h4{
    color: #777;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail h3 a{
    color: #000;
    font-size: 18px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail h5 {
    color: #fbb057;
    padding:0px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail h3 a:hover{
	color:#fbb057;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-detail .shop2-cart{
    padding: 12px;	
}
.shop2 .shop2-product #list .shop2-product-box{
    border-bottom: 1px solid #ddd;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail{
	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail h3{
    padding: 5px 0px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail h3 a{
    color: #777;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail h3 a:hover{
	color: #fbb057;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail hr{
    border: 1px solid #fbb057;
    width: 111px;
    margin: 9px 0px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail h5{
    color: #fbb057;
    padding: 10px 0px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail p{
    padding: 15px 0px;
    font-size: 15px;
    color: #777;
    line-height: 25px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail .shop2-cart{
    padding: 12px 0px;	
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail .shop2-cart a{
    background-color: #fbb057;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 25px;
    border: 2px solid #fbb057;
    font-size: 20px;
}
.shop2 .shop2-product .shop2-product-box .shop2-product-list-detail .shop2-cart a:hover{
	background-color:transparent;
	color:#fbb057;
	transition:0.5s;
    box-shadow: 0 0 15px #969494;	
}

/*end-shop2*/

/*cart*/
.cart {
	padding:0px;
    border: 1px solid #ddd;
    box-shadow: rgb(150, 148, 148) 0px 0px 4px;	
}
.cart .cart-header {
    padding: 15px;
    background-color: #ddd;
    text-align: center;
    font-weight: bold;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, .20);	
}
.cart .cart-detail {
	padding:0px;
    text-align: center;
    font-size: 20px;	
}
.cart .cart-detail .delete-pro {
    padding: 55px 0px;	
    color: #d00606;
    border-right: 1px solid #ddd;
}
.cart .cart-detail .pro-pic {
    padding: 15px;
	border-right: 1px solid #ddd;
}
.cart .cart-detail .pro-pic img{
	weight:100%;
}
.cart .cart-detail .pro-name{
    padding: 50px 0px;	
	border-right: 1px solid #ddd;
}
.cart .cart-detail .pro-price {
    padding: 50px 0px;	
    border-right: 1px solid #ddd;
}
.cart .cart-detail .pro-quantity{
	padding: 50px 0px;
	border-right: 1px solid #ddd;
}
.cart .cart-detail .pro-total{
    padding: 50px 0px;	
}
.cart-update {
    padding: 25px 0px;
}
.cart-update input[type="text"] {
    padding: 10px;
    margin-bottom: 15px;	
}
.cart-update .coupan-code{
    padding: 0px;
}
.cart-update .coupan-code .apply {
    padding:0px;
    padding-top: 10px;	
}
.cart-update .coupan-code .apply a {
    color: #fff;
    background-color: #fbb057;
    padding: 10px 33px;
    border: 2px solid #fbb057;
	font-size: 17px;
}
.cart-update .coupan-code .apply a:hover {
    background-color: transparent;
    color: #fbb057;
	box-shadow: 0 0 15px #969494;
    transition: .5s;
}
.cart-update .update-cart {
	float: right;
	padding:0px;
}
.cart-update .update-cart a{
    color: #fff;
	background-color: #fbb057;
    padding: 10px 50px;
    border: 2px solid #fbb057;
	font-size: 17px;
}
.cart-update .update-cart a:hover {
    background-color: transparent;
    color: #fbb057;
	box-shadow: 0 0 15px #969494;
    transition: .5s;
}
.cart-tot{
	padding:0px;
}
.cart-tot .cart-total{
    border: 1px solid #777;	
    box-shadow: rgb(150, 148, 148) 0px 0px 4px;	
}
.cart-tot .cart-total .cart-total-box{
    padding: 20px;	
}
.cart-tot .cart-total .cart-total-box h1{	
    padding: 10px 0px;
}
.cart-tot .cart-total .cart-total-box .sub-tot{
    border-bottom: 1px solid #ddd;	
}
.cart-tot .cart-total .cart-total-box h3{
    line-height: 60px;	
}
.cart-tot .cart-total .cart-total-box h3 span{
	font-weight: bold;
    float: right;	
}
.checkout {
    margin-top: 35px;	
    padding: 0px;
}
.checkout a {
    color: #fff;
    background-color: #fbb057;
    color: #fff;
    padding: 13px 39px;
    font-size: 17px;
	border:2px solid #fbb057;
}
.checkout a:hover {
    background-color: transparent;
    color: #fbb057;
	box-shadow: 0 0 15px #969494;
    transition: .5s;
}
/*end-cart*/

/*blog-page*/
.blog-page .blog-page-img iframe{
    height: 100%;
    min-height: 420px;
    width: 100%;	
}
.blog-page .blog-page-img img {
    width: 100%;
    height: 500px;
}
.blog-page p{
	font-size:15px;
	color:#777;
}
.blog-page .blog-page-img .carousel .carousel-control .fa {
    margin-top: 100% !important;
    font-size: 50px;
    border: 1px solid #fff;
    padding: 15px 30px;
    box-shadow: rgb(150, 148, 148) 0px 0px 10px;
}
.blog-page .blog-profile {
    top: -33px;
	text-align:center;
}
.blog-page .blog-profile img{
	border-radius:50%;
}
.blog-page .blog-profile .blog-links a{
	color:#000;
}

.blog-page .blog-profile .blog-links i.fa.fa-share-alt {
    background-color:#fff;
    border-radius: 50%;
    padding: 8px 10px;
    margin: 10px 0px;	
    box-shadow: rgb(150, 148, 148) 0px 0px 15px;	
}
	
.blog-page .blog-profile .blog-links{
    padding: 0px;
    margin: 0px auto;
    float: none;
}
.blog-page .blog-profile .blog-links ul {
    list-style: none;
    padding: 5px 0px;
    background-color: #000;
    border-radius: 20px;
}
.blog-page .blog-profile .blog-links li {
    padding: 5px 0px;
}
.blog-page .blog-profile .blog-links li a {
	color:#fff;
}
.blog-page .blog-page-detail {
    padding: 20px 10px;
}
.blog-page .blog-page-detail h1{}
.blog-page .blog-page-detail h3{
    color: #777;
    margin: 10px 0px;	
}
.blog-page .blog-page-detail h3 a{
    color: #777;	
}
.blog-page .blog-page-detail h3 a:hover{
	color:#fbb057;
}
.blog-page .blog-page-detail h3 a .fa{
    color: #fbb057;	
}
.blog-page .blog-page-detail p{
    color: #777	;	
}
.blog-page .blog-page-detail .read-more{
    padding: 30px 0px;
}
.blog-page .blog-page-detail .read-more a {
    border: 2px solid #fbb057;
    color: #fbb057;
    padding: 15px;
    font-size: 20px;
}
.blog-page .blog-page-detail .read-more a:hover{
	color:#fff;
	background-color:#fbb057;
    box-shadow: 0 0 15px #969494;	
	transition:0.5s;
}

/*blog-page-left*/
.blog-left hr{
    border: 2px solid #fbb057;
    width: 100px;
	
}
.blog-left .blog-left-img {
    border: 1px solid;
    padding: 25px;
}
.blog-left .blog-left-img img{
	width:100%;
    box-shadow: 6px 6px 4px #c1c0c0;	
}
.blog-left .blog-search {
    padding: 45px 0px;
}
.blog-left .blog-search .search-form .form-group, .search-form .form-group {
    width: 100%;
    border-radius:25px;
}
.blog-left .blog-search .search-form .form-group{
    height: 50px;	
}
.blog-left .blog-search .form-control{
	height: 45px;
    padding: 6px 30px;
    font-size: 23px;
}
.blog-left .blog-search .search-form .form-group span.form-control-feedback {
    top: 6px;
    right: 9px;
	width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50px;
    color: #000;
    box-shadow: rgb(150, 148, 148) 0px 0px 9px;	
}
.blog-left .blog-categories{
	text-transform:uppercase;
	padding:0px;
}
.blog-left .blog-categories h3{
	text-align:center;
	text-transform:uppercase;
}
.blog-left .blog-categories ul{
	list-style:none;
	padding:0px;
}
.blog-left .blog-categories li{
	padding:10px 0px;
	border-bottom:1px solid #777;
}
.blog-left .blog-categories a{
	color:#777;
	font-size:15px;
	text-decoration:none;
}
.blog-left .blog-categories a:hover{
	color:#fbb057;
	padding:0px 0px 0px 15px;
	transition:all .25s ease
}
.blog-left .blog-categories span.fa{
	padding:0px 10px;
}
.blog-left .blog-page-blog{
	padding:40px 0px;
}
.blog-left .blog-page-blog .blog-page-blog-box{
	padding:20px 0px;
}
.blog-left .blog-page-blog h3{
	text-align:center;
	text-transform:uppercase;
}
.blog-left .blog-page-blog .blog-page-blog-img{
	padding: 0px 10px 0px 0px;
}
.blog-left .blog-page-blog .blog-page-blog-img img{
	border:1px solid #777;
	padding:10px;
}
.blog-left .blog-page-blog .blog-page-blog-text{padding:0px}
.blog-left .blog-page-blog .blog-page-blog-text h4{
    margin: 0px;
    padding-bottom: 10px;
}
.blog-left .blog-page-blog .blog-page-blog-text p{
	color:#777;
}
.blog-left .blog-page-blog .blog-page-blog-text span{
	color:#000;
}

.blog-left .blog-archive{
	text-transform:uppercase;
	padding:0px;
}
.blog-left .blog-archive h3{
	text-align:center;
	text-transform:uppercase;
}
.blog-left .blog-archive ul{
	list-style:none;
	padding:0px;
}
.blog-left .blog-archive li{
	padding:10px 0px;
}
.blog-left .blog-archive a{
	color:#777;
	font-size:15px;
	text-decoration:none;
}
.blog-left .blog-archive a:hover{
	color:#fbb057;
	padding:0px 0px 0px 15px;
	transition:all .25s ease
}
.blog-left .blog-archive span.fa{
	padding:0px 10px;
}
/*blog-left*/
.blog-right .blog-page .blog-profile {
    padding: 0px 30px 0px 20px;
    top: -36px;
}

/*Masonry Four 100% Full Width*/
.masonry-four-blog .blog-page .blog-page-img img{
	height:225px;
}
.masonry-four-blog .blog-page .blog-profile .blog-links i.fa.fa-share-alt {
    margin: 10px -5px;
}
.masonry-four-blog .blog-page .blog-page-img .carousel .carousel-control .fa {
    margin-top: 205% !important;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 9px 13px;
    box-shadow: rgb(150, 148, 148) 0px 0px 10px;
}
.masonry-four-blog .blog-page .blog-page-img iframe {
    height: 100%;
    min-height: 225px;
    width: 100%;
}
.masonry-four-blog .blog-page .blog-page-detail h1 {
    font-size: 23px;
}
.masonry-four-blog .blog-page .blog-page-detail h3 {
    font-size: 18px;
}
.masonry-four-blog .blog-profile-text-only .blog-profile{
	top:0px;
}
.blog-profile-text-only .blog-page-detail {
    padding: 0px 10px 20px 10px;
}

/*Description Full Width*/
.desc-full-width .blog-page .blog-page-img{padding:0px;}
.desc-full-width .blog-page .imp-text {
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 20px 0px;
	text-align:center;
    margin: 20px 0px;	
}
.desc-full-width .blog-page .blog-progress {
    border: 5px solid;
    text-transform: uppercase;
    padding: 20px;
    margin: 30px 0px;	
}
.desc-full-width .blog-page .blog-progress .progress {
    margin-bottom: 15px;
    background-color: rgba(119, 119, 119, 0.26);
	border-radius:0px;
}
.desc-full-width .blog-page .blog-progress h5{
	margin:0px;
}
.blog-page .per{
	text-align:center;
}
.desc-full-width .blog-page .blog-progress h1 {
    background: #000;
    border-radius: 50%;
    padding: 52px 0px;
	color:#fff;
}
.desc-full-width div#myCarousel .carousel-control{
	width:30px;
}
.desc-full-width div#myCarousel .carousel-control span {
    top: 100%;
    position: absolute;
    font-size: 20px;
    border: 2px solid #fbb057;
    padding: 10px;
    color: #fbb057;
	margin:20px 0px;	
}
.desc-full-width div#myCarousel .carousel-control span:hover {
    background-color:#fbb057;
    color: #fff;
    box-shadow: 0 0 15px #969494;
    transition: .5s;	
}
.desc-full-width div#myCarousel .carousel-control span.next {
    float: right;
	right:10px;
}
.desc-full-width div#myCarousel .carousel-control span.pre {
    float: left;
}
.desc-full-width .comment {
    padding: 50px 0px;
}
.desc-full-width .comment hr {
    border: 1px solid #fbb057;
    width: 100px;
    float: left;
    margin-top: 10px;
}
.desc-full-width .comment input,textarea {
    width: 100%;
    padding: 7px;
    box-shadow: rgb(150, 148, 148) 0px 0px 10px;
    border: 0px;
    margin: 15px 0px;	
}
.desc-full-width .comment textarea {
    margin-bottom: 60px;
}
.desc-full-width .comment a {
    border: 2px solid #fbb057;
    color: #fbb057;
    padding: 15px;
    font-size: 20px;	
}
.desc-full-width .comment a:hover{
	color:#fff;
	background-color:#fbb057;
    box-shadow: 0 0 15px #969494;
    transition: .5s;	
}

.desc-full-width .testinatimonial hr {
    border: 1px solid #fbb057;
    width: 100px;
    float: left;
    margin-top: 10px;
}
.desc-full-width .testinatimonial .testinatimonial-text{
	padding:20px 0px;
	font-size:15px;
}
.desc-full-width .testinatimonial .carousel-inner{
	border:2px solid #777;
}
.desc-full-width .testinatimonial .item{
	text-align:center;
    padding: 30px;	
}
.desc-full-width .testinatimonial .item span {
    font-size: 25px;
    color: #fbb057;
}
.desc-full-width .testinatimonial .item p {
    padding: 25px 0px;
}
.desc-full-width .testinatimonial .item h3 {
    font-weight: bold;
    padding: 5px 0px;	
}
.desc-full-width .testinatimonial .item h4 {
    color: #777;
    padding: 5px 0px;	
}
.desc-full-width .testinatimonial .item ul {
    padding: 0px;
}
.desc-full-width .testinatimonial .item li {
    display: inline;
}
.desc-full-width .testinatimonial .item li a{
	
}
.desc-full-width .testinatimonial .item li a i.fa.fa-facebook {
    background-color: #4C66A4 ;
    padding: 7px 12px;
    font-size: 20px;
	color:#fff;
}
.desc-full-width .testinatimonial .item li a:hover i.fa.fa-facebook{
	background-color: #fff ;
	color:#4C66A4;
	transition:0.5s;
}
.desc-full-width .testinatimonial .item li a i.fa.fa-google-plus {
	background-color: #d34836;
    padding: 7px 12px;
    font-size: 20px;
	color:#fff;
}
.desc-full-width .testinatimonial .item li a:hover i.fa.fa-google-plus{
	background-color: #fff ;
	color:#d34836;
	transition:0.5s;
}
.desc-full-width .testinatimonial .item li a i.fa.fa-twitter {
	background-color: #f60;
    padding: 7px 12px;
    font-size: 20px;
	color:#fff;
}
.desc-full-width .testinatimonial .item li a:hover i.fa.fa-twitter{
	background-color: #fff ;
	color:#f60;
	transition:0.5s;
}
.desc-full-width .testinatimonial .carousel-control .fa{
	top: 50%;
    position: absolute;
	font-size:28px;
}
.desc-full-width .post{
	padding:50px 0px 0px 0px;
}
.desc-full-width .post hr {
    border: 1px solid #fbb057;
    width: 100px;
    float: left;
    margin-top: 10px;
}
.desc-full-width .post .post-box{
    padding: 0px 10px;	
}
.desc-full-width .post .post-box img {
    border: 2px solid;
    height: 225px;
    width: 100%;
}
.desc-full-width .post .post-box .post-detail {
    text-align: center;
    top: -100px;
}
.desc-full-width .post .post-box .post-detail .post-detail-box{
	margin:0px auto;
	float:none;
	background-color:#fff;
    padding: 12px 5px;	
    box-shadow: rgb(150, 148, 148) 0px 0px 20px;	
}

.desc-full-width .post .post-box .post-detail .post-detail-box h5{
    color: #777;	
}

.desc-full-width .user-comment {
	
}
.desc-full-width .user-comment hr {
    border: 1px solid #fbb057;
    width: 100px;
    float: left;
    margin-top: 10px;
}
.desc-full-width .user-comment .user-img{
	padding:0px;
}
.desc-full-width .user-comment .user-img img{
	border-radius:50%;
}
.desc-full-width .user-comment .user-text hr {
    width: 100%;
    border: 1px solid #777;
    margin: 10px;
}
.desc-full-width .user-comment .user-text h2{
	
}
.desc-full-width .user-comment .user-text h4{
	float:right;
	color:#777;
	margin-bottom:0px;
}
.desc-full-width .user-comment .user-text p{
	color:#777;
	font-size:16px;
    padding: 0px 0px 16px 10px;
}
.desc-full-width .user-comment .user-text a {
    background-color: #fbb057;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	border:2px solid #fbb057;	
}
.desc-full-width .user-comment .user-text a:hover{
	background-color:#fff;
	color:#fbb057;
	border-color:#fbb057;
    box-shadow: 0 0 15px #969494;
    transition: .5s;	
}
.desc-full-width .user-comment .user-comment-full-box{
    padding: 20px 10px;	
}
.pagination{
	text-align:center;
}
.pagination ul{
	list-style:none;
	padding:0px;
}
.pagination li{
	display:inline-block;
}
.pagination li a{
    background-color: #454545;
    color: #fff;
    padding: 5px 7px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #000;	
}
.pagination li a:hover{
    background-color: #6e6e6e;	
}
.pagination .page_center{
    font-size: 30px;
    padding: 0px 9px;	
}
/*description-slidbar*/
.description-left-slidbar{
    
}
.description-left-slidbar .slider{
    padding-bottom: 100px;	
}
.description-left-slidbar .slider .blog-page .blog-profile {
    padding: 0px;
}
.description-left-slidbar .slider .blog-page .per {
    padding: 18px 10px;
}
.description-left-slidbar .slider .blog-page .blog-progress h1{
    padding: 35px 0px;	
}
.description-left-slidbar .blog-left .blog-categories {
    padding: 40px 0px 0px 0px;
}
/*Product Detail*/
.product-detail{}

.simpleLens-container{
    display: table;
    position: relative;
}

.simpleLens-big-image-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	position:relative;
    height: 300px;
    width: 350px;
}

.simpleLens-big-image {
    max-width: 100%;
}

.simpleLens-lens-image {
    height: auto !important;
    width: 350px;
    display: inline-block;
    text-align: center;
    margin:0;
    box-shadow:none;
    float:none;
    position:relative;
}

.simpleLens-mouse-cursor{
	background-color:#CCC;
	opacity:0.2;
	filter: alpha(opacity = 20);
	position:absolute;
	top:0;
	left:0;
	border:1px solid #999;
	box-shadow:0 0 2px 2px #999;
	cursor:none;
}

.simpleLens-lens-element {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 2px #8E8E8E;
    height: 400px;
    left: 105%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 480px;
    z-index: 9999;
    text-align: center;
}

.simpleLens-lens-element img{
    position:relative;
    top:0;
    left:0;
    width:auto !important;
    max-width:none !important;
}

.product-detail .product-img img{ width:100%}
.product-detail .product-img .prodouct-main img{
	width:100% !important;
}
.product-detail .product-img .prodouct-other{
    padding: 0px;
}
.product-detail .product-img .prodouct-other .prodouct-side{}
.product-detail .product-detail-box a{
	color:#000;
}
.product-detail .product-detail-box a:hover{
	color:#fbb057
}
.product-detail .product-detail-box .product-price h2{
	color:#e08432;
	padding:30px 0px;
}
.product-detail .product-detail-box .product-price span{
	font-size: 17px;
    padding: 5px 0px 0px 46px;
    color: #a2a2a2;
	
}
.product-detail .product-detail-box .product-price span .fa{
	color:#258607;
}
.product-detail .product-detail-box .review .fa{
    font-size: 20px;	
}
.product-detail .product-detail-box h5{
    padding: 25px 0px;	
}
.product-detail .product-detail-box .overview{
    font-size: 16px;
    color: #777;
    line-height: 25px;	
}
.product-detail .product-detail-box .overview span{
    color: #000;
    font-size: 16px;
    font-weight: bold;	
}
.product-detail .product-detail-box .product-clr{
    padding: 25px 0px;	
}
.product-detail .product-detail-box .product-clr ul{
	list-style:none;
	padding:0px;
}
.product-detail .product-detail-box .product-clr li{
	display:inline-block;
    padding-right: 12px;	
}
.product-detail .product-detail-box .product-clr li img{
    height: 40px;
    border-radius: 50%;	
}
.product-detail .product-detail-box .product-clr li button{
    width: 55px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    padding: 4px;
    border: 3px solid transparent;
}
.product-detail .product-detail-box .product-clr li button.active{
	border-color:#fbb057;
}
.product-detail .product-detail-box .product-clr li :focus {
    outline: -webkit-focus-ring-color auto 0px ;
}

.product-detail .product-detail-box .product-clr li:hover img{
	border: 3px solid #fbb057;
    padding: 2px;

}
.product-detail .product-detail-box .qty{}
.product-detail .product-detail-box .qty .qty-box{
    padding: 0px;
    text-align: center;
    border: 1px solid #ddd;	
}
.product-detail .product-detail-box .qty .qty-box h4 {
    padding: 9px 0px;
}
.product-detail .product-detail-box .qty .qty-box input{
	width:100%;
	text-align:center;
	border:none;
}
.product-detail .product-detail-box .qty .qty-box .incre-decre{
    border-left: 1px solid #ddd;
    padding: 3px 15px;	
}
.product-detail .product-detail-box .qty .qty-box .incre-decre .fa{
    padding: 6px 0px;	
}
.product-detail .product-detail-box .add-to-cart{
    padding-top: 70px;
}
.product-detail .product-detail-box .add-to-cart a{
	font-size: 14px;
    padding: 13px;
    color: #fff;
    text-transform:uppercase;
    background-color: #fbb057;
	margin-right:15px;
	border:2px solid #fbb057;
}
.product-detail .product-detail-box .add-to-cart a:hover{
	background-color:#fff;
	color:#fbb057;
    box-shadow: 0 0 15px #969494;
    transition: .5s;
}
.product-description{
	
}
.product-description .product-description-box{
    border: 1px solid #777;
}
.product-description .product-description-box ul{
    padding: 0px;
	list-style:none;
	margin-bottom:0px;
    border-bottom: 1px solid #777;	
}
.product-description .product-description-box li{
	display:inline-block;
	padding:15px 30px;
	font-size:17px;
	border-bottom:4px solid transparent;
}
.product-description .product-description-box li.tablinks.active{
    color: #fff;
    background-color: #fbb057;
}
.product-description .product-description-box .tabcontent{
    padding: 30px;	
}
.product-description .product-description-box .tabcontent p{
    color: #777;
    line-height: 22px;	
}
.product-description .product-description-box .tabcontent .speci-box{
    border: 1px solid #ddd;
    padding: 0px;	
}
.product-description .product-description-box .tabcontent .speci-title{
    background-color: #ddd;
    padding: 10px;	
}
.product-description .product-description-box .tabcontent .speci-detail{
    padding: 15px;
    border-right: 1px solid #ddd;	
}
.product-description .product-description-box .tabcontent .speci-title span{
	float:right;
}
.product-description .product-description-box .tabcontent .revi-box{
	padding:20px;
}
.product-description .product-description-box .tabcontent .revi-box h3{
    padding: 15px 0px;	
}
.product-description .product-description-box .tabcontent .revi-box .star-title{
	padding:0px;
}
.product-description .product-description-box .tabcontent .revi-box input{
	width:100%;
	padding:10px;
    box-shadow: rgb(150, 148, 148) 0px 0px 10px;
    border: 0px;	
}
.product-description .product-description-box .tabcontent .revi-box .submit{
	padding:0px;
    padding-top: 20px;	
}
.product-description .product-description-box .tabcontent .revi-box .submit a{
    color: #fff;
    background-color: #fbb057;
    padding: 10px 15px;
	text-transform:uppercase;
	border:2px solid #fbb057;
}
.product-description .product-description-box .tabcontent .revi-box .submit a:hover{
    color: #fbb057;
    background-color: #fff;
    box-shadow: 0 0 15px #969494;	
	transition:0.5s;
}
.similer-product h1{
	text-align:center;
}
.similer-product .similer-product-img{
	padding:0px;
	position:relative;
}
.similer-product .item .similer-product-img:hover .img-overlay{
	display:block;
	transition:0.5s;
}
.similer-product .item .similer-product-img .img-overlay{
    position: absolute;
    z-index: 999;
    top: 5%;
	display:none;	
}
.similer-product .item .similer-product-img .img-overlay ul{
	padding:0px;
	list-style:none;
	margin-bottom:0px;
}
.similer-product .item .similer-product-img .img-overlay li{
    padding: 3px 0px;	
}
.similer-product .item .similer-product-img .img-overlay a{
    color: #777;
    font-size: 22px;
    padding: 20px;
}
.similer-product .item .similer-product-img .img-overlay a:hover{
	color:#fbb057;
    font-size: 24px;
	transition:0.5s;
}
.similer-product .similer-product-detail{
    color: #000;
    background-color: #f9f7f7;
    padding: 15px;
}
.similer-product #owl-demo .item img{
	box-shadow:none;
}
.similer-product .similer-product-detail h3 a{
    font-size: 19px;
    color: #000;	
}
.similer-product .similer-product-detail h3 a:hover{
	color:#fbb057;
}
.similer-product .similer-product-detail h4{
	color:#777;
}
.similer-product .similer-product-detail .buy-now-box{
    padding: 16px 0px;	
}
.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;
}
/*product-detail2*/

.product-detail2{}
.product-detail2 .product2-img{}
.product-detail2 .product2-img img{
	width:100%;
}
.product-detail2 .product2-img .prodouct2-main img{
	width:100% !important;
}
.product-detail2 .product2-img .prodouct-other{}
.product-detail2 .product2-img .prodouct-other .prodouct2-side{
    padding: 12px;	
}
.product-detail2 .product2-img .prodouct-other .prodouct2-side img{
    height: 125px;	
}
.product-detail2 .product2-img .prodouct-main img{
	height:480px;
}
.product-detail2 .product2-detail-box h1 a{
	color:#000;
}
.product-detail2 .product2-detail-box h1 a:hover{
	color:#bf9b65;
}
.product-detail2 .product2-detail-box .product2-price{}
.product-detail2 .product2-detail-box .product2-price h3{
    padding: 25px 0px;
    color: #f90a0a;	
}
.product-detail2 .product2-detail-box .review {
    color: #fbb057;
    font-weight: bold;
}
.product-detail2 .product2-detail-box .product2-price span{
    color: #777;
    font-size: 18px;	
}
.product-detail2 .product2-detail-box p{
    line-height: 26px;
    padding: 15px 0px;	
}
.product-detail2 .product2-detail-box .product2-clr{
    padding: 10px 0px;	
}
.product-detail2 .product2-detail-box .product2-clr ul{
	list-style:none;
	padding:0px;
}
.product-detail2 .product2-detail-box .product2-clr li{
	display:inline-block;
	margin-right:5px;
}
.product-detail2 .product2-detail-box .product2-clr li button{
    background-color: transparent;
    border: none;
    padding: 4px;
    border: 2px solid transparent;	
}
.product-detail2 .product2-detail-box .product2-clr li :focus {
    outline: -webkit-focus-ring-color auto 0px ;
}
.product-detail2 .product2-detail-box .product2-clr li button.active{
	border-color:#fbb057;
}
.product-detail2 .product2-detail-box .product2-clr li img{
	height:30px;
}
.product-detail2 .product2-detail-box .product2-clr li:hover img{
    border: 2px solid #fbb057;
    padding: 2px;	
}
.product-detail2 .product2-detail-box .product2-material{
    padding: 10px 0px;	
}
.product-detail2 .product2-detail-box .product2-material .material-name{
    margin-top: 10px;	
}
.product-detail2 .product2-detail-box .product2-material a{
    color: #fbb057;
    border: 1px solid #fbb057;
    padding: 5px 10px;
}
.product-detail2 .product2-detail-box .product2-qty{
    padding: 10px 0px;	
}
.product-detail2 .product2-detail-box .product2-qty .select-qty select{
    width: 17%;
    padding: 4px 7px;	
    color: #fbb057;
    border-color: #fbb057;	
}
.product-detail2 .product2-detail-box .add-to-cart2 {
    padding: 25px 15px;	
}
.product-detail2 .product2-detail-box .add-to-cart2 a{
	font-size: 17px;
    color: #fbb057;
    background-color: #fff;
    padding: 15px;
    margin-right: 15px;
    border: 2px solid #fbb057;
}
.product-detail2 .product2-detail-box .add-to-cart2 a:hover{
	background-color:#fbb057;
	color:#fff;
    box-shadow: 0 0 15px #969494;
    transition: .5s;
}
.product2-description{
    background-color: #f9f7f7;	
}
.product2-description .product2-description-box{
	padding:0px;
    border: 1px solid #777;	
}
.product2-description .product2-description-box ul{
	padding:0px;
	list-style:none;
	text-align:center;	
}
.product2-description .product2-description-box li{
    display: -webkit-box;
    font-size: 20px;
    color: #777;
    padding: 17px 10px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #777;
}
.product2-description .product2-description-box li.tablinks.active {
    color: #fbb057;
    border-left-color: #fbb057;
}
.product2-description .product2-description-box .tabcontent {
    padding: 25px 15px;
}
.product2-description .product2-description-box .tabcontent h4{
	color: #fbb057;
}
.product2-description .product2-description-box .tabcontent p{
	color:#777;
}
.product2-description .product2-description-box .speci-box i.fa.fa-user{
    font-size: 30px;
    background-color: #ddd;
    padding: 15px 20px;
    border-radius: 50%;
    color: #f9f7f7;
    margin-top: 10px;	
}
.product2-description .product2-description-box .speci-box{
	padding:0px;
}
.product2-description .product2-description-box .speci-box span{
	float:right;
}
.product2-description .product2-description-box .speci-box p{
	color:#777;
}
.product2-description .product2-description-box .speci-box h4{
	color:#fbb057;
}
.product2-description .product2-description-box .speci-box .Q-A-box{
    padding:  0px;
    padding-bottom: 20px;	
}
.product2-description .product2-description-box .revi-box h3{
	
}
.product2-description .product2-description-box .revi-box h5{
	margin-top:25px;
	color:#777;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 20px 10px 0px 10px;
  font-size: 20px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }
input.star-2:checked ~ label.star:before { color: #ff8a22; }
input.star-3:checked ~ label.star:before { color: #ffb322; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
.product2-description .product2-description-box .revi-box label{
	margin-bottom:0px;
}

.product2-description .product2-description-box .revi-box .star-title{
	padding:0px;
}
.product2-description .product2-description-box .revi-box input{
    width: 100%;
    padding: 7px;
    box-shadow: rgb(150, 148, 148) 0px 0px 5px;
    border: 0px;
    margin: 0px 0px;	
}
.product2-description .product2-description-box .revi-box textarea{
	margin:0px;
    box-shadow: rgb(150, 148, 148) 0px 0px 5px;	
}
.product2-description .product2-description-box .revi-box .continue{
    margin-top: 40px;	
}
.product2-description .product2-description-box .revi-box .continue a{
    color: #fbb057;
    border: 2px solid #fbb057;
    padding: 10px 55px;
    text-transform: uppercase;
    font-size: 18px;
}
.product2-description .product2-description-box .revi-box .continue a:hover{
	background-color:#fbb057;
	color:#fff;
    box-shadow: 0 0 15px #969494;
    transition: .5s;
}
.similer-product .customNavigation a{
	color:#fbb057;
}
/*product-detail2-with-sidebar*/
.product-detail2 .product-detail2-with-sidebar .product-img .product-side-img img {
    padding: 5px 0px;
    border-radius: 9px;
    height: 112px;
}
.product-detail2 .product-detail2-with-sidebar .product-detail-box .detail2-cart a {
    padding: 10px 105px;
}
/*contact-detail*/
.contact{}
.contact .contact-title{
	text-align:center;
}
.contact .contact-title h1{
    font-size: 50px;
}
.contact .contact-title hr{
    border: 1px solid #fbb057;
    width: 100px;	
}
.contact .contact-title p{
    font-size: 21px;	
}
.contact .contact-title p a{
	color:#777;
}
.contact .contact-title p a:hover{
	color:#000;
}
.contact .contact-box{
    padding-top: 55px;	
}
.contact .contact-box h1{
	color:#777;
}
.contact .contact-box hr{
	border: 1px solid #fbb057;
    width: 100px;
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 5px;	
}
.contact .contact-box .information{}

.contact .contact-box .information ul{
	list-style:none;
	padding:0px;
}
.contact .contact-box .information li{
    margin-bottom: 10px;
    font-size: 16px;	
}
.contact .contact-box .information li span{
    font-size: 24px;
    padding: 0 5px 0px 0px;
	color:#777;	
}
.contact .contact-box .information .contact-social{
    padding: 20px 0px;
}
.contact .contact-box .information .contact-social li{
	display:inline-block;
}
.contact .contact-box .information .contact-social li a{
    font-size: 18px;
	color:#000;
}
.contact .contact-box .information .contact-social li a .fa{
    padding: 10px;
    border: 1px solid;
}
.contact .contact-box .information .contact-social li a:hover i.fa.fa-facebook{
	color:#3a5898;
}
.contact .contact-box .information .contact-social li a:hover i.fa.fa-twitter{
	color:#00acee;
}
.contact .contact-box .information .contact-social li a:hover i.fa.fa-instagram {
	color:#3F729B;
}
.contact .contact-box .information .contact-social li a:hover i.fa.fa-pinterest  {
	color:#c72527;
}
.contact .contact-box .information .contact-social li a:hover i.fa.fa-youtube  {
	color:#ce3527;
}
.contact .contact-box .information .contact-social li a:hover i.fa.fa-google-plus  {
	color:#de6463;
}
.contact .contact-form{}
.contact .contact-form .input-box{
    padding-bottom: 27px;
}
.contact .contact-form .input-box :focus {
    border-color: #000;
	box-shadow: 0 0 15px #969494;
	outline:none;
    border: 1px solid #777;	
}
.contact .contact-form .input-box .input-title{
    font-size: 16px;	
}
.contact .contact-form .input-box input{
	width:100%;
    padding: 14px;
}
.contact .contact-form .input-box textarea{
	box-shadow:none;
	border:1px solid #a9a9a9;
}
.contact .contact-form a{
    text-transform: uppercase;
    background-color: #fbb057;
    color: #fff;
    float: right;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-right: 15px;
	border:2px solid #fbb057;
}
.contact .contact-form a:hover{
	background-color:#fff;
	color:#fbb057;
    box-shadow: 0 0 15px #969494;	
	transition:.5s;
}
.contact-img img{ 
	width:100%;
	height:450px;
}
/*end-contact-detail*/

/*contact-detail2*/
.contact2 {}
.contact2 .contact2-img{}
.contact2 .contact2-img img{ 
	
}
.contact2 .contact2-img .address{ 
    background-color: #777;
    color: #fff;
    padding: 30px 36px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;	
}
.contact2 .contact2-img .address h4{
	font-weight:bold;
}
.contact2 .contact2-information {}
.contact2 .contact2-information h1{}
.contact2 .contact2-information h1 a{
	color:#777;
}
.contact2 .contact2-information h1 a:hover{
	color:#000;
}
.contact2 .contact2-information hr{
	border:2px solid #fbb057;
	width:100px;
	margin:0px;
	margin-top:5px;
}
.contact2 .contact2-information p{
    font-size: 19px;
    padding: 15px 0px;
    line-height: 32px;
	color:#777;
}
.contact2 .contact2-information ul{
	padding:0px;
	list-style:none;
}
.contact2 .contact2-information li{
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 39px;
	color:#777;
}
.contact2 .contact2-information li span{
    font-weight: bold;
    color: #000;	
}
.contact2 .contact2-information h4{
	text-transform:uppercase;
    padding: 20px 0px;
    margin: 0px;	
}
.contact2 .contact2-information input{
	width:100%;
	border-bottom:none !important;
	border:1px solid #777;
    padding: 16px;	
}
.contact2 .contact2-information textarea{
	width:100%;
	margin:0px;
	box-shadow:none;
	border:1px solid #777;
    padding: 16px;	
}
.contact2 .contact2-information :focus {
    border-color: #000;
	box-shadow: 0 0 15px #969494;
	outline:none;
    border: 1px solid #777;	
}
.contact2 .contact2-information .submit a {
    text-transform: uppercase;
    background-color: #fbb057;
    color: #fff;
    float: right;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-right: 15px;
    border: 2px solid #fbb057;
	margin-top:15px;
}
.contact2 .contact2-information .submit a:hover{
	background-color:#fff;
	color:#fbb057;
    box-shadow: 0 0 15px #969494;	
	transition:0.5s;
}
.contact2 .contact-map img {
    width: 100%;
}
/*end-contact-detail2*/

/*contact-detail3*/
.contact3{
}  
.contact3 hr{
	border:2px solid #fbb057;
	width:100px;
	margin:0px;
	margin-top:5px;
}  
.contact3 .contact3-information{
	padding:25px 50px 25px 0px;
}
.contact3 .contact3-information h1{}
.contact3 .contact3-information h1 .fa{
    font-size: 50px;
    text-shadow: 0 5px 5px rgba(0,0,0,0.2);	
}
.contact3 .contact3-information h4{
    padding-top: 10px;	
}
.contact3 .contact3-information p{
    letter-spacing: 1px;
    padding: 15px 0px;	
}
.contact3 .contact3-map{
	padding:0px;
}
.contact3 .contact3-map img{
	width:100%;
    height: 300px;	
}
.contact3 .contact3-form{
	padding:0px;
    padding-top: 40px;	
}
.contact3 .contact3-form h4{
	padding-top:15px;
}
.contact3 .contact3-form input{
	width:100%;
	padding:12px;
}
.contact3 .contact3-form textarea{
	box-shadow:none;
	border:1px solid #777;
}
.contact3 .contact3-form :focus {
    border-color: #000;
	box-shadow: 0 0 15px #969494;
	outline:none;
    border: 1px solid #777;	
}
.contact3 .contact3-form a {
    text-transform: uppercase;
    background-color: #fbb057;
    color: #fff;
    float: right;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    border: 2px solid #fbb057;
}
.contact3 .contact3-form a:hover{
	background-color:#fff;
	color:#fbb057;
    box-shadow: 0 0 15px #969494;	
	transition:0.5s;
}
/*end-contact-detail3*/

/*contact-detail4*/

.contact4{
	background-image: url(../images/map.jpg);
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.contact4 .contact4-address{
    padding: 60px 0px;	
}
.contact4 .contact4-address .contact4-address-box{
	background-color:#fff;
    margin: 0px auto;
    float: none;
    padding: 60px;
    box-shadow: rgb(150, 148, 148) 0px 0px 30px;	
}
.contact4 .contact4-address .contact4-address-box h1 {
    text-transform: uppercase;
    font-weight: bold;
}
.contact4 .contact4-address .contact4-address-box hr {
    border: 2px solid #fbb057;
    width: 150px;
    margin: 6px 0px;
}
.contact4 .contact4-address .contact4-address-box .contact4-address-box-o{
    padding: 13px 0px;
}
.contact4 .contact4-address .contact4-address-box .contact4-address-box-o .contact4-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
}
.contact4 .contact4-address .contact4-address-box .contact4-address-box-o .contact4-detail {
    color: #777;
    font-size: 15px;
    padding: 0px;
}
.contact4 .contact4-address2{
	padding-top:50px;
}
.contact4 .contact4-address .contact4-address-box2{
	background-color:#fff;
    margin: 0px auto;
    float: none;
    padding: 15px;
    box-shadow: rgb(150, 148, 148) 0px 0px 30px;
	text-align:center;
}
.contact4 .contact4-address .contact4-address-box2 ul{
	list-style:none;
	padding:0px;
    margin-bottom: 0px;	
}
.contact4 .contact4-address .contact4-address-box2 li{
	display:inline;
    padding: 10px;	
}
.contact4 .contact4-address .contact4-address-box2 a .fa {
    color: #000;
    border: 1px solid;
    padding: 8px 12px;
    font-size: 20px;
}
.contact4 .contact4-address .contact4-address-box2 a:hover i.fa.fa-facebook{
	color:#3a5898;
}
.contact4 .contact4-address .contact4-address-box2 a:hover i.fa.fa-twitter{
	color:#00acee;
}
.contact4 .contact4-address .contact4-address-box2 a:hover i.fa.fa-instagram {
	color:#3F729B;
}
.contact4 .contact4-address .contact4-address-box2 a:hover i.fa.fa-google-plus  {
	color:#de6463;
}
.contact4-form{
    text-align: center;	
}
.contact4-form input {
    border: 0px;
    border-bottom: 2px dashed #c3c3c3;
    width: 45%;
    padding: 10px 0px;
    font-size: 20px;
    margin: 35px 28px;
}

.contact4-form input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.contact4-form textarea:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.contact4-form textarea{
	border: 0px;
    border-bottom: 2px dashed #c3c3c3;
    width: 95%;
    padding: 10px 0px;
    font-size: 20px;
	box-shadow:none;
	margin:35px;
}
.contact4-form .send {
    padding: 40px 15px 0px 15px;
}
.contact4-form .send a {
    text-transform: uppercase;
    color: #fbb057;
    border: 2px solid #fbb057;
    font-size: 18px;
    padding: 18px;
    transition: .5s;
    float:none;
}
.contact4-form .send a:hover {
    background-color: #fbb057;
    color: #fff;
    box-shadow: 0 0 15px #969494;
    transition: 0.5s;	
}
/*end-contact-detail4*/

/*checkout*/
.checkout-page .offer-box {
    border-top: 3px solid #777;
	border-right:1px solid #777;
	border-left:1px solid #777;
	border-bottom:1px solid #777;
    padding: 20px;
    margin-bottom: 25px;	
}
.checkout-page .offer-box h4{
	margin:0px;
	font-weight:bold;
}
.checkout-page .offer-box a{
	color:#777;
}
.checkout-page .offer-box a:hover{
	color:#fbb057;
}
.checkout-page .checkout-form{
	padding:0px;
	padding-top:50px;
}
.checkout-page .checkout-form hr{
    border: 1px solid #fbb057;
    width: 100px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;    
}
.checkout-form .billing-detail{
	border: 1px solid #777;
    border-radius: 5px;
    padding: 30px 15px;
	
}
.checkout-form .billing-detail .address-box{}
.checkout-form .billing-detail .address-box h5{}
.checkout-form .billing-detail .address-box h5 span{}
.checkout-form .billing-detail .address-box h5 span a{
    color: #fbb057;
    font-size: 12px;	
}
.checkout-form .billing-detail .address-box input {
    width: 80%;
    border-radius: 5px;
    padding: 6px;
}
.checkout-form .billing-detail .address-box input:focus {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: 0 0 10px #969494;
}
.checkout-form .billing-detail .address-box .apply{
    padding: 22px 0px;	
}
.checkout-form .billing-detail .address-box .apply a{
    background-color: #fbb057;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
	border:2px solid #fbb057;	
}
.checkout-form .billing-detail .address-box .apply a:hover{
    color: #fbb057;
    background-color: transparent;
    box-shadow: 0 0 15px #969494;
    transition: 0.5s;	
}

.checkout-page .checkout-form .your-order{}
.checkout-page .checkout-form .your-order .order-box{
    border: 1px solid #777;	
    padding: 22px 0px;
	margin-bottom:20px;
	border-radius:5px;
}
.checkout-page .checkout-form .your-order .order-box h3{
	text-transform:uppercase;
    font-weight: bold;	
}
.checkout-page .checkout-form .your-order .order-box h4{
    color: #777;
	font-size:15px;
}
.checkout-page .checkout-form .your-order .order-box .order-box-1{
    padding:0px;	
}
.checkout-page .checkout-form .your-order .order-box .order-box-o{
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    padding:5px 0px ;	
}
.checkout-page .checkout-form .your-order .order-box .placeorder{
    padding: 20px 15px;	
}
.checkout-page .checkout-form .your-order .order-box .placeorder a{
    background-color: #fbb057;
    color: #fff;
    padding: 10px 73px;
    border: 2px solid #fbb057;
    font-size: 15px;	
}
.checkout-page .checkout-form .your-order .order-box .placeorder a:hover{
    color: #fbb057;
    background-color: transparent;
    box-shadow: 0 0 15px #969494;
    transition: 0.5s;	
}

/*not-found*/
.not-found h1 {
    color: #000;
    font-weight: bold;
    text-align: center;
}
.not-found hr{
    border: 1px solid #fbb057;
    width: 100px;	
}
.not-found p {
    color: #777;
    text-align: center;
    padding: 25px 65px;
	padding-top:0px;
    margin-bottom: 0px;	
}
.not-found .not-found-search{
	text-align:center;
}
.not-found .form-control {
    border: none;
    border-bottom: 2px solid #777;
    border-radius: 0px;
    box-shadow: none;
	width:100%;
}
.not-found .form-control-feedback {
    top: 1px;
    font-size: 24px;
    right: 17px;
}
.not-found .back-to{
    padding: 50px 0px 20px 0px;	
}
.not-found img {
    height: 415px;
    padding: 0px 10px 39px 0px;
}
.not-found .back-to a {
    text-transform: uppercase;
    color: #fbb057;
    font-size: 20px;
    border: 2px solid #fbb057;
    padding: 15px;
    transition: .5s;	
}
.not-found .back-to a:hover {
	background-color:#fbb057;
    color: #fff;
    box-shadow: 0 0 15px #969494;
    transition: .5s;    
}
/*end-not-found*/

/* 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%;
}
.modal-content .product-img img{
	padding:25px;
}

/* 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: 40px 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;
}

/*log-in*/
.login-page .login-box{
    margin: 0px auto;
    float: none;
	padding:15px;
    border: 1px solid #777;
    border-radius: 5px; 
	box-shadow: 0 0 10px #969494;	
}
.login-page .login-box h2{
    padding: 5px 0px;	
}
.login-page .login-box hr{
	border: 1px solid #fbb057;
    width: 100px;
	margin:5px 0px;
}
.login-page .login-box p{
    font-size: 14px;
    padding-top: 8px;	
}
.login-page .login-box h5{
    padding-top: 10px;	
}
.login-page .login-box h5 span{
    float: right;	
}
.login-page .login-box h5 span a{
    font-size: 14px;
    color: #fbb057;	
}
.login-page .login-box input{
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;	
}
.login-page .login-box input:focus {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: 0 0 15px #969494;	
}
.login-page .login-box .login{
    text-align: center;
    padding: 35px 0px;	
}
.login-page .login-box .login a{
    background-color: #fbb057;
    color: #fff;
    padding: 10px 197px;
    font-size: 20px;
    border: 2px solid #fbb057;	
}
.login-page .login-box .login a:hover{
	color:#fbb057;
	background-color:transparent;
	box-shadow: 0 0 15px #969494;
	transition:0.5s;
}
.login-page .login-box .new-account h5{
	text-align:center;
	margin:0px;
    padding: 8px 0px;	
}
.login-page .login-box .new-account hr{
	border: 1px solid #fbb057;
    width: 60px;
    margin: 0px auto;
    text-align: center;
    float: none;
}
.login-page .login-box .new-account .create-account{
    padding: 30px 0px;	
}
.login-page .login-box .new-account .create-account a{
    font-size: 20px;
    color: #fff;
    background-color: #525454;
    padding: 10px 132px;
    border: 2px solid #525454;	
}
.login-page .login-box .new-account .create-account a:hover{
	color:#525454;
	background-color:transparent;
	box-shadow: 0 0 15px #969494;
	transition:0.5s;
}

/*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;
}



.trendingTitle {
    font-size: 24px;
    margin: 0px 0px 15px 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}
.trendingTitle span {
    padding: 0px 50px 0px 50px;
    position: relative;
}
.trendingTitle span:before {
    content: '';
    position: absolute;
    background-color: #fbb057;
    width: 45px;
    height: 2px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.trendingTitle span:after {
    content: '';
    position: absolute;
    background-color: #fbb057;
    width: 45px;
    height: 2px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}
.titleDetail{
    text-align: center;
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom: 40px;	
}

.trending .hover,.trending .hover .overlay{width:100%;height:100%;overflow:hidden}
.trending .hover{text-align:center}
.trending .hover button.info{color:#fff}
.trending .hover{float:left;position:relative;cursor:default}
.trending .hover .overlay{position:absolute;top:0;left:0}
.trending .hover button.info{
    font-size: 25px;
    text-decoration: none;
    border: none;
    margin: 100px 0 0;
    border-radius: 0;
    background-color: transparent;
    letter-spacing: 1px;
}
.trending .ehover1 img{-webkit-transition:all .4s linear;transition:all .4s linear}
.trending .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;		
}
.trending .ehover1:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.ehover1:hover .overlay{opacity:1;
}
.trending .ehover1:hover{
    box-shadow: 0 0 15px #777;
	transition:0.5s;
}

.feature-product{}
.feature-product ul{
	padding:0px;
	list-style:none;
	text-align:center;
    padding-bottom: 25px;	
}
.feature-product li{
	display:inline-block;
}
.feature-product button.tablinks {
    background-color: transparent;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 20px;
}
.feature-product .tab button.active {
	color: #fbb057;
    border-bottom: 1px solid;
}
.feature-product .tab button:hover{
	color: #fbb057;
}
.feature-product button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.feature-product .product{
	transition:0.5s;
}
.feature-product .product:hover{
	top:-5px;
    box-shadow: 0 0 8px rgba(150, 148, 148, 0.49);
	transition:0.5s;
}
.feature-product .img{
	padding:0px;
}
.feature-product .img:hover .img-overlay{
	left: 15px;
	transition:0.5s;
	display:block;
}
.feature-product .img .img-overlay{
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 0px;
	transition:0.5s;
}
.feature-product .img .img-overlay ul{
   	
}
.feature-product .img .img-overlay li{
    display: block;
    padding-bottom: 14px;	
}
.feature-product .img .img-overlay li a{
    background-color: #fff;
    color: #fbb057;
    padding: 4px 7px;
    font-size: 18px;	
}
.feature-product .detail{
	text-align:center;
    padding: 10px 0px;
    background-color: #fbf8f8;
}
.feature-product .detail h4 a{
    color: #777;	
}
.feature-product .detail h4 a:hover{
	color:#fbb057;
}
.feature-product .detail .buy-now{
    padding: 10px 0px;	
}
.more{
	text-align:center;
    padding: 35px 0px 50px 0px;
}
.more a.btn{
    padding: 10px 28px;
    text-transform: inherit;
    border-radius: 0px;	
}
.more .btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-appearance: none;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.more .btn {
    outline: 2px solid #fbb057;
    background: #fbb057;
    border: 2px solid #ffffff;
	color:#fff;
}
.more a.btn:hover{
    border: 2px solid #fbb057;
    outline: 2px solid #ffffff;
    background-color:transparent;
    color: #fbb057 !important;
}

.servies{
	
}
.servies .servies-row{
    background-color: #fbf8f8;
    padding: 42px 0px;	
}
.servies .servies-row .servies-container{
	text-align:center;
}
.servies .servies-row .servies-container h1{
	font-family: "Allerta Stencil";	
    color: #fbb057;
    font-size: 60px;
    padding-bottom: 8px;	
}
.servies .servies-row .servies-container h3{
    color: #000;
    padding: 16px 0px;	
}
.servies .servies-row .servies-container p{
    color: #777;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;	
}
.servies .servies-row .center{
	border-left:1px solid #777;
	border-right:1px solid #777;
}

.category{
    padding-top: 85px;	
}
.category #owl-demo:hover .owl-prev{
	display:block;
	transition:0.5s
}
.category #owl-demo:hover .owl-next{
	display:block;
	transition:0.5s
}
.category .owl-prev {
    float: left;
    font-size: 25px;
    background-color: #777;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
    margin-left: -28px;	
    margin-top: -150px;	
	display:none;
	transition:0.5s
}
.category .owl-next {
    float: right;
    font-size: 25px;
    background-color: #777;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
    margin-right: -31px;
    margin-top: -150px;	
	display:none;
	transition:0.5s
}
.category .img{
	padding:0px 5px;
	transition: 0.5s;
}
.category .img a{
	position:relative;
}
.category .img .detail{
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 15px;
    bottom: 0;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transition: 0.5s;
}
.category .img .detail span{
	color: #777;
    font-size: 16px;
    letter-spacing: 1px;

}
.category .img .detail h4{
    font-size: 22px;
    margin-bottom: 0;
    -ms-word-break: break-word;
    word-break: break-word;	
}
.category .img:hover{
	box-shadow: 0 0 8px rgba(150, 148, 148, 0.49);
	top:-3px;	
}
.category .img:hover .detail{
    margin-bottom: 50px;
    box-shadow: 0 0 8px rgba(150, 148, 148, 0.49);
    transition: 0.5s;	
}

.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;		
}
.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*/

/*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: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 .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;
}
.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;	
}

@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;
}
.vc_list img {
    width: 100%;
    height: 93px;
}
.item-detail h5 {
    margin: 1px;
}
.item-detail h6 {
    margin: 1px;
}
.categorist select {
    font-size: 15px;
}
.search .form-control{
	height:23px;
}
.search-form .form-group span.form-control-feedback{
	top:-6px;
}
.search-form .form-group{
	height:25px;
}
.search input[type=text] {
    width: 130px;
    font-size: 15px;
}
.search i {
    font-size: 19px;
}
.categorist .deal {
    font-size: 16px;
    padding: 11px 12px;
}
.sb-slider img {
    height: 400px !important;
}
.cat-title a {
    font-size: 16px;
}
.cat-logo ul img{
	height:70px;
}
.pro-cat .cat-name li {
    font-size: 9px;
    padding: 29px 14px;
}
.pro-cat .cat-name li a {
    font-size: 9px;
}
.some-pro .pro-img {
    padding: 0px 30px;
}
.pro .pro-img img {
    height: 266px;
}
.textA {
    width: 74%;
    padding: 0px 7px;   
    top: 31%;   
}
.textA .fa {
    padding: 7px 10px;
    font-size: 18px;
}
.textA h5 {
    font-size: 11px;
    padding: 5px 3px;   
}
.add2cart {
    padding: 10px 3px;
}
.pro .pro-detail .add-cart a {
    color: #fff;
    font-size: 9px;
}
.some-pro .pro-img img {
    height: 108px;
}
.pro .pro-detail .add-cart{
    padding: 0px;	
}
.pro .pro-detail .add-cart a {
    font-size: 13px;
}
.rating {   
    padding: 0px;
}
.text2 {
  font-size: 9px;
}
span.fa.fa-heart {
    font-size: 22px;
    padding: 8px 7px;
}
.sports-menu-right .nav {
    padding: 5px;
}
#owl-demo1 .spo-item img{
	padding:50px;
}
#owl-demo1 .rating {
    padding: 0px 39px;
}
.sports-menu-left h3{
    font-size: 22px;	
}
.sports .sports-menu .sports-menu-right li{
    font-size: 18px;
    padding: 0px 9px;	
}	
.spo-pro-delail .add2cart {
    padding: 10px 0px;
}
.spo-pro-delail .add2cart a {
    font-size: 17px;
    padding: 11px 53px;
    border-top: 1px solid #f79aab;
}
.spo-pro-delail .addcart a .fa {
    padding: 11px 16px;
}
.spo-pro-delail .addlike a .fa {
    padding: 12px 18px;
}
.spo-pro-delail {
    padding: 12px 0px 48px 0px;
}
.swiper .blag-detail .date .blog-date #date {
    font-size: 15px;
}
.swiper .blag-detail .date .blog-date #month {
    font-size: 9px;
}
.swiper .blag-detail .blog-com {
    padding: 1px 0px;
}
.swiper .blag-detail .date .blog-com a {
    font-size: 14px;
}
.cont .poster-img h1 {
    font-size: 57px;    
    top: 119px;
}
.cont .poster-img h2 {
    font-size: 17PX;
    top: 190PX;
}
.cont .elec-pro .elec-pro-list ul {
    padding: 30px 0px 11px 0px;
}
.cont .elec-pro .elec-pro-list li {
    padding: 12px 14px;
}
.cont .elec-pro .elec-pro-list li a {
    font-size: 11px;
}
.cont .elec-pro .elec-pro-poster .elec-pro-poster-detail {
    padding: 15px 0px 15px 8px;
}
.cont .elec-pro .elec-pro-poster .elec-pro-poster-detail  h5 {
    font-size: 10px;
}
.cont .elec-pro .elec-pro-poster .elec-pro-poster-img img {
    height: 164px;
}
.swiper2 img {
    height: 176px;
}
.poster img {
    height: 200px;
}
.footer .contact .con-title {
    font-size: 12px;
}
.footer .contact .con-detail {
    font-size: 12px;
}
.footer .popu-cate hr {
    width: 156px;
}
.footer .socialize .email input[type="email"] {
    width: 200px;
}
.footer .socialize .social li {
    margin-right: -2px;
}
.footer .socialize .email h5 {
    font-size: 9px;
    height: 68px;
    width: 59px;
}
.footer .socialize .email .percent {
    font-size: 18px;
}
/*about*/
.about .about-detail p{
	font-size:14px;
}
.about-facts p {
    padding: 0px 25px;
}
.about-our-client .client-box {
	padding: 30px 5px;
}
.team-text a .fa {
    padding: 3px 2px;
}	
.about-our-team .our-team-box .our-team-detail a {
    font-size: 18px;
}
/*about-us2*/
.title {
    padding: 11px 0px;
}
.about2 .about2-detail p {
    font-size: 12px;
    line-height: 20px;
}
.about2-facts .about2-facts-box {
    padding: 0px 18px;
}
.about2-Client .client2-box p {
    padding: 48px 20px;
}
.about2-facts .about2-facts-box {
    padding: 0px 15px;
}	
.about2-facts .about2-facts-box .about2-facts-icon .fa {
    font-size:45px;
    padding: 5px 0px;
}
.about2-facts .about2-facts-box .about2-facts-count h1 {
    font-size: 36px;
}
.about2-facts .about2-facts-box .about2-facts-count h4 {
    font-size: 15px;
    margin: 4px 0px;
}
.team2-text .fa {
    font-size: 16px;
    padding: 5px 2px;	
}
.about2-our-team .our-team2-box .our-team2-pic {
    padding: 10px 0px;
}	
/*shop*/
.shop-product .prodouct-box .product {
    margin: 0px 12px;
    padding-bottom: 30px;	
}
.shop-product .prodouct-box img {
    height: 253px;
}
.overlay-shop .text-shop2 .link li a {
    font-size: 18px;
    padding: 0px 5px;	
}
.overlay-shop .text-shop2 h3 {
    font-size: 16px;
}
.overlay-shop .text-shop2 h4 {
    font-size: 15px;
}
.overlay-shop .text-shop2 h4 strike {
    font-size: 15px;
}
.shop-product .prodouct-box .product span.fa {
    padding: 2px 4px;
}
.carousel-control .fa-angle-left {
    width: 31px;
    height: 31px;
}
.carousel-control .fa-angle-right {
    width: 31px;
    height: 31px;
}	
/*shop2*/
.shop2 .shop2-category .popular-product-detail h5 a {
    font-size: 12px;
}
.shop2 .shop2-category .popular-product-detail h6 {
    padding: 0px;
}
.shop2 .shop2-category .popular-product-detail h4 {
    font-size: 12px;
}
.shop2 .shop2-category .popular-product-detail h4 strike {
    font-size: 10px;
}
/*cart*/
.cart .cart-detail .delete-pro {
    padding: 26px 0px;
}
.cart .cart-detail .pro-pic {
    padding: 12px 13px;
}
.cart .cart-detail .pro-name {
    padding: 22px 0px;
}
.cart .cart-detail .pro-price {
    padding: 22px 0px;
}
.cart .cart-detail .pro-quantity {
    padding: 22px 0px;
}
.cart .cart-detail .pro-total {
    padding: 23px 0px;
}
.cart-update {
    padding: 84px 0px 0px 0px;
}



.blog-page .blog-page-img img {
    height: 350px;
}



.blog-page .per {
    padding: 30px 11px;
}
.blog-page .blog-progress h1 {
    border-radius: 50%;
    padding: 25px 0px;
}


.blog-page .blog-page-detail .read-more a {
    padding: 10px;
}
/*masonry-two-column-with-sidebar*/
.blog-right .blog-page .blog-profile {
    padding: 0px 0 0px 15px;
}
.masonry-four-blog .blog-page .blog-page-img .carousel .carousel-control .fa {
    padding: 9px 10px;
}
/*Product Detail*/
.product-detail .product-detail-box .product-price h2 {
    padding: 15px 0px;
}
.product-detail .product-detail-box h5 {
    padding: 12px 0px;
}
.product-detail .product-detail-box .product-clr {
    padding: 10px 0px;
}
.product-detail .product-detail-box .add-to-cart {
    padding: 0px;
    padding-top: 45px;
}
/*Product Detail2*/
.vc_container{
    height: 216px !important;	
}
.verticalCarouselGroup.vc_list > li {
    height: 90px;
    margin: 10px;
}
.verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
    padding: 4px 12px;
    margin-left: 5px;
    font-size: 20px;
}	
.product-detail2 .product2-detail-box .add-to-cart2 a {
    font-size: 14px;
    padding: 12px;
}
label.star {
    float: right;
    padding: 20px 5px 0px 0px;
}
.product-detail2 .product2-detail-box .add-to-cart2 a {
    font-size: 11px;
    padding: 7px;
}
.product2-description .product2-description-box li {
    font-size: 15px;
    margin-right: 10px;
}	
label.star {
    padding: 22px 0px 0px 4px;
    font-size: 14px;
}
/* product-detail-with-sidebar*/
.product-detail-with-sidebar .product-detail .product-img .product-side-img {
    padding: 5px;
}
.product-detail-with-sidebar .product-detail .product-img {
    padding: 10px 10px 10px 12px;
}
.product-detail-with-sidebar .product-detail .product-detail-box h2 {
    font-size: 24px;
}
.product-detail-with-sidebar .product-detail .product-detail-box h2 strike {
    font-size: 18px;
}
.product-detail-with-sidebar .product-detail .product-detail-box h2 span {
    font-size: 12px;
}	
.product-detail-with-sidebar .product-detail .product-detail-box .overview {
    padding: 8px 16px;
}
.product-detail-with-sidebar .product-detail .product-detail-box .overview h3 {
    font-size: 22px;
}
.product-detail-with-sidebar .product-detail .product-detail-box .overview p {
    font-size: 12px;
}
.product-detail-with-sidebar .product-detail .product-detail-box .total-product .fa {
    padding: 11px 8px;
}
.product-detail-with-sidebar .product-detail .product-detail-box .total-product h3 {
    padding: 24px 0px;
}
.product-detail-with-sidebar .product-detail .product_review li {
    font-size: 20px;
}
.product-detail-with-sidebar .product-detail .product_review .review-detail {
    padding: 9px;
}
.product-detail-with-sidebar .product-detail .product_review .review-detail h4 {
    font-size: 18px;
}
.product-detail-with-sidebar .product-detail .product_review .review-detail p {
    font-size: 12px;
}
.product-detail-with-sidebar .product-detail .product_review .product_review-box {
    padding: 10px 0px;
}
.product-detail-with-sidebar .product-detail2 .product_review-tab input, textarea {
    margin: 5px 0px 6px 0px;
}
.product-detail-with-sidebar .product-detail .product_review input, textarea {
    margin: 0px 0px 7px 0px;
}

.product-detail2 .product-detail2-with-sidebar .product-detail-box .detail2-cart a {
    padding: 10px 151px;
}
/*contact*/
.contact .contact-box .information {
    text-align: center;
}
.contact .contact-box h1{
	text-align:center;
}
/*end-contact*/

/*contact2*/
.contact2 .contact2-information input{
	width:100%;
	padding: 10px;
}
.contact2 .contact2-information p {
    font-size: 15px;
    padding: 9px 0px;
}
.contact2 .contact2-information h4 {
    padding: 10px 0px;
}
.contact2 .contact2-information .submit a{
	margin-top: 10px;
}
.contact2 .contact2-img .address {
    padding: 45px 36px;
}	
/*end-contact2*/

/*contact4*/
.contact4 .contact4-address .contact4-address-box {
    padding: 30px;
}
.contact4-form input{
	width:38%;
    margin: 15px 28px;
}
.contact4-form textarea{
	width:84%;
    margin: 15px 28px;	
}
/*end-contact4*/

/*checkout*/
.checkout-page .checkout-form .your-order .payment .payment-type .payment-card-box {
    padding: 0px;
}
.checkout-page .checkout-form .your-order .payment .payment-type a {
    font-size: 12px;
    padding: 8px 2px;
}
/*end-checkout*/

/**/
.img-slider .img-slider-2 {
    left: 174px;
}
/*index-3*/
.index3-collection-text{
	font-size:15px;
}
.index3-collection-text a{
	padding:5px;
}

.index3-collection-img .index3-collection-category{
	font-size:16px;
    padding: 255px 29px 0px 0px;	
}
.index3-collection-img .index3-collection-category h2{
    font-size: 23px;	
}
.index3-collection-center-category{
    padding: 74px 0px 0px 0px;
    font-size: 16px;	
}
.index3-collection-img .index3-collection-center-category h2{
    font-size: 22px;	
}
figure{
    width: 364px;
    height: 242px;	
}
.sports2 #owl-demo1 .spo-item img{
	padding:0px;
}
.index3-blog .index3-blog-detail .index3-blog-detail-time a{
	padding:0px 6px;
}
.index3-blog .index3-blog-detail h4 {
    padding: 2px 0px;
    font-size: 12px;
}
.index3-blog .index3-blog-detail p{
	font-size:10px;
}
.index3-blog .index3-blog-detail .index3-blog-more{
    padding: 15px 15px;	
}
.index-3-footer .index-3-footer-right h3{
    font-size: 16px;	
}
.index-3-footer .news-letter a{
    padding: 12px 4px;
    letter-spacing: 0px;	
}
input[type="text"]:focus {
   
}
input[type="text"]{
	font-size:15px;
}

/*index-2*/
.servies .servies-row .servies-container h1 {
    font-size: 50px;
}	
.servies .servies-row .servies-container h3 {
    font-size: 20px;
}
.servies .servies-row .servies-container p {
    font-size: 14px;
    line-height: 21px;
}
.banner .detail {
    padding: 20px 26px;
}
.banner .detail h2 {
    margin-bottom: 15px;
}
.banner .more {
    padding-top: 8px;
}
.more a.btn {
    padding: 4px 15px;
}
.index2-blog .blog-box .detail .right h4 {
    line-height: 20px;
}
/*index-3*/
.index-3_category .img .details h2 {
    font-size: 20px;
}
.index-3_category .img .details span {
    font-size: 15px;
}
.index-3_features .button-group button.button {
    font-size: 11px;
    padding: 5px 25px;
    margin-right: 6px;
}
}

@media (max-width: 480px){
.index-2-header-box .index-2-header-right {
    padding-top: 11px;
}	
header {
    height: 73px;
}
#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;
  background-color: rgba(85, 83, 83, 0.56);
}

.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;
}
}