@font-face{font-family:bambini-icons;src:url(../fonts/bambini.eot);src:url(../fonts/bambini.eot#iefix) format("embedded-opentype"),url(../fonts/bambini.ttf) format("truetype"),url(../fonts/bambini.woff) format("woff"),url(../fonts/bambini.svg#bambini-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.bi{font-family:bambini-icons!important;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-bag--fast:before{content:""}.icon-returns:before{content:""}.icon-star:before{content:""}.icon-lock:before{content:""}.icon-logo:before{content:""}.icon-account:before{content:""}.icon-arrow--down:before{content:""}.icon-arrow--left:before{content:""}.icon-arrow--right:before{content:""}.icon-arrow--up:before{content:""}.icon-bag:before{content:""}.icon-check:before{content:""}.icon-cross:before{content:""}.icon-dot:before{content:""}.icon-facebook:before{content:""}.icon-filter:before{content:""}.icon-hamburger:before{content:""}.icon-heart--empty:before{content:""}.icon-heart--full:before{content:""}.icon-instagram:before{content:""}.icon-logo-old:before{content:""}.icon-minus:before{content:""}.icon-plus:before{content:""}.icon-search:before{content:""}.icon-sound--off:before{content:""}.icon-sound--on:before{content:""}.icon-sound:before{content:""}.icon-trash:before{content:""}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}

.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
	border-radius: 0;
}
.btn-primary:hover {
	background: #333;
	border-color: #333;
}

*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
h3 {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #fb8289;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}

.alert {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
	padding: 10px 0;
}
.alert .close {
	right: 10px;
    position: absolute;
    top: 10px;
}
#content {
	min-height: 350px;
}

.form-control {
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.well {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f7f5f7 !important;
	width: 100%;
}

.radio-inline input[type=radio] {
    position: absolute;
    left: -3000px;
	margin-left: -5px;
}
.radio-inline input[type=radio]:after {
    content: "";
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 3000px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 20px #fff;
    transition: box-shadow .125s linear;
}
.radio-inline input[type=radio]:checked:after {
    box-shadow: inset 0 0 0 2px #fff;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #fb8289;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #fb8289;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #fb8289;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fb8289;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fb8289;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fb8289;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #fb8289;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #fb8289;
}
.tooltip-inner{
	background: #fb8289;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.banner-ourbrands .owl-carousel .owl-item img,
.img-r, .product-thumb:hover .actions-link, .layout1, .tabs li:hover, .cmsblock .col-img img,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff !important;
	background-color: #fb8289 !important;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	background: #000 !important;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 0px;
	font-weight: normal;
}
#button-voucher,
#button-coupon{
	height: 34px;
    margin-left: 0;
    border-radius: 3px;
    line-height: 24px;
    margin-top: 5px;
    width: 100%;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 1000000;
}
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	margin-top: -179px;
	position: fixed !important;
	padding: 50px 20px;
	text-align: center;
	display: none;
}
#boxes .newletter-title h2{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 20px;
}
#boxes .box-content label{
	font-weight: 400;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0;
	padding: 0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* newsllter */
#dialog-normal .newletter-title {
	position: relative;
	display: inline-block;
}
#dialog-normal .newletter-title h3 {
	font-size: 14px;
    margin: 0;
    color: #fff;
    margin-bottom: 15px;
}
#dialog-normal .newleter-content{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#subscribe_name-normal,
#subscribe_email-normal {
	background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    display: block;
    padding: 0;
    height: 40px;
    width: 100%;
    color: #fff;
}
#subscribe_name-normal::-webkit-input-placeholder {
  color: #bababa;
}
#subscribe_name-normal::-moz-placeholder{
  color: #bababa;
}
#subscribe_name-normal:-ms-input-placeholder{
  color: #bababa;
}
#subscribe_name-normal:-moz-placeholder {
  color: #bababa;
}
#subscribe_email-normal::-webkit-input-placeholder {
  color: #bababa;
}
#subscribe_email-normal::-moz-placeholder{
  color: #bababa;
}
#subscribe_email-normal:-ms-input-placeholder{
  color: #bababa;
}
#subscribe_email-normal:-moz-placeholder {
  color: #bababa;
}


#subscribe-normal .btn:hover{
	background: #fb8289 !important;
	color: #fff !important;
}
#subscribe-normal .btn {
    background: #ffffff !important;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0 45px;
    height: 40px;
    color: #3d3d3d !important;
    border: none;
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 0;
    margin-top: 15px;
}

#notification-normal{
	position: absolute;
	font-size: 12px;
    margin-top: 10px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #fff;
	text-align: center
}
/* search category */
#search-by-category {
    display: inline-block;
    position: relative;
    width: 100%;
    border: none;
	background: transparent;
	max-width: 700px;
    top: 3px;
}
#search-by-category .search-container{
	width: 100%;
}
#search-by-category .search-container .categories-container{
    position:absolute;
	opacity: 0;
	left: -3000px;
	padding: 12px 0;
}
#search-by-category .search-container #text-search{
    background: transparent;
    width: 100%;
    box-shadow: none;
    color: #bababa;
    font-size: 16px;
    border: none;
    text-indent: 20px;
    height: 40px;
}
#search-by-category #sp-btn-search{
    background: none;
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    color: #7b7b7b;
    padding:0 25px 0 20px;
    cursor: pointer;
    overflow: hidden;
    
    font-size: 14px;
	border-right: 1px solid #e1e1e1;
	font-weight: 700;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position: absolute;
    right: 20px;
	line-height: 20px;
	color: #7b7b7b;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:100%;
    cursor: pointer;
	top: 100%;
}
.cate-items li {
    text-transform: uppercase;
    color:#333;
    font-size: 10px;
    list-style: none;
}
.cate-items li:hover{
    color:#fb8289
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0;
    top: 44px;
    width: 100%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name a {
	color: #000;
}
.ajax-result-item .product-info .detail .product-name a:hover {
	color: #fb8289;
}
.ajax-result-item .product-info .detail .product-name{
	margin: 10px 0;
	text-align: left;
	font-weight: normal;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
	color: #3d3d3d
}
#btn-search-category{
    background: transparent !important;
    border: none!important;
    box-shadow: none;
    text-shadow: none;
    height: 40px;
    color: #fff !important;
    font-size: 16px;
    position: relative;
    top: 2px;
}
#btn-search-category i{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
}
/* blog */
#blog_home{
	margin-bottom: 60px;
}
#blog_home .owl-carousel .owl-item {
    padding: 0 15px;
}
#blog_home .aritcles-content .author-name{
	color: #fb8289;
	
}
#blog_home .aritcles-content .articles-date{
	color: #959595;
	font-size: 14px;
	margin: 20px 0;
}
#blog_home .aritcles-content .articles-intro{
	line-height: 24px;
	margin-bottom: 30px;
	display: none;
}
#blog_home .aritcles-content .readmore a:hover{
	color: #fb8289;
}
#blog_home .aritcles-content .readmore a{
	color: #a4a4a4;
	font-size: 14px;
	text-transform: capitalize
}
#blog_home .aritcles-content .articles-name{
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}
#blog_home .link-all i{
	font-size: 10px;
	margin-left: 3px;
}
#blog_home .link-all:hover i,
#blog_home .link-all:hover{
	color: #fb8289;
}
#blog_home .link-all{
	float: right;
	margin-top: -40px;
	font-size: 12px;
	color: #969696;
	
}
#blog_home .articles-inner .articles-image{
	float: left;
	width: 33.333333%;
}
#blog_home .articles-inner{
	margin-top: 30px;
	float: left;
	width: 100%;
}
#blog_home .articles-inner .articles-image img{
	border-radius: 5px;
}
#blog_home .aritcles-content{
	padding: 0 0 0 25px;
	float: left;
	width: 66.666667%;
}
#top{
	border-bottom: 1px solid #ebebeb;
}
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #888888;	
}
#top > .container > ul:first-child{
	padding: 12px 0;
}
#top > .container > ul:first-child > li{
	padding: 0;
}
#top > .container > ul:first-child > li >span:not(.text-ex){
	color: #fb8289;
}
#top > .container > ul:last-child{
}
#top > .container > ul:last-child .text-ex{
	padding: 12px 0px;
	margin-right: 5px;
	font-size: 13px;
}
#top > .container > ul:last-child  .btn-link{
	padding: 12px 0;
	border: none;
	box-shadow: none;
	color: #3d3d3d;
	font-size: 13px;
	line-height: 20px;
}
#top > .container > ul:last-child > li{
	padding: 0 20px;
	position: relative;
}

