/* bonus */
.m0 {
	margin: 0;
}
.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;
}
.no-before:before {
	display: none !important;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #3d3d3d;
	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: #3d3d3d;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #de6100;
}
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: #de6100;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #de6100;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #de6100;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #de6100;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #de6100;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #de6100;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #de6100;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #de6100;
}
.tooltip-inner{
	background: #de6100;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.banner-ourbrands .owl-carousel .owl-item img,
.img-r, .product-thumb:hover .actions-link, .layout1, .tabs li:hover, .cmsblock .col-img img,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff !important;
	background-color: #de6100 !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;
}
#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: #de6100;
	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: 2px solid #de6100;
	margin: 15px 0;
}
#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%;
	display: none;
}
#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: 45px;
	padding-right: 110px;
}
#search-by-category #sp-btn-search{
    float:right;
    background: none;
	margin-top: -45px;
}
#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:#de6100
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0;
    top: 47px;
    width: 100%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name a{
	color: #de6100;
}
.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: #de6100;
    border: none!important;
    padding: 0 25px;
    box-shadow:none;
    text-shadow:none;
	height: 45px;
	margin-right: -2px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0;
}
#btn-search-category i{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
}

.search-containers {
	padding: 0 50px;
}
/* blog */
#blog_home{
	margin-bottom: 60px;
}
#blog_home .owl-carousel .owl-item {
    padding: 0 15px;
}
#blog_home .aritcles-content .author-name{
	color: #de6100;

}
#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: #de6100;
}
#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: #de6100;
}
#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{
	background-color: #e6e6e6;
    border-bottom: 1px solid #cfd0d0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #888888;
}
#top > .container > ul:first-child{
	padding: 7px 0;
}
#top > .container > ul:first-child > li{
	font-size: 13px;
    padding: 0 7px;
}
#top > .container > ul:first-child > li >span:not(.text-ex){
	color: #de6100;
}
#top > .container > ul:last-child{
}
#top > .container > ul:last-child .text-ex{
	padding: 7px 0px;
	margin-right: 5px;
	font-size: 13px;
}
#top > .container > ul:last-child  .btn-link{
	padding: 7px 0;
	border: none;
	box-shadow: none;
	color: #3d3d3d;
	font-size: 13px;
	line-height: 20px;
}
#top > .container > ul:last-child > li{
	padding: 0 20px;
	position: relative;
	font-size: 13px;
    vertical-align: middle;
}

#top > .container > ul:last-child > li:last-child::after,
#top > .container > ul:last-child > li::before{
	content:"";
	position: absolute;
	top: 50%;
	height: 20px;
	background: #bdbdbd;
	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: #de6100;
	text-decoration: none;
}
#logo{
	padding: 10px 0;
	text-align: center;
}
#logo a{
	display: inline-block;
}
#logo img {
	max-height: 132px;
}
#cart{
	float: right;
	width: auto;
}
#cart-total{
	font-weight: 700;
	float: left;
	margin-top: 0;
	position: absolute;
	background: #ed8a47;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	color: #fff;
	border-radius: 50%;
	right: -4px;
	top: -4px;
	font-size: 12px;
	padding: 3px 4px 1px;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart > button > i{
	font-size: 0px;
	color: #232323;
	background: #de6100 url('../image/bg-btn-cart.png') center no-repeat;
	width: 49px;
	height: 49px;
	border-radius: 100%;
	display: inline-block;
	float: left;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu{
	border: none;
	border-radius: 5px;
	box-shadow: 0  0 20px 5px rgba(0,0,0,.1);
	min-width: 300px;
	margin: 0;
	padding: 10px;
	top: 100%;
}
#cart-total .item-cart{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #de6100;
	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: #de6100;
}
#cart .cart-name{
	color: #de6100;

	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
