@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../font/playfair-display.italic.ttf');
}
a {
	transition: all 0.2s ease-in-out 0s;
}
a:focus{
	color: #272727;
}
/** setting **/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: #fff;
	border-color: #fff;
}
.btn:hover, .btn:focus {
	box-shadow: 0 0 0 0;
}

/** end setting **/

/** <nav id="top"> **/
#top-links .dropdown-top-links{
    background-clip: padding-box;
    background-color: #272727;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    min-width: 180px;
min-width: 220px;    
    position: absolute;
    top: 47px;
    z-index: 99999999;
}
#top-links li:hover ul.dropdown-top-links{
	opacity: 1;
	visibility: visible;
}
#top-links #currency:hover ul.dropdown-top-links{
	opacity: 1;
	visibility: visible;
}
#top-links .top-language:hover ul.dropdown-top-links{
	opacity: 1;
	visibility: visible;
}
#top-links .top-language ul.dropdown-top-links{
	right: -10px;
}
#top-links #currency .dropdown-top-links{
	background-clip: padding-box;
    background-color: #272727;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    min-width: 180px;
    position: absolute;
    top: 47px;
    z-index: 99999999;
}
#top-links .dropdown-top-links li.active a:after{
	color: #858585;
    content: "";
    font-family: "FontAwesome";
    font-size: 13px;
    padding-left: 7px;
    position: absolute;
    right: 16px;
}
#top-links .dropdown-top-links li a{
    padding: 0 18px 0 18px;
    display: block;
    color: #c2c2c2;
    line-height: 40px;
    letter-spacing: 2px;
    border: none;
}
#top-links .dropdown-top-links li a img{
	padding-right: 8px;
}
#currency .currency-select{
	padding: 8px 12px 6px;
}
.dropdown-top-links li{
	border-bottom: 1px solid #525252;
}
#top-links li a.dropdown-toggle{
	cursor: default;
}
#top-links > ul > li{
	padding-bottom: 11px;
	padding-top: 12px;
}
.top-language {
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
	line-height: 46px;
}
.top-language span{	
	color: #272727;
	cursor: default;
}
.top-language span img{
	padding-left: 5px;
	 margin-top: -3px;
}
.btn-link span{
	cursor: default;
	color: #363636;
	letter-spacing: 0;
}
.top-language ul li a{
	margin-right: 17px;
}
.top-language ul{
	line-height: 17px;
}
.top-currency {
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
}
.img-responsive{
	display: inherit;
}
/** end <nav id="top"> **/

/** <header> **/
#cart .cart-content{
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
#cart-total{
	background: #af5875;
    border-radius: 50%;
    font-size: 10px;
    height: 17px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: -21px;
    width: 17px;
    color: #fff;
    line-height: 16px;
    right: -2px;
    padding-left: 2px;
}
#cart a.{
	color: #272727;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
#cart a.header-cart-{
	right: 18px;
	color: #272727;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
