body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    padding-top: 140px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none	
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:focus, a:hover {
    outline: none !important;
}
a:hover {
	text-decoration: none;
}
button:focus{outline:none !important;}
:focus{outline:none !important;}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
/* ::selection {
	background: #ffd801;
	color: #000;
}
::-moz-selection {
	background: #ffd801;
	color: #000;
}

::-webkit-selection {
	background: #ffd801;
	color: #000;
}
input:-internal-autofill-selected {
	background: transparent !important;
}
:root {
    --scrollbarBg: #ffd801;
    --scrollbarThumb: #000;
    --scrollbarWidth: 14px;
    --scrollbarBorder: 3px solid var(--scrollbarBg);
    --scrollbarBorderRadius: 0;
}
body {
  scrollbar-width: var(--scrollbarWidth);
  scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);	
}
::-webkit-scrollbar {
  width: var(--scrollbarWidth);
}
::-webkit-scrollbar-track {
  background: var(--scrollbarBg);
  border-radius: var(--scrollbarBorderRadius);
}
body::-webkit-scrollbar-track {
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarThumb);
  border-radius: 0;
  border: var(--scrollbarBorder);
} */

a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.container {
    width: 100%;
}
/* #top-links ul li:nth-child(4){
	display: none;
} */
.common-home #top-links ul li:nth-child(4){
	display: inline-block;
}


/* top */
#top {
    background-color: #F8F8F8;
    border-bottom: 0px solid #e2e2e2;
    margin: 0 0 0px 0;
    min-height: 40px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}
#top .container {
	padding: 0 5px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links a {
    text-shadow: none;
    border: 1px solid transparent;
    padding: 3px 10px;
    border-radius: 20px;
    color: #515151;
    font-size: 14px;
}
#top-links a:hover {
	border: 1px solid rgb(170 170 170 / 32%);
}
#top .top-menu-social {
    margin: 0px 0 -4px 20px;
}

#top .top-menu-social a {
    width: 30px!important;
    height: 30px!important;
    display: inline-flex;
    padding: 0!important;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 30px;
	transition:0.2s all;
}
#top .top-menu-social a:hover {
    background: #ffd801;
}
header {
    padding: 31px 0px;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 40px;
}
.fixed-header {
    position: fixed;
    top: 0px;
    background: #F8F8F8;
}
.fixed-header #supermenu ul li.tlli {
    background: #fff !important;
}
.fixed-header #supermenu .tlli.mkids button.tll {
    background: #fff;
}
.fixed-header #search .form-control {
    background: #fff;
}
header .header-links {
    align-items: center;
    display: flex;
    gap: 20px;
}

/* logo */
#logo {
    margin-left: 15px;
    float: left;
    z-index: 999;
    position: relative;
}
#logo a img {
    width: 200px;
    height: 34px;
}
/* search */
#search {
    margin-bottom: 0px;
    position: absolute;
    left: 435px;
    /*width: calc(100% - 960px);*/
    width: calc(100% - 1075px);
    z-index: 9;
}
#search .form-control {
    background: #eee;
    border: none;
    font-size: 14px;
    padding: 0 25px;
    box-shadow: none;
    height: 34px;
    border-radius: 6px;
    color: #000;
}
#search .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 0;
    width: 54px;
}
#search .input-group-btn .btn {
    height: 100%;
    margin: 0;
    width: 54px;
    height: 34px;
    padding: 0;
    background: url(/catalog/view/theme/default/img/bi_search.svg) center no-repeat;
    padding-right: 0px!important;
    right: 0;
    border: none;
}
#search .form-control::placeholder {
	color: #000;
}
#search .form-control:focus {
	border: 2px solid #ffd801 !important;
}
#search .input-lg {
	height: 34px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.header-mail {
    position: absolute;
    left: calc(100% - 625px);
    height: 34px;
    padding: 6px 0px;
    z-index: 9;
}
.header-mail a {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 22%);
    border-bottom: none;
}
.header-mail a img {
	display: none;
}
.header-phone {
    position: absolute;
    left: calc(100% - 455px);
    height: 34px;
    padding: 6px 0px;
    z-index: 9;
}
.header-phone a {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 22%);
}
.header-phone a img {
	display: none;
}
@media (max-width: 1200px) {
    .header-mail {
        left: calc(100% - 360px);
    }
    .header-mail a {
        font-size: 0px;
    }
}
@media (max-width: 970px) {
    .header-mail a {
        font-size: 0px;
    }
    .header-mail {
        right: 95px;
        left: inherit;
        filter: grayscale(1) contrast(1) brightness(0.5);
        margin-top: -1px;
        padding: 8px 0px;
    }
    .header-phone {
    	padding: 8px 0px;
    }
}
.header-profile {
    position: relative;
    margin-right: 55px;
    padding: 6px 0px 0px;
    float: right;
    z-index: 9;
}
.header-profile.for-mobile {
	display: none;
}
.header-profile span {
    font-size: 16px;
    float: right;
    color: #000;
	margin-left: 5px;
    padding: 1px 0px 3px;
	border-bottom: 1px solid transparent;
	transition:0.2s all;
}
.header-profile svg path {
    fill: #545454;
	transition:0.2s all;
}
.header-profile:hover span {
	border-bottom: 1px solid #ffd801;
	transition:0.2s all;
}
.header-profile:hover svg path {
    fill: #ffd801;
	transition:0.2s all;
}
/* cart */
#cart {
    position: relative;
    margin-bottom: 0px;
    top: 5px;
    right: 15px;
    width: auto;
    float: right;
    z-index: 9;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