#top > .container > ul:last-child > li:last-child::after,
#top > .container > ul:last-child > li::before{
	content:"";
	position: absolute;
	top: 50%;
	height: 20px;
	background: #e4e3e3;
	width: 1px;
	margin-top: -10px;
	left: 0;
}
#top > .container > ul:last-child > li:last-child::after{
	left: auto;
	right: 0;
}
#top > .container > ul:last-child .dropdown-menu > ul,
#top > .container > ul:last-child .dropdown-menu{
	border-radius: 0;
	border: none;
	right: 0;
	left: auto;
	padding: 0;
	margin: 0;
	text-align: center;
}
#top > .container > ul:last-child .dropdown-menu a,
#top > .container > ul:last-child .dropdown-menu button{
	padding: 5px 0;
	display: block;
}
#top > .container > ul:last-child .dropdown-menu a:hover,
#top > .container > ul:last-child .dropdown-menu button:hover,
#top > .container > ul:last-child .dropdown-menu .item-selected{
	color: #fb8289;
	text-decoration: none;
}
#logo{
	padding: 35px 0;
}
#logo a{
	display: inline-block;
}
#cart{
	float: right;
	width: auto;
}
#cart-total{
	font-weight: 700;
	color: #282828;
	padding-left: 15px;
	font-size: 16px;
	
	float: left;
	margin-top: 5px;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart > button > i{
	font-size: 0px;
	color: #232323;
	background: #fb8289 url('../image/bg-btn-cart.png') center no-repeat;
	width: 49px;
	height: 49px;
	border-radius: 100%;
	display: inline-block;
	float: left;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu{
	border: none;
	border-radius: 5px;
	box-shadow: 0  0 20px 5px rgba(0,0,0,.1);
	min-width: 300px;
	margin: 0;
	padding: 10px;
	top: 100%;
}
#cart-total .item-cart{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #fb8289;
	border: 2px solid #fff;
	color: #fff;
	top: -8px;
	left: 32px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
}
#cart .dropdown-menu {
    padding: 25px 20px 0 20px;
}
#cart .cart-empty{
	padding-bottom: 25px;
}
#cart .dropdown-menu p{ 
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	padding-top: 20px;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button{
	background: none;
	color: #000000;
	border: none;
	font-size: 14px;
}
#cart .cart-quantity{
	color: #bfbfbf;
	font-size: 12px;
	margin: 8px 0 !important;
}
#cart .cart-name:hover{
	color: #fb8289;
}
#cart .cart-name{
	color: #fb8289;
	
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
#cart .cart-price{
	font-size: 14px;
	color: #e12e2e;
	font-weight: 900;
}
#cart .cart-button{
	background: #fb8289;
	margin: 0 -20px !important;
	padding: 40px 20px;
	border-radius: 0 0 5px 5px
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button a{
	border: none;
	background: #fff;
	color: #434343;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
	border-radius: 5px;
	font-weight: 900;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #373737;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	color: #434343;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
}
#cart .dropdown-menu .has-scroll{
	max-height: 300px;
	overflow: auto
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	font-size: 12px;
	color: #232323;
	text-transform: uppercase;
	font-weight: 700;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 14px;
	color: #e12e2e;
	font-weight: 900;
}
.cart-container {
    padding: 40px 15px 0 0;
}
.unvisible{
	display: none;
}
.common-home .main-menu{
	margin-bottom: 30px;
}
.main-menu{
	background: #fb8289;	
}
.fix-header{
	top: 0;
	position: fixed !important;
	background: rgba(64, 142, 212, .95);
	width: 100%;
	left: 0;
	z-index: 9998;
}
.fix-header.fix-header-act{
	background: rgba(64, 142, 212, 1);
}
/* cms block */
.col-img{
	text-align: center;
}
.banner-sidebar{
	margin-bottom: 50px;
}
.tag-static{
	/* margin-top: 30px; */
}
.tag-static li a:first-child{
	padding: 0;
	font-weight: 700;
	border: none;
}
.tag-static li a:last-child{
	border: none;
}
.tag-static li a{
	padding: 0 10px;
	border-right: 1px solid #cccccc;
	line-height: 24px;
	
}
.tag-static ul{
	padding: 0;
	margin: 0;
}
.tag-static li{
	display: inline-block;
}
.social-footer .list-unstyled{
	margin: 25px 0 0;
}
.social-footer .list-unstyled li:last-child i{
	margin: 0;
}
.social-footer .list-unstyled li i:hover{
	background: #fb8289 !important;
	color: #fff;
}
.social-footer .list-unstyled li i{
	color: #000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border-radius: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social-footer .list-unstyled li{
	display: inline-block;
	text-align: center;
}
.about-static  .short-aboutus{
	margin: 25px 0 20px;
	line-height: 24px;
}
.info-contactus li span{
	font-weight: 700;
	
}
.info-contactus li{
	line-height: 24px;
}
.cmsblock .col-img  img{
	border-radius: 5px;
}
.cmsblock .col-img:hover img{
	opacity: .9;
}
.banner-2 .col-img {
	margin-bottom: 60px;
}
.banner-1{
	margin-bottom: 60px;
}
.static-policy{
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 23px 0;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	margin-bottom: 55px;
}
.static-policy .col-img{

}
.static-policy .text-content{
	padding: 0px 0 0 55px;
}
.static-policy .text-content p{
	
	margin: 0;
	font-size: 14px;
	line-height: 1;
	color: #959595
}
.static-policy .text-content h2{
	color: #3d3d3d;
	font-size: 16px;
	line-height: 34px;
	margin: 0;
	font-weight: 700;
	
}
.static-policy .col:not(:last-child)::after{
	content: "";
	background: rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 1px;
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
}
.static-policy .col:not(:last-child)::before{
	content: "";	
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 50%;
}
.static-policy .col-img{
	position: relative;
}
.static-policy .col:hover .text-content h2{
	color: #fb8289;
}
.static-policy .col:hover .col-img .hover{
	opacity: 1;
}
.static-policy .col-img .hover{
	opacity: 0;
}
.static-policy .col-img img{
	position: absolute;
	left: 0;
	top: 0;
}
/* owl carousel */
.owl-carousel .owl-item{
	padding: 15px;
}
.featured-cat-thumb .owl-pagination{
	margin-top: 75px;
}
.owl-pagination{
	text-align: center;
}
.owl-pagination .owl-page{
	display: inline-block;
	line-height: 1;
}
.owl-pagination .owl-page:hover span,
.owl-pagination .owl-page.active span{
	background: #fb8289;	
}
.owl-pagination .owl-page.active span{
	width: 30px;
	border-radius: 5px
}
.owl-pagination .owl-page span{
	width: 8px;
	height: 8px;
	background: #d7d7d7;
	border-radius: 100%;
	display: inline-block;
	margin: 0 8px;
}
.owl-buttons > div.owl-prev{
	margin-right: 12px;
}
.owl-buttons > div{
	display: inline-block;
}
.owl-buttons > div i:hover{
	color: #fb8289
}
.owl-buttons > div i{
	font-size: 24px;
	color: #a8a8a8;
	line-height: 20px;
}
.owl-style2:hover .owl-buttons > div{
	transform: scale(1);
}
.owl-style2 .owl-buttons{
	position: static;
	width: auto;
	margin: 0;
	
}
.owl-style2 .owl-buttons > div:hover i{
	color: #fb8289;
}
.owl-style2 .owl-buttons > div i{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
}
.owl-style2 .owl-buttons > div:hover{
	border-color: #fb8289;	
}
.owl-style2 .owl-buttons > div{
	position: absolute;
	border: 1px solid #ebebeb;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	top: 50%;
	margin-top: -15px;
	transform: scale(0);
}
.owl-style2 .owl-buttons > div.owl-next{
	right: 0;
}
.owl-style2 .owl-buttons > div.owl-prev{
	left: 0;
}
/* porudcut layout */
.product-name{	
	font-size: 14px;
	font-weight: 700;
	
	margin: 0;
	line-height: 18px;
}
.product-name a{
	color: #fb8289;
}
.price{
	color: #000;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}
.price .price-new {
	color: #fb8289;
}
.price-old{
	color: #acacac; 
	font-weight: 700;
	text-decoration: line-through;
	margin-left: 5px;
}
.ratings .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 0;
	height: 11px;
	margin: 13px 0;
}
.ratings .rating-box .rating0{
	background-image: url("../image/rating0.png")
}
.ratings .rating-box .rating1{
	background-image: url("../image/rating1.png")
}
.ratings .rating-box .rating2{
	background-image: url("../image/rating2.png")
}
.ratings .rating-box .rating3{
	background-image: url("../image/rating3.png")
}
.ratings .rating-box .rating4{
	background-image: url("../image/rating4.png")
}
.ratings .rating-box .rating5{
	background-image: url("../image/rating5.png")
}
.image > a{
	display: block;
}
.image > a,
.image{
	position: relative;
}
.img-r{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.product-layout:hover .img-r{
	opacity: 1;
	z-index: 0;
}
.actions-link2 .btn-wishlist,
.actions-link2 .btn-compare{
	display: none;
}
.actions-link{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.product-thumb:hover .actions-link{
	z-index: 0;
}
.btn-compare span,
.btn-wishlist span{
	display: none;
}
.btn-wishlist,
.btn-compare,
.btn-quickview{
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	background: #555555
}
.btn-wishlist:hover,
.btn-compare:hover,
.btn-quickview:hover{
	background: #fb8289;
	color: #fff;
}
.btn-quickview span{
	font-size: 0;
}
.qv-button-container{
	display: inline-block;
}
.btn-quickview{
	border: none;
	padding: 0;
}
.label-product{
	position: absolute;
	width: 36px;
	height: 36px;
	background: #fb8289;
	border-radius: 100%;
	z-index: 1;
	color: #fff;
	
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 36px;
	top: 0px;
	right: 0px;
}
.label-product span::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: transparent transparent transparent #fb8289;
	left: 0;
	bottom: 0
}
.label-product.l-sale{
	background: #e12e2e;
}
.label-product.l-sale span::before{
	border-color: transparent transparent transparent #e12e2e;
}
.label-product span{
	position: relative;
	width: 36px;
	height: 36px;
	display: block;
}
.layout1 .product-inner{
	padding-top: 10px;
}
.layout1{
	padding: 10px;
	border-radius: 5px;
}
.layout1:hover{
	box-shadow: 0 0 15px 1px rgba(0,0,0,.15);
}
.btn-cart span{
	display: none;	
}
.btn-cart{
	width: 40px;
	height: 40px;
	background: #f3f3f3;
	border-radius: 100%;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #c2c2c2
}
.btn-cart:hover{
	background: #fb8289;
	color: #fff;
}
.layout1 .product-intro{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.layout1 .product-inner{
	position: relative;
}
.tags-product{
	display: none;
}
.layout2{
	width: 100%;
	float: left
}
.layout2 .product-inner{
	width: 70%;
	float: left;
	padding-left: 10px;
}
.layout2 .image{
	width: 30%;
	float: left;
}
.module-title h2{
	color: #3d3d3d;
	font-size: 18px;
	
	font-weight: 900;
	margin: 0;
	position: relative;
	background: #fff;
	display: inline-block;
	padding-right: 20px;
}
.module-title{
	position: relative;
	margin: 0 0 15px 0;
}
.module-title::before{
	content: "";
	position: absolute;
	background: #ebebeb;
	height: 1px;
	top: 50%;
	left: 0; 
	right: 0px;
}
/* tabs products */
.product-tabs-container-slider{
	margin-bottom: 45px;
}
.product-tabs-container-slider .owl-buttons{
	right: 15px;
	margin-top: -28px;
}
/* countdown product */
.occountdown_module .triangle-lable::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #871c1c transparent transparent;
	top: 98px;
	left: -6px;
}
.occountdown_module .triangle-lable::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #871c1c transparent;
	left: 98px;
	top: -6px;
}
.occountdown_module::before{
	content: "";
	position: absolute;
	z-index: 2;
	top: -6px;
	left: -6px;
	width: 0;
    height: 0;
    border-right: 55px solid transparent;
    border-top: 55px solid #e12e2e;
    border-left: 55px solid #e12e2e;
    border-bottom: 55px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 00px;
    border-bottom-right-radius: 0px;
	display: block;
}
.occountdown_module .label-module{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	
	top: 25px;
	left: -5px;
}
.occountdown_module{
	border: 2px solid #fb8289;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	background: #fff;
	margin-bottom: 60px;
}
.occountdown_module .layout2 .product-inner{
	width: 60%;
	padding-left: 40px;
}
.occountdown_module .layout2 .image{
	width: 40%;
}
.occountdown_module .module-title{
	display: none;
}
.occountdown_module .label-product{
	line-height: 40px;
	width: 40px;
	height: 40px;
}
.occountdown_module .label-product span{
	width: 40px;
	height: 40px;
}
.occountdown_module .ratings .rating-box div[class^="rating"]{
	margin: 25px 0;
}
.occountdown_module ..price{
	margin: 0 0 20px 0;
}
.occountdown_module .product-name{
	font-size: 16px;
}
.product-des{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.text-hurryup{
	font-size: 16px;
	
	font-weight: 700;
	margin: 0 0 15px 0;
}
.box-timer .countdown-section:last-child .countdown-amount::before{
	display: none;
}
.box-timer .countdown-section .countdown-amount::before{
	content: ":";
	position: absolute;
	color: #2d75b5;
	font-size: 18px;
	font-weight: 700;
	right: -13px;
}
.box-timer .countdown-section .countdown-amount{
	display: block;
	background: #2d75b5;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	height: 43px;
	line-height: 43px;
	padding: 0 15px;
	border-radius: 3px;
	min-width: 60px;
	margin-bottom: 5px;
	position: relative;
}
.box-timer .countdown-section:last-child{
	margin: 0;
}
.box-timer .countdown-section{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #868686;
	
	margin-right: 20px;
}
/* featured-categorytab */
.featured-categorytab .modules-title{
	display: none;
}
.featured-category .owl-item.last{
	border-right: 1px solid #ebebeb;
	border-radius: 0px 5px 5px 0;
}
.featured-category .owl-item.first{
	border-left: 1px solid #ebebeb;
	border-radius: 5px 0 0 5px;
}
.featured-category .owl-item .tabs-featured span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	
	margin-top: 10px;
}
.featured-category .owl-item{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}
.featured-category .owl-item.current-item .imagehover,
.featured-category .owl-item:hover .imagehover{
	-webkit-filter: brightness(0) invert(1); /* Safari 6.0 - 9.0 */
	filter: brightness(0) invert(1);
}
.featured-category .owl-item.current-item ,
.featured-category .owl-item:hover{
	background: #fb8289;
	border-color: #fb8289;
	border-radius: 5px;
	color: #fff;
	cursor: pointer
}
.featured-category .owl-item.current-item  .tabs-featured::after,
.featured-category .owl-item.current-item  .tabs-featured::before,
.featured-category .owl-item:hover .tabs-featured::after,
.featured-category .owl-item:hover .tabs-featured::before{
	display: none;
}
.featured-category .owl-item.active.last .tabs-featured::after,
.featured-category .owl-item.active.last .tabs-featured::before{
	display: none;
}
.featured-category .owl-item.active .tabs-featured{
	position: relative;
}
.featured-category .owl-item.active .tabs-featured::after{
	content: "";
	background: #fff;
	background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(53%, #f6f6f6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
}
.featured-category .owl-item.active .tabs-featured::before{
	content: "";
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 50%;
}
.featured-category.owl-carousel .owl-item{
	padding: 27px 0;	
}
.text_empty{
	padding: 15px;
}
.featured-category .owl-wrapper-outer{
	padding-bottom: 10px;
}
.featured-category .current-item{
	position: relative;
}
.featured-category .current-item::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 10px 0 10px;
	border-color: #fb8289 transparent transparent transparent;
	bottom: -7px;
	left: 50%;
	margin-left: -10px;
}
.featured-categorytab{
	margin-bottom: 45px;
}
/* featured-product-module */
.bestproductslider,
.mostviewed-product-slider,
.featured-product-module{
	margin-bottom: 50px;
}
/* banner-ourbrands */
.banner-ourbrands{
	margin-bottom: 50px;
}
.banner-ourbrands .owl-carousel .owl-item:hover img{
	opacity: .9;
}
.banner-ourbrands .owl-carousel .owl-item{
	padding: 0;
}
.banner-ourbrands .module-title{
	display: none;
}
.banner-ourbrands .owl-item.active{
	position: relative;
}
.banner-ourbrands .owl-item.active::after{
	content: "";
	background: rgba(40,40,40,0.76);
	background: -moz-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,40,40,0.76)), color-stop(100%, rgba(40,40,40,0.31)));
	background: -webkit-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: -o-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: -ms-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: linear-gradient(to bottom, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#282828', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
}
.banner-ourbrands .owl-item.active::before{
	content: "";
	background: rgba(40,40,40,0.31);
	background: -moz-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,40,40,0.31)), color-stop(100%, rgba(40,40,40,0.76)));
	background: -webkit-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: -o-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: -ms-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: linear-gradient(to bottom, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#282828', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 50%;
}
/* testimonial */
.testimonial-container .block-content .thumb li:hover img,
.testimonial-container .block-content .thumb li.active img{
	opacity: 1;
}
.testimonial-container .block-content .thumb li img{
	opacity: .2
}
.testimonial-container .block-content .thumb .active .testimonial-author{
	opacity: 1;
	visibility: visible;
}
.testimonial-container .block-content .thumb .testimonial-author{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	color: #2d75b5;
	font-size: 16px;
	font-weight: 700;
	
}
.testimonial-container .block-content .testimonial-content{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.testimonial-container .block-content .thumb{
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.testimonial-container .block-content .thumb li{
	display: inline-block;
	position: relative;
	padding-bottom: 50px;
}
.testimonial-container .owl-pagination{
	display: none;
}
.testimonial-container{
    margin-bottom: 60px;
}
/* footer */
#back-top:hover{
	background: rgba(251, 130, 137, 1);
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: rgba(251, 130, 137, .8);
	text-align: center;
	cursor: pointer;
}
#back-top i{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
footer {
	margin-top: 40px;
	padding: 40px 0 0;
	background: #000;
	color: #fff;
}

.footer-title + .list-unstyled li a:hover::before{
	background: #fb8289
}
.footer-title + .list-unstyled li a::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #d7d7d7;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.footer-title + .list-unstyled li a{
	font-size: 14px;
	line-height: 36px;
	position: relative;
	padding-left: 18px;
	color: #fff;
}
.footer-title + .list-unstyled{
	margin: 0 0 30px 0;
	padding: 0;
}
.footer-title{
	font-size: 18px;
	font-weight: 700;
	
	margin: 0 0 35px;
	color: #fff;
}
.bottom-footer{
	padding: 0 0 20px;
    background: #000;
    color: #fff;
}
.copyright-text a{
	color: #2d75b5;
}
.copyright-text{
	margin: 5px 0 0;
}
.payment-img{
	text-align: right;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	padding:0;
	margin: 0;
	background: none;
}
.breadcrumbs .breadcrumb  a:hover,
.breadcrumbs .breadcrumb li:last-child a{
	color: #fb8289;
}
.breadcrumb > li + li::before,
.breadcrumbs .breadcrumb a{
	color: #7b7b7b
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs{
	background: #f8f8f8;
	padding: 21px 0;
	margin-bottom: 30px;
}
/* category */
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
@media(min-width: 992px){
	.custom-products .two-items:nth-child(2n+1),
	.custom-products .three-items:nth-child(3n+1),
	.custom-products .four-items:nth-child(4n+1){
		clear: both;
	}
}
.toolbar{
	float: left;
	width: 100%;
	margin: 30px 0 15px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}
.toolbar3 .btn-group{
	background: #fff;
}
.toolbar3{
	padding: 0;
}
.toolbar1{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
	background: #fff;
}
#input-sort,
#input-limit{
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	box-shadow: none;
	height: 30px;
	font-size: 12px;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #fff !important;
	border-color: #fb8289;
	background: #fb8289;
}
#list-view{
	margin-right: 10px;
}
#list-view,
#grid-view{
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	color: #ccc;
	padding: 0 7px;
	background: none;
	line-height: 28px;
}
#list-view i,
#grid-view i{
	line-height: 28px;
}
.pagination{
	margin: 0;
	background: #fff;
	margin-top: 25px;
}
.pagination > li.active > span, .pagination > .active > a {
	background-color: #f7f5f7 !important;
    color: #000 !important;
    font-weight: bold;
}
.pagination > li > a,
.pagination > li > span{
	border: none;
	background: transparent !important;
	color: #878787 !important;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
}
.custom-products .product-list .layout1 .product-intro .btn-cart i{
	display: none;
}
.custom-products .product-list .layout1 .product-intro .btn-cart{
	width: auto;
	height: auto;
}
.custom-products .product-list .layout1 .product-intro .btn-cart span{
	display: block;
}
.custom-products .product-list .layout1 .product-intro{
	position: static;
}
.custom-products .product-list .product-name{
	font-size: 18px;
}
.custom-products .product-list:last-child .product-thumb{
	border: none;
}
.custom-products .product-list .product-thumb:hover{
	box-shadow: none;
}
.custom-products .product-list .product-thumb{
	float: left;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #ebebeb;
}
.custom-products .product-layout{
	margin-top: 20px;
}
.custom-products{
	margin: 0 -15px;
}
.toolbar4{	
	margin: 0;
	margin-top: 30px;
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
}
.toolbar4  .col-sm-6{
	padding: 0;
}
.toolbar4  .text-right{
	margin-top: 0px;
	font-size: 13px;
	color: #6a6a6a;
	background: #fff;
	width: auto;
	float: right;
}
/* product detail */
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #fb8289 !important;
}
.col-1{
	margin-bottom: 30px;
}
.col-1 .thumbnails{
	/* border: 1px solid #edecec; */
}
.col-1 .thumbnail{
	padding: 0;
	border-radius: 0;
	border: none;
}
.image-additional-container{
	padding: 0 15px;
	margin-top: 20px;
}
.image-additional-container .active2.thumbnail,
.image-additional-container .thumbnail:hover{
	border: 1px solid #3d73b9
}
.image-additional-container .thumbnail{
	margin: 0;
	/* border: 1px solid #edecec; */
}
.image-additional2.owl-carousel .owl-item ,
.image-additional.owl-carousel .owl-item {
    padding: 0 10px;
}
.col-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #fb8289;
	font-weight: 700;
	
	margin-top: 5px;
	line-height: 1;
}
.col-2 .product-name + p{
	margin: 10px 0 0;
}
.col-2 .product-name + p a{
	
}
.col-2 .ratings{
	margin: 25px 0;
}
.col-2 .list-unstyled{
	color: #363636;
	clear: both;
}
.col-2 .price-product .new-price{
	margin-right: 10px;
}
.col-2 .price-product .old-price{
	font-size: 14px;
	color: #959595;
	text-decoration: line-through;
}
.col-2 .price-product{
	font-size: 24px;
	color: #e12e2e;
	font-weight: 900;
	margin-bottom: 30px;
}
.col-2 .ex-text{
	color: #fb8289;
	margin-left: 5px;
}
.col-2 .short-des{
	margin: 25px 0 30px;
	color: #6b6b6b;
	line-height: 24px;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: inline-block;
    height: 34px;
    border: none;
    box-shadow: none;
    font-weight: 700;
    text-align: center;
    width: 25px;
    font-size: 14px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #6f6f6f;
}
#input-quantity2,
#input-quantity {
    width: 40px;
}
label[for='input-quantity']{
	float: left;
	line-height: 34px;
	margin-right: 30px;
}
#button-cart2 i,
#button-cart i{
	font-size: 0;
}
#button-cart2,
#button-cart{
	margin: 0 5px 0 0;
    float: left;
    background-color: #000 !important;
    border-color: #000;
    border-radius: 4px;
    text-transform: uppercase;
}
#button-cart2:hover,
#button-cart:hover {
    color: #fff;
    background-color: #333 !important;
    border-color: #333 !important;
}
button.btn-compare span, 
button.btn-wishlist span{
	display: none;
} 
button.btn-compare:hover i, 
button.btn-wishlist:hover i{
	color: #fff;
}
button.btn-compare i, 
button.btn-wishlist i{
	font-size: 16px;
}
button.btn-compare, 
button.btn-wishlist {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
	margin-bottom: 30px;
	padding: 0;
	margin-right: 8px;
	float: left;
	margin-top: 30px;
}
button.btn-compare:hover, 
button.btn-wishlist:hover {
    border-color: transparent;
    background-position: -34px 2px;
    background-color: #fb8289;
}
#product2,
#product{
	clear: both;
	margin-top: 60px;
}