#cart span b{
	color: #af5875;
	cursor: pointer;
}
#cart span.heading-title{
	margin-left: 15px;
}
#cart.open .dropdown-shopping-cart{
	display: block;
}
#cart .dropdown-shopping-cart{
    background-color: #272727;
    transition: all 0.2s ease-in-out 0s;
    display: none;
    float: left;
    font-size: 16px;
    right: 0;
    list-style: outside none none;
    position: absolute;
    top: 40px;
    z-index: 9999999;
    min-height: 148px;
    min-width: 360px;
}
#cart .dropdown-shopping-cart .price{
	font-size: 12px;
}
#cart .dropdown-shopping-cart  p{
	font-size: 11px;
	color: #858585;
	text-transform: uppercase;
}
#cart .cart-item{
	padding: 20px;
}
#cart .cart-item p{
	border-bottom: none;
}
#cart .cart-item p a{
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	width: 43.5%;
	display: inline-block;
	line-height: 41px;
	overflow: hidden;
	color: #fff;
}
#cart .cart-item p a.view-cart{
	background: #4a4a4a;
}
#cart .cart-item p a span{
	display: block;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease-in 0s;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
}
#cart .cart-item p a:hover span{
	background: #af5875;
	top:-100%;
	color: #fff;
}
#cart .cart-item p a.check-out-cart{
	background: #af5875;
	margin-left: 7%;
}
#cart .cart-item p a.check-out-cart span{
	color: #fff;
}
#cart .cart-item p a.view-cart:hover span{
	color: #fff;
}
#cart .content-minicart{
	border-bottom: 1px solid #525252;
	overflow: hidden;
	padding: 30px 0;
}
#cart .content-minicart:first-child{
	padding-top: 0;
}
#cart .dropdown-shopping-cart a.name{
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
}
#cart .dropdown-shopping-cart a.name:hover{
	color: #af5875;
}
#cart .dropdown-shopping-cart .quantity{
	font-size: 11px;
	text-transform: uppercase;
	color: #858585;
	letter-spacing: 2px;
}
#cart .dropdown-shopping-cart .price{
	color: #af5875;
	padding: 10px 0;
	text-align: left;
	letter-spacing: 2px;
}
#cart .dropdown-shopping-cart .remove-item{
	cursor: pointer;
}
#cart .dropdown-shopping-cart .remove-item a i{
	font-size: 10px;
	color: #858585;
}
#cart .dropdown-shopping-cart .remove-item a i:hover{
	color: #af5875;
}
#cart table td{
	border: none;
	padding: 4px;
}
#cart table tr:last-child{
	color: #af5875;
	font-size: 14px;
}
#cart table tr:last-child strong{
	color: #af5875;
	font-size: 14px;
}
#cart table tr{
	color: #fff;
}
#cart .table-cart{
	width: 100%;
}
#top-links .arrow-hear li.dropdown a.dropdown-toggle:after, #language .top-language span:after, #top .btn-link strong:after{
	content: "";
	font-family: "FontAwesome";
	font-size: 10px;
	padding-left: 7px;
	position: relative;
	top:2px;
}
#search #top-search-trigger{
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background: transparent;
	display: block;
	font-size: 12px !important;
	text-align: center;
	line-height: 25px;
	top: 0px;
}
#search #top-search-trigger:hover i{
	color:#fff;
}
.group-nav-search .mobile-supermenu{
	text-align: center;
}
#supermenu .group-nav-search{
	padding: 20px 0;
	position: relative;
}
.header_home_v3 #supermenu .group-nav-search{
	width: 75%;
	float: left;
}
.header_home_v3 .is-sticky #supermenu .group-nav-search{
	width: 100%;
}
.header_home_v3 .group-nav-search .mobile-supermenu{
	text-align: left;
}
.header_home_v3 .is-sticky .group-nav-search .mobile-supermenu{
	text-align: center;
}
.header_home_default .is-sticky #supermenu .group-nav-search, .header_home_v3 .is-sticky #supermenu .group-nav-search{
	padding: 0;
}
.is-sticky #supermenu .group-nav-search{
    padding: 0;
}
.is-sticky #search .input-lg{
    font-size: 22px;
}
.is-sticky #supermenu .group-nav-search .cart-search{
    top:17px;
}
#supermenu .group-nav-search .cart-search{
	position: absolute;
	top:34px;
	right: -15px;
	z-index: 999;
}
.dropdown-language-links > li{
	display: inline-block;
}
.dropdown-language-links > li > a{
	margin-right: 25px;
}
#top-links .dropdown-top-links li a.a-login{
	padding-left: 15px;
	padding-right: 0;
	display: inline;
}
#top-links .dropdown-top-links li a.a-register{
	padding-right: 15px;
	padding-left: 0;
	display: inline;
}
/* Custom HTML */
.home-banner {
	margin-top: 45px;
	margin-bottom: 25px;
}
.home-banner .first{
	margin-bottom: 30px;
}
.grid-banner-inner{
	overflow: hidden;
	position: relative;
}
.grid-banner-inner img{
	height: auto;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.grid-banner-inner:hover img{
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
.grid-banner-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: opacity 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	opacity: 0;
}
.grid-banner-inner:hover .grid-banner-hover {
	opacity: 1;
}
.text-inner{
	width: 100%;
	text-align: center;
}
.grid-banner-inner h2{
	position: absolute;
	top:43%;
	width: 100%;
	padding-bottom: 15px;
}
.grid-banner-inner h2:after{
	border-top: 4px solid #fff;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 90px;
    position: absolute;
    right: 0;
    width: 100%;
}
.grid-banner-inner h2 a{
	color: #fff !important;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 36px;
    text-transform: uppercase;
}

/* Latest product */
h3.spb_heading p {
    color: #272727;
    display: block;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 0 27px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
h3.spb_heading .heading-icon:before {
    border: 1px solid #4b4b4b;
    content: " ";
    display: block;
    height: 20px;
    left: 13px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    width: 20px;
}
h3.spb_heading .heading-icon {
    background-color: #fff;
    display: block;
    height: 43px;
    margin: 0 auto;
    position: relative;
    width: 45px;
    z-index: 1;
}
.product-inner{
	margin: 0 15px;
}
.product-slider .owl-prev{
    display: inline-block !important;
    position: absolute !important;
    top: 0% !important;
    width: 48px !important;
    left: -38px !important;
    transition: all 0.3s ease-in-out 0s !important;
    font-size: 0 !important;
}
.product-slider .owl-next{
    position: absolute !important;
    right: 0 !important;
    top: 0% !important;
    width: 48px !important;
    right: -40px !important;    
    transition: all 0.3s ease-in-out 0s !important;
    font-size: 0 !important;
}
.latest-product-content{
	padding-bottom: 20px;
}
.item-product-image-box{
	position: relative;
	overflow: hidden;
}
.product-hover-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(39, 39, 39, 0.4);
	transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: opacity 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	opacity: 0;
}
.item-product-image-box:hover .product-hover-box {
    opacity: 1;
}
.item-product-image-box img{
	transition: all 0.3s ease-in-out 0s;
}
.item-product-image-box:hover a img.img-responsive{
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
.new_label_product{
	position: absolute;
	top:20px;
	right: 20px;
	width: 57px;
	height: 57px;
	background: #af5875;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	line-height: 55px;
	text-transform: uppercase;
}
.sale_label_product{
	position: absolute;
	top:20px;
	left: 20px;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	background: #fdaf08;
	color: #272727;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 55px;
}
.block-box-container {
    margin-bottom: 40px;
}
.block-box-container .parallax-box {
    background-attachment: scroll;
    padding-bottom: 0;
    padding-top: 0;
}
.alt-bg {
    margin: 0 -100%;
}
.parallax-box {
    overflow: hidden;
	display: block;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
}
.main-content{
	overflow: hidden;
	background: #fff;
}
.main-menu, header{
	background: #fff;
}
header{
	padding-top: 30px;
	transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
	padding-bottom: 18px;
}
.header_home_default header{
	padding-top: 30px;
	padding-bottom: 0px;
}
.header_home_default #supermenu .group-nav-search{
	padding: 18px 0;
}
.block-box-inner h3{
	font-size: 22px;
	color: #fff;
	font-weight: 500px;
	letter-spacing: 2px;
	margin-top: 40px;
	float: left;
}
.block-box-inner h2 span{
	color: #af5875;
}
.block-box-inner a{
	background-color: #000000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 83px;
    line-height: 83px;
    margin-right: 19%;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 83px;
    float: right;
}
.block-box-inner a span:hover{
	color: #af5875;
}
#topcontrol {
    border: 1px solid #fff;
    bottom: 50px;
    height: 48px;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 48px;
    transition: opacity 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    width: 46px;
    z-index: 9999;
}
#topcontrol a{
    color: #fff;
}
#topcontrol:hover{
    background-color: #af5875;
    display: block;
    float: left;
    overflow: hidden;
    border: 1px solid #af5875;
}
.notification{
	border-radius: 0;
    position: fixed;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    line-height: 27px;
    max-width: 350px;
    padding: 23px 20px 23px;
    right: 15px;
    top: 52px;
    width: 100%;
    z-index: 9999999 !important;
    border: none;
    color: #272727;
    background: #fff;
}
.notification a, .alert-info a{
    color: #af5875;
}
.notification .close, .alert-info .close{
   font-weight: normal;
   position: absolute;
   top: 5px;
   right: 15px;
}
.welcome-logged{
	font-size: 10px;
	text-transform: uppercase;
	color: #272727;
	letter-spacing: 1px;
	line-height: 45px;
}
.details-wrap {
    padding: 24px 0 0;
}
.details-wrap h5 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
    text-align: center;
}
.post-details {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}
.blockslider > div > div > div > div{
	padding: 0 15px;
}
.blockslider{
	margin-bottom: 50px;
}
.image-block-slider{
	position: relative;
	overflow: hidden;
}
.image-block-slider img{
	transition: all 0.3s ease-in-out 0s;
	height: auto;
}
.image-block-slider:hover img{
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
    opacity: 1;
}
.image-block-slider:hover .grid-banner-hover {
	opacity: 1;
}
.image-block-slider li{
	display: inline-block;
}
.parallax-box .parallax-content-eda {
    padding-top: 55px;
    text-align: center;
}
.parallax-box .parallax-content-eda h2 {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 20px;
}
.parallax-box .parallax-content-eda p {
    color: #fff !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 610px;
    text-transform: none;
    width: 100%;
    padding: 10px 0;
}
.parallax-box div.social-icons {
    display: inline-block;
    margin: 25px 0 35px;
}
.parallax-box ul.social-icon li {
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0 8px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 42px;
    background-color: #ffffff;
}
.parallax-box ul.social-icon li:hover{
	background: #af5875;
}
.parallax-box ul.social-icon li:hover a{
	color: #fff;
}
.parallax-box ul.social-icon li a {
    border-radius: 50%;
    display: inline-block;
    height: auto;
    width: 100%;
    color: #666666;
    vertical-align: middle;
    margin-top: 2px;
}
.parallax-box ul.social-icon li a i{
    font-size: 25px;
}
.footer-top h5 .heading-icon:before {
    background-color: transparent;
    border: 1px solid #838788;
    content: " ";
    display: inline-block;
    height: 14px;
    left: 15px;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */ /* Chrome, Safari, Opera */
    width: 14px;
}
.footer-top .widget-text a img{
	opacity:0.3;
	transition: all 0.3s ease-in-out 0s;
}
.footer-top .widget-text a img:hover{
	opacity:1;
}
.footer-top .widget-text p{
	margin-bottom: 3px;
	font-size: 14px;
	color: #7b7b7b;
	letter-spacing: 1px;
}
.powered p{
	color: #7b7b7b;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.powered p a:hover{
	color: #fff;
}
ul.payment li{
	padding-left: 3px;
	float: left;
}
.category-thumb{
	padding: 15px 0;
}
#input-sort, #input-limit{
	border-radius: 0;
	border-color: #ebebeb;
	height: 30px;
	width: 135px;
	padding: 4px 12px;
	display: inline-block;
	color: #b8b8b8;
}
.page-container{
	background: #fff;
	position: relative;
}
.page-container-home4 .container{
	padding-left: 4px;
	padding-right: 4px;
}
#input-limit{
	width: 80px;
}
#content{
	min-height: 600px;
}
.label-sort{
	color: #b8b8b8;
	padding-right: 10px;
}
.category-pd, .category-pd-checkout{
	padding-bottom: 95px;
	padding-top: 45px;
	background: #fff;
	border-top: 1px solid #ebebeb;
}
.block-custom-html{
	padding-bottom: 45px;
	padding-top: 45px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 50%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #fff !important;
	border-color: #ddd !important;
	color: #af5875;
}
.pagination > li > a, .pagination > li > span{
	margin: 0 5px;
	color: #666666;
	font-size: 12px;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border-radius: 50%;
	padding: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover{
	background-color: #fff !important;
	color: #af5875 !important;
	border-color: #ddd !important;
}
.breadcrumb-content{
	position: absolute;
	width: 100%;
	text-align: center;
	top:28%;
}
.breadcrumb-content h2{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
}
.breadcrumb-content a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.breadcrumb-content a span{
	margin: 0 6px;
}
.breadcrumb-content a:last-child span {
    display: none;
}
.product-thumb .image .button-group, .product-thumb .image .caption{
	display: none;
	transition: all 0.2s ease-in-out 0s;
}
.product-thumb .image:hover .button-group, .product-thumb .image:hover .caption{
	display: block;
}
.product-list .image-list,
.product-grid .image-grid,
.product-list .caption-grid,
.product-grid .caption-list,
.product-list .button-group-grid{
	display: none;
}
.product-thumb .button-group-list{
	border-top: none;
	line-height: 42px;
	margin-top: 20px;
	text-align: left;
}
.product-list .product-thumb .price{
	font-size: 18px;
	text-align: left;
	letter-spacing: 5px;
}
.product-list .product-thumb .button-group .name button{
	background: #fff;
	padding: 0 15px;
    line-height: 38px;
    transition: all 0.3s ease-in 0s;
}
.product-list .product-thumb .button-group .name button:hover{
	background: #af5875;
}
.product-list .product-thumb .button-group .name button span{
	color: #272727;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
.product-list .product-thumb .button-group .name button:hover span{
	color: #fff;
}
.product-list .cart-compare{
	margin-bottom: 30px;
}
.product-list .cart-compare button{
	color: inherit;
}
.product-list .cart-compare i{
	font-size: 14px;
}
.product-list .category-thumb{
	margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-list .product-thumb h4{
	text-align: left;
	padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.product-list .product-thumb h4 a{
	color: #272727;
    font-size: 12px;
}
.product-list .product-thumb h4 a:hover{
    color: #af5875;
}
.product-list .rating{
	text-align: left;
	margin-bottom: 15px;
}
.product-list .rating{
    opacity: 1;
    position: inherit;
    visibility: visible;
    width: 100%;
}
.product-list p.description{
	color: #b8b8b8;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
}
.product-list .new_label_product{
	right: 35px;	
}
.product-list .sale_label_product{
	left: 35px;
}
.list-group .haschild{
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9 !important;
	margin-bottom: 0;
	color: #272727;
	padding: 8px 10px;
}
.list-group .haschild:before {
    content: "";
}
.list-group-item:last-child{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.category-pd .panel-heading{
	font-size: 24px;
	color: #272727;
	padding: 0 0px 25px 0;
	letter-spacing: 3px;
	margin-bottom: 12px;
	position: relative;
}
.category-pd .panel-heading span{
	border-bottom: 2px solid #272727;
    bottom: 2px;
    left: 0;
    position: absolute;
    width: 36px;
}
.box-filter{
	margin-bottom: 30px;
}
.category-pd .list-group label{
	border-bottom: 1px solid #ddd;
    color: #272727;
    font-size: 12px;
    margin: 0;
    padding: 16px 0;
}
#button-filter{
	background: #fff;
	font-size: 10px;
	color: #272727;
	border: 1px solid #272727;
}
#button-filter:hover{
	background: #af5875;
	color: #fff;
	border: 1px solid #af5875;
}
.category-pd .list-group label:last-child{
	border-bottom: none;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin-left: 0;
	margin-top: 2px;
	margin-right: 8px;
}
.list-group a.list-group-item-filter{
	padding: 17px 0;
	color: #af5875;
	font-size: 12px;
	display: inline-block;
	border-bottom: 1px solid #272727;
	letter-spacing: 3px;
	margin-bottom: 17px;
}
.list-group a.list-group-item-filter:hover{
	color: #272727;
}
.image-category{
	padding: 45px 0;
}
.image-category img{
	height: auto;
}
.product-content h1{
	font-size: 18px;
	margin-top: 0;
	color: #272727;
	margin-bottom: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.product-content .rating,
.product-content .list-unstyled{
	margin: 25px 0;
}
.product-content .rating a{
	font-size: 11px;
	color: #b8b8b8;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-content .rating span span{
	color: #ebebeb;
	margin: 0 10px;
}
.product-content .rating a:hover{
	color: #af5875;
}
.rating{
	margin-bottom: 11px;
}
.product-content .list-unstyled{
	font-size: 10px;
	color: #b8b8b8;
	line-height: 25px;
	text-transform: uppercase;
}
.product-content .list-unstyled a{
	color: #b8b8b8;
}
.product-content .list-unstyled a:hover{
	color: #af5875;
}
.list-unstyled-price li span{
	font-size: 20px;
}
.list-unstyled-price li h2{
	margin: 0;
	font-size: 20px;
	color: #af5875;
	letter-spacing: 2px;
}
.list-unstyled-price .price-tax{
	font-size: 10px;
	color: #b8b8b8;
	clear: both;
	text-transform: uppercase;
}
.description_list{
	font-size: 12px;
	color: #b8b8b8;
	line-height: 27px;
}
.title-option h3{
	font-size: 11px;
	color: #272727;
	text-transform: uppercase;
}
#input-quantity{
	width: 60px;
	text-align: center;
	border-radius: 0;
	height: 43px;
	font-size: 11px;
	color: #272727;
	float: left;
}
#button-cart, #button-cart-quickview{
	background: #fff;
	width: 144px;
	border: 1px solid #272727;
	color: #272727;
	height: 43px;
}
#button-cart:hover{
	color: #fff;
}
.star-reviews{
	margin-left: 15px;
}
.form-control:focus{
	border-color: #e5e5e5;
	box-shadow: 0 0 0 0;
}
.wishlist-button i{
	font-size: 14px;
	color: #272727;
}
.wishlist-button:hover{
	background: #af5875;
	color: #af5875;
}
#product .btn-group{
	margin-left: 8px;
}
.category-image-thumb img{
	padding-bottom: 30px;
}
.thumbnails a{
	border: none;
	padding: 0;
	height: 100%;
	width: 100%;
}
.image-additional-product{
	padding-top: 40px;
	padding-bottom: 15px;
}
.image-additional-product .owl-buttons{
    display: none;
}
.image-additional-product .owl-prev i,
.image-additional-product .owl-next i{
    font-size: 35px;
}
.image-additional-product .owl-next{
    position: absolute;
    top: 0%;
    right: 0px;
}
.html-content h2{
	margin-top: 0;
	margin-bottom: 0;
}
.tab-content-description{
	padding: 25px 0px 45px 0;
}
.tab-content-description li{
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 2px;
    line-height: 55px;
    padding-left: 51px;
    padding-right: 51px;
    border: 1px solid #272727;
    margin-left: -5px;
}
.tab-content-description li.active a{
	color: #af5875;
}
#tab-description p,
#review .text-reviews{
	font-size: 14px;
}
.help-block{
	font-size: 14px;
}
#review .text-reviews{
	padding: 15px 0;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
	padding-bottom:10px;
	color: #272727;
	font-size: 11px;
	padding-left: 0;
}
#tab-review h2{
	font-size: 24px;
}
.form-control{
	border-radius: 0;
	height: 40px;
	border: 1px solid #e5e5e5;
    box-shadow: 0 0 0 0;
}
.form-horizontal .form-control{
	width: 60%;
}
.review-container{
	margin-top: 35px;
}
.form-horizontal .buttons{
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	margin-top: 50px;
}
.contact-us .form-horizontal .buttons{
	border-top: none;
}
.form-horizontal .buttons .btn-primary{
	border-radius: 0;
}
.owl-pagination {
    text-align: center;
}
.owl-theme .owl-controlls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controlls .owl-page {
    display: inline-block;
}
.novaworks-social-share {
    display: inline-block;
    float: left;
    width: 100%;
}
.novaworks-social-share ul li a {
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.novaworks-social-share ul li a i:hover{
	color: #af5875;
}
.novaworks-social-share ul li a i {
    font-size: 16px;
    color: #272727;
}
.social_icon{
	padding: 20px 0;
	clear: both;
}
.quantity-adder{
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
	display: inline-block;
	min-width: 80px;
	float: left;
	margin-right: -7px;
}
.quantity-adder span.add-up,
.quantity-adder span.add-down{
	background: #f6f6f6;
	cursor: pointer;
	position: absolute;
	width: 20px;
	text-align: center;
	background: #bbbbbb;
}
.well{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 0 0;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    border: 2px solid #ddd;
}
.login-content h2{
	margin-bottom: 0;
	margin-top: 0;
	color: #272727;
	font-size: 16px;
	margin-bottom: 20px;
}
.login-content p, .login-content label, .login-content a.forgotten-text{
	color: #545454;
	font-size: 12px;
}
.login-content p{
	margin-bottom: 10px;
}
.login-content a.forgotten-text{
	margin-top: 10px;
	display: block;
}
.btn-button-login a span{
	display: block;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease-in 0s;
}
.btn-button-login a:hover span{
	top:-100%;
}
.btn-button-login a{
	display: inline-block;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}
.btn-button-login a span input{
   line-height: 18px;
   vertical-align: top;
}
.register-form-create{
	border: 2px solid #ddd;
    min-height: 342px;
    padding: 15px 30px;
}
.register-form-create .btn-button-login{
	position: absolute;
	bottom: 22px;
	right: 40px;
}
.register-form .form-group{
	margin-left: 0;
	margin-right: 0;
}
.register-form .form-control{
	height: 35px;
	font-size: 12px !important;
	width: 79%;
}
.register-form .form-group{
	margin-bottom: 10px;
}
.register-form{
	padding: 15px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
h2.legend {
    background-color: #ffffff;
    float: left;
    font-size: 15px;
    margin: -27px 0 0;
    padding: 0 8px;
}
h1.register-account-title{
	font-size: 18px;
    font-weight: normal;
    line-height: 1.25em;
    color: #272727;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.btn-create-account{
	font-size: 12px;
    margin-bottom: 40px;
    margin-top: 0;
}
.register-form p.text-email{
	font-size: 10px;
	color: #272727;
	padding: 0px 0 5px 0;
}
.back-button a{ 
	font-size: 12px;
	color: #666;
}
.back-button{
	width: 100%;
	padding-bottom: 15px;}
.back-button a:hover{
	color: #af5875;
}
h2.title-my-account{
	font-size: 14px;
	color: #272727;
	text-transform: uppercase;
}
.content-my-account{
	margin-bottom: 50px;
}
.content-my-account li a{
	font-size: 14px;
	color: #666;
	 line-height: 30px;
}
.content-my-account li a:hover{
	color: #af5875;
}
.label-custom-size{
	float: left;
	min-width: 170px;
	text-align: left !important;
}
.text_empty{
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.content-c p{
	font-size: 12px;
}
.sitemap-content a{
	font-size: 12px;
	color: #272727;
	line-height: 30px;
}
.sitemap-content a:hover{
	color: #af5875;
}
.contact-location{
	margin-bottom: 30px;
}
.register-form-contact .form-control{
	width: 100%;
	height: 33px;
}
.content-location{
	font-size: 11px;
	color: #b8b8b8;
	line-height: 30px;
	text-transform: uppercase;
}
.content-location span.icon-contact{
	border: 1px solid #ddd;
    border-radius: 50%;
    color: #272727;
    display: inline-block;
    font-size: 14px;
    height: 41px;
    line-height: 36px;
    text-align: center;
    width: 41px;
    margin-bottom: 12px;
    margin-right: 25px;
}
.content-manufacturer a{
	font-size: 13px;
}
.title-manufacturer h1{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}
.title-manufacturer h2{
	font-size: 20px;
}
.title-manufacturer .form-control{
	height: 35px;
}
.pagination > li > a, .pagination > li > span{
	display: inline-block;
	float: none !important;
}
.title-manufacturer .checkbox-inline{
	font-size: 12px;
	padding-bottom: 15px;
	padding-top: 9px;
	padding-left: 0;
}
h2.title-search{
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 30px;
}
.content-wishlist{
	font-size: 12px;
	color: #272727;
}
.content-wishlist td{
	vertical-align: middle !important;
}
.content-compare{
	font-size: 14px;
	margin-bottom: 50px;
	color: #272727;
}
.content-compare .img-thumbnail{
	border:none;
}
.content-compare input.btn-block[type="submit"], .content-compare input.btn-block[type="reset"], .content-compare input.btn-block[type="button"]{
	width: 150px;
}
.content-compare .btn-block{
	width:120px;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	float: left;
	margin-left: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content-cart h1{
	font-size: 14px;
	color: #272727;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.thead-form{
	font-size: 12px;
	color: #272727;
	text-transform: uppercase;
	border: 1px solid #ddd;
}
.table .tbody-form tr td{
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}
.border-none .tbody-form tr td, .border-none{
	border: none;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: 0 0 0 0;
    margin-top: 10px !important;
    padding: 15px 15px 15px 20px;
}
.btn-primary-checkout{
	font-size: 14px;
	padding: 10px 47px;
	margin-bottom: 30px;
}
.table-bordered div{
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	color: #272727;
	line-height: 35px;
}
.table-bordered div:last-child{
	color: #af5875;
	font-size: 20px;
}
.content-wishlist div:last-child{
	font-size: 14px;
}
.table-bordered div:last-child span{
	color: #272727;
}
.table-bordered .img-thumbnail{
	border: none;
}
.panel-title > a{
	font-size: 12px;
	text-transform: uppercase;
}
.tbody-form .btn-primary{
	font-size: 12px;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.tbody-form .input-group-btn button{
	 background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #272727;
    font-size: 16px;
    margin: 0 !important;
    padding: 2px;
}
.tbody-form .form-control{
	height: 42px;
    width: 70px;
    font-size: 12px !important;
    color: #272727 !important;
}
.tbody-form{
	border-bottom: 1px solid #ddd;
}
.tbody-form td{
	vertical-align: middle !important;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.tbody-form td.price-text{
	font-size: 12px;
    color: #af5875;
    letter-spacing: 3px;
}
.voucher-title{
	font-size: 14px;
	color: #272727;
	text-transform: uppercase;
	padding: 40px 0px 10px 0;
}
.button-shoping{
	border: 1px solid #272727;
    color: #272727;
    display: block;
    font-size: 12px;
    padding: 13px 30px;
    text-transform: uppercase;
}
.button-shoping i{
	padding-right: 10px;
	font-size: 16px;
}
.price-total{
	color: #272727;
}
.button-shoping:hover{
	color: #fff;
}
#input-voucher, #input-coupon, #input-country, #input-zone, #input-postcode{
	height: 34px;
}
#accordion .panel-title > a{
	font-size: 14px;
}
#accordion span.linec{
	border-bottom: 2px solid #272727;
	width: 70px;
	display: block;
}
.line-contact{
	border-bottom: 2px solid #272727;
    display: block;
    margin-bottom: 29px;
    padding-top: 8px;
    width: 60px;
}
#collapse-checkout-confirm{
	color: #272727;
}
.hasc .panel .panel-heading{
	padding: 30px 0;
}
.panel-title-checkout{
	font-size: 14px;
	text-transform: uppercase;
}
.hasc .panel{
	border-radius: 0;
	padding: 0;
	box-shadow:0 0 0 0;
	margin-top: 10px !important;
	border: none;
}
.panel-default > .panel-heading{
	background: none;
}
#accordion .panel-body{
	border: none;
}
#accordion span.number{
	background: none repeat scroll 0 0 #d2d2d2;
    border-radius: 50%;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
    color: #fff;
    margin-right: 10px;
    margin-top: -7px;
}
.heading_title-checkout{
	font-size: 24px;
	text-transform: uppercase;
	color: #272727;
	margin-bottom: 30px;
    padding-top: 10px;
}
.content-check-out{
	padding-bottom: 135px;
}
.content-check-out .form-group a{
	display: block;
    margin-top: 10px;
    color: #545454;
    font-size: 12px;
}
.right-block p {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #272727;
}
/* Slider */
.flexslider{
	border-radius: 0 !important;
	border: none !important;
	margin: 0 !important;
	box-shadow: 0 0 0 0 !important;
	padding-top: 15px !important;
}
.flex-control-nav{
	display: none !important;
}
.flex-direction-nav .flex-prev{
	left: 20px !important;
}
.flex-direction-nav .flex-next{
	right: 20px !important;
}
.homeslider .owl-prev{
	background: url("../image/large_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-indent: -999999px;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 9999999;
	top:50%;
	left: 20px;
	display: none;
}
.homeslider .owl-next{
	background: url("../image/large_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-indent: -999999px;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 9999999;
	top:50%;
	right: 20px;
	display: none;
}
.homeslider:hover .owl-next,
.homeslider:hover .owl-prev{
	display: block;
}
.flex-direction-nav .flex-next{
	text-align: left !important;
}
#colorbox, #cboxOverlay, #cboxWrapper{
	z-index: 9999 !important;
}
.product-related{
	margin-bottom: 30px;
	clear: both;
}
#cboxClose:before{
	content: "";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #fff;
	padding-left: 5px;
}
#cboxClose{
	background: none repeat scroll 0 0 #272727 !important;
    font-size: 0;
    height: 24px !important;
    padding: 2px 0 0;
    text-indent: 0 !important;
    width: 27px !important;
    transition:all 0.2s ease-in-out 0s
}
#cboxClose:hover{
	background: none repeat scroll 0 0 #af5875 !important;
}
.bootstrap-datetimepicker-widget, .bootstrap-datetimepicker-widget{
	z-index: 999999 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#colorbox, #cboxWrapper{
		overflow: visible !important;
		width: 100%;
		height: 100%;
	}
}
.zoom-b{
	background-color: rgba(255, 255, 255, 1);
    bottom: 11px;
    height: 30px;
    right: 27px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    z-index: 999;
}
.zoom-b a i{
	font-size: 14px;
    color: #a3a3a3;
}
.zoom-b a i span{
	color: #272727;
	margin-left: 5px;
	 font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.zoom-b a i span:hover{
    color: #af5875;
}
.blockslider-product, .right-block{
	float: right;
	clear: both;
	max-width: 200px;
}
.carousel li{
	margin-right: 0  !important;
}
.blockslider .owl-next{
	right: -38px !important;
}
.homeslider .slider-width{
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 100% !important; 
}
.a-hover{
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom:0;
}
.box-productcarousel{
	margin-left: -15px;
	margin-right: -15px;
}
.box-productcarousel .carousel-inner{
	overflow: visible;
}
.box-productcarousel .owl-carousel .owl-buttons div i{
	margin: 0;
	font-size: 14px;
}
.owl-carousel{
	margin: 0 0 30px !important;
}
.slider-testimonial-homedf .owl-controls .owl-buttons .owl-prev{
	left: 10px;
}
.slider-testimonial-homedf .owl-controls .owl-buttons .owl-next{
	right: 10px;
}
.slider-testimonial-homedf .owl-controls .owl-buttons div i{
	margin: 0;
	text-shadow: none;
	font-size: 30px;
}
.slider-testimonial-homedf .owl-controls .owl-buttons div{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 52px;
}
.slider-testimonial-homedf .owl-controls .owl-buttons div:hover{
	background: #af5875;
	color: #fff;
}
.box-productcarousel .owl-carousel .owl-buttons .owl-prev{
	border: 1px solid #ddd;
    height: 33px;
    left: 38%;
    line-height: 31px;
    text-align: center;
    top: -66px;
    width: 32px;
    background: #fff;
}
.box-productcarousel .owl-carousel .owl-buttons .owl-prev:hover{
	border: 1px solid #af5875;
    color: #fff;
    background: #af5875;
}
.box-productcarousel .owl-carousel .owl-buttons .owl-next:hover{
	border: 1px solid #af5875;
    color: #fff;
    background: #af5875;
}
.box-productcarousel .owl-carousel:hover .owl-buttons .owl-prev{
	left: 38%;
}
.box-productcarousel .productcarousel-line{
	border-bottom: 1px solid #ddd;
    display: block;
    height: 1px;
    margin: 0 auto;
    max-width: 40px;
    width: 100%;
}
.box-productcarousel .owl-carousel .owl-buttons .owl-next{
	right: 38%;
	top: -66px;
	border: 1px solid #ddd;
	height: 33px;
	width: 32px;
	line-height: 31px;
    text-align: center;
    background: #fff;
}
.box-productcarousel .box-content{
	margin-bottom: 42px;
    margin-top: 26px;
}
.box-productcarousel .owl-carousel:hover .owl-buttons .owl-next{
	right: 38%;
}
.box-productcarousel .owl-carousel .owl-buttons div{
	opacity: 1;
}
.social-icons .fa-pinterest{
	margin-left: 0px;
	margin-top: 7px;
}
.social-icons .fa-twitter{
	margin-left: 3px;
	margin-top: 8px;
}
.social-icons .fa-facebook{
	margin-top: 7px;
}
.homeslider .bx-wrapper .bx-prev{
	height: 72px;
	width: 72px;
	position: absolute;
	z-index: 99;
	top:50%;
	left: 0px;
	display: none;
	font-size: 0;
	background: #fff;
}
.homeslider .bx-wrapper .bx-next{
	height: 72px;
	width: 72px;
	position: absolute;
	z-index: 99;
	top:50%;
	right: 0px;
	font-size: 0;
	display: none;
	background: #fff;
}
.homeslider .bx-wrapper .bx-next:before{
	color: #272727;
    content: "";
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 72px;
    padding-left: 10px;
}
.homeslider .bx-wrapper .bx-prev:before{
	color: #272727;
    content: "";
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 72px;
}
.homeslider .bx-wrapper .bx-next:focus, .homeslider .bx-wrapper .bx-prev:focus{
	text-decoration: none !important;
}
.homeslider:hover .bx-wrapper .bx-next,
.homeslider:hover .bx-wrapper .bx-prev{
	display: block;
}
.owl-carousel{
	border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 !important;
    overflow: visible !important;
	background: transparent !important;
}
/*** Bazien ***/

/* Brands */
.brands-slider .owl-carousel .owl-buttons .owl-prev{
	left: -10px;
	top:43%;
	width: 20px;
	height: 20px;
}
.brands-slider .owl-carousel .owl-buttons .owl-next{
	right: -10px;
	top:43%;
	width: 20px;
	height: 20px;
	text-align: right;
}
.brands-slider{
	margin-bottom: 70px;
}
.brands-slider .owl-carousel:hover .owl-buttons .owl-prev{
	left: -10px;
}
.brands-slider .owl-carousel:hover .owl-buttons .owl-next{
	right: -10px;
}
.brands-slider .owl-buttons .owl-prev i{
	font-size: 25px;
	color: #c2c2c2;
}
.brands-slider .owl-buttons .owl-next i{
	font-size: 25px;
	color: #c2c2c2;
}
.brands-slider .owl-buttons .owl-prev i:hover{
	color: #272727;
}
.brands-slider .owl-buttons .owl-next i:hover{
	color: #272727;
}
/* Footer */
.footer-top h5 p.line-ft {
    border-bottom: 1px solid #444444;
}
.footer-top h5 p.line-ft {
    margin: 5px 0 15px;
    max-width: 70px;
    padding-bottom: 10px;
}
.logo-ft {
    padding: 23px 0 43px;
    text-align: center;
}
.logo-icon{
	padding-bottom: 33px;
}
.theme-block p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "PlayfairDisplay";
    letter-spacing: 1px;
	font-style: italic;
}
.theme-block ul.icon {
    display: inline-block;
}
.theme-block ul.icon li {
    float: left;
}
.theme-block ul.icon li a i{
    font-size: 25px;
    margin-right: 25px;
}
.theme-block ul.icon li a{
	color: #b6b6b6;
}
.theme-block ul.icon li a:hover{
	color: #af5875;
color: #E3C062;	
}
/* Newsletter */
.input-form-newsletter{
	float: inherit;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 700px;
}
.input-form-newsletter input{
	height: 60px;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 15px;
	background: transparent;
	color: #fff;
}
.input-form-newsletter button.btn-send{
	height: 35px;
	background: #fff;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 22px;
	position: absolute;
	right: 0;
	top:15px;
	background: transparent;
	color: #fff;
	border: none;
	border-left: 1px solid #e5e5e5;
}
.input-form-newsletter .valid{
	position: relative;
}
.input-form-newsletter .valid  .error, .input-form-newsletter .valid .warning_inline, .input-form-newsletter .valid .success_inline{
	border: none !important;
	color: #fff;
	font-size: 11px;
	position: absolute;
	top:0;
	left: 0;
	background: url("../image/validation_advice_bg.gif") no-repeat 2px 11px transparent;
	padding-left: 20px;
	width: 100%;
}
/* Static block 01 */
.custom-col-5 {
    margin-bottom: 42px;
    overflow: hidden;
    padding: 72px 0 0;
    text-align: left;
}
.custom-col-5 .content {
    max-width: 570px;
}
.custom-col-5 div.line-5 {
    border-top: 1px solid #272727;
    height: 1px;
    margin-bottom: 35px;
}
.custom-col-5 .content p {
    color: #272727;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 30px;
    margin-bottom: 38px;
}
.custom-col-5 .content > a{
	border: 1px solid #272727;
    color: #272727;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 46px;
    padding: 0 30px;
}
.custom-col-5 .content > a:hover{
	color: #fff;
}
/* Product category tab */
.tab-header-prcategory .nav-pills > li.active > a,
.tab-header-prcategory .nav-pills > li.active > a:hover,
.tab-header-prcategory .nav-pills > li.active > a:focus{
	background-color: #fff;
	color: #272727;
	border-radius: 0 0 0 0;
}
.tab-header-prcategory .nav-pills > li.active > a{
	border-bottom: 2px solid #af5875;
}
.tab-header-prcategory .nav-pills > li{
    letter-spacing: 2px;
    display: inline-block;
    float: none;
}
.tab-header-prcategory .nav > li > a:hover,
.tab-header-prcategory .nav > li > a:focus{
	background-color: #fff;
}
.list-tab-product-ct{
	margin-bottom: 25px;
}
.category-product-tab .owl-carousel .owl-buttons .owl-prev{
	left: -38px;
	top:27%;
	background: #fff !important;
	position: absolute;
	text-shadow: none !important;
}
.category-product-tab .owl-carousel .owl-buttons .owl-next{
	right: -39px;
	top:27%;
	background: #fff !important;
	position: absolute;
	text-shadow: none !important;
}
.category-product-tab .owl-carousel:hover .owl-buttons .owl-prev{
	left: -38px;
}
.category-product-tab .owl-carousel:hover .owl-buttons .owl-next{
	right: -39px;
}
.owl-carousel:hover .owl-buttons div{
	opacity: 1 !important;
}
.category-product-tab .owl-carousel .owl-buttons div i{
	border: 1px solid #272727;
    color: #272727;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
	height: 40px !important;
}
.category-product-tab .owl-carousel .owl-buttons div i:hover{
	background-color: #af5875 !important;
	border: 1px solid #af5875;
	opacity: 1 !important;
	color:#fff;
}
.category-product-tab .carousel-inner{
	overflow: visible;
}
.custom-col {
    background-size: cover !important;
    padding: 66px 0 0;
    text-align: center;
}
.content1 {
    overflow: hidden;
    position: relative;
}
.content-one-a {
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 50px;
}
.content-one-b {
    left: 50%;
    margin-left: -357px;
    position: absolute;
    top: 180px;
}
.content-one-b p {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 36px;
}
.content-one-c {
    left: 50%;
    margin-left: -87px;
    position: absolute;
    top: 300px;
}
.content-one-c a {
    border: 1px solid #fff;
    color: #fffdfd;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 25px;
}
.content-one-c a:hover{
    color: #fff;
}
.custom-col h2 {
    color: #fffdfd;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 17px;
    text-transform: none;
}
.custom-col h5 {
    color: #fffdfd;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-top: 5px;
    margin-bottom: 5px;
}
.custom-col p {
    color: #c2c2c2;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 24px;
    padding-bottom: 25px;
    font-family: "PlayfairDisplay";
	font-style: italic;
}
.custom-col a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 10px 20px;
	text-transform: uppercase;
}
.custom-col a.bg-images{
	background: rgba(0, 0, 0, 0) url("../image/0118.png") no-repeat scroll center center;
    display: inline-block;
    height: 75px;
    width: 75px;
    border: none;
}
.custom-col a.bg-images:hover{
	background: rgba(0, 0, 0, 0) url("../image/0118.png") no-repeat scroll center center;
}
.custom-col a:hover{
	color: #fff;
}
.custom-col-last h2 {
    font-size: 60px;
     line-height: 32px;
}
.custom-col-last h3 {
    color: #fffdfd;
    display: inline-block;
    font-size: 40px;
    font-style: italic;
    letter-spacing: 7px;
    padding: 0 40px;
}
.custom-col-last p {
    margin: 0 auto 19px;
    position: relative;
    top: -35px;
    width: 560px;
}
.home-3-banners {
    margin-bottom: 12px;
    padding: 30px 15px;
    margin-bottom: 23px;
}
.home-3-banners .overlay {
    overflow: hidden;
    position: relative;
}
.home-3-banners .overlay .banner-hover, .home-3-banners .overlay .banner-hover-1, .home-3-banners .overlay .banner-hover-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.home-3-banners .banner-hover-1 .title-1 {
    color: #c2c2c2;
    font-size: 1vw;
    left: 50%;
    margin-left: -10%;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-1 .title-2 {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    left: 50%;
    margin-left: -35%;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-1 .title-3 {
    bottom: 0;
    display: inline-block;
    left: 45.5%;
    margin-left: -106px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-1 .title-3 a {
    color: #fff;
    display: inline-block;
    font-size: 1vw;
    letter-spacing: 3px;
    line-height: 3vw;
    padding: 0 33px;
}
.home-3-banners .overlay:hover .banner-hover, .home-3-banners .overlay:hover .banner-hover-1, .home-3-banners .overlay:hover .banner-hover-2 {
    opacity: 1;
}
.home-3-banners .overlay:hover .banner-hover-1 .title-1 {
    top: 20%;
}
.home-3-banners .overlay:hover .banner-hover-1 .title-2 {
    top: 38%;
}
.home-3-banners .overlay:hover .banner-hover-1 .title-3 {
    bottom: 20%;
}
.home-3-banners .banner-hover .title-1 {
    background-color: #1f1e1d;
    color: #fff;
    display: inline-block;
    font-size: 1vw;
    left: 10%;
    letter-spacing: 3px;
    line-height: 2vw;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover .title-2 {
    color: #fff;
    display: inline-block;
    font-size: 2vw;
    font-style: italic;
    left: 0;
    letter-spacing: 5px;
    line-height: 2.8vw;
    position: absolute;
    top: 31%;
    transition: all 0.5s ease-out 0s;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.home-3-banners .banner-hover .title-3 {
    bottom: 0;
    color: #fff;
    font-size: 6.5vw;
    font-style: italic;
    left: 10%;
    letter-spacing: 14px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.home-3-banners .banner-hover .title-4 {
    bottom: 80px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.home-3-banners .banner-hover .title-4 a {
    background-color: #af5875;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 116px;
    text-align: center;
    width: 116px;
}
.home-3-banners .banner-hover .title-4 a i {
    font-size: 30px;
    padding-top: 30px;
    width: 100%;
}
.home-3-banners .banner-hover .title-4 a span {
    font-size: 12px;
    text-transform: uppercase;
}
.home-3-banners .banner-hover .title-5 {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: -100%;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .overlay:hover .banner-hover .title-1 {
    top: 20%;
}
.home-3-banners .overlay:hover .banner-hover .title-3 {
    bottom: 43%;
}
.home-3-banners .overlay:hover .banner-hover .title-4 {
    right: 100px;
}
.home-3-banners .overlay:hover .banner-hover .title-2 {
    left: 10%;
}
.home-3-banners .overlay:hover .banner-hover .title-5 {
	right: 0;
}
.home-3-banners .banner-hover-2 .title-1 {
    color: #fff;
    font-size: 120px;
    font-style: italic;
    font-weight: bold;
    left: 0;
    margin-left: -147.5px;
    position: absolute;
    top: 85px;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-2 .title-2 {
    bottom: 90px;
    display: inline-block;
    margin-right: -210px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-2 .title-2 p {
    background: url("../image/background_banner.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 24px;
    font-style: italic;
    height: 36px;
    letter-spacing: 5px;
    line-height: 32px;
    padding: 0 60px;
    text-align: center;
}
.home-3-banners .overlay:hover .banner-hover-2 .title-1 {
	left: 50%;
}
.home-3-banners .overlay:hover .banner-hover-2 .title-2 {
	right: 50%;
}
.product-grid-3:nth-child(3n+1) {
    clear: both;
    float: left;
}
.product-grid-4:nth-child(4n+1){
	clear: both;
    float: left;
}
.category-image-thumb{
	margin-bottom: 40px;
}
.image-additional-product .bx-wrapper .bx-prev:before {
    color: #c0c0c0;
    content: "";
    font-family: "FontAwesome";
    font-size: 25px;
}
.image-additional-product .bx-wrapper .bx-next:before {
    color: #c0c0c0;
    content: "";
    font-family: "FontAwesome";
    font-size: 25px;
}
.image-additional-product .bx-wrapper div{
	font-size: 0;
}
.image-additional-product .bx-next:focus, .image-additional-product .bx-wrapper .bx-prev:focus{
	text-decoration: none !important;
}
.image-additional-product .bx-wrapper .bx-prev{
	position: absolute;
	bottom: -35px;
	margin-left: -8px;
}
.image-additional-product .bx-wrapper .bx-next{
	position: absolute;
	top: -28px;
	margin-left: -8px;
}
.bx-wrapper{
	text-align: center;
}
.novaworks-social-share h2{
	margin-bottom: 18px;
	margin-top: 5px;
}
#tab-description, #tab-review, #tab-customtab{
	border: 1px solid #ebebeb;
	padding: 36px 35px 54px 35px;
	line-height: 27px;
}
.box-bloglates .box-heading h2{
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.custom-col .box-bloglates .box-heading h2{
	font-family: "Montserrat",Arial,Helvetica,sans-serif
}
.box-bloglates .box-sub-heading h2 {
    color: #c2c2c2;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 0 0 70px;
    text-transform: none;
}
.sub-content{
	text-align: center;
	font-size: 13px;
	color: #ccc;
	letter-spacing: 1px;
}
.box-bloglates .box-heading, .box-bloglates .box-sub-heading{
    position: relative;
    text-align: center;
}
.product-related .box-heading p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 445px;
    z-index: 1;
}
.product-list .product-thumb .caption{
	margin-top:0;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
	border: none;
	padding: 21px 8px;
}
.btn-danger, .btn-info{
	padding: 7.5px 15px;
}
#collapse-shipping .panel-body p{
	padding-bottom: 15px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
	background: #fff;
}
.sitemap-content{
	margin-bottom: 70px;
}
.required{
	margin-bottom: 15px;
}
.content-contact .buttons{
	padding-top: 0;
}
.bottom-mg{
	margin-bottom: 70px;
}
.table > tbody + tbody{
	border-top: 1px solid #ddd;
}
/* Modul Category accordion */
.box-category ul, .list-item {
    list-style: outside none none;
    margin-bottom: 32px;
}
.box-category ul li.active a {
    color: #af5875;
}
.box-category ul li {
    position: relative;
}
.box-category > ul > li > a {
    color: #333;
    text-transform: uppercase;
}
.box-category ul li a, .list-item li a {
    border-bottom: 1px solid #ddd;
    color: #222;
    display: block;
    font-size: 12px;
    padding: 16px 25px 16px 0;
    text-transform: none;
}
#cat_accordion a.cutom-parent + span.down .fa-plus-circle{
	display: block;
}
#cat_accordion a.cutom-parent + span.down .fa-minus-circle{
	display: none;
}
#cat_accordion a.active + span.down .fa-minus-circle{
	display: block;
}
#cat_accordion a.active + span.down .fa-plus-circle{
	display: none;
}
.box-category .down {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 18px;
}
.box-category > ul > li ul {
    display: none;
    margin-bottom: 5px;
    padding-left: 10px;
}
#input-enquiry{
	min-height: 170px;
}
.is-sticky #logo{
    display: none;
}
.is-sticky header{
	background-color: rgba(255, 255, 255, 0.8) !important;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 99999;
    height: 56px;
}
.quickview h1{
	font-size: 18px;
}
.quickview{
	padding-bottom: 30px;
	padding-top: 30px;
}
.quickview .product-content .rating a{
	font-size: 12px;
}
.quickview .owl-theme .owl-controlls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.quickview .owl-theme .owl-controlls .active span {
    background: none repeat scroll 0 0 #869791;
    opacity: 1;
}
.owl-pagination{
	top:30px !important;
}
.quickview  .owl-pagination{
	top:0;
}
#search span.title-search{
	display: none;
}
#cart span.heading-title {
	display: none;
}
#search span.icon-title{
	display: none;
}
/* header_home_v2 */
.common-home .header_home_v2 .welcome-logged,
.common-home .header_home_v2 #top .btn-link,
.common-home .header_home_v2 #top-links li,
.common-home .header_home_v2 #top-links a,
.common-home .header_home_v2 .top-language span,
.common-home .header_home_v2 .btn-link span{
	color: #fff;
}
.common-home .header_home_v2 #logo a.link-image-category{
	display:none;
}
	