#cart > .btn img {
    margin: 3px 0px 0px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart-total {
    font-size: 16px;
    text-shadow: none;
    float: right;
    padding: 4px 0px 3px;
    margin-left: 5px;
}

#cart button #cart-total {
	border-bottom: 1px solid transparent;
	transition:0.2s all;
}
#cart button .logo_cart path {
    fill: #545454;
	transition:0.2s all;
}
#cart button:hover #cart-total {
	border-bottom: 1px solid #ffd801;
	transition:0.2s all;
}
#cart button:hover .logo_cart path {
    fill: #ffd801 !important;
	transition:0.2s all;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
.common-home .advantage.pos-center img {
	width: 80px;
	height: 80px;
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background: #fff;
    border-top: none;
    color: #000;
    padding-bottom: 40px;
}
footer .footer-menu-social a {
    width: 34px!important;
    height: 34px!important;
    display: inline-flex;
    padding: 0!important;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 100%;
}

footer .footer-menu-social a:hover {
	background: #ffd801;
}

footer .footer-menu-social {
    margin-left: 20px;
}
footer ul li a {
    color: #262626;
    font-size: 18px;
    line-height: 210%;
	text-decoration: none;
    text-underline-offset: 2px;
}

footer ul li a:hover {
	color: #ffd801;
    text-decoration: underline !important;
}
footer h5 {
	color: #262626;
	font-weight: 300;
	font-size: 30px;
	margin: 0px 0px 30px;
}

footer *,
footer p {
	color: #262626;
	font-weight: 300;
	font-size: 18px;
}
footer #top-links .footer-menu-social li {
	padding-right: 1px;
    padding-left: 1px;
}

footer #top-links .footer-menu-social a {
    background: #e1e1e1;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
footer #footer-assortment {
    column-count: 2;
}
footer .footer-menu-social {
    margin-left: 0;
    margin-bottom: 40px;
}