#cart .cart-price{
	font-size: 14px;
	color: #e12e2e;
	font-weight: 900;
}
#cart .cart-button{
	background: #de6100;
	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: 0;
	width: 75px;
}
.unvisible{
	display: none;
}
.common-home .main-menu{
	margin-bottom: 30px;
}
.main-menu{
	background: #de6100;
}
header {
	background: #f4f4f4;
}
.fix-header{
	top: 0;
	position: fixed !important;
	background: rgba(64, 142, 212, .95);
	width: 100%;
	left: 0;
	z-index: 9998;
}
.fix-header.fix-header-act{
	background: rgba(64, 142, 212, 1);
}
/* cms block */
.col-img{
	text-align: center;
}
.banner-sidebar{
	margin-bottom: 50px;
}
.tag-static{
	/* margin-top: 30px; */
}
.tag-static li a:first-child{
	padding: 0;
	font-weight: 700;
	border: none;
}
.tag-static li a:last-child{
	border: none;
}
.tag-static li a{
	padding: 0 10px;
	border-right: 1px solid #cccccc;
	line-height: 24px;

}
.tag-static ul{
	padding: 0;
	margin: 0;
}
.tag-static li{
	display: inline-block;
}
.social-footer .list-unstyled{
	margin: 25px 0 0;
}
.social-footer .list-unstyled li:last-child i{
	margin: 0;
}
.social-footer .list-unstyled li i:hover{
	background: #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: 60px;
}
.banner-1{
	margin-bottom: 60px;
}
.static-policy{
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 23px 0;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	margin-bottom: 55px;
}
.static-policy .col-img{

}
.static-policy .text-content{
	padding: 0px 0 0 55px;
}
.static-policy .text-content p{

	margin: 0;
	font-size: 14px;
	line-height: 1;
	color: #959595
}
.static-policy .text-content h2{
	color: #3d3d3d;
	font-size: 16px;
	line-height: 34px;
	margin: 0;
	font-weight: 700;

}
.static-policy .col:not(:last-child)::after{
	content: "";
	background: rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 1px;
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
}
.static-policy .col:not(:last-child)::before{
	content: "";
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 50%;
}
.static-policy .col-img{
	position: relative;
}
.static-policy .col:hover .text-content h2{
	color: #de6100;
}
.static-policy .col:hover .col-img .hover{
	opacity: 1;
}
.static-policy .col-img .hover{
	opacity: 0;
}
.static-policy .col-img img{
	position: absolute;
	left: 0;
	top: 0;
}
/* owl carousel */
.owl-carousel .owl-item{
	padding: 15px;
}
.featured-cat-thumb .owl-pagination{
	margin-top: 75px;
}
.owl-pagination{
	text-align: center;
}
.owl-pagination .owl-page{
	display: inline-block;
	line-height: 1;
}
.owl-pagination .owl-page:hover span,
.owl-pagination .owl-page.active span{
	background: #de6100;
}
.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: #fff;
	width: 50px;
	text-align: right;
}
.owl-buttons > div.owl-prev{
	margin-right: 12px;
}
.owl-buttons > div{
	display: inline-block;
}
.owl-buttons > div i:hover{
	color: #de6100
}
.owl-buttons > div i{
	font-size: 24px;
	color: #a8a8a8;
	line-height: 20px;
}
.owl-style2:hover .owl-buttons > div{
	transform: scale(1);
}
.owl-style2 .owl-buttons{
	position: static;
	width: auto;
	margin: 0;

}
.owl-style2 .owl-buttons > div:hover i{
	color: #de6100;
}
.owl-style2 .owl-buttons > div i{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
}
.owl-style2 .owl-buttons > div:hover{
	border-color: #de6100;
}
.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 */
/*.ratings {
	display: none;
}*/
.product-name{
	font-size: 15px;
	font-weight: 700;
	display: block;

	margin: 0;
	line-height: 18px;
	height: 54px;
    overflow: hidden;
	/*margin-bottom: 15px;*/
}
.product-name a{
	color: #3f3f3f;
}

h1.product-name {
	height: initial;
	color: #3f3f3f;
}
.price{
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 10px 0;
}
.price-old{
	color: #acacac;
    font-weight: normal;
    text-decoration: line-through;
    margin-left: 0;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -17px;
}
.ratings .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 0;
	height: 11px;
	width: 70px;
    margin-left: 10px;
}
.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{
	display: none;
	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{
	display: none !important;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.product-thumb:hover .actions-link{
	z-index: 0;
}
.btn-compare span,
.btn-wishlist span{
	display: none;
}
.btn-wishlist,
.btn-compare,
.btn-quickview{
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	background: #555555
}
.btn-wishlist:hover,
.btn-compare:hover,
.btn-quickview:hover{
	background: #de6100;
	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: #3f3f3f;
	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 #3f3f3f;
	left: 0;
	bottom: 0
}
.label-product:not(.l-sale) {
	display: none;
}
.label-product.l-sale{
	background: #de6100;
}
.label-product.l-sale span::before{
	border-color: transparent transparent transparent #de6100;
}
.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,.2);
}
.btn-cart span {
	border-radius: 0;
    font-weight: 500;
    margin-bottom: -2px;
}
.btn-cart{
	border-radius: 0;
	/*width: 50px;
	height: 50px;
	background: #f3f3f3;
	border-radius: 100%;
	font-size: 21px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	color: #c2c2c2*/
}
.btn-cart:hover{
	background: #de6100;
	color: #fff;
}
.fa-shopping-cart,
.zmdi {
	display: none;
}
.smca-call-button {
	line-height: 40px;
}
.layout1 .product-intro{
	position: absolute;
	bottom: 0;
	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,
.module-title .h2{
	color: #3d3d3d;
	font-size: 18px;

	font-weight: 700;
	margin: 0;
	position: relative;
	background: #fff;
	display: inline-block;
	padding-right: 20px;
}
.module-title{
	position: relative;
	margin: 0 0 15px 0;
}
.module-title::before{
	content: "";
	position: absolute;
	background: #ebebeb;
	height: 1px;
	top: 50%;
	left: 0;
	right: 0px;
}
/* tabs products */
.product-tabs-container-slider{
	margin-bottom: 45px;
	margin-top: 40px;
}
.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 #de6100;
	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: #de6100;
	border-color: #de6100;
	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: #de6100 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-top: 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 .owl-item.active{
	position: relative;
}
.banner-ourbrands .item {
	padding: 0 20px;
}

body[class*="product-product"] .banner-ourbrands {
	margin-top: 40px;
}
/*.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: 24px;
    text-align: left;
    margin-bottom: 30px;
}
.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;
    margin-top: 35px;
}
/* footer */
#back-top:hover{
	background: rgb(222, 97, 0);
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	background: rgb(236, 154, 107);
	text-align: center;
	cursor: pointer;
}
#back-top i{
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
footer{
	padding: 20px 0;
	background: #f4f4f4;
	margin-top: 30px;
}
footer .top-footer > .container > .row > .col-sm-3 img {
	max-height: 140px;
}