.quantity-box{
	height: 34px;
	border-radius: 20px;
	width: 100px;
	border: 1px solid #ebebeb;
	float: left;
}
.col-3{
	margin: 60px 0 30px; 
}
.col-3 .tab-content{
	max-height: 300px;
	overflow: auto;
	border-left: 3px solid #ebebeb;
	padding: 0 25px;
	margin-bottom: 100px;
}
.col-3 .nav-tabs{
	float: left;
	margin: 0;
	width: 16.66666667%;
	border: none;
}
.col-3 .nav-tabs li:hover a,
.col-3 .nav-tabs li.active a{
	color: #484848;
	border: none;
	border-right: 3px solid #464646;
	background: none;
}
.col-3 .nav-tabs li a{
	color: #bebebe;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 0 30px 0;
}
.col-3 .nav-tabs li{
	display: block;
	float: none;	
	font-weight: 900;
	font-size: 18px;
	
	margin-right: -2px;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des{
	display: none;
}
/* random-products */
.random-products{
	margin-bottom: 50px;
}
.related-product .product-des {
	display: none;
}

/*new*/
.flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-vertical-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex > .auto,
.flex-auto > * {
  flex: 1 1 auto;
}

.flex5 > div {
	flex: 1 1 20%;
	margin: 0 10px 10px;
}
.flex4 > div {
	flex: 1 1 25%;
	margin: 0 10px 20px;
}
.flex3 > div {
	flex: 1 1 33%;
	margin: 0 10px 20px;
}
.flex2 > div,
.flex2 > ul {
	flex: 1 1 50%;
	margin: 0 10px 20px;
}
.flex1-2 > div:first-child {
	flex: 1 1 33%;
	margin: 0 10px 20px;
}
.flex1-2 > div:last-child {
	flex: 1 1 67%;
	margin: 0 10px 20px;
}
.transition {
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.clear:after {
	content: '';
    display: block;
    clear: both;
}

.header-fixed {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
	background: #fff;
}
.top-alert {
	background-color: #fb8289;
}
.top-alert .alert-text {
	position: relative;
	font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
	text-align: center;
}
.top-alert .alert-text br {
	display: none;
}
.top-alert .alert-text p {
	margin-bottom: 0;
}
.top-alert button.close {
	text-shadow: none !important;
    color: #fff;
    opacity: 1 !important;
	font-size: 16px;
    line-height: 20px;
	position: absolute;
    right: 0;
}

.top-localization {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-localization,
.top-logo,
.top-btns {
    flex: 1 1 33.3333%;
	list-style: none;
    padding: 0;
	margin: 0;
}
.top-btn {
    display: block;
	align-items: center;
	line-height: 40px;
    padding: 0 10px;
	font-size: 16px;
	position: relative;
}
.top-logo {
	justify-content: center;
	align-items: center;
}
.top-btns {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-logo .icon-logo {
	font-size: 19px;
}
.top-localization button {
	color: #000 !important;
    text-decoration: none !important;
    font-size: 12px;
}

.dropdown-menu {
	background-color: #404040;
    opacity: .95;
    border-radius: 0;
    border: none;
}
.dropdown-menu li,
.dropdown-menu button {
	color: #fff !important;
    text-align: left;
}
.dropdown-menu li:hover {
    background-color: #525252;
}

.top-btn-icon-counter {
    position: absolute;
    background-color: #dad8da;
    top: 2px;
    font-size: 11px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10rem;
    padding: 0 3px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    right: 0px;
}

/*.main-menu*/
.main-menu {
	z-index: 2;
    position: relative;
	background-color: #000;
	margin-bottom: 0 !important;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
}
.hozmenu-container {
	text-align: center;
}

/*top-adds*/
.top-adds {
	text-align: center;
	overflow: hidden;
	padding-top: 128px;
	margin-bottom: 20px;
}
.top-adds ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #f7f5f7;
}
.top-adds li {
    position: absolute;
	top: 0;
	font-size: 12px;
    width: 100%;
    opacity: 0;
	line-height: 30px;
    transition: opacity .375s cubic-bezier(.51,0,0,1.01);
	text-transform: uppercase;
	background-color: #f7f5f7;
}
.top-adds li.is-active {
    opacity: 1;
    transition: opacity .375s cubic-bezier(.51,0,0,1.01) .375s;
    position: static;
}

/*banners*/
.home-banners1 {
	position: relative;
}
.home-banners1 p {
	position: absolute;
	/*bottom: 30px;*/
	top: 50%;
	left: 50%;
	color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 70px;
	transform: translate(-50%, -50%);
	text-align: center;
	margin-bottom: 0;
}
.home-banners1 p span {
	font-size: 140px;
    line-height: 140px;
	font-weight: bold;
}
.home-banners1 > a {
	display: block;
	margin: 0 10px;
}

.home-banners2 > a {
	display: block;
	flex: 1 1 25%;
	margin: 20px 10px;
	position: relative;
}
.home-banners2 > a p {
	text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    display: block;
    width: inherit;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    left: 50%;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
    transform: translate(-50%, 0);
	color: #000 !important;
}

.home-banners3 .flex2 > *,
.home-banners3 > * {
	display: block;
	flex: 1 1 50%;
	margin: 0 10px;
	position: relative;
}
.home-banners3 .flex2 {
	margin-bottom: 20px;
}
.home-banners3 .flex2 > a:first-child {
	margin-left: 0;
}
.home-banners3 .flex2 > a:last-child {
	margin-right: 0;
}
.home-banners3 a p {
	text-transform: uppercase;
    text-align: center;
    background-color: #000000;
    display: block;
    width: inherit;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    left: 50%;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
    transform: translate(-50%, 0);
	color: #fff !important;
}
.sub-col > .html-module:nth-child(3) .home-banners3 a p {
	background-color: #fff;
	color: #000 !important;
}

.html-module h2 {
	font-family: 'Yeseva One', cursive;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.flex-footer {
	justify-content: space-between;
}
.flex-footer > div:first-child {
	width: 220px;
}
.flex-footer > div:nth-child(2) {
	width: 350px;
}
.flex-footer > div:nth-child(2) li {
	margin-bottom: 10px;
	float: left;
    width: 50%;
}
.flex-footer > div:nth-child(2) li:nth-child(odd) {
	clear: both;
}
.flex-footer > div:nth-child(2) a {
	font-size: 14px;
	line-height: 20px;
}
.flex-footer > div:nth-child(3) {
	width: 320px;
}
.footer-logo .icon-logo {
    font-size: 19px;
	color: #fff;
}
.footer-logo {
	margin-bottom: 40px;
	display: inline-block;
	color: #fff;
}

.top-footer ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.top-footer ul li a:hover {
	color: #fb8289;
}
.top-footer ul li.phone a {
	font-size: 18px;
	line-height: 24px;
}
.top-footer ul li.phone a + a {
	font-size: 14px;
}
.top-footer ul li.mail {
	margin-bottom: 10px;
}
.top-footer ul li.worktime {
	margin-top: 10px;
	color: #5a5a5a;
    font-size: 12px;
    line-height: 16px;
}

.parentMenu + .pt_menu {
	float: left;
    position: initial;
}
.parentMenu + .pt_menu .popup,
.parentMenu + .popup {
    display: block;
    position: absolute;
    width: 100% !important;
    left: 0 !important;
}
.parentMenu + .pt_menu .popup br,
.parentMenu + .popup br {
	display: none;
}
.parentMenu + .pt_menu .popup .flex4 > div,
.parentMenu + .popup .flex4 > div {
	margin: 0px;
	padding: 25px;
	position: relative;
}
.parentMenu + .pt_menu .popup .flex4 > div.catimg,
.parentMenu + .pt_menu .popup div.catimg,
.parentMenu + .popup div.catimg {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}
.parentMenu + .pt_menu .popup .flex4 > div.catimg p,
.parentMenu + .pt_menu .popup div.catimg p,
.parentMenu + .popup div.catimg p {
    text-transform: uppercase;
    text-align: center;
    background-color: #000000;
    display: block;
    width: inherit;
    padding: 7px 20px;
    font-size: 16px;
	line-height: 30px;
    left: 50%;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
    transform: translate(-50%, 0);
    color: #fff !important;
}

.pt_menu_had_child.active .parentMenu > a:before,
.pt_menu_had_child .parentMenu > a:before,
.pt_menu_had_child.active .parentMenu > a:after,
.pt_menu_had_child .parentMenu > a:after {
	display: none !important;
}

.parentMenu + .pt_menu .popup a,
.parentMenu + .popup a {
	line-height: 24px !important;
}
.parentMenu + .pt_menu .popup .menu5 > div.flex4 a.title,
.parentMenu + .popup .menu5 > div.flex4 a.title {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

.parentMenu + .pt_menu#pt_menu34 .popup a {
    line-height: 34px !important;
    font-size: 16px;
}

.parentMenu + .pt_menu .popup .menu5 > div.flex4 > div > a.title:first-child,
.parentMenu + .pt_menu .popup .menu5 > div.flex4 > div > br:first-child + a.title,
.parentMenu + .popup .menu5 > div.flex4 > div > a.title:first-child,
.parentMenu + .popup .menu5 > div.flex4 > div > br:first-child + a.title {
	margin-top: 0 !important;
}

.parentMenu + .pt_menu .popup .menu5 > div.flex4,
.parentMenu + .popup .menu5 > div.flex4 {
	flex: 1 1 75%;
}
.parentMenu + .pt_menu .popup .menu5 > div.catimg,
.parentMenu + .popup .menu5 > div.catimg {
	flex: 1 1 25%;
}
.parentMenu + .pt_menu .popup .menu5 > div.catimg a,
.parentMenu + .popup .menu5 > div.catimg a {
	min-height: 100%;
}

.search-wrap {
	z-index: -9999;
    transform: translateY(-9999px);
	/*transition: transform .125s cubic-bezier(.51,0,0,1.01);*/
	position: fixed;
    width: 100%;
    left: 0;
    color: #fff;
    top: 81px;
	text-align: center;
}
.main-menu.search-active .search-wrap {
	transform:none;
	z-index: 4;
}
.main-menu.search-active .menu-wrap {
	overflow: hidden;
	z-index: 3;
    position: relative;
}
.main-menu.search-active .menu-wrap .pt_menu {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
    transition: transform .125s cubic-bezier(.51,0,0,1.01);
}
.search-form-btn--back {
	position: absolute;
    left: -10px;
    top: 13px;
	cursor: pointer;
}
.search-form-btn--back:before {
    font-family: bambini-icons;
    content: "";
}

.ajax-loader-container {
	position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 5px);
}

.category-top {
	height: 350px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 20px;
}
.category-top h1 {
	font-family: 'Yeseva One', cursive;
	margin-top: 0;
}
.category-top > div {
	margin: 0;
}
.category-top > div:first-child {
	background: #E6E5DC;
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-direction: column;
}
.category-top > div:last-child {
	background-size: cover !important;
    /*background-position: center !important;*/
}

/*product-thumb*/
.product-thumb .caption {
	text-align: center;
}
.product-thumb .caption .manufacturer {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.product-thumb .caption h4 {
	font-size: 13px;
    margin-bottom: 0;
}
.product-total {
	font-size: 24px;
}

.pagination-item--next-icon:before {
    font-family: bambini-icons;
    content: "";
}
.pagination-item--prev-icon:before {
    font-family: bambini-icons;
    content: "";
}

.product-manufacturer #content h1,
.product-search #content h1,
.account-wishlist #content h1,
body[class*="account-"] #content h1,
.checkout-cart #content h1,
.checkout-simplecheckout #content h1 {
	padding: 20px;
    background-color: #f7f5f7;
    text-align: center;
    margin-top: 0;
    font-family: 'Yeseva One', cursive;
    text-transform: uppercase;
	margin-bottom: 15px;
}

#column-left {
	position: sticky;
    top: 150px;
	z-index: 2;
}

.thumbnails.slick-vertical,
.thumbnails.slick-vertical .slick-list {
	padding: 0 !important;
	min-width: 70px;
}
.thumbnails.slick-vertical .slick-slide {
	max-width: 70px;
    float: none;
	margin-bottom: 8px;
}
.thumbnails.slick-vertical .slick-slide.slick-current {
	border-color: #000;
}

.thumbnails.slick-vertica {
	max-width: 200px;
}
.slick-slider.slider-for {
	max-width: 600px;
    padding: 0;
    margin-left: 50px;
}
.slick-slider.slider-for .thumbnail {
	border: none;
    padding: 0;
}

.swiper-button--next {
	cursor: pointer;
	position: absolute;
	right: -25px;
	top: 50%;
}
.swiper-button--prev {
	cursor: pointer;
	position: absolute;
	left: -25px;
	top: 50%;
}
.swiper-button--next:before,
.swiper-container-rtl .swiper-button--prev:before,
.swiper-container-rtl~.swiper-button--prev:before {
    content: "";
	font-family: bambini-icons;
	font-size: 24px;
}
.swiper-button--prev:before,
.swiper-container-rtl .swiper-button--next:before,
.swiper-container-rtl~.swiper-button--next:before {
    content: "";
	font-family: bambini-icons;
	font-size: 24px;
}

.icon-heart--empty:before {
    content: "";
}

#product.has-option select {
	color: #000;
    background-color: rgba(0,0,0,0);
    border-color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
    text-transform: none;
    width: 100%;
    line-height: 40px;
    height: 40px;
}
#button-cart + button {
	color: #000;
    background-color: #dad8da;
    border-color: #dad8da;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.product-right {
	flex-direction: column;
    justify-content: center;
	padding-bottom: 50px;
}
.pp-manufacturer {
	font-family: 'Yeseva One', cursive;
    font-size: 26px;
    line-height: 30px;
}
.product-right h1 {
	color: #a19ca1;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.price-ul {
	display: flex;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.price-ul li {
	margin-right: 10px;
}
.price-ul h2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

/*#option-13 label,
#option-14 label {
	width: 50%;
    float: left;
}*/

.product-description .tab-content {
	background-color: #f7f5f7;
    padding: 20px 15px;
}
.product-description .tab-content .title {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.product-description .tab-content .title + div {
	font-size: 15px;
    line-height: 24px;
}
.product-description .tab-content .title + ul {
	padding-left: 20px;
}
.product-description .flex2 > div {
	margin-bottom: 0;
}
.product-description .flex3 > div {
	margin-bottom: 0;
	flex: 1 1 40%;
}
.product-description .flex3 > div:nth-child(2) {
	flex: 1 1 20%;
}

.product-description .nav-tabs {
	margin-bottom: 0;
    border: none;
}
.nav-tabs>li>a {
	color: #a19ca1;
	font-size: 24px;
    font-weight: bold;
	background-color: transparent !important;
	border: none !important;
	padding: 10px 25px;
}
.nav-tabs>li.active>a {
    color: #000;
    cursor: default;
    background-color: #f7f5f7 !important;
    font-size: 24px;
    font-weight: bold;
}
.product-tab-section-link {
	display: inline-block;
    margin-bottom: 2px;
    border-bottom: 2px solid;
    font-weight: bold;
    margin-top: 10px;
}
.relative-products-wrap {
	text-align: center;
}
.relative-products-wrap h3 {
    color: #000;
    padding: 20px 25px;
    background-color: #f7f5f7;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
}

body[class*="information-information-"] #content {
	font-size: 15px;
    line-height: 24px;
}
body[class*="information-information-"] #content h1 {
    font-family: 'Yeseva One', cursive;
    text-transform: uppercase;
    margin-bottom: 15px;
}
body[class*="information-information-"] #content h2 {
	font-weight: bold;
    font-size: 16px;
}
.info-right {
	background-color: #f7f5f7;
}
.info-left {
	margin-top: 5px;
    position: sticky;
    top: 140px;
}
.info-left ul {
	padding: 0;
	list-style: none;
}
.info-left ul li {
	font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.info-left ul li a.active {
	font-weight: bold;
}

.account-wishlist .product-thumb .icon-plus {
	font-size: 24px;
	margin-top: 5px;
    display: inline-block;
}

.wishlist-btns button {
	margin: 0 5px 0 0;
    float: left;
    background-color: #000 !important;
    border-color: #000;
    border-radius: 4px;
    text-transform: uppercase;
}
.wishlist-btns button:hover {
	color: #fff;
    background-color: #333 !important;
    border-color: #333 !important;
}
.wishlist-btns button + a {
	color: #000 !important;
    background-color: #dad8da !important;
    border-color: #dad8da !important;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	line-height: 46px;
    height: 46px;
    border-radius: 4px;
}
.wishlist-btns + a {
    display: inline-block;
    border-bottom: 2px solid;
    font-weight: bold;
    margin-bottom: 25px;
}

body[class*="account-"] #content fieldset legend {
	padding: 7px 0px;
    border: none;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

/*cart-info-block*/
.cart-info-block .col-sm-8 .flex img {
	border: none;
    padding: 0;
    margin-right: 25px;
}
.cart-info-block .col-sm-8 form > .flex {
	border-top: 1px solid #D2D1D2;
	padding: 20px 0;
	margin-bottom: 20px;
	align-items: center;
}
.cart-info-block .col-sm-8 form > .flex > div {
	flex: 1 1 auto;
}
.cart-info-block .col-sm-8 form > .flex > div:first-child {
	max-width: 225px;
}
.cart-info-block .col-sm-8 form > .flex > .flex {
	flex-direction: column;
	justify-content: center;
}
.cart-info-block .col-sm-8 form > .flex > .flex .manufacturer {
	margin: 0 0 7px;
    font-weight: bold;
    font-size: 16px;
}
.cart-info-block .col-sm-8 form > .flex > .flex h4 {
	margin: 0 0 3px;
    line-height: 20px;
}
.cart-info-block .col-sm-8 form > .flex > .flex > span {
	display: block;
	margin: 0 0 3px;
    line-height: 20px;
}
.cart-info-block .col-sm-8 form > .flex > .flex > button {
	background: black;
    display: inline-block;
    width: 80px;
    padding: 2px 0;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.cart-info-block .col-sm-8 form > .flex > div:last-child {
	font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.cart-total-block {
	background-color: #f7f5f7;
    padding: 20px 25px;
	margin-bottom: 15px;
}
.cart-total-block .flex {
	justify-content: space-between;
	font-size: 15px;
    line-height: 26px;
}
.cart-total-block > .flex:last-child {
	font-weight: bold;
}
.cart-total-block > .flex:last-child > div:first-child {
	text-transform: uppercase;
}

.cart-info-block #accordion .panel {
	border-radius: 0 !important;
    border: none !important;
}
.cart-info-block #accordion .panel-default > .panel-heading {
	background-color: #f7f5f7;
}
.cart-info-block #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

#collapse-voucher label,
#collapse-coupon label {
	width: 100%;
    padding: 0;
}
#collapse-voucher .input-group,
#collapse-coupon .input-group {
	display: block;
}