footer .footer-phone a {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

footer .footer-phone a:hover {
	color: #ffd801;
	border-bottom: 1px solid var(--r-color-light);
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 0px solid #ddd;
    background: none;
    border-radius: 0px;
}
.breadcrumb a {
    color: #262626;
    font-weight: 300;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/*text-shadow: 0 1px 0 #FFF;*/
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0px !important;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: -15px;
    width: 26px;
    height: 10px;
    border-right: 1px solid #DDD;
    border-bottom: 0px solid #DDD;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.breadcrumb > li:last-child:after {
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	height: 50px;
    line-height: 45px;
    padding: 0 25px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 17px;
    background: transparent;
    border: 2px solid #ffd801;
    text-shadow: none;
    border-radius: 5px;
    transition:0.2s all;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #ffd801;
    background-position: 0 -15px;
    color: #000;
    border: 2px solid #ffd801;
}
.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;
}
.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-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.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 a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* 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 {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: visible;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
.product-thumb .product-flex {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 20px;
    align-items: center;
    gap: 28px;
}
.rechom .col-lg-3 {
    width: 20%;
}
.product-thumb button {
    font-size: 17px;
    background: transparent;
    border: 2px solid #ffd801;
    border-radius: 5px;
    line-height: 20px;
    display: block;
    padding: 0px 20px 0 45px;
    height: 34px;
    font-weight: 300;
    background: url(/catalog/view/theme/default/img/bx_bxs-cart-download.svg) no-repeat 15px 50% #fff;
    transition:0.2s all;
    margin-right: -30%;
}
.product-thumb button:hover {
        background: url(/catalog/view/theme/default/img/bx_bxs-cart-download.svg) no-repeat 15px 50% #ffd801;
}
.product-thumb .product-flex .price {
    display: grid;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    min-height: 20px;
    line-height: 20px;
    position: absolute;
    left: 20%;
}
.product-thumb .image {
    text-align: center;
    margin: 25px 0px;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.mousehoverimage img {
	display: none;
}
.mousehoverimage.hover-img-add img:first-child {
    display: block;
    margin-bottom: 0px !important;
}
.hover-img-add:after {
	display: none !important;
}
.mousehoverimage img:first-child {
    display: block;
    margin-bottom: 10px !important;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
    line-height: 129%;
    min-height: 80px;
    vertical-align: middle;
    margin: 0px;
    display: flex;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb h4 a {
    color: #262626;
    font-weight: 300;
    font-size: 2rem;
    line-height: 129%;
    text-decoration: underline #fff;
    text-underline-offset: 2px;
    transition: 0.2s all;
}
.product-thumb h4 a:hover {
	text-decoration: underline;
	transition:0.2s all;	
}
.product-thumb .caption {
    padding: 0 0px;
    min-height: 62px;
	position: relative;
}
.product-video {
    position: absolute;
    right: 0px;
    width: 50px;
    bottom: 100px;
    z-index: 9;
    font-size: 16px;
    max-width: 54px;
    text-align: center;
    font-weight: 300;
}
.product-video a {
    color: #545454;
}
.product-video img {
    margin-bottom: 5px;
	filter: grayscale(1);
	transition:0.2s all;
}
.product-video a:hover img {
	filter: grayscale(0);
	transition:0.2s all;
}
.product-video a span {
    text-decoration: underline #fff;
    text-underline-offset: 4px;
	transition:0.2s all;
}
.product-video a:hover span {
    text-decoration: underline;
	transition:0.2s all;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
    line-height: 20px;
}
.product-thumb .price-old {
    color: #ffd801;
    text-decoration: line-through;
    margin-left: 0px;
    line-height: 20px;	
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.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;
    list-style: none;
    max-width: 70px;
}


/* 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;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}

/*sticker*/
.image {
    position: relative;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 57px;
	width: 58px;
    position: absolute;
	z-index: 998;
}
.image .corner_0 {
	left: 0px;
    top: 0px;
}
.image .corner_1 {
	right: 0px;
    top: 0px;
}
.image .corner_2 {
	left: 0px;
    bottom: 0px;
}
.image .corner_3 {
	right: 0px;
    bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
    padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}
/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
	display: none;
}
.benefits {
	margin-left: -15px;
}
.benefit {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.benefit .col-sm-1 {
    width: auto;
    padding-left: 0px;
    margin-bottom: 15px;
    padding-right: 10px;
}
.benefit .col-sm-1 .thumb {
    background: #ffd801;
    line-height: 23px;
    padding: 0 6px;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 2;
    left: 0px;
    line-height: 13px;
    font-size: 13px;
    background-color: #3d3d3d;
    color: #fff;
    line-height: 20px;
    padding: 15px;
    border-radius: 5px;
    width: 300%;
    text-align: left;
}

.benefit li:hover .benefit_description {
	display: block;
}
.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}
.advant-benefits {
    margin: 30px auto;
    text-align: center;
}
.advant-benefits .col-sm-3 .caption {
    max-width: 280px;
    margin: 15px auto 15px;
}
.advant-benefits .col-sm-3 b {
    font-weight: 300;
	font-size: 20px;
    line-height: 133%;
}
.imgcategory {
    margin: 30px 0px 60px;
    float: left;
    background: transparent;
    font-size: 30px;
    line-height: 35px;
    color: #545454;
    font-weight: 300;
    padding-left: 0px;
}
.module-title {
    float: left;
    line-height: 35px;
    margin-right: 30px;
}
.imgcategory a {
    color: #545454;
    margin: 0 30px 15px 0;
    white-space: nowrap;
    display: inline-block;
}
.imgcategory a span {
    padding: 3px 0px 0px;
    position: relative;
    float: right;
    border-bottom: 2px solid #fff;
}
.imgcategory a img {
    width: 40px;
    height: 40px;
    min-width: auto;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    transition:0.2s all;
    margin-right: 15px;
}

.imgcategory a:hover img {
    border: 1px solid #ffd801;
}
.imgcategory a:hover span {
    border-bottom: 2px solid #ffd801;
}
.all-category {
    padding: 2px 15px 1px;
    border: 1px solid #eee;
    border-radius: 30px;
    color: #000;
    font-weight: 300;
    transition:0.2s all;
    background: #fff;
    display: none;
	cursor: pointer;
}
.all-category:hover {
    background: #ffd801;
	transition:0.2s all;
}

.rechom {
    width: 100%;
    float: left;
}
.rechom h3 {
	font-size: 40px;
    font-weight: 300;
    position: relative;
    margin-bottom: 50px;
}
.rechom h3::after {
    content: "";
    width: 150px;
    height: 4px;
    bottom: -10px;
    background: #ffd801;
    z-index: 1;
    position: absolute;
    z-index: 20;
    transition: .3s ease;
    left: 0;
}
.button-place {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.button-place .view-all {
	max-width: 350px;
    display: block;
    margin: auto;
    border: 1px solid #ffd801;
    padding: 18px;
    font-weight: 300;
    text-align: center;
    color: #262626;
    font-size: 20px;
    border-radius: 5px;
	transition:0.2s all;
	margin-top: 60px;
}
.button-place .view-all:hover {
	background: #ffd801;
}
.radio label {
    padding: 0px;
}
.radio input[type="radio"] {
    position: absolute;
    margin-left: 0px;
    opacity: 0;
}
.radio input[type=radio] + .radio-btn {
    padding: 2px 12px;
    color: #000000b3;
    border-radius: 4px;
    width: auto;
    position: relative;
    height: auto;
    font-size: 12px;
    background: #e5e5e5;
}
.radio input[type=radio]:checked + .radio-btn {
    background: #ffd801;
}
.checkbox label {
    padding: 0px;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: 0px;
    opacity: 0;
}
.checkbox input[type=checkbox] + .checkbox-btn {
    padding: 2px 12px;
    color: #000000b3;
    border-radius: 4px;
    width: auto;
    position: relative;
    height: auto;
    font-size: 12px;
    background: #e5e5e5;	
}
.checkbox input[type=checkbox]:checked + .checkbox-btn {
    background: #ffd801;
}

.options-category {
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 9;
    text-align: left;
}
.options-category .checkbox input[type=checkbox] + .checkbox-btn {
	min-width: auto;
	border-radius: 4px;
}
.options-category .radio {
    margin-top: 0px;
    margin-bottom: 5px;
}
.options-category .checkbox label {
    min-height: 18px;
    line-height: 14px;
}

.left-menu a {
    color: #333;
    font-size: 18px;
    padding: 12px 15px;
    min-height: auto;
    font-weight: 500;
    text-shadow: none;
    margin: 6px 0;
    border: none !important;
}
.left-menu a img {
    margin-left:10px;
}
.left-menu a.active {
    border: none;
}
.left-menu a .cat-img {
    margin-left: 0px !important;
    margin-right: 10px !important;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 0px;
}
.left-menu a.active img {
    margin-left:10px;
	transform: rotate(180deg);
}
.left-menu a span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
.left-menu a.list-group-item.child {
    font-size: 16px;
    font-weight: 400;
}
.category-page h1 {
    font-size: 40px;
    font-weight: 300;
    position: relative;
	margin-top: 0px;
    margin-bottom: 50px;
}
.category-page h1:after {
    content: "";
    width: 150px;
    height: 4px;
    bottom: -10px;
    background: #ffd801;
    z-index: 1;
    position: absolute;
    z-index: 20;
    transition: .3s ease;
    left: 0;
}
.sort {
    margin: 0 15px;
}
.sort label {
    padding: 0px !important;
    background: none;
    border: none;
    margin-right: 10px;
    float: left;
    width: auto;
    margin: 1px 15px 0px 0px;
    font-size: 14px !important;
}
.sort a {
    font-size: 14px;
    color: #000;
    border-bottom: 1px dashed rgb(0 0 0 / 25%);
    text-transform: lowercase;
	margin-right: 15px;
	transition:0.2s all;
}
.sort a:hover {
    font-size: 14px;
    color: #ffd801;
    border-bottom: 1px dashed rgb(0 0 0 / 25%);
    text-transform: lowercase;
	transition:0.2s all;	
}
.sort .active {
    font-size: 14px;
    color: #ffd801;
    border-bottom: 1px dashed rgb(0 0 0 / 25%);
    text-transform: lowercase;
	transition:0.2s all;
	margin-right: 15px;
}
.seomore_a {
    background-color: #FFFFFF;
    border-color: #FFD801;
    color: #000000;
    border-radius: 4px;
    border: 1px solid #FFD801;
    background: no-repeat;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 16px;
    text-shadow: none;
}
.pagination {
    margin-top: 20px;
    width: auto;
    text-align: center;
}
.pagination-div {
	text-align: center;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    font-size: 20px;
    font-weight: 300;
	color: #545454;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: transparent;
    color: #333;
    font-weight: 600;
}
.description-div {
    margin: 60px 0px 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    color: #000;
}
.description-div h2, .description-div h3, .description-div h4 {
    font-size: 30px;
    margin-bottom: 30px;
}
.description-div p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;	
}
.description-div a {
    color: #000;
    border-bottom: 2px solid #FFD801;
}
.description-div a:hover {
    border-bottom: 2px solid #feb700;
}
.product-page h1 {
    margin-top: 10px;
	margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
	color: #262626;
}
.product-stock {
    font-weight: 600;
    color: #ffd801;
    font-size: 15px;
    margin-bottom: 10px;
}
.product-stock span {
	color: #262626;
}
.autocalc-product-price {
    font-size: 30px;
    font-weight: 600;
    color: #262626;
}
.product-page .form-group {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.seomore_div {
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
}
.number-spinner {
    width: 100px;
    margin-top: 15px;
}
.number-spinner button {
    background: #b7b7b7;
    color: #777;
    font-size: 20px;
    padding: 0px 0px 0px;
    width: 26px;
    height: 34px;
    margin-left: 2px;
    top: 0px;
    vertical-align: top;
    text-shadow: none;
    border: none;
}
.number-spinner #input-quantity {
    margin-left: 2px;
    margin-right: 2px;
	text-align: center;
}
.number-spinner .input-group-btn:last-child {
	margin-left: 2px;
}
.number-spinner .input-group-btn:last-child button {
	margin-left: 3px;
}
.product-page .col-sm-6 .list-unstyled .price-old {
    display: block;
    margin-top: 30px;
    text-decoration: line-through;
    font-size: 15px;
}
.product-page .col-sm-6 .list-unstyled .price-old span {
    font-size: 15px;
	font-weight: 300;
}
.product-page .col-sm-6 .list-unstyled h2 {
    margin: 5px 0px 10px;
}
.product-page .col-sm-6 .list-unstyled h2 span {
    color: #262626;
    font-size: 30px;
    font-weight: 600;
}
.product-page .col-sm-6 .product-video {
    right: 40px;
    bottom: 130px;
    z-index: 9;
    font-size: 12px;
    line-height: 16px;
    max-width: 40px;
    text-align: center;
    font-weight: 600;
    color: #7c7c7c;
}
.product-page #product {
    margin: 20px 0px;
    display: inline-block;
    gap: 30px;
}
.form-group.cart-div {
    display: block;
    max-width: 200px;
}
.product-page #product .form-group {
    margin-right: 30px;
}
.product-page #product .checkbox {
    margin: 0px;
}
.product-page #product .radio label .radio-btn, .product-page #product .checkbox label .checkbox-btn {
    padding: 2px 12px !important;
    letter-spacing: -.5px!important;
    font-size: 14px;
    text-align: center;
    min-width: 110px !important;
    display: block;
}
.product-page #product .radio input[type=radio] + .radio-btn {
    min-width: 110px;
    border-radius: 15px;
    padding: 2px 5px;
}
.checkbox input[type=checkbox] + .checkbox-btn {
    min-width: 110px;
    border-radius: 15px;
}
.product-page .rating {
    width: 100%;
    float: left;
}
.product-page #button-cart {
    background: url(/catalog/view/theme/default/img/bx_bxs-cart-download.svg) no-repeat 25px 50% #ffd801;
    background-size: 32px 32px;
    padding: 0px 25px 0 80px;
    border-radius: 0px;
    height: 60px;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    border: none;
    font-weight: 500;
    border-radius: 6px!important;
}
.product-page #button-cart:hover {
	background-color: #eece24;
}
.product-page .nav-tabs {
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom: 0px;
    width: 100%;
    float: left;
    padding: 0 15px;
}
.product-page .nav-tabs>li {
    margin-right: 25px;
}
.product-page .nav-tabs>li a {
    border-bottom: 1px solid #F2F2F2;
    border-color: #f2f2f2;
    color: var(--t-color);
    font-size: 24px;
    font-weight: 300;
}
.product-page .nav-tabs>li.active a {
    font-size: 24px;
    color: var(--t-color);
    background: #F2F2F2;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}
.product-page #tab-description, .product-page #tab-specification {
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}
.product-page .tab-content {
    width: 100%;
    float: left;
    padding: 0 15px;
    color: #000;
}
.product-page .tab-content a {
	text-decoration: none;
    text-underline-offset: 8px
}
.product-page .tab-content a:hover {
    text-decoration: underline #ffd801 !important;
}