.top-footer .col-sm-9 > .row > .col-sm-3:last-child a {
	padding-left: 0;
}
.top-footer .col-sm-9 > .row > .col-sm-3:last-child a::before {
	display: none;
}
.footer-title + .list-unstyled li a:hover::before{
	background: #de6100
}
.footer-title + .list-unstyled li a::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #d7d7d7;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.footer-title + .list-unstyled li a{
	font-size: 14px;
	line-height: 24px;
	position: relative;
	padding-left: 18px;
}
.footer-title + .list-unstyled{
	margin: 0;
	padding: 0;
}
.footer-title{
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	display: none;
}
.bottom-footer{
	padding: 10px 0;
    background: #de6100;
    color: #fff;
}
.bottom-footer p {
	margin: 0;
}
.payment-img{
	text-align: right;
}
.payment-img a  {
	color: #fff;
	margin: 0 5px;
}
.payment-img a:hover {
	color: #3f3f3f !important
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	padding:0;
	margin: 0;
	background: none;
}
.breadcrumbs .breadcrumb  a:hover,
.breadcrumbs .breadcrumb li:last-child a{
	color: #de6100;
}
.breadcrumb > li + li::before,
.breadcrumbs .breadcrumb a{
	color: #7b7b7b
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs{
	background: #f8f8f8;
	padding: 15px 0;
	margin-bottom: 20px;
}
/* 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: 10px 0 0;
	/*border-top: 1px solid #ebebeb;
	padding: 15px 0 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: #de6100;
	background: #de6100;
}
#list-view{
	margin-right: 10px;
}
#list-view,
#grid-view{
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	color: #ccc;
	padding: 0 7px;
	background: none;
	line-height: 28px;
}
#list-view i,
#grid-view i{
	line-height: 28px;
}
.pagination{
	margin: 0;
	background: #fff;
}
.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: #de6100 !important;
    color: #FFF !important;
	z-index: 1;
}
.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: #de6100 !important;
}
.col-1{
	margin-bottom: 30px;
	position: sticky;
	position: -webkit-sticky;
    top: 20px;
}
.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 .active2.thumbnail,
.image-additional-container .thumbnail:hover{
	border: 1px solid #de6100
}
.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: 50px 0 20px 0;
	font-size: 31px;
	line-height: 41px;
	color: #3f3f3f;
	font-weight: 700;
}
.col-2 .product-name + p{
	margin: 10px 0 0;
}
.col-2 .product-name + p a{

}
.col-2 .ratings {
	display: inline-block;
}
.col-2 .list-unstyled{
	color: #363636;
	clear: both;
}
.col-2 .price-product .new-price{
	margin-right: 10px;
}
.col-2 .price-product .old-price{
	font-size: 14px;
    font-weight: normal;
    color: #de6100;
    text-decoration: line-through;
}
.col-2 .price-product {
	font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
	margin-top: 20px;
}
.col-2 .price-product span {
	font-size: 24px;
    font-weight: 900;
}
.col-2 .price-product span.small {
	font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #de6100;
    font-weight: 700;
    display: block;
    margin-top: -5px;
}

.col-2 .ex-text{
	margin-left: 5px;
	color: #3f3f3f;
}
.col-2 .ex-text .green {
	color: #15a217;
}
.col-2 .ex-text .orange {
    color: #de6100;
}


.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: 40px;
    border: none;
    box-shadow: none;
    font-weight: 700;
    text-align: center;
    width: 25px;
    font-size: 14px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #6f6f6f;
}
#input-quantity2,
#input-quantity {
    width: 40px;
}
label[for='input-quantity']{
	float: left;
	line-height: 34px;
	margin-right: 30px;
}
#button-cart2 i,
#button-cart i{
	font-size: 0;
}
#button-cart2,
#button-cart{
	margin: 0 10px 0 15px;
	float: left;
	background-color: #de6100 !important;
}
#button-cart2:hover,
#button-cart:hover {
    background-color: #de6100;
}
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: #de6100;
}
#product2,
#product{
	clear: both;
}
#product + div{
	margin: 20px 0;
}
.quantity-box{
	height: 40px;
	width: 100px;
	border: 1px solid #ebebeb;
	float: left;
}
.col-3{
	margin: 40px 0 30px;
}
.col-3 .tab-content{
	margin-bottom: 100px;
}
.product-top-nav {
	border-bottom: none;
	text-align: center;
	margin-bottom: 15px;
}
.col-3 .nav-tabs li,
.product-top-nav li {
	display: block;
	font-size: 18px;
}
.product-top-nav li {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
}
.col-3 .nav-tabs li:hover a,
.col-3 .nav-tabs li.active a,
.product-top-nav li:hover a {
	color: #ffffff;
    border: none;
    background: none;
    background: #3f3f3f;
}
.col-3 .nav-tabs li a,
.product-top-nav li a {
	color: #3f3f3f;
	border: none;
	border-radius: 0;
}
.product-top-nav li a {
	background: #e6e6e6;
	text-transform: uppercase;
	line-height: inherit;
}
.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;
}

.language-select {
	width: initial;
    margin: 0 3px !important;
}
.language-select.item-selected {
    color: #de6100 !important;
}

/*top-links*/
.top-links {
	font-size: 13px;
}
/*.top-data > div {
	padding: 0 15px 0 25px;
    margin: 22px 0 6px;
    border-right: 1px solid #dbdbdb;
}*/
.top-data > div:first-child .flex2 > div:first-child > a:first-child:before{
	content: url("/image/icons/cityphone.png");
	position: relative;
    margin-right: 3px;
    margin-left: 3px;
    top: 4px;
}
.top-data > div:first-child .flex2 > div:first-child > a:last-child:before{
	content: url("/image/icons/kyivstar.png");
	position: relative;
    margin-right: 3px;
    margin-left: 3px;
    top: 3px;
}
.top-data > div:first-child .flex2 > div:last-child > a:first-child:before{
	content: url("/image/icons/mts.png");
	position: relative;
    margin-right: 3px;
    margin-left: 3px;
    top: 2px;
}
.top-data > div:first-child .flex2 > div:last-child > a:last-child:before{
	content: url("/image/icons/life.png");
	position: relative;
    margin-right: 3px;
    margin-left: 3px;
    top: 3px;
}
.top-data .flex2 > div {
	margin: 0;
}
.top-data a {
	display: block;
    font-size: 16px;
    font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
    margin: 15px 10px;
}
.top-data p {
	color: #3d3d3d;
    margin-bottom: 4px;
	position: relative;
	font-size: 16px;
    font-weight: bold;
	line-height: 24px;
}
.top-data p.phone + div,
.top-data p.address + p,
.top-data p.time + p {
	color: #3d3d3d;
	margin-bottom: 0;
	font-size: 16px;
    font-weight: bold;
}
.top-data .fa {
    display: inline-block;
    background-repeat: no-repeat;
	margin-right: 4px;
	position: absolute;
    top: 3px;
    left: -20px;
	color: #de6100;
	font-size: 16px;
}

.top-data p.email .fa {
	left: -17px;
}

.category-wall h3{
	text-align: center;
	margin-bottom: 15px;
}
.cat-image{
	display: inline-block;
}
.cat-caption{
	text-align: center;
}
.cat-name {
	text-decoration: none;
    display: block;
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.cat-caption .cat-name {
	padding: 10px 0;
}

.category-item {
	text-align: center;
    margin-bottom: 0px;
    padding: 5px;
    border: 2px solid #f3f3f3;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;

}
.category-item .cat-image:hover + .cat-caption a {
	color: #de6100;
}
.category-item:hover {
	/*border: 2px solid #de6100;*/
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
.category-item-subs {
	display: none;
	position: absolute;
    top: calc(100% - 7px);
    left: 7px;
    width: calc(100% - 14px);
    text-align: left;
    padding: 15px;
    background: #de6100;
    z-index: 2;
    border: 2px solid #de6100;
    border-top: none;
}
.category-item:hover .category-item-subs {
	display: block;
}
.category-item-subs a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 6px;
	color: #fff;
}
.category-item-subs a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.category-wall .col-sm-3 {
		max-width: 20%;
		padding: 7px;
	}
}

.product-thumb {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-container ul.thumb {
	display: none !important;
}

.category-info {
	margin-bottom: 30px;
}

#cmsblock-29 {
	position: relative;
	cursor: pointer;
	padding-bottom: 40px;
}
#cmsblock-29 .cms-description {
	position: relative;
	-webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
	max-height: 540px;
    overflow: hidden;
}
#cmsblock-29:after {
	content: 'Развернуть';
	position: absolute;
	right: 0;
	bottom: 10px;
	font-weight: 700;
	color: #de6100;
	z-index: 2;
}
html[lang="ua"] #cmsblock-29:after {
	content: 'Розгорнути';
}
#cmsblock-29:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 150px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index: 1;
}
#cmsblock-29.active .cms-description {
	max-height: initial;
}
#cmsblock-29.active:after {
	content: 'Свернуть';
}
html[lang="ua"] #cmsblock-29.active:after {
	content: 'Згорнути';
}
#cmsblock-29.active:before {
	display: none;
}