/*simple*/
.simple-content .checkout-heading {
    background-color: #f8f8f8 !important;
    border-color: transparent !important;
    color: #000 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px !important;
    margin-bottom: 5px;
}
#simplecheckout_customer .checkout-heading {
	margin-top: 0 !important;
}
.simplecheckout-cart td.image img {
	min-width: 100px;
}
.simplecheckout-cart td {
	vertical-align: middle !important;
}

.thumbnails.slick-vertical .slick-arrow {
	display: none !important;
}

.parentMenu + .popup .menu5 > div.flex4 > div > br:first-child + span.title {
	display: block;
    color: #a19ca1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
	min-height: 20px;
}

.icon-logo2 {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 5px;
}

#agreement_checkbox {
	display: block;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 7px;
}

.top-localization > li:last-child {
	position: relative;
}
.top-localization > li:last-child a {
	color: #fff;
}
.top-localization > li:last-child a:hover {
	background-color: transparent;
}
.top-localization > li:last-child .fa-phone {
	top: 2px;
    margin-right: 3px;
    position: relative;
}
.sale-value {
	position: absolute;
    background: #fb8289;
    color: #fff;
    padding: 2px 7px;
    right: 10px;
    top: 10px;
    border-radius: 5px;
}
.sale-value-main {
	display: inline-block;
    background: #fb8289;
    color: #fff;
    padding: 2px 7px;
    border-radius: 5px;
	font-weight: normal;
	width: 50px;
    text-align: center;
    margin: 7px 0;
}

