body {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	color: #727272;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	position: relative;
}
.common-home::before{
	content: "";
	background: #282b31;
	height: 15%;
	width: 100%;
	position: absolute;
	-webkit-transform: skew(0deg,-9deg);
	-moz-transform: skew(0deg,-9deg);
	-o-transform: skew(0deg,-9deg);
	transform: skew(0deg,-9deg);
	transform-origin: bottom left;
	z-index: -1;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #262626;
	line-height: 1;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #323232;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #0081CF;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#top{
	float: left;
	width: 100%;
}
#top i:hover{
	color: #0081CF !important;
}
body:not(.common-home) #top i{
	color: #262626;
}
#top i{
	color: #929292;
}
.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: #0081CF;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #0081CF;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #0081CF;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #0081CF;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #0081CF;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0081CF;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #0081CF;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #0081CF;
}
.tooltip-inner{
	background: #0081CF;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.owl-carousel:hover .owl-buttons > div, .layout1:hover .actions-link, .product-grid .layout1:hover,
.product-thumb.layout1:hover .product-inner::before, .product-thumb:hover .label-product span,
.product-thumb.layout1:hover .image > a::before, .banner-2 .text-content:hover p,
.product-grid:hover, .product-thumb:hover .actions-link2, .layout1 .actions-link2 > a:hover,
.layout1 .actions-link2 > a:hover, .policy-static .col:hover img, .footer-social-icons li a:hover ,
#back-top:hover i, #back-top:hover, .banner-1 .col-images:hover > a::before,
.testimonial-container .thumb li:hover img, #instagram_block_home .owl-item:hover::before,
.fcategory-content:hover::before, .banner-h1 a:hover::before,
.fcategory-content:hover .content-thumb > div, #instagram_block_home .owl-item:hover::after,
.product-grid .product-thumb:hover .image .img-r{
	-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{
	border-color: #0081CF;
	color: #0081CF !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: 2px solid #7b7b7b;
	background: none !important;
	padding: 0px 25px;
	text-transform: uppercase;
	font-size: 11px;
	color: #323232 !important;
	height: 40px;
	font-weight: 700;
	line-height: 35px;
	display: inline-block;
	border-radius: 20px;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* 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-left: 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 */
.newletter-subscribe{
	padding: 60px 0 70px;
}
#boxes-normal .newletter-title{
}
#boxes-normal .box-content{
	text-align: center;

}
#boxes-normal .box-content .des-testimonial{
	width: 80%;
	margin: 0 auto;
	letter-spacing: .2em;
}
#boxes-normal .box-content label{
	display: none;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal span{
	display: none;
}
#boxes-normal  #dialog-normal{
	position: relative;
}
#frm_subscribe-normal{
	width: 70%;
	margin: 0 auto;
}
#subscribe_email-normal{
	border: none;
	border-bottom: 2px solid #404040;
	height: 50px;
	width: 100%;
	background: none;
	color: #727272;
	font-family: Droid Serif, sans-serif;
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal a:hover{
	background-position: bottom right;
	color: #0081CF;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal a{
	color: #262626;
	font-weight: 800;
	padding-right: 60px;
	line-height: 11px;
	height: 11px;
	font-size: 13px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	background: url("../image/bg-arrow2.png") no-repeat top right;
	display: inline-block;
	margin-top: 30px;
	letter-spacing: .1em;
}
#notification-normal{
	position: absolute;
	bottom: -40px;
	width: 100%;
}
#notification-normal div{
	color: #f50381;
}
.wrapper{
	padding: 0 30px;
}
@media(min-width: 1920px){
	.wrapper{
		padding: 0 70px;
	}
}
#logo{
	padding: 41px 0 40px;
	float: left;
}
#logo img{
    height: 55px;

}
/* menu */
.main-menu{
	float: right;
	padding-right: 200px;
}
@media(max-width: 1400px){
	.main-menu{
		padding-right: 0px;
	}
}
/* cart */
#cart{
	float: right;
	padding: 45px 0 41px;
}
#cart-total {
    height: 16px;
    width: 16px;
    margin-left: 20px;
    background: #fff;
    border-radius: 2px;
    display: block;
    font-size: 10px;
	font-weight: 700;
    color: #282b31;
    text-align: center;
    line-height: 17px;
    position: relative;
	font-family: DroidSerif, sans-serif;
}
#cart-total::before {
    width: 6px;
    height: 6px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #fff;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -6px;
}
#cart > button{
	background: none;
	padding: 0;
		box-shadow: none;
}
#cart > button:hover > i{
	color: #0081CF;
}
#cart > button > i{
	float: left;
}
#cart .dropdown-menu {
    padding: 25px 20px 0 20px;
    min-width: 300px;
    border: none;
    box-shadow: 0 -5px 5px -5px rgba(0,0,0,.3);
    margin: 0;
    border-radius: 0;
}
#cart .cart-empty{
	padding-bottom: 25px;
}
#cart .dropdown-menu p{
	margin: 0;
}
body:not(.common-home) #cart-total::before{
	border-right-color: #262626;
}
body:not(.common-home) #cart-total{
	background: #262626;
	color: #fff;
}
#cart-total{
	height: 16px;
	width: 16px;
	margin-left: 20px;
	background: #fff;
	border-radius: 2px;
	display: block;
	font-size: 9px;
	color: #282b31;
	text-align: center;
	line-height: 17px;
	position: relative;
}
#cart-total::before{
  width: 6px;
  height: 6px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid #fff;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -6px;
}
#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: #0081CF;
	border: none;
}
#cart .cart-quantity{
	font-style: italic;
	color: #9a9a9a;
}
#cart .cart-name:hover{
	color: #0081CF;
}
#cart .cart-name{
	color: #323232;
	text-transform: uppercase;
}
#cart .cart-price{
	font-size: 14px;
	color: #323232;
	font-family: Lato, sans-serif
}
#cart .cart-button{
	background: #0081CF;
	margin: 0 -20px !important;
	padding: 45px 20px;
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button a{
	border: 2px solid #fff;
	color: #fff;
	height: 36px;
	line-height: 32px;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 15px;
}
#cart p.cart-button a:hover{
	color: #282b31;
	border-color: #282b31;
}
#cart p.cart-button a:hover i{
	color: #282b31;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	color: #fff;
}
#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: #454545;
}
#cart .dropdown-menu tr td:last-child{
	font-family:Lato, sans-serif;
	color: #454545;
}
/* setting */
#top .setting{
	float: right;
	padding: 46px 0 38px;
	margin-right: 15px;
}
.setting-inner {
    position: absolute;
    top: 115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}