.common-home .header_home_v2 #logo a.link-image-home{
	display:inline-block;
}
.common-home .header_home_v2 #supermenu ul li a.tll,
.common-home .header_home_v2 #supermenu-mobile ul li a.tll,
.common-home .header_home_v2 #cart a.header-cart-,
.common-home .header_home_v2 #search .btn-lg,
.common-home .header_home_v2 #top-search-trigger,
.common-home .header_home_v2 #search .input-lg{
	color: #fff;
}
.common-home .header_home_v2 .is-sticky #supermenu ul li a.tll,
.common-home .header_home_v2 .is-sticky #cart a.header-cart-,
.common-home .header_home_v2 .is-sticky #search .btn-lg,
.common-home .header_home_v2 .is-sticky #top-search-trigger,
.common-home .header_home_v2 .is-sticky #search .input-lg,
.common-home .header_home_v2 .is-sticky #search #top-search-trigger .fa-search,
.common-home .header_home_v2 .is-sticky #search #top-search-trigger .fa-times{
    color: #272727;
}
.common-home .header_home_v2 .is-sticky #supermenu ul li a.tll:hover,
.common-home .header_home_v2 .is-sticky #cart a.header-cart-:hover,
.common-home .header_home_v2 .is-sticky #search .btn-lg:hover,
.common-home .header_home_v2 .is-sticky #top-search-trigger:hover,
.common-home .header_home_v2 .is-sticky #search .input-lg:hover{
    color: #af5875;
