
/* CSS block NAV*/
.clear{clear: both;}
#wt_loading_overlay {display: none;}
#wt_loading_overlay .loading_overlay{background-color: #000; position: fixed; width: 100%; height: 100%; z-index: 99999; opacity: 0.6;  } 
#wt_loading_overlay .loading{ position: fixed; top: 40%; left: 50%; z-index: 9999; background: url(../img/loading.gif);  width: 50px; height: 50px; border-radius: 100%; margin-left: -25px;}


#social_block_nav{float: left;}
@media (max-width: 1199px) {
#social_block_nav{display: none;}
} 
#social_block_nav ul li{float: left; margin: 5px 13px; }
#social_block_nav ul li a{
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#social_block_nav ul li a:before
{
	display: inline-block;
	font-family: "FontAwesome";
	color: #313131;
	font-size: 12px;
	position: absolute;
	left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#social_block_nav ul li a:hover:before, #social_block_nav ul li a:focus:before, #social_block_nav ul li a:active:before {
  -webkit-animation-name: wt-nav-social;
  animation-name: wt-nav-social;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  color: #000;
}

/* Icon Pulse Grow */
@-webkit-keyframes wt-nav-social {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes wt-nav-social{
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/* CSS block NAV*/
#social_block_nav ul li.facebook a:before{content: "\f09a";}
#social_block_nav ul li.twitter a:before{content:"\f099";}
#social_block_nav ul li.rss a:before{content: "\f09e";}
#social_block_nav ul li.google-plus a:before{content: "\f0d5";}

#social_block_nav ul li a span{display: none;}

/* END -----CSS block NAV---------------------------------------------*/
/*banner-after-slider*/
.banner-after-slider .out-top-home{padding:0;position:relative;}
.out-top-home img{
	background-position: center center;
    background-size: 100% auto;
    cursor: pointer;
    background-repeat: repeat-x;
    transition: background-size 0.2s linear 0s;
    -moz-transition: background-size 0.2s linear 0s;
    -webkit-transition: background-size 0.2s linear 0s;
    -o-transition: background-size 0.2s linear 0s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.out-top-home img:hover{
	    background-size: 105% auto;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.out-top-home h4 {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 100%;
    text-align: center;
    left: 0;
    margin-top: -10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
/*block-home-top-icon*/

.block-home-top-icon ul li{text-align:center;padding-top:60px;}
.block-home-top-icon ul li h3{    font-size: 14px;
    text-transform: uppercase;
    color: #222a2d;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 25px 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;}
.block-home-top-icon ul li h3:hover{color: #9a5a58;}
.block-home-top-icon ul li p{color: #999999;}
.block-home-top-icon span{    width: 154px;
    height: 154px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #e8e9ea;
    display: inline-block;
    line-height: 157px;
    text-align: center;}
.block-home-top-icon ul li.delivery span.delivery-icon:before{color:#9a5a58;font-family: "FontAwesome"; font-size: 36px;content: "\f0d1";  }
.block-home-top-icon ul li:hover .delivery-icon:before{color:#fff!important;}
.block-home-top-icon ul li.discount span.discount-icon:before{color:#9a5a58; font-family: "FontAwesome"; font-size: 36px;content: "\f095"; }
.block-home-top-icon ul li:hover .discount-icon:before{color:#fff!important;}
.block-home-top-icon ul li.refund span.refund-icon:before{ color:#9a5a58;font-family: "FontAwesome"; font-size: 36px;content: "\f0d6";  }
.block-home-top-icon ul li:hover .refund-icon:before{color:#fff!important;}
.block-home-top-icon ul li.support{padding-right: 0;}
.block-home-top-icon ul li.support span.support-icon:before{color:#9a5a58;font-family: "FontAwesome"; font-size: 36px;content: "\f017"; }
.block-home-top-icon ul li:hover .support-icon:before{color:#fff!important;}
.block-home-top-icon ul li:hover span{background:#9a5a58}

/*wt-our-store*/
.wt-our-store{margin-top:90px;color:#666;}
.wt-content-os{margin-bottom:20px;background:#f8f3f3;}
.our-store-item{float:left;width:50%;}
.our-store-item-right{padding:80px 60px; background:#f8f3f3;}
.our-store-item-right h3{margin:0 0 22px 0;font-family: 'Playfair Display', serif;font-size:18px;color:#666;font-style:italic;font-weight:500;}
.our-store-item-right p{margin-bottom:25px;font-family: 'Montserrat', sans-serif;font-size:13px;}
.our-store-item-right .readmore{padding:15px 25px;border:2px solid #222a2d;text-transform:uppercase;font-family:'Montserrat', sans-serif;font-size:13px;color:#222a2d;display:inline-block;transition: all 500ms ease 0ms;-moz-transition: all 500ms ease 0ms;-webkit-transition: all 500ms ease 0ms;margin-bottom:80px;}
.our-store-item-right .readmore:hover{color:#fff;background:#222a2d;} 
.our-store-item-right ul li{margin-right:20px;float:left;}
.our-store-item-right ul li a i 
{
    font-size: 0;
}
.our-store-item-right ul li a i:before
 {
    font-size: 18px;
}
.wt-our-store .our-store-item-right .facebook:before{font-size:20px;    content: "\f09a";
    font-family: 'FontAwesome';color:#222a2d;}
.wt-our-store .our-store-item-right .twitter:before{font-size:20px;    content: "\f099";
    font-family: 'FontAwesome';color:#222a2d;}
.wt-our-store .our-store-item-right .rss:before{font-size:20px;    content: "\f09e";
    font-family: 'FontAwesome';color:#222a2d;}
.wt-our-store .our-store-item-right .google-plus:before{font-size:20px;    content: "\f0d5";
    font-family: 'FontAwesome';color:#222a2d;}

/*top-right-banner*/
.banner-right-sldier .banner p{margin-bottom:0;}
.banner-right-sldier{padding: 0; width: 22%;}
.banner-right-sldier .banner{position: relative;}
.banner-right-sldier a{margin: 0;}
.banner-right-sldier a:before{    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    bottom: 20px;
    content: " ";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0, 1);
    transform-origin: 0 0 0;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    z-index: 1;}
.banner-right-sldier a:after{
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    z-index: 1;
}
.banner-right-sldier a:hover:after, .banner-right-sldier a:hover:before{    opacity: 1;
    transform: scale(1);}
	.banner-right-sldier img:hover{opacity:0.7;}
	

/* -----CSS block SHIPPING MAP---------------------------------------------*/
.nav-shipping-map{width: 390px; margin: 0 auto;}
.nav-shipping-map .free-shipping{display: inline-block; margin-right: 10px; margin-top: 3px;}
.nav-shipping-map .free-shipping span::before{font-family: "FontAwesome"; content: "\f0d1"; font-size: 15px; margin-right: 10px;}
.nav-shipping-map .map a{color: #000;}
.nav-shipping-map .map{display: inline-block; margin-left: 10px; margin-top: 3px;}
.nav-shipping-map .map span::before{font-family: "FontAwesome"; content: "\f017"; font-size: 15px; margin-right: 10px;}
.nav-shipping-map span{font-family: Lato; font-size: 11px; color: #313131; text-transform: uppercase;}

/* END -----CSS block SHIPPING MAP---------------------------------------------*/


/* -----CSS block SUPPORT RIGHT---------------------------------------------*/
.right-contact-top{float: right; font-family: Lato; font-size: 12px; color: #999; margin-top: 20px; position: relative;}
.right-contact-top .support{float:left;margin-right:15px; padding-right: 15px; border-right: 1px solid rgba(255, 255, 255, 0.23);}
.right-contact-top .icon{ border: 2px solid #ee2736;border-radius:50%;height:45px;width:45px; float:left;font-size:0;background:#fff;}
.right-contact-top .icon:before{content:"\f095";font-family:'FontAwesome';font-size:18px;color:#000;position:absolute;    left: 15px; top:14px;   transition: transform 0.4s ease-in-out 0s;
    -webkit-transition: transform 0.4s ease-in-out 0s;
    -moz-transition: transform 0.4s ease-in-out 0s;   }
	.right-contact-top .icon:hover:before{
		    transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
	}
.right-contact-top h2{
	margin-top: 3px;color:#fff;font-size:14px;font-family: 'Fjalla One', sans-serif;font-weight:normal;
}
.right-contact-top p{color:#fff;font-family: 'Poppins', sans-serif;font-size:14px;}
.right-contact-top p{letter-spacing: 1px;margin-bottom:0; font-size: 13px;margin-right:5px;}
.right-contact-top .support span{color: #000;}

/* END -----CSS block SUPPORT RIGHT---------------------------------------------*/
.banner-right-sldier .banner1{top:20px;left:30px;}
.banner-right-sldier .banner1 h2{font-size:34px;}
/*banner-center-home*/

.banner-center-home {clear: both;}
.banner-center-home .image .banner{padding:0;}
.banner-center-home .text{background:#65b6a7;padding:60px 0;margin:0 auto;text-align:center;width:100%;clear:both;}
.banner-center-home .text span{color:#fff;font-weight:700;font-family:'Montserrat', sans-serif;font-size:20px;text-transform:uppercase;margin-right:20px;}
.banner-center-home .text .shopnow{    border: 2px solid #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #fff;
    transition: all 500ms ease-in-out 0ms;
    -moz-transition: all 500ms ease-in-out 0ms;
    -webkit-transition: all 500ms ease-in-out 0ms;}
.banner-center-home .text .shopnow:hover{background: #fff;
    color: #9a5a58;}


.banner-center-home .image .banner  a:before{    background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: absolute;
    right: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    width: 0;
    z-index: 99;}
	.banner-center-home .image .banner a:after{
		    background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    width: 0;
    z-index: 99;
	}
	.banner-center-home .image .banner  a:hover:before, .banner-center-home .image .banner  a:hover:after{
		    height: 100%;
    width: 100%;
    opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
	}
/*banner-top-home*/
.banner-top-home  .banner.right.top, .banner-top-home  .banner.right.bot{padding-left:10px;}
.banner-top-home  .banner.left{padding-right:10px}
.banner-top-home  .banner {padding:0;}
.banner-top-home  .banner .image{position:relative;}
.banner-top-home  .banner.right.bot{padding-top:13px;}
.banner-top-home  .banner .text{ position: absolute;text-align:center;top:20%;width:100%} 
.banner-top-home  .banner .text:before{ background:url(../img/newcollection.png)no-repeat;content:"";    height: 157px;    width: 87px;    position: absolute;left:45%;top:100%;} 
.banner-top-home  .banner .text h3{color:#fff;font-size:40px;text-transform:uppercase;font-weight:600;font-family:Montserrat}
.banner-top-home  .banner a:hover{opacity:0.7}
@media (min-width: 1600px){
.banner-top-home .banner.right.bot{padding-top:20px;}
}

@media (min-width: 992px) and (max-width: 1199px) { 
	.banner-top-home .banner .text:before{display:none;}
	.banner-top-home .banner .text{top:40%;}
	.banner-center-home .text span{font-size:15px;}
	.our-store-item-right{padding:15px 25px;}
	.right-contact-top{display: none;}
}

@media (min-width: 768px) and (max-width: 991px) { 
.banner-top-home .banner.right.bot{padding-top:7px;}
.banner-center-home .text{padding:40px 0}
.banner-top-home .banner .text:before{display:none;}
.banner-top-home .banner .text{top:45%;}
.banner-top-home  .banner .text h3{font-size:20px;}
.banner-center-home .text .shopnow{font-size:13px;padding:4px 12px;}
.banner-center-home .text span{font-size:13px;}
.our-store-item-right p{display:none;}
.our-store-item-right{padding:20px 30px;}
.right-contact-top{display:none;}
	.banner-right-sldier{width:28.5%}
	.wt-our-store{margin-top:0;}

}

@media (max-width:  767px) { 
.banner-top-home  .banner .text h3{font-size:22px;}
.right-contact-top{display:none;}	
.banner-right-sldier{width: 100%; display:none;}
.banner-right-sldier .banner{width: 50%; float: left;}

.banner-top-home .banner .text:before{display:none;}
.banner-top-home .banner .text{top:40%;}
.banner-center-home .text .shopnow{font-size:13px;padding:4px 12px;}
.banner-center-home .text span{font-size:13px;}
.our-store-item-right p{display:none;}
.our-store-item-right{padding:20px 30px;}
.banner-left-column{display: none;}
.banner-top-home .banner.left, .banner-top-home .banner.right.top{padding:0}
.banner-top-home .banner.right.bot{padding-left:0;padding-top:8px}
.wt-our-store{margin-top:0;}
.banner-after-slider, .block-home-top-icon, .banner-center-home .text{display:none;}
}

@media (max-width: 479px){
.banner-top-home  .banner .text h3{font-size:25px;}


.banner-center-home .text span{font-size:12px;}
.banner-center-home .text .shopnow{font-size:13px ;padding:7px 10px;margin-top:20px;}

.our-store-item-right{padding:20px 10px;}
.our-store-item-right .readmore{margin-bottom:20px;padding:5px 15px;}
.our-store-item-right ul li{margin-right:10px;}

	.banner-right-sldier{width:100%;}
	.banner-top-home .banner.right{padding:0;}
	.banner-center-home .left, .banner-center-home .right{padding:0}
	
	
}

