body {
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
	background: url("/image/catalog/eis/outlets.png");
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	line-height: 1;
}

/* bonus */
.m0 {
	margin: 0;
}
.mb200 {
	margin-bottom: 200px !important;
}
.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 {
	flex: 1 1 50%;
	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;
}

.btn {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    align-items: center;
    text-align: center;
    max-width: 100%;
	border-radius: 0;
    padding: 0;
}
.btn-primary {
	color: #fff;
    background-color: #FF7C00;
    border-color: #FF7C00;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	color: #fff;
    background-color: #252525;
	border-color: #252525;
}
.btn-xs, .btn-group-xs > .btn {
	width: inherit;
    line-height: inherit;
    font-size: inherit;
}
.text-danger {
    font-size: 12px;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.information-information-7 h1 {
	margin-bottom: 10px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #fff;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #FF7C00;
}
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;
}
/* 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: #FF7C00;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #FF7C00;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #FF7C00;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #FF7C00;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #FF7C00;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #FF7C00;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #FF7C00;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #FF7C00;
}
.tooltip-inner{
	background: #FF7C00;
}
.alert{
	background-color: #000000 !important;
	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: #FF7C00 !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: #555555 !important;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	/*border-radius: 20px;*/
	font-weight: 900;
}
#button-voucher,
#button-coupon{
	height: 34px;
	margin-left: 10px;
	border-radius: 3px;
}
#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 */
body:not(.common-home) .newletter-subscribe-container{
	margin-top: 50px;
}
.newletter-subscribe-container{
	background: #FF7C00;
	padding: 38px 0;
}
#dialog-normal .newletter-title h3{
	font-size: 30px;
	color: #fff;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: 700;
}
#dialog-normal .newleter-content label{
	font-size: 12px;
	color: #999999;
}
#dialog-normal .newletter-title label{
	color: #fff;
	margin: 0;
}
#dialog-normal .newletter-title{
	vertical-align: middle;
	position: relative;
	min-height: 41px;
	display: inline-block;
	background: url('../image/bg-testimonial.png') no-repeat center left;
	padding-left: 90px;
	min-height: 60px;
}
#dialog-normal .newleter-content{
    float: right;
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#subscribe_email-normal{
	background: #fff;
	border: 0px solid #fff;
	border-radius: 40px;
	color: #bababa;
	display: block;
	padding: 0 180px 0 20px;
	height: 50px;
	width: 100%;
	float: left;
	color: #bababa;
	margin-top: 5px;
}
#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: #444 !important;
	color: #fff !important;
}
#subscribe-normal .btn{
	border-radius: 0 40px 40px 0;
	background: #f1d411 !important;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	
	padding: 0 45px;
	height: 50px;
	color: #3d3d3d !important;
	border: none;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: -50px;
}
#subscribe-normal .btn:hover{
	background: #70e114;
}
#notification-normal{
	position: absolute;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #fff;
	text-align: center
}
/* search category */
#search-by-category {
	display: inline-block;
    float: right;
    position: relative;
    width: 100%;
    border: 1px solid #404040;
    background: #404040;
    margin-top: 8px;
}
#search-by-category .search-container{
	float: left;
	width: 100%;
}
/*#search-by-category .search-container .categories-container{
    float: left;
    position:relative;
	padding: 12px 0;
	width: 25%;
}*/
#search-by-category .search-container #text-search{
	width: 100%;
    box-shadow: none;
    color: #bababa;
    font-size: 14px;
    float: right;
    border: none;
    text-indent: 20px;
    height: 24px;
    border-radius: 0 40px 40px 0;
    padding-right: 110px;
    background: #222222;
}
#search-by-category #sp-btn-search{
    float:right;
    background: none;
	margin-top: -24px;
}
#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:#FF7C00
}
.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: 25%;
    top: 47px;
    width: 75%;
}
.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: #FF7C00;
}
.ajax-result-item .product-info .detail .product-name{
	font-size: 13px;
	margin: 10px 0;
	font-weight: 700;
}
#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: #FF7C00;
    border: none!important;
    padding: 0 25px;
    box-shadow:none;
    text-shadow:none;
	height: 24px;
	margin-right: -2px;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
}
#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: #FF7C00;
	
}
#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: #FF7C00;
}
#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: #FF7C00;
}
#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 #404040;
}
#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: #FF7C00;
}
#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: #5e5e5e;
	font-size: 13px;
	line-height: 20px;
}
#top > .container > ul:last-child > li{
	position: relative;
}
#form-language .dropdown-menu button {
    text-align: left;
    padding-left: 10px !important;
}

