@font-face{font-family:'fa-viber';src:url(fonts/fa-viber.eot?-3dwksg);src:url(fonts/fa-viber.eot?#iefix-3dwksg) format("embedded-opentype"),url(fonts/fa-viber.ttf?-3dwksg) format("truetype"),url(fonts/fa-viber.woff?-3dwksg) format("woff"),url(fonts/fa-viber.svg?-3dwksg#fa-viber) format("svg");font-weight:400;font-style:normal}.fa-viber:before{font-family:'fa-viber';content:"\e666"}

@font-face {
	font-family: 'Proxima';
	src: url('fonts/Nunito-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('fonts/Nunito-Regular.woff2') format('woff2');
	font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('fonts/Nunito-SemiBold.woff2') format('woff2');
	font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('fonts/Nunito-Bold.woff2') format('woff2');
	font-weight: 700;
    font-style: normal;
}




/* @font-face {
    font-family: 'Proxima';
    src: url('Nunito-Black.woff2') format('woff2');
	font-weight: 900;
    font-style: normal;
} */


/*---------------------------CUSTOM---------------------------*/
/*---------------------------CUSTOM--------------------------*/
/*---------------------------CUSTOM--------------------------*/
.displaynone{
	display:none;
}

@media only screen and (max-width: 1024px) {
	body .oct-news-content-box .thumbnails{
		float: none;
		padding-left: 15px;
	}
	body .oct-news-content-box .thumbnails .panel{
		margin-bottom: 10px;
	}
	body .oct-news-content-box #description_block{
		float: left;
		width: auto;
		padding-left: 0;
		border-left: 0px solid #F3F3F3;
	} 
}
@media only screen and (max-width: 1199px){
	body footer .socials-box a[title="Instagram"]{
		background-size: 100% !important;
	}
}
#top .not-mobile-container .row .col-sm-12{
	padding-right: 0;
    padding-left: 0;
}

.menu-row #oct-menu-box nav .navbar-nav{
	float: none;
    display: table;
	width:100%;
}
.menu-row #oct-menu-box nav .navbar-nav > li{
	display: inline-block;
    float: none;
    text-align: center;
}
/* .menu-row #oct-menu-box nav .navbar-nav > li:hover{
	border-top-color: #009F46;
	background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.025) 50%, transparent 50%);
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.025) 50%, transparent 50%);
	background-position: 100%;
	background-size: 350%;
	transition: all 900ms linear 0ms;
	background-color: rgba(0,0,0,0.10);
} */
.menu-row #oct-menu-box nav .navbar-nav > li > a{
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}
body .menu-row #menu .nav>li{
	border-top-width: 0;
}
body .menu-row #menu .nav>li:hover{
	border-top-width: 0;
	border-right-color: #182324;
}
.menu-row #menu .nav>li>a{
	padding: 18px 15px;
}
.menu-row #oct-menu-box {
	height: 50px;
}
.menu-row #menu .dropdown-inner a{
	font-size: 14px;
	padding: 14px 20px 14px 48px ;
}
body #menu .dropdown-menu{
	border-radius: 0;
}

body > #oct-bluring-box > .container {
	padding-left: 0;
	padding-right: 0;
}
body > #oct-bluring-box > .container > .content-row,
body > #oct-bluring-box > .container .oct-carousel-box{
	/*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 25px rgba(0,0,0,.08);*/
    border-radius: 0;
}
body .content-row .breadcrumb-box{
	margin: 0 0 6px 2px;
	padding-top: 0px;
	padding-bottom: 0;
}
body h1.cat-header{
	font-size: 28px;
	color: #173119;
}
body[class*="product-category-"] h1.cat-header{
	font-size: 32px;
}
header #search .btn-search {
    padding: 10px 20px; 
	transition: 0.5s;
}
/* header #search .btn-search:hover{
	border: 1px solid #bebebe;
} */
body .ocfilter-option label.ocf-selected {
	color: #009F46;
}
header #search .input-lg{
	transition: 0.5s;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
header #search .input-lg:hover{
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-color: #bebebe;
	border-top-color: #bebebe;
	border-bottom-color: #bebebe;
}

header #search .input-lg, header .input-group-btn.dropdown .btn-lg, header #search .btn-search
{
	-webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s;
		transition: all 1.1s;
}

