
.wallcategory-grid .col-md-4.col-xs-12:first-child {
    display: none;
}
.footer-social {
	display: none;
}
/*
.special {
	display: none;
}
.special.active {
	display: block;
}
*/
.checkbox, .radio {
	padding-left: 20px;
	display: flex;
	align-items: start;
}
.checkbox label, .radio label {
	padding-left: 0;
}


.pb-3{
    padding-bottom: 5em;
}
.wrapper .main-btn {
margin-bottom:5px;
}
.pagination-line
{
margin-bottom:5px;
}

.simpleregister-button-block{
	background: none !important;
}

.img-responsive {
	border-radius: 10px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 0px;
    margin-bottom: 2px;
}

#information-sitemap .img-responsive {
	margin-bottom: 3em;
 }

.swiper-viewport: .swiper-pagination {
	display: block !important;
}
.swiper-viewport: .swiper-pager{
	display: none !important;
}


.simplecheckout-button-block{
	background: none !important;
}

.swiper-viewport {
   	background: none !important;
   	box-shadow: none !important;
    	border: none !important;
}

.main-tabs>li:last-child, a.review-go, .review-text {
    display: none;
}

.product-layout .product-stiker{
	display:none !important;
	position: absolute;
    	width: 40px !important;
    	top: 50px;
    	left: 25px;
    	z-index: 1;
}
.product-layout .product-stiker.active{
	display: block !important;
}

.product-layout .product-stiker.sh {
    top: 5px;
		right: 25px;
		left: unset;
}

img.product-stiker.popular{
	left: 10px;
    	top: 135px;
	
}

footer{
	margin-top:5px;
}
.product-info .list-unstyled .row div:last-child li:last-child {
    display: none;
}
#sbcTabContent .sbc_auto .pull-right{
	text-align: end;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #343e48;
	background-color: #f9f9f9;
}

.information-layout {
    height: 235px;
}


.information-layout .thumbnail{
	height: 100%;
	background: none;
    	border: none;
}

.information-layout .thumbnail .caption {
	display: none;
}

body.open-sidebar,
body.open-header,
body.open-infoside{
	overflow: hidden;
}

.open-sidebar #menu{
	padding-right: 17px;
}


.wrapper{
	position: relative;
	z-index: 1;
}


body.open-nav,
body.open-info{
	overflow: hidden;
}

body.modal-open .wrapper {
    z-index: auto;
}

*:focus{
	outline: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.form-horizontal .form-group {
	margin-right: -10px;
	margin-left: -10px;
}

.h2, h2 {
	font-size: 20px;
	margin: 0 0 15px;
}

h4, .h4 {
	margin-top: 2em;
}

.title-page{
	margin: 0 0 20px;
	font-size: 28px;
}

/* default font size */
.fa {
	font-size: 14px;
}

a {
	color: #23a1d1;
	transition: 0.3s all;
}
a:hover {
	text-decoration: none;
}

button{
	transition: 0.3s all;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.form-control{
	height: 38px;
	border: 1px solid#ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	padding: 5px 15px;
	font-size: 13px;
	resize: vertical;
}

.form-control:focus{
	border-color: #3f4e5d;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}





.main-checkbox [type="checkbox"]:not(:checked),
.main-checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.main-checkbox [type="checkbox"]:not(:checked) + label,
.main-checkbox [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 13px;
	transition: 0.3s all;
}

.main-checkbox [type="checkbox"]:not(:checked) + label:before,
.main-checkbox [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #e2e2e2;
	border-radius: 4px;
	box-shadow: none;
}

.main-checkbox [type="checkbox"]:checked + label:before {
	background: #3f4e5d;
	border-color: #3f4e5d;
}

.main-checkbox [type="checkbox"]:not(:checked) + label:after,
.main-checkbox [type="checkbox"]:checked + label:after {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 13px;
	color: #fff;
	transition: all .2s;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 18px;
}

.main-checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.main-checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.main-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.main-checkbox [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.main-checkbox [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.main-checkbox [type="checkbox"]:disabled + label {
	color: #aaa;
}

.main-checkbox label:hover:before {
	border: 2px solid #3f4e5d!important;
}

.main-checkbox .main-checkbox [type="checkbox"]:disabled:not(:checked) +label:hover:before {
	border: 2px solid #d5d5d8!important;
}

.main-radiobox [type="radio"]:not(:checked),
.main-radiobox [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.main-radiobox [type="radio"]:not(:checked) + label,
.main-radiobox [type="radio"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
}

.main-radiobox [type="radio"]:not(:checked) + label:before,
.main-radiobox [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #cfd8dc;
	border-radius: 10px;
	box-shadow: none;
}

.main-radiobox [type="radio"]:checked + label:before {
	border-color: #3f4e5d;
}

.main-radiobox [type="radio"]:not(:checked) + label:after,
.main-radiobox [type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 13px;
	color: #fff;
	transition: all .2s;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
}

.main-radiobox [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.main-radiobox [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
	background: #3f4e5d;
}

.main-radiobox [type="radio"]:disabled:not(:checked) + label:before,
.main-radiobox [type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.main-radiobox [type="radio"]:disabled:checked + label:after {
	color: #999;
}

.main-radiobox [type="radio"]:disabled + label {
	color: #aaa;
}

.main-radiobox label:hover:before {
	border: 2px solid #3f4e5d!important;
}

.card {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.main-tabs {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

.main-tabs>li {
	margin: 0 10px 0 0;
}

.main-tabs>li>a {
	border: none;
	border-radius: 6px;
	background: #f5f3f3;
	color: #343e48;
	height: 38px;
	line-height: 28px;
	margin: 0;
	font-size: 12px;
	padding: 5px 20px;
}

.main-tabs>li.active>a,
.main-tabs>li.active>a:focus,
.main-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background: #3f4e5d;
	border: none;
}



.dropdown-menu {
	margin: 0;
	padding: 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
}

.dropdown-menu>li>a,
.dropdown-menu>li>button {
	display: block;
	padding: 10px 15px;
	border: none;
	width: 100%;
	text-align: left;
	background: none;
		position: relative;
}

.dropdown-menu>li:last-child>a
.dropdown-menu>li:last-child>button{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>button:focus,
.dropdown-menu>li>button:hover {
    color: #343e48;
    background-color: #f9f9f9;
}

.dropdown-menu>li>.main-btn{
	background: #3f4e5d;
	color: #fff;
}




.dropdown-info{
	padding: 15px
}

.dropdown-info .dropdown-title {
	margin-bottom: 10px;
	display: block;
}

.dropdown-info .dropdown-title span{
    display: block;
		font-weight: bold
}

.dropdown-info .overflow-button{
	display: flex;
}

.dropdown-info .overflow-button .btn:first-child{
	margin-right: 15px
}


/* top */
#top {
	background: #fff;
	border-bottom: 1px solid #f7f7f7;
	min-height: 40px;
	position: relative;
	z-index: 1004;

}

#top .nav>li{
	float: left;
}

#top .nav>li>a,
#top .nav>li>button,
#top .nav>li>form>a,
#top .nav>li>form>button {
	padding: 10px 0;
	color: #343e48;
	border: none;
	background: none;
	text-decoration: none;
	font-size: 13px;

}

#top .nav>li>a:hover,
#top .nav>li>button:hover,
#top .nav>li>form>a:hover,
#top .nav>li>form>button:hover{

}

#top .nav>li>a>.fa,
#top .nav>li>button>.fa,
#top .nav>li>form>a>.fa,
#top .nav>li>form>button>.fa{
	margin-left: 5px
}

#top .nav.navbar-left>li>a,
#top .nav.navbar-left>li>button{
	margin-right: 20px;
}

#top .nav.navbar-right>li>a,
#top .nav.navbar-right>li>button,
#top .nav.navbar-right>li>form>a,
#top .nav.navbar-right>li>form>button{
	margin-left: 20px;
}




.currency-dropdown li>button,
.language-dropdown li>button {
    padding-right: 50px;
}

.currency-dropdown li span,
.language-dropdown li img{
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 11px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	border: 2px solid#f4f4f4;
}

.language-dropdown li img{
		width: auto;
    height: auto;
}

.currency-dropdown li .currency-active span,
.language-dropdown li .language-active img{
	border: 2px solid#3f4e5d;
	    background: #3f4e5d;
}

.navbar-right{
	margin: 0;
}



header {
	padding: 15px 0;
	background: #fff;
	margin-bottom: 76px;
}

header .header-logo,
header .header-info{
	padding: 0 10px;
	float: left;
}

header .header-logo{
	width: 25%;
}

#logo img{
	max-height: 55px;
}

.header-nav{
	display: none;
}

#header-info{
	position: relative;
	z-index: 1003;
	width: 75%;
}

.header-info .header-btn{
	float: right;
	margin: 9px 30px 9px 0;
	border-radius: 50px;
	background: #f9f9f9;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.dropdown-menu.messenger-box{
	display: none;
}

.open>.dropdown-menu.messenger-box{
	display: block;
}

.header-help-box {
	height: auto;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: right;
	background: none;
	border: none;
	margin-left: 15px;
	padding: 10px 15px 10px 60px;
	line-height: 1;
	min-height: 55px;
}

.header-help-box .title {
	font-size: 14px;
	display: block;
	font-weight: 600;
	position: relative;
	top: auto;
	left: auto;
	color: #343e48;
	margin-bottom: 5px;
}

.header-help-box .text {
	color: #23a1d1;
	font-size: 13px;
	font-weight: 600;
	border: none;
	background: none;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
}

.header-help-box .text:hover{
	color: #18ada8;
}

.header-help-box .icon{
	font-size: 30px;
	color: #29d4d2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid#f9f9f9;
	line-height: 49px;
	background: #f9f9f9;
	text-align: center;
	margin: 0;
	top: 50%;
	position: absolute;
	left: 0;
	margin-top: -25px;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.dropdown-menu.messenger-box {
	display: none;
	width: 100%;
}


.dropdown-menu.messenger-box>li>a{
	padding: 5px 15px;
	color: #fff;
}

.dropdown-menu.messenger-box>li>a:after{
	content: "\f105";
	font-family: FontAwesome;
	right: 15px;
	position: absolute;
	top: 9px;
}


.dropdown-menu.messenger-box>li:last-child>a{
	margin-bottom: 0;
}

.header-help-box.help-mess-box {
	padding: 0;
}


.header-help-box.help-mess-box .dropdown-toggle{
	height: auto;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: right;
	background: none;
	border: none;
	padding: 10px 0 10px 60px;
	line-height: 1;
	min-height: 55px;
	border-radius: 10px;
}





/* search */
#search {
	width: 430px;
	position: relative;
	float: left;
	margin: 9px 0;
	transition: 0.3s all;
}

#search .search-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 38px;
	border: none;
	font-size: 22px;
	color: #fff;
	background: #5c6875;
	border-left: 1px solid#677380;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

#search .form-control{
	background: #5c6875;
	border: none;
	color: #fff;
	border-radius: 50px;
	padding-right: 90px;
}

#search .form-control::placeholder {
	color: #909ead;
	opacity: 1;
}

#search .form-control:-ms-input-placeholder {
	color: #909ead;
}

#search .form-control::-ms-input-placeholder {
	color: #909ead;
}

#search .clear-search{
	position: absolute;
	right: 50px;
	top: 0;
	color: #909ead;
	font-size: 30px;
	bottom: 0;
	line-height: 38px;
	padding: 0 5px;
	cursor: pointer;
	display: block;
	transition: 0.3s all;
}

#search .clear-search:hover{
	color: #fff;
}

.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
	left: 0;
	top: 47px;
	display: none;
	overflow: hidden;
}


.live-search-box {
	max-height: 355px;
	overflow: auto;
}

.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.live-search .item {
	background-color: #FFF;
	display: flex;
	padding: 10px 15px;
	align-items: center;
	border-bottom: 1px solid#f7f7f7;
	justify-content: space-between;
}
.live-search .live-search-box .item:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search .item:hover {
	background-color: #f7f6f6!important;
}

.live-search .item a{
	display: flex;
	align-items: center;
}

.live-search .item .btn i{
	margin: 0;
}

.live-search .item .product-image{
	margin-right: 5px;
	width: 50px;
}

.live-search .product-image img {
	width: auto;
}

.live-search .item .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #a6a6a6;
	margin: 0px;
}
.live-search .item .product-name{
	font-weight: bold;
	width: 205px;
}


.live-search .item .product-price {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	width: 100px;
	text-align: right;
	padding-right: 15px;
}

.live-search .item .product-price .special{
	color: #eb5757;
	text-decoration: line-through;
	display: block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .product-add-cart a{
	border-radius: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	padding: 12px;
}

.live-search .result-text{
	text-align: center;
	font-size: 12px;
	background-color: #f9f9f9;
	padding: 10px 0;
	border-top: 1px solid#ededed;
}
.live-search .view-all-results:hover {
	color: #23527c;
}

.live-search .notitem{
	text-align: center;
	color: #a6a6a6;
	justify-content: center;
	font-size: 13px;
}




#sidebar {
	width: 280px;
	left: 0;
	top: 0;
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 1005;
	margin-left: -290px;
	transition: 0.3s all;
	box-shadow: 10px 0px 20px -5px rgba(36, 36, 59, .15);
	overflow-y: auto;
}

.open-sidebar #sidebar{
	margin-left: 0;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu li a{
	padding: 10px 50px 10px 15px;
	color: #343e48;
	position: relative;
	font-size: 13px;
	border-bottom: 1px solid#f7f7f7;
	display: flex;
	align-items: center;
	min-height: 50px;
}