#txtonas {
    width: 100%;
    float: left;
}
.txtonas div {
	font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #262626;
	max-width: 940px;
    margin: 0 auto;
}
.txtonas div p {
	max-width: 940px;
    margin: 0 auto;
}
.txtonas div h1 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #262626;
}
.blog-latest h1 {
	font-size: 30px;
    margin-bottom: 30px;
}
.blog-latest .blog-category {
    float: left;
    width: 100%;
}
.blog-latest .blog-category a {
    background: #fff;
    border-radius: 5px;
    padding: 10px 16px;
    display: block;
	float: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #1d1b1b;
    transition: .2s;
}
.blog-latest .product-grid, .blog-category .product-grid {
    width: calc(100% / 3);
}

.blog-latest .product-thumb, .blog-category .product-thumb {
    border: 1px solid transparent;
    padding: 0px;
}
.blog-latest .product-thumb .image, .blog-category .product-thumb .image {
	margin: 0px 0px;
}
.blog-latest .product-thumb h4, .blog-category .product-thumb h4 {
    width: 100%;
    text-align: left;
    float: left;
    align-items: center;
    justify-content: left;
}
.blog-latest .product-thumb h4 a, .blog-category .product-thumb h4 a {
    font-weight: 700;
    line-height: 129%;
    font-size: 18px;
    color: #000;
    text-align: left;
}
.blog-latest .product-thumb .caption {
    padding: 0 0px !important;
}
.blog-latest .showcase-list p, .blog-category .showcase-list p {
	margin-bottom: 70px!important;
    font-size: 18px;
	line-height: 140%;
}
.blog-latest .product-thumb .description, .blog-category .product-thumb .description {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    display: flex;
    margin-bottom: 15px !important;
    height: 90px;
}
.blog-latest .product-thumb .button-group, .blog-category .product-thumb .button-group {
    border-top: none;
    background-color: transparent;
    overflow: hidden;
}
.blog-latest .product-thumb .button-group button, .blog-category .product-thumb .button-group button {
    font-size: 16px;
    line-height: 20px;
    FONT-WEIGHT: 400;
    text-transform: capitalize;
    color: #000;
    background: #eee;
    width: 160px;
    height: 40px;
    padding: 10px 15px;
}
.blog-latest .product-thumb .button-group button:hover, .blog-category .product-thumb .button-group button:hover {
	color: #000;
    background: #ffd801;
}
.blog-latest .product-thumb .button-group button i, .blog-category .product-thumb .button-group button i {
    margin-left: 10px;
}
.blog-article .product-info {
    margin-bottom: 70px !important;
    font-size: 18px;
	color: #262626;
}
.blog-article .col-sm-8 {
    width: 66.66666667%;
    padding-left: 0px;
    font-size: 16px;
    line-height: 25px;
}
.blog-article .col-sm-8 blockquote {
    font-size: 16px;
    line-height: 25px;
}
.blog-article .col-sm-4 {
    width: 33.33333333%;
    float: right;
    padding: 0px 0 0 15px;
}
.blog-article .col-sm-4 a {
    border-color: #d1d1d1 !important;
    border-width: 1px !important;
}
.blog-article h3, .blog-article h4 {
	font-size: 30px;
	margin:20px 0 18px;
	padding-bottom:6px;
	display:block;

}
.blog-article h3 i, .blog-article h4 i {
	vertical-align:middle;
	margin-right:7px;
}