color: #E3C062;
}
.common-home .header_home_v2 .is-sticky #search #top-search-trigger:hover .fa-search,
.common-home .header_home_v2 .is-sticky #search #top-search-trigger:hover .fa-times{
    color: #fff;
}
.is-sticky #supermenu .nav-supermenu ul li.active a.tll{
    color: #af5875;
}
.common-home .header_home_v2{
	position: absolute;
	top:0;
	z-index: 999;
	width: 100%;
	background: transparent;
}
.header_home_v2{
	height: 264px;
}
.header_home_v2 #top,
.header_home_v2 header{
	background: transparent;
}
#top{
	border-bottom: 1px solid rgba(209, 209, 209, 0.5);
}
.category-banner-home-v2 .category-image-thumb img{
	width: 100%;
}
.category-banner-home-v2{
    height: 125px;
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}
.category-banner-home-v2 .breadcrumb{
	text-align: center;
	background: transparent;
	padding: 0;
}
.category-banner-home-v2 .breadcrumb h2{
	float: none;
	font-size: 24px;
	padding-bottom: 10px;
}
.blog-home-v2 .breadcrumb{
	text-align: center;
}
.blog-home-v2 .breadcrumb h2{
	float: none;
	font-size: 24px;
	letter-spacing: 4px;
}
.header_home_v2 .is-sticky #supermenu ul li div.bigdiv{
	top: 53px;
}
.header-icon-block{
	padding-left: 5px;
	margin-left: 20px;
	border-left: 1px solid rgba(209, 209, 209, 0.5);
}
.header-icon-block ul li{
	display: inline-block;
}
.header-icon-block ul li a{
	font-size: 11px !important;
	padding-left: 15px;
}
.is-sticky #cart .dropdown-shopping-cart{
    top:36px;
}
/* header_home_v3 */
.header_home_v3 .block-oder{
	text-align: right;
}
.header_home_v3 .block-oder h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
    margin: 0 0 10px;
}
.header_home_v3 .block-oder p {
    color: #af5875;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.header_home_v3 .nav-cart{
	margin-top: 30px;
	margin-bottom: 7px;
}
.header_home_v3 .is-sticky .nav-cart{
	margin-top: 30px;
	margin-bottom: 10px;
}
.header_home_v3 #supermenu ul li a.tllhomel{
	margin-left: 0 !important;
}
.main-main-home-v3 .blog-item .description{
	color: #9b9b9b;
}
.main-main-home-v3 .box-bloglates .owl-pagination {
    left: 47.7%;
    position: absolute;
    top: -60px;
}
.main-main-home-v3 .owl-theme .owl-controls .owl-page {
    margin: 0;
}
.main-main-home-v3 .margin-top-30 {
	margin-top: 30px;
}
.main-main-home-v3 .margin-bottom-30 {
	margin-bottom: 30px;
}
.main-main-home-v3 .arw-banner {
	position: relative;
}
.main-main-home-v3 .arw-banner:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.main-main-home-v3 .arw-banner:hover:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	opacity: 0.3;
}
.main-main-home-v3 .arw-banner .arw-banner-image img {
	transition: all 0.3s ease 0s;
}
.main-main-home-v3 .arw-banner .arw-banner-image:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
}
.main-main-home-v3 .arw-banner .arw-banner-content {
	z-index: 2;
}
.main-main-home-v3 .size-full {
	width: 100%;
}
.main-main-home-v3 .position-center-center,
.main-main-home-v3 .arw-banner.style-1 .arw-banner-content,
.main-main-home-v3 .arw-banner.style-2 .arw-banner-content,
.main-main-home-v3 .arw-banner.style-3 .arw-banner-content,
.main-main-home-v3 .arw-banner.style-4 .arw-banner-content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-main-home-v3 .text-center {
	text-align: center;
}
.main-main-home-v3 .color-primary {
	color: #af5875 !important;
}
.main-main-home-v3 .letter-spacing-4 {
	letter-spacing: 4px;
}
.main-main-home-v3 .font-weight-700 {
	font-weight: 700;
}
.main-main-home-v3 .font-size-18 {
	font-size: 18px;
}
.main-main-home-v3 .padding-bottom-20 {
	padding-bottom: 20px;
}
.main-main-home-v3 .text-color-black {
	color: black !important;
}
.main-main-home-v3 .letter-spacing-5 {
	letter-spacing: 5px;
}
.main-main-home-v3 .text-color-white {
	color: white !important;
}
.main-main-home-v3 .font-size-30 {
	font-size: 30px;
}
.main-main-home-v3 .arw-banner .arw-banner-image {
	overflow: hidden;
}
.main-main-home-v3 .padding-left-30 {
	padding-left: 30px;
}
.main-main-home-v3 .control-style-testimonial .owl-next,
.main-main-home-v3 .control-style-testimonial .owl-prev,
.main-main-home-v3 .position-right-center,
.main-main-home-v3 .position-left-center {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
}
.main-main-home-v3 .padding-top-30 {
	padding-top: 30px;
}
.main-main-home-v3 .font-size-3x {
	font-size: 3em;
}
.main-main-home-v3 .font-size-60 {
	font-size: 60px;
}
.main-main-home-v3 .padding-bottom-10 {
	padding-bottom: 10px;
}
.main-main-home-v3 .padding-top-20 {
	padding-top: 20px;
}
.main-main-home-v3 .title-divider-style-6::before {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	content: "";
	height: 18px;
	left: 70px;
	position: absolute;
	top: -9px;
	width: 18px;
}
.main-main-home-v3 .title-divider-style-6 {
	border-bottom: 1px solid #ebebeb;
	margin: 10px auto 25px;
	position: relative;
	width: 160px;
}
.main-main-home-furniture .title-divider-style-6::before {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	content: "";
	height: 18px;
	left: 70px;
	position: absolute;
	top: -9px;
	width: 18px;
}
.main-main-home-furniture .title-divider-style-6 {
	border-bottom: 1px solid #ebebeb;
	margin: 10px auto 25px;
	position: relative;
	width: 160px;
}
.main-main-home-v4 .title-divider-style-6::before {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	content: "";
	height: 18px;
	left: 70px;
	position: absolute;
	top: -9px;
	width: 18px;
}
.main-main-home-v4 .title-divider-style-6 {
	border-bottom: 1px solid #ebebeb;
	margin: 10px auto 25px;
	position: relative;
	width: 160px;
}
.top-search-open .header_home_v3 #logo{
	display: none;
}
.top-search-open .header_home_v3 #supermenu .group-nav-search{
	width: 100%;
}
.main-main-home-v3 .no-padding {
	padding: 0 !important;
}
.main-main-home-v3 .border-top-1 {
	border-top: 1px solid;
}
.main-main-home-v3 .border-bottom-1 {
	border-bottom: 1px solid;
}
.main-main-home-v3 .margin-top-20 {
	margin-top: 20px;
}
.main-main-home-v3 .padding-bottom-40 {
	padding-bottom: 40px;
}
.main-main-home-v3 .arw-title {
	text-align: center;
}
.main-main-home-v3 .arw-title h2 {
	letter-spacing: 4px;
	margin: 0;
}
.main-main-home-v3 .font-size-2x {
	font-size: 2em;
}
.main-main-home-v3 .text-uppercase {
	text-transform: uppercase;
}
.main-main-home-v3 .arw-title h2 span {
	display: inline-block;
}
.main-main-home-v3 .arw-title h2 span span {
	padding: 0.5rem 2rem;
}
.main-main-home-v3 .arw-sub-title {
	font-family: "PlayfairDisplay";
}
.main-main-home-v3 .padding-top-5 {
	padding-top: 5px;
}
.main-main-home-v3 .arw-sub-title {
	font-family: "PlayfairDisplay",serif;
	font-size: 1.167em;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
}
.main-main-home-v3 .display-block {
	display: block !important;
}
.main-main-home-v3 .padding-top-40 {
	padding-top: 40px;
}
.main-main-home-v3 .margin-right-10 {
	margin-right: 10px;
}
.main-main-home-v3 .margin-left-10 {
	margin-left: 10px;
}
.main-main-home-v3 .btn-block-03 {
	border: 1px solid #272727;
	padding: 7px 24px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}