.sidebar-menu li a:hover{
	background: #f9f9f9;
}

.sidebar-menu li.see-all a{
	color: #a6a6a6;
}

.sidebar-menu li a img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.sidebar-menu li a i{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	width: 30px;
	height: 30px;
	background: #f7f7f7;
	line-height: 30px;
	border-radius: 6px;
}

.sidebar-menu li.open a i{
	transform: rotate(90deg);
}

.sidebar-menu li a .count{
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 16px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.sidebar-title{
	background: #f9f9f9;
	padding: 18px 50px 18px 15px;
	font-weight: 600;
	position: relative;
}

.sidebar-title .sidebar-close{
	border: none;
	position: absolute;
	right: 0;
	font-size: 30px;
	top: 0;
	padding: 10px;
	bottom: 0;
	line-height: 20px;
	transition: 0.3s all;
}

.sidebar-title .sidebar-close:hover{
	background: #3f4e5d;
	color: #fff;
}

#top .sidebar-title,
#header-info .sidebar-title{
	display: none;
}

#sidebar .dropdown-menu{
	position: relative;
	float: none;
	box-shadow: none;
	border-radius: 0;
}


/* cart */

#cart .table{
	margin-bottom: 0;
}

.overflow-cart {
	max-height: 300px;
	overflow-y: auto;
	margin: -15px -15px 20px;
	border-bottom: 1px solid#ededed;
}

.mini-cart-table {
	width: 100%;
}

.mini-cart-table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.mini-cart-table tr>td{
	position: relative;
	padding: 8px 0;
}

.mini-cart-table tr>td:first-child{
	min-width: 65px;
	max-width: 80px;
	padding-left: 15px;
}

.mini-cart-table tr>td:nth-child(2){
	padding-left: 15px;
}

.mini-cart-table tr>td:nth-child(3){
	width: 36px;
	display: flex;
	padding-top: 16px;
    	right: 25px;
}

.mini-cart-table tr>td:nth-child(3) .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	right: 5px;
}

.mini-cart-table tr>td:nth-child(3) .form-control {
	width: 50px;
}

.mini-cart-table tr>td:last-child {
	padding-right: 15px;
	font-weight: 600;
	/*width: 165px;*/
}

.mini-cart-table a {
	font-weight: 600;
	color: #343e48;
}

.mini-cart-table .btn-del{
	background: #f2f3f5;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: block;
	/*
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	*/
	text-align: center;
	padding: 0;
	border: 1px solid#ccc;
	font-size: 18px;
	line-height: 26px;
}

.mini-cart-table .btn-del:hover {
	background: #3f4e5d;
	border: 1px solid#3f4e5d;
	color: #fff;
}

/* menu */
#menu {
	background: #3f4e5d;
	height: 56px;
	box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
	position: absolute;
	top: 126px;
	left: 0;
	right: 0;
	width: auto;
	z-index: 1002;
}

.modal-open #menu {
	right: 17px;
}

#menu.fixed-menu {
	position: fixed;
	top: 0;
}


#menu .icon-btn{
	width: 56px;
	height: 56px;
	font-size: 26px;
	color: #fff;
	position: relative;
	border: none;
	border-left: 1px solid#5c6875;
	background: none;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	text-align: center;
}

#menu .icon-btn:hover{
	    background: #5c6875;
}

#menu .icon-btn .count{
	width: 14px;
	height: 14px;
	background: #677482;
	display: block;
	position: absolute;
	left: 60%;
	font-size: 8px;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	top: 13px;
	font-weight: bold;
}

#menu #mini-cart-btn.icon-btn .count{
	background: #18ada8;
}

#menu .menu-sale a {
	padding: 5px 15px;
	border-radius: 24px;
	border-bottom-right-radius: 0;
	font-size: 12px;
	color: #fff;
	background: linear-gradient(143.92deg,#18ada8 -.14%,#146972 106.86%);
	height: 38px;
	margin: 9px 10px 9px 0;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#menu .menu-sale a i {
	font-size: 20px;
	float: left;
	margin-right: 5px;
}

#menu .menu-sale a:hover {
	background: linear-gradient(143.92deg,#18ada8 -.14%,#146972 190%);
}


#menu .menu-sale a .blink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 20;
	height: 240px;
	width: 240px;
	top: -5px;
	left: -92px;
	opacity: 1;
}

#menu .menu-sale a .animate {
	-webkit-animation: ripple 1.65s linear;
	-moz-animation: ripple 1.65s linear;
	-ms-animation: ripple 1.65s linear;
	-o-animation: ripple 1.65s linear;
	animation: ripple 1.65s linear;
	animation-iteration-count: infinite;
}

@-webkit-keyframes ripple {
	100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
	100% {opacity: 0; -moz-transform: scale(2.5);}
}
@keyframes ripple {
	100% {opacity: 0; transform: scale(2.5);}
}

.btn-category {
	width: 270px;
	background: #5c6875;
	border: none;
	height: 56px;
	text-align: left;
	padding: 10px 20px 10px 40px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	margin-right: 15px;
}

.btn-category:hover {
	background: #5c6875;
}

.btn-category:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 14px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: 0.3s all;
}

.btn-category .category-icon{
	position: absolute;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: 15px;
}

.btn-category .category-icon span{
	display: block;
	height: 2px;
	background: #eef2f5;
}

.btn-category .category-icon span:nth-child(1){
	width: 17px;
	margin-bottom: 4px;
}

.btn-category .category-icon span:nth-child(2){
	width: 10px;
	margin-bottom: 4px;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.btn-category .category-icon span:nth-child(3){
	width: 5px;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.btn-category:hover .category-icon span:nth-child(2),
.btn-category:hover .category-icon span:nth-child(3){
	width: 17px;
}
/* content */
#content {
	min-height: 600px;
}



.feedback-card{
	background-image: url(../assets/images/newsletter-pattern.png);
	background-color: #3f4e5d;
	color: #fff;
	text-align: center;
}

.feedback-card span{
	font-size: 45px;
	display: block;
	margin: 0 auto 15px;
}

.feedback-card h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

.feedback-card .text{
	margin-bottom: 15px;
}

/* footer */
footer {
	padding-top: 30px;
	background: #3f4e5d;
	color: #c4c4c4;
}

footer h5 {
	font-size: 16px;
	color: #fff;
	margin: 0 0 15px;
	position: relative;
	padding-bottom: 15px;
}

footer h5:before{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #4d6073;
	position: absolute;
	left: 0;
	bottom: 0px;
}

footer a{
	color: #c4c4c4;
}

footer a:hover{
	color: #fff;
}

#sidebar-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 60%);
	z-index: 0;
	opacity: 0;
	visibility: hidden;
}

.open-sidebar #sidebar-wrapper,
.open-infoside #sidebar-wrapper,
.open-search #sidebar-wrapper,
.open-header #sidebar-wrapper{
	z-index: 1004;
	opacity: 1;
	visibility: visible;
}

.footer-list {
	margin: 0 0 30px;
	list-style: none;
	padding: 0;
}

.footer-list a{
	display: block;
	margin-bottom: 8px;
}

.footer-hour .text,
.footer-contact .text{
	padding-left: 50px;
	position: relative;
	margin-bottom: 15px;
}

.footer-hour .text span,
.footer-contact .text span{
	font-size: 45px;
	position: absolute;
	left: 0;
	color: #fff;
}

.footer-contact .phone a{
	font-size: 20px;
	color: #fff;
}

.footer-contact .phone a:hover{
	color: #18ada8;
}

.footer-contact .address {
	margin-bottom: 15px;
}

.footer-social{
	overflow: hidden;
	margin-bottom: 25px;
}

.footer-social a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: #485869;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.footer-social a:hover{
	background: #5d7084;
	color: #fff;
}

.payment-text {
	margin-bottom: 10px;
}

.footer-payment {
	margin: 0 0 25px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
@media (max-width: 390px) {
	
	.footer-payment {
		max-width: 250px;
	}
	
}

.footer-payment li{
	float: left;
}
.footer-payment li img{
	height: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border-radius: 6px;
	opacity: 0.2;
	transition: 0.3s all;
}

.footer-payment li img:hover{
	opacity: 1;
}

.footer-powered {
	background: #354758;
	padding: 20px 0;
	color: #5a6e82;
}

.footer-powered a{
	color: #708090;
	font-weight: 600;
}

.footer-powered .copyright{
	text-align: right;
}

.footer-newsletter{
	background-image: url(../assets/images/newsletter-pattern.png);
	background-color: #3f4e5d;
	padding: 20px 0;
	margin: -30px 0 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.footer-newsletter .newsletter-box{
	position: relative;
	display: flex;
	margin-top: 4px;
}

.footer-newsletter .newsletter-box .btn{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.footer-newsletter .newsletter-box .form-control{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.footer-newsletter .newsletter-text {
	position: relative;
	padding-left: 60px;
	color: #fff;
}

.footer-newsletter .newsletter-text span {
	font-size: 45px;
	position: absolute;
	left: 0;
}

.footer-newsletter .newsletter-text .title {
	font-size: 18px;
	font-weight: 600;
}

.messenger-box {
	display: flex;
	flex-wrap: wrap;
}

.messenger-box a{
	font-size: 13px;
	padding: 5px 15px;
	display: flex;
	border-radius: 50px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.messenger-box a:hover{
    opacity: 0.8;
}

.messenger-box a img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.messenger-box a.messenger-viber{
	background: #9640e0!important;
}

.messenger-box a.messenger-whatsapp{
	background: #1bd741!important;
}

.messenger-box a.messenger-telegram{
	background: #34b0e3!important;
}

.messenger-box a.messenger-messenger{
	background: #0084ff!important;
}

#cookies-card{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(64 79 94 / 85%);
	z-index: 1005;
	padding: 30px 0;
	margin-bottom: 55px;
	color: #fff;
	box-shadow: 0 -10px 20px -5px rgba(36, 36, 59, .15);
}

#cookies-card.show{
	display: block;
}

#cookies-card .cookies-box{
	position: relative;
	display: flex;
}

#cookies-card .cookies-box .cookies-control {
	display: flex;
}

#cookies-card .cookies-box .btn{
	display: inline-block;
	margin-left: 10px;
}

.product-info .messenger-box {
    padding: 15px;
    border: 2px dashed#ededed;
    border-radius: 10px;
    font-size: 13px;
    color: #a6a6a6;
    margin-top: 20px;
    justify-content: space-between;
    position: relative;
    padding-left: 60px;
}

.product-info .messenger-box .text {
	width: 285px;
}

.product-info .messenger-box .title{
	color: #373941;
	font-size: 15px;
	font-weight: 600;
}

.product-info .messenger-box .messenger-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product-info .messenger-box a {
	margin: 0 0 0 5px;
	padding: 8px;
}

.product-info .messenger-box .messenger-list a:last-child{
	margin-right: 0;
}

.product-info .messenger-box span{
    font-size: 40px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product-info .messenger-box a img {
	margin-right: 0;
}

#backtotop {
	width: 50px;
	height: 50px;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	border-radius: 50%;
	color: #343e48;
	z-index: 1000;
	font-size: 40px;
	line-height: 46px;
}

#backtotop:hover {
	background: #18ada8;
	color:#fff;
}


.modal {
	text-align: center;
}

div.credentials_container {
	margin-top: 20px;
	clear: both;
}
div.credentials_img {
	margin: 0 0 0 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #FFF;
	float: right;
}
div.credentials_box {
	clear: none;
}

.img_notice_right {
	display: block;
	max-width: 150px;
	margin: 0 15px 40px 40px;
	float: right;
}




div.plates_flex_container {
	display: flex;
  flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}



/* Video reviews screens at home page */
div.plates_flex_container.video_reviews_screens {
	gap: 10px;
	
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

div.video_reviews_screens .plates_flex_item {
	flex: 1 1 30%;
}

div.video_reviews_screens .plates_flex_item img {
	width: 100%;
	border-radius: 10px;
}

@media (max-width: 767px) {
	  
	div.plates_flex_container.video_reviews_screens {
		margin-bottom: 20px;
	}
	
	div.video_reviews_screens .plates_flex_item {
    flex: 100%;
  }
	
}


/* Video reviews widgets plate at reviews page */

div.plates_flex_container.video_reviews_widgets {
	gap: 10px;
	justify-content: center;
	margin-bottom: 20px;
}

div.video_reviews_widgets .plates_flex_item {
	flex: 0 0 550px;
	border: 1px solid #DDD;
}

div.video_reviews_widgets .plates_flex_item img {
	width: 100%;
	border-radius: 10px;
}

@media (max-width: 620px) {
	
	div.video_reviews_widgets .plates_flex_item {
		flex: 0 0 100%;
	}
	
}



/* Company info block */

div.plates_flex_container.company_info_block {
	gap: 10px;
}

div.company_info_block .plates_flex_item {
	flex: 1 1 40%;
}

@media (max-width: 767px) {

	div.company_info_block .plates_flex_item {
		flex: 1 1 100%;
	}
	
}


/* 2 cols flex */

div.plates_flex_container.flex_2_col {
	gap: 10px;
}

div.flex_2_col .plates_flex_item {
	flex: 1 1 40%;
}

@media (max-width: 767px) {

	div.plates_flex_container.flex_2_col {
		gap: 10px;
	}

	div.flex_2_col .plates_flex_item {
		flex: 1 1 100%;
	}
	
}



/* Yandex vendition screens at reviews page */

div.plates_flex_container.yandex_vendition_screens {
	gap: 30px;
	justify-content: center;
	
	margin: 20px auto;
}

div.yandex_vendition_screens  .plates_flex_item .from_pc {
	flex: 1 1 100%;
	display: block !important;
}

div.yandex_vendition_screens  .plates_flex_item .from_mob {
	flex: 1 1 45%;
	display: block !important;
}

div.yandex_vendition_screens  .plates_flex_item  img {
	margin: auto 0;
}

@media (max-width: 767px) {

	div.company_info_block .plates_flex_item {
		flex: 1 1 100%;
	}

	div.yandex_vendition_screens  .plates_flex_item .from_pc {
		flex: 1 1 100%;
		display: block !important;
	}

	div.yandex_vendition_screens  .plates_flex_item .from_mob {
		flex: 1 1 100%;
		display: block !important;
	}
	
}


/* Responsive layout - makes a one column layout instead of a two-column layout */

@media screen and (min-width: 768px) {
	
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	border-radius: 10px;
}

.modal-header {
	border-bottom: none;
	background: #3f4e5d;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	padding-right: 65px;
}

.modal-header .modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-weight: 400;
	font-size: 16px;
}