.subcategories a {
	display: block;
	margin-top: 5px;
}
.subcategories span {
	text-align: center;
    display: block;
    margin: 5px 0 10px;
    font-size: 12px;
	line-height: 14px;
	height: 30px;
    overflow: hidden;
}

.noUi-connect {
    background: #de6100 !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
}

.btn {
	border: none !important;
	border-radius: 0;
}
.btn-primary {
	border-radius: 0;
    color: #fff;
    background-color: #de6100;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #3f3f3f;
    border-color: #e6e6e6;
}
.ratings span {
    font-size: 13px;
}
.ratings .green {
	color: #15a217;
}
.ratings .orange {
	color: #de6100;
}

.btn-request span {
	border-radius: 0;
    font-weight: 500;
    margin-bottom: -2px;
    padding: 0 20px;
    background: #a2a2a2 !important;
}

.alert-success {
	color: #de6100;
	background-color: #fee6d9;
}
.alert-success a {
	color: #de6100;
	text-decoration: underline;
}

.product-des {
	display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    margin-top: 15px;
    z-index: 2;
    width: calc(100% + 22px);
    left: -11px;
    padding: 15px;
    border: 1px solid #eae9e9;
    border-top: none;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.15);
}
.product-des:before {
	content: '';
    position: absolute;
    left: 0;
    top: -12px;
    height: 15px;
    width: 100%;
    background: #fff;
}
.product-layout:hover .product-des {
	display: block;
}

.express-count{
	margin-top: 15px;
}
.express-count > span {
	display: inline-block;
    background: #e6e6e6;
    margin-right: 5px;
    line-height: 28px;
    width: 32px;
    text-align: center;
    cursor: pointer;
	font-size: 11px;
    font-weight: bold;
}

#oneclick {
	margin-top: 5px;
    border: 1px solid #de6100;
    padding: 10px;
    background-color: #f8f8f8;
}
#oneclick .input-group {
	width: calc(100% - 150px);
    float: right;
}
#oneclick > span {
	line-height: 34px;
}
#oneclick button {
	border: 1px solid #de6100 !important;
	background: #de6100 !important;
}