.blog-article .product-info a {
	color: #262626;
    border-bottom: 2px solid #fd0;
}
.blog-article .product-info .gallery {
    float: right;
	border: none !important;
}
.blog-article .product-info a:hover {
    border-bottom: 2px solid #feb700;
}
.stories-div {
	display: none;
}
.product-isearch h1 {
	margin-bottom: 30px;
}
.product-isearch .btn-primary {
    height: 34px;
    line-height: 29px;
}
.fancybox-slide:before {
	display: none !important;
} 
#slider {
    height: auto;
    width: auto;
    background: none;
    overflow: hidden;
}
#slider .fancybox-button svg {
    z-index: 9;
    color: #fff;
    width: 50px;
    height: 50px;
    right: 25px;
}
#slider .owl-wrapper-outer {
	border: none;
}
#slider img {
	height: calc(100vh - 100px);
    width: auto;
    margin: 0 auto;
    display: block;
}
#slider.owl-carousel .owl-buttons div i {
    color: #fff;
    opacity: 1;
}
#slider .owl-controls .owl-page.active span {
    background: #fff;
    opacity: 1;
}
#slider .owl-controls .owl-page span {
	background: #fff;
	opacity: 0.5;
}

.fancybox-slide--video .fancybox-content {
    margin: calc(50vh / 2) 0;
}

@media (max-width: 100vw) {
.product-thumb h4 {
    min-height: 105px;
}
}