.modal-header .close {
	background: #5c6875;
	opacity: 1;
	color: #fff;
	top: 0;
	position: absolute;
	right: 0;
	margin: 0;
	width: 50px;
	text-shadow: none;
	bottom: 0;
	font-size: 28px;
	border-top-right-radius: 10px;
	transition: 0.3s all;
}

.modal-header .close:hover{
	background: #18ada8;
}

.modal-icon-box {
	position: relative;
	padding-left: 75px;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal-icon-box span {
	font-size: 60px;
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}

.modal-icon-box .title {
	font-size: 16px;
	font-weight: 600;
}

.modal-footer {
	text-align: left;
	background: #f2f3f5;
	border: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.modal-footer .space-right {
	float: right;
	display: flex;
	justify-content: space-between;
}

.modal-footer>button{
	float: left;
}

.boc_modal_form .caption{
	text-align: center;
}

.boc_modal_form img{
	margin: 0 auto 15px;
	width: 200px;
}

.boc_modal_form .caption h2{
	font-size: 14px;
	margin: 0 0 15px;
	font-weight: 600;
}

.boc_modal_form .caption .price {
	margin: 10px 0;
}


/* alert */
.alert {
	padding: 15px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 300px;
	font-weight: 400;
	display: block;
	border: none;
	z-index: 1001;
	background: #fff;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.alert .title{
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
}

.alert .close {
	text-shadow: none;
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 22px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	border: 1px solid#e7e8e8;
	background: none;
	color: #e7e8e8;
	opacity: 1;
	transition: 0.3s all;
}

.alert .close:hover {
	background: #3f4e5d;
	color: #fff;
	border-color: #3f4e5d;
	opacity: 1;
}

.alert>.fa {
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-bottom: 15px;
}

.alert>.fa:before {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
}

.alert .btn{
	display: block;
	margin: 10px auto 0;
}

.alert a {
	text-decoration: underline;
}

.alert-danger, .alert-info, .alert-success {
	color: #343e48;
}

.alert-success{
	border-left: 5px solid#00bf54;
}

.alert-success>.fa {
	background: #00bf54;
}

.alert-danger{
	border-left: 5px solid#f44336;
}

.alert-danger>.fa {
	background-color: #f44336;
}

.alert-info{
	border-left: 5px solid#1886ff;
}

.alert-info>.fa {
	background: #1886ff;
}

.text-danger {
	color: #f44336;
	font-size: 13px;
	font-weight: 600;
}

/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0 0 15px;
	border: none;
	background: none;
	color: #a6a6a6;
	font-weight: 600;
	font-size: 13px;
}

.breadcrumb > li {
	padding: 0 15px 0 0;
	position: relative;
	display: inline;
}

.breadcrumb>li+li:before{
	content: '';
}

.breadcrumb > li a {
	color: #343e48;
	position: relative;
}

.breadcrumb > li > a:hover {
	color: #23a1d1;
}

.breadcrumb > li a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	right: -14px;
	top: -2px;
}

.pagination {
	margin: 0;
}
/* buttons */

.btn {
	padding: 5px 20px;
	font-size: 12px;
	border: none;
	border-radius: 6px;
	height: 38px;
	transition: 0.3s all;
	background: #e7e8e8;
	color: #343e48;
	line-height: 28px;
}

.btn:hover {
	background: #3f4e5d;
	color: #fff;
}

.btn:focus{
	outline: none;
}

.main-btn {
	background: #3f4e5d;
	color: #fff;
}

.main-btn:hover,
.main-btn:focus  {
	background: #5c6875;
	color: #fff;
}

.btn i{
	margin-right: 5px;
}

.submain-btn{
	background: #18ada8;
	color: #fff;
}

.submain-btn:hover,
.submain-btn:focus{
	background: #1bc0bb;
	color: #fff;
}

.banner-btn{
	border: 2px solid#fff;
	line-height: 26px;
	background: none;
	color: #fff;
}

.banner-btn:hover,
.banner-btn:focus{
	background: rgb(255 255 255 / 15%);
	color: #fff;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}


.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3f4e5d;
	background-repeat: repeat-x;
	border-color: #3f4e5d;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #18ada8;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	margin-bottom: 5px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group{
	background: #fff;
	padding: 0;
}
.list-group a {
	color: #333e48;
	padding: 10px 15px;
	border: none;
	font-weight: 400;
	font-size: 13px;
	background: none;
	border-top: 1px solid#ececec;
	margin-bottom: 0;
}