.product-phones > div:first-child {
	color: #de6100;
}
.product-phones > div strong {
	color: #333;
}

.product-delivery-block {
	background: #f8f8f8;
    padding: 20px 5px;
	margin: 0;
	margin-top: 40px;
}
.product-delivery-block .prdct_blct {
	padding: 0 5px;
}
.product-delivery-block .prdct_blct > div {
	min-height: 15px;
    padding-top: 6px;
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-delivery-block .prdct_blct:first-child > div {
    background: url(/image/icons/dost_bg.png) left center no-repeat;
    padding-left: 48px;
}
.product-delivery-block .prdct_blct:nth-child(2) > div {
	background: url(/image/icons/payment_bg.png) left center no-repeat;
    padding-left: 48px;
}
.product-delivery-block .prdct_blct:nth-child(3) > div {
	background: url(/image/icons/graph_bg.png) left center no-repeat;
    padding-left: 30px;
}
.product-delivery-block .prdct_blct > ul {
	padding-left: 20px;
}

.col-3 p.title, #review + h2 {
	font-size: 27px;
    margin: 40px 0 20px;
}

.in-stock-label {
	position: absolute;
    display: inline-block;
    top: 75px;
    left: 30px;
    border: 1px solid #15a217;
    color: #15a217;
    padding: 3px 7px;
}
.simplecheckout-cart button.btn-primary {
	border: 1px solid #de6100 !important;
	background: #de6100 !important;
}
.simplecheckout-cart button.btn-danger {
	border: 1px solid #d9534f !important;
	background: #d9534f !important;
}
.simple-content .checkout-heading {
    background-color: #e6e6e6 !important;
    border-bottom: none !important;
}
.simplecheckout-block {
    background: #f8f8f8 !important;
}

.contacts-block form {
	margin-top: 40px;
}
.contacts-block label {
	padding-top: 0 !important;
	text-align: left !important;
}

.header_contact {
	text-align: center;
}
.header_contact p {
    min-width: 170px;
    font-size: 20px;
    line-height: 44px;
    color: #1E1E1E;
}
.header_contact .mts {
    background: url('/image/icons/mts.png') left center no-repeat;
    padding-left: 25px;
}
.header_contact .life {
    background: url('/image/icons/life.png') left center no-repeat;
    padding-left: 25px;
}
.header_contact .kyivstar {
    background: url('/image/icons/kyivstar.png') left center no-repeat;
    padding-left: 25px;
}

.header_contact .cityphone {
    background: url('/image/icons/cityphone.png') left center no-repeat;
    padding-left: 25px;
}
.header_contact a {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    transition: all .6s ease;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.header_contact a:after {
	position: absolute;
    content: "";
    left: 0;
    width: 0%;
    bottom: -5px;
    border-bottom: 1px solid #ff5f01;
    transition: all .6s ease;
}
.header_contact a:hover {
	color: #45ac07 !important;
}
.header_contact a:hover:after {
	width: 100%;
    border-color: #45ac07;
}
.email_contact {
    font-size: 18px;
    color: #282828;
	text-align: center;
    margin-top: 120px;
	margin-bottom: 30px;
}
.email_contact a {
    font-size: 18px;
    color: #282828;
}
.contact-title {
	font-size: 20px;
    margin: 20px 0 10px;
}
.row-contact iframe {
	border: none;
}

#ascpw2_record_signer, #ascpw2_comment-title {
	display: none !important;
}
#tab-review {
	padding-bottom: 60px;
}
#tab-review .captcha_status {
	float: left;
}
#tab-review .captcha_status + .buttons {
	float: right;
}

body[class*="information-information"] .form-builder {
    max-width: 600px;
    margin: 0 auto;
}

#preview {
	text-align: center;
}

html[lang="ua"] .btn-cart span {
	padding: 0px 20px;
}
html[lang="ua"] .btn-request span {
	padding: 0 10px;
}

.kak-mi-rabotaem-gaz>div, .kak-mi-rabotaem-gaz_ukr>div {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 100%;
    min-height: 147px;
    max-height: 147px;
}
.kak-mi-rabotaem-gaz .sklad-icon-1 {
    background-image: url(/image/sklad/kirpich-sklad-icon.png);
}
.kak-mi-rabotaem-gaz .sklad-icon-2 {
    background-image: url(/image/sklad/gazoblok-sklad-icon.png);
}
.kak-mi-rabotaem-gaz .sklad-icon-3 {
    background-image: url(/image/sklad/silicat-sklad-icon.png);
}
.kak-mi-rabotaem-gaz .sklad-icon-4 {
    background-image: url(/image/sklad/cement-sklad-icon.png);
}
.kak-mi-rabotaem-gaz .sklad-icon-5 {
    background-image: url(/image/sklad/osb-sklad-icon.png);
}
.kak-mi-rabotaem-gaz .sklad-icon-6 {
    background-image: url(/image/sklad/cement-sklad-icon_1.png);
}
.kak-mi-rabotaem-gaz .sklad-icon-7 {
    background-image: url(/image/sklad/utepliteli-sklad-icon.png);
}
.kak-mi-rabotaem-gaz .sklad-icon-8 {
    background-image: url(/image/sklad/instrument-sklad-icon.png);
}

.information-information-18 h1 + a.btn {
	display: block;
    max-width: 220px;
    margin: 20px auto;
}