.content-inner .btn-group {
    text-align: left;
}
.content-inner .btn-group > span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.content-inner ul {
    padding: 0;
    margin: 0;
}
.content-inner ul li {
    list-style: none;
    text-align: left;
}
.content-inner .btn-group button {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    display: block;
}
.content-inner .btn-group button:hover, .content-inner .btn-group button.selected {
    color: #0081CF;
}
.setting-inner a {
    color: #fff;
}
.setting-inner a:hover {
    color: #0081CF;
}
/* search */
.search-container{
	float: right;
	padding: 46px 0 38px;
	margin-right: 15px;
}
#search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70%;
    border-bottom: 1px solid #fff;
}
#search > input {
    background: none !important;
    border: none;
    color: #fff;
    box-shadow: none !important;
}
#search button:hover i{
	color: #0081CF !important;
}
.text-phone i,
#search button i{
	color: #fff !important;
}
#search button {
    background: none;
    border: none;
}
#search button:hover {
    color: #0081CF;
}
#search button i {
    font-size: 16px;
}
/* popup for search, setting */
.container-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.97);
    z-index: 1041;
    animation: fadeIn 0.5s linear alternate;
    -webkit-animation: fadeIn 0.5s linear alternate;
    -moz-animation: fadeIn 0.5s linear alternate;
	text-align: center;
}
.container-popup .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    float: left;
    background: url('../image/bg-close.png') no-repeat center right;
    padding-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 0;
    padding: 50px 20px 50px 0;
}
#myModal2 > .container {
    position: relative;
}
.container-popup > .container {
    height: 100%;
}
.logo2{
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    zoom: 1;
    *display: inline;
    margin-left: -57px;
	padding: 40px 0;
}
/* banner 7 */
.banner7{
	margin-bottom: 90px;
}
/* cmsblock */
body:not(.common-home) .policy-static{
	margin-top: 100px;
}
.policy-static{
	float: left;
	width: 100%;
	background: #f4f4f4;
	padding-bottom: 35px;
	overflow: hidden;
}
.policy-static > div:last-child{
	border: none;
}
.policy-static > div{
    overflow: hidden;
    margin-top: 35px;
    text-align: center;
    padding: 25px 0;
    border-right: 1px dashed #d7d7d7;
}
.policy-static .col{
    display: inline-block;
}
.policy-static .col:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.policy-static .col img{
    float: left;
    margin-right: 25px;
}
.policy-static .col .text-content{
    margin: 0;
    float: left;
    text-align: left;
}
.policy-static .col .text-content span:first-child{
    text-transform: uppercase;
    font-size: 14px;
    color: #262626;
	display: block;
	line-height: 25px;
}
.policy-static .col .text-content span:last-child{
    font-size: 12px;
    color: #aeaeae;
    font-style: italic;
	font-family: Droid Serif, sans-serif;
	line-height: 25px;
}
.banner-2{
	margin: 90px 0;
}
.banner-2 > .row{
	margin: 0 -10px;
}
.banner-2 > .row > div{
	padding: 0 10px;
}
.banner-2 .text-content.col-l{
	margin-bottom: 7px;
}
.banner-2 .text-content a{
	position: relative;
	display: inline-block;
	text-align: center;
}
.banner-2 .text-content p{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%,-50%);
	color: #18162e;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.banner-2 .text-content:hover p span::before{
	border-color: rgba(255,255,255,.7);
}
.banner-2 .text-content:hover p span{
	background: rgba(255,255,255,.7);
}
.banner-2 .text-content p span{
	background: #fff;
	padding: 20px 30px;
	position: relative;
	display: block;
}
.banner-2 .text-content p span::before{
	border: 2px solid #fff;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	position: absolute;
	content: "";
}
.banner-1 > .row > div{
	margin-bottom: 90px;
}
.banner-1 .col-images > a,
.banner-1 .col-images{
	position: relative;
}
.banner-1 .col-images .text-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	z-index: 2;
}
.banner-1 .col-images > a::before{
	position: absolute;
	content: "";
	background: rgba(0,0,0,.7);
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.banner-1 .col-images:hover > a::before{
	opacity: 1;
}
.banner-1 .col-images > a{
	display: inline-block;
}
.banner-1 .col-images .text-content img{
	display: inline-block;
}
.banner-1 .col-images .text-content span{
	display: block;
	font-size: 14px;
	letter-spacing: .4em;
	text-transform: uppercase;
	margin-top: 15px;
}
.banner-1 .col-images .text-content h1{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0 15px;
}
.banner-1 .col-images .text-content p{
	margin: 0;
	font-family: Droid Serif, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.banner-1 .text-container{
	padding-left: 30px;
	padding-top: 30px;
}
.banner-1 .text-container h3{
	color: #0081CF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.banner-1 .text-container h2{
	color: #262626;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
}
.banner-1 .text-container p{
	color: #727272;
	font-family: Droid Serif, sans-serif;
	font-style: italic;
	margin: 0 0 20px;
	line-height: 30px;
	font-size: 14px;
}
.banner-1 .text-container a:hover{
	background-position: bottom right;
	color: #0081CF;
}
.banner-1 .text-container a{
	color: #262626;
	font-weight: 800;
	padding-right: 60px;
	line-height: 11px;
	height: 11px;
	font-size: 13px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	background: url("../image/bg-arrow2.png") no-repeat top right;
	display: inline-block;
	margin-top: 30px;
	letter-spacing: .1em;
}
.banner-1 .text-container .text-content{
	margin-top: 20px;
	padding-left: 50px;
}
.banner-1 .text-container .text-v{
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: .4em;
	text-transform: uppercase;
	padding-right: 47px;
	color: #0081CF;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left top 0;
	position: relative;
	float: left;
	margin: -70px 0 0 0px;
}
.banner-1 .text-container .text-v::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    border-top: 2px solid #262626;
    width: 32px;
    height: 2px;
}
.module-title{
	text-align: center;
	padding-bottom: 50px;
	background: url('../image/bg-title.png') no-repeat center bottom;
	margin-bottom: 30px;
}
.module-title h2{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.sub-title{
	font-family: Droid Serif, sans-serif;
	font-size: 14px;
	color: #727272;
	font-style: italic;
	margin: 0 0 20px;
}
.module-title2{
	margin-bottom: 35px;
}
.module-title2 h2{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e1e1e1;
	margin: 0;
}
/* random products */
.randomproduct-module{
	margin-bottom: 50px;
}
/* product layout */
.owl-carousel .owl-item{
	padding: 15px;
}
.owl-buttons{
	text-align: center;
}
.owl-carousel:hover .owl-buttons > div{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.owl-buttons > div:hover{
	background: #0081CF;
	color: #fff;
}
.owl-buttons > div{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	left: 20px;
	margin-top: -20px;
	color: #262626;
	background: #fff;
	border-radius: 100%;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.owl-buttons .owl-next{
	left: auto;
	right: 20px;
}
.owl-style2 .owl-buttons > div{
	color: #d2d2d2;
	font-weight: 800;
	padding-right: 60px;
	line-height: 11px;
	height: 11px;
	font-size: 13px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	background: url("../image/bg-arrow.png") no-repeat top right;
	display: inline-block;
	width: auto;
	top: 50px;
	letter-spacing: .1em;
}
.owl-style2 .owl-buttons > div:hover{
	background-position: bottom right;
	color: #0081CF;
}
.owl-style2 .owl-buttons > .owl-prev:hover{
	background-position: bottom left;
}
.owl-style2 .owl-buttons > .owl-prev{
	background: url("../image/bg-arrow3.png") no-repeat top left;
	padding-left: 60px;
	padding-right: 0px;
}
.owl-style3 .owl-buttons > div:hover{
	color: #0081CF;
}
.owl-style3 .owl-buttons > div.owl-next{
	margin-left: 0;
	margin-right: -40px;
}
.owl-style3 .owl-buttons > div{
	background: none !important;
	border-radius: 0;
	left: 50%;
	top: -20px;

	margin: 0;
	margin-left: -40px;
}
.product-grid .layout1{
	border: 10px solid transparent;
	background: #f2f2f3;
}
.product-grid .layout1:hover{
	border-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.product-name{
	margin: 15px 0 12px;
	font-size: 12px;
}
.product-name a{
	color: #323232;
	font-size: 12px;
	text-transform: uppercase;
}
.product-name a:hover{
	color: #0081CF;
}
.tags-product{
	font-size: 12px;
	margin: 0;
	line-height: 1;
	margin-bottom: 10px;
}
.tags-product a{
	color: #b7b7b7;
	font-size: 12px;
	font-style: italic;
	font-family: Droid Serif, sans-serif;
	text-transform: capitalize;
}
.product-list .price .price-old{
	font-size: 18px;
}
.product-list .product-name{
	margin-top: 0;
}
.product-list .product-name a{
	font-size: 16px;
}
.product-list .product-des{
	color: #828282;
	font-size: 14px;
	font-style: italic;
	font-family: Droid Serif, sans-serif;
	line-height: 30px;
	margin-bottom: 50px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
.btn-cart i{
	font-size: 11px;
	margin-right: 5px;
}
.product-list .price{
	font-size: 24px;
}
.product-list .tags-product,
.product-list .ratings2{
	margin-bottom: 30px;
}
.layout1 .price{
	margin-bottom: 25px;
}
.product-list .layout1 .actions-link2{
	right: 15px;
}
.product-list .label-product span{
	top: 0;
}
.product-list .product-thumb .image{
	padding-left: 0;
}
.product-thumb .image{
	position: relative;
}
.product-thumb:hover .label-product span{
	top: 0px;
}
.label-product{
	position: relative;
	z-index: 1;
}
.label-product span::before{
	position: absolute;
	width: 0;
	border-top: 15px solid #0081CF;
	border-bottom: 15px solid #0081CF;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	content: "";
	left: 45px;
}
.label-product span{
	position: absolute;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0081CF;
	left: 40px;
	top: -10px;
	color: #fff;
	font-family: Droid Serif, sans-serif;
	font-style: italic;
	transform: rotate(90deg);
	transform-origin: top left;
	font-size: 13px;
}
.price{
	font-family: Lato, sans-serif;
	font-weight: 900;
	color: #323232;
	font-size: 14px;
}
.price-old{
	text-decoration: line-through;
	color: #b7b7b7;
}
.rating-box div[class^="rating"] {
    background: url('../image/rating0.png') no-repeat center left;
    font-size: 0;
    height: 12px;
}
.rating-box div.rating5 {
    background: url('../image/rating5.png') no-repeat;
}
.rating-box div.rating4 {
    background: url('../image/rating4.png') no-repeat;
}
.rating-box div.rating3 {
    background: url('../image/rating3.png') no-repeat;
}
.rating-box div.rating2 {
    background: url('../image/rating2.png') no-repeat;
}
.rating-box div.rating1 {
    background: url('../image/rating1.png') no-repeat;
}
.rating-box div.rating0 {
    background: url('../image/rating0.png') no-repeat;
}
.product-grid .layout1 .rating-box div[class^="rating"] {
	background-position: center;
}
.product-grid.layout2 .product-inner{
	text-align: left;
}
.product-grid .product-inner{
	text-align: center;
}
.product-thumb.layout1 .product-inner{
	position: relative;
	padding-bottom: 20px;
}
.product-list  .ratings,
.product-grid  .ratings2{
	display: none;
}
.product-grid  .product-thumb.layout1 .product-inner::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.product-grid .product-thumb.layout1 .image > a::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
}
.product-thumb.layout1:hover .product-inner::before,
.product-thumb.layout1:hover .image > a::before{
	background: rgba(201, 44, 97, 0.05);
}
.product-thumb .image > a {
    position: relative;
    display: block;
    text-align: center;
	margin: 0 auto;
}
.product-thumb:hover .image .img-r {
	opacity: 1;
}
.product-thumb .image .img-r {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.product-inner .tags-product,
.product-inner .actions-link,
.product-inner .product-name{
	position: relative;
	z-index: 1;
}
.product-list .product-inner .actions-link .button:hover{
	background: none !important;
}
.product-inner .actions-link .button:hover{
	background: #f2f2f3 !important;
}
.product-thumb:hover .actions-link2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
.product-list .layout1:hover .actions-link{
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
.layout1:hover .actions-link{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.layout1 .actions-link2{
	position: absolute;
	right: 0px;
	top: 0px;
	background: #282b31;
	z-index: 2;
	width: 44px;
	transform: translateY(-40px);
	opacity: 0;
	visibility: hidden;
}
.layout1 .actions-link2 .btn-quickview,
.layout1 .actions-link2 > a{
	display: block;
	text-align: center;
	line-height: 44px;
}
.layout1 .actions-link2 > a button,
.layout1 .actions-link2 > a i{
	font-size: 18px;
	width: 44px;
	height: 44px;
	color: #efefef;
	line-height: 44px;
}
.layout1 .actions-link2 > a:hover{
	background-color: #0081CF;
	border-color: #0081CF;
}
.layout1 .actions-link2 > a:not(:last-child){
	border-bottom: 1px solid #464646
}
.layout1 .actions-link2 > a span{
	display: none;
}
.actions-link .btn-compare,
.actions-link .btn-wishlist{
	display: none;
}
.qv-wtext .qv-button-container span {
    display: none;
}
.btn-quickview{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.product-grid.layout2 .product-thumb{
	float: left;
	width: 100%;
}
.product-grid.layout2 .product-thumb .product-inner{
	float: left;
	width: 65%;
	padding-left: 15px;
}
.product-grid.layout2 .product-thumb .image{
	float: left;
	width: 35%;
}
.row_items .product-grid.layout2{
	float: left;
	width: 100%;
}
.row_items .product-grid.layout2:not(:last-child){
	margin-bottom: 30px;
}
.product-grid.layout2 .product-name a:hover{
	color: #0081CF;
}
.product-grid.layout2 .product-name a{
	color: #323232;
}
.product-grid.layout2 .product-name{
	margin: 0;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 400;
}
.product-grid.layout2 .ratings{
	margin: 15px 0 20px;
}
.product-grid.layout2 .price{
	font-size: 14px;
	font-weight: 700;
	color: #343940;
	margin: 0;
	line-height: 1;
}
.product-grid.layout2 .price .price-new{
	margin-right: 5px;
}
.product-grid.layout2 .price .price-old{
	color: #959595;
	text-decoration: line-through;
}
.product-grid.layout2 .product-intro,
.product-grid.layout2 .tags-product{
	display: none;
}
/* mostview product */
.product-tabs-container-slider .product-thumb.layout1 .product-inner{
	padding-bottom: 30px;
}
/* testimonial */
.testimonial-module::before{
	position: absolute;
	content: "";
	background: rgba(41, 43, 49, .95);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.testimonial-module{
	background: url('../image/bg-testimonial.jpg') no-repeat center / cover;
	position: relative;
	padding: 80px 0;
	margin: 90px 0;
}
.testimonial-container{
	position: relative;
	z-index: 1;
}
.testimonial-module .module-title h2{
	color: #fff;
}
.testimonial-module .module-title{
	background: url('../image/bg-title2.png') no-repeat center bottom;
}
.testimonial-images{
	display: none;
}
.testimonial-content{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.testimonial-content .testimonial-box > a{
	font-family: Droid Serif, sans-serif;
	color: #d2d2d2;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
}
.testimonial-author{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 30px 0 25px;
}
.owl-pagination .owl-page.active{
	font-size: 20px;
}
.owl-pagination .owl-page  sup{
	color: #0081CF;
}
.owl-pagination .owl-page{
	font-size: 0;
	display: inline;
	color: #adadad;
}
.owl-pagination{
	text-align: center;
}
/* blog */
#blog_home{
}
#blog_home .row_items{
}
#blog_home .articles-inner{
}
#blog_home .articles-image{
	text-align: center;
}
#blog_home .articles-inner{
	padding: 10px 10px 20px;
	text-align: center;
}
#blog_home .articles-date{
	font-size: 10px;
	font-weight: 700;
	color: #9b9b9b;
	line-height: 1;
	text-transform: uppercase;
}
#blog_home .articles-date .author{
	color: #0081CF;
	padding-left: 15px;
}
.articles-name{
	font-size: 16px;
	font-weight: 700;
	color: #262626;
	margin: 20px 0;
	display: block;
	text-transform: uppercase;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}
.articles-intro::before{
    content: "";
    display: block;
    border-bottom: 2px solid #0081CF;
    width: 40px;
    position: absolute;
	top: 0;
    left: 50%;
    margin-left: -20px;
}
.articles-intro{
	font-family: Droid Serif, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 24px;
	position: relative;
	padding-top: 15px;
	margin-top: 20px;
}
.readmore a:hover{
	background-position: bottom right;
}
.readmore a {
    color: #262626;
	font-weight: 800;
	padding-right: 60px;
	line-height: 11px;
	height: 11px;
	font-size: 13px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	background: url("../image/bg-arrow2.png") no-repeat top right;
	display: inline-block;
	margin-top: 30px;
	letter-spacing: .1em;
}
.readmore a:hover {
    color: #0081CF;
}
footer{
	clear: both;
	background: url('../image/bg-footer.jpg') no-repeat center / cover;
	padding: 40px 0;
}
.static-footer{
	text-align: center;
}
.static-footer p{
	color: #bdbdbd;
	font-size: 14px;
	font-family: Droid Serif, sans-serif;
	line-height: 24px;
	font-style: italic;
	margin: -45px 0px 30px;
}
.footer-social-icons {
    list-style: outside none none;
    margin: 0px;
	padding: 0;
}
.footer-social-icons li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}
.footer-social-icons li:last-child{
	margin-right: 0;
}
.footer-social-icons li a  i{
	font-size: 14px;
}
.footer-social-icons li a {
    border: 2px solid #c2c2c2;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    height: 40px;
    line-height: 37px;
    text-align: center;
    width: 40px;
}
.footer-social-icons li a:hover {
    border-color: #0081CF;
    color: #0081CF;
}
.follow-us{
	margin-bottom: 25px;
}
#instagram_block_home  .module-title{
	display: none;
}
#instagram_block_home .owl-carousel .owl-item{
	padding: 0;
}
#instagram_block_home .owl-item a::before{
	background: rgba(0,0,0,.5);
	right: 25px;
	top: 25px;
	bottom: 25px;
	left: 25px;
	position: absolute;
	content: "";
	z-index: 1;
	opacity: 0;
}
#instagram_block_home .owl-item::after,
#instagram_block_home .owl-item::before{
	position: absolute;
	width: 1px;
	height: 70px;
	content: "";
	top: 50%;
	left: 50%;
	z-index: 2;
	background: #fff;
	margin-top: -35px;
	transform: scale(0);
}
#instagram_block_home .owl-item::after{
	width: 70px;
	height: 1px;
	margin-top: 0;
	margin-left: -35px;
}
#instagram_block_home .owl-item ,
#instagram_block_home .owl-item a{
	position: relative;
	display: block;
}
#instagram_block_home .owl-item:hover::before,
#instagram_block_home .owl-item:hover::after{
	transform: scale(1);
}
#instagram_block_home .owl-item:hover a::before{
	opacity: 1;
}
.text_powered a{
	color #0081CF;
}
.text_powered{
	text-align: center;
	margin: 0;
	padding: 25px 0;
	color: #848484;
	font-family: Droid Serif, sans-serif;
	font-style: italic;
}
#back-top:hover{
	background: #0081CF;
}
#back-top{
	background: rgba(38, 38, 38, .8);
	color: white;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 2;
}
/* breadcrumbs */
.common-home .breadcrumbs{
	display: none;
	padding: 0;
}
.breadcrumbs{
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0;
	margin-bottom: 50px;
	background: url('../image/bg-breadcrumbs.jpg') no-repeat center / cover;
}
.breadcrumbs h1,
.breadcrumbs h2{
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 25px 0;
}
.breadcrumbs .breadcrumb{
	background: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-family: Droid Serif, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.breadcrumbs .breadcrumb a:hover,
.breadcrumbs .breadcrumb li:last-child a{
	color: #0081CF;
}
.breadcrumbs .breadcrumb li a{
	color: #fff;
	text-transform: capitalize;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #fff !important;
    content: "/\00a0";
}
body[class^="product-"] .breadcrumbs{
	background: url('../image/bg-productdetail.jpg') no-repeat center / cover;
}
body[class^="product-category"] .breadcrumbs{
	background: url('../image/bg-categorypage.jpg') no-repeat center / cover;
}
/* custom category */
.custom-products .price-tax,
.custom-products .product-grid .product-des,
#compare-total,
.category-info{
	display: none;
}
.custom-products .product-layout{
	margin-bottom: 30px;
}
/* toolbar */
.toolbar{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px;
	border: 2px solid #ebebeb;
}
.toolbar2{
	margin-right: 15px;
}
.toolbar1, .toolbar2{
	padding: 0;
}
.toolbar1 select, .toolbar2 select{
	background: none;
	border: 1px solid #e1e1e1;
	text-align: center;
	box-shadow: none;
	color: #898888;
	border-radius: 0;
	padding: 0;
	height: 28px;
	min-width: 50px;
	font-family: Droid Serif, sans-serif;
	box-shadow: none !important
}
.toolbar3 {
	padding: 0;
}
.toolbar3 button{
	background: none !important;
	margin-right: 10px;
	border-radius: 0;
	border: 2px solid #cccccc !important;
	color: #cccccc !important;
	height: 28px;
	line-height: 25px;
	padding: 0 5px;
	box-shadow: none !important;
}
.toolbar3 button:hover,
.toolbar3 button.selected{
	color: #0081CF !important;
	border: 2px solid #0081CF !important;
}
.toolbar4 > div{
	padding: 0
}
.toolbar4{
	padding-top: 30px;
	border-top: 2px solid #e1e1e1;
	clear: both;
}
/* pagination */
.pagination{
	margin: 0;
}
.pagination li span,
.pagination li a{
	border: none;
	background: none !important;
	font-weight: 400;
	color: #262626 !important;
	font-size: 18px;
	padding: 11px 17px !important;
	border: 2px solid #ebebeb;
	border-radius: 0 !important;
	line-height: 1;
}
.pagination li:not(:last-child) span,
.pagination li:not(:last-child) a{
	margin-right: 15px;
}
.pagination li:hover span,
.pagination li:hover a,
.pagination .active span{
	color: #0081CF !important;
	border-color: #0081CF !important;
}
/* 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: #f50381 !important;
}
.col-1{
	margin-bottom: 30px;
}
.col-1 .thumbnail{
	border: none;
	padding: 0;
	border-radius: 0;
}
.image-additional-container{
	margin: 0 -10px;
}
.image-additional-container .thumbnail{
	margin: 0;
}
.image-additional.owl-carousel .owl-item {
    padding: 0 10px;
}
.col-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #323232;
	text-transform: uppercase;
}
.col-2 .product-name + p{
	margin: 15px 0 0;
}
.col-2 .product-name + p a{
	text-transform: capitalize;
	color: #b7b7b7;
	font-family: Droid Serif, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.col-2 .ratings{
	margin: 15px 0;
}
.col-2 .price-product .new-price{
	margin-right: 10px;
	font-size: 24px !important;
}
.col-2 .price-product .old-price{
	font-size: 18px;
	color: #b7b7b7;
	text-decoration: line-through;
}
.col-2 .price-product li span{
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
}
.col-2 .price-product{
	font-size: 24px !important;
	font-family: 'Lato', sans-serif;
	color: #323232;
	font-weight: 900;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 20px;
}
.col-2 .ex-text{
	color: #cd446f;
	padding-left: 5px;
}
.col-2 .short-des{
	margin: 20px 0;
	line-height: 30px;
	color: #828282;
	font-family: Droid Serif, sans-serif;
	font-style: italic;
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
}
.col-2 .list-unstyled li{
	font-family: Lato, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #323232;
	font-weight: 700;
	line-height: 30px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: inline-block;
    height: 20px;
    border: none;
    box-shadow: none;
    font-weight: 700;
    text-align: center;
    width: 20px;
    font-size: 14px;
    border-radius: 0px;
	border: 1px solid #ebebeb;
	float: left;
	padding: 0;
}
#input-quantity2,
#input-quantity {
    width: 65px;
	height: 40px;
	border-right: none;
	margin-bottom: 5px;
}
#minus2,
#minus{
	border-top: none;
}
#input-quantity2 + div,
#input-quantity + div {
    float: left;
    width: 20px;
    margin-right: 20px;
}
#button-cart2 i,
#button-cart i{
	font-size: 0;
}
#button-cart2,
#button-cart{
    height: 40px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #0081CF;
    font-weight: 700;
    display: inline-block;
    line-height: 38px;
	margin: 0px 8px 10px 0;
	border-color: #0081CF;
}
#button-cart2:hover,
#button-cart:hover {
    background-color: #f50381;
}
#button-cart2 span,
#button-cart span {
    text-transform: uppercase;
	color: #0081CF;
	font-weight: 700;
	line-height: 38px;
}
.col-2 #button-cart2 i ,
.col-2 #button-cart i {
    font-size: 12px;
	margin-right: 5px;
	color: #0081CF;
}
button.btn-compare span,
button.btn-wishlist span{
	font-size: 0;
}
button.btn-compare i,
button.btn-wishlist i{
	color: #a7a7a7;
	line-height: 38px;
}
button.btn-compare:hover i,
button.btn-wishlist:hover i{
	color: #0081CF;
}
button.btn-compare,
button.btn-wishlist {
    width: 40px;
    height: 40px;
    border: 2px solid #e1e1e1;
    border-radius: 100%;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
	margin-bottom: 10px;
	padding: 0;
	background: none;
}
button.btn-compare:hover,
button.btn-wishlist:hover {
    background-position: -34px 2px;
	border-color: #0081CF;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.col-3{
	margin: 60px 0 0px;
}
.col-3 .tab-content{
	max-height: 300px;
	min-height: 300px;
	overflow: auto;
	padding: 30px;
	border: 1px solid #e9e9e9;
	margin-top: 45px;
	font-family: Droid Serif, sans-serif;
	font-style: italic;
	color: #9b9b9b;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 90px;
}
.related-product-container .product-des{
	display: none;
}
#tab-review{
	padding: 0 0 10px 0;
}
.col-3 .nav-tabs{
	margin: 0;
	border: none;
	border-bottom: 2px solid #ebebeb;
}
.col-3 .nav-tabs li.active a::before,
.col-3 .nav-tabs li:hover a::before{
	content: "";
	height: 4px;
	width: 44px;
	background: #cd446f;
	position: absolute;
	bottom: -2px;
}
.col-3 .nav-tabs li:hover a,
.col-3 .nav-tabs li.active a{
	color: #484848;
	border: none;
	background: none;
	position: relative;
}
.col-3 .nav-tabs li a,
.col-3 .nav-tabs li a{
	color: #bebebe;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 0 10px 0;
}
.col-3 .nav-tabs li:first-child{
	padding-left: 0;
}
.col-3 .nav-tabs li{
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: -2px;
	padding: 0 25px;
}
label[for="input-quantity"] {
    float: left;
	line-height: 40px;
	padding-right: 10px;
}
.common-home #content{
	float: left;
	width: 100%;
}
#content{
	min-height: 400px;
}
.product-tabs-container-slider .btn-cart .button{
	font-size: 12px;
}
body:not(.common-home) .fix-header{
	background: rgba(255,255,255,.97);
	box-shadow: 0 5px 5px -5px #262626;
}
.fix-header{
	position: fixed;
	background: rgba(40, 43, 49, .95);
	width: 100%;
	left: 0;
	z-index: 9999;
	padding: 0 30px;
}
.fix-header#top .search-container,
.fix-header#top .setting,
.fix-header#top #cart{
	padding: 15px 0;
}
.fix-header#top #logo{
	padding: 13px 0;
}
/* responsive */
@media(min-width: 1920px){
	.common-home::before{
		min-height: 890px
	}
	.fix-header{
		padding: 0 70px;
	}
}
@media(min-width: 1400px){
	.banner-2 .text-content.col-l{
		margin-bottom: 14px;
	}
	.banner-1 .text-container{
		padding-top: 70px;
	}
	.banner-1 .text-container .text-content{
		margin-top: 50px;
	}
	.banner-1 .text-container p{
		margin: 0 0 40px;
	}
	.banner-1 .text-container .text-v{
		margin: -50px 0 0 0;
	}
}
@media(max-width: 1024px){
	.common-home::before{
		height: 650px;
		-webkit-transform: skew(0deg,-5deg);
		-moz-transform: skew(0deg,-5deg);
		-o-transform: skew(0deg,-5deg);
		transform: skew(0deg,-5deg);
	}
	.banner-1 .col-images .text-content{
		-webkit-transform: translate(-50%,-50%) scale(.8);
		-moz-transform: translate(-50%,-50%) scale(.8);
		-o-transform: translate(-50%,-50%) scale(.8);
		transform: translate(-50%,-50%) scale(.8);
	}
	.banner-1 .text-container {
		padding-left: 20px;
		padding-top: 0px;
	}
	.banner-1 .text-container h3{
		margin: 0;
	}
	.banner-1 .text-container .text-v{
		margin: -105px 0 0 0px;
	}
	.banner-1 .text-container a{
		margin-top: 0px;
	}
	.banner-2 .text-content p span{
		padding: 10px;
	}
	.banner-2 .text-content p{
		left: 20px;
		right: 20px;
		transform: translateY(-50%);
		width: auto;
	}
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
}
@media(max-width: 991px){
	#cart .dropdown-menu{
		right: -35px;
	}
	.container.layer-category{
		width: 100%;
		clear: both;
	}
	.product-list .product-des{
		margin-bottom: 20px;
	}
	.product-list .tags-product, .product-list .ratings2 {
		margin-bottom: 15px;
	}
	.custom-products .product-layout.product-grid:nth-child(2n+1){
		clear: both;
	}
	.banner-1 .col-images .text-content{
		-webkit-transform: translate(-50%,-50%) scale(1);
		-moz-transform: translate(-50%,-50%) scale(1);
		-o-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
	}
	.banner-1 .text-container .text-v {
		margin: 15px 0 0 0;
	}
	.banner-2 .text-content{
		text-align: center;
		margin-bottom: 30px !important;
	}
	#cart{
		margin-right: 35px;
	}
	.main-menu{
		float: none;
		clear: both;
	}
	.banner-1 > .row > div {
		margin-bottom: 60px;
	}
	.testimonial-module .container{
		width: 100%;
	}
	.banner-2 ,
	.testimonial-module{
		margin: 60px 0;
	}
	#blog_home .articles-inner{
		padding: 0 10px 10px;
	}
	.toolbar3{
		float: left;
	}
	.qv-button-container{
		display: none !important;
	}
}
@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;
	}
}
@media(max-width: 768px){
	.banner-1 .text-container .text-v {
		margin: -15px 0 0 0;
	}
}
@media(max-width: 767px){
	#blog_home .articles-inner {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.owl-buttons{
		display: none;
	}
	.policy-static > div{
		margin-top: 0px;
		padding-bottom: 0;
	}
	.policy-static .col .text-content{
		text-align: center;
	}
	.setting-inner{
		width: 100%;
	}
	.module-title h2 {
		font-size: 20px;
	}
	.testimonial-content{
		width: 80%;
	}
	.banner-1 .col-images .text-content{
		width: 100%;
	}
	#content{
		clear: both;
	}
}
@media(max-width: 640px){
	.product-list .product-thumb .product-inner{
		width: 100%;
		padding: 0;
	}
	.product-list .product-thumb .image{
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	.setting-inner .container > div{
		width: 50%;
		float: left;
		text-align: left;
	}
	.setting-inner .container > div:nth-child(2n+1){
		clear: both;
		margin-bottom: 20px;
	}
	.banner-1 .col-images .text-content {
		-webkit-transform: translate(-50%,-50%) scale(.8);
		-moz-transform: translate(-50%,-50%) scale(.8);
		-o-transform: translate(-50%,-50%) scale(.8);
		transform: translate(-50%,-50%) scale(.8);
	}
	.banner-1 .col-images .text-content h1 {
		font-size: 20px;
	}
	.banner-1 .text-container .text-v {
		margin: -45px 0 0;
	}
}
@media(max-width: 560px){
	.banner-1 .col-images .text-content img{
		display: none;
	}
	.banner-1 .col-images .text-content{
		width: 90%;
		-webkit-transform: translate(-50%,-50%) scale(1);
		-moz-transform: translate(-50%,-50%) scale(1);
		-o-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
	}
}
@media(max-width: 480px){
	.col-3 .nav-tabs li{
		width: 100%;
		padding: 0 0 20px;
		font-size: 14px;
	}
	.col-3 .nav-tabs {
		border: none;
	}
	.col-3 .tab-content{
		margin: 20px 0 50px;
	}
	.product-layout.product-grid{
		width: 100%;
	}
	.common-home::before{
		height: 300px;
	}
}
@media(max-width: 320px){
	.pagination li:not(:last-child) span, .pagination li:not(:last-child) a {
    margin-bottom: 10px;
}
	.policy-static .col{
		text-align: center;
		width: 100%;
	}
	.policy-static .col .text-content,
	.policy-static .col img{
		display: block;
		margin: 0 auto;
		float: none;
	}
	.footer-social-icons li{
		margin-right: 0px;
	}
	#input-quantity2,
	#input-quantity,
	label[for="input-quantity"]{
		margin-bottom: 10px;
	}
	.toolbar1,
	.toolbar2{
		width: 100%;
		margin: 10px 0 10px 0;
	}
	#logo img{
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
		transform-origin: center left;
	}
	#cart .dropdown-menu{
		right: -55px;
	}
}
.bootstrap-datetimepicker-widget td span {
    height: 36px !important;
    line-height: 36px !important;
    margin: 0px !important;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover {
    background: none !important;
}
#gallery_02.owl-carousel .owl-item{
	padding: 0 10px;
}
.no-returns-notice{
	color: white;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}