header #search input[name="search"]:hover + .input-group-btn.dropdown .btn-lg{
	border-top-color: #bebebe;
	border-bottom-color: #bebebe;
}

header #search input[name="search"]:hover + .input-group-btn.dropdown + span.input-group-btn .btn-search{
	border-top-color: #bebebe;
	border-bottom-color: #bebebe;
	border-right-color: #bebebe;
}


header #search .input-lg:active,
header #search .input-lg:focus{
	border-left-color: #bebebe;
	border-top-color: #bebebe;
	border-bottom-color: #bebebe;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

header #search .input-lg:active header #search .btn-search {
	height: 40px;
	background-color: #bebebe;
	border: 1px solid #bebebe;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

#column-left #sstore-3-level a:hover{
    color: #009F46!important;
}
#column-left #sstore-3-level ul:first-child>li>a{
	padding-top: 10px;
}
#column-left #sstore-3-level>ul>li>a.category-name-a{
	padding: 16px 35px 11px 20px;
	margin-bottom: 1px;
	font-size: 13px;
    line-height: 1.3;
	font-weight: 600;
}
#column-left #sstore-3-level>ul>li>a.category-name-a.current-link{
	color:#009F46!important;
}
#column-left #sstore-3-level>ul>li a.toggle-a{
	height: 40px;
    line-height: 40px;
    padding: 0;
    width: 35px;
    vertical-align: middle;
	z-index: 10;
}
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a:before,
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a:after{
	background: #333!important;
}
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a:hover:before,
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a:hover:after{
	background: #009F46!important;
}
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a.current-link:before,
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a.current-link:after{
	background: #333!important;
}
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a.current-link:hover:before,
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a.current-link:hover:after{
	background: #009F46!important;
}
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a:before{
	top: 23px;
}
#column-left #sstore-3-level ul>li.has-sub>a.toggle-a:after{
	top: 19px;
}
#column-left #sstore-3-level>ul>li>ul{
	margin-top: -1px;
    margin-bottom: 1px;
}
#column-left #sstore-3-level ul ul li a{
	padding: 5px 35px 5px 30px;
    line-height: 1.2;
    font-size: 13px;
}
#column-left #sstore-3-level ul ul li:last-child a{
	padding-bottom: 10px;
}
#column-left #sstore-3-level > ul > ul > li:first-child > a{
	padding-top: 14px;
}
#column-left #sstore-3-level > ul > li:last-child > a{
	padding-bottom: 14px;
}
#column-left #sstore-3-level ul ul ul {
	list-style: circle;
}
#column-left #sstore-3-level ul ul ul li a{
	padding: 5px 15px 5px 45px;
	font-size: 12.5px;
}
#column-left #sstore-3-level ul ul ul li a:before{
	content:"- ";
}
#column-left #sstore-3-level ul ul li.active > a{
	/*padding-top: 14px;*/
	color: #009F46;
}
#column-left #sstore-3-level ul ul li:first-child>a{
	padding: 15px 35px 5px 30px; 
}
#column-left #sstore-3-level ul ul li:last-child>a{
	padding: 5px 35px 15px 30px;
}

#column-left #sstore-3-level ul ul ul li:first-child>a{
	padding: 10px 35px 4px 45px;
}
#column-left #sstore-3-level ul ul ul li:last-child>a{
	padding: 4px 35px 10px 45px;
}
#column-left #sstore-3-level ul>li.has-sub>ul>li.has-sub>a.toggle-a:before{
	top: 11px;
}
#column-left #sstore-3-level ul>li.has-sub>ul>li.has-sub>a.toggle-a:after{
	top: 7px;
}
#column-left #sstore-3-level ul>li.has-sub>ul>li.has-sub.active>a.toggle-a:before{
	top: 22px;
}
#column-left #sstore-3-level ul>li.has-sub>ul>li.has-sub.active>a.toggle-a:after{
	top: 18px;
}
#column-left #sstore-3-level ul>li.has-sub>ul>li.has-sub:first-child>a.toggle-a:before{
	top: 20px;
}
#column-left #sstore-3-level ul>li.has-sub>ul>li.has-sub:first-child>a.toggle-a:after{
	top: 16px;
}

button:active, button:focus{
	outline:none !important;
}