.list-group.category-group a{
	padding: 10px 50px 10px 15px
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.list-group a.active:focus,
.list-group a:focus {
	color: #333e48;
	text-shadow: none;
	background: #f9f9f9;
	border-color: #ececec;
}

.list-group a .count {
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 16px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.list-group a.active .count,
.list-group a.active:hover .count,
.list-group a:hover .count,
.list-group a.active:focus .count,
.list-group a:focus .count{
	background: #3f4e5d;
	color: #fff;
}

.list-group a:first-child {
	border-top: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.list-group a:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.list-group a .circle {
	width: 4px;
	height: 4px;
	background: #cccccc;
	display: block;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}

.list-group.list-group-icon a {
    display: flex;
    align-items: center;
}

.list-group.list-group-icon a span{
    font-size: 26px;
    width: 26px;
    text-align: center;
    margin-right: 10px;
}


/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	transition: 0.3s all;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.product-thumb.product-disabled{
	opacity: 0.6;
}
.product-thumb .image {
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	width: 100%;
}

.product-thumb .overflow-buttons {
	position: absolute;
	z-index: 1;
	right: 10px;
	transition: 0.3s all;
	top: 50%;
	margin-top: -58px;
}

.product-thumb .overflow-buttons .icon-btn {
	background: #f4f4f4;
	border: none;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	width: 35px;
	margin-bottom: 15px;
	color: #9d9d9d;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0.9;
}

.product-thumb .overflow-buttons .icon-btn:hover {
	background-color: #5c6875;
	color: #fff;
}


.product-thumb h3 {
	font-size: 14px;
	margin: 0 0 5px;
	overflow: hidden;
	font-weight: 600;
	height: 32px;
}

.product-thumb h3 a{
	color: #343e48;
}

.product-thumb h3 a:hover {
	color: #18ada8;
}

.product-thumb .description{
	display: none;
}
.product-thumb .caption {
	padding: 0px 15px 15px;
	position: relative;
	z-index: 2;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
}

.product-thumb .rating {
	padding-bottom: 5px;
}

.rating .fa-stack {
    font-size: 7px;
    height: 18px;
}

.rating .fa-star {
	color: #e6e6e6;
	font-size: 16px;
}

.rating .fa-star.stary {
	color: #ffd820;
	z-index: 1;
}

.product-thumb .rating .reviews-count{
	color: #e6e6e6;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	text-align: center;
	font-size: 10px;
}

.product-thumb .rating .reviews-count .fa{
	font-size: 18px;
}

.product-thumb .rating .reviews-count span{
	position: absolute;
	left: 0;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 16px;
}

.product-thumb .price {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
}


.product-thumb .price-new {
	color: #eb5757;
}

.product-thumb .price-old {
	color: #a6a6a6;
	text-decoration: line-through;
	margin-left: 5px;
}

.product-thumb .price-tax {
	color: #7b8186;
	font-size: 12px;
	display: block;
	font-weight: 400;
	padding: 10px 0px 0px;
}

.product-thumb .caption .button-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product-thumb .caption .button-group .btn {
	width: 100%;
}

.product-thumb .sale {
	font-weight: 600;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 55px;
	background: #18ada8;
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 10px;
	z-index: 2;
	font-size: 12px;
	text-align: center;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.07);
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.07);
}

.product-list .product-thumb{
	min-height: 190px;
	display: flex;
	padding-left: 190px;
}

.product-list .product-thumb h3{
	height: auto;
}

.product-list .product-thumb .image{
	width: 190px;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.product-list .product-thumb .caption{
	padding: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 802px;
}

.product-list .product-thumb .caption .button-group {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.product-list .product-thumb .description {
	display: block;
	margin-bottom: 10px;
}

.product-list .product-thumb .caption .button-group .btn {
	width: auto;
	margin-right: 15px;
}




.product-vertical-list .product-thumb{
    display: flex;
    padding: 0 0 10px;
    border: none;
    margin-bottom: 10px;
    border-bottom: 1px solid#e5e5e5;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    align-items: center;
}

.product-vertical-list .product-thumb:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.product-vertical-list  .product-thumb .image{
	padding: 0;
	border-radius: 0;
	width: 35%;
}

.product-vertical-list  .product-thumb .caption{
	padding: 0 0 0 10px;
	background: none;
	width: 65%;
	text-align: left;
}

.product-vertical-list .product-thumb h3 {
	font-size: 14px;
	height: auto;
}

.product-vertical-list .product-thumb .rating {
	text-align: left;
}

.product-vertical-list .product-thumb .price {
	text-align: left;
	margin-bottom: 0;
	font-size: 13px;
}



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.product-empty {
    display: flex;
    align-items: center;
}

.product-empty img{
    width: 200px;
}

.card-category img{
	display: block;
	width: 100%;
}

.card-category h1 {
	margin: 0 0 15px;
	font-size: 22px;
}

.subcategory-list a {
	font-weight: 600;
	font-size: 13px;
	background: #fff;
	padding: 10px;
	padding-left: 65px;
	position: relative;
	height: 70px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.subcategory-list a:hover{
	color: #23a1d1;
}

.subcategory-list a img {
	width: 40px;
	position: absolute;
	left: 15px;
}

.subcategory-list a span{
	color: #23a1d1;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
}

.card-filter{
	background: #fff;
}

.card-filter .btn-link{
	color: #222;
	font-weight: 600;
}

.card-filter .form-group {
	margin: 0;
}

.btn-view .btn {
	width: 50px;
	height: 38px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 30px;
	text-shadow: none;
	border: none;
	font-size: 14px;
	justify-content: center;
}

.btn-view .btn.active,
.btn-view .btn:hover {
	background: #5c6875;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-view .btn .fa {
	margin: 0;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #ffffff;
	border: 1px solid#dddddd;
	border-right: 0;
}

.input-image {
	display: inline-block;
	margin: 0 5px 5px 0;
	text-align: center;
}

.input-image img {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	padding: 3px;
	border: 2px solid#cfd8dc;
}

.input-image label, .input-image label{
	padding: 0;
}

.input-image [type="radio"]:not(:checked),
.input-image [type="radio"]:checked,
.input-image [type="checkbox"]:not(:checked),
.input-image [type="checkbox"]:checked{
	position: absolute;
	left: -9999px;
}

.input-image [type="radio"]:checked + img,
.input-image [type="checkbox"]:checked + img{
	border-color: #3f4e5d;
}

.input-image [type="radio"]:disabled + label,
.input-image [type="checkbox"]:disabled + label{
	color: #aaa;
}

.help-block {
    color: #a6a6a6;
}

.card-manufactured {
	display: block;
	text-align: center;
	color: #343e48;
	font-weight: 600;
	margin-bottom: 15px;
}

.card-manufactured:hover {
	color: #23a1d1;
}

.card-manufactured img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.section-title{
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 1px solid#ececec;
    padding-bottom: 15px;
    padding-right: 85px;
}

.section-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 100px;
	background: #3f4e5d;
	height: 3px;
	border-radius: 30px;
}



.owl-carousel.custom-nav .owl-nav button.owl-prev, .owl-carousel.custom-nav .owl-nav button.owl-next {
	width: 38px;
	height: 30px;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	background-color: #e7e8e8;
	font-size: 30px;
	line-height: 36px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	color: #343e48;
}

.owl-carousel.custom-nav .owl-nav button.owl-prev{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-right: 1px solid#e5e5e5;
}

.owl-carousel.custom-nav .owl-nav button.owl-next{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: none;
}

.owl-carousel.custom-nav .owl-nav button.owl-prev:hover,
.owl-carousel.custom-nav .owl-nav button.owl-next:hover{
	background-color: #5c6875;
	color: #fff;
}

.owl-dots {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: -10px;
}

.owl-carousel button.owl-dot{
	width: 10px;
	height: 10px;
	background: #ddd;
	display: inline-block;
	margin: 0 3px;
	border-radius: 20px;
	transition: 0.3s all;
}

.owl-carousel button.owl-dot:hover {
	background: #3f4e5d;
}

.owl-carousel button.owl-dot.active {
	background: #3f4e5d;
	width: 22px;
}

.owl-carousel.carousel .owl-item img {
	width: auto;
}

.owl-carousel.carousel .owl-dots {
	margin-bottom: 0px;
}

.product-title{
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.product-title .title-page{
	margin: 0;
}

.product-title span{
	background: #ffecb2;
	border-radius: 4px;
	font-size: 13px;
	padding: 5px 10px;
}




.product-desc-title span {
	color: #d2d2d2;
}

.detail-action {
	display: flex;
	margin-bottom: 15px;
}

.detail-action .btn-icon {
    border: none;
    padding: 5px 15px;
    color: #a6a6a6;
    width: 50%;
    height: 41px;
    background: #f3f3f3;
    border-radius: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
}

.detail-action .btn-icon:last-child{
	margin-left: 10px;
}

.detail-action .btn-icon:hover {
	background: #3f4e5d;
	color: #fff;
}

.detail-action .btn-icon i{
    color: #23a1d1;
    font-style: normal;
    font-size: 13px;
    border-bottom: 1px dashed;
    line-height: 16px;
}

.detail-action .btn-icon:hover i{
    color: #fff;
}

.detail-action .btn-icon span{
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
}


.product-info h3 {
	font-size: 18px;
}

.after-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.product-categories {
	margin-bottom: 10px;
}

.product-categories a{
	font-size: 13px;
	color: #a6a6a6;
	display: inline-block;
	margin-right: 10px;
}

.product-categories a:hover{
	color:#23a1d1
}


.option-label {
	font-size: 15px;
	font-weight: 600;
}

.product-info .list-unstyled {
	margin-bottom: 0;
	line-height: 25px;
	padding: 15px 0 0;
	font-size: 13px;
}

.product-info .list-unstyled span {
	display: inline-block;
	width: 110px;
}

.box-info-product {
	margin-left: 15px;
}

.box-info-product .btn {
	    min-width: 180px;
}


.buyoneclick-box{
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.buyoneclick-box .text-box {
	padding-left: 45px;
	text-align: left;
	position: relative;
	font-size: 13px;
	color: #a6a6a6;
}

.buyoneclick-box .text-box span {
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.buyoneclick-box .text-box .title {
	color: #373941;
	font-size: 15px;
	font-weight: 600;
}

.buyoneclick-box .btn{
	min-width: 150px;
}



.number-spinner .btn {
	height: 38px;
	background: #f5f3f3;
	color: #a6a6a6;
	border-color: #f5f3f3;
	padding: 13px 15px;
	text-align: center;
	line-height: 1;
}

.number-spinner .btn:hover{
	background: #5c6875;
	color: #fff;
	border-color: #5c6875;
}

.number-spinner .btn .fa{
	margin: 0;
}

.number-spinner .form-control {
	height: 38px;
	border: 1px solid#f3f3f3;
	padding: 10px;
}

.box-review {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color: #a6a6a6;
}

.box-review .rating{
	display: inline-block;
	z-index: 0;
	position: relative;
	float: right;
	margin-right: 10px;
}

.box-review a{
	background: #18ada8;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 6px;
	margin-right: 30px;
	color: #ffffff;
}

.box-review a:hover{
	background: #1bc0bb;
	color: #ffffff;
}



#product-option-box {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#product-option-box h3{
	margin: 0 0 15px;
}

#product-option-box .form-group:last-child{
	margin: 0;
}

#product-option-box .main-radiobox [type="radio"]:not(:checked) + label,
#product-option-box .main-radiobox [type="radio"]:checked + label,
#product-option-box .main-checkbox [type="checkbox"]:not(:checked) + label,
#product-option-box .main-checkbox [type="checkbox"]:checked + label{
	font-size: 13px;
}

#product-option-box .main-radiobox [type="radio"]:not(:checked) + label span,
#product-option-box .main-radiobox [type="radio"]:checked + label span,
#product-option-box .main-checkbox [type="checkbox"]:not(:checked) + label span,
#product-option-box .main-checkbox [type="checkbox"]:checked + label span{
	font-weight: 600;
}

.main-product-price {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
	flex-wrap: wrap;
}

.main-product-price .form-group {
	width: 138px;
	margin: 0;
}

.product-price {
	font-size: 20px;
	    color: #5c6875;
	    font-weight: 600;
	    line-height: 1;
	    margin-right: 15px;
	    width: 197px;
}

.product-price .tax{
	font-size: 13px;
	color: #6c7c93;
}

.product-price .new-price {
	display: inline-block;
}

.product-price .old-price{
	display: inline-block;
	margin-left: 10px;
	text-decoration: line-through;
	color: #a6a6a6;
	font-weight: 600;
}

.product-discount{
	padding: 15px 15px 15px 70px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 10px;
	color: #fff;
	overflow: hidden;
	min-height: 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(143.92deg,#fb6c46 -.14%,#d14a9a 106.86%);
}

.product-review {
	background: #f9f9f9;
	color: #343e48;
	padding: 15px 15px 15px 80px;
	margin: 0 0 20px;
	border-radius: 10px;
	position: relative;
	min-height: 80px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.product-discount>span,
.product-review>span{
	font-size: 25px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 15px;
	background: #ffffff;
	color: #343e48;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)!important;
}

.product-review>span {
	background: #18ada8;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
}

.product-review .btn {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -19px;
}


.product-discount .title,
.product-review .title{
	font-weight: 600;
	font-size: 15px;
}

.product-review .title{
	margin-bottom: 5px;
}

.product-review .box-review{
	margin: 0;
}


.product-review .rating .fa-star {
	font-size: 20px;
}

.product-review .rating .fa-stack {
	font-size: 10px;
	height: 18px;
}


.no-review {
	position: relative;
	padding: 0 0 20px 50px;
	color: #a6a6a6;
	margin-bottom: 20px;
	border-bottom: 1px solid#ededed;
	min-height: 60px;
}

.no-review span{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	color: #343e48;
}

.no-review div {
	font-weight: 600;
	color: #343e48;
}

.discount-list{
	overflow: hidden;
}

.discount-list .item{
	float: left;
	margin: 5px 0 0;
	position: relative;
	padding-right: 16px;
}

.discount-list .item:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	display: block;
	border-radius: 50%;
	right: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}

.discount-list .item:last-child:after{
	display: none;
	content: none;
}

.product-service {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid#ededed;
	margin-top: 20px;
}

.product-service  .item {
	width: 50%;
	margin-top: 20px;
	padding: 0 10px 0 65px;
	position: relative;
	min-height: 50px;
}

.product-service  .item span {
	font-size: 30px;
	color: #18ada8;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid#f9f9f9;
	line-height: 49px;
	background: #f9f9f9;
	text-align: center;
	margin: 0;
	top: 0;
	position: absolute;
	left: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.product-service .item .title {
	font-weight: 600;
}

.item .text {
	font-size: 13px;
	color: #a6a6a6;
}

.tags span{
	display: block;
	font-weight: 600;
}
.tags a{
	background: #f2f3f5;
	padding: 5px 10px;
	border-radius: 6px;
	color: #343e48;
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
}

.tags a:hover {
	background: #3f4e5d;
	color: #ffffff;
}

.thumb-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.thumb-container .slider-thumb {
	width: 100px;
	position: relative;
	z-index: 2;
}

.slider-thumb-container {
	position: relative;
	z-index: 3;
	margin-top: -5px;
}

.thumb-container .slider-thumb img{
	display: block;
	width: 100%;
	height: auto!important;
}

.slider-bigthumb {
	width: 100%;
	margin-left: -115px;
	padding-left: 115px;
}


.thumb-container .slider-thumb .slick-slide:focus,
.thumb-container .slider-thumb .slick-slide:hover{
	outline: 0;
	cursor: pointer;
}

.thumb-container .slider-thumb .slick-slide {
	margin: 5px 0;
	border: 1px solid#ddd;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	position: relative;
}
.thumb-container .slider-thumb .slick-slide.slick-current,
.thumb-container .slider-thumb .slick-slide:hover{
	border: 1px solid#8a8383;
}

.thumb-container .slider-thumb .slick-slide span,
.slider-bigthumb .slick-slide span{
	background: rgb(63 78 93 / 58%);
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #18ada8;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	font-size: 26px;
	font-weight: bold;
	box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
	transition: 0.3s all;
}

.slider-bigthumb .slick-slide span{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    margin-left: -30px;
}

.thumb-container .slider-thumb .slick-slide:hover span,
.slider-bigthumb .slick-slide:hover span {
	transform: scale(1.2);
}

.none-slider-bigthumb {
	width: 100%;
}

.none-slider-bigthumb .thumbnail{
	border: 1px solid #ededed;
	border-radius: 10px;
}

.none-slider-bigthumb a.thumbnail.active,
.none-slider-bigthumb a.thumbnail:focus,
.none-slider-bigthumb a.thumbnail:hover {
	border-color: #a9a9a9;
}

.slider-bigthumb .slick-slide {
	border-radius: 10px;
	overflow: hidden;
	padding: 15px;
	height: 428px;
	display: flex;
	align-items: center;
}

.slider-bigthumb .slick-slide a{
	display: flex;
	align-items: center;
	height: 100%;
}

.slider-bigthumb .slick-slide img{
	width: 100%;
}

.slider-bigthumb .slick-list{
	border: 1px solid#ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.slider-bigthumb:hover .slick-list{
	border: 1px solid#8a8383;
}




.prev.slick-arrow,
.next.slick-arrow{
	font-size: 28px;
	height: 30px;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #5c6875;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	position: absolute;
}

.prev.slick-arrow:hover,
.next.slick-arrow:hover{
	background: #3f4e5d;
}



.prev.slick-arrow {
	top: 15px;
}

.next.slick-arrow {
	bottom: 15px;
}

.prev.slick-arrow.slick-disabled,
.next.slick-arrow.slick-disabled{
	background: #f3f3f3;
	color: #ccc;
}


.review-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid#ededed;
}

.review-box {
	border-bottom: 1px solid#ededed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.review-box:last-child{
	margin: 0;
	padding: 0;
	border: none;
}

.review-profile {
	position: relative;
	font-weight: 600;
	padding-left: 50px;
}

.review-box .review-profile>i {
	width: 40px;
	height: 40px;
	display: block;
	background: #f2f3f5;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #a6a6a6;
	font-size: 20px;
	position: absolute;
	left: 0;
}

.review-box .text {
	border-left: 1px solid#ededed;
	padding-left: 15px;
}

.review-box .date {
	color: #d2d2d2;
}

.review-stars-lab {
	overflow: hidden;
}

.lab-text {
	font-size: 14px;
	float: left;
	margin-right: 30px;
	margin-top: 2px;
}

#reviewstar{    overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 0;}
#reviewstar input{opacity:0;position:absolute;top:0;z-index:0;width:18px;height:20px;margin:0;}
#reviewstar input:checked ~ label{color:#ffd820;}
#reviewstar label{
	float: right;
	cursor: pointer;
	margin-bottom: 0;
	margin-right: 4px;
	position: relative;
	z-index: 1;
	color: #e2e2e2;
	font-size: 22px;
	transition: 0.3s all;
	line-height: 1;
}
#reviewstar label:hover,
#reviewstar label:hover ~ label{color:#ffd820;}

#reviewstar label .fa {
	font-size: 18px;
}


.panel-attribute:last-child{
	margin-bottom: 0;
}


.attr-group {
	margin-bottom: 20px;
}

.attr-row {
	position: relative;
	margin-bottom: 10px;
}

.attr-row:after {
	content: "";
	border-bottom: 1px dotted #a6a6a6;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	z-index: 1;
}

.attr-row span {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.attr-title{
	color: #a6a6a6;
}

.head-td {
	margin-bottom: 5px;
	font-weight: 600;
}


#home-slider .slider-info {
	width: 50%;
}

#home-slider .slider-info .title{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 30px;
}

#home-slider .slider-info .after-title {
	margin-bottom: 15px;
	font-size: 16px;
	color: #a6a6a6;
}

#home-slider .item{
	display: flex;
	align-items: center;
	padding: 0 55px;
	height: 380px;
}

#home-slider .slider-info .price-text {
	font-size: 18px;
	margin-bottom: 20px;
}

#home-slider .slider-info .price-text span{
	font-size: 30px;
	font-weight: bold;
	color: #18ada8;
}

#home-slider .slider-image {
	width: 50%;
}

.slider-home-carousel.owl-carousel .owl-nav button.owl-prev,
.slider-home-carousel.owl-carousel .owl-nav button.owl-next{
	font-size: 40px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	transition: 0.3s all;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
	border-radius: 50%;
	color: #343e48;
}



.slider-home-carousel.owl-carousel .owl-nav button.owl-prev{
	left: 0;
}

.slider-home-carousel.owl-carousel .owl-nav button.owl-next{
	right: 0;
}

.slider-home-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.slider-home-carousel.owl-carousel .owl-nav button.owl-next:hover{
	background: #5c6875;
	color: #fff;
}


.slider-home-carousel.owl-carousel .owl-dots {
	margin: 0;
}

.swiper-wrapper img{
	margin: 0 auto;
	border-radius: 10px;
}

.card-banner{
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: 214px;
}



.home-banners .card-banner{
	height: 205px;
}


.card-banner .banner-info{
	width: 50%;
}