@media (max-width: 2150px) {
.product-thumb h4 {
    min-height: 130px;
}
}
.imgcategory {
    height: 40px;
    overflow: hidden;
    position: relative;
}
/*@media (max-width: 2000px) {*/
.all-category {
	display: block;
    position: absolute;
    right: 15px;
    top: 0px;
}
.imgcategory.show-all {
    height: auto;
}
.all-category.showed {
    display: none;
}
.rechom .col-lg-3 {
    width: 25%;
}
/* .category-page .col-lg-3 {
    width: calc(100% / 3);
} */
/*}*/




@media (max-width: 1600px) {
.imgcategory {
    font-size: 20px;
}
.rechom .col-lg-3 {
    width: calc(100% / 3);
}
.category-page .col-lg-3 {
    width: calc(100% / 2);
}
}

@media (max-width: 1400px) {
#slider img {
    height: auto;
    width: 100%;
    margin: 30px auto;
}	
}
	
@media (max-width: 1300px) {
.category-page .col-lg-3 {
    width: 100%;
}
.blog-article #description .col-sm-8 {
    width: 100%;
	margin-bottom: 30px;
}
.blog-article #description .gallery {
    width: auto;
	float: left;
}
}

@media (max-width: 1200px) {
.iSearchBoxWrapper .iSearchBox {
    width: calc(100% - 775px) !important;
}
#search {
    left: 435px;
    /*width: calc(100% - 775px);*/
    width: calc(100% - 815px);
}
.header-phone {
    left: calc(100% - 310px);
}
.header-profile span {
    display: none;
}
.header-profile {
    margin-right: 40px;
}
#cart-total span {
	display: none;
}
.rechom .col-lg-3 {
    width: calc(100% / 2);
}
.info-page .advantages-block .col-lg-3 {
    width: calc(50% - 5px) !important;
}
}

@media (max-width: 1100px) {
#column-left.col-sm-3 {
    width: 300px;
}
#content.col-sm-9 {
    width: calc(100% - 300px);
}
#column-right {
	width: 300px;
}
footer .col-sm-7 {
    margin-bottom: 30px;
}
footer .col-sm-7, footer .col-sm-5 {
    width: 100%;
}

}

@media (max-width: 1000px) {
.blog-latest .product-grid, .blog-category .product-grid {
    width: calc(100% / 1);
}
}

@media (min-width: 992px) {
.advantages-block .advantages-block-container .col-sm-6 {
    width: 25%;
}
}
@media (max-width: 992px) {
.advantages-block .advantages-block-container .col-sm-6 {
    width: 230px;
}
.advantage p {
    font-size: 14px !important;
    font-weight: 400 !important;
}
}

@media (max-width: 970px) {
.header-profile.for-mobile {
	display: block;
}
#cart {
	display: none;
}
#column-right {
	display: none;
}
.header-profile {
    margin-right: 15px;
}
.drop-1.mobile-menu-2 {
    display: block !important;
}
.header-phone a {
	font-size: 0px;
}
.header-phone a img {
	display: block;
}
.mkids.drop-1 {
    margin-left: 220px;
}
body {
    padding-top: 104px;
}
#top-links {
    padding-top: 10px;
    float: left !important;
    padding-left: 15px;
}
#top-links a {
    padding: 3px 10px;
}
header {
    padding: 15px 0px;
}
.fixed-header {
	position: absolute;
}
#search {
    left: 0px !important;
    top: 0px !important;
    position: fixed !important;
    width: 100% !important;
    padding: 15px 15px;
    background: #fff;
    display: none;
    z-index: 999;
}
.search-back {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: calc(100% - 70px);
    position: fixed;
    top: 0px;
    left: 0px;
}
.active-search {
    display: block !important;
	overflow:hidden;
}
.header-phone {
    left: inherit;
    right: 60px;
    filter: grayscale(1) contrast(1) brightness(0.5);
    margin-top: -1px;
}
.footer-menu {
    display: block !important;
}
.footer-menu #cart {
	display: block;
}
footer {
    padding-bottom: 110px;
}
.category-page h1 {
    font-size: 24px;
    margin-bottom: 40px;
}
.breadcrumb > li:last-child {
	display: none;
}
.breadcrumb > li:nth-child(2):after {
	display: none;
}
.advantages-block, .advant-benefits {
	overflow-x: scroll !important;
    width: 100%;	
}
.advantages-block .advantages-block-container, .advant-benefits .row {
	display: flex;
	width: max-content;
}
.advantages-block .advantages-block-container .col-sm-6, .advant-benefits .row .col-sm-3 {
    width: 230px;
}

.imgcategory {
	overflow-x: scroll;
    width: 100%;
}
.imgcategory div {
	display: flex;
	width: max-content;
}
.imgcategory .all-category {
	display: none;
}
.info-page .advantages-block .col-lg-3 {
    width: calc(100% - 0px) !important;
}
}

@media (max-width: 900px) {
.category-page #column-left.col-sm-3 {
	display:none;
}
#content.col-sm-9 {
	width: 100%;
}
}

@media (max-width: 767px) {
.blog-article .col-sm-8 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.blog-article .col-sm-4 {
    width: 100%;
    float: left;
    padding: 0px 0 0 0px;
}
.rechom .col-lg-3 {
    width: 100%;
}
}