body .popover.top{
	margin-top: 30px;
}
.popover .popover-title{
	font-size: 13px;
}
#column-left .oct-news-panel .panel-heading{
	background: #ddd !important;
    color: #333 !important;
}
#column-left .oct-news-panel .list-group .list-group-item{
	background: #F0F0F0 !important;
	color:#090F0D;
	margin-bottom: 0;
	padding: 5px 35px 5px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#column-left .oct-news-panel .list-group .list-group-item.active{
	color:#009F46;
}
#column-left .oct-news-panel .list-group a.list-group-item:first-child{
	padding-top: 10px;
}
#column-left .oct-news-panel .list-group a.list-group-item:last-child{
	padding-bottom: 10px;
}
#column-left .oct-article-categories-box .box-heading{
	background: #ddd !important;
    color: #333 !important;
	text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding: 15px 15px 13px 15px;
}
#column-left .oct-article-categories-box #input-blog_search {
    margin-bottom: 6px;
    border-color: #009F46;
}
#column-left .oct-article-categories-box #search_block .oct-button{
	border-radius: 0;
    padding: 8px 20px;
}
#column-left .oct-article-categories-box #search_block{
	background-color: #f0f0f0;
}

#product-inn .options-header{
	margin-top: 0;
    font-size: 18px;
    font-weight: 100;
    background-color: #EFEFF0;
    margin-bottom: 0;
    padding: 10px;
}
.price-col-bl #main-product-price.h2,
.price-col-bl #main-product-special{
	font-size: 34px;
    line-height: 1.3;
    color: #009F46 !important;
    margin-bottom: 10px;
}
.price-col-bl #main-product-special,
.price-col-bl #main-product-price2{
	color: #FF1D00  !important;
}
.price-col-bl .product-price .h3, 
.price-col-bl .product-price h3 {
    margin-right: 0;
    margin-left: 10px;
	font-size: 24px; 
}
.price-col-special{
	display: inline-block;
    margin-right: 8px;
}
.price-col-special #main-product-price{
	display: none;
}

.kol-cheaper .found-cheaper{
	background: none;
}
.kol-cheaper .found-cheaper a{
	font-size: 13px;
}
.kol-cheaper .number,
.kol-cheaper .number input[name="quantity"]{
	background-color: #efeff0;
	font-weight: 600;
	border-radius: 20px;
}
#product-inn .text-danger{
	background-color: rgba(255, 0, 0, 0.06);
    margin-bottom: 6px; 
}

#product-inn .product-buttons-row{
	margin-top: 5px;
    margin-bottom: 0;
}
.product-buttons-row .product-buttons-box{
	display: inline-block;
	margin-bottom: 12px;
	width: 49%;
	border-collapse: initial;
	border-spacing: 0;
	position: relative;
	left: 0px;
	vertical-align: top;
	text-align: right;
}
#product-inn .product-count {
	display: inline-block;
	width: 49%;
}
.product-buttons-row #button-cart{
	display: inline-block;
	width: calc(100% - 10px);
	border-radius: 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight:600;
	padding: 6px 20px 10px 20px;
	border-radius: 99px;
}
.product-buttons-box #button-cart:hover{
	background: #173119;
	
}
.product-buttons-row #button-cart i{
	font-size: 20px;
    padding-right: 4px;
    position: relative;
    top: -2px;
}
.product-buttons-row .product-buttons-box .button-wishlist,
.product-buttons-row .product-buttons-box .button-compare{
	display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    background: #808687;
    top: -3px;
    position: relative;
}
.product-buttons-row .button-wishlist i,
.product-buttons-row .button-compare i{
	padding-left:1px;
}

#product-inn .button-one-click_wrapper {
	display: inline-block;
	background: none;
	color: #173119 !important;
	text-decoration: none;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	width: 44%;

}
html[lang="ru"] #product-inn .button-one-click{
	text-align: center;
}
#product-inn .button-one-click i{
	font-size: 16px;
}
#product-inn .button-one-click:hover{
	background: none !important;
    color: #173119 !important;
}
.kol-cheaper .col-sm-5{
	padding-right: 0;
    padding-left: 5px;
}
.product-info-ul li.product-info-li{
	background: none !important;
	margin: 0px;
	padding-top: 0;
    padding-bottom: 0;
}
.product-info-ul li strong{
	font-weight: 500!important;
}
#oneclick-popup .popup-form-box > p{
	font-size: 18px;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
#oneclick-popup .popup-form-box h3.blue {
	font-size: 20px;
}
#oct-related .owl-item .rating{
	display:none;
}
#tab-specification .table{
	border: 1px solid #f0f3f6;
}
#tab-specification .attr-content{
	padding: 0 15px;
}
.product-sticker-box .top{
	font-size: 23px !important;
    line-height: 65px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    margin: 5px;
    border-radius: 50%;
}
.product-sticker-box .top{
	font-size: 23px !important;
    line-height: 65px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    margin: 5px;
    border-radius: 50%;
}
.product-sticker-box .new{
	font-size: 23px !important;
    line-height: 65px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    margin: 5px;
    border-radius: 50%;
}


body.account-register .account-content .form-group.required2{
	display: block;
}

div.cat-desc-box h1, div.cat-desc-box h2, div.cat-desc-box h3, div.cat-desc-box h4, div.cat-desc-box h5, div.cat-desc-box h6,  
div.cat-desc-box .h1, div.cat-desc-box .h2, div.cat-desc-box .h3, div.cat-desc-box .h4, div.cat-desc-box .h5, div.cat-desc-box .h6{
	font-weight: 600;
	color: #555;
	margin-top: 12px;
    margin-bottom: 8px;
	text-align: left;
}
div.cat-desc-box h2, div.cat-desc-box .h2{
	font-size: 20px;
}
div.cat-desc-box h3, div.cat-desc-box .h3{
	font-size: 18px;
}
div.cat-desc-box h4, div.cat-desc-box .h4{
	font-size: 17px;
}
div.cat-desc-box h5, div.cat-desc-box .h5{
	font-size: 16px;
}
div.cat-desc-box h6, div.cat-desc-box .h6{
	font-size: 15px;
}
div.cat-desc-box span.noselect{
	font-weight:600;
}
div.cat-desc-box li{
	margin-bottom: 4px;
	font-size: 13px;
}
#bl-cat-descs .cat-desc-box p{
	font-size: 13px;
}
.banner-my{
	max-width:100%;
}
.subcat-header{
	display: none;
}
.news-row .pull-left,
.news-row .pull-right{
	display: none;
}

.fancybox-controls .fancybox-infobar .fancybox-button--left{
	position: fixed;
	top: calc(50% - 22px);
    left: 10px;
}
.fancybox-controls .fancybox-infobar .fancybox-button--right{
	position: fixed;
	top: calc(50% - 22px);
    right: 10px;
}

#product-options-popup .number .frame-change-count{
	border-radius: 20px;
}
#product-options-popup .product-info-li.list-li{
	background: none;
}
#product-options-popup .product-info-li .control-label,
#product-options-popup .product-info-li .options-box,
#product-options-popup .text-danger{
	text-align: center;
}
#product-options-popup .product-info-li .control-label{
	width: 100%;
	font-size: 14px;
}
#oneclick-popup .frame-change-count,
#cart-popup .frame-change-count,
#cart_table .frame-change-count{
	width: 120px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 5px;
}
#oneclick-popup .frame-change-count input,
#oneclick-popup .frame-change-count .btn-minus, 
#oneclick-popup .frame-change-count .btn-plus, 
#cart-popup .frame-change-count .btn-minus, 
#cart-popup .frame-change-count .btn-plus, 
#cart-popup .frame-change-count input,
#cart_table .frame-change-count .btn-minus,
#cart_table .frame-change-count .btn-plus,
#cart_table .frame-change-count input{
	display: inline-block;
	line-height: 34px;
}
#oneclick-popup .frame-change-count .btn-minus{
	padding-top: 2px;
}
#oneclick-popup .frame-change-count .btn-plus{
	line-height: 34px;
    position: relative;
    top: -2px;
    padding-top: 4px;
}
#oneclick-popup .frame-change-count .btn-minus button, 
#oneclick-popup .frame-change-count .btn-plus button, 
#cart-popup .frame-change-count .btn-minus button, 
#cart-popup .frame-change-count .btn-plus button,
#cart_table .frame-change-count .btn-minus button,
#cart_table .frame-change-count .btn-plus button{
	background: transparent;
    background-image: none;
    border: 0;
}
#cart_table .frame-change-count .btn-minus button,
#cart_table .frame-change-count .btn-plus button{
	display: inline-block !important;
}
#oneclick-popup .frame-change-count .btn-minus,
#cart-popup .frame-change-count .btn-minus,
#cart_table .frame-change-count .btn-minus{
	float: left;
    width: 39px;
    height: 36px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: none;
}
#oneclick-popup .frame-change-count .btn-plus,
#cart-popup .frame-change-count .btn-plus,
#cart_table .frame-change-count .btn-plus{
	width: 39px;
    height: 36px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: none;
}
#cart_table .frame-change-count .btn-plus,
#cart_table .frame-change-count .btn-minus{
	background: none;
}
#oneclick-popup .frame-change-count input{
	padding-left: 10px;
    padding-right: 10px;
	border-radius: 0;
	height: 37px;
	position: relative;
    top: -1px;
}
#oneclick-popup .frame-change-count input,
#cart-popup .frame-change-count input,
#cart_table .frame-change-count input{
	min-width: 0px;
    width: 40px;
    height: 36px;
	border: none;
    background: none;
	margin:0;
	text-align: center;
	font-weight: 600;
    font-size: 17px;
	border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
#cart_table .frame-change-count input{
    text-align: center;
}
#oneclick-popup .frame-change-count i,
#cart-popup .frame-change-count i,
#cart_table .frame-change-count i{
	font-size: 14px;
	position: relative;
    top: 1px;
}
#oneclick-popup .frame-change-count button,
#cart-popup .frame-change-count button,
#cart_table .frame-change-count button{
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#oneclick-popup .frame-change-count button:hover,
#cart-popup .frame-change-count button:hover,
#cart_table .frame-change-count button:hover{
	color:#009F46;
}

body[class*="product-category-"] #column-left #banner0 .owl-wrapper-outer{
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.product-compare .compare-table .compare-table-thead tr{
	display: none; 
} 
.product-compare .compare-table,
.product-compare .compare-table tbody,
.product-compare .compare-table td{
	border:none;
}
.product-compare .compare-table td{
	border-right: 1px solid #ddd;
}
.product-compare .compare-table td:last-child{
	border-right: 0px solid #ddd;
}
.product-compare .compare-table tr > td:first-child{
	font-size: 14px;
    font-weight: 600;
}
.product-compare .compare-table tr > td[colspan="4"]{
	font-size: 18px;
    padding-top: 15px;
	font-weight: 600;
	color: #009F46;
}
.product-compare #content>.table-responsive{
	background-color: #fff;
    border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.product-compare .compare-table tbody tr:nth-child(2) > td:not(:first-child) a{
	font-size: 17px;
	line-height: 1;
    font-weight: 500;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}
.product-compare .compare-table tbody tr:nth-child(3) > td:not(:first-child){
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	color: #173119;
}
.product-compare .compare-table .text-rating{
	font-size: 12px;
}
.product-compare .compare-table .avail_yes{
	color: #1da46b;
	font-weight: 600;
}
.product-compare .compare-table .avail_yes:before{
	content: "";
	display: inline-block;
	background-image: url(/image/catalog/done.svg);
	background-repeat: no-repeat;
	background-size: contain;
    width: 13px;
	height: 13px;
	margin-right: 3px;
    position: relative;
    top: 2px;
}
.product-compare .compare-table .avail_no{
	color: #df1d35;
	font-weight: 600;
}
.product-compare .compare-table .avail_no:before{
	content: "";
	display: inline-block;
	background-image: url(../image/svg/cl-red.svg);
	background-repeat: no-repeat;
	background-size: contain;
    width: 13px;
	height: 13px;
	margin-right: 2px;
    position: relative;
    top: 1px;
}
.table.compare-table .oct-button{
	padding: 8px 20px 9px 20px;
}
.table.compare-table .oct-button.out-of-stock-button{
	background: #444 !important;
}
.table.compare-table .oct-button.out-of-stock-button:hover{
	background: #222 !important;
}
.table.compare-table .oct-button.oct-button-inv{
	padding: 11px 20px 10px 20px;
	background: none !important;
	color: #000 !important;
}
.table.compare-table .oct-button.oct-button-inv:hover{
	opacity: 0.65;
}
.table.compare-table .oct-button.oct-button-inv i{
	width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../image/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2px;
    margin-right: 4px;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}
.table.compare-table .oct-button:not(.oct-button-inv) i{
	width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../image/svg/cart-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
    margin-right: 4px;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}
.table.compare-table .oct-button.out-of-stock-button i{
	background-image: url(../image/svg/cl-white.svg);
}
.table.compare-table .oct-button i:before{
	display: none;
}

#scale-price{
	height: 10px;
	margin-top: 15px;
}
#scale-price .noUi-handle:after, 
#scale-price .noUi-handle:before{
	display: none;
}
#scale-price.noUi-horizontal .noUi-handle{
	width: 19px;
	height: 19px;
    border-radius: 50%;
    top: -6px;
    left: -10px;
	box-shadow: none;
    background: #173119;
    border-width: 0;
	cursor: pointer;
}
#scale-price.noUi-horizontal.noUi-target{
	border: 1px solid #fff;
    box-shadow: none;
    background: #ebebeb;
	margin-left: 10px;
    margin-right: 10px;
}
#scale-price.noUi-horizontal .noUi-origin{
	border-radius: 0px;
}
#scale-price.noUi-horizontal .noUi-background{
	background: #ebebeb;
    box-shadow: none;
}
#scale-price .noUi-pips-horizontal{
	padding-top: 15px;
}
#scale-price .noUi-connect{
	box-shadow: none;
}

body.checkout-success h2 i,
body.account-success h2 i{
	display: none;
}
body.checkout-success h2,
body.account-success h2{
	margin-top: 10px;
}
body.checkout-success #content .text-center,
body.account-success #content .text-center,
body.account-logout #content .text-center{
	padding: 10px 2px;
    margin: 15px 0;
    font-size: 18px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.account-logout #content .text-center{
	text-align: left;
}
body.checkout-success #content .text-center a,
body.account-success #content .text-center a,
body.account-logout #content .text-center a{
	color: #000;
    text-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
    text-decoration: underline;
}
body.checkout-success #content .text-center a:hover,
body.account-success #content .text-center a:hover,
body.account-logout #content .text-center a:hover{
	color: #009F46;
}
body.checkout-success .success-i,
body.account-success .success-i,
body.account-logout .success-i{
	text-align: center;
}
body.checkout-success .success-i i,
body.account-success .success-i i,
body.account-logout .success-i i{
	font-size: 60px;
    color: #009F46;
}
.account-logout #content .buttons{
	text-align: left;
}
.account-logout #content .buttons div{
	margin: 0 0 10px 0;
}

body[class*="account-"] h2 i{
	font-size: 28px;
}
body.checkout-success h2 b{
	color: #009F46;
}
.account-login h2 i{
	display: none;
}

body .container .news-row .owl-carousel .owl-controls{
	margin-top: 25px;
}
.checkout_form-first-div table td.text-right{
	text-align: center;
}
body #info-mobile-box{
	padding: 0;
}
body #info-mobile-box ul li{
	border-bottom: 1px solid #ededed!important;
	width: 100%!important;
	display: block;
	margin-bottom: 0;
}
body #info-mobile-box ul li a{
	text-decoration: none;
	color: #4F5F6F;
	padding: 15px;
	display: inline-block;
}
#menu-mobile .menu-mobile-header, 
#info-mobile .menu-mobile-header, 
#menu-mobile .close-m-search a{
	color: #fff !important;
}
a[href*="downloads"],
a[href*="transactions"]{
	display: none !important;
}
#oct-menu-box #menu .nav>li>a.current-link{
	color: #fff;
	opacity: .7;
}
body[class*="product-product"] .alert.alert-success{
	display: none;
}
body .alert{
    padding: 12px 15px;
    font-size: 14px;
}
body .alert i{
	font-size: 16px;
    margin-right: 5px;
}
body .alert.alert-danger{
	color: #df1d35;
    background-color: #f9f3f4;
    border-color: #df1d35;
}
body .alert.alert-success{
	border-color: #1da46a;
    background-color: #eef5f2;
    color: #1da46a;
}
.account-account .alert{
	margin-bottom: 0px;
    margin-top: 15px;
}
.payment-exist{
	display: none;
}
.checkout-oct_fastorder .checkout_form .fastorder-panel-default .shipping-method > p > strong{
	display: none; 
}

body .jq-icon-success{
	background-color: #26b487;
    border-color: #1f8e6b;
}
.about-row .oct-slideshow-box:before,
.about-row .oct-slideshow-box:after{
	display: none; 
}
#logo{
	position: relative;
}
#logo.showlogo{
	opacity: 1;
}
#logo .logo-gif{
	position: absolute;
	width: auto;
    max-height: 100%;
    top: -2px;
    left: -1px;
}