.card-banner .banner-info .title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.card-banner .banner-info .price-text,
.card-banner .banner-info .text{
	margin-bottom: 15px;
}

.card-banner .banner-info .price-text span{
	font-weight: bold;
}

.card-banner .banner-image{
	width: 50%;
/*	height: 100%; */
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255 / 30%) 0%, rgba(196, 196, 196, 0) 100%);
}

.card-banner .banner-image img{
	display: block;
	margin: 0 auto;
	height: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.card-banner:hover .banner-image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.banner-dark{
	 background: #3f4e5d;
	 color: #fff;
}

.banner-orange{
	background: #18ada8;
	color: #fff;
}

.banner-purple{
	background: #146972;
	color: #fff;
}

.banner-long{
	height: 200px;
}

.card-banner .banner-info {
	width: 60%;
}

.card-banner .banner-image{
	/*width: 40%;*/
}

.banner-row {
	margin: 0 -10px;
	display: flex;
	justify-content: space-between;
}

.banner-col{
	padding: 0 10px;
}

.banner-row.banner-2 .banner-col{
	width: 50%;
}

.banner-row.banner-3 .banner-col{
	width: 33.3333333%;
}

.wallcategory-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 20px;
}
@media (max-width: 991px) {
	.wallcategory-grid {
		gap: 20px;
	}
}

.wallcategory-item {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.category-wall-box {
	height: 100%;
}

.card.category-wall-box{
	margin-bottom: 0;
}

.category-wall-box .category-list {
	line-height: 24px;
	position: relative;
}


.category-wall-box .image img{
	width: 120px;
	margin: 0 auto 10px;
	display: block;
}

.category-wall-box .title {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	overflow: hidden;
	color: #343e48;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-right: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid#ededed;
	line-height: 1;
}

.category-wall-box .show-more {
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px dashed;
}

.category-wall-box .show-more:hover{
	color: #343e48;
}

.category-wall-box ul {
	margin: 0 0 10px;
	padding-left: 0;
	list-style: none;
}

.category-wall-box ul li a {
	color: #a6a6a6;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s all;
	position: relative;
	font-weight: 400;
	padding-right: 35px;
}

.category-list a span{
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 16px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}

.category-wall-box .title span {
	background: #3f4e5d;
	color: #fff;
}

.category-wall-box ul li a:hover{
	text-decoration: underline;
}

.service-item {
	text-align: center;
	padding: 30px 15px;
	position: relative;
}

.service-item span {
	font-size: 40px;
	color: #18ada8;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid#f9f9f9;
	line-height: 68px;
	background: #f9f9f9;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	transition: 0.5s all;
}

.service-item:hover span{
	color: #ffffff;
	background: #18ada8;
}

.service-item .title  {
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 15px;
	position: relative;
}

.service-item .title:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #18ada8;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 9px;
	transition: 0.3s all;
}

.service-item:hover .title:before{
	width: 70px;
	margin-left: -35px;
}

.service-item .text{
	color: #a6a6a6;
}

.home-text-container{
	position: relative;
	/*padding-right: 80px*/
}

.home-text-container h2{
	margin: 0 80px 30px 15px;
	font-size: 20px;
	padding-right: 0;
}

.home-text-container ul {
	padding-left: 17px;
}

#expand-home-text {
	background: #3f4e5d;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 12px;
	cursor: pointer;
	transition: 0.3s all;
	color: #ffffff;
	border: 4px solid#f2f3f5;
}

#expand-home-text:hover {
	background: #18ada8;
	color: #ffffff;
}

#expand-home-text.open{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #5c6875;
	color: #ffffff;
}

.account-box {
    display: flex;
    align-items: center;
    border: 1px solid#ededed;
    border-radius: 10px;
    padding: 15px;
    color: #343e48;
    margin-bottom: 20px;
    font-size: 13px;
}

.account-box:hover {
    background: #f2f3f5;
    color: #343e48;
}

.account-box span {
    font-size: 36px;
    display: block;
    margin-right: 10px;
}

.main-table {
    width: 100%;
    border-bottom: 1px solid#f0f3f6;
}

.main-table tr td {
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid#f0f3f6;
}

.main-table tr td.price {
    font-weight: bold;
}

.main-table tr td a {
    color: #313131;
    font-weight: 600;
}

.panel-default>.panel-heading {
    color: #343e48;
    background-color: #f9f9f9;
    padding: 15px;
}

.panel-default>.panel-heading>.panel-title>a{
    display: block;
    position: relative;
}

.panel-default>.panel-heading>.panel-title>a .fa {
    font-size: 20px;
    position: absolute;
    right: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    border: none;
}

.article-card .article-image{
	width: 100%;
	margin: 0 0 10px;
	border-radius: 10px;
}
.article-thumb .caption {
	font-size: 13px;
}

.article-thumb .caption .article-date{
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #d2d2d2;
}

.article-thumb .caption h3 {
	font-size: 15px;
	margin: 0 0 10px;
	font-weight: 600;
}

.article-thumb .caption h3 a{
	color: #343e48;
}

.article-thumb .caption h3 a:hover{
	color: #5c6875;
}


.article-thumb .image img{
	width: 100%;
	border-radius: 10px;
}

.owl-carousel .article-thumb .image{
	margin-bottom: 10px;
}

.article-thumb .overflow-article {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.article-thumb .overflow-article .viewed {
	color: #a6a6a6;
	margin-left: 15px;
}
.article-thumb .overflow-article .viewed .fa{
	margin-right: 5px;
}


@media(max-width: 1200px){

	.live-search .item .product-name {
		width: 175px;
		font-size: 13px;
	}


	.btn-category{
		width: 220px;
		font-size: 13px;
	}

	.header-help-box{
		margin-left: 5px;
	}

	.header-info .header-btn span{
		display: none;
	}

	.header-info .header-btn{
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	font-size: 30px;
	line-height: 50px;
	padding: 0;
	color: #18ada8;
}

	.header-info .header-btn .fa {
		margin: 0;
		font-size: 24px;
	}

	.header-help-box .title {
		font-size: 13px;
	}

	#search {
	    width: 405px;
	}

	#menu .menu-sale a span{
		display: none;
	}

	#menu .menu-sale a i {
    margin-right: 0;
}



	#home-slider .item {
		height: 350px;
	}

	.home-banners .card-banner {
		height: 190px;
	}

	.thumb-container {
		padding-bottom: 115px;
		position: relative;
	}

	.slider-thumb-container {
		position: absolute;
		bottom: 0;
		margin: 0;
	}

	.slider-bigthumb{
		padding:0;
		margin: 0;
	}



	.thumb-container .slider-thumb {
		width: 445px;
	}
	.thumb-container .slider-thumb .slick-slide {
		margin: 0 5px;
		height: 102px;
	}




	.prev.slick-arrow, .next.slick-arrow {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		margin-left: 0;
	}

	.prev.slick-arrow{
		transform: rotate(-90deg);
		left: 15px;
	}

	.next.slick-arrow {
		right: 15px;
		transform: rotate(-90deg);
		left: auto;
	}

	.product-price {
		margin: 0 0 10px;
		width: 100%;
	}


	.product-thumb .rating .reviews-count {
		margin-left: 5px;
	}

	.product-info .messenger-box{
		padding: 15px;
		justify-content: center;
	}

	.product-info .messenger-box .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.product-info .messenger-box span {
		position: relative;
		left: 0;
		top: 0;
	}

	.product-info .messenger-box a {
		margin: 5px 5px 0 0px;
	}

	.product-list .product-thumb .caption {
		width: 510px;
	}


	.banner-3 .card-banner{
		flex-direction: column-reverse;
		height: auto;
	}

	.banner-3 .card-banner .banner-info {
		width: 100%;
		text-align: center;
	}

	.banner-3 .card-banner .banner-image {
		width: 100%;
		margin-bottom: 15px;
	}

	.banner-3 .card-banner .banner-image img{
		height: 180px;
	}

	footer .messenger-box a {
		width: 40px;
		height: 40px;
		justify-content: center;
	}

	footer .messenger-box a img {
		margin-right: 0;
	}

	footer .messenger-box a span{
		display: none;
	}
	
	
}

@media(max-width: 992px) {

	body {
		padding-top: 71px;
	}

    .title-page {
        font-size: 24px;
    }


	.btn-category {
		margin: 0;
		width: 100%;
	}

	.btn-category .title{
		display: none
	}


	.btn-category:before{
		display: none;
	}


	#menu .navbar-body {
    display: flex;
    justify-content: space-between;
}

	.btn-category .category-icon {
		left: 50%;
		margin-left: -8px;
	}

	.open-sidebar #menu,
	.modal-open #menu {
		padding-right: 0;
		right: 0;
	}

	#menu .container{
		width: auto;
	}

#menu .navbar-nav{
	display: flex;
	margin: 0
}

#menu .navbar-nav.navbar-left{
	width: 100%
}

	#menu {
		box-shadow: 0 -10px 20px -5px rgba(36, 36, 59, .15);
		position: fixed;
		top: auto;
		bottom: 0;
		z-index: 1005;
	}

	#menu.fixed-menu {
		top: auto;
		bottom: 0;
	}

	#menu .navbar-body {
		margin: 0 -15px;
	}





	#menu .navbar-nav.navbar-left {
		width: 20%;
	}

	#menu .navbar-nav.navbar-left>li {
		width: 100%;
	}

	#menu .navbar-nav.navbar-right {
		width: 80%;
	}

	#menu .navbar-nav.navbar-right>li{
		width: 25%;
	}

	#menu .icon-btn {
		width: 100%;
	}

	#menu .icon-btn .count {
		left: 53%;
	}

    .dropdown-account .dropdown-menu{
        text-align: center;
    }

    .dropdown-account .dropdown-info .overflow-button {
        justify-content: center;
    }

	.dropdown-account.open .dropdown-menu {
		margin: 0!important;
		position: fixed;
		bottom: 56px;
		top: auto;
		background: #fff;
		width: 100%;
		border-radius: 0;
		box-shadow: 0 -10px 20px -5px rgba(36, 36, 59, .15);
	}

	.dropdown-account .dropdown-menu>li>a {
		line-height: 30px;
		text-align: center;
		padding: 5px 15px;
	}

	#search {
		position: fixed;
		top: 56px;
		background: #f9f9f9;
		padding: 15px;
		margin: 0;
		box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
		width: 100%;
		margin-top: -100px;
	}

	.open-search #search{
		margin: 0;
	}

	#search .form-control {
		background: #fff;
		color: #343e48;
		box-shadow: 0px 1px 5px rgba(0,0,0,0.03);
	}

	#search .search-btn {
		right: 15px;
		top: 15px;
		color: #343e48;
		background: #ffffff;
		border-left: 1px solid#ededed;
	}


	#search .search-btn {
		right: 15px;
	}

	#search .clear-search {
		right: 65px;
		top: 15px;
		bottom: 15px;
	}

    #search .clear-search:hover{
        color: #354d5d;
    }

	.live-search {
		width: auto;
		right: 0;
		top: 124px;
		bottom: 56px;
		position: fixed;
		border-radius: 0;
		overflow: auto;
	}

	.live-search-box {
		max-height: none;
		overflow: auto;
	}

	.live-search .item .product-name {
		width: 325px;
	}

	.live-search .item .product-price {
		flex: 1;
	}

	.live-search .item>a {
		width: 85%;
	}

	.live-search .item .product-add-cart{
		width: 15%;
	}

	.live-search .product-add-cart a{
		float: right;
	}


	#logo {
		height: 56px;
		display: flex;
		align-items: center;
		float: left;
	}


	#logo img{
	    width: 180px;
}

	header {
		margin: 0;
		padding: 0;
		background: none;
	}

	header .header-logo {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		height: 56px;
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
		z-index: 1006;
		background: #fff;
		padding: 0 15px;
	}

	header .header-nav {
		display: block;
		margin-right: -15px;
	}

	header .header-nav>li {
		float: left;
	}

	header .header-nav .icon-btn {
		width: 52px;
		height: 56px;
		font-size: 26px;
		color: #3f4e5d;
		position: relative;
		border: none;
		border-left: 1px solid#ededed;
		background: none;
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
		text-align: center;

	}

	#header-info {
		width: 280px;
		left: 0;
		top: 56px;
		position: fixed;
		bottom: 56px;
		background: #fff;
		z-index: 1005;
		margin-left: -290px;
		transition: 0.3s all;
		box-shadow: 10px 0px 20px -5px rgba(36, 36, 59, .15);
		overflow-y: auto;
		border: none;
		min-height: auto;
		padding: 0;
	}

	.open-header #header-info{
		margin: 0;

	}

	.header-help-box {
		float: none;
		margin: 10px 0 0;
		padding: 10px 15px 10px 75px;
	}

	.header-help-box .icon {
		left: 15px;
	}

	.header-help-box.help-mess-box .dropdown-toggle {
		padding: 10px 15px 10px 75px;
	}

	.header-info .header-btn {
		width: auto;
		height: 38px;
		font-size: 13px;
		line-height: 1;
		padding: 5px 20px;
		color: #343e48;
		float: none;
		display: flex;
		align-items: center;
		margin: 10px 15px 0;
		justify-content: center;
	}

	.header-info .header-btn:hover{
		color: #fff;
	}

	.header-info .header-btn span {
		display: inline-block;
	}

	.header-info .header-btn .fa {
		font-size: 14px;
		margin-right: 5px;
	}

	.dropdown-menu.messenger-box {
		position: relative;
		border-radius: 0;
		box-shadow: none;
		padding-bottom: 0;
	}




	#sidebar {
		top: 56px;
		bottom: 56px;
	}



	#top{
		width: 280px;
		left: 0;
		top: 56px;
		position: fixed;
		bottom: 56px;
		background: #fff;
		z-index: 1005;
		margin-left: -290px;
		transition: 0.3s all;
		box-shadow: 10px 0px 20px -5px rgba(36, 36, 59, .15);
		overflow-y: auto;
		border: none;
		min-height: auto;
	}

	.open-infoside #top{
		margin: 0;
	}

	#top	.container {
		width: auto;
		padding: 0;
	}

	#top .sidebar-title,
	#header-info .sidebar-title{
		display: block;
	}

	#top .nav>li {
		float: none;
	}

	#top .navbar-left,
	#top .navbar-right{
		float: none!important;
	}

	#top .nav.navbar-left>li>a,
	#top .nav.navbar-left>li>button {
		margin-right: 0;
	}

	#top .nav.navbar-right>li>a,
	#top .nav.navbar-right>li>button,
	#top .nav.navbar-right>li>form>a,
	#top .nav.navbar-right>li>form>button {
		margin-left: 0;
	}

	#top .nav>li>a,
	#top .nav>li>button,
	#top .nav>li>form>a,
	#top .nav>li>form>button{
		padding: 10px 50px 10px 15px;
		color: #343e48;
		position: relative;
		font-size: 13px;
		border-bottom: 1px solid#f7f7f7;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 50px;
	}

	#top .nav>li>a>i,
	#top .nav>li>button>i,
	#top .nav>li>form>a>i,
	#top .nav>li>form>button>i{
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -15px;
		text-align: center;
		width: 30px;
		height: 30px;
		background: #f7f7f7;
		line-height: 30px;
		border-radius: 6px;
	}

	#top .dropdown-menu {
		position: relative;
		float: none;
		box-shadow: none;
		border-radius: 0;
	}






	.card-banner .banner-image {
		display: flex;
		align-items: center;
	}

	.card-banner .banner-image img {
		height: auto;
/*		max-width: 100%;*/
	}

	.wallcategory-item {
		width: 50%;
	}

	.card.category-wall-box {
		display: flex;
	}

	.category-wall-box .image {
		width: 35%;
		padding-right: 15px;
	}

	.category-wall-box .image img {
		width: 100%;
	}

	.category-wall-box .category-list{
		width: 65%;
	}

	.service-item{
		padding: 15px;
	}

    .product-price {
			margin: 0;
	    width: 357px;
    }

	.product-info .messenger-box{
		padding-left: 60px;
		justify-content: space-between;
	}

	.product-info .messenger-box .text {
		width: 60%;
		text-align: left;
	}

	.product-info .messenger-box span {
		position: absolute;
		left: 15px;
		top: 15px;
	}

	.product-info .messenger-box a {
		margin: 5px 5px 0 0px;
	}

	.product-list .product-thumb .caption {
		width: 548px;
	}


	.thumb-container {
		padding-bottom: 0;
		position: relative;
	}

	.slider-thumb-container {
		position: relative;
		margin-top: -5px;
	}

	.thumb-container .slider-thumb {
		width: 130px;
	}

	.slider-bigthumb {
		margin-left: -145px;
		padding-left: 145px;
	}

	.slider-bigthumb .slick-slide {
		height: 548px;
	}

	.prev.slick-arrow,
	.next.slick-arrow {
		position: absolute;
		top: auto;
		margin-top: 0;
		margin-left: -15px;
		left: 50%;
	}

	.thumb-container .slider-thumb .slick-slide {
		margin: 5px 0;
		height: 130px;
	}

	.prev.slick-arrow {
		transform: none;
		top: 15px;
	}

	.next.slick-arrow {
		right: auto;
		transform: none;
	}


    .alert {
        bottom: 76px;
    }



	.footer-powered {
		padding: 20px 0 76px;
	}


	#cookies-card .cookies-box{
		display: block;
	}

	#cookies-card .cookies-box .cookies-control {
		padding-top: 10px;
		margin: 0 -5px;
	}

	#cookies-card .cookies-box .btn {
		width: 50%;
		margin: 0 5px;
	}

	#backtotop {
		bottom: 71px;
	}
}