@media (max-width: 500px) {
.rechom .col-lg-3, .category-page .col-lg-3 {
    width: 100%;
    padding: 0px;
}
.rechom .col-lg-3 .product-thumb, .category-page .col-lg-3 .product-thumb {
	border: none;
}
#slider {
    /* padding: 0px; */
    margin-top: 50px;
}
#slider img {
    margin: 0px auto;
}
.fancybox-slide--html .fancybox-close-small {
    top: -23px !important;
}
}


@media (max-width: 430px) {
#logo {
    margin-top: 3px;
}
#logo a img {
    width: 146px;
    height: 25px;
}
.mkids.drop-1 {
    margin-left: 160px !important;
}
.supermenu-bg {
    left: -175px !important;
}
#supermenu ul li div.bigdiv.withflyout {
    left: -176px !important;
}
}


@media (max-width: 400px) {
#top-links li {
    padding-right: 0px;
    padding-left: 0px;
}
/* .header-phone a {
    font-size: 20px;
} */
footer #footer-assortment {
    column-count: 1;
}
}

@media (max-width: 380px) {
.header-phone a {
    font-size: 0px;
}
}

.information-information-4 .advantages-block, .information-information-6 .advantages-block {
    overflow-x: hidden !important;
    width: 100%;
}
.information-information-4 .advantages-block .advantages-block-container, .information-information-6 .advantages-block .advantages-block-container {
    overflow-x: hidden !important;
    
	display: block;
    width: auto;
}
.account-simpleregister #agreement_checkbox .checkbox input[type=checkbox]:checked + #checkbox-btn {
    border: 1px solid #eff0f2;
    background: #ffffff;
}

.checkbox a {
    color: #000;
    border-bottom: 0px solid #aaa;
    margin: 20px 0px 0px;
    width: 100%;
    padding-left: 0px;
    text-decoration: underline;
    float: left;
    font-size: 14px;
}
.checkbox input[type=checkbox] {
	display: none !important;
	width:auto !important;
}
.checkbox input[type=checkbox]:checked{
    border: 1px solid #ddd;
    background: #ffd801;
    padding: 2px;
    margin-right: 10px;
    border-radius: 20px;
}
.checkbox input[type=checkbox]+ .checkbox-btn {
    display: inline-block;
}
.checkbox input[type=checkbox]+ .checkbox-btn .checkbox-point {
    background: #ffd801;
    width: 20px;
    border-radius: 25px;
    margin: 3px 3px;
    height: 20px;
    display: block;
    text-align: center;
}
.checkbox input[type=checkbox]:checked {
    border: 1px solid #ddd;
    background: #ffd801;
    padding: 2px;
    margin-right: 10px;
    border-radius: 20px;
}

.checkbox input[type=checkbox]:checked + .checkbox-btn .checkbox-point {
    background: #fff;
    border: 1px solid #ccc;
    width: 20px;
    border-radius: 25px;
    height: 20px;
    display: block;
    text-align: center;
    float: left;
    margin: 2px;
}


#checkbox-btn {
    width: 20px;
    height: 20px;
    border: 1px solid #eff0f2;
    float: left;
    margin-right: 10px;
    border-radius: 20px;
}
.checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    line-height: 20px;
}
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox input[type=checkbox]:checked{
	border: 1px solid #ddd;
    background: #ffd801;
    padding: 2px;
    margin-right: 10px;
	border-radius: 3px;
}
.checkbox input[type=checkbox]:checked + #checkbox-btn {
    border: 1px solid #eaebed;
    padding: 0px;
    color: #000;
    border-radius: 50%;
}
.checkbox input[type=checkbox]:checked + #checkbox-btn #checkbox-point {
    margin: 4px 4px;
    display: block;
    text-align: center;
    background: #ffd801;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}


#radio-btn {
    width: 18px;
    height: 18px;
    border: 2px solid#ffd801;
    background: none;
    float: left;
    margin-left: 0px;
    border-radius: 4px;
    margin-right: 10px;
    top: -1px;
    left: 0px;
    position: absolute;
}
.radio {
    margin-top: 0px;
    margin-bottom: 15px;
}
.radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-left: 0px;
    opacity: 0;
}
.radio input[type=radio] + #radio-btn {
    border: 1px solid #eaebed;
    padding: 0px;
    color: #000;
    border-radius: 50%;
}
.radio input[type=radio]:checked + #radio-btn {
    border: 1px solid #e7e8ea;
    border-radius: 50%;
}
.radio input[type=radio]:checked + #radio-btn #radio-point {
    margin: 3px 3px;
    display: block;
    text-align: center;
    background: #ffd801;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.radio input[type=radio]:checked + #radio-btn #radio-point .fa {
    opacity:0;
	color: #fff;
}
.radio label {
    /* padding: 0 10px 0px 35px !important; */
    text-align: left !important;
    line-height: 20px;
}
#radio-point .fa {
	opacity: 0;
}



