.left_video {margin:0 25px 0 14px;float:left;width:560px;}
.top_block_footer {clear:both;}
.right_sample_block ul li {margin-bottom : 20px !important;}
.right_sample_block ul li img {float:left;margin:0 15px 15px 0}
.col {width:50%;float:left;}
.col p:first-child{padding-bottom:0 !important;text-align:center;}
#mini ul li {display:inline-block;list-style:none;margin-right:10px;margin-top:6px;}
#mini {float:right;}
#freeship,#gifts {display:inline-block;margin:0 20px 0 0}
.free_shipping {padding:5px 0 10px 0;background-color:#eee;clear:both;margin-bottom:20px;}
#wrapp_free {display:block;margin: 0 auto;}
.lookbook-sunglasses{
	overflow:hidden;
}

.lookbook-sunglasses{
	overflow:hidden;
	position:relative;
	margin:20px 0 46px;
	max-height:500px;
}
.bg_video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background-repeat:no-repeat;
	background-position:center center;
	/*background-size:100% auto;*/
}
.bg_video.bg_active{
	display:block;
}
/*.lookbook-sunglasses #cs_video{
	width:100%;
	height:100%;
}*/
.lookbook-sunglasses .text-content{
	position:absolute;
	left:0;
	top:35%;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:25px;
	font-weight:300;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
.lookbook-sunglasses .text-content strong{
	font-size:30px;
	font-weight:800;
}
.lookbook-sunglasses .text-content .icon-video{
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	width:50px;
	height:50px;
	color:#fff;
	font-size:0;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.lookbook-sunglasses .text-content .icon-video:before{
	font-size:20px;
	line-height:46px;
}
.lookbook-sunglasses .text-content .icon-video:hover{
	color:#bfaab7;
	border-color:#bfaab7;
}
@media (min-width: 767px) and (max-width: 992px) {
	.lookbook-sunglasses .text-content{
		font-size:40px;
		top:25%;
	}
	.lookbook-sunglasses .text-content .icon-video:before{
		font-size:42px;
		line-height:76px;
		margin-right:-3px;
	}
	.lookbook-sunglasses .text-content strong{
		font-size:52px;
	}
	.lookbook-sunglasses .text-content .icon-video{
		width:80px;
		height:80px;
	}
}
@media (max-width: 767px) {	
	.lookbook-sunglasses .text-content strong{
		font-size:25px;
	}
	.lookbook-sunglasses .text-content{
		font-size:100%;
	}
}
@media (max-width: 478px) {		
	.lookbook-sunglasses .text-content strong{
		font-size:100%;
	}
}
@media (min-width: 992px) {
	.lookbook-sunglasses .text-content{
		font-size:48px;
		top:24%;
	}
	.lookbook-sunglasses .text-content .icon-video:before{
		font-size:50px;
		line-height:100px;
		margin-right:-3px;
	}
	.lookbook-sunglasses .text-content strong{
		font-size:60px;
	}
	.lookbook-sunglasses .text-content .icon-video{
		width:100px;
		height:100px;
	}
}
@media (max-width: 767px) {
	html .cs-new-shipping-money [class*="col-sm"]{
		margin-top:0;
		margin-bottom:30px;
		padding-top:6px;
	}
	html .cs-new-shipping-money [class*="col-sm"]:last-child{
		padding-bottom:0;
	}
}
.cs-new-shipping-money{
	overflow:hidden;
	padding:45px 0;
	color:#fff;
	margin-bottom:50px;
}
.cs-new-shipping-money .row{
	margin-left:-20px;
	margin-right:-20px;
}
.cs-new-shipping-money [class*="col-sm"]{
	padding-left:20px;
	padding-right:20px;
	margin:20px 0;
	text-align:center;
}
@media (min-width: 992px) {
	.cs-new-shipping-money [class*="col-sm"] > p{
		padding-left:20px;
		padding-right:20px;
	}
}
.cs-new-shipping-money em{
	width:68px;
	height:68px;
	border-radius:50%;
	-moz-border-radius:50%;
	display:inline-block;
	position:relative;
	cursor:pointer;
	transition: all 500ms ease 0ms;
	-moz-transition: all 500ms ease 0ms;
	-webkit-transition: all 500ms ease 0ms;
	/*background:#fff;*/
}
.cs-new-shipping-money em:hover{
	background:#bfaab7;
}
.cs-new-shipping-money em::after{
	position:absolute;
	top:-6px;
	left:-6px;
	content:"";
	z-index:10;
	border:3px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	width:80px;
	height:80px;
}
.cs-new-shipping-money em:hover::after{	
	border-color:#bfaab7;
}

.cs-new-shipping-money em::before{
	content:"";
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:50;
	border: 3px solid transparent;
    border-radius: 50%;
    display: block;
    height: 74px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 74px;
	transition: all 500ms ease 0ms;
	-moz-transition: all 500ms ease 0ms;
	-webkit-transition: all 500ms ease 0ms;
}
.cs-new-shipping-money em.icon-new-collection::before{
	background-image:url("../../../../img/i-collection.png");
}
.cs-new-shipping-money em.icon-free-shipping::before{
	background-image:url("../../../../img/i-shipping.png");
}
.cs-new-shipping-money em.icon-money-order::before{
	background-image:url("../../../../img/i-money.png");
}
.cs-new-shipping-money em:hover::before {
	/*-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
	background-position:100% center;*/ 
	border-color:#fff;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

.cs-new-shipping-money h4{
	margin:30px 0;
	font-size:20px;
	font-weight:600;
	display:block;
	color:#fff;
}
@media (max-device-width: 1199px) {
	.fashion-store{
		background-attachment: inherit!important;
	}
	.fashion-store .text-content{
		padding-top:10.5%;
	}
}
.no-touch .parallax {
  background-attachment: fixed;
  transform-style: inherit;
  -webkit-transform-style: inherit;  
    background-size       : cover;
}

.no-touch .parallax {
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.touch .parallax {
  background-repeat: repeat-y;
  background-position: 50% 50%;
  z-index: 0;
}

.fashion-store{
	text-align:center;
	color:#fff;
	position:relative;
	overflow:hidden;
	margin:30px 0 60px;
	min-height:413px;
	z-index:0;
}
.fashion-store .text-content{
	position:relative;
	z-index:10;
	margin:10% 0;
}

.fashion-store h3,
.fashion-store h4{
	color:#fff;
	font-size:24px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
.fashion-store h3{
	font-size:30px;
	font-weight:800;
	margin:0;
}
.fashion-store h4{
	margin-bottom:30px;
	letter-spacing: 7px;
}
.purchase-this-theme{
	overflow:hidden;
	margin:30px 0 50px;
	text-align:center;
}
@media (min-width: 1200px) {
	.purchase-this-theme .text-content,
	.fashion-store .text-content{
		padding-left:10%;
		padding-right:10%;
	}
}
.purchase-this-theme h3{
	font-size:30px;
	font-weight:800;
	margin-bottom:30px;
}
.purchase-this-theme a.btn{
	margin-top:25px;
}
.parallax-slider {
	left: 0 !important;
}
.parallax-mirror {
	z-index: 0 !important;
}
a.logo-footer{
	display:inline-block;
}