.main-main-home-v3 .btn-block-03:hover{
	border: 1px solid #af5875;
	background: #af5875;
	color: #fff;
}
.main-main-home-v3 .hidden-style-home3{
	display: none;
}
.main-main-home-v3 .width-style-home3{
	width: 553px;
	float: none !important;
}
.main-main-home-v3 .width-style-home3 input{
	margin: 0 auto;
}
.main-main-home-v3 .padding-bottom-5 {
	padding-bottom: 5px;
}
.main-main-home-v3 .title-divider-style-7::before {
	border: 1px solid #ebebeb;
}
.main-main-home-v3 .title-divider-style-7::before {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	content: "";
	height: 18px;
	left: 36px;
	position: absolute;
	top: -9px;
	transform: rotate(-45deg);
	width: 18px;
}
.main-main-home-v3 .title-divider-style-7 {
	border-bottom: 1px solid #ebebeb;
	margin: 15px auto;
	position: relative;
	width: 90px;
}
.main-main-home-v3 .padding-top-15 {
	padding-top: 15px;
}
.main-main-home-v3 .padding-bottom-50 {
	padding-bottom: 50px;
}
.main-main-home-v3 .min-height-home3{
	height: 397px !important;
}
.main-main-home-v3 .hidden-title-home3{
	display: none;
}
.main-main-home-v3 .carousel li{
	margin-top: 20px;
}
.main-main-home-v3 .arw-testimonial-box.style-3 .testimonial-avatar {
	float: left;
	margin-right: 30px;
	padding-top: 7px;
	width: 70px;
}
.main-main-home-v3 .arw-testimonial-box.style-3 {
	margin-bottom: 30px;
}
.main-main-home-v3 .arw-testimonial-box.style-3 img{
	height: auto;
	max-width: 100%;
}
.main-main-home-v3 .arw-testimonial-box.style-3 .testimonial-content {
	float: left;
	width: calc(100% - 100px);
}
.main-main-home-v3 .arw-testimonial-box.style-3 .testimonial-text {
	margin-bottom: 10px;
}
.main-main-home-v3 .arw-testimonial-box .testimonial-author-position, .arw-testimonial-box .testimonial-text {
	font-family: PlayfairDisplay;
}
.main-main-home-v3 .arw-testimonial-box .testimonial-text {
	font-size: 1.083em;
}
.main-main-home-v3 .arw-testimonial-box.style-3 .testimonial-author {
	color: #272727;
	margin-bottom: 0;
	text-transform: uppercase;
}
.main-main-home-v3 .arw-testimonial-box .testimonial-author-position {
	font-size: 0.917em;
}
.main-main-home-v3 .arw-testimonial-box.style-3::before, .arw-testimonial-box.style-3::after {
	content: " ";
	display: table;
}
.main-main-home-v3 .arw-testimonial-box.style-3::after {
	clear: both;
}
.main-main-home-v3 .padding-top-50{
	padding-top: 50px;
}
.main-main-home-v3 .input-form-newsletter{
	width: 553px;
}
.main-main-home-v3 .input-form-newsletter{
	float:  none !important;
}
.main-main-home-v3 .hidden_header_home_v3, .main-main-home-v4 .hidden_header_home_v3{
	display: none;
}
.box-productcarousel-default .product-thumb h4{
	font-size: 1em;
	text-align: left;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: -7px;
}
.box-productcarousel-default .product-thumb h4 a{
	line-height: 2em;
	margin-top: -3px;
	letter-spacing: 1px;
}
.box-productcarousel-default .productcarousel .cart, .box-productcarousel-default .productcarousel .price{
	text-align: left;
}
.box-productcarousel-default .productcarousel .cart span, .box-productcarousel-default .productcarousel .price span{
	display: block;
	padding-left: 0;
	letter-spacing: 0;
}
.box-productcarousel-default .product-thumb .price{
	padding: 10px 0 20px;
}
.box-productcarousel-default .product-thumb .caption{
	text-align: left;
}
.box-productcarousel-default .product-thumb .button-group .name button{
	border: 1px solid #272727;
	color: #272727;
}
.box-productcarousel-default .product-thumb a.quickview-colorbox{
	padding: 3px 15px 0 0;
}
.box-productcarousel-default .product-thumb .button-group .cart-compare button{
	padding: 3px 15px 0 0;
}
.box-productcarousel-default .product-thumb .button-group .cart-compare button:hover, .box-productcarousel-default .product-thumb a.quickview-colorbox:hover{
	background: #fff;
	color: #af5875;
}
.box-productcarousel-default .cart-compare i{
	font-size: 1em;
}
.box-productcarousel-default .sale_label_product, .box-productcarousel-default .new_label_product{
	font-size: 7.5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.box-productcarousel-default .box-content{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.box-productcarousel-default .box-bloglates .box-heading h2{
	border: 1px solid #ebebeb;
	font-size: 1.333em;
	margin: 40px 0;
	padding: 10px 50px;
}
.box-productcarousel-default .box-bloglates .box-heading{
	text-align: left;
}
/* header_home_v4 */
.header_home_v4 #supermenu .group-nav-search{
	width: 75%;
	float: left;
}
.header_home_v4 .is-sticky #supermenu .group-nav-search{
	width: 100%;
}
.header_home_v4 .group-nav-search .mobile-supermenu{
	text-align: left;
}
.header_home_v4 .is-sticky #supermenu .group-nav-search{
	padding: 0;
}
.header_home_v4 .block-oder{
	text-align: right;
}
.header_home_v4 .block-oder h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 16px;
	margin: 0 0 10px;
}
.header_home_v4 .block-oder p {
	color: #af5875;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.header_home_v4 .nav-cart{
	margin-top: 30px;
	margin-bottom: 7px;
}
.header_home_v4 .is-sticky .nav-cart{
	margin-top: 30px;
	margin-bottom: 10px;
}
.header_home_v4 #supermenu ul li a.tllhomel{
	margin-left: 0 !important;
}
.top-search-open .header_home_v4 #logo{
	display: none;
}
.top-search-open .header_home_v4 #supermenu .group-nav-search{
	width: 100%;
}
.main-main-home-v4 .padding-bottom-30 {
	padding-bottom: 30px;
}
.main-main-home-v4 .padding-top-30 {
	padding-top: 30px;
}
.main-main-home-v4 .arw-banner {
	position: relative;
}
.main-main-home-v4 .arw-banner .arw-banner-image {
	overflow: hidden;
}
.main-main-home-v4 .arw-banner .arw-banner-image img {
	transition: all 0.3s ease 0s;
}
.main-main-home-v4 .arw-banner .arw-banner-image:hover img{
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
}
.main-main-home-v4 .arw-banner.style-4 .arw-banner-content {
	text-align: center;
	width: 100%;
}
.main-main-home-v4 .position-center-center,
.main-main-home-v4 .arw-banner.style-1 .arw-banner-content,
.main-main-home-v4 .arw-banner.style-2 .arw-banner-content,
.main-main-home-v4 .arw-banner.style-3 .arw-banner-content,
.main-main-home-v4 .arw-banner.style-4 .arw-banner-content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-main-home-v4 .arw-banner .arw-banner-content {
	z-index: 2;
}
.main-main-home-v4 .arw-banner.style-4 .banner-title {
	color: #ffffff;
	display: block;
	font-size: 2em;
	letter-spacing: 3px;
	margin-bottom: -49px;
	transition: all 0.3s ease 0s;
}
.main-main-home-v4 .arw-banner.style-4 .banner-button a:hover {
	color: #af5875;
}
.main-main-home-v4 .arw-banner.style-4:hover .banner-title{
	margin-bottom: 0;
}
.main-main-home-v4 .arw-banner.style-4:hover .banner-button a {
	opacity: 1;
	visibility: visible;
}
.main-main-home-v4 .arw-banner:hover:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	opacity: 0.3;
}
.main-main-home-v4 .arw-banner.style-4 .banner-button a {
    border-top: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1.167em;
    line-height: 2em;
    margin-top: 12px;
    opacity: 0;
    padding-top: 10px;
    visibility: hidden;
}
.main-main-home-v4 .padding-bottom-10 {
	padding-bottom: 10px;
}
.main-main-home-v4 .display-block {
	display: block !important;
}
.main-main-home-v4 .letter-spacing-0 {
	letter-spacing: 0;
}
.main-main-home-v4 .font-size-20 {
	font-size: 20px;
}
.main-main-home-v4 .arw-banner:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.main-main-home-v4 .box-bloglates .owl-pagination {
    left: 47.7%;
    position: absolute;
    top: -60px;
}
.main-main-home-v4 .owl-theme .owl-controls .owl-page {
    margin: 0;
}
.main-main-home-v4 .brands-slider{
	margin-bottom: 55px;
}
.main-main-home-v4 .newsletter-box, .main-main-home-v4 .main-home-slider{
	width: 100%;
	margin: 0 auto;
	max-width: 1170px;
}
.main-main-home-v4 .main-home-slider{
	padding-left: 4px;
	padding-right: 4px;
}
.main-main-home-v4 .arw-banner.style-6 .arw-banner-content {
	left: 7%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.main-main-home-v4 .arw-banner.style-6 .banner-subtitle {
	color: #716967;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.main-main-home-v4 .arw-banner.style-6 .banner-title {
	color: #c18b8b;
	font-size: 5em;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: normal;
	text-transform: uppercase;
}
.main-main-home-v4 .margin-top-20 {
	margin-top: 20px;
}
.main-main-home-v4 .arw-banner.style-6 .banner-button a {
	 background: #272727 none repeat scroll 0 0;
	 color: #fff;
	 display: inline-block;
	 padding: 1em 2em;
 }
.main-main-home-v4 .arw-banner.style-6 .banner-button a:hover {
	background: #af5875 none repeat scroll 0 0;
}
.main-main-home-v4 .home-block-border {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding: 20px 30px;
}
.main-main-home-v4 .description .arw-title {
	text-align: center;
}
.main-main-home-v4 .description .arw-title h2 {
	letter-spacing: 4px;
	margin: 0;
	font-size: 1.75em;
}
.main-main-home-v4 .description .title-divider-style-3{
	width: 160px;
	border: 1px solid #ebebeb;
	margin: 15px auto;
}
.main-main-home-v4 #formNewLestter .input-form-newsletter{
	width: 89%;
	float:none !important;
	text-align:center;
}
.main-main-home-v4 #formNewLestter .input-form-newsletter input{
	height: 42px;
	margin-top:20px;
}
.main-main-home-v4 .description .home-block-shop-location ul li {
	display: table;
	font-size: 0.917em;
	line-height: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}