.not-found {
    margin: 0px 0px 50px;
}
.not-found h2 {
    font-size: 320px;
    font-weight: 900;
    text-align: center;
    margin: 25px 0px 0px;
}
.not-found p {
    text-align: center;
    font-size: 42px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 12px;
}
.not-found p a {
    border-bottom: 1px dashed;
}
.not-found p:last-child {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-not_found .shop-category {
    padding-top: 50px;
    padding-bottom: 50px;
}
.error-not_found .shop-category h3 {
    text-align: center;
    margin-bottom: 25px;
}
.history-table {
    width: 100%;
    float: left;
    overflow-x: overlay;
    margin-bottom: 20px;
}
.product-isearch h2 {
    width: 100%;
    float: left;
    margin: 30px 0 30px;
}
.info-page h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.info-page .advantages-block {
    margin: 0px -15px 20px;
}
.info-page .advantages-block .col-lg-3 {
    width: calc(25% - 5px);
    display: inline-block;
    float: none;
    vertical-align: top;
}
.info-page .pos-center {
    width: 100%;
    text-align: center;
    max-width: 100%;
    float: left;
    margin-bottom: 40px;
}
.info-page .pos-center .image {
    float: left;
    width: 100%;
}
.info-page .pos-center .image img {
    width: 30%;
}
.advantage .caption a:hover {
    color: #262626;
    border-bottom-color: #feb700;
}
.footer-menu {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    left: 0px;
    height: 70px;
	display: none;
    filter: drop-shadow(0px 6px 6px black);
}
.footer-menu .drop-1 {
    left: 0px !important;
    top: 0px !important;
    position: relative !important;
    border: none !important;
    height: 70px;
    width: 25% !important;
    float: left;
}
.footer-menu .drop-1 div {
    width: 30px;
    margin: 0px auto 0px;
    display: block;
    height: 30px;
}
.footer-menu .drop-1::after {
    content: 'меню';
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    margin-top: 3px;
}
.footer-menu .drop-1 span {
    width: 30px;
    height: 2px;
    background: #000000;
    float: left;
    display: block;
    margin: 7px 0px 0px;
    border-radius: 4px;
}


.drop-1.mobile-menu-2 {
    left: 25px !important;
    top: 2px !important;
    position: relative !important;
    border: none !important;
    height: 34px;
    width: auto !important;
    float: left;
	display: none;
}
.drop-1.mobile-menu-2 div {
    width: 30px;
    margin: 0px auto 0px;
    display: block;
    height: 30px;
}
.drop-1.mobile-menu-2 span {
    width: 30px;
    height: 2px;
    background: #000000;
    float: left;
    display: block;
    margin: 7px 0px 0px;
    border-radius: 4px;
}

.footer-search {
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 0px 0px 0px;
    padding: 0px 0px;
    height: 70px;
}
.footer-search span {
    margin: 3px auto 0px;
    display: block;
}
.footer-search span img {
    filter: brightness(0.6);
}
.footer-search::after {
    content: 'поиск';
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    margin-top: 0px;
    display: block;
}
.account-footer {
    float: left;
    width: 25%;
    position: relative;
    height: 70px;
    text-align: center;
}
.account-footer a:after {
    content: 'профиль';
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    margin-top: -6px;
    display: block;
    color: #666;
}
.footer-menu .cart-footer a {
    background: none;
    border: none;
    position: relative;
}
.footer-menu .cart-footer a #cart-total {
	top: -5px;
}
.footer-menu .cart-footer a button {
    background: none;
    border: none;
    text-shadow: none;
    padding: 0px;
	width: 0px;
	height: 0px;
}
.footer-menu .header-profile {
    float: none;
    margin: 3px auto 0;
    display: block;
    padding: 0px 0px;
}
.footer-menu .header-profile svg {
    width: 30px;
    height: 30px;
} 
.cart-footer {
    width: 25%;
    float: left;
    height: 70px;
}
.cart-footer #cart {
    margin: 0px auto 0px;
    width: 30px;
    display: block;
    float: none;
    right: inherit;
    top: 3px;
}
.cart-footer #cart::after {
    content: 'корзина';
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    margin-top: -3px;
    margin-left: 0px;
}
.cart-footer #cart #cart-total {
    font-size: 12px;
    text-shadow: none;
    float: right;
    padding: 3px 0px;
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    text-align: center;
}
.cart-footer #cart #cart-total span {
    font-size: 0px;
}

.account-left-nav {
	font-size: 16px;
	color: #555 !important;
}
.account-left-nav a {
	font-size: 16px;
	color: #555 !important;
}
.account-left-nav a img {
	margin-right: 5px;
}
.account-left-nav a:hover {
	background: none !important;
}
.account-login .well {
	background: none;
	border: none;
	font-size: 16px;
}
.account-login .well a, .account-login .well strong {
	font-size: 16px;
	color: #000;
}
.account-login .well label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}
.account-login .well h2 {
    margin-top: 20px;
    margin-bottom: 10px;	
	font-weight: 400;
	font-size: 30px;
	color: #000;
}

.account-account .col-sm-9 h2 {
    width: 100%;
	display: block;
}
.account-account .col-sm-9 .list-unstyled {
    margin: 30px -15px 0;
    display: flex;
}
.account-account .col-md-4 a {
    height: 150px;
    display: block;
    border-radius: 6px;
    padding: 30px;
    line-height: 22px;
    font-size: 18px;
    transition: all .3s;
    color: #3f3f3f!important;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #ccc;
}
.account-account .col-md-4 a img {
    display: block;
    margin: 0 auto;
}
.account-account .list-unstyled li a {
	color: #555;
	font-size: 16px;
	line-height: 22px;
}
.account-simpleaddress-update .radio label {
    width: 60px;
    padding-left: 30px;
}
.account-simpleaddress-update .radio #radio-btn {
    top: 8px;
}
.account-logout {
	color: #555;
	font-size: 16px;	
}

.checkout-success .col-sm-12 {
	text-align: center;
}
.checkout-success .col-sm-12 p {
	font-size: 18px;
}
.checkout-success .buttons .pull-right {
	float: none !important;
    margin: 30px;
}

@media (max-width: 1000px) {
.account-account .col-sm-9 .list-unstyled {
    display: block;
}
.account-account .col-sm-9 .list-unstyled .col-md-4 {
    width: 100%;
}	
}