.product-sticky {
	display: none;
	/*position: absolute;*/
	padding: 5px 10px;
}
.product-name-sticky {
	font-size: 24px;
    line-height: 24px;
    color: #3f3f3f;
    font-weight: 700;
	margin-bottom: 3px;
}
.product-price-sticky .old-price {
	color: #de6100;
    text-decoration: line-through;
}
.clb-btn {
	display: none !important;
}

.fixed-header header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 120;
	border-bottom: 1px solid #dbdbdb;
}
.fixed-header #top {
	margin-bottom: 159px;
}
.fixed-header .logo-container + .col-sm-9 > .row {
	display: none;
}
.fixed-header .top-data > div {
	margin: 6px 0 6px;
}
.fixed-header #logo img {
    max-height: 58px;
}
.fixed-header #logo {
    padding: 0;
}
.fixed-header .clb-btn {
	display: block !important;
	padding-top: 11px;
}
.fixed-header header > .container > .row > .col-sm-3 {
	width: 12%;
}
.fixed-header .col-1 {
	padding-top: 60px;
    margin-top: -60px;
}

.fixed-header .product-sticky {
	display: block;
}
.fixed-header .in-stock-label {
	display: none;
}

/*popup*/
.popup .modal-content {
	padding: 35px 50px 35px;
	border-radius: 5px;
	overflow: hidden;
	border: none !important;
	-webkit-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.15);
}
.popup .control-label {
	font-size: 14px;
	text-align: left;
}
.popup div.required .control-label:before {
	display: none;
}
.popup .form-horizontal .form-group {
	margin-bottom: 10px;
}
.popup input[type="text"],
.popup input[type="email"],
.popup input[type="password"] {
	height: 42px;
    font-size: 14px;
	border: 1px solid #dddddd;
	background: #fff;
	outline: none;
	padding: 6px 12px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         inset 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
}
.popup .modal-header,
.popup .modal-body {
    padding: 0;
    border-bottom: none;
}
.popup .modal-title {
    position: relative;
	margin-bottom: 10px;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, 0.93);
}
.popup .modal-header .close {
	outline: none;
    margin-top: -20px;
    margin-right: -30px;
    font-size: 30px;
    color: #e2e2e2;
    opacity: 1;
    text-shadow: none;
}

.popup-description {
	line-height: 22px;
    margin-top: 10px;
}
.popup .modal-header {
	min-height: 0;
}
.popup button[type="submit"] {
    margin: 20px auto 0;
    display: block;
    background: #de6100 !important;
    border-color: #de6100 !important;
    border-radius: 4px;
    color: #fff !important;
    line-height: 42px;
    padding: 0 25px;
}
.popup button[type="submit"]:hover {
	opacity: 0.9;
}
.popup .alert {
    margin: 10px 0;
}
#form-callback .required label {
    display: block;
    position: relative;
    padding-left: 27px;
}
#form-callback .required {
    position: relative;
}
#form-callback .required:before {
    content: '*';
    position: absolute;
    top: 7px;
    left: 17px;
    color: #e03322;
}

#showcase .col-sm-3 {
	height: 160px;
	margin-top: 40px;
	text-align: center;
}
#showcase .col-sm-3 a {
	text-transform: uppercase;
    font-weight: bold;
}
#tab-description {
	overflow-x: hidden;
}

.col-2 .price-product .price-comment {
	font-size: 18px !important;
    line-height: 28px;
    font-weight: normal !important;
}

.product-grid > .item-gallery {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    position: relative;
    box-shadow: none !important;
    min-height: 269px;
	margin-bottom: 20px;

}
.product-grid > .item-gallery .img_but {
	border: 1px solid #c1c1c1;
	padding: 20px 20px 30px;
}
.product-grid > .item-gallery .img_but + .name {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
	padding: 0 20px;
}

body[class*="information-information-"] .image-additional > a {
	width: 23%;
    margin: 1%;
    height: 250px;
    float: left;
    display: flex;
    align-items: center;
	justify-content: center;
    border: 1px solid #3f3f3f;
    background: #f8f8f8;
}
body[class*="information-information-"] .image-additional > a img {
	max-height: 100%;
}

.banner7-content.slider-3 .text-content {
	opacity: 0;
	left: 0 !important;
    width: 100%;
    top: 0 !important;
    height: 100%;
    transform: none !important;
}
.banner7-content.slider-3 .banner7-readmore {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner7-readmore a {
	display: block !important;
    margin: 0;
    height: 100%;
	padding: 0 !important;
    margin: 0 !important;
}

.product-brand-logo {
	position: absolute;
	right: 15px;
}
.product-imgs .image-additional-container {
	width: 50px !important;
    order: 1;
    margin: 0 10px 0 0;
}
.image-additional-container .thumbnail {
	display: block !important;
	margin-bottom: 5px;
}
.product-imgs .thumbnails {
	order: 2;
}

#accordion h3 {
	margin: 5px 0 5px;
}
#accordion .card {
	background: #f4f4f4;
    padding: 7px 15px;
    border-radius: 4px;
    margin-bottom: 5px;
}
#accordion .card h3 > a {
	display: flex;
    justify-content: space-between;
}
#accordion .card h3 > a .bf-arrow {
	font-size: 12px;
    line-height: 21px;
}
#accordion .card .card-body {
	padding: 10px 0 5px;
}

.top-col-1 {
	min-width: 24%;
    max-width: 24%;
    display: flex;
    align-items: center;
}
.top-col-2 {
	position: absolute;
    left: -2000px;
	opacity: 0;
}
.top-col-3 {
	display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	padding-right: 20px;
}
.top-col-3 .search-containers {
	display: flex;
    align-items: center;
	width: 100%;
	padding: 0;
}
#search-by-category {
	margin-right: 25px;
}