.top-localization > li:last-child > button {
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
}

.common-home .owl-carousel .owl-item {
	padding: 0 !important;
}
.common-home .owl-carousel .owl-wrapper-outer {
	border: none !important;
    border-radius: 0 !important;
}
.common-home .owl-pagination {
	position: absolute;
    top: 100%;
    margin-top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
}
.common-home .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.5);
}
.common-home .owl-controls .owl-page.active span {
    background: rgba(255, 255, 255, 0.9);
}
.common-home .owl-controls .owl-page {
    display: inline-block;
    margin: 0;
}
.common-home .owl-pagination .owl-page.active span {
	width: 11px;
}
.common-home .owl-carousel .owl-buttons div {
	text-shadow: none;
}

.filter-big-btn {
	margin: 0 10px 10px;
    border: 1px solid black;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    text-transform: uppercase;
	display: none !important;
	font-weight: bold;
}

/* responsive */
@media(max-width: 1200px){
	.parentMenu + .pt_menu .popup .flex4 > div, .parentMenu + .popup .flex4 > div {
        padding: 15px;
    }
	#option-13 label,
	#option-14 label {
		width: 100%;
		float: none;
	}
	.slick-slider.slider-for {
		max-width: 500px;
		padding: 0;
		margin-left: 30px;
	}

}
@media(max-width: 991px){
	#search-by-category .search-container .categories-container{
		display: none;
	}
	#search-by-category .search-container #text-search{
		width: 100%;
		border-radius: 40px;
	}
	#logo {
		padding: 15px 0;
	}
	.cart-container {
		padding: 15px 15px 0 0;
	}
	#search-by-category{
		margin: 15px 0;
	}
	#dialog-normal{
		text-align: center;
	}
	#dialog-normal .newleter-content{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.static-policy .text-content h2 {
		line-height: 1;
	}
	.static-policy .text-content p {
		margin-top: 10px;
	}

	.home-banners3 .flex2,
	.home-banners2 {
		flex-wrap: wrap;
	}
	.home-banners2 > a {
		flex: 1 1 50%;
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
		max-width: 48%;
		display: inline-block !important;
	}
	.home-banners3 .flex2 > a {
		flex: 1 1 100%;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		height: 135px !important;
		margin-bottom: 20px;
	}
	.home-banners2 > a p,
	.home-banners3 a p {
		max-width: 50%;
	}
	.slick-slider.slider-for {
		max-width: 350px;
	}
	.product-thumb .caption .manufacturer {
		font-size: 14px;
	}
	.owl-wrapper-outer {
		min-height: 270px;
	}
}
@media(max-width: 767px){
	.col-3 .nav-tabs{
		width: 100%;
	}
	.col-3 .nav-tabs li{
		display: inline-block;
	}
	.col-3 .nav-tabs li:hover a, .col-3 .nav-tabs li.active a{
		border: none;
		border-bottom: 3px solid #464646;
	}
	.col-3 .nav-tabs li a{
		padding: 0 0 15px 0;
		margin-right: 20px;
	}
	.col-3 .tab-content{
		border: none;
		border-top: 3px solid #ebebeb;
		padding: 25px;
		width: 100%;
	}
	.owl-buttons{
		display: none;
	}
	.social-footer .list-unstyled{
		margin: 25px 0
	}
	.footer-title{
		margin: 0 0 15px;
	}
	.payment-img,
	.bottom-footer{
		text-align: center
	}
	.copyright-text{
		margin: 0 0 20px
	}
	.home-banners1 > a {
		margin: 0;
		max-height: 250px;
	}
	.home-banners2 > a {
		flex: 1 1 100%;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		display: inline-block !important;
	}

	.home-banners3 {
		flex-direction: column;
	}
	.home-banners3 .flex2 > a {
		height: 350px !important;
	}
	.home-banners3 .flex2 > *, .home-banners3 > * {
		min-height: 350px !important;
		margin-bottom: 20px;
	}
	.flex-footer {
		flex-direction: column;
	}
	#dialog-normal {
		margin-top: 35px;
	}
	.bottom-footer {
		padding-top: 35px;
	}

	.home-banners1 p span {
		font-size: 100px;
		line-height: 120px;
	}
	.home-banners1 p {
		font-size: 35px;
		line-height: 40px;
	}

	.header-fixed > .container.flex {
		flex-direction: column;
	}

	.top-btns,
	.top-localization {
		justify-content: center;
    	margin: 5px 0;
	}
	.category-top {
		flex-direction: column;
		height: initial;
	}
	.category-top > div:last-child {
		height: 350px;
	}
	.category-top > div:last-child {
		min-height: 200px;
    	/* background-size: contain !important; */
    	background-repeat: no-repeat !important;
	}
	.top-adds {
		padding-top: 165px;
	}

	.ocf-offcanvas .ocfilter-mobile-handle .btn {
		background-color: #000000 !important;
    	border-color: #000000 !important;
	}
	.ocf-offcanvas .ocfilter-mobile-handle {
		top: 0px !important;
	}
	.ocf-offcanvas .ocf-offcanvas-body {
		padding: 15px;
	}

	.slick-slider.slider-for {
		max-width: calc(100vw - 165px);
	}

	#content > .row.flex {
		flex-direction: column;
	}

	#tab-deliv .flex2,
	#tab-description .flex3 {
		flex-direction: column;
	}
	#tab-deliv .flex2 > div,
	#tab-description .flex3 > div {
		margin-bottom: 25px;
	}
	.owl-wrapper-outer {
		min-height: 270px;
	}
	.cart-info-block .col-sm-8 form > .flex {
		flex-direction: column;
	}
	.cart-info-block .col-sm-8 form > .flex > div:last-child {
		margin-top: 20px;
	}

	.product-manufacturer #content h1, .product-search #content h1, .account-wishlist #content h1, body[class*="account-"] #content h1, .checkout-cart #content h1, .checkout-simplecheckout #content h1 {
		font-size: 24px;
	}

	.buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.buttons > div {
		margin-bottom: 10px;
	}

	.simplecheckout-cart td.price {
		display: none !important;
	}

	body[class*='product-category-'] .filter-big-btn {
		display: block !important;
	}
	.ocfilter-option-popover.popover.right {
		left: 50px !important;
	}
	.ocfilter-option-popover.popover.right .popover-content {
		padding: 4px 4px;
	}

}

/*2175*/