.main-main-home-v4 .description .home-block-shop-location ul li .fa {
	border: 1px solid #ebebeb;
	border-radius: 50%;
	color: #272727;
	display: table-cell;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 38px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}
.main-main-home-v4 .description .home-block-shop-location ul li {
	font-size: 0.917em;
	line-height: 22px;
	text-transform: uppercase;
}
.main-main-home-v4 .description .arw-title h2 span span {
	padding: 0.5rem 2rem;
	display: inline-block;
}
.main-main-home-v4 .input-form-newsletter button.btn-send{
	position: static;
	border: 1px solid #272727 !important;
	margin-top:30px;
}
.main-main-home-v4 .description .arw-testimonial-box.style-4 .testimonial-avatar {
    float: left;
    padding-top: 10px;
    width: 100%;
	text-align:center;
}
.main-main-home-v4 .description .arw-testimonial-box.style-4 .testimonial-avatar img {
    border-radius: 50%;
    margin: 0 auto;
    width: 70px;
}
.main-main-home-v4 .description .arw-testimonial-box.style-4 .testimonial-content {
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.main-main-home-v4 .description .arw-testimonial-box.style-4 .testimonial-text {
    margin-bottom: 10px;
}
.main-main-home-v4 .description .arw-testimonial-box .testimonial-author-position, .main-main-home-v4 .description .arw-testimonial-box .testimonial-text {
    font-family: PlayfairDisplay;
}
.main-main-home-v4 .description .arw-testimonial-box .testimonial-text {
    font-size: 1.083em;
	font-style:italic;
}
.main-main-home-v4 .description .arw-testimonial-box .testimonial-author {
    font-family: "Montserrat",sans-serif;
    letter-spacing: 2px;
    margin-bottom: 5px;
	color:#272727;
}
.main-main-home-v4 .description .arw-testimonial-box .testimonial-author-position {
    font-size: 0.917em;
}
.main-main-home-v4 .background-newsletter{
	padding:0 !important;
}
.main-main-home-v4 .owl-wrapper{
	background: #fff;
}
/* header_home_v5 */
.header_home_v5 {
    background-color: #fff;
    display: inline-block;
    left: 0;
    max-width: 375px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}
.header_home_v5 #supermenu{
	display: none;
}
.header_home_v5 #supermenu-mobile ul li.tlli{
	display: inherit;
}
.header_home_v5 #supermenu-mobile ul li.tlli:hover .bigdiv{
	display: block;
}
.main-main-home-v5 > div > div.container{
	margin-left: 375px;
	overflow: hidden;
	max-width: calc(100% - 375px);
}
.header_home_v5 .welcome-logged{
	text-align: center;
}
.header_home_v5 #logo{
	text-align: center;
	margin: 150px 0 50px;
}
.main-main-home-v5 .category-pd, .main-main-home-v5 .category-pd-checkout{
	padding-top: 13px;
}
.header_home_v5 #supermenu-mobile ul li div.bigdiv{
	left: 312px !important;
	top:18px;
}
.header_home_v5 #supermenu-mobile .block-custom-menu div .withchild {
    width: 203px;
}
.header_home_v5 #supermenu-mobile{
	padding: 0 0 0 63px;
}
.header_home_v5 .label-category {
    font-size: 10px;
    left: 22px;
    line-height: 15px;
    padding: 0 9px;
    position: absolute;
    text-transform: uppercase;
    top: -8px;
}
.header_home_v5 a.header-cart- {
    border: 1px solid #272727;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 15px;
    right: 0 !important;
    text-transform: uppercase;
    color: #272727 !important;
}
.header_home_v5 a.header-cart-:hover {
    color: #af5875 !important;
}
.header_home_v5 #cart span.heading-title {
    display: inline-block;
}
.header_home_v5 #cart a i {
    font-size: 17px;
    margin-left: 8px;
}
.header_home_v5 #cart span.heading-title {
    margin-left: 0;
}
.header_home_v5 #cart-total {
    padding-left: 3px;
    right: 15px;
}
.header_home_v5 #search .btn-lg {
    border-radius: 0;
    float: right;
    font-size: 14px;
    height: 45px;
    letter-spacing: 2px;
    padding: 0 15px;
    right: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: none repeat scroll 0 0 #e9e9e9;
    color: #555;
}
.header_home_v5 #search .input-lg {
    background: none repeat scroll 0 0 #e9e9e9;
    border: 1px solid #e9e9e9;
    color: #272727;
    font-size: 14px;
    height: 45px;
    letter-spacing: 2.5px;
    padding: 0 15px;
    position: inherit;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    width: 170px;
}
.header_home_v5 #search span.icon-title {
    display: block;
}
.header_home_v5 #cart{
	float: left !important;
	margin-top: 50px;
	padding-left: 85px;
}
.header_home_v5 #search{
	float: left !important;
	margin-top: 42px;
	padding-left: 85px;
}
.header_home_v5 #cart .dropdown-shopping-cart{
	left: 375px;
	top: -15px;
}
.footer-home-v5{
	background-color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #9b9b9b;
    padding: 60px 31px 0 31px;
}
.footer-home-v5 .theme-block{
	padding: 35px 0 20px 0;
}
.footer-home-v5 a{
	color: #af5875;
}
.footer-home-v5 a:hover{
	color: #272727;
}
.main-main-home-v5 .arw-banner.style-5 {
	overflow: hidden;
	position: relative;
}
.main-main-home-v5 .arw-banner.style-5 .arw-banner-content {
	left: 0;
	opacity: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(0%, -50%);
	transition: all 0.5s ease 0s;
	width: 100%;
}
.main-main-home-v5 .arw-banner.style-5 .arw-banner-content::before {
	background: #000 none repeat scroll 0 0;
	bottom: -100%;
	content: "";
	left: -100%;
	opacity: 0.7;
	position: absolute;
	right: -100%;
	top: -100%;
	z-index: -1;
}
.main-main-home-v5 .arw-banner.style-5:hover .arw-banner-content {
	opacity: 1;
}
.main-main-home-v5 .arw_sebian_fashion_5_block_banner_1 .arw-banner-wrapper:hover .arw-banner-image img{
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}
.main-main-home-v5 .arw-banner.style-5 .banner-sub-title {
	border: 1px solid;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	padding: 14px 15px;
	transform: translateX(-500px);
	transition: all 0.5s ease 100ms;
}
.main-main-home-v5 .arw-banner.style-5 .banner-title {
	color: #fff;
	font-size: 2em;
	letter-spacing: 3px;
	margin-bottom: 15px;
	margin-top: 18%;
	transform: translateX(-500px);
	transition: all 0.2s ease 150ms;
}
.main-main-home-v5 .arw-banner.style-5 .banner-text {
	color: #fff;
	font-size: 1.083em;
	transform: translateX(-500px);
	transition: all 0.5s ease 200ms;
}
.main-main-home-v5 .arw-banner.style-5 .banner-button {
	display: inline-block;
	margin-top: 18%;
	transform: translateX(-500px);
	transition: all 0.5s ease 250ms;
}
.main-main-home-v5 .arw-banner.style-5 .banner-button a {
	border: 1px solid;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	padding: 18px 30px;
}
.main-main-home-v5 .arw-banner.style-5 .banner-button a:hover {
	background: #af5875 none repeat scroll 0 0;
	border-color: #af5875;
}
.main-main-home-v5 .arw-banner.style-5:hover .banner-button,
.main-main-home-v5 .arw-banner.style-5:hover .banner-text,
.main-main-home-v5 .arw-banner.style-5:hover .banner-title,
.main-main-home-v5 .arw-banner.style-5:hover .banner-sub-title {
	transform: translateX(0px);
}
.main-main-home-v5 .padding-bottom-20 {
	padding-bottom: 20px;
}
.main-main-home-v5 .padding-top-20 {
	padding-top: 20px;
}
.main-main-home-v5 .padding-bottom-40 {
	padding-bottom: 40px;
}
.main-main-home-v5 .padding-bottom-30 {
	padding-bottom: 30px;
}
.main-main-home-v5 .padding-top-40 {
	padding-top: 40px;
}
.main-main-home-v5 .arw-title {
	text-align: center;
}
.main-main-home-v5 .arw-title h2 {
	letter-spacing: 4px;
	margin: 0;
}
.main-main-home-v5 .arw-title h2 {
	letter-spacing: 4px;
	margin: 0;
	font-size: 1.75em;
}
.main-main-home-v5 .title-divider-style-4,
.main-main-home-v5 .title-divider-style-3,
.main-main-home-v5 .title-divider-style-2,
.main-main-home-v5 .title-divider-style-1 {
	border-color: #272727;
	border-style: solid;
	border-width: 2px 0 0;
	margin: 15px auto;
	width: 40px;
}
.main-main-home-v5 .arw-sub-title {
	font-family: "PlayfairDisplay",serif;
	font-size: 1.167em;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
}
.main-main-home-v5 .arw-services-box.style-3 {
	text-align: center;
}
.main-main-home-v5 .arw-services-box.style-3 .service-thumb {
	padding: 25px 0;
}
.main-main-home-v5 .arw-services-box.style-3 .service-title {
	color: #272727;
	font-size: 1.333em;
	letter-spacing: 3px;
	margin: 0;
}
.main-main-home-v5 .arw-services-box.style-3 .service-content {
	font-family: "PlayfairDisplay",serif;
	font-size: 1.167em;
	font-style: italic;
}
.main-main-home-v5 .arw-services-box .service-thumb .service-icon {
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 80px;
	border-radius: 50%;
	color: #fff;
	background: #af5875 none repeat scroll 0 0;
}
.main-main-home-v5 .arw-banner:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.main-main-home-v5 .arw-banner:hover:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	opacity: 0.3;
}
.main-main-home-v5 .arw-banner .arw-banner-image {
	overflow: hidden;
}
.main-main-home-v5 .arw-banner .arw-banner-image:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}
.main-main-home-v5 .position-center-center,
.main-main-home-v5 .arw-banner.style-1 .arw-banner-content,
.main-main-home-v5 .arw-banner.style-2 .arw-banner-content,
.main-main-home-v5 .arw-banner.style-3 .arw-banner-content,
.main-main-home-v5 .arw-banner.style-4 .arw-banner-content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-main-home-v5 .text-color-white {
	color: white !important;
}
.main-main-home-v5 .font-size-2x {
	font-size: 2em;
}
.main-main-home-v5 .arw_sebian_fashion_5_block_banner_2 .arw-banner-wrapper{
	position: relative;
}
.main-main-home-v5 .custom-col p{
	font-style: normal;
	font-family: inherit;
}
.main-main-home-v5 .box-bloglates .box-sub-heading{
	display: none;
}
.main-main-home-v5 .box-bloglates .box-heading h2{
	border: 2px solid #272727;
	padding: 10px 20px;
	margin-bottom: 40px;
}
/* Block static home v2*/
.main-main-home-v2 .home-two-banner4{
	margin-bottom: 46px;
	margin-top: 50px;
}
.main-main-home-v2 .home-two-banner4 h4{
   color: #fff;
   font-size: 14px;
   letter-spacing: 5px;
}
.main-main-home-v2 .home-two-banner4 p{
   color: #b8b8b8;
   font-size: 12px;
   font-family: "PlayfairDisplay";
   letter-spacing: 1px;
	font-style: italic;
}
.main-main-home-v2 .home-two-banner4 a{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: block;
  border: 1px solid #858585;
  text-align: center;
  line-height: 80px;
  margin: 0 20px;
}
.main-main-home-v2 .home-two-banner4 a i{
  font-size: 28px;
  color: #858585;
}
.main-main-home-v2 .home-two-banner4 a:hover i{
  color: #af5875;
}
.main-main-home-df .home-two-banner1 {
	margin: 30px 0;
}
.main-main-home-df .home-two-banner1 .overlay {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.main-main-home-df .home-two-banner1 .overlay .banner-hover {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(39, 39, 39, 0.4);
	opacity:0;
	transition: opacity 0.3s ease-in-out 0s;
	z-index:23;
}
.main-main-home-df .home-two-banner1 .overlay:hover .banner-hover {
	opacity:1;
}
.main-main-home-df .home-two-banner1 .overlay img {
	transition: all 0.5s ease-out 0s;
}
.main-main-home-df .home-two-banner1 .overlay:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
}
.main-main-home-df .home-two-banner1 .banner-two-3 a {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	font-size: 1.167em;
	left: 50%;
	letter-spacing: 5px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 35;
	padding: 20px;
}
.main-main-home-df .home-two-banner1 .banner-two-3 a h4{
	margin-bottom: 3.5px;
	margin-top: 3.5px;
}
.main-main-home-df .home-two-banner1 .banner-two-3 a:hover {
	background: #af5875;
}
.main-main-home-df .home-two-banner1 .banner-two-3 a:hover span,
.main-main-home-df .home-two-banner1 .banner-two-3 a:hover h4{
	color: #fff;
}
.main-main-home-df .home-two-banner1 .banner-two-3 a h4{
	margin-bottom: 3.5px;
	margin-top: 3.5px;
}
.main-main-home-df .home-two-banner1 .banner-two-3 a span{
	color: #272727;
	float: left;
	padding-top: 5px;
}
.main-main-home-df .padding-bottom-40 {
	padding-bottom: 40px;
}
.main-main-home-df .padding-top-30 {
	padding-top: 30px;
}
.main-main-home-df .arw-5-col .arw-col:nth-child(5n+1) {
	clear: both;
}
.main-main-home-df .arw-5-col .arw-col {
	width: 20%;
}
.main-main-home-df .arw-5-col .arw-col {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.main-main-home-df .no-padding {
	padding: 0 !important;
}
.main-main-home-df .arw-banner.style-2 .arw-banner-image::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.main-main-home-df .arw-banner.style-2 .arw-banner-image {
	transition: all 0.3s ease 0s;
}
.main-main-home-df .arw-banner .arw-banner-image {
	overflow: hidden;
}
.main-main-home-df .arw-banner .arw-banner-image img {
	transition: all 0.3s ease 0s;
	width: 100%;
}
.main-main-home-df .arw-banner.style-2 .arw-banner-content {
	width: 100%;
}
.main-main-home-df .position-center-center,
.main-main-home-df .arw-banner.style-1 .arw-banner-content,
.main-main-home-df .arw-banner.style-2 .arw-banner-content,
.main-main-home-df .arw-banner.style-3 .arw-banner-content,
.main-main-home-df .arw-banner.style-4 .arw-banner-content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-main-home-df .arw-banner.style-2 .banner-title {
	color: #fff;
	font-size: 1.25em;
	letter-spacing: 3px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
}
.main-main-home-df .arw-banner .arw-banner-content {
	z-index: 6;
}
.main-main-home-df .arw-banner.style-2 .banner-title::before {
	border-bottom: 2px solid #fff;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}
.main-main-home-df .display-block {
	display: block !important;
}
.main-main-home-df .arw-banner.style-2 .banner-text {
	color: #fff;
	font-family: "PlayfairDisplay",serif;
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
}
.main-main-home-df .arw-banner.style-2 .banner-text {
	font-family: PlayfairDisplay;
}
.main-main-home-df .arw-banner.style-2 .banner-button {
	display: block;
	margin-top: -25px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
}
.main-main-home-df .arw-banner.style-2 .banner-button a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	opacity: 0;
	padding: 10px 20px;
	visibility: hidden;
}
.main-main-home-df .arw-banner.style-2:hover .arw-banner-image::before {
	opacity: 0;
}
.main-main-home-df .arw-banner.style-2:hover .arw-banner-image {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
	z-index: 5;
}
.main-main-home-df .arw-banner.style-2 .banner-button a:hover {
	background: #af5875 none repeat scroll 0 0;
	border-color: #af5875;
}
.main-main-home-df .arw-banner.style-2:hover .banner-button a {
	margin-top: 20px;
	opacity: 1;
	visibility: visible;
}
.main-main-home-df .arw-banner.style-2:hover .banner-button {
	margin-top: 0;
}
.main-main-home-df .font-size-18 {
	font-size: 18px;
	font-family: "PlayfairDisplay";
	padding-bottom: 15px;
}
.main-main-home-df  .margin-bottom-50 {
	margin-bottom: 50px;
}
.main-main-home-df .padding-bottom-20 {
	padding-bottom: 20px;
}
.main-main-home-df .padding-top-30 {
	padding-top: 30px;
}
.main-main-home-df .arw-services-box.style-1 {
	text-align: center;
}
.main-main-home-df .arw-services-box.style-1 .service-thumb {
	padding: 20px 0;
}
.main-main-home-df .arw-services-box.style-1 .service-thumb .service-icon {
	background: #616161 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
}
.main-main-home-df .arw-services-box .service-thumb .service-icon {
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 80px;
}
.main-main-home-df .arw-services-box.style-1 .service-title {
	font-size: 1em;
	margin: 10px 0;
	text-transform: uppercase;
}
.main-main-home-df .title-divider-style-4,
.main-main-home-df .title-divider-style-3,
.main-main-home-df .title-divider-style-2,
.main-main-home-df .title-divider-style-1 {
	border-color: #ebebeb;
	border-style: solid;
	border-width: 2px 0 0;
	margin: 15px auto;
	width: 40px;
}
.main-main-home-df .arw-services-box.style-1:hover .service-thumb .service-icon {
	background: #af5875 none repeat scroll 0 0;
}
.main-main-home-df .padding-bottom-25 {
	padding-bottom: 14px;
}
.main-main-home-df .padding-top-35 {
	padding-top: 45px;
}
.main-main-home-df .text-center {
	text-align: center;
}
.main-main-home-df .arw-title h2 {
	letter-spacing: 4px;
	margin: 0;
}
.main-main-home-df .text-color-white {
	color: white !important;
}
.main-main-home-df .font-size-20 {
	font-size: 20px;
}
.main-main-home-df .arw-sub-title {
	font-family: "PlayfairDisplay",serif;
	font-size: 1.167em;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
}
.main-main-home-df .padding-top-20 {
	padding-top: 20px;
}
.main-main-home-df .arw-testimonial-box.style-1 {
	margin: 10px auto;
	max-width: 750px;
	text-align: center;
}
.main-main-home-df .arw-testimonial-box.style-1 .testimonial-avatar {
	margin-bottom: 15px;
}
.main-main-home-df .arw-testimonial-box.style-1 .testimonial-avatar img {
	border-radius: 50%;
	height: 120px;
	margin: 0 auto;
	width: 120px;
}
.main-main-home-df .arw-testimonial-box.style-1 .testimonial-text::after {
	content: "|";
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
.main-main-home-df .arw-testimonial-box .testimonial-author-position, .main-main-home-df .arw-testimonial-box .testimonial-text {
	font-family: PlayfairDisplay;
}
.main-main-home-df .arw-testimonial-box .testimonial-text {
	font-size: 1.083em;
}
.main-main-home-df .arw-testimonial-box.style-1 .testimonial-author::before {
	border-top: 1px solid;
	content: "";
	display: block;
	margin: 5px auto 15px;
	max-width: 310px;
	width: 100%;
}
.main-main-home-df .arw-title h2 span span {
	padding-bottom: 12px;
}
.main-main-home-df .arw-title h2 span {
	display: inline-block;
}
.main-main-home-df .arw-testimonial-box .testimonial-author-position {
	font-size: 0.917em;
}
.main-main-home-df .arw-testimonial-box .testimonial-author {
	font-family: "Montserrat",sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.main-main-home-df .slider-home-two-banner1 .owl-item{
	padding: 0 15px;
}
.main-main-home-df .padding-top-40{
	padding-top:40px;
}
.title-newsletter- {
	color: #fff;
	font-size: 1.75em;
	letter-spacing: 4px;
	line-height: 32px;
	text-transform: uppercase;
}
.main-main-home-v2 .home-two-banner1 {
    margin: 30px 0;
}
.main-main-home-v2 .home-two-banner1 .overlay {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v2 .home-two-banner1 .overlay .banner-hover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: rgba(39, 39, 39, 0.4);
	opacity:0;
	transition: opacity 0.3s ease-in-out 0s;
	z-index:23;
}
.main-main-home-v2 .home-two-banner1 .overlay:hover .banner-hover {
	opacity:1;
}
.main-main-home-v2 .home-two-banner1 .overlay img {
    transition: all 0.5s ease-out 0s;
}
.main-main-home-v2 .home-two-banner1 .overlay:hover img {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
.main-main-home-v2 .home-two-banner1 .banner-two-3 h4 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
    position: absolute;
    top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:35;
}
.main-main-home-v2 .home-two-banner2 {
    margin-bottom: 45px;
}
.main-main-home-v2 .home-two-banner2 .content {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v2 .home-two-banner2 .content .banner-hover {
    background-color: rgba(39, 39, 39, 0.4);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 23;
}
.main-main-home-v2 .home-two-banner2 .content:hover .banner-hover {
    opacity: 1;
}
.main-main-home-v2 .home-two-banner2 .content img{
	transition: all 0.5s ease-out 0s;
}
.main-main-home-v2 .home-two-banner2 .content:hover img{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
.main-main-home-v2 .home-two-banner3 .home-two-banner-bg{
	background: #54555d;
}
.main-main-home-v2 .home-two-banner3 .home-two-banner-bg1{
	background: #6c6d76;
}
.main-main-home-v2 .home-two-banner3 .banner-hover{
	color: #fff;
    line-height: 35px;
    padding: 25px 10px;
    text-align: center;
}
.main-main-home-v2 .home-two-banner3 .banner-hover h4{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: normal;
}
.main-main-home-v2 .home-two-banner3 .banner-hover i{
	font-size: 24px;
}
.main-main-home-v2 .home-two-banner3 .banner-hover p{
	font-size: 14px;
	font-family: "PlayfairDisplay";
	letter-spacing: 2px;
	font-style: italic;
}
.main-main-home-v2 .home-two-banner2 .content h4 {
    color: #fff;
    font-size: 72px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    margin-top: 0;
}
.main-main-home-v2 .home-two-banner2 .content p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.main-main-home-v2 .home-two-4 {
    margin-bottom: 82px;
}
.main-main-home-v2 .slider_banner_4 .owl-item > .row {
    margin: 0 !important;
}
.main-main-home-v2 .slider_banner_4 .owl-item > .row > div {
    padding: 0 !important;
}
.main-main-home-v2 .home-two-4 .content-right {
    float: left;
    min-height: 480px;
    overflow: hidden;
    width: 50%;
}
.main-main-home-v2 .home-two-4 .content-inner {
    padding: 45px 30px 0;
}
.main-main-home-v2 .home-two-4 .content-inner h4 {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 2.5px;
    margin-bottom: 7px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v2 .home-two-4 .content-inner h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2.5px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.main-main-home-v2 .home-two-4 .content-inner p {
    color: #fff;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 65px;
}
.main-main-home-v2 .home-two-4 .content-inner a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 33px;
    padding: 0 25px;
}
.main-main-home-v2 .home-two-4 .content-1 .content-left, .home-two-4 .content-2 .content-left {
    float: left;
    min-height: 480px;
    overflow: hidden;
    width: 50%;
}
.main-main-home-v2 .home-two-4 img {
    max-width: inherit;
}
.main-main-home-v2 .arw_tab_title .tab_title, .arw_tab_title .tab_sub_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v2 .arw_tab_title .tab_title h2.title {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 11px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.main-main-home-v2 .arw_tab_title .tab_title p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 325px;
    z-index: 1;
}
.main-main-home-v2 .arw_tab_title .tab_sub_title h2.title {
    color: #c2c2c2;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 50px;
    text-transform: none;
    margin: 0 0 88px;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v2 .home-two-4 .owl-controls .owl-pagination {
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -65px;
}
.owl-theme .owl-controls .owl-page span {
    border: 2px solid #d1d1d1;
    display: block;
    height: 11px;
    margin: 5px;
    width: 11px;
    box-shadow: none;
    background: #d1d1d1;
}
.owl-theme .owl-controls .owl-page:hover span {
    background-color: #fff;
    border: 2px solid #af5875;
}
.owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #af5875;
}
.owl-theme .owl-controls .owl-page{
	margin: 0;
}

/* Block static home v3*/
.main-main-home-v3 .parallax-box .parallax-content {
    padding-top: 80px;
    text-align: center;
}
.main-main-home-v3 .home-three-parallax .parallax-content p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    font-family: 'Montserrat';
}
.main-main-home-v3 .home-three-parallax .parallax-content h2 {
    font-size: 110px;
    font-weight: 300;
    letter-spacing: 17px;
    line-height: 60px;
    margin: 30px 0 80px;
    color: #fff;
    font-family: 'Montserrat';
}
.main-main-home-v3 .home-three-parallax .parallax-content a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 50px;
    padding: 0 40px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.main-main-home-v3 .parallax-box{
	margin-top: 0;
}
.main-main-home-v3 .home-three-5 h4.title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 35px;
    margin-top: 95px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > img {
    margin-bottom: 25px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 24px;
    margin-bottom: 22px;
    color: #fff;
    padding: 10px 20px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial {
    overflow: hidden;
    padding-left: 70px;
    position: relative;
    top: -40px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > h5 {
    color: #9b9b9b;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 24px;
    margin-top: 0;
}
.main-main-home-v3 .home-three-5 .owl-carousel{
	background: none;
	margin: 0;
}
.main-main-home-v3 .home-three-5 .owl-pagination{
	top:2px;
}
.main-main-home-v3 .home-three-5 .owl-controls .owl-page span{
	background: #777;
	box-shadow: 0 0 0;
}
.main-main-home-v3 .home-three-5 .owl-controls .owl-page.active span{
	background: #fff;
}
.main-main-home-v3 .home-three-services {
    margin-bottom: 85px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v3 .arw_tab_title .tab_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v3 .arw_tab_title .tab_title h2.title {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 11px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.main-main-home-v3 .arw_tab_title .tab_sub_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v3 .arw_tab_title .tab_title p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 325px;
    z-index: 1;
}
.main-main-home-v3 .arw_tab_title .tab_sub_title h2.title {
    color: #c2c2c2;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 50px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v3 .home-three-services .arw_tab_title.blog_tab_title .tab_sub_title h2.title {
    margin: 0 0 67px;
}
.main-main-home-v3 .home-three-services div.icon-services {
    border: 1px solid #272727;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 35px;
    text-align: center;
    width: 150px;
}
.main-main-home-v3 .home-three-services div.icon-services i {
    color: #272727;
    display: block;
    font-size: 40px;
    line-height: 150px;
}
.main-main-home-v3 .home-three-services h4 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
}
.main-main-home-v3 .home-three-services p {
    color: #c2c2c2;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
}
/* Static blog home v4 */
.main-main-home-v4 .col-banner-main-4 {
    margin: 15px 0 20px;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3:first-child {
    float: left;
    width: 31.6%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 {
    float: left;
    width: 34.2%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3:last-child {
    float: left;
    width: 34.2%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .overlay {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .overlay:hover .banner-hover {
    opacity: 1;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .banner-hover {
    background: none repeat scroll 0 0 rgba(250, 247, 243, 0.6);
    bottom: 30px;
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: opacity 0.3s ease-in-out 0s;
    z-index: 1;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .banner-hover h3 {
    letter-spacing: 5px;
    margin: 165px auto 0;
    text-transform: uppercase;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .banner-hover span {
    border-top: 3px solid #363636;
    display: inline-block;
    height: 3px;
    max-width: 97px;
    width: 100%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-6 .banner-hover h3 {
    letter-spacing: 5px;
    margin: 50px auto 0;
    text-transform: uppercase;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-6 .banner-hover span {
    border-top: 3px solid #363636;
    display: inline-block;
    height: 3px;
    max-width: 97px;
    width: 100%;
}
.main-main-home-v4 .parallax-box .parallax-content {
    padding-top: 80px;
    text-align: center;
}
.main-main-home-v4 .home4-every h4 {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v4 .home4-every h2 {
    font-size: 36px !important;
    letter-spacing: 5px;
    margin-bottom: 62px;
    color: #fff;
}
.main-main-home-v4 .parallax-box .home4-every p {
    font-size: 25px !important;
    letter-spacing: 5px;
    line-height: 35px;
    color: #fff;
}
.main-main-home-v4 .parallax-box .home4-every p span {
    color: #af5875;
}
.main-main-home-v4 .home4-about {
    margin-bottom: 50px;
}
.main-main-home-v4 .home4-about h4 {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    margin-top: -5px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
}
.main-main-home-v4 .home4-about h2 {
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 23px;
    margin-top: 23px;
}
.main-main-home-v4 .home4-about p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-bottom: 81px;
}
.main-main-home-v4 .home4-about .button-readmore a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 45px;
    padding: 0 30px;
    background-color: #af5875;
    color: #ffffff;
}
.main-main-home-v4 .home4-about .button-readmore a:hover {
    background-color: #272727;
}
/* Static blog home v5 */
.home5-block .block-home-five-1{
	text-align: center;
}
.home5-block .block-home-five-1 h2 {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 60px;
    margin: 220px 0 55px;
    color: #fff;
    font-family: 'Montserrat';
}
.home5-block .block-home-five-1 p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 65px auto;
    max-width: 1055px;
    color: #fff !important;
    font-family: 'Montserrat';
}
.home5-block .block-home-five-1 a {
    background: url("../image/Main_5_play.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 108px;
    width: 108px;
}
.home5-block .block-home-five-2 h2, .home5-block .block-home-five-3 h2 {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 60px;
    margin: 320px 0 102px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.home5-block .block-home-five-2 a, .home5-block .block-home-five-3 a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 43px;
    padding: 0 25px;
}
.home5-block .block-home-five-2 a i, .home5-block .block-home-five-3 a i {
    border-left: 1px solid #fff;
    font-size: 20px;
    line-height: 45px;
    margin-left: 25px;
    padding-left: 25px;
}
.home5-block .block-home-five-2, .home5-block .block-home-five-3{
	text-align: center;
}
/* Static blog home v6 */
.main-main-home-v5 .content-inner-1 {
    width: 69.6%;
}
.main-main-home-v5 .home-six-1 .text-inner {
    background-color: rgba(53, 53, 53, 0.3);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}
.main-main-home-v5 .home-six-1 .text-inner:hover {
    opacity: 1;
}
.main-main-home-v5 .home-six-1 .text-inner h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 0;
    position: absolute;
    text-transform: none;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    font-family: 'Montserrat';
}
.main-main-home-v5 .home-six-1 .text-inner:hover h2 {
	top:32%;
}
.main-main-home-v5 .home-six-1 .text-inner a {
    background-color: #fff;
    bottom: 0;
    color: #272727;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 50px;
    margin-left: -120px;
    padding: 0 45px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    font-family: 'Montserrat';
}
.main-main-home-v5 .home-six-1 .text-inner a:hover {
    background-color: #af5875;
    color: #fff;
}
.main-main-home-v5 .home-six-1 .text-inner:hover a {
    bottom: 32%;
}
.main-main-home-v5 .content-inner-2 {
    width: 30.4%;
}
.main-main-home-v5 .home-six-1 .content .content-inner-1, 
.main-main-home-v5 .home-six-1 .content .content-inner-2, 
.main-main-home-v5 .home-six-1 .content .content-inner-3, 
.main-main-home-v5 .home-six-1 .content .content-inner-4, 
.main-main-home-v5 .home-six-1 .content .content-inner-5, 
.main-main-home-v5 .home-six-1 .content .content-inner-6, 
.main-main-home-v5 .home-six-1 .content .content-inner-7 {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v5 .content-inner-3 {
    width: 38.8%;
}
.main-main-home-v5 .content-inner-4 {
    width: 36.89%;
}
.main-main-home-v5 .content-inner-5 {
    width: 24.31%;
}
.main-main-home-v5 .content-inner-6 {
    width: 57.5%;
}
.main-main-home-v5 .content-inner-7 {
    width: 42.5%;
}
.home-six-1 .content{
	width: 100%;
}
.home-six-1 .content img{
	width: 100%;
}
.main-main-home-v5 .isotope .isotope-item {
    transition-property: transform, opacity;
}
.main-main-home-v5 .isotope, .main-main-home-v5 .isotope .isotope-item {
    transition-duration: 0.8s;
}
/* Static blog home v6 */
.main-main-home-v6 .parallax-content-slider {
	position: relative;
	background-position: center center;
	background-size: cover;
}
.main-main-home-v6 .parallax-content-slider .content-slider {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
.products-list .link-quickview,
.grid-style-2 .products-grid .link-quickview,
.main-main-home-v6 .parallax-content-slider .content-slider,
.post-item .post-thumbnail .btn-viewmore {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-main-home-v6 .parallax-content-slider .content-slider.style-1 .slider-title {
	color: #fff;
	font-size: 3.333em;
	letter-spacing: 20px;
	text-transform: uppercase;
}
.main-main-home-v6 .parallax-content-slider .content-slider.style-1 .slider-button {
	margin-bottom: -100px;
	margin-top: 100px;
}
.main-main-home-v6 .parallax-content-slider .content-slider .slider-button a {
	 border: 1px solid;
	 color: #fff;
	 display: inline-block;
	 font-size: 1.167em;
	 letter-spacing: 2px;
	 line-height: 60px;
	 padding: 0 30px;
	 text-transform: uppercase;
 }
.main-main-home-v6 .parallax-content-slider .content-slider .slider-button a:hover{
	border-color: #af5875;
	background: #af5875;
}
.main-main-home-v6 .parallax-content-slider .content-slider.style-3 .slider-title {
	color: #dad1c8;
	font-size: 3.333em;
	letter-spacing: 20px;
	text-transform: uppercase;
}
.main-main-home-v6 .parallax-content-slider .content-slider.style-2 .slider-sub-title {
	color: #dad1c8;
	font-size: 3.333em;
	letter-spacing: 20px;
	text-transform: uppercase;
}
.main-main-home-v6 .parallax-content-slider .content-slider.style-2 .slider-title {
	color: #fff;
	font-size: 12.5em;
	font-weight: bold;
	text-transform: uppercase;
}
.main-main-home-v6 .parallax-content-slider .content-slider.style-3 .slider-sub-title {
	color: #dad1c8;
	letter-spacing: 6px;
	margin: 2em 0 0;
	text-transform: uppercase;
}
.main-main-home-v6 .parallax-content-slider .content-slider.style-3 .slider-button {
	margin-top: 5em;
}
.main-main-home-v6 .parallax-content-slider .content-slider .slider-title,
.main-main-home-v6 .parallax-content-slider .content-slider .slider-sub-title {
	line-height: 100%;
}
.main-main-home-furniture .arw-banner:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.main-main-home-furniture .arw-banner:hover:not(.style-6):not(.style-1):not(.style-2):not(.style-5) .arw-banner-image::before {
	opacity: 0.3;
}
.main-main-home-furniture .arw-banner .arw-banner-image {
	overflow: hidden;
}
.main-main-home-furniture .arw-banner .arw-banner-image img {
	transition: all 0.5s ease 0s;
}
.main-main-home-furniture .arw-banner .arw-banner-image:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
}
.common-home .header_home_furniture .welcome-logged,
.common-home .header_home_furniture #top .btn-link,
.common-home .header_home_furniture #top-links li,
.common-home .header_home_furniture #top-links a,
.common-home .header_home_furniture .top-language span,
.common-home .header_home_furniture .btn-link span{
	color: #272727;
}
.common-home .header_home_furniture #supermenu ul li a.tll,
.common-home .header_home_furniture #supermenu-mobile ul li a.tll,
.common-home .header_home_furniture #search .btn-lg,
.common-home .header_home_furniture #search .input-lg{
	color: #272727;
}
.common-home .header_home_furniture #cart a.header-cart-{
	color: #898989;
}
.main-main-home-furniture .category-product-tab .products-row{
	padding-bottom: 30px;
}
.main-main-home-furniture .category-product-tab .item{
	padding-bottom: 20px;
}
.main-main-home-furniture .box-bloglates .box-heading h2{
	text-transform: none;
	font-size: 30px !important;
	letter-spacing: 1px !important;
}
.main-main-home-furniture .custom-col p{
	font-family: "Montserrat",Arial,Helvetica,sans-serif;
	font-style: normal !important;
}
.skrollr-desktop body {
    height: 100% !important;
}
.video-wrap {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.video-wrap .video-overlay, .video-wrap .btn-video-play, .video-wrap .btn-video-loop, .video-wrap .btn-video-pause, .video-wrap .btn-video-volume {
    cursor: pointer;
}
.video-wrap .video-overlay {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 4;
}
.video-wrap .video-overlay img {
    min-height: 100%;
    width: 100%;
}
.video-wrap .video-content video {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.video-wrap .video-text-wrap {
    width: 100%;
    z-index: 5;
}
.main-main-home-v2 .fluid-width .position-center-center, 
.main-main-home-v2 .fluid-width .arw-banner.style-1 .arw-banner-content, 
.main-main-home-v2 .fluid-width .arw-banner.style-2 .arw-banner-content, 
.main-main-home-v2 .fluid-width .arw-banner.style-3 .arw-banner-content, 
.main-main-home-v2 .fluid-width.arw-banner.style-4 .arw-banner-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-main-home-v2 .fluid-width .letter-spacing-5 {
    letter-spacing: 5px;
}
.main-main-home-v2 .fluid-width .font-size-2x {
    font-size: 2em;
}
.video-wrap .video-overlay, .video-wrap .btn-video-play, .video-wrap .btn-video-loop, .video-wrap .btn-video-pause, .video-wrap .btn-video-volume {
    cursor: pointer;
}
.main-main-home-v2 .fluid-width .text-color-white {
    color: white !important;
}
.main-main-home-v2 .fluid-width .font-size-5x {
    font-size: 5em;
}
.main-main-home-v2 .fluid-width .margin-top-40 {
    margin-top: 40px;
}
.main-main-home-v2 .fluid-width .text-uppercase {
    text-transform: uppercase;
}
.btn-video-play i{
	border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    width: 60px;
}
.btn-video-play i.fa-pause{
    padding-left: 1px;
}
.btn-video-play i.fa-play{
    padding-left: 5px;
}