/* responsive */
@media(max-width: 1200px){
	.top-data > div:nth-child(2) {
		display: none;
	}
}
@media(max-width: 1024px){
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#dialog-normal .newleter-content{
		width: 45%;
	}
	.content-vermagemenu > h2 {
		font-size: 14px;
	}
	.btn-cart span {
		padding: 0px 10px;
	}
	.btn-request span {
		padding: 0px 10px;
		font-size: 10px;
	}

	.top-col-3 {
		display: block;
	}
	.cart-container {
		width: 25%;
		padding: 15px 15px 0 0;
	}
	.top-col-3 .search-containers {
		width: 75%;
		flex-direction: column;
	}
	.top-data a {
		margin: 0 15px 10px;
	}
}
@media(max-width: 991px){
	.in-stock-label {
		display: none;
	}
	#search-by-category .search-container .categories-container{
		display: none;
	}
	#search-by-category .search-container #text-search{
		width: 100%;
	}
	#logo {
		padding: 15px 0;
	}
	.cart-container {
		padding: 15px 15px 0 0;
	}
	#search-by-category{
		margin: 15px 0;
	}
	#dialog-normal{
		text-align: center;
	}
	#dialog-normal .newleter-content{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.static-policy .text-content h2{
		line-height: 1;
	}
	.static-policy .text-content p{
		margin-top: 10px;
	}
	.top-data > div {
		padding: 0 15px 0 15px;
	}
	.search-containers {
		padding: 0 15px;
	}
	/*#ocfilter {
		max-height: 41px;
    	overflow: hidden;
		cursor: pointer;
	}
	#ocfilter.active {
		max-height: initial;
	}*/
	#column-left > .featured-product-module {
		display: none;
	}
	.product-delivery-block .prdct_blct {
		width: 100%;
	}
	#tab-review .captcha_status + .buttons,
	#tab-review .captcha_status {
		float: none;
	}
	.top-footer > .container > .row > .col-sm-3 {
		display: none;
	}
	.top-footer > .container > .row > .col-sm-9 {
		width: 100% !important;
	}
	.footer-title + .list-unstyled li a {
		padding-left: 0;
	}
	.footer-title + .list-unstyled li a::before {
		display: none;
	}
	body[class*="information-information-"] .image-additional > a {
		width: 48%;
	}

	.top-col-3 {
		display: none;
	}
	.top-col-2 {
		position: relative;
		left: initial;
		opacity: 1;
	}
	#search-by-category {
		float: none;
	}
	.cart-container {
		width: inherit;
	}
	/*#search-by-category {
		width: calc(100% - 160px);
	}*/

}
@media(max-width: 767px){
	.col-3 .nav-tabs{
		width: 100%;
	}
	.col-3 .nav-tabs li{
		display: inline-block;
	}
	.col-3 .nav-tabs li:hover a, .col-3 .nav-tabs li.active a{
		border: none;
		border-bottom: 3px solid #464646;
	}
	.col-3 .nav-tabs li a{
		padding: 0 0 15px 0;
		margin-right: 20px;
	}
	.col-3 .tab-content{
		border: none;
		border-top: 3px solid #ebebeb;
		padding: 25px;
		width: 100%;
	}
	.owl-buttons{
		display: none;
	}
	.social-footer .list-unstyled{
		margin: 25px 0
	}
	.footer-title{
		margin: 0 0 15px;
	}
	.payment-img,
	.bottom-footer{
		text-align: center
	}
	.copyright-text{
		margin: 0 0 20px
	}
	.top-links > li,
	.top-data > div:nth-child(3) {
		display: none !important;
	}
	.top-links > li:last-child {
		display: inline-block !important;
	}
	.logo-container, .logo-container + div {
		width: 100%;
    	float: none;
	}
	.top-data a, .top-data p {
		font-size: 14px;
	}
	.logo-container + div, .cart-container {
		position: unset;
	}
	#cart {
		position: absolute;
		top: 50px;
    	right: 10px;
	}
	.top-data > div {
		text-align: center;
		border-right: none;
		margin: 0 0 6px;
	}
	#top > .container > ul:first-child > li {
		font-size: 10px;
		padding: 0 2px;
	}
	#top > .container > ul:last-child > li {
		padding: 0 10px;
		font-size: 11px;
	}
	.product-top-nav li a {
		font-size: 14px;
	}
	.col-1 {
		position: relative;
	}
	.category-wall .col-sm-3 {
		margin-bottom: 20px;
	}
	.top-footer {
		text-align: center;
	}
	.top-footer .col-sm-3 {
		margin-bottom: 20px;
	}
	.subcategories .col-sm-2 {
		width: 33%;
		float: left;
	}
	.layout1 .product-intro,
	.layout1 .product-intro span {
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 15px;
	}
	.layout1 .product-intro {
		height: 35px;
	}
	.col-2 .price-product .old-price {
		display: block;
	}
	#top > .container {
		padding: 0 7px;
	}
	#top > .container > ul:last-child > li {
		padding: 0;
		font-size: 10px;
	}
	#top > .container > ul:last-child > li:last-child::after, #top > .container > ul:last-child > li::before {
		display: none;
	}
}

#tab-description td {
 border: 1px solid #000;
}
#tab-description tr {
 border: 1px solid #000;
}
.tab-pane td {
 border: 1px solid #000;
}
.tab-pane tr {
 border: 1px solid #000;
}