/*#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: #FF7C00;
	text-decoration: none;
}
#logo{
	padding: 10px 0 0;
}
#logo img {
	height: 70px;
}
#logo a{
	display: block;
}
#cart{
	float: right;
	width: auto;
}
#cart-total{
	color: #fff;
	padding-left: 5px;
	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: #fff;
	background: 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;
	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: #FF7C00;
}
#cart .cart-name{
	color: #FF7C00;
	
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
#cart .cart-price{
	font-size: 14px;
	color: #e12e2e;
	font-weight: 900;
}
#cart .cart-button{
	background: #FF7C00;
	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: 15px 0 0 0;
}
.unvisible{
	display: none;
}
.main-menu{
	margin-bottom: 0px;
	margin-top: 10px;
    margin-right: 15px;
	position: relative;
}

.main-menu:after {
	position: absolute;
	content: '';
	height: 5px;
	bottom: -2px;
	left: 0;
	width: 2000px;
	background: #aaa;
}
.main-menu:before {
	position: absolute;
    content: '';
    height: 5px;
    top: 17px;
    left: -101px;
    width: 120px;
    background: #aaa;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hozmenu-container:after {
	position: absolute;
    content: url(/image/catalog/eis/line.png);
    bottom: -8px;
    left: -57px;
	display: none;
}
/*.fix-header{
	top: 0;
	position: fixed !important;
	background: #404040;
	width: 100%;
	left: 0;
	z-index: 9998;
}*/
header {
	/*background: #404040;*/
	background: url("/image/catalog/eis/outlets6.png");
	overflow: hidden;
}
/* 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: #434343 !important
}
.social-footer .list-unstyled li i{
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #448ccb;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.social-footer .list-unstyled li i.fa-twitter{
	background: #00bff3;
}
.social-footer .list-unstyled li i.fa-rss{
	background: #e3c210;
}
.social-footer .list-unstyled li i.fa-google-plus{
	background: #ed1c24;
}
.social-footer .list-unstyled li i.fa-linkedin{
	background: #7da7d9;
}
.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: .8;
}
.banner-2 .col-img {
	margin-bottom: 50px;
	margin-top: 20px;
}
.banner-1{
	margin-bottom: 50px;
}
.static-policy{
	width: 100%;
    background: #f3f3f3;
    padding: 23px 0;
    border-radius: 3px;
    margin-bottom: 55px;
	margin-top: 50px;
    background: url(/image/catalog/eis/outlets6.png);
}
.static-policy .col-img{

}
.static-policy .text-content{
	padding: 0px 0 0 25px;
}
.static-policy .text-content p{
	margin: 0;
	font-size: 14px;
	line-height: 1;
	color: #e6e6e6
}
.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;
	min-width: 43px;
}
.static-policy .col-sm-6 {
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}

/* 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: #FF7C00;	
}
.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{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -37px;
	background: url(/image/catalog/eis/outlets.png);
	width: 60px;
	text-align: right;
}
.owl-buttons > div.owl-prev{
	margin-right: 12px;
}
.owl-buttons > div{
	display: inline-block;
}
.owl-buttons > div i:hover{
	color: #FF7C00
}
.owl-buttons > div i{
	font-size: 24px;
	color: #fff;
	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: #FF7C00;
}
.owl-style2 .owl-buttons > div i{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
}
.owl-style2 .owl-buttons > div:hover{
	border-color: #FF7C00;	
}
.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: #FF7C00;
}
.price{
	color: #ff7c00;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 10px 0;
}
.price-old{
	color: #acacac; 
	font-weight: 400;
	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;
	display: none !important;
}
.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: #FF7C00;
	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: #FF7C00;
	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 #FF7C00;
	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: #FF7C00;
	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: #fff;
	font-size: 18px;
	
	font-weight: 900;
	margin: 0;
	position: relative;
	background: url(/image/catalog/eis/outlets.png);
	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 #FF7C00;
	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: #FF7C00;
	border-color: #FF7C00;
	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: #FF7C00 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(255, 124, 0, 1);
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	background: rgba(255, 124, 0, .8);
	text-align: center;
	cursor: pointer;
}
#back-top i{
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
footer{
	margin-top: 40px;
    padding: 40px 0 40px;
    background: url(/image/catalog/eis/outlets6.png);
}
.footer-title + .list-unstyled li a:hover::before{
	background: #FF7C00
}
.footer-title + .list-unstyled li a::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #d7d7d7;
	left: 0;
	top: 7px;
	margin-top: -2px;
}
.footer-title + .list-unstyled li  {
	margin-bottom: 5px;
}
.footer-title + .list-unstyled li a{
	font-size: 14px;
    position: relative;
    padding-left: 15px;
    font-weight: 300;
}
.footer-title + .list-unstyled{
	margin: 0 0 30px 0;
	padding: 0;
}
.footer-title{
	font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.bottom-footer{
	border-top: 1px solid #5e5e5e;
    padding: 10px 0;
}
.copyright-text a{
	color: #2d75b5;
}
.copyright-text{
	margin: 5px 0 0;
}
.payment-img{
	text-align: right;
}
/* breadcrumbs */
.breadcrumb {
	background: transparent;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.breadcrumb {
	color: #5e5e5e;
}
.breadcrumb a {
	color: #ff7c00;
}
.breadcrumbs .breadcrumb{
	padding:0;
	margin: 0;
	background: none;
}
.breadcrumbs .breadcrumb  a:hover,
.breadcrumbs .breadcrumb li:last-child a{
	color: #FF7C00;
}
.breadcrumb > li + li::before,
.breadcrumbs .breadcrumb a{
	color: #7b7b7b
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs{
	background: #f8f8f8;
	padding: 21px 0;
	margin-bottom: 30px;
	display: none;
}
/* 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: #FF7C00;
	background: #FF7C00;
}
#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;
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    background-color: #FF7C00 !important;
    color: #FFF !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 100% !important;
	background: #ececec !important;
	color: #878787 !important;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.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: #FF7C00 !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{
	margin-top: 20px;
}

.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: #FF7C00;
	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: #aaaaaa;
	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;
	font-weight: 400;
}
.col-2 .price-product{
	font-size: 32px;
    color: #ff7c00;
	font-weight: 900;
	margin-bottom: 30px;
}
.col-2 .ex-text{
	color: #FF7C00;
	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: 10px 10px 30px 0;
	float: left;
	background-color: #FF7C00 !important;
}
#button-cart2:hover,
#button-cart:hover {
    background-color: #FF7C00;
}
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: #FF7C00;
}
#product2,
#product{
	clear: both;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.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;
}

.common-home .banner-2 a {
	display: block;
	position: relative;
}
.common-home .banner-2 span {
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    height: 60px;
    font-weight: 700;
    background: rgba(0,0,0,0.6);
    text-transform: uppercase;
}
.common-home .banner-2 img {
	border-radius: 0;
	width: 100%;
}

#carousel0 .owl-item span {
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 15px 0 5px;
}

.footer-logo img {
	width: 300px;
    margin-bottom: 20px;
}

.dropdown-menu {
	color: #333;
}

.blog_item .summary {
	padding: 15px 20px 5px;
    background: rgba(255,255,255,0.1);
	border-radius: 5px;
}

/*.category-item*/
.category-item {
	padding: 15px 20px 5px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
	margin-bottom: 30px;
}
.category-item img {
	background: rgba(0,0,0,0.1);
}
.cat-caption {
    padding: 5px 0;
}
.cat-name {
    font-size: 15px;
    text-decoration: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.subcategs {
	margin: 20px 0;
    padding: 20px 0;
	background: rgba(255,255,255,0.1);
	border-radius: 5px;
}

.product-thumb {
	padding: 15px 20px 5px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
	margin-bottom: 30px;
}
.product-thumb button {
	background: #FF7C00;
    border: none;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.product-thumb button:hover {
	opacity: 0.9;
}

.product-thumb .caption h4 {
	font-size: 15px;
	font-weight: normal;
	height: 50px;
	display: flex;
	align-items: center;
}

.search-ajax {
	display: none !important;
}
#content {
	min-height: 270px;
}

body[class*="product-product-"] h1 {
	margin-bottom: 30px;
	text-align: left;
}
.table-bordered {
    border: 1px solid #aaa;
    background: rgba(255,255,255,0.1);
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #aaa;
}

.panel-default,
.panel-default>.panel-heading,
.list-group-item {
	background: transparent !important;
}
.panel-default {
	background: rgba(255,255,255,0.1) !important;
}
.ocfilter-option label {
	color: #fff !important;
}
.panel-default>.panel-heading {
	color: #fff !important;
}
.popover-content .btn {
	padding-left: 5px;
	padding-right: 5px;
}
/*#ocfilter {
	margin-top: 20px;
}*/
.panel-default,
.list-group-item,
.panel-default>.panel-heading {
    border-color: #191919 !important;
}
.panel-default>.panel-heading {
	border: none;
}
.noUi-handle {
	box-shadow: none !important;
}
.noUi-connect {
	background: #ff7c00 !important;
}
.ocfilter-option label small {
    background-color: #fcd6b1 !important;
    color: #0c0c0c !important;
    font-weight: 400 !important;
}
.ocf-offcanvas {
	background-color: #191919 !important;
}
.ocf-offcanvas .ocfilter-mobile-handle .btn {
	background: #ff7c00;
    border-color: #ff7c00;
    padding: 10px;
}

.blog-blog .image-additional > a {
    width: 23%;
    margin: 1%;
    /*height: 150px;*/
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-blog .image-additional:after {
	content: '';
	display: block;
	clear: both;
}

.checkout-cart #content form .input-group-btn button {
	line-height: 32px;
    padding: 0 5px;
}
.checkout-checkout .panel-default>.panel-heading {
	border-bottom: 1px solid #000;
}
#d_quickcheckout .qc-totals .row:last-child {
	border-top: 1px solid #000 !important;
}
#qc_confirm_order {
	line-height: 34px;
}

.top-phones {
	position: relative;
    top: 11px;
}
.top-phones a {
	margin-left: 20px;
    font-size: 12px;
}

.toggle-phone {
	border-bottom: 1px dotted #fff;
}

/* responsive */
@media(max-width: 1200px){
	.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
		padding: 21px 10px !important;
	}
	.common-home .main-menu {
		margin-top: 0;
	}
	.cart-container {
		padding: 5px 0 0 0;
	}
	/*.common-home .main-menu:before {
		top: 0;
		right: calc(100% + 51px);
	}*/
	header {
		overflow: hidden;
	}
	#logo {
		padding: 5px 0 0;
	}
	#logo img {
		height: 60px;
	}
}
@media(max-width: 1024px){
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
}
@media(max-width: 991px){

	#cart-total {
		font-size: 14px;
	}
	.logo-container {
		position: relative;
		left: 30px;
	}
	.logo-container  + div {
		position: initial;
	}
	.main-menu {
		position: absolute !important;
		left: 0;
		margin-top: 3px !important;
		max-width: 450px;
    	width: 100%;
	}
	#ma-mobilemenu {
		display: none;
		left: -15px;
		top: 51px;
		box-shadow: none !important;
		background: #F4F4F4;
		height: calc(100vh - 51px);
		overflow: auto;
		justify-content: space-between;
	}
	.navbar-active #ma-mobilemenu {
		display: flex !important;
	}
	#ma-mobilemenu .pt_menu a {
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 48px;
	}
	#top .menu-top {
		height: 50px;
	}
	#search-by-category {
		max-width: 60%;
    	float: left;
	}
	#logo img {
		max-height: 50px;
	}
	
	.main-menu:after,
	.main-menu:before,
	.hozmenu-container:after {
		display: none;
	}
	.search-containers {
		float: none !important;
	}
}

@media(max-width: 768px){
	.top-footer .row > div {
		margin-bottom: 40px;
	}
	.top-phones a {
		display: none;
	}
}