@media (max-width: 767px) {


	div.credentials_container {
		margin-top: 40px;
	}
	div.credentials_img {
		float: none;
		margin: 0;
		border-radius: 10px;
	}
	div.credentials_box {
		
	}
	
	li.mobile_top_buttons {
		background-color: #FFF;
	}
	li#mobile_top_phone {
		display: block;
	}


	#home-slider .item {
		height: auto;
		display: block;
		text-align: center;
		padding: 0 20px;
	}

	#home-slider .slider-info,
	#home-slider .slider-image{
		width: auto;
	}

	#home-slider .slider-info .title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	#home-slider .slider-info .after-title {
		margin-bottom: 10px;
		font-size: 14px;
	}

	#home-slider .slider-info .price-text {
		margin-bottom: 10px;
	}

	.title-page {
		font-size: 22px;
	}

	.wallcategory-item {
		width: 100%;
	}

	.wallcategory-item {
		margin-bottom: 15px;
	}

	.product-empty img {
		width: 110px;
		margin-right: 10px;
	}

	.service-item {
		text-align: left;
		padding: 15px 15px 15px 90px;
	}

	.service-item span {
		margin-bottom: 0;
		position: absolute;
		left: 15px;
		text-align: center;
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 58px;
	}

	.service-item .title{
		margin: 0;
	}

	.service-item .title:before {
		left: 0;
		margin-left: 0;
	}

	.service-item:hover .title:before {
		margin-left: 0;
	}



	#content {
		min-height: 0;
	}

	.banner-long {
		height: auto;
		display: block;
		text-align: center;
	}

	.banner-long .banner-info {
		width: 100%;
		margin-bottom: 20px;
	}

	.banner-long .banner-image {
		width: 100%;
	}

	.banner-row {
		display: block;
	}

	.banner-row.banner-3 .banner-col {
		width: 100%;
	}

	.banner-row.banner-2 .banner-col {
		width: 100%;
	}

	.banner-3 .card-banner {
		flex-direction: row;
	}

	.banner-3 .card-banner .banner-info {
		width: 60%;
		text-align: left;
	}

	.banner-3 .card-banner .banner-image {
		width: 40%;
		margin-bottom: 0;
	}

	.banner-3 .card-banner .banner-image img {
		height: auto;
	}

	.card-category img {
		display: block;
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}


	.product-layout.product-list.col-xs-12 {
		width: 50%;
	}

	.product-list .product-thumb .description {
		display: none;
	}

	.product-list .product-thumb {
		min-height: auto;
		display: block;
	}

	.product-list .product-thumb .image {
		width: auto;
	}

	.product-list .product-thumb .caption{
		padding: 0 10px 10px;
		text-align: center;
		display: block;
	}

	.product-list .product-thumb h3 {
		height: 32px;
	}

	.product-list .product-thumb .caption .button-group {
		display: block;
	}

	.product-list .product-thumb .caption .button-group .btn {
		width: 100%;
		margin: 0;
	}





	.product-thumb .caption{
		padding: 0 10px 10px;
	}

	.product-thumb .image {
		padding: 10px;
	}

	.product-thumb h3 {
		font-size: 14px;
		height: 32px;
	}





	.product-title {
		display: block;
	}

	.product-title .title-page {
		margin: 0 0 10px;
	}

	.product-service .item {
		width: 100%;
		margin-top: 15px;
		padding: 0 0 0 65px;
	}



	.product-info .messenger-box {
		padding: 15px;
		justify-content: center;
	}

	.product-info .messenger-box .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.product-info .messenger-box span{
		position: relative;
		left: 0;
		top: 0;
	}

	.product-info .messenger-box .messenger-list {
		justify-content: center;
	}

	.main-product-price .form-group {
		width: 46%;
		margin: 0 4% 0 0;
	}

	.product-price {
		width: 100%;
		margin-bottom: 15px;
	}

	.box-info-product {
		margin-left: 0;
		width: 50%;
	}

	.box-info-product .btn {
		width: 100%;
		min-width: 100px;
	}

	.product-thumb .price {
		font-size: 14px;
	}


	#product .box-review {
		padding: 15px 0;
		border-top: 2px dashed#f3f3f3;
		border-bottom: 2px dashed#f3f3f3;
		position: relative;
		align-items: flex-start;
	}

	#product .box-review a{
		margin: 0;
		padding: 11px;
		text-align: center;
		height: 38px;
		background: #3f4e5d;
		color: #fff;
		width: 50%;
	}

	#product .box-review a:hover {
		background: #5c6875;
		color: #fff;
	}

	#product .box-review .rating {
		padding-left: 15px;
	}

	#product .box-review .review-text {
		position: absolute;
		bottom: 15px;
		left: 50%;
		padding-left: 15px;
	}

	.buyoneclick-box{
		text-align: center;
		display: block;
	}

	.detail-action .btn-icon {
		padding: 10px;
		display: block;
		height: auto;
	}

	.detail-action .btn-icon span {
		margin-right: 0;
		display: block;
	}



	.buyoneclick-box .text-box {
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}

	.buyoneclick-box .text-box span {
		position: relative;
		margin-bottom: 15px;
	}

    .thumb-container {
        margin-bottom: 10px;
		flex-direction: column-reverse;
    }

	.slider-thumb-container{
        width: 100%;
        margin: 0;
	}

    .slider-bigthumb {
        margin-left: 0;
        padding-left: 0;
    }

    .slider-bigthumb .slick-slide {
        height: auto;
    }

	.thumb-container .slider-thumb {
		width: 100%;
		margin-top: 10px;
	}

    .thumb-container .slider-thumb .slick-slide {
		margin: 0 5px;
		height: auto;
    }

    .prev.slick-arrow, .next.slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        margin-left: 0;
    }

    .prev.slick-arrow {
        transform: rotate(-90deg);
        left: 15px;
    }

    .next.slick-arrow {
        right: 15px;
        transform: rotate(-90deg);
        left: auto;
    }

	.review-profile {
		display: flex;
		padding-left: 50px;
		min-height: 40px;
		margin-bottom: 15px;
		flex-direction: column;
		text-align: left;
	}

	.review-box .text {
		border-left: none;
		padding-left: 0;
	}

	.review-box .review-profile>i {
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	.product-review {
		padding: 15px;
		text-align: center;
	}

	.product-review>span {
		position: relative;
		margin: 0 auto 10px;
		left: auto;
	}

	.product-review .box-review {
		display: block;
		margin-bottom: 10px;
	}

	.product-review .box-review .rating {
		display: block;
		float: none;
		margin: 0;
	}

	.product-review .btn {
		position: relative;
		right: 0;
		top: auto;
		margin: 0;
	}

	.breadcrumb {
		padding: 0 0 15px;
		font-size: 13px;
	}

	.nav-tabs>li {
/*		float: none; */
		margin: 0 0 5px 0;
	}

	.main-tabs>li>a{
		text-align: center;
	}


	.alert{
		left: 15px;
		right: 15px;
		width: auto;
		top: 71px;
		bottom: auto;
	}

	.footer-newsletter .newsletter-text {
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-newsletter .newsletter-text span {
		position: relative;
	}

	.footer-powered,
	.footer-powered .copyright{
		text-align: center;
	}

	#backtotop {
        width: 50px;
        height: 24px;
        padding: 0px;
        bottom: 56px;
        right: 50%;
        font-size: 30px;
        line-height: 1px;
        margin-right: -25px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #3f4e5d;
        color: #fff;
	}

	.modal-footer .btn{
		width: 100%;
		float: none;
		margin-top: 5px;
	}

	.modal-footer .space-right {
		float: none;
		display: block;
	}
	/*
	.swiper-viewport:first-child, .swiper-pagination, .swiper-pager{
		display: none;
	}
	
	
	.pc{
		display: none !important;
	}
	
	#slideshow1 {
		display: block;
	}
	.mob{
		display: block !important;
	}


	table.pc_tbl{
		display:none !important;
	}
	table.mob_tbl{
		display:table !important;
	}
	
	.swiper-viewport: .swiper-pagination {
		display: block !important;
	}
	.swiper-viewport: .swiper-pager{
		display: none !important;
	}
	*/
	.img_notice_right {
		margin: 0 auto 20px auto;
		float: none;
	}
	
}

@media (max-width: 351px) {
	
	li#mobile_top_phone {
		display: none;
	}
	
}

#slideshow0{
    border-radius: 10px;
}




div.header_banner {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

@media(min-width: 768px){
	
	div.header_banner {
		width: 750px;
	}

}

@media(min-width: 992px){
	
	div.header_banner {
		width: 970px;
	}

}

@media(min-width: 1200px){
	
	div.header_banner {
		width: 1170px;
	}

}

@media(max-width: 767px){
	
	div.header_banner {
		margin-bottom: 10px;
	}

}


div.content_banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

div.card.company_info {
	padding: 0;
}

div.card div.card_bush {
	padding: 15px 15px 15px 15px;
}

img.company_info_img {
	border-radius: 10px 0 0 0;
	margin-bottom: 20px;
}

@media(max-width: 767px) {
	
	div.card div.card_bush {
		padding: 5px 15px 15px 15px;
	}
	
	img.company_info_img {
		border-radius: 10px 10px 0 0;
	}

}


div#banners_main_actions {
	
}


img.expand_img {
	width: 100%;
}


div.message_box_embedded {
	/*border: 1px solid #BBBBBB;*/
	border-radius: 10px;
	background-color: #FFDDDD;
	
	padding: 10px 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}






div#cart_widget_scroll_indicator {
    display: none;
		width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
		background: rgb(63,78,93);
		background: -moz-linear-gradient(0deg, rgba(63,78,93,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(63,78,93,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(0deg, rgba(63,78,93,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f4e5d",endColorstr="#ffffff",GradientType=1); 
}









div.blog_article img {
	margin: 20px auto 20px auto;
}

div.blog_article img.blog_article_title {
	max-width: 500px;
	float: left;
	margin: 0 20px 20px 0;
}

div.blog_article img.blog_article_center {
	max-width: 100%;
	margin: 20px auto 20px auto;
}

div.blog_article img.blog_article_merch {
	max-width: 50%;
	float: right;
	margin: 5px 0 5px 15px;
}

div.blog_article h2 {
	box-sizing: inherit;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 19px;
	font-weight: bold;
}

div.blog_article h3 {
	box-sizing: inherit;
	margin-bottom: 15px;
	margin-top: 25px;
	border-bottom: 1px solid #CCC;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 17px;
	font-weight: bold;
}

div.blog_article p {
	box-sizing: inherit;
	margin-bottom: 15px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 15px;
}












div.blog_article#rejting-zimnih-shin-r17 .entry-content p {
	font-size: 16px;
	line-height: 27.2px;
}




div.blog_article#rejting-zimnih-shin-r17 .entry-content table, div.blog_article#rejting-zimnih-shin-r17 .home-text table, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14.4px;
	line-height: 24.4833px;
}


div.blog_article .entry-content table, div.blog_article .home-text table, div.blog_article .taxonomy-description table {
	width: 100%;
	margin: 1.5em 0;
	border: 1px solid #dee2e6;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: .9em;
}


.blog_article .entry-content table{
    width:100%!important;
    border-collapse:collapse;
    margin:10px 0 20px 0;
    overflow-x:auto
}
.blog_article .entry-content table thead tr{
    color:#fff;
    font-weight:700;
    background:#00bf80
}
.blog_article .entry-content table thead tr td{
    border:1px solid #01ab73;
    padding:12px 10px
}
.blog_article .entry-content table tbody tr td{
    border:1px solid #e8e9eb;
    padding:8px 10px 10px 10px
}
.blog_article .entry-content table tbody tr:nth-child(2n){
    background:#F5FBFF
}
.blog_article .entry-content table tbody tr:hover{
    background:#ebffe8
}
.blog_article .entry-content table tbody th{
    background:#f4f4f4;
    border:1px solid #d4d4d4;
    padding:5px 10px;
	
	font-weight: 900;
}
.blog_article .entry-content table.allowsem{
    width:100%!important;
    border-collapse:collapse;
    margin:10px 0 20px 0;
    overflow-x:auto
}
.blog_article .entry-content table.allowsem thead tr{
    color:#fff;
    font-weight:700;
    background:#00bf80
}
.blog_article .entry-content table.allowsem thead tr td{
    border:1px solid #fff;
    padding:12px 10px
}
.blog_article .entry-content table.allowsem tbody tr td{
    border:1px solid #fff;
    padding:8px 10px 10px 10px
}
.blog_article .entry-content table.allowsem tbody tr:nth-child(2n){
    background:#fff
}
.blog_article .entry-content table.allowsem tbody tr:hover{
    background:#fff
}
.blog_article .entry-content table.allowsem tbody th{
    background:#f4f4f4;
    border:1px solid #fff;
    padding:5px 10px
}

div.blog_article#rejting-zimnih-shin-r17 .button123 {
	text-decoration: none;
	text-align: center;
	padding: 8px 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font: 16px Arial,Helvetica,sans-serif;
	color: #000 !important;
	background-color: #fec30a !important;
	box-shadow: 0 0 2px #bababa,inset 0 0 1px #fff;
	white-space: nowrap;
}


div.blog_article#rejting-zimnih-shin-r17 #toc_container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 1em;
	width: auto;
	display: table;
	font-size: 95%;
}

div.blog_article#rejting-zimnih-shin-r17 #toc_container.toc_light_blue {
	background: #edf6ff;
}






div.blog_article#rejting-zimnih-shin-r17 #toc_container li,div.blog_article#rejting-zimnih-shin-r17 #toc_container ul{
    margin:0;
    padding:0
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container.no_bullets li,div.blog_article#rejting-zimnih-shin-r17 #toc_container.no_bullets ul,div.blog_article#rejting-zimnih-shin-r17 #toc_container.no_bullets ul li, .blog_article .toc_widget_list.no_bullets, .blog_article .toc_widget_list.no_bullets li{
    background:0 0;
    list-style-type:none;
    list-style:none
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container.have_bullets li{
    padding-left:12px
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container ul ul{
    margin-left:1.5em
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container{
    background:#f9f9f9;
    border:1px solid #aaa;
    padding:10px;
    margin-bottom:1em;
    width:auto;
    display:table;
    font-size:95%
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container.toc_light_blue{
    background:#edf6ff
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container.toc_white{
    background:#fff
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container.toc_black{
    background:#000
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container.toc_transparent{
    background:none transparent
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container p.toc_title{
    text-align:center;
    font-weight:700;
    margin:0;
    padding:0
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container.toc_black p.toc_title{
    color:#aaa
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container span.toc_toggle{
    font-weight:400;
    font-size:90%
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container p.toc_title+ul.toc_list{
    margin-top:1em
}
.blog_article .toc_wrap_left{
    float:left;
    margin-right:10px
}
.blog_article .toc_wrap_right{
    float:right;
    margin-left:10px
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container a{
    text-decoration:none;
    text-shadow:none
}
div.blog_article#rejting-zimnih-shin-r17 #toc_container a:hover{
    text-decoration:underline
}







div.blog_article#rejting-zimnih-shin-r17 .entry-content a:not(.wp-block-button__link),
div.blog_article#rejting-zimnih-shin-r17 .entry-content a:not(.wp-block-button__link):visited,
div.blog_article#rejting-zimnih-shin-r17 .spanlink,
div.blog_article#rejting-zimnih-shin-r17 .comment-reply-link,
div.blog_article#rejting-zimnih-shin-r17 .pseudo-link,
div.blog_article#rejting-zimnih-shin-r17 .widget_calendar a,
div.blog_article#rejting-zimnih-shin-r17 .widget_recent_comments a,
div.blog_article#rejting-zimnih-shin-r17 .child-categories ul li a {
	color: #4d3bfe;
}


div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class]) {
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 100%;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]) {
	counter-reset: section;
}

div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]),
div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class]) {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: .1em;
	margin-bottom: .5em;
}

div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]) li,
div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class]) li,
div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]) li,
div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class]) li,
div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]) li,
div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class]) li{
    position:relative;
    padding-left:2em;
    margin-top:.3em;
    margin-bottom:.3em
}

@media (max-width:767px){
div.blog_article#rejting-zimnih-shin-r17 .entry-content .wp-block-media-text, div.blog_article#rejting-zimnih-shin-r17 .home-text .wp-block-media-text, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description .wp-block-media-text{
        display:block
    }
div.blog_article#rejting-zimnih-shin-r17 .entry-content .wp-block-media-text .wp-block-media-text__media, div.blog_article#rejting-zimnih-shin-r17 .home-text .wp-block-media-text .wp-block-media-text__media, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description .wp-block-media-text .wp-block-media-text__media{
        margin-bottom:1em
    }
div.blog_article#rejting-zimnih-shin-r17 .entry-content .wp-block-media-text .wp-block-media-text__content, div.blog_article#rejting-zimnih-shin-r17 .home-text .wp-block-media-text .wp-block-media-text__content, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description .wp-block-media-text .wp-block-media-text__content{
        padding:0
    }
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class]), div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class]), div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class]){
    padding:0;
    margin:0;
    list-style:none;
    max-width:100%;
    margin-top:1.5em;
    margin-bottom:2em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]) li, div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class]) li, div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]) li, div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class]) li, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]) li, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class]) li{
    margin-top:.7em;
    margin-bottom:.7em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]) ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]) ul:not([class]), div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class]) ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class]) ul:not([class]), div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]) ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]) ul:not([class]), div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class]) ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class]) ul:not([class]), div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]) ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]) ul:not([class]), div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class]) ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class]) ul:not([class]){
    margin-top:0;
    margin-bottom:2em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class])>li:before, div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class])>li:before, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class])>li:before{
    content:'';
    display:inline-block;
    width:10px;
    height:10px;
    border:2px solid #4d3bfe;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin-right:1.3em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ul:not([class])>li>ul>li, div.blog_article#rejting-zimnih-shin-r17 .home-text ul:not([class])>li>ul>li, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ul:not([class])>li>ul>li{
    padding-left:2em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class]), div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class]){
    counter-reset:section
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class])>li:before, div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class])>li:before, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class])>li:before{
    counter-increment:section;
    content:counter(section) ".";
    font-weight:700;
    color:#4d3bfe;
    margin-right:1.3em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class])>li>ol>li, div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class])>li>ol>li, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class])>li>ol>li{
    padding-left:2.1em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class])>li>ol>li:before, div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class])>li>ol>li:before, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class])>li>ol>li:before{
    counter-increment:section;
    content:counters(section,".") "."
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol:not([class])>li>ol>li>ol>li, div.blog_article#rejting-zimnih-shin-r17 .home-text ol:not([class])>li>ol>li>ol>li, div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol:not([class])>li>ol>li>ol>li{
    padding-left:3.1em
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="1"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="1"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="1"]{
    counter-reset:section 0
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="1"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="1"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="1"]{
    counter-reset:section 0
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="2"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="2"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="2"]{
    counter-reset:section 1
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="2"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="2"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="2"]{
    counter-reset:section 1
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="3"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="3"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="3"]{
    counter-reset:section 2
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="3"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="3"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="3"]{
    counter-reset:section 2
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="4"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="4"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="4"]{
    counter-reset:section 3
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="4"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="4"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="4"]{
    counter-reset:section 3
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="5"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="5"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="5"]{
    counter-reset:section 4
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="5"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="5"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="5"]{
    counter-reset:section 4
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="6"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="6"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="6"]{
    counter-reset:section 5
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="6"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="6"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="6"]{
    counter-reset:section 5
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="7"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="7"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="7"]{
    counter-reset:section 6
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="7"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="7"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="7"]{
    counter-reset:section 6
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="8"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="8"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="8"]{
    counter-reset:section 7
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="8"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="8"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="8"]{
    counter-reset:section 7
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="9"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="9"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="9"]{
    counter-reset:section 8
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="9"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="9"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="9"]{
    counter-reset:section 8
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="10"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="10"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="10"]{
    counter-reset:section 9
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="10"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="10"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="10"]{
    counter-reset:section 9
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="11"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="11"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="11"]{
    counter-reset:section 10
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="11"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="11"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="11"]{
    counter-reset:section 10
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="12"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="12"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="12"]{
    counter-reset:section 11
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="12"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="12"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="12"]{
    counter-reset:section 11
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="13"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="13"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="13"]{
    counter-reset:section 12
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="13"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="13"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="13"]{
    counter-reset:section 12
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="14"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="14"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="14"]{
    counter-reset:section 13
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="14"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="14"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="14"]{
    counter-reset:section 13
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="15"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="15"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="15"]{
    counter-reset:section 14
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="15"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="15"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="15"]{
    counter-reset:section 14
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="16"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="16"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="16"]{
    counter-reset:section 15
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="16"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="16"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="16"]{
    counter-reset:section 15
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="17"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="17"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="17"]{
    counter-reset:section 16
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="17"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="17"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="17"]{
    counter-reset:section 16
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="18"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="18"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="18"]{
    counter-reset:section 17
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="18"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="18"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="18"]{
    counter-reset:section 17
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="19"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="19"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="19"]{
    counter-reset:section 18
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="19"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="19"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="19"]{
    counter-reset:section 18
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="20"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="20"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="20"]{
    counter-reset:section 19
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="20"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="20"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="20"]{
    counter-reset:section 19
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="21"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="21"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="21"]{
    counter-reset:section 20
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="21"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="21"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="21"]{
    counter-reset:section 20
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="22"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="22"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="22"]{
    counter-reset:section 21
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="22"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="22"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="22"]{
    counter-reset:section 21
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="23"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="23"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="23"]{
    counter-reset:section 22
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="23"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="23"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="23"]{
    counter-reset:section 22
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="24"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="24"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="24"]{
    counter-reset:section 23
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="24"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="24"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="24"]{
    counter-reset:section 23
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="25"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="25"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="25"]{
    counter-reset:section 24
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="25"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="25"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="25"]{
    counter-reset:section 24
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="26"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="26"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="26"]{
    counter-reset:section 25
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="26"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="26"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="26"]{
    counter-reset:section 25
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="27"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="27"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="27"]{
    counter-reset:section 26
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="27"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="27"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="27"]{
    counter-reset:section 26
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="28"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="28"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="28"]{
    counter-reset:section 27
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="28"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="28"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="28"]{
    counter-reset:section 27
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="29"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="29"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="29"]{
    counter-reset:section 28
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="29"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="29"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="29"]{
    counter-reset:section 28
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="30"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="30"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="30"]{
    counter-reset:section 29
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="30"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="30"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="30"]{
    counter-reset:section 29
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="31"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="31"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="31"]{
    counter-reset:section 30
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="31"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="31"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="31"]{
    counter-reset:section 30
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="32"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="32"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="32"]{
    counter-reset:section 31
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="32"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="32"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="32"]{
    counter-reset:section 31
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="33"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="33"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="33"]{
    counter-reset:section 32
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="33"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="33"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="33"]{
    counter-reset:section 32
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="34"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="34"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="34"]{
    counter-reset:section 33
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="34"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="34"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="34"]{
    counter-reset:section 33
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="35"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="35"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="35"]{
    counter-reset:section 34
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="35"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="35"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="35"]{
    counter-reset:section 34
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="36"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="36"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="36"]{
    counter-reset:section 35
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="36"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="36"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="36"]{
    counter-reset:section 35
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="37"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="37"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="37"]{
    counter-reset:section 36
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="37"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="37"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="37"]{
    counter-reset:section 36
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="38"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="38"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="38"]{
    counter-reset:section 37
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="38"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="38"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="38"]{
    counter-reset:section 37
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="39"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="39"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="39"]{
    counter-reset:section 38
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="39"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="39"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="39"]{
    counter-reset:section 38
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="40"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="40"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="40"]{
    counter-reset:section 39
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="40"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="40"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="40"]{
    counter-reset:section 39
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="41"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="41"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="41"]{
    counter-reset:section 40
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="41"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="41"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="41"]{
    counter-reset:section 40
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="42"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="42"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="42"]{
    counter-reset:section 41
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="42"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="42"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="42"]{
    counter-reset:section 41
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="43"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="43"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="43"]{
    counter-reset:section 42
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="43"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="43"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="43"]{
    counter-reset:section 42
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="44"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="44"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="44"]{
    counter-reset:section 43
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="44"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="44"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="44"]{
    counter-reset:section 43
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="45"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="45"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="45"]{
    counter-reset:section 44
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="45"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="45"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="45"]{
    counter-reset:section 44
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="46"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="46"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="46"]{
    counter-reset:section 45
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="46"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="46"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="46"]{
    counter-reset:section 45
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="47"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="47"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="47"]{
    counter-reset:section 46
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="47"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="47"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="47"]{
    counter-reset:section 46
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="48"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="48"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="48"]{
    counter-reset:section 47
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="48"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="48"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="48"]{
    counter-reset:section 47
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="49"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="49"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="49"]{
    counter-reset:section 48
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="49"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="49"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="49"]{
    counter-reset:section 48
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="50"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="50"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="50"]{
    counter-reset:section 49
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="50"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="50"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="50"]{
    counter-reset:section 49
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="51"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="51"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="51"]{
    counter-reset:section 50
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="51"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="51"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="51"]{
    counter-reset:section 50
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="52"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="52"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="52"]{
    counter-reset:section 51
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="52"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="52"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="52"]{
    counter-reset:section 51
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="53"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="53"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="53"]{
    counter-reset:section 52
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="53"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="53"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="53"]{
    counter-reset:section 52
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="54"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="54"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="54"]{
    counter-reset:section 53
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="54"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="54"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="54"]{
    counter-reset:section 53
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="55"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="55"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="55"]{
    counter-reset:section 54
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="55"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="55"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="55"]{
    counter-reset:section 54
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="56"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="56"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="56"]{
    counter-reset:section 55
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="56"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="56"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="56"]{
    counter-reset:section 55
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="57"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="57"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="57"]{
    counter-reset:section 56
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="57"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="57"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="57"]{
    counter-reset:section 56
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="58"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="58"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="58"]{
    counter-reset:section 57
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="58"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="58"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="58"]{
    counter-reset:section 57
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="59"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="59"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="59"]{
    counter-reset:section 58
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="59"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="59"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="59"]{
    counter-reset:section 58
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="60"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="60"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="60"]{
    counter-reset:section 59
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="60"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="60"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="60"]{
    counter-reset:section 59
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="61"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="61"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="61"]{
    counter-reset:section 60
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="61"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="61"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="61"]{
    counter-reset:section 60
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="62"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="62"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="62"]{
    counter-reset:section 61
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="62"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="62"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="62"]{
    counter-reset:section 61
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="63"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="63"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="63"]{
    counter-reset:section 62
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="63"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="63"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="63"]{
    counter-reset:section 62
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="64"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="64"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="64"]{
    counter-reset:section 63
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="64"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="64"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="64"]{
    counter-reset:section 63
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="65"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="65"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="65"]{
    counter-reset:section 64
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="65"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="65"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="65"]{
    counter-reset:section 64
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="66"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="66"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="66"]{
    counter-reset:section 65
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="66"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="66"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="66"]{
    counter-reset:section 65
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="67"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="67"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="67"]{
    counter-reset:section 66
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="67"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="67"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="67"]{
    counter-reset:section 66
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="68"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="68"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="68"]{
    counter-reset:section 67
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="68"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="68"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="68"]{
    counter-reset:section 67
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="69"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="69"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="69"]{
    counter-reset:section 68
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="69"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="69"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="69"]{
    counter-reset:section 68
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="70"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="70"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="70"]{
    counter-reset:section 69
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="70"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="70"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="70"]{
    counter-reset:section 69
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="71"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="71"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="71"]{
    counter-reset:section 70
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="71"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="71"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="71"]{
    counter-reset:section 70
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="72"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="72"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="72"]{
    counter-reset:section 71
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="72"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="72"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="72"]{
    counter-reset:section 71
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="73"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="73"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="73"]{
    counter-reset:section 72
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="73"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="73"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="73"]{
    counter-reset:section 72
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="74"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="74"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="74"]{
    counter-reset:section 73
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="74"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="74"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="74"]{
    counter-reset:section 73
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="75"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="75"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="75"]{
    counter-reset:section 74
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="75"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="75"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="75"]{
    counter-reset:section 74
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="76"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="76"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="76"]{
    counter-reset:section 75
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="76"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="76"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="76"]{
    counter-reset:section 75
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="77"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="77"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="77"]{
    counter-reset:section 76
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="77"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="77"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="77"]{
    counter-reset:section 76
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="78"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="78"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="78"]{
    counter-reset:section 77
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="78"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="78"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="78"]{
    counter-reset:section 77
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="79"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="79"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="79"]{
    counter-reset:section 78
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="79"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="79"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="79"]{
    counter-reset:section 78
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="80"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="80"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="80"]{
    counter-reset:section 79
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="80"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="80"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="80"]{
    counter-reset:section 79
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="81"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="81"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="81"]{
    counter-reset:section 80
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="81"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="81"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="81"]{
    counter-reset:section 80
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="82"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="82"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="82"]{
    counter-reset:section 81
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="82"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="82"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="82"]{
    counter-reset:section 81
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="83"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="83"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="83"]{
    counter-reset:section 82
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="83"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="83"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="83"]{
    counter-reset:section 82
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="84"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="84"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="84"]{
    counter-reset:section 83
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="84"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="84"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="84"]{
    counter-reset:section 83
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="85"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="85"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="85"]{
    counter-reset:section 84
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="85"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="85"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="85"]{
    counter-reset:section 84
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="86"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="86"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="86"]{
    counter-reset:section 85
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="86"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="86"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="86"]{
    counter-reset:section 85
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="87"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="87"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="87"]{
    counter-reset:section 86
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="87"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="87"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="87"]{
    counter-reset:section 86
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="88"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="88"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="88"]{
    counter-reset:section 87
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="88"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="88"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="88"]{
    counter-reset:section 87
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="89"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="89"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="89"]{
    counter-reset:section 88
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="89"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="89"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="89"]{
    counter-reset:section 88
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="90"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="90"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="90"]{
    counter-reset:section 89
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="90"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="90"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="90"]{
    counter-reset:section 89
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="91"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="91"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="91"]{
    counter-reset:section 90
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="91"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="91"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="91"]{
    counter-reset:section 90
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="92"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="92"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="92"]{
    counter-reset:section 91
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="92"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="92"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="92"]{
    counter-reset:section 91
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="93"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="93"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="93"]{
    counter-reset:section 92
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="93"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="93"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="93"]{
    counter-reset:section 92
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="94"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="94"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="94"]{
    counter-reset:section 93
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="94"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="94"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="94"]{
    counter-reset:section 93
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="95"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="95"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="95"]{
    counter-reset:section 94
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="95"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="95"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="95"]{
    counter-reset:section 94
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="96"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="96"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="96"]{
    counter-reset:section 95
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="96"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="96"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="96"]{
    counter-reset:section 95
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="97"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="97"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="97"]{
    counter-reset:section 96
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="97"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="97"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="97"]{
    counter-reset:section 96
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="98"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="98"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="98"]{
    counter-reset:section 97
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="98"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="98"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="98"]{
    counter-reset:section 97
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="99"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="99"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="99"]{
    counter-reset:section 98
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="99"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="99"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="99"]{
    counter-reset:section 98
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol[start="100"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol[start="100"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol[start="100"]{
    counter-reset:section 99
}
div.blog_article#rejting-zimnih-shin-r17 .entry-content ol li[value="100"], div.blog_article#rejting-zimnih-shin-r17 .home-text ol li[value="100"], div.blog_article#rejting-zimnih-shin-r17 .taxonomy-description ol li[value="100"]{
    counter-reset:section 99
}
}

div.blog_article#rejting-zimnih-shin-r17 .alignleft {

    display: inline;
    float: left;
    margin-right: 2.5em;
    margin-bottom: .2em;

}

div.blog_article#rejting-zimnih-shin-r17 div.blog_article#rejting-zimnih-shin-r17 .entry-label {
	display: block;
	text-transform: uppercase;
	font-size: .8em;
	color: #666;
	font-weight: 400;
}

div.blog_article#rejting-zimnih-shin-r17 .entry-meta {
	font-size: .9em;
	font-weight: 700;
}


div.blog_article#rejting-zimnih-shin-r17 img.size-full {
	margin: 0px auto 0px auto;
	display: block;
}


div.blog_article#rejting-zimnih-shin-r17 h2 {
	font-size: 26.2px;
}


div.blog_article#rejting-zimnih-shin-r17 h3 {
	font-size: font-size: 22px;
}

div.blog_article#rejting-zimnih-shin-r17 .alignright {
	display: inline;
	float: right;
	margin-left: 3.5em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

div.blog_article#rejting-zimnih-shin-r17 .expert-review {
	background: #f5f1f8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 2em 0;
}

@media (min-width:768px){
	div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses-minuses{
        padding:25px 30px
    }
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses-minuses{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:25px 15px
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses-minuses {
	position: relative;
	font-size: .95em;
	margin: 15px 0;
	padding-left: 25px;
	background-color: #f1f3f8;
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses-minuses-header{
    width:100%
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-minuses, div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses{
    position:relative;
    width:100%;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -ms-flex-preferred-size:0;
    flex-basis:0%;
    max-width:100%;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-preferred-size:100%;
    flex-basis:100%
}


@media (min-width:768px){
div.blog_article#rejting-zimnih-shin-r17 .expert-review-minuses, div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses{
        -ms-flex-preferred-size:0;
        flex-basis:0%
    }
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses{
    padding-right:10px
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses+.expert-review-minuses{
    padding-left:10px
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-minus, div.blog_article#rejting-zimnih-shin-r17 .expert-review-plus{
    position:relative;
    font-size:.95em;
    margin:15px 0;
    padding-left:25px
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-minus:before, div.blog_article#rejting-zimnih-shin-r17 .expert-review-plus:before{
    content:'';
    position:absolute;
    top:.3em;
    left:0;
    width:12px;
    height:14px
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-plus:before{
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M50 18H32V0H18v18H0v14h18v18h14V32h18V18z' fill='%235cc209'/%3E%3C/svg%3E") center no-repeat;
    -webkit-background-size:contain;
    background-size:contain
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-minus:before{
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M50 32H0V18h50v14z' fill='%23fc2900'/%3E%3C/svg%3E") center no-repeat
}
div.blog_article#rejting-zimnih-shin-r17 .expert-review-expert+.expert-review-qa:before, div.blog_article#rejting-zimnih-shin-r17 .expert-review-qa+.expert-review-score:before, div.blog_article#rejting-zimnih-shin-r17 .expert-review-score+.expert-review-pluses-minuses:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:1px;
    background:#fff
}

div.blog_article#rejting-zimnih-shin-r17 .expert-review-expert-header,
div.blog_article#rejting-zimnih-shin-r17 .expert-review-pluses-minuses-header,
div.blog_article#rejting-zimnih-shin-r17 .expert-review-qa-header,
div.blog_article#rejting-zimnih-shin-r17 .expert-review-score-header {
	margin-bottom: .8em;
	font-weight: 700;
	font-size: 1.3em;
	color: #5c0a93;
}

div.blog_article#rejting-zimnih-shin-r17 .expert-review--color-purple-1 .expert-review-expert-bio-name,
div.blog_article#rejting-zimnih-shin-r17 .expert-review--color-purple-1 .expert-review-expert-header,
div.blog_article#rejting-zimnih-shin-r17 .expert-review--color-purple-1 .expert-review-pluses-minuses-header,
div.blog_article#rejting-zimnih-shin-r17 .expert-review--color-purple-1 .expert-review-qa-header,
div.blog_article#rejting-zimnih-shin-r17 .expert-review--color-purple-1 .expert-review-score-header,
div.blog_article#rejting-zimnih-shin-r17 .expert-review--color-purple-1 .expert-review-score-line__score {
	color: #1f3ea1;
}