.fiksacija-ceni p{
	font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	background: #d24a09 no-repeat;
    border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
    display: block;
    border-color: none;
    text-align: center;
}

.fiksacija-ceni a{
	font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border: none;
}

.oc-banner7-container .flexslider .slides img {
	display: block !important;
}
.oc-banner7-container .owl-carousel .owl-item {
	padding: 0 !important;
}
.oc-banner7-container .owl-pagination {
	text-align: left;
	top: -30px;
}
.oc-banner7-container .owl-controls .owl-page {
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	font-size: 0;
	width: 10px;
	cursor: pointer;
	position: relative;
	z-index: 9;
	border-radius: 100%;
	background: rgba(0, 0, 0, .1);
	line-height: 10px;
	box-shadow: none;
	border: 2px solid transparent;
	opacity: 0.5;
}
.oc-banner7-container .owl-controls .owl-page.active {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    border: 2px solid #fff;
	background: #de6100;

}
.oc-banner7-container .owl-pagination .owl-page span {
	display: none !important;
}

.oc-banner7-container .owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media(max-width: 768px){
	.fiksacija-ceni a{
	font-size: 16px;
	}
}
@media(max-width: 768px){
	.fiksacija-ceni p{
	font-size: 16px;
	}
	.col-2 .product-brand-logo + .list-unstyled {
		display: block;
		padding-right: 100px;
		min-height: 100px;
	}
}
/*.category-des td {
 border: 1px solid #000;
}
.category-des tr {
 border: 1px solid #000;
}*/

.common-home .banner7 .owl-buttons {
	top: 50%;
	height: 50px;
	width: 100%;
	background: transparent;
	display: block !important;
}
.common-home .banner7 .owl-carousel .owl-buttons div i {
	/*background: rgb(255 255 255 / 20%);*/
	padding: 10px;
	color: #3f3f3f;
}
.common-home .banner7 .owl-carousel .owl-buttons div {
	text-shadow: none;
	opacity: 1;
}

.mob-search-toggle {
	display: flex;
	color: #fff;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	float: left;
}
.mob-search-toggle .fa {
	font-size: 16px;
}
.cart-container + .search-containers #search-by-category {
	display: none;
}
.cart-container + .search-containers #search-by-category.active {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 1000000;
	border: none;
}
.cart-container + .search-containers #search-by-category.active > * {
	z-index: 2;
	position: relative;
}

.cart-container + .search-containers #search-by-category.active:before {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 1;
	background: rgba(0,0,0,0.4);
}
.cart-container + .search-containers #sp-btn-search {
	display: flex;
}
.mob-search-close {
	display: none;
}
.cart-container + .search-containers .mob-search-close {
	display: inline-flex;
	height: 45px;
	width: 35px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background: #555555;
	color: #fff;
}
.cart-container + .search-containers #search-by-category .search-ajax {
	top: 45px;
	z-index: 1 !important;
}
.cart-container + .search-containers #search-by-category .search-ajax li {
	list-style: none;
	max-width: 50%;
}
.cart-container + .search-containers #search-by-category .search-ajax .ajax-result-container .ajax-result-list {
	padding: 10px 0;
}

.soc-menu-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	gap: 10px;
}
.bottom-footer .soc-menu-inner {
	height: initial;
}
.bottom-footer .soc-menu-inner a {
	margin: 0;
}
.email_contact .soc-menu-inner {
	justify-content: center;
	margin-bottom: 10px;
}

.soc-menu-inner.top-mob {
	display: none;
}

@media(max-width: 991px){
	.main-menu .soc-menu-inner {
		display: none;
	}
	.bottom-footer .soc-menu-inner a {
		margin: 0;
	}
	.bottom-footer .soc-menu-inner {
		justify-content: center;
		margin-top: 5px;
	}

	.soc-menu-inner.top-mob {
		display: flex;
		flex-direction: column;
		min-width: 16px;
		height: initial;
		gap: 0
	}
	.soc-menu-inner.top-mob img {
		width: 16px;
	}
	.top-data > div {
		margin-bottom: 0 !important;
	}

	.top-col-2 > .row,
	.top-col-2 > .row > * {
		height: 100%;
	}
	.search-containers {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		height: 100%;
		width: calc(100% - 80px);
	}
	.cart-container {
		display: flex;
		align-items: center;
		padding-top: 0;
	}

}

@media(max-width: 500px){
	#cart {
		position: relative;
		top: 0;
		right: 0;
		float: none;
	}
	.cart-container {
		padding: 10px 15px 10px 0;
	}
	.top-col-1 {
		padding-right: 0;
	}
	.top-data,
	.top-data .flex {
		flex-direction: column;
	}
	.top-data > div {
		padding: 0;
	}
	.top-data .flex2 > div + div {
		margin-top: -2px;
	}
	.top-data a {
		margin: 2px 0 2px;
	}
	.top-data a, .top-data p {
		font-size: 12px;
		line-height: 15px;
	}
	.search-containers {
		float: left;
    	padding-right: 0;
	}
	#cart-total {
		padding-left: 5px;
		font-size: 14px;
		margin-top: 10px;
	}
	.cart-container {
    	padding-top: 23px;
	}

	.common-home .banner7 .owl-carousel .owl-buttons .owl-prev {
		left: -5px;
	}
	.common-home .banner7 .owl-carousel .owl-buttons .owl-next {
		right: -5px;
	}

	#logo {
		padding: 0;
	}
	.top-col-1 {
		min-width: 34%;
		max-width: 34%;
	}

}