/* Jet Cache: catalog/view/javascript/slick/slick.css */
/* Slider */
.slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Jet Cache: catalog/view/javascript/jquery/owl-carousel/owl.carousel.css */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next{
    position: absolute;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
  }
  .owl-carousel .owl-nav .owl-prev{
    left: -8px;
  }
  .owl-carousel .owl-nav .owl-next{
    right: -8px;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    /*padding: 0 !important;*/
    font: inherit; }
  .owl-carousel .owl-dots{
    text-align: center;
  }
  .owl-carousel button.owl-dot{
    display: inline-block;
  }
  .owl-carousel button.owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #e4e4e4;
    box-shadow: none;
  }
  .owl-carousel button.owl-dot.active span {
    background: #4E75A4;
    border-color: #4E75A4;
  }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://kaluga.ap-group-llc.ru/catalog/view/javascript/jquery/owl-carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Jet Cache: catalog/view/theme/default/stylesheet/sdek.css */
.cdek_map_container {
	position: fixed;
    background: white;
    width: 50%;
    height: 50%;
    z-index: 100;
    left: 25%;
    top: 10%;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
	.cdek_map_container {
	    width: 100%;
	    height: 95%;

	    left: 0;
	    top: 5px;
	}
}

.cdek_map_container_map {
	width: 100%;
    background: yellow;
    height: 90%;
}
.cdek_map_container_map_control {
	width: 100%;
    height: 10%;
}

.cdek_map_container_map_control a.control_button {
	display: inline-block;
    float: right;
    padding: 5px;
    margin-right: 10px;
    font-size: 16px;
}

.cdek_description {
	border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0 0 20px;
}
/* Jet Cache: catalog/view/theme/ap_group/stylesheet/stylesheet.css */
*{
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    margin: 0;
}
b, strong {
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 28px;
}
h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
    margin-top: 5px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
    line-height: 25px;
}
h5 { 
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

.title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: center;
      padding: 30px 0;
}
.title_center {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-top: 10px;
    text-align: center;
}
a {
    color: #4E75A4;
}
a:hover {
    text-decoration: none;
    color: #385e8c;
}
a.link-blue, .text-blue {
    color: #4E75A4;
}
p {
    margin: 0;
    margin-bottom: 30px;
}
ul{
    padding-left: 22px;
}
li::marker{
    color: #5783a6;
    font-size: 24px;
    line-height: 0;
}
li {
    margin-bottom: 10px;
}
hr {
    border-top: 1px solid #ddd;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
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: 16px;
}
.form-control {
    height: 37px;
    padding: 6px 12px;
    line-height: 1.4;
    color: #555;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus{
    border-color: #337ab7;
    box-shadow: none;
    outline: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.has-error .form-control {
    border-color: #a94442;
}

.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: 500;
}
.checkbox-inline {
    line-height: 1;
    padding-top: 15px;
}
.checkbox-inline input {
    vertical-align: middle;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.radio-button {
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
    border: 2px solid #4e75a4;
    vertical-align: top;
    position: absolute;
    left: 0;
}
.radio-button.disabled{
    background: #d4d4d4;
    border-color: #d4d4d4;
}
.radio-button.radio-check {
    background: #4e75a4;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-danger {
    color: #d60000;
}
.img-responsive,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/* Main */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.flex {
    display: flex;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    z-index: 1;
}
.open .dropdown-menu {
    display: block;
}
.caret-down {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 4px solid transparent;
    border-top-color: #000;
}
.angle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;

}
.angle.down {
    transform: rotate(-45deg);
}
.angle.right {
    transform: rotate(-135deg);

}.angle.left {
     transform: rotate(45deg);
 }
.star-border svg {
    fill: none;
    stroke: #e57816;
    stroke-width: 44;
}
.star-full svg {
    fill: #e57816;
}
button {
    cursor: pointer;
}
.btn {
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 12px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    transition: 0.5s;
}
.btn:hover{
    cursor: pointer;
}
button:focus,
.btn:focus,
button:active,
.btn:active{
    outline: none;
}
.btn svg{
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.btn-block {
    width: 100%;
    margin-bottom: 5px;
}
.btn-default{
    background: #fff;
    color: #4E75A4;
    border: 1px solid #4E75A4;
}
.btn-default:hover{
    background: #F5F9FD;
}
.btn-primary{
    background: #4E75A4;
    border: 1px solid #4E75A4;
    color: #fff;
}
.btn-primary:hover{
    background: #405f84;
    color: #fff;
}
.btn-black {
    background: #2F2F2F;
    border: 1px solid #2F2F2F;
    color: #fff;
}
.btn-black:hover{
    background: #545454;
}
.btn-instock {
    background: #2F2F2F;
    border: 1px solid #2F2F2F;
    color: #fff;
    display: block;
    width: 100%;
}
.btn-black:hover{
    background: #545454;
}
.btn-accent {
    background: #e67816;
    border: 1px solid #e67816;
    color: #fff;
}
.btn-accent:hover {
    background: #fff;
    color: #e67816;
}
.btn-danger {
    border: 1px solid #d9534f;
    color: #fff;
    background: #d9534f;
}
.btn-link {
    color: #337ab7;
    background: none;
    border: 0;
}
.link-unstyled {
    color: inherit;
    text-decoration: none;
}
.list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.hidden{
    display: none !important;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
    background: #fff;
    padding: 15px;
    max-width: 100%;
    position: relative;
}
.prmn-cmngr-cities .modal-dialog{
    width: 900px;
}
.modal-body p {
    overflow: hidden;
    font-size: 14px;
}
.modal-dialog p a {
    text-decoration: none;
}
.modal-body .infoimg{
    float: left;
    margin-right: 15px;
}
.modal-body .infotext{

    padding-top: 15px;
    display: block;
}

.modal-footer .btn{
    margin-bottom: 5px;
}
#content{
    margin-bottom: 20px;

}
.shipping-image {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.shipping-text{
    font-size: 16px;
    line-height: 1.3;
}
.payment-title {
    margin-bottom: 20px;
}
/* Header */
.header {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.header-logo {
    width: 17%;
}
.header-center {
    width: 49%;
}
.header-contacts {
    width: 18%;
    padding-left: 2%;
    padding-top: 20px;
}
.header-buttons {
    padding-left: 1%;
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: start;
}
.header-logo a{
    display: block;
    text-align: center;
}
.header-logo img {
    max-width: 120px;
}
.header-logo .logo-text {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    margin-top: -5px;
}
.header-city,
.currency{
    float: left;
    padding-top: 10px;
}
.currency ul .btn{
    text-align: left;
    font-weight: 400;
    font-size: 12px;
}
.currency ul .btn:hover{
    color: #4E75A4;
}
.currency ul {
    padding: 10px;
    z-index: 2;
}
.city-text,
.currency-text {
    font-size: 12px;
    margin-right: 10px;
    color: #999;
}
.city-text{
    float: left;
    margin-right: 7px;
    font-size: 12px;
}
.prmn-cmngr {
    position: relative;
    display: inline;
    float: left;
    width: 170px;
}
.prmn-cmngr__content {

    z-index: 10;
}
.currency .btn,
.prmn-cmngr a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: #676767;
    padding: 0;
    line-height: 1;
}
.big-cities {
    padding-left: 34px;
    overflow: hidden;
    margin-top: 0;
}
.big-cities .city-item{
    float: left;
    margin-right: 40px;
    font-weight: 600;
}
.big-cities .city-item::marker {
    font-size: 18px;
}
.header-center .top{
    padding-bottom: 10px;
}
.header-center .account{
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    float: right;
    padding-top: 10px;
    margin-right: 15px;
    color: #676767;
}
.header-center .account svg {
    margin-right: 5px;
}
.header-center .market{
    float: right;
    padding-top: 3px;
    line-height: 1;
}
.search {
    position: relative;
}
.search input[type="text"].form-control {
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
}
.search .btn-search {
    position: absolute;
    background: none;
    border: 0;
    right: 4px;
    padding: 9px;
}
.search .btn svg {
    fill: #337ab7;
}
.search .dropdown-menu {
    min-width: 248px;
    z-index: 101;
    list-style: none;
    margin: 5px 0;
}
.search-price{
    color: #868583;
    float: left;
    font-size: 14px;
    font-weight: 500;
}
.search-price2{
    color: #f3652a;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
    display: inline;
}
.search-thumb{
    float: left;
}
.search-name{
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.search-container{
    margin-left: 50px;
}
.search-container .btn{
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 10px;
}
.search-container2{
    padding: 5px;
}
.search-container2:hover{
    background: #F7F7F9;
}
.search-container2 a {
    color: inherit;
    text-decoration: none;
}
.search-more{
    margin-left: 50px;
    cursor: pointer;
}
.search-all{
    color: #777;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
}
.search-all:hover{
    text-decoration: underline;
    color: #ceb478;
}
.search-special{
    float: left;
    color: #868583;
    font-size: 17px;
    font-weight: 500;
    margin-left: 5px;
}
#cart > .btn {
    border: 0;
    background: none;
    padding: 0;
}
#cart .cart-content {
    display: none;
}
.cart-inner {
    background: #fff;
    padding: 2%;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.cart-inner .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.cart-inner td {
    vertical-align: middle !important;
}
.cart-inner .img-thumbnail {
    max-width: 100px;
}
.cart-inner {
    font-size: 14px;
}
.cart-inner .name a {
    color: inherit;
    text-decoration: none;
    font-size: 20px;
}
.cart-inner .table>tbody>tr>td,
.cart-inner .table>tfoot>tr>td {
    border-top: 0;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
}
.cart-inner .btn {
    min-width: 200px;
    margin-bottom: 10px;
}
.cart-inner .plus_minus {
    padding: 8px 0;
    min-width: 130px;
    display: table-cell;
}
.cart-inner .plus_minus input{
    padding: 0 2px;
    text-align: center;
    max-width: 40px;
    float: left;
    border: 0;
    background: #e4e4e4;
    font-weight: 600;
    font-size: 18px;
}
.cart-inner .plus_minus .items-count {
    width: 40px;
    font-size: 24px;
    height: 38px;
    color: #aaa;
}
.cart-inner .totals>tbody>tr>td {
    border: 0;
    font-size: 16px;
}
.cart-inner .total-right {
    font-weight: 600;
    font-size: 20px !important;
}
.cart-inner .cart-close {
    float: left;
}
.cart-inner .remove{
    padding: 0;
    background: none;
    min-width: auto;
    border: 0;
    margin: 0;
}
.cart-inner .remove svg {
    fill: #d43f3a;
}
.cart-inner .btn-danger {
    background: #fff;
    color: #d43f3a;
    border: 0;
    min-width: 50px;
    float: right;
}
.cart-inner .btn-danger:hover,
.cart-inner .btn-danger:focus {
    border: 0;

}
.header-icon-text {
    font-size: 12px;
    color: #999;
    display: block;
    line-height: 1;
}
.header-icon{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    border: 0;
    background: none;
    padding: 0 5px;
    color: inherit;
    text-decoration: none;
}
.header-icon svg {
    height: 30px;
}
.cart-count,
.compare-count,
.whishlist-count {
    position: absolute;
    right: 5px;
    top: -2px;

    font-size: 12px;
    background: #4E75A4;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
}
.header-contacts .contact{
    color: inherit;
    text-decoration: none;
    display: block;
    font-weight: 500;
    margin-bottom: 14px;
    color: #676767;
}
.header-contacts .contact:hover,
.currency .btn:hover,
.prmn-cmngr a:hover,
.compare-text:hover,
.cart-text:hover{
    color: #385e8c;
}
.prmn-cmngr a:hover svg{
    fill: #385e8c;
}
.header-contacts .contact svg {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.header-contacts .phone svg {

    top: 8px;
}
.header-contacts .phone .free-call{
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 26px;
    line-height: 10px;
    color: #999;
}
.header-contacts  .email {
    font-size: 14px;
}
/* Menu */
.menu {
    background: #F3F3F3;

}
.menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
.menu.fixed .logo-link{
    max-width: 68px;
    margin-right: 6%;
}
.menu.fixed .logo-link img{
    float: left;
}
.menu.fixed .header-icon {
    margin-top: 10px;
}
.menu.fixed .header-icon-text {
    display: none;
}
.menu.fixed .cart-count,
.menu.fixed .compare-count,
.menu.fixed .whishlist-count {
    right: -2px;
}
.menu .container {
    display: flex;
}
.menu a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
}
.menu a:hover,
.menu .inforamtion-list .menu-item-current{
    color: #4e75a4;
}
.menu span:hover svg path {
    fill: #4e75a4;
}
.menu .inforamtion-list a:hover::before,
.menu .inforamtion-list .menu-item-current::before{
    content: '';
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;

    right: 0;
    background: #4e75a4;
}
.menu-item {
    padding: 15px;
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    color: #797979;
}
.menu-close {
    display: none;
}
.category-menu{
    flex-grow: 1;
    position: relative;
    z-index: 100;
}
.category-menu.secondary {
    flex-grow: unset;
}
.category-toggle {
    margin-bottom: 0;
    color: #fff;
    min-width: 164px;
}
.category-menu.secondary .category-toggle {
    min-width: unset;
}
.category-toggle .caret-down{
    border-top-color: #fff;
    position: relative;
    left: 10px;
}
.category-menu.secondary .category-toggle .caret-down {
    border-top-color: #4E75A4;
}
.category-menu .nav{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    background: #F3F3F3;
    border: 1px solid #B6B6B6;
    border-top: 4px solid #4E75A4;
    border-bottom: 4px solid #B6B6B6;
    padding: 0;
    list-style: none;
}
.category-menu .category-item {

    padding: 0 15px;
}
.category-menu .category-item:hover,
.category-menu .sub-menu li:hover{
    background: #fff;

}
.category-menu .category-item:hover .first-level,
.category-menu .sub-menu a:hover{
    color: #4E75A4;
    border-color: #fff;
}
.category-menu .category-item:hover svg {
    fill: #4E75A4;
}
.category-menu .category-item:hover .first-level .menu-text {
    border-bottom: 0;
}
.category-menu .first-level {
    position: relative;
    display: block;
    padding: 11px 15px 11px 0;
    margin-left: 50px;
    border-bottom: 1px solid #DCE3ED;
}
.category-menu.secondary .first-level {
    margin-left: 0;
}
.category-menu .first-level svg {
    fill: #333;
    width: 28px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.category-menu .first-level .menu-text {
    clear: both;
    display: block;
    white-space: nowrap;
}
.category-menu .first-level .show-menu{
    position: absolute;
    right: -11px;
    top: 11%;
    padding: 10px;
    display: block;
    line-height: 10px;

}
.category-menu .first-level .show-menu i {
    transform: rotate(-135deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-color: #4e75a4;
}
.category-menu .show-menu .back{
    display: none;
}
.category-toggle > .angle{
    border-color: #fff;
    margin-left: 10px;
    margin-bottom: 3px;
}
.category-menu .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: -3px;
    background: #f3f3f3;
    min-width: 200px;
    padding-top: 4px;
    outline: 1px solid #b6b6b6;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
    min-height: auto;
}
.category-menu .sub-menu::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    width: 100%;
    /*height: 8px;*/
    background: #f3f3f3;
    /*border-bottom: 4px solid #B6B6B6;*/
    border-right: 1px solid #b6b6b6;
    left: 1px;
}
.category-menu .sub-menu li{

    padding: 0 15px;
}
.category-menu .sub-menu a{
    padding: 11px 0;
    border-bottom: 1px solid #dce3ed;
    white-space: nowrap;
}
.menu .inforamtion-list {
    flex-grow: 5;
    display: flex;
    justify-content: space-around;
}
.menu li{
    margin-bottom: 0;
}
.mobile-only {
    display: none;
}
@media (max-width: 991px) {
    .category-menu.secondary .category-toggle .caret-down {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
/*----------- Home -------------- */
.home-text__title {
    padding: 0;
  text-align: left;
}
/*----------- Advantages -------------- */
.advantages {
    background: #FAFAFA;
    padding: 40px 0;
    margin-bottom: 40px;
}
.advantages .icon {
    float: left;
}
.advantages .text {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-left: 90px;
    margin-top: 17px;
}

.container.category_group .list-unstyled {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.category_group__title {
  font-weight: 700;
}

.container.category_group .list-unstyled span {
    padding-right: 15px;
    display: flex;
    align-items: flex-start;
    break-inside: avoid-column;
}
.category-child-list_show{
    justify-self: center;
    border-radius: 3em;
    line-height: 1em;
    width: fit-content;
    display: flex;
    grid-area: auto / span 2;
}

.container.category_group .catwall {
    padding: 0 15px;
}

.container.category_group .catwall > div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

.container.category_group .catwall > div > div:nth-child(1),
.container.category_group .catwall > div > div:nth-child(2) {
    grid-column: span 3;
}

.container.category_group .catwall > div > div:nth-child(3),
.container.category_group .catwall > div > div:nth-child(4),
.container.category_group .catwall > div > div:nth-child(5) {
    grid-column: span 2;
}

.container.category_group .catwall > div > div {
    padding: 0;
}

.container.category_group .group-box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container.category_group .group-box-left .list-unstyled span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: rgba(78, 117, 164, 1);
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 10px;
    flex-shrink: 0;
}

.container.category_group .group-box-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*------- Category Wall -------------*/
.catwall .block_catwall{
    background: #fff;
    border: 1px solid #F7F7F7;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    margin-bottom : 30px;
}
.catwall .product-thumbcw{
    padding: 0;
}
.catwall .namelink {
    left: 0;
    min-height: 120px;
}
.catwall .linkchild{
    color: inherit;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    line-height: 120%;
    text-transform: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.catwall .image img {
    margin: auto;
}
.catwall .group-box{
    background: rgba(249, 249, 247, 1);
    border: 1px solid rgba(235, 235, 235, 1);
    padding: 30px;
    display: flex;
    gap: 25px;
    height: 100%;
}
.catwall .group-header{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 30px;
}
.catwall .group-img {
    width: 80px;
}
.catwall h3 {
    margin: 0;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.catwall .group-item {
    margin-bottom: 8px;
}
.catwall .group-link {
    font-size:16px;
    color: rgba(103, 103, 103, 1);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}
.catwall .group-link:hover {
    color: #23a1d1;
    border-bottom: 1px solid #23a1d1;
}
/* --------- Breadcrumbs ---------- */
.breadcrumb {
    margin: 10px 0;
    padding: 0 0 20px;
    position: relative;
}
.breadcrumb-inner {
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
}
.breadcrumb a,
.breadcrumb li {
    color: #585858;
    font-size: 13px;
    text-decoration: none;
}
.breadcrumb  li + li:before {
    content: '→';
    font-family: Arial;
    padding: 0 2px 0 0;
    position: relative;
    top: -1px;
    color: #9a9a9a;
    margin: 0 5px;
}
/* ------- Product Thumb ---------- */
.category-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.category-products_wide {
    grid-template-columns: repeat(4, 1fr);
}

.product-thumb-wrapper {
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-carousel .product-thumb-wrapper {
    margin-bottom: 0;
}
#column-left .product-carousel .product-thumb-wrapper {
    /*width: 75%;*/
    padding: 0 5px;
}
#column-left .product-thumb .product-name a,
#column-left .product-thumb .product-name .color {
    font-size: 12px;
    line-height: 1.2;
}
#column-left .product-thumb .product-name {
    height: 58px;
}
.product-thumb {
    border: 1px solid #EBEBEB;
    background: #f9f9f7;
    padding: 15px;
    height: 100%;
    position: relative;
}
.product-thumb:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}
.product-thumb .image{
    margin-bottom: 15px;
    position: relative;
}
.product-thumb__rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-thumb__buttons {

}
.product-thumb__buttons .btn-wishlist {
    float: none;
    margin: 0;

}

.product-thumb__buttons .btn-wishlist,
.product-thumb__buttons .btn-compare {
    background: none;
    border: 0;
    width: 30px;
    height: 30px;
}
.product-thumb__buttons .btn-wishlist:hover,
.product-thumb__buttons .btn-compare:hover {
    background: none;
}
.product-thumb__buttons .btn-wishlist svg,
.product-thumb__buttons .btn-compare svg{
    fill: none;
    stroke: #4e75a4;
}
.product-thumb__buttons .btn-wishlist:hover svg,
.product-thumb__buttons .btn-compare:hover svg{
    fill: none;
    stroke: #78C1D4;
}

.popup-image {
    color: #4A76A8;
    font-weight: 500;
}
.product-thumb img{
    margin: auto;
    display: block;
}
.product-thumb .product-name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 88px;
    margin-bottom: 10px;
}
.product-thumb .product-name a,
.product-thumb .product-name .color{
    font-size: 15px;
    display: block;
    line-height: 22px;
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}
.product-thumb .caption {

}
.product-thumb .caption .rating {

}
.product-thumb .rating span{
    display: inline-block;
    line-height: 1;
}
.product-thumb .stock{
    margin-bottom: 5px;
    font-size: 13px;
}
.rewardin{
    color: #219653;
}
.rewardoff{
    color : #ff0000;
}
.product-thumb .price{

    font-size: 20px;
    min-height: 42px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-thumb .price-new {
    color : #000;
    font-size : 20px;
}
.product-thumb .price-old {
    font-size : 16px;
    font-weight : 400;
    line-height : 12px;
    margin-top : 4px;
    /*text-decoration : line-through;*/
    vertical-align : baseline;
    position: relative;
}
.product-thumb .price-old::after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 2px;
    width: 100%;
    background: #e57816;
    left: 0;
}
.product-thumb .price-caption{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.product-thumb .price{
    flex-direction: row;
    gap: 0;
    align-items: center;
}
.product-thumb__col .price{
    align-items: start;
    flex-direction: column;
}
.product-thumb__col .price-new{
    font-size: 16px;
    margin-bottom: 0;
}
.product-thumb .price-old {
    font-size: 14px;
}

.product-thumb .buttons {
    height: 122px;
}
.product-thumb .cart {
    min-height: 80px;
}
.product-thumb .cart-buttons{
    display: flex;
    margin-bottom: 5px;
}
.product-thumb .btn {
    min-height: 37px;
    font-size: 14px;
    letter-spacing: 1px;
    border: 0;
    padding: 11px 5px;
    margin-bottom: 0;
}
.product-thumb .btn-cart_green {
    padding: 5px 5px 4px;
}
.product-thumb .input-quantity {
    width: 47px;
    text-align: center;
    padding: 6px 3px;
}

.product-thumb .fast-order{
    border: 1px solid #4E75A4;
}
.product-thumb .btn-mp{
    background: #deedff;
    border-color: #deedff;
    color: #4e75a4;
    margin-bottom: 5px;
}
.product-thumb .btn-mp:hover {
    background: #6fa4e5;
    border-color: #6fa4e5;
    color: #fff;
}
.product-thumb .icon-cart {
    display: none;
}
.product-thumb .items-count {
    height: 37px;
}
.product-thumb .btn svg {
    fill: #fff;
    vertical-align: bottom;
    top: 0;
}
.related-products {
    padding-top: 40px;
    position: relative;
}

/*.related-products .owl-stage-outer::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    box-shadow: 0 0 36px 51px #fff;
    z-index: 2;

}
.related-products.left .owl-stage-outer::before {
  left: 0;
}
.related-products.right .owl-stage-outer::before{
  right: 0;
}*/
.product-carousel-title {
    font-size: 32px;
    font-weight: 400;
}
.related-products .product-carousel-title {
    margin: 0 0 10px;
}
.product-carousel-text {

}
.special-timere-zone {
    margin-top : 2px;
    position : relative;
    text-align : center;
}
.special-timer-all {
    background : #fbfbfb;
    margin-bottom : 5px;
    padding : 5px 0 20px 0;
}

.special-timer-info {
    color : #2F2F2F;
    font-size : 18px;
    font-weight : 700;
}
.special-timer-line {
    font-size : 18px;
    font-weight : 500;
    margin : 0 10px;
}
.special-timer-text {
    color : #8E8E8E;
    font-size : 12px;
    font-weight : 400;
    margin-left : -20px;
    position : absolute;
    top : 20px;
}

.special-timer-text.day{
    margin-left : -18px;
}
.product-thumb .special-timer-all{
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 0 0 10px;
    opacity: 0;
    transition: 0.5s;
}
.product-thumb .special-timer-text.day{
    margin-left : -16px;
}
.product-thumb:hover .special-timer-all{
    opacity: 1;
}
.product-thumb .special-timer-text {
    top : 15px;
    font-size : 10px;
    margin-left: -17px;
    color: #000;
}
.product-thumb .special-timere-zone {
    margin-top: -2px;
}
.product-thumb .special-timer-info{
    font-size : 16px;
}
.special-timer-all .text-time {
    font-size: 12px;
    text-align: center;
}
/* ---------- Product ---------- */
.product-title {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.2;
}
.product-title span {
    display: block;
}

.product-images .lazy-thumbnail img{
    display: none;
    float: left
}
/*.product-images .lazy-thumbnail.slick-current img{
  display: inline !important;
}*/
.main-image{
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    border-radius: 5px;
    float: right;
    width: 86%;
    overflow: hidden;
}
.main-image a:hover {
    cursor: pointer;
}
.image-additional {
    position: relative;
}
.image-additional:focus {
    outline: none;
}
.image-additional img {
    border: 1px solid #d8d8d8;
    margin: 5px 0;
    border-radius: 5px;
    margin: auto;
    /*visibility: hidden;*/
}
.image-additional.slick-current img{
    border-color: #4E75A4;
    /*border-width: 2px;*/

    outline: 1px solid #4e75a4;

}
.images .owl-nav svg{
    fill: #757575;
}
.images .slick-nav{
    display: block;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    line-height: 1;
}
.images {
    /*padding: 0 15px;*/
    float: left;
    width: 12%;
    margin: 3px 0;
    text-align: center;
}
.images .owl-carousel .owl-nav .owl-next {
    right: -20px;
    line-height: 1;
}
.images .owl-carousel .owl-nav .owl-prev {
    left: -20px;
    line-height: 1;
}
.images #additional {
    margin-bottom: 11px;
}
.slick-dots {
    display: block;
    text-align: center;
    padding: 0;
}
.slick-dots button {
    display: none;
}
.slick-dots li{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cbcbcb;
    border-radius: 50%;
    margin: 0 2px;
}
.slick-dots .slick-active {
    background: #4e75a4;
}
.images .video {
    position: relative;
    border: 1px solid #98bde8;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}
.images .video img{
    float: left;
}
.images .video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-count {
    font-size: 12px;
    color: #4E75A4;
    line-height: 1;
}
.product-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-rating .model {
    font-size: 14px;
    color: #b1b1b1;
    vertical-align: top;
    line-height: 18px;
}
.product-rating .stars span{
    line-height: 1;
    display: inline-block;
}
.rating a {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    vertical-align: bottom;
    line-height: 18px;
}
.rating .link-blue {
    color: #4E75A4;
    text-decoration: none;
    font-size: 14px;
    vertical-align: top;
    margin-right: 20px;
}
.rating .review_profile{
    font-size: 12px;
    color: #b1b1b1;
    margin-right: 10px;
    vertical-align: top;
}
.rating svg {
    margin-right: 0;
    vertical-align: top;
    width: 15px;
    height: 15px;
}
.rating-stars span{
    cursor: pointer;
}
.product-stock {

}
.product-stock .instock,
.product-stock .outofstock{
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    float: left;
}
.product-stock .instock {
    background: #5fc700;
}
.product-stock .outofstock {
    background: #ad0000;
}
/*.product-details {
      max-width: 450px;
}*/
.similar-products {
    position: relative;
}
.similar-products-list {
    display: flex;
    margin-bottom: 20px;
}
.similar-products__title{
    font-size: 14px;
    color: #b1b1b1;
}
.similar-products-list .slick-nav{
    position: absolute;
    left: -20px;
    top: 50%;
    background: none;
    border: 0;
    padding: 0;
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0.6;
}
.similar-products-list .slick-nav.next {
    left: auto;
    right: -20px;
}
.similar-products-list .slick-list {

}
.similar-products-item {
    float: left;
    padding: 5px 7px 5px 0;
    width: 15%;
    /*overflow: hidden;*/
    position: relative;
}
.similar-products-item .out-of-stock img{
    opacity: 0.2;
}
.similar-products-item-zoom .out-of-stock img{
    opacity: 1;
}
.similar-products-item .text-out-of-stock,
.similar-products-item-zoom .text-out-of-stock{
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    width: 90%;
}
.similar-products-item > .similar-products-item-inner {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}
.similar-products-item.current > .similar-products-item-inner{
    border: 1px solid #4e75a4;
    outline: 1px solid #4e75a4;

}
.similar-products img {
    float: left;
}
.similar-products-item .price{
    display: none;
}

.similar-products-item-zoom {
    position: absolute;
    top: 105%;
    width: 200px;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
}

.similar-products-item-zoom::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
}
.similar-products-item-zoom.right::before{
    right: 10px;
    left: auto;
}
.similar-products-item-zoom .price {
    display: block;
    padding-left: 15px;
}
.similar-products-item-zoom .out-of-stock .price{
    visibility: hidden;
}
.similar-products-item-zoom .new-price,
.similar-products-item-zoom .old-price {
    font-size: 14px;
}
.similar-products-item-zoom .old-price {
    font-size: 12px;
    text-decoration: line-through;
    /*color: #979797;*/
    color: #EB5757;
}
.similar-products-item-zoom .new-price {
    font-weight: 700;
}
.similar-products-item-zoom a {
    color: inherit;
    text-decoration: none;
}
.product-details .cart-block{
    display: grid;
    align-items: flex-end;
    margin-bottom: 15px;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 5px;
}
.price-line {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.price-line__right {
    display: grid;
    align-items: end;
}
/********* Ya Split ****************/
.product-split {
    cursor: pointer;
}

.split-info {
    max-width: 700px;
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 30px;
    position: relative;
}
.product-split .ya-pay-widget {
    pointer-events: none;
}
.split-info .ya-pay-widget {
    margin-bottom: 30px;
}
.split-info__title {
    font-size: 24px;
    font-weight: 600;
}
.split-info__list {
    padding-left: 27px;
}
/********* Ya Split END ************/
.product-details .special-timer-all {
    border-radius: 5px;
    padding: 15px 0 30px 0;
}
.product-details .special-timer-all .text-time {
    font-size: 15px;
}
.product-details .btn {
    border-radius: 5px;
}
.product-details .buttons .btn{
    padding: 15px 0;
}
.product-details .buttons.full-width .btn{
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.product-details .buttons.full-width .btn + .btn{
    margin-right: 0;
    width: calc(50% - 15px);
}
.product-details .buttons.full-width .btn-consultation {
    float: right;
}
.marketplace-list {
    width: 100%;
    max-width: 400px;
    background: #fff;
    position: relative;
    margin: auto;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 5px;
}
.marketplace-list__text {
    color: #e00000;
}
.marketplace-list__item {
    height: 65px;
    padding: 15px 30px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #0000004d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.marketplace-list__item img{
    max-height: 100%;
}
.btn-consultation {
    float: right;
    background: #deedff;
    border-color: #deedff;
    color: #4e75a4;
}
.btn-consultation:hover {
    background: #6fa4e5 ;
    border-color: #6fa4e5;
    color: #fff;
}
.priceproduct-new {
    font-size: 35px;
    font-weight: 700;
}
.priceproduct-old {
    color : #EB5757;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    display: block;
    margin-bottom: 5px;
}
.special-today {
    font-size: 12px;
    color: #b1b1b1;
    float: left;
    margin-right: 10px;
}
.special-today + .priceproduct-old {
    font-size: 14px;
}
.special-list-popup {
    display: block;
    color: #eb5757;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    line-height: 1;
    margin-top: 5px;
}
.special-list-popup .price{
    white-space: nowrap;
}
.discount {
    max-width: 600px;
    background: #fff;
    padding: 40px 120px;
    text-align: center;
    margin: auto;
    position: relative;
}

.discount-content {
    display: none;
}
.product-thumb .plus_minus {
    display: flex;
}

.items-count {
    background-color: #f7f7f7;
    border: medium none;
    float: left;
    font-size: 26px;
    height: 40px;
    width: 40px;
    color: #aaa;
}
.items-count#minus {
    border-radius: 5px 0 0 5px;
}
.items-count#plus{
    border-radius: 0 5px 5px 0;
}
.plus_minus .pull-left {
    margin-right: 7px;
}
.discount-popup {
    display: block;
    font-size: 13px;
}
.discount .title {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
}
.discount .discount-desc {
    font-size: 18px;
}
.discount ul {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}
.discount li {
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
    padding: 12px;
}
.discount .discount-caption {
    font-size: 14px;
    color: #ab0101;
    margin-bottom: 20px;
}
.discount .discount-info{
    margin-bottom: 20px;
}
.discount .close-discount {
    padding: 11px 70px;
    text-transform: none;
    font-size: 18px;
}
.discount .close-discount.cross {
    border: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
}
.discount .close-discount.cross svg {

}
.popup-text .mfp-content{
    background: #fff;
    max-width: 800px;
    padding: 30px;
    margin: 20px auto;
}
.product-details .form-group  {
    margin: 0;
}
.product-details .plus_minus.with-early-special {
    margin-bottom: 17px;
}
.product-details .plus_minus #input-quantity {
    font-weight: 700;
    width: 40px !important;
}
.action-block {
    grid-column: span 2;
}

.plus_minus #input-quantity {
    background: #e4e4e4 none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px !important;
}
.btn-product-additional {
    background: #fff;
    border: 1px solid #e4e4e4;
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 0;
}
.btn-product-additional svg {
    margin-right: 0;
    fill: #aaa;
    stroke: #aaa;
    position: static;
}
.btn-copy-link svg {
  stroke: none;
}
.btn-wishlist {
    margin-right: 3px;
    float: left;
}
.btn-product-additional:hover{
    background: #e4e4e4;
}
.btn-product-additional:hover svg {
    fill: #fff;
    stroke: #fff;
}
.btn-copy-link:hover svg {
  stroke: none;
}

.offer-logo {
    margin-bottom: 5px;
    max-width: 300px;
    line-height: 7px;
}
.offer-logo input {
    float: left;
    margin: 5px 5px 0 0;
}
.offer-logo label {
    display: inline;
    padding: 0;
    font-size: 10px;
    color: #B1B1B1;
    line-height: 12px;
}
.offer-logo label a {
    text-decoration: none;
}
.offer-logo .text-danger {
    font-size: 14px;
    padding: 5px 0;
}
.btn-cart {
    margin-bottom: 5px;
}
.btn-cart_green {
    background: #5fc700;
    border-color: #5fc700;
}
.btn-cart_green:hover {
    background: #5fc700;
    border-color: #5fc700;
}
.product-promo {
    margin: 0 0 6px 0;
    padding: 15px 0 0;
    grid-column: 1 / 3;
}
.promo-block {
    border: 1px solid #BFD4EC;
    border-radius: 5px;
    padding: 3px 10%;
    display: flex;
    align-items: center;
}
.promo-block:hover{
    cursor: pointer;
    border: 1px solid #4A76A8;
    background: #F5F9FD;
}

.promo-block svg {
    fill: #98BDE8;
}
.tab-video svg {
    fill: #f90000;
    height: 16px;
    vertical-align: text-top;
}
.promo-block:hover svg {
    fill: #4A76A8;
}
.promo-block.video-popup:hover svg {
    fill: #db0000;
}
.promo-icon {
    float: left;
    margin-right: 12px;
    display: flex;
}
.promo-title {
    font-size: 13px;
    color: #4E75A4;
    text-decoration: none;
    line-height: 1;
}
.product-info {
    border: 1px solid #B7C9DD;
    border-radius: 5px;
    min-height: 92px;
    display: flex;
    align-items: center;
    padding: 0 10%;
    text-decoration: none;
}
.product-info:hover{
    background: #F5F9FD;
    border: 1px solid #4A76A8;
}
.product-info .image {
    max-width: 50px;
    margin-right: 30px;
    display: flex;
}
.product-info .title{
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #333;
    padding: 0;
    text-align: left;
}
.product-info .text{
    font-size: 15px;
    line-height: 1;
}
.product-info .text a {
    text-decoration: none;
    line-height: 15px;
    display: block;
}
.product-configurator .product-options{
    display: block;
    width: 100% !important;
    padding: 15px 0;
}

.product-configurator .product-options__item{
    overflow: hidden;
}
.product-configurator .options_group {
    clear: both;
}
.product-configurator .configurator-images {
    position: relative;
    display: block;
    /*margin-bottom: 30px;
    float: left;
      width: 88%;*/
}
.configurator-add-images {
    position: relative;

}
.configurator-related {
  clear: both;
      margin-left: 14%;
}
.configurator-related__list {
    display: flex;
    justify-content: center;
    

    margin-bottom: 25px;
}
.configurator-related__title {
  margin-bottom: 15px;
}
.configurator-related .btn{
    border-radius: 4px;
    margin: 0 5px;
}
.configurator-images .layer-5,
.configurator-images .layer-4,
.configurator-images .layer-3,
.configurator-images .layer-2,
.configurator-add-images .layer-5,
.configurator-add-images .layer-4,
.configurator-add-images .layer-3,
.configurator-add-images .layer-2{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.configurator-add-images .layer-5,
.configurator-add-images .layer-4,
.configurator-add-images .layer-3,
.configurator-add-images .layer-2,
.configurator-add-images .layer-1 {
    width: 100%;
}
.configurator-images .layer-5,
.configurator-add-images .layer-5 {
    z-index: 5;
}
.configurator-images .layer-4,
.configurator-add-images .layer-4 {
    z-index: 4;
}
.configurator-images .layer-3,
.configurator-add-images .layer-3 {
    z-index: 3;
}
.configurator-images .layer-2,
.configurator-add-images .layer-2 {
    z-index: 2;
}
.configurator-images .layer-1,
.configurator-add-images .layer-1 {
    z-index: 1;
}
.configurator-images-popup .configurator-images{
    position: relative;
    overflow: hidden;
}
.configurator-images-popup,
.configurator-images-popup .configurator-images,
.configurator-images-popup .layer-5,
.configurator-images-popup .layer-4,
.configurator-images-popup .layer-3,
.configurator-images-popup .layer-2,
.configurator-images-popup .layer-1 {
    max-height: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.configurator-images-popup .layer-5,
.configurator-images-popup .layer-4,
.configurator-images-popup .layer-3,
.configurator-images-popup .layer-2 {
    left: 0;
    width: 100%;
}
.configurator-images-popup img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*.configurator-images .layer-2 {
  z-index: 2;
}
.configurator-images .layer-1 {
  z-index: 1;
}*/
.product-options  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    grid-column: span 2;

}
.product-options .control-label {
    font-size: 15px;
    line-height: 1;
    color: #515151;
}
.product-options .form-control{
    border-radius: 5px;
    border-color: #DDE6EE;
    color: #a2a2a2;
    font-size: 14px;
    padding: 10px;
    height: 40px;
}
.product-options .radio {
    clear: both;
    line-height: 1;
}
.product-options .radio label{
    font-size: 14px;
}
.product-options .radio-image{
    clear: none;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    margin: 3px 10px 10px 0;
}
.product-options .radio-image input{
    display: none;
}
.product-options .radio-image label {
    margin-bottom: 0;
    float: left;
    cursor: pointer;
}
.product-options .radio-image img {
    float: left;
    max-width: 45px;
}
.product-options .radio-image.checked::before {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 0 2px black;
}
.option-image-grid {
    max-width: 900px;
    background: #fff;
    padding: 30px;
    margin: auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    position: relative
}
.option-image-item {
    text-align: center;
}
.option-image-item .image{
    cursor: pointer;
}
.option-image-item .title{
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.option-image-item .option-price{
    font-size: 12px;
    color: #49a900;
    line-height: 1;
}
.select-option-image,
.option-description {
    max-width: 303px;
}
.input-option {
    position: relative;
}
.remove-option-image{
    border: 0;
    color: #cf395b;
    font-size: 36px;
    background: none;
    padding: 15px 11px;
    line-height: 12px;
    vertical-align: top;
    position: absolute;
    left: 262px;
    top: 0;
    display: none;
    font-weight: 600;
}
.option-description {
    color: #4e75a4;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 10px 8px;
    border-radius: 5px;

}

.product-faq {
    padding: 15px 0;
}
.product-faq-title {
    font-weight: 600;
    margin-bottom: 7px;
}
.product-faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-faq-item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}
.product-faq-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
}
.review-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.review-list {
    margin-bottom: 30px;
}
.review-item {
    border-bottom: 1px solid #EAEAEA;
    padding: 35px 0 10px;
}
.review-item .author {
    font-size: 19px;
    margin-bottom: 5px;
    color: #646464;
    float: left;
    margin-right: 15px;
}
.review-item .city {
    font-size: 14px;
    color: #ababab;
    vertical-align: bottom;
    display: inline-block;
    line-height: 25px;
}
.review-item .date-added {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    clear: both;
}
.review-source {
    font-size: 12px;
    color: #fff;
    background: #4e75a4;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 5px;
}
.review-carousel .review-mp-label{
    margin-bottom: 15px;
}
.review-source.wb {
    background: linear-gradient(0deg, rgba(36, 36, 36, .05) 0, rgba(36, 36, 36, .05) 100%), linear-gradient(97deg, #ed3cca .49%, #df34d2 14.88%, #d02bd9 29.27%, #bf22e1 43.14%, #ae1ae8 57.02%, #9a10f0 70.89%, #8306f7 84.76%, #7c1af8 99.15%);
}
.review-source.market {
    background: #df0000;
}
.review-source.ozon {
    background: #005bff;
}
.review-item .rating {
    vertical-align: bottom;
    line-height: 22px;
    margin-right: 8px;
}
.review-item .rating svg {
    width: 13px;
    height: 13px;
    vertical-align: inherit;
}
.review-item .date {
    color: #ABABAB;
    font-size: 12px;
    margin-right: 10px;
}
.review-item p{
    margin-bottom: 15px;
}
.review-item .product_info {
    margin-bottom: 15px;
}
#review .buttons {
    padding-top: 40px;
}
.review-read-more{
    width: 100%;
    background: none;
    color: #4A76A8;
    text-transform: none;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.review-list .pagination {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.review-pagination .pagination-first,
.review-pagination .pagination-last{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 14px;
}
.review-pagination > div{
    display: inline-block;
}
.review-pagination .pagination-first{
    float: left;
    margin-right: 5px;
}
.review-pagination .pagination-last {
    float: right;
    margin-left: 5px;
}
.review-pagination a,
.review-pagination .pagination > li > a,
.review-pagination .pagination > li > span {
    color: #4A76A8;
    display: inline-block;
    margin: 0;
}
.review-pagination svg {
    fill: #4A76A8;
}
.review-pagination .pagination > li > a:hover,
.review-pagination .pagination > li > span:hover,
.review-pagination .pagination > .active > a,
.review-pagination .pagination > .active > a:focus,
.review-pagination .pagination > .active > a:hover,
.review-pagination .pagination > .active > span,
.review-pagination .pagination > .active > span:focus,
.review-pagination .pagination > .active > span:hover {
    color: #fff;
    background: #4A76A8;
    border-radius: 0;
}
.review-pagination a:hover svg {
    fill: #fff;
}
#reviewst .table {
    margin-bottom : 10px;
    width : 100%;
}
.review-read-more {
    margin-bottom: 20px;
}
.review-form {
    max-width: 800px;
    margin: auto;
    background: #f7f7f7;
    padding: 2% 5%;
}
.review-form .title{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}
.review-form fieldset {
    clear: both;
}
.review-form legend {
    padding: 0 15px;
}
.review-form .btn{
    margin-top: 30px;
    padding: 12px 10%;
    margin-bottom: 30px;
}
.review-form__file-upload {

    clear: both;
}
.review-file-upload {
    border: 1px solid #ccc;
    background: #fefefe;
    text-align: center;
    cursor: pointer;
    color: #4e75a4;
}
.review-file-upload svg {
    vertical-align: middle;
}
.review-file-upload__button-label {
    margin: 0;
    display: block;
    padding: 15px;
}
.review-file-upload__button {
    display: none;
}
.review-file-upload__list {
    padding: 15px 0;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(5, 1fr);
}
.upload-photo {
    position: relative;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-photo__thumb {
    max-width: 100%
}
.upload-photo__input {
    display: none;
}
.remove-uploaded-file {
    width: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}
.review-photos__item {
    display: inline-block;
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
    margin: 0 5px 5px 0;
}
.review-photos__img {
    float: left;
}
.review-answer {
    background: #f3f3f3;
    padding: 15px 30px;

    position: relative;
}
.review-answer::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    border-top: 6px solid #f3f3f3;
    border-left: 6px solid #f3f3f3;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: rotate(270deg);
}
.review-answer__author {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}
.review-answer__author::after {
    content: '';
    display: block;
    height: 1px;
    width: 107px;
    background: #c3d3e5;
}
.review-answer__text {
    font-size: 16px;
}
.nav-tabs {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;

}
.nav-tabs::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    clear: both;
}
.nav-tabs li {
    float: left;
    border: 1px solid #e7e7e7;
    border-left: 0;
    background: #F9F9FA;
    margin-bottom: -5px;
}
.nav-tabs li:first-child {
    border-left: 1px solid #e7e7e7;
}

.nav-tabs li.active {
    background: #fff;
    border-bottom: 0;
    border-top: 8px solid #4A76A8;
}
.nav-tabs li.active > a {
    padding: 11px 40px 23px;
    color: #4A76A8;
}
.nav-tabs a{
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: inherit;
    padding: 18px 33px;
    display: block;
}
.nav-tabs li:hover a {
    color: #4A76A8;
}
.tab-pane {
    display: none;
    padding-top: 20px;
    margin-bottom: 40px;

}
.tab-pane.active{
    display: block;
}
#tab-shipping {
    padding-top: 0;
    margin-bottom: 0;
}
.attribute-list {
    list-style: none;
    padding-right: 25px;
}
.attribute-list +  .attribute-list{
    padding-right: 15px;
    padding-left: 25px;
}
.attribute-item{
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    overflow: hidden;
}
.attribute-list .left {
    width: 50%;
    float: left;
}
.attribute-list .right {
    width: 50%;
    float: right;
    text-align: right;
    color: #a0a0a0;
}
.product-video {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.product-video.owl-carousel .owl-stage-outer {
    margin-bottom: 0;
}

.product-video-item {

}
.product-video-item .title {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.product-video-item .thumb {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.product-video-item .thumb a {
    height: 217px;
    display: flex;
    align-items: center;
    background: #000;
    overflow: hidden;
    border-radius: 5px;
}
.product-video-item .thumb svg {
    width: 50px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-video-item .thumb img {
    float: left;
}
.iframe-video-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iframe-video {
    max-width: 900px;
    width: 100%;
    max-height: 500px;
    height: 100%;
}
.product-user-reviews-item .image{
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9fa;
    border: 1px solid #e7e7e7;
    position: relative;
}
.product-user-reviews-item .image img {
    height: 300px;
    width: auto;
    max-width: none;
    float: left;
}
.product-user-reviews-item .image svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-user-reviews-item .title{
    height: 40px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}
.product-user-reviews-item .title a {
    text-decoration: none;
}
.product-user-reviews-item.default .image,
.product-user-reviews-item.default .title{
    background: #f9f9fa;
    border-radius: 5px;
}
/* ---------- Aridius Instock ---------- */
.instock textarea,
.fastorder textarea{
    resize: vertical;
}
.instock,
.fastorder{
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.instock .form-horizontal .control-label {
    justify-content: start;
}
.instock2,
.fastorder2{
    padding: 15px 25px 15px 25px;
    font-size: 14px;
}
.name-popup{
    font-size: 15px;
    line-height: 33px;
    padding: 4px 15px;
    font-weight: 500;

}
.name-product{
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 17px;
    line-height: 28px;
}
.instockf,
.fastorderf{
    border-bottom: 1px solid #F5F5F5;
}
.forminstock .form-group,
.fastorder .form-group{
    margin-bottom: 1px;
}
.fastorder .input-group.error .input-group-addon,
.fastorder .input-group.error input{
    border-color: #e80101;
}
.btnfast {
    margin: 0 auto;
    display: block;
}
.fastorder .image_wrap img{
    float: left;
}
.fastorder  .priceall {
    height: 100%;
    display: flex;
    align-items: center;
}
.priceold-product{
    color: #000;
    font-size: 26px;
    font-weight: 400;
    display: inline;
}
.price-product{
    color: #E12C31;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 12px;
    vertical-align: 7px;
}
.instock .mfp-close,
.fastorder .mfp-close,
.mfp-close-btn-in .mfp-close{
    top: 0;
    right: 0;
    color: #f30000 !important;
    opacity: 1;
}
.instock .mfp-close span,
.fastorder .mfp-close span {
    color: red!important;
}
.instock .image_wrap img{
}
/* ---------- Stickers ---------- */
.stickers {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 0;
}

.stickers-special,
.stickers-top,
.stickers-new {
    background-color: #d12a50;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin: 7px;
    text-align: center;
    padding: 0 10px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 18%);
    display: inline-block;
}
.stickers-new {
    background-color: #72bb2f;

}
/* ---------- Description ---------- */
.iconblock {
    margin: 20px 0;
    width:100%;
    display: table;
}
.iconblock .icon {
    display: table-cell;
    vertical-align: top;
    width: 60px;
    padding: 4px 20px 10px 0;
    text-align:center;
}
span.z {
    font-size: 20px;
    margin: 10px 0;
    /*color: black;*/
    font-weight: bold;
}
.description_pr.show {
    margin-bottom: 93px;
    position: relative;
}
.description-text {
    max-height: 150px;
    overflow: hidden;
    transition: 0.5s;
}
.category .description-text{
    max-height: 110px;
}
.description_pr.active .description-text {
    max-height: 15000px;
}
.description_pr .more {
    display: none;
    background: linear-gradient(rgba(255,255,255,0),#fff);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 70px;
    vertical-align: bottom;
    padding-top: 20px;
    font-size: 16px;
    /*font-weight: 600;*/
    cursor: pointer;
}
.description_pr .more-text {
    top: 50px;
}
.description_pr.active .more-text {
    top: 0;
}
.description_pr .more-text,
.review-read-more,
.btn-showmore {
    position: relative;
    width: 100%;

    background: #4A76A8;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    /*font-weight: 500;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    padding: 10px;
}

.description_pr.active .more {
    background: none;
    bottom: -70px;
}
.description_pr .more-text:hover,
.review-read-more:hover,
.btn-showmore:hover{

    color: #4A76A8;
    background: #fff;

    border-color: #4A76A8;
}
.description-bottom {
    padding: 40px 0 0;
}
.description-bottom .description-text {
    border-top: 2px solid #000;
    padding-top: 40px;
}
.description_p {
    border-top: 2px solid #000;
    padding: 40px 0;
    font-size: 14px;
}
.description_p p{
    margin-bottom: 10px;
}
/*------ Category Accordion -------*/
.box-category{
    padding: 15px 15px 15px 0;
}
.box-category  li{
    position: relative;
}
.box-category > ul > li a{
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-left: 80px;
    min-height: 50px;
    line-height: 1;
    margin-bottom: 10px;
}
.box-category > ul > li > ul{
    padding-left: 16px;
}
.box-category .name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}
.box-category a.active {
    font-weight: 500;
}
.box-category > ul > li ul > li > a {
    display: block;
    text-transform: none;
    clear: both;
}
.box-category .category-image {
    position: absolute;
    left: 0;
}
.box-category .dcjq-icon{
    position: absolute;
    top: 16px;
    right: -20px;
    cursor: pointer;
    color: #969696;
    font-weight: 500;
    width: 10px;
    text-align: center;
}
.box-category a + .dcjq-icon::after{
    content: '+';
}
.box-category .active + .dcjq-icon::after{
    content: '-';
}
/*------ Last Reviews --------- */
.review-carousel {
    .owl-stage {
        display: flex;
        align-items: stretch;
        gap: 15px;
    }
    .owl-carousel:has(.owl-dots.disabled) .owl-stage-outer{
        margin-bottom: 0;
    }
}
.review-carousel .review-wrapper {
    padding: 0 15px;
}
.review-thumb {
    background: #F9F9F7;
    padding: 30px;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.review-thumb .review-author{
    text-decoration: none;
    color: #646464;
    margin-bottom: 10px;
    display: block;
    font-size: 19px;
    line-height: 1;
}
.review-thumb .review-author .city{
    color: #ABABAB;
    font-size: 14px;
}
.review-thumb .date-added {
    font-size: 12px;
    margin-bottom: 10px;
    color: #ababab;
    line-height: 16px;
}
.review-thumb .rating {
    font-size: 19px;
    line-height: 1;
    margin-right: 10px;
}
.review-thumb .rating span {
    margin-right: 4px;
}
.review-thumb .rating svg{
    width: 13px;
    height: 13px;
}
.review-thumb .review-desc{
    font-size: 19px;
    line-height: 1.3;
    margin: 0;
    overflow: hidden;
}
/* --------- Product Carousel --------- */

.rb-gallery .owl-prev,
.rb-gallery .owl-next,
.product-carousel .owl-prev,
.product-carousel .owl-next,
.review-carousel .owl-prev,
.review-carousel .owl-next{
    height: 100%;
    /*top: 42% !important;*/
    background: transparent;
    transition: 0.5s;
}
.review-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-prev{
    left: 0;
    /*box-shadow: 20px 0 28px 0 #fff;*/
}
.rb-gallery .owl-nav .owl-prev {
    left: -23px;
}
.review-carousel .owl-nav .owl-next,
.product-carousel .owl-nav .owl-next{
    right: 0;
}
.rb-gallery .owl-nav .owl-next {
    right: -23px;
}
.rb-gallery .owl-carousel .owl-nav .owl-prev,
.review-carousel .owl-carousel .owl-nav .owl-prev,
.product-carousel .owl-carousel .owl-nav .owl-prev,
.rb-gallery .owl-carousel .owl-nav .owl-next,
.review-carousel .owl-carousel .owl-nav .owl-next,
.newsblog-articles.owl-carousel .owl-nav .owl-prev,
.newsblog-articles.owl-carousel .owl-nav .owl-next,
.product-carousel .owl-carousel .owl-nav .owl-next{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    height: auto;
    border-radius: 50%;
    padding: 10px 18px 10px 15px;
    line-height: 1 !important;
    background: #fff;
    border: 1px solid #cecece;
    transition: 0.3s;
}
.rb-gallery .owl-carousel .owl-nav .owl-prev,
.review-carousel .owl-carousel .owl-nav .owl-prev,
.newsblog-articles.owl-carousel .owl-nav .owl-prev,
.product-carousel .owl-carousel .owl-nav .owl-prev {
    padding: 10px 19px 10px 15px;

}
.rb-gallery .owl-carousel .owl-nav .owl-next,
.review-carousel .owl-carousel .owl-nav .owl-next,
.newsblog-articles.owl-carousel .owl-nav .owl-next,
.product-carousel .owl-carousel .owl-nav .owl-next {
    padding: 10px 15px 10px 19px;
}
.rb-gallery .owl-carousel .owl-nav svg,
.review-carousel .owl-carousel .owl-nav svg,
.newsblog-articles.owl-carousel .owl-nav svg,
.product-carousel .owl-carousel .owl-nav svg {
    stroke: #4E75A4;
}
.rb-gallery .owl-carousel .owl-nav .owl-prev:hover,
.review-carousel .owl-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-carousel .owl-nav .owl-prev:hover,
.newsblog-articles.owl-carousel .owl-nav .owl-prev:hover,
.newsblog-articles.owl-carousel .owl-nav .owl-next:hover,
.rb-gallery .owl-carousel .owl-nav .owl-next:hover,
.review-carousel .owl-carousel .owl-nav .owl-next:hover,
.product-carousel .owl-carousel .owl-nav .owl-next:hover{
    background: #4E75A4;
    box-shadow: none;
}
.rb-gallery .owl-carousel .owl-nav .owl-prev:hover svg,
.review-carousel .owl-carousel .owl-nav .owl-prev:hover svg,
.product-carousel .owl-carousel .owl-nav .owl-prev:hover svg,
.newsblog-articles.owl-carousel .owl-nav .owl-prev:hover svg,
.newsblog-articles.owl-carousel .owl-nav .owl-next:hover svg,
.review-carousel .owl-carousel .owl-nav .owl-next:hover svg,
.rb-gallery .owl-carousel .owl-nav .owl-next:hover svg,
.product-carousel .owl-carousel .owl-nav .owl-next:hover svg{
    stroke: #fff;
    fill: none;
}
/* ------ Video Carousel ------------- */
.product-video-carousel .product-video-item {
    padding: 0 15px;
}
.product-video-carousel .owl-carousel .owl-nav .owl-prev,
.product-video-carousel .owl-carousel .owl-nav .owl-next {
    top: 37%;
}

/* ------ Category ------------- */
.select-category {
    font-size: 24px;
    padding-left: 7px;
    margin-bottom: 14px;
    color: #4A76A8;
}
.category-list {
    margin-top: 20px;
    margin-bottom: 10px;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.category-list .category-item-wrapper{
    width: 19.666%;
    display: inline-block;
    padding: 5px;
    float: left;
}
.category-list .category-item {
    border: 1px solid #5785A5;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 5px;
    min-height: 60px;
}
.category-list .category-item .image{
    width: 40%;
}
.category-list .category-popup:hover {
    cursor: pointer;
}
.category-list .category-item .image img{
    float: left;
}
.category-list .category-item .caption{
    width: 80%;
}
.category-list .category-item .caption a{
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 0 5px;
    font-weight: 500;
}
.category-item {
    position: relative;
}
.category-item-zoom {
    position: absolute;
    width: 200px;

    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    z-index: 1;
}
.category-item-zoom::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
}
.category-item-zoom.right::before{
    right: 10px;
    left: auto;
}
.category-item-spoiler {
    width: 100%;
    background: rgba(230,120,23,1);
    color: #fff;
    transition: 0.5s all;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 20px;
    border: none;
    text-align: center;
    margin: 0.5em 0;
    margin-top: auto;
    border-radius: 20px;
    cursor: pointer;
}
.category-item-spoiler:hover {
    background: rgba(230,120,23,0.75);
}
.category-item-spoiler:after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M6.92753 12.823L10.7961 8.95438C11.0322 8.71835 11.0322 8.33555 10.7961 8.09952C10.56 7.86344 10.1773 7.86344 9.94126 8.09952L7.10457 10.9362L7.10457 0.604467C7.10457 0.270656 6.83391 -1.80932e-07 6.5001 -1.95523e-07C6.16634 -2.10112e-07 5.89564 0.270656 5.89564 0.604467L5.89564 10.9362L3.05895 8.09961C2.82287 7.86353 2.44017 7.86353 2.20409 8.09961C2.08614 8.21761 2.02705 8.37235 2.02705 8.52704C2.02705 8.68174 2.08614 8.83643 2.20409 8.95447L6.07267 12.823C6.30875 13.059 6.69145 13.059 6.92753 12.823Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13' height='13' fill='white' transform='translate(13) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transform: scaleY(1);
}
.category-item-spoiler._pc:not(.hidden) ~ .category-item-wrapper {
    display: none;
}
.category-item-spoiler._mobile {
    display: none;
}
.category-item-spoiler._back {
    display: none;
}
.category-item-spoiler._back:after {
    transform: rotate(180deg);
}
.category-item-spoiler.hidden ~ .category-item-spoiler._back {
    display: inline-block;
}
@media (max-width: 767px) {
    .category-item-spoiler._mobile {
        display: inline-block;
    }
    .category-item-spoiler._pc {
        display: none;
    }
    .category-item-spoiler._mobile:not(.hidden) ~ .category-item-wrapper,
    .category-item-spoiler._mobile:not(.hidden) ~ .category-item-spoiler {
        display: none;
    }
}
.category-sort {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 5px 10px;
}
.category-sort .form-group {
    float: left;
    display: flex;
    margin: 0;
}
.category-sort .input-group-addon {
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    float: left;
    line-height: 16px;
    margin: 0;
    width: auto;
}
.category-sort .form-control {
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    height: 30px;
    margin-left: -1px;
    z-index: 0;
}
/* --------- Compare ------- */
.compare-product .table {
    font-size: 14px;
    display: block;
    overflow-x: auto;
}
/* --------- Buyer Price List -------- */
.buyer-price {
    background: #f3f3f3;
    padding: 30px;
    max-width: 400px;
    float: right;
    margin-bottom: 20px;
}
.buyer-price .title{
    font-weight: 600;
}
/* --------- Default Bootstrap ------- */
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 14px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    font-size: 14px;
}
.form-group {
    margin-bottom: 15px;
}
.alert {
    padding: 8px 14px 8px 14px;
    margin-bottom: 20px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert .close{
    float: right;
    background: none;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal .close{
    float: right;
    background: none;
    border: 0;
    font-size: 24px;
    color: #b5b5b5;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-title{
    margin: 0;
    font-size: 18px;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: none;
    transition: 0s;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-header {
    padding: 15px;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
/* --------- Pagination ------- */
.pagination-info {
    font-size: 14px;
    margin-bottom: 30px;
}
.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.pagination>li {
    display: inline-block;
    margin-bottom: 15px;
}
.review-pagination .pagination>li {
    margin-bottom: 0;
}
.pagination > li > a,
.pagination > li > span {
    border-radius: 50px;
    color: #777;
    margin-left: 7px;
    font-size: 14px;
    padding: 8px 13px;
    line-height: 1.4;
    text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #51473c;
    border-radius: 50px;
    color: #FFF;
}
.btn-showmore{
    min-width: 200px;
    display: inline-block;
    width: auto;
}
.btn-showmore .loading-icon{
    display: none;
    position: relative;
}
.btn-showmore svg{
    animation:rotator 1.4s linear infinite;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}
.btn-showmore svg > .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke:#fff;
    animation: dash 1.4s ease-in-out infinite;
}
.btn-showmore .loading-icon:before {
    content: "\00a0";
    margin-left: .75rem;
    margin-right: .75rem;
    letter-spacing: -10px;
}
@keyframes rotator {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(270deg)}
}
/*@keyframes colors_dark {
  0%{stroke:#bbb}
  25%{stroke:#bbb}
  50%{stroke:#bbb}
  75%{stroke:#bbb}
  100%{stroke:#bbb}
}*/
@keyframes dash {
    0%{stroke-dashoffset:187}
    50%{stroke-dashoffset:46.75;transform:rotate(135deg)}
    100%{stroke-dashoffset:187;transform:rotate(450deg)}
}

/* --------- Banner Pro ------- */
.bannerpro .owl-nav {
    opacity: 0;
    transition: 0.5s;
}
.bannerpro:hover .owl-nav {
    opacity: 1;
}
.bannerpro .owl-nav .owl-prev{
    left: 10px;
}
.bannerpro .owl-nav .owl-next{
    right: 10px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    opacity: 1;
}
.bannerpro .owl-nav svg {
    fill: #fff;
}
.bannerpro a {
  position: relative;
}
.text-bannerpro {
  position: absolute;
  top: 0;
  left: 0;
}
.bannerpro__h1 {
    color: #fff;
  text-align: center;
    max-width: 700px;
}
.text-bannerpro {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 1%;
    height: 100%;
    width: 100%;
}
/* ----------- Owl Carousel ------ */
.rb-gallery-list.owl-carousel:has(.owl-dots.disabled) .owl-stage-outer{
    margin-bottom: 20px;
}
.bannerpro .owl-stage-outer{
    margin-bottom: 0;
}

.owl-carousel .owl-dots{
    padding: 20px 0;
    width: 100%;
}
.owl-carousel button.owl-dot{
    margin: 0;
    padding: 3px;
}


/*--------- Aridius Letters ------------*/
.form_mail{
    background: #2F2F2F;
    color: #fff;
    margin: 0;
}
.form_mail .row {
    display: flex;
    align-items: center;
}
.head_letter {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
}
.button_email {
    position: absolute;
    right: 0px;
    z-index: 11;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 14px !important;
    font-weight: 500;
    color:#fff;
    background: #2F2F2F;
}
.textdanger{
    color: red;
}
.textsuccess{
    color: #28E17F;
}
.mailletters .btn-lg {
    font-size: 12px;
    line-height: 12px;
    padding: 9px;
}
.mailletters .input-lg {
    height: 32px;
    line-height: 20px;
    padding: 0 10px;
}
#mail_letters {
    border-radius: 60px;
    height: 50px;
    font-size: 14px;
}
.inline_email {
    display: inline-block;
    vertical-align: middle;
}
.all_mailblock {
    margin-top: 3px;
}
.mailletters {
    width: 100%;
}
.mailblock-right {

}
.person_data {
    max-width: 300px;
}
.person_data,
.person_data a {
    color: #6B6B6B;
    font-size: 13px;
    line-height: 16px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-bottom: 15px;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #868583;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}
.panel-title {
    font-size: 14px;
    font-weight: 500;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}
.panel-body {
    padding: 15px;
}
.panel-collapse.collapse {
    display: none;
}
.panel-collapse.collapse.in {
    display: block;
}
.more-less {
    float: right;
    font-size: 11px;
    color: #868583;
}

.cssload-spin-box {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
    -o-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
    -ms-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
    -webkit-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
    -moz-box-shadow: 12px 12px rgb(79,77,73), -12px 12px rgb(223,223,223), -12px -12px rgb(79,77,73), 12px -12px rgb(223,223,223);
    animation: cssload-spin ease infinite 4.6s;
    -o-animation: cssload-spin ease infinite 4.6s;
    -ms-animation: cssload-spin ease infinite 4.6s;
    -webkit-animation: cssload-spin ease infinite 4.6s;
    -moz-animation: cssload-spin ease infinite 4.6s;
}

@keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-o-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-ms-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-webkit-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-moz-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}
.selected__filters button:after{
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='15.5711' width='22' height='2' transform='rotate(-45 0 15.5711)' fill='%23C4C4C4'/%3E%3Crect x='1.41431' y='0.0147095' width='22' height='2' transform='rotate(45 1.41431 0.0147095)' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
    width: 17px;
    height: 17px;
    display: inline-block;
    content: '';
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.selected__filters {
    margin-bottom: 40px;
}
.selected__filters button{
    background: #FAFAFA;
    border: 1px solid #4A76A8;
    box-sizing: border-box;
    border-radius: 7px;
    height: 41px;
    line-height: 41px;
    padding: 0 14px;
    color: #535353;
    font-size: 14px;
    margin-right: 15px;
}
.selected__filters button.reset{
    background: transparent;
    border-color: transparent;
    color: #4A76A8;
    padding: 0;
}
.selected__filters button.reset:after{
    width: 11px;
    height: 11px;
    background-size: contain;
    margin-left: 5px;
}
.ocfilter .panel-heading{
    font-size: 20px;
    line-height: 23px;
    background: none;
    color: #000;
    margin-bottom: 21px;
}
.ocfilter-option .option-name{
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 16px;
}

.ocfilter-option label a{
    font-size: 14px;
    margin-left: 7px;
    color: #535353;
    padding: 0;
    border: none;
    vertical-align: middle;
    display: inline-block;
}

.ocfilter{
    background: #F9F9F7;
    padding: 20px;
}

.ocfilter .list-group-item{
    border: none;
    padding: 0;
    background: none;
}

.filters__toggle:before{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M13.2475 1.05414e-06H0.766076C0.545799 -0.00041535 0.343983 0.122562 0.243352 0.31841C0.141333 0.516895 0.159239 0.75591 0.289573 0.937184L4.86223 7.37879C4.86375 7.38101 4.86542 7.38309 4.86694 7.38531C5.03309 7.60961 5.12303 7.88139 5.12345 8.16051V13.4123C5.12248 13.5678 5.18355 13.7173 5.29306 13.8276C5.40272 13.9378 5.55179 14 5.70724 14C5.78622 13.9999 5.86451 13.9842 5.93752 13.9538L8.507 12.9741C8.73713 12.9038 8.88995 12.6865 8.88995 12.425V8.16051C8.89036 7.88139 8.98031 7.60961 9.14631 7.38531C9.14784 7.38309 9.1495 7.38101 9.15103 7.37879L13.7238 0.937045C13.8542 0.75591 13.8721 0.517034 13.77 0.318549C13.6696 0.122562 13.4676 -0.00041535 13.2475 1.05414e-06Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 7px;
}
.filters__toggle{
    background: #cf395b;
    border: 1px solid #cf395b;
    box-sizing: border-box;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 13px;
}

#column-right .ocfilter{
    margin: 0px -20px;
    background: #fff;
}
#column-right #ocfilter-mobile{
    display: none;
}

.ocfilter-option input{
    display: none !important;
}

.ocfilter-option label:before{
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background-color: #fff;
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
}
.ocfilter-option label{
    position: relative;
    padding: 0 0 0 27px;
    line-height: 21px;
    margin-bottom: 10px;
}

.ocfilter-option label.ocf-selected:before{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.97794 10.3564C4.85384 10.4812 4.68454 10.5508 4.50867 10.5508C4.3328 10.5508 4.16349 10.4812 4.0394 10.3564L0.291697 6.60807C-0.0972324 6.21914 -0.0972324 5.58847 0.291697 5.20027L0.760965 4.73088C1.15002 4.34195 1.77996 4.34195 2.16889 4.73088L4.50867 7.07078L10.8311 0.74824C11.2201 0.359311 11.8507 0.359311 12.239 0.74824L12.7083 1.21763C13.0972 1.60656 13.0972 2.23711 12.7083 2.62543L4.97794 10.3564Z' fill='%2300AA00'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.filters__reset{
    border: 1px solid #4A76A8 !important;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
}

.new__advantages__head {
    /*height: 35px;*/
    /*line-height: 35px;*/
    line-height: 1.1;
    padding: 8px 25px;
    margin: 0 0 10px;
    border-radius: 19px;
    background: url("/catalog/view/image/rect.png");
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    /*-webkit-mask-image: -webkit-linear-gradient(0deg, black 45%, rgba(255, 255, 255, 0) 100%);*/
    /*mask-image: linear-gradient(90deg, black 45%, rgba(255, 255, 255, 0) 100%);*/
    text-align: center;
}
@media (max-width: 767px) {
    .new__advantages__head {
        font-size: 14px;
        padding: 8px 15px;
    }
    .new__advantage__head {
        word-break: break-word;
        font-size: 14px !important;
    }
    .new__advantage__text {
        font-size: 13px !important;
    }
}

#advantages{
    margin-top: 64px;
}

.new__advantages__more {
    font-size: 16px;
    line-height: 22px;
    color: #3c3c3c;
    text-decoration: none;
    text-align: right;
    display: block;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
}
.new__advantages__more:after {
    margin-left: 7px;
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: baseline;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M6.92753 12.823L10.7961 8.95438C11.0322 8.71835 11.0322 8.33555 10.7961 8.09952C10.56 7.86344 10.1773 7.86344 9.94126 8.09952L7.10457 10.9362L7.10457 0.604467C7.10457 0.270656 6.83391 -1.80932e-07 6.5001 -1.95523e-07C6.16634 -2.10112e-07 5.89564 0.270656 5.89564 0.604467L5.89564 10.9362L3.05895 8.09961C2.82287 7.86353 2.44017 7.86353 2.20409 8.09961C2.08614 8.21761 2.02705 8.37235 2.02705 8.52704C2.02705 8.68174 2.08614 8.83643 2.20409 8.95447L6.07267 12.823C6.30875 13.059 6.69145 13.059 6.92753 12.823Z' fill='%234E75A4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13' height='13' fill='white' transform='translate(13) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transform: scaleY(-1);
}
.new__advantages + .new__advantages__more:before{
    content: 'Свернуть преимущества';
}
.new__advantages--collapsed + .new__advantages__more:before{
    content: 'Показать все преимущества';
}
.new__advantages--collapsed + .new__advantages__more:after{
    transform: scaleY(1);
}
.new__advantages {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.new__advantages > div {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 5px 0;
}

.new__advantage {
    /*background: linear-gradient(269.76deg, #FFFFFF -36.54%, #F2FBFF 99.77%);*/
    background: linear-gradient(270deg, #f3f6fb -35%, #f2fbff 100%);
    border-radius: 14px;
    position: relative;
    padding: 14px 15px 8px 14px;
    height: 100%;
}

.new__advantage__num {
    font-size: 20px;
    line-height: 23px;
    color: #4E75A4;
    text-shadow: 2px 2px 0px #CDF0FF;
    top: 9px;
    left: 15px;
    position: absolute;
    font-weight: bold;
}

.new__advantage__head {
    color: #3C3C3C;
    font-size: 15px;
    line-height: 13px;
    font-weight: 500;
    margin-bottom: 7px;
    padding-left: 20px;
}

.new__advantage__text {
    font-size: 13px;
    line-height: 15px;
    color: #676767;
    padding: 1px 0;
}

.new__advantages--collapsed > div{
    display: none;
}

.new__advantages--collapsed > div:nth-child(-n+3){
    display: block;
}
.ocfilter-option label small {
    background-color: transparent;
    color: #444;
    margin-left: 3px;
    opacity: 0.7;
}

.selected-options{
    display: none;
}

.ocfilter-option label.ocf-selected{
    color: #444;
}

.tags-list {
    margin-top: 50px;
}
.tag-item {
    background: url('/catalog/view/image/rect.png');
    border-radius: 19px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    line-height: 1.1;
    margin-bottom: 8px;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
}
.tag-item:hover {
    color: #fff;
    opacity: .8;
}
.tag-item_switch {
    background: rgba(230, 120, 23, 1)
}
.tags-list_collapsed .tags-wrapper {
    height: 32px;
    overflow: hidden;
    margin-bottom: 8px;
}
.tags-list:not(.tags-list_collapsed) .tag-item_switch-show {
    display: none !important;
}

/*--------- Footer ------------*/
.footer {
    background: #2F2F2F;
    padding-bottom: 30px;
}
.footer a {
    text-decoration: none;
}
.footer .title{
    font-size: 13px;
    color: #CBCBCB;
}
.footer-subscribe {
    border-bottom: 1px solid #444;
    margin-bottom: 15px;
    padding: 30px 0;
}
.footer-inforamtion-list a {
    color: #ADADAD;
    font-size: 18px;
    line-height: 22px;
}
.footer-contacts p{
    color: #737373;
    margin: 5px 0;
    font-size: 14px;
}
.footer-logo {
    max-width: 80px;
}
.footer-market .btn {
    background: #4E75A4;
    border-radius: 4px;
    border-color: #4E75A4;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-market .market-rating{
    margin-bottom: 5px;
}
.footer-market {
    text-align: center;
}
.footer-market .market-rating svg{
    width: 20px;
    height: 20px;
}
.footer .social li {
    display: inline-block;
    margin: 0 2px;
}
.footer .social a{
    display: inline-block;
    padding: 7px;
    border: 3px solid #fff;
    color: #fff;
    margin-right: 5px;
    line-height: 10px;
}
.footer .social svg{
    fill: #fff;
}
.footer-contacts {
    margin-bottom: 10px;
}
.footer-contacts a{
    color: #fff;
    font-weight: 500;
    display: block;
}
.footer-phone {
    font-size: 20px;
}
.footer-email {
    font-size: 14px;
}
.footer-contacts svg {
    margin-right: 10px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.666%;
}
.col-xs-7 {
    width: 58.333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-12,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1{
    float: left;
}

/*--------- NewsBlog ------------*/

.newsblog-article #content {
    font-size: 20px;
    line-height: 34px;
}
.newsblog-article a[name] {
    padding-top: 100px;
    margin-top: -100px;
    display: inline-block;
    color: #333;
}
.newsblog-articles__title {
    margin: 0;
  padding: 21px 0 13px 0;
  font-size: 23px;
  line-height: 27px;
  text-decoration: none;
}
.newsblog-article .right-column {
    padding-left: 65px;
}
.newsblog-article h1 {
    margin-bottom: 8px;
}
.newsblog-article img {
    max-width: 100%;
}
.newsblog-article h3.related-articles {
    margin: 48px 0 0 0;
    font-size: 30px;
    font-weight: 700;
}
.newsblog-article #contents a {
    text-decoration: none;
    color: #9e9e9e;
}
.newsblog-article #contents-container-right #contents {
    line-height: 30px;
    padding: 108px 0 12px 0;
}
.newsblog-article #contents a {
    display: block;
}
.newsblog-article #contents-container-right #contents a {
    padding-bottom: 15px;
}
.blog-article-details,
.blog-article-details .article-author {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #9e9e9e;
}
.blog-article-details {
    gap: 20px;
    flex-wrap: wrap;
}
.blog-article-details .article-author {
    gap: 11px;
}
.blog-article-details .viewed {
    background: url('https://kaluga.ap-group-llc.ru/catalog/view/theme/ap_group/image/nb-ico-eye.png') center left no-repeat;
    background-size: 18px 18px;
    padding-left: 23px;
}
.blog-article-details .reading_time {
    background: url('https://kaluga.ap-group-llc.ru/catalog/view/theme/ap_group/image/nb-ico-clock.png') center left no-repeat;
    background-size: 18px 18px;
    padding-left: 23px;
}
.blog-article-details .author {
    color: #333;
}
.newsblog-article .share-article span {
    margin-right: 20px;
}
.newsblog-article .share-article img {
    width: 50px;
    height: 50px;
}
.newsblog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.newsblog-categories a,
.newsblog-categories span {
    padding: 9px 20px 8px 20px;
    border: solid 1px #ebebeb;
    border-radius: 27px;
    background-color: #f9f9f7;
    color: #000;
    text-decoration: none;
}
.newsblog-categories span,
.newsblog-categories a:hover,
.newsblog-categories a:active {
    color: #4e75a4;
    border-color: #4e75a4;
}
.product-carousel-title.newsblog-articles-title {
    margin: 66px 0 15px;
}
.newsblog-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    overflow: hidden;
}
.newsblog-articles.owl-carousel {
    overflow: visible;
}
.newsblog-articles.owl-carousel .owl-stage-outer {
    margin-bottom: 0;
}
.newsblog-articles.owl-carousel .owl-stage,
.newsblog-articles.owl-carousel .owl-item{
    display: flex;
}
.newsblog-articles.owl-carousel .owl-item{
    padding: 0 15px;
}
.newsblog-articles .article {
    width: 32%;
    width: calc((100% - 60px) / 3);
    padding: 40px;
    border: solid 1px #ebebeb;
    border-radius: 5px;
    background-color: #f9f9f7;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: inherit;
}
.newsblog-articles.owl-carousel .owl-item .article {
    width: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
}
.newsblog-articles .thumb {
    display: block;
    height: 232px;
    width: 100%;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}
.newsblog-articles h4 {
    margin: 0;
    padding: 21px 0 13px 0;
    font-size: 23px;
    line-height: 27px;
    text-decoration: none;
    color: #333;
}
.newsblog-articles p {
    margin-bottom: 10px;
}
.all-newsblog-articles{
    margin: 20px 0 0 0;
}

.tooltip { 
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}



@media (min-width: 992px) {
    .visible-xs {
        display: none !important;
    }
    .modal:before {
        content: " ";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.666%;
    }
    .col-sm-7 {
        width: 58.333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .container {
        width: 970px;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .category-menu:hover .nav{
        display: block;
    }
    .category-menu .category-item:hover .sub-menu{
        display: block;
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 0;
        height: 37px;
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        line-height: 1;
        font-size: 14px;
    }
    .navbar-toggle {
        display: none;
    }
    .product-thumb .additional-images {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        opacity: 0;
        height: 100%;
        display: flex;
        justify-content: space-between;
        transition: 0.5s;
    }
    .product-thumb .additional-image-nav {
        cursor: pointer;
        height: 100%;
        display: block;
        width: 100%;
        padding: 0 3px;
        display: flex;
        align-items: end;
    }
    .product-thumb .additional-image-dots {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -15px;
        width: 100%;
    }
    .product-thumb .image-dot {
        display: block;
        height: 6px;
        width: 6px;
        background: #cfcfcf;
        border-radius: 50%;
        margin: 0 2px;
    }
    .product-thumb .image-dot.active {
        background: #4e75a4;
    }
    .product-images {
        position: sticky !important;
        top: 60px;
    }
}
@media (min-width: 1200px) {
    .col-md-12 {
        width: 100%;
    }
    .col-md-10 {
        width: 83.3333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.666%;
    }
    .col-md-7 {
        width: 58.333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .container {
        width: 970px;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .container {
        width: 1170px;
    }
    .category-menu .sub-menu.column-1{
        width: 180px;
    }

    .category-menu .sub-menu.column-2{
        width: 360x;
    }
    .category-menu .sub-menu.column-3{
        width: 540px;
    }
    .category-menu .sub-menu.column-4{
        width: 720px;
    }
    .category-menu .sub-menu.column-5{
        width: 900px;
    }
}
@media (min-width: 1600px){
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-10 {
        width: 83.3333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.666%;
    }
    .col-lg-7 {
        width: 58.333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .container {
        width: 970px;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .container {
        width: 1600px;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .category-menu .sub-menu.column-1{
        width: 200px;
    }

    .category-menu .sub-menu.column-2{
        width: 400px;
    }
    .category-menu .sub-menu.column-3{
        width: 600px;
    }
    .category-menu .sub-menu.column-4{
        width: 800px;
    }
    .category-menu .sub-menu.column-5{
        width: 1000px;
    }

    .hidden-lg {
        display: none !important;
    }
    .head_letter {
        font-size: 27px;
    }
    .product-details {
        max-width: 100%;
    }
    .product-details .buttons .btn-primary {
        margin-right: 30px;
    }
    .items-count {
        width: 36px;
    }
}
@media (max-width: 1660px) and (min-width: 991px){
    .product-carousel,
    .review-carousel {
        margin: 0 -15px;
    }
    .product-info {
        padding: 0 6%;
    }
    .product-info .image {
        width: 20%;
    }
    .product-info .text-product-info {
        width: 80%;
    }
}
@media (max-width: 1599px){
    .footer-contacts,
    .social  {
        text-align: center;
    }
    .product-video-item .thumb a {
        height: 152px;
    }
}
@media (max-width: 1599px) and (min-width: 1200px){
    .newsblog-articles.owl-carousel {
        width: 1170px;
        margin-left: -15px;
    }
    .hidden-md {
        display: none !important;
    }
    .category-menu .sub-menu a, .category-menu .first-level .menu-text, .menu-item {
        font-size: 14px;
    }
    .bannerpro__h1 {
      max-width: 500px;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 500;
    }
}
@media (max-width: 1199px){
    .header-center {
        width: 67%;
        padding: 0 15px;
    }
    .header-logo .logo-text {
        font-size: 10px;
    }
    .compare-text, .cart-text {
        font-size: 16px;
    }
    .category-menu .sub-menu a,
    .category-menu .first-level .menu-text,
    .menu-item{
        font-size: 14px;
    }
    /*.review-carousel .owl-nav .owl-next, .product-carousel .owl-nav .owl-next {
      right: 0;
    }
    .review-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-prev {
      left: 0;
    }*/
    .cart-block .cart {
        padding: 0 !important;
    }
    .related-products {
        padding-top: 10px;
    }
    .related-products.left {
        display: flex;
        flex-direction: column-reverse;
    }
    .product-carousel-text {
        margin-bottom: 10px;
    }
    .product-rating .model {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .product-rating {
        display: block;

    }
    .product-rating .stars {
        float: left;
        margin-right: 15px;
        line-height: 18px;
    }
    .product-stock {
        margin-right: 15px;
    }
    .product-stock,
    .rating .review_profile,
    .rating .link-blue {
        display: inline-block;
        line-height: 18px;
        float: left;
    }
    .product-video-item .thumb a {
        height: 123px;
    }
    .product-details .cart-block {
        gap: 15px;
    }
    .form_mail img {
        max-width: 100%;

    }
    .form_mail .inline_email.img{
        width: 36px;
    }
    .form_mail .head_letter {
        font-size: 18px;
    }
    .newsblog-articles.owl-carousel {
        width: auto;
        margin-left: 0;
    }
    .container.category_group .catwall > div > div:nth-child(3),
    .container.category_group .catwall > div > div:nth-child(4),
    .container.category_group .catwall > div > div:nth-child(5) {
        grid-column: span 3;
    }
    .bannerpro__h1 {
      max-width: 500px;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 500;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .hidden-sm {
        display: none !important;
    }
    .menu.fixed .logo-link {
        display: none;
    }
    .menu-item {
        padding: 15px 7px;
    }
    .box-category .name {
        font-size: 13px;
    }
    .box-category > ul > li ul > li > a {
        font-size: 13px;
    }
    
}
@media (max-width: 991px){
    .hidden-xs {
        display: none !important;
    }
    header{
        height: 110px;
    }
    .header{
        position: fixed;
        z-index: 13;
        background: #fff;
        width: 100%;
        padding-bottom: 5px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        top: 0;
        display: block;
    }
    #logo {
        min-height: auto;
        padding-top: 7px;
        padding-left: 5px;
        margin-left: 37px;
    }
    .header-logo a {
        float: left;
    }
    .header-logo img {
        max-width: 54px;
        float: left;
    }
    #logo .logo-text {
        margin-left: 60px;
        font-size: 8px;
        text-align: left;
        padding-top: 12px;
    }
    .header-buttons{
        position: absolute;
        right: 10px;
        width: 93px;
        padding: 0;
        top: 15px;
    }
    .header-center {
        width: 100%;
        padding: 10px 0;
    }
    .header-center .top{
        display: none;
    }
    .prmn-cmngr a{
        line-height: 26px;
    }
    .cart-count, .compare-count, .whishlist-count {
        right: -2px;
    }
    #cart {
        margin-right: 10px;
    }
    #menu .btn-navbar {
        color: #797979;
        float: right;
        font-size: 20px;
        font-stretch: expanded;
        padding: 2px 18px;
        border: 0;
        display: block;
        position: fixed;
        left: 0;
        top: 10px;
        text-align: center;
        margin: 0;
        background: transparent;
        z-index: 14;
    }
    .menu-close rect{
        fill: #f00;
    }
    .menu-close .toggle-text {
        color: #f00;
    }
    #menu .btn-navbar  .toggle-text {
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 500;
        display: block;
        margin-top: 5px;
        margin-left: -4px;
    }
    #menu .container {
        display: block;
        left: -100%;
        top: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        background: #f7f7f7;
        overflow: auto;
        height: 100%;
        width: 320px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 33%);
        transition: 0.5s;
        z-index: 15;
    }
    #menu .container.show{
        left: 0;
    }
    .menu .menu-close {
        float: right;
        padding: 7px;
        display: block;
    }
    .menu .inforamtion-list {
        display: block;
    }
    #menu li a, #menu li > span, .menu-item  {
        color: #333;
        background: none;
        border-top: none;

        font-size: 18px;
        padding: 20px 20px 20px 40px;
        margin-left: 0;
        position: relative;
        text-transform: none;
        border-right: 0;
        border-left: 0;
        text-align: left;
    }
    #menu .menu-item {
        border-bottom: none;
        padding: 15px 20px 15px 40px;
    }
    .category-menu .first-level svg {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .category-menu .first-level .menu-text{
        white-space: normal;
        line-height: 1;
    }
    .description_pr .more-text:hover,
    .review-read-more:hover,
    .btn-showmore:hover{
        background: #4A76A8;
        color: #fff;
    }
    .category-menu .first-level {

    }
    .category-toggle {
        padding-right: 15px;
    }
    .category-toggle.show {
        font-weight: 500;
    }
    .category-toggle > .angle {
        border-color: #4e75a4;
        margin-left: 10px;
        margin-bottom: 0;
        transform: rotate(-135deg);
        float: right;
        margin-top: 5px;
    }
    .category-toggle.show > .angle {
        transform: rotate(45deg);
        margin-right: 10px;
        border-color: #f00;
    }
    .category-toggle > .back,
    .category-item.show .first-level .angle .back  {
        float: right;
        color: #eb5757;
    }
    .category-toggle > .back + .angle{
        border-color: #eb5757;
    }
    .category-menu {
        clear: both;
    }
    .category-menu .first-level .angle {
        right: 10px;
    }
    .category-item.show .first-level .angle {
        transform: translateY(-50%);
        width: auto;
        border: 0;
        height: auto;
        top: 50%;
        color: #4E75A4;
    }
    .category-item.show .first-level .angle .back{
        color: #f00;
    }
    .category-item.show .first-level .angle::before {
        content: '';
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        border: 1px solid #4E75A4;
        border-top: 0;
        border-right: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .category .description-text{
        max-height: 115px;
        line-height: 1.2;
        font-size: 13px;
    }
    .description_pr .more-text {
        top: 50px;
    }
    .description_pr.show {
        margin-bottom: 60px;
    }
    .description_pr.active .more {
        bottom: -50px;
    }
    .menu .top {
        padding: 15px 15px 60px;
    }
    .menu .header-city,
    .menu .currency,
    .menu .market,
    .menu .account{
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 10px;
        padding: 0 0 0 15px;
    }
    .menu .account{
        float: left;
        display: inline-block;
        width: auto;
        padding-top: 10px;
        color: #929292;
    }
    .menu .account svg {
        margin-right: 10px;
    }
    .menu .market img {
        max-width: 100%;
    }
    .prmn-cmngr {
        height: auto;
        position: static;
    }
    .prmn-cmngr__content {
        position: static;
        transform: none;
    }
    .prmn-cmngr__confirm {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }
    .category-menu .nav {
        position: static;
        border: 0;
        margin: 0;
    }
    .category-menu .first-level .show-menu {
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .category-menu .sub-menu {
        position: static;

        padding: 0;
        outline: 0;
        background: none;
    }
    .category-menu .sub-menu::after {
        bottom: 0;
        background: none;
    }
    .category-menu .sub-menu li {
        padding: 0;
    }
    .category-menu .sub-menu .category-image {
        max-width: 40px;
        float: left;
        margin-right: 12px;
        margin-bottom: 0;
    }

    .category-menu .sub-menu .menu-text {
        white-space: normal;
        line-height: 1;
        display: block;
        font-size: 14px;
    }
    .category-menu .sub-menu  a{
        padding: 10px 20px 10px 40px;
    }
    .category-item.show .first-level .menu-text{
        font-weight: 500;
        padding-right: 50px;
    }
    .category-list .category-item-wrapper {
        width: 49%;
    }
    .category-sort .form-group {
        float: none;
    }
    .category-sort > div {
        padding: 0 5px;
    }
    .breadcrumb {
        overflow: hidden;
        white-space: nowrap;
        line-height: 1.2;
    }
    .breadcrumb-inner {
        position: absolute;
        right: 0;
        /*transition: 0.5s;*/
    }
    .category-title {
        font-size: 18px;
        text-transform: none;
        line-height: 1;
    }
    .category-products {
        grid-template-columns: repeat(2, 50%);
    }

    .product-thumb-wrapper {
        padding: 0 5px;
    }
    .product-carousel .product-thumb-wrapper {
        margin-bottom: 10px;
        display: inline-block;
        width: 44%;
        vertical-align: top;
    }
    .owl-item .product-thumb-wrapper {
        width: auto;
    }
    .product-thumb .special-timere-zone {
        margin-top: -8px;
    }
    .product-thumb .text-time {
        font-size: 10px;
        line-height: 1.6;
    }
    .product-thumb .special-timer-line {
        font-size: 10px;
        margin: 0 4px;
    }
    .product-thumb .special-timer-info {
        font-size: 10px;
    }
    .product-thumb .special-timer-text {
        top: 10px;
        font-size: 9px;
        margin-left: -12px;
    }
    .product-thumb .special-timer-all {
        padding: 0 0 6px;
    }
    .product-thumb .product-name a, .product-thumb .product-name .color{
        position: static;
        transform: none;
        line-height: 1.2;
        font-size: 12px;
    }
    .product-thumb  {
        white-space: normal;
    }
    .product-thumb .fast-order {
        padding: 4px 0 3px;
    }
    .product-title {
        font-size: 18px;
        line-height: 1;
        margin-top: 0;
    }

    .tab-toggle {
        display: block;
        border: 1px solid #e7e7e7;
        background: #e4e4e4;
        margin-bottom: 0;
        width: 100%;
        margin-bottom: 5px;
        position: relative;
        padding: 13px 15px;
        color: inherit;
        font-weight: 600;
        text-decoration: none;
        font-size: 15px;
    }
    .tab-toggle.active {
        background: #fff;
        color: #4e75a4;

    }
    .tab-toggle .icon {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        transition: 0.5s;
    }
    .tab-toggle.active .icon{
        transform: translateY(-50%) rotate(180deg);
    }
    .tab-pane .description_pr .more{
        display: none !important;
    }
    .tab-pane .description-text {
        max-height: 100%;
        font-size: 14px;
    }
    .tab-pane .description-text p {
        margin-bottom: 10px;
    }
    .tab-pane .description_pr {
        margin-bottom: 0;
    }
    .attribute-list {
        margin: 0;
    }
    .attribute-item {
        font-size: 14px;
        line-height: 1;

    }
    .attribute-list + .attribute-list {
        padding-right: 25px;
        padding-left: 15px;
    }
    .review-title {
        margin-bottom: 0;
    }
    .discount {
        padding: 15px;
    }
    .product-details {
        max-width: 100%;
    }
    .product-info {
        padding: 0 5%;
        margin-bottom: 10px;
    }
    .product-info .title {
        font-size: 14px;
    }
    .product-info .image {
        width: 33%;
    }
    .product-info .text {
        font-size: 13px;
    }
    .product-video {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .product-options .control-label {
        font-weight: 600;
    }
    .select-option-image,
    .option-description {
        max-width: 100%;
    }
    .remove-option-image{
        right: 0;
        left: auto;
    }
    .iframe-video {
        max-width: 100%;
        height: auto;
    }
    .product-video-item .thumb a {
        height: 170px;
    }
    .custom-select {
        height: auto !important;
    }
    .custom-select-popup {
        background: #fff;
        padding: 15px;
        border-radius: 5px;
        font-size: 14px;
    }
    .custom-select-item{
        border-bottom: 1px solid #f1f1f1;
        padding: 15px 0;
        margin: 5px 0;
        line-height: 1.2;
    }
    .custom-select-item:last-child{
        border: 0;
    }
    .custom-select-popup .mfp-close{
        font-size: 22px;
    }
    .product-configurator .product-options {
        margin-bottom: 0;
        width: auto !important;
    }
    .product-carousel {
        margin: 0 -15px;
    }
    .product-carousel .owl-carousel,
    .review-carousel .owl-carousel {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
    .related-products .owl-stage-outer::before {
        box-shadow: 0 0 36px 20px #fff;
    }
    .related-products.left .owl-stage-outer::before,
    .related-products.right .owl-stage-outer::before{
        left: 0;
        right: auto;
    }
    .related-products .owl-stage-outer::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        box-shadow: 0 0 36px 20px #fff;
        z-index: 2;
    }
    .configurator-related {
      margin-left: 0;
    }
    .configurator-related__title {
      margin-bottom: 0;
      font-size: 14px;
    }
    .configurator-related__list {
        display: block;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .configurator-related .btn{
        font-size: 12px;
        padding: 5px;
        margin: 3px;
    }
    .review-carousel .owl-nav .owl-next, .product-carousel .owl-nav .owl-next, .review-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-prev {
        box-shadow: none;
    }
    .review-carousel .owl-nav .owl-next, .product-carousel .owl-nav .owl-next {
        right: 0;
    }.review-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-prev {
         left: 0;
     }
    .product-carousel .owl-carousel .owl-stage-outer {
        margin-bottom: 40px;
    }
    .catwall .block_catwall {
        margin: 5px -10px;
    }
    .catwall .namelink {
        padding: 0;
        min-height: 50px;
    }
    .catwall .linkchild {
        font-size: 12px;
        text-align: center;
    }
    .review-thumb {
        padding: 10px;
    }
    .review-carousel .review-wrapper,
    .product-video-carousel .product-video-item {
        padding: 5px;
        width: 44%;
        display: inline-block;
        white-space: normal;
        vertical-align: top;
    }
    .review-carousel .owl-item .review-wrapper {
        width: auto;
    }
    .review-thumb .review-author {
        font-size: 14px;
    }

    .product-video-carousel .product-video .title {
        font-size: 14px;
        line-height: 1.2;
        white-space: normal;
    }

    .form_mail .row {
        display: block;
    }
    .form_mail .mailblock-right {
        padding: 10px 0 0 25px;
    }
    .footer .social {
        text-align: center;
    }
    .footer .social li {
        float: none;
    }
    .footer .title {
        text-align: center;
        padding-top: 15px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .footer-inforamtion-list{
        text-align: center;
    }
    .footer-contacts{
        text-align: center;
        padding-top: 20px;
    }
    .footer-payment {
        max-width: 150px;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .newsblog-articles .article {
        width: calc((100% - 30px) / 2);
    }
    .newsblog-article #contents-container #contents {
        line-height: 45px;
        padding: 13px 0 44px 0;
    }
    .newsblog-article .right-column {
        padding: 3px 0 0 15px;
    }
    .bannerpro__h1 {
      max-width: 440px;
      font-size: 16px;
    }
}

.CDEK-widget__delivery-type, .CDEK-widget__sidebar, .CDEK-widget__choose{
    display: none !important;
}
.CDEK-widget__panel{
    right: 0px !important;
}

@media (max-width: 767px){
    [class^="product-product"] .header-center {
        display: none !important;
    }
    [class^="product-product"] header {
        height: 57px;
    }
    .select-category {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .category-list {
        margin-top: 10px;
    }
    .category-sort .input-group-addon {
        padding: 3px 8px;
    }
    .category-sort .input-group-addon svg {
        fill: #cf395b;
    }
    .product-column {
        flex-direction: column;
    }
    .product-images {
        display: flex;
        flex-direction: column;

    }
    .product-configurator .product-images {
        margin-bottom: 0;
    }
    .product-images .images {
        display: none;
        float: none;
        width: auto;
        margin: 0 -3px 10px;
    }
    .product-images .image-additional {
        padding: 0 3px;
    }
    .product-images .images .slick-nav {
        transform: rotate(90deg);
        display: block;
        position: absolute;
        top: 38%;
        right: -7px;
        height: auto;
        width: auto;
    }
    .product-images .images .slick-nav:last-child{
        right: auto;
        left: -7px;
    }
    .product-images .slick-nav svg,
    .similar-products-list .slick-nav svg  {
        width: 8px;
    }
    .product-images .main-image {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        border: 0;
        border-radius: 0;
    }
    .product-images .main-image .thumbnail {

    }
    .product-images .main-image .slick-dots{
        margin: 6px 0;
    }
    .product-stock{
        clear: both;
        margin-top: 15px;
    }
    .product-rating .model {
        margin-top: 15px;
    }
    .similar-products-list {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .similar-products-list .slick-nav {
        left: -12px;
    }
    .similar-products-list .slick-nav.next {
        right: -9px;
    }
    .similar-products-item {
        padding: 5px 2px;
        width: 25%;
        display: inline-block;
        float: none;
    }
    .similar-products-item .text-out-of-stock {
        font-size: 8px;
    }
    .product-video {
        display: block;
    }
    .product-options .radio-image img {
        width: 31px;
        max-width: 100%;
        height: auto;
    }
    .product-options .radio-image {
        margin-bottom: 0;
    }
    .product-options .radio-image.checked::before{
        font-size: 24px;
    }
    .product-rating p{
        margin-bottom: 10px;
    }
    .product-details .cart-block {
        grid-template-columns: 1fr;
    }
    .cart-block .price-block {
        text-align: left;
        margin-bottom: 10px;
    }
    .product-options {
        grid-template-columns: 1fr;
        grid-column: auto;
        gap: 10px;
    }
    .action-block {
        grid-column: auto;
    }
    .product-video-item .thumb a {
        height: 247px;
    }
    .plus_minus .pull-left {
        /*float: right;*/
        margin-left: 4px;
    }
    .product-details .buttons .btn,
    .product-details .buttons.full-width .btn,
    .product-details .buttons.full-width .btn + .btn  {
        max-width: 100%;
        width: 100%;
        margin: 0 0 5px;
    }
    .product-details .buttons.full-width .btn-primary {
        margin-right: 0;
    }
    .offer-logo {
        max-width: 100%;
    }
    .product-promo {
        padding: 0;
        grid-column: 1;
    }
    .promo-block {
        padding: 0 20%;
    }
    .product-split {
        margin-top: -15px;
    }
    .product-thumb  {
        padding: 5px;
    }
    .product-thumb .product-name {
        height: 58px;
        margin-bottom: 7px;

        overflow: hidden;
    }
    .product-thumb .stock {
        font-size: 10px;
        line-height: 1;
    }
    .product-thumb .caption .rating {
        min-height: auto;
        line-height: 1;
    }
    .product-thumb .rating svg {
        width: 11px;
        height: 11px;
    }
    .product-thumb .rating span{
        line-height: 12px;

    }
    .product-thumb .price-new,
    .product-thumb .price {
        min-height: auto;
        font-size: 18px;
    }

    .product-thumb .price {
        /*margin-bottom: 5px;*/
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        width: 100%;
    }
    .product-thumb__buttons {
        right: 3px;
    }
    .product-thumb__buttons .btn-wishlist,
    .product-thumb__buttons .btn-compare {
        width: 26px;
        height: 26px;
    }
    .product-thumb__buttons .btn-wishlist svg {
        width: 14px;
        height: 12px;
    }
    .product-thumb__buttons .btn-compare svg {
        width: 16px;
        height: 10px;
    }

    .product-thumb .price-new {
        display: block;
    }
    .product-thumb .price-caption {
        margin-bottom: 2px;
        flex-direction: column;
    }
    /*
    .product-thumb .btn-wishlist {
      position: absolute;
      right: 5px;
      top: 3px;
      width: auto;
      height: auto;
      border: 0;
      background: none;
      padding: 5px;
      line-height: 1;
      margin-right: 0;
    }*/
    .product-thumb .buttons {
        height: auto;
    }
    .product-thumb .items-count {
        width: 30px;
    }
    .product-thumb .input-quantity {
        width: 36px;
        padding: 0;
    }
    .product-thumb .icon-cart {
        display: none;
    }
    .product-thumb .btn-cart_green .icon-cart {
        display: block;
        margin: 0;
    }
    .product-thumb .btn-cart_green .button-cart__text {
        display: none;
    }
    .product-thumb .btn-cart_green {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .stickers {
        left: 0;
        top: 3px;
    }
    .stickers-special, .stickers-top, .stickers-new {
        box-shadow: none;
        font-size: 10px;
        padding: 5px;
        line-height: 1;
    }
    .option-image-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .related-products .owl-carousel .owl-stage {
        padding-left: 7px !important;
    }
    .related-products .owl-stage-outer::before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        box-shadow: 0 0 36px 20px #fff;
        z-index: 2;

    }
    .related-products.left .owl-stage-outer::before,
    .related-products.right .owl-stage-outer::before{
        right: 0;
        left: auto;
    }
    .related-products .owl-stage-outer::after {
        content: none;
    }
    .product-carousel-title {
        font-size: 22px;
    }
    .product-carousel-text {
        font-size: 14px;
        line-height: 22px;
    }
    .bannerpro .owl-nav button.owl-prev,
    .bannerpro .owl-nav button.owl-next {
        line-height: 10px;
    }
    .bannerpro .owl-nav svg {
        height: 20px;
        width: 10px;
    }
    .cart-inner .product-tables>tbody>tr>td,
    .cart-inner .product-tables>tfoot>tr>td {
        display: block;
        border-bottom: 0;
    }
    .cart-inner .product-tables>tbody>tr,
    .cart-inner .product-tables>tfoot>tr {
        border-bottom: 1px solid #efefef;
    }
    .cart-inner .image,
    .cart-inner .plus_minus,
    .cart-inner .price{
        float: left;
    }
    .cart-inner .name{
        margin-left: 100px;
    }
    .cart-inner .price{
        font-weight: 600;
        padding: 15px 0;
        width: 40% !important;
        text-align: center;
    }
    .cart-inner .plus_minus{
        clear: both;
        width: 30%;

    }
    .cart-inner .remove-cell {
        float: right;
        padding: 13px 11px 12px;
    }
    .cart-inner .buttons {
        overflow: hidden;
    }
    .cart-inner .btn {
        width: 100%;
        float: none;
        max-width: 360px;
    }
    .cart-inner .cart-close {
        float: none;
    }
    .review-item .review-text {
        font-size: 14px;
        line-height: 1.2;
    }
    .product-video .title {
        font-size: 18px;
        line-height: 1.2;
    }
    .buyer-price {
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }
    .new__advantages > div{
        width: 50%;
    }
    .new__advantage__text{
        font-size: 15px;
    }
    .new__advantages--collapsed > div:nth-child(-n+3) {
        display: none;
    }
    .new__advantages--collapsed > div:nth-child(-n+2){
        display: block;
    }
    .review-thumb .review-desc {
        font-size: 14px;
        line-height: 1.2;
        white-space: break-spaces;
    }
    .review-photos {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1%;
        margin-bottom: 15px;
    }
    .review-photos__item {
        padding: 0;
    }
    .filters__wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        overflow: auto;
        padding-bottom: 40px;
        background: #f9f9f7;
    }
    .filters__wrap .menu-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .container.category_group .catwall > div {
        gap: 5px;
        padding: 0;
    }
    .container.category_group .list-unstyled {
        column-count: 1;
        display: flex;
        flex-direction: column;
    }
    .catwall .group-box {
        padding: 15px;
    }
    .catwall .group-header {
        gap: 10px;
        flex-direction: column;
    }
    .catwall .group-img {
        width: 40px;
    }
    .catwall h3 {
        font-size: 14px;
        line-height: 1;
        text-align: center;
    }
    .catwall .group-link {
        font-size: 12px;
    }
    .category-child-list_show{
        margin: auto auto 0 auto;
        font-size: 12px;
    }
    .container.category_group .list-unstyled span {
        line-height: 1;
    }
    .container.category_group .group-box-left .list-unstyled span:before {
        margin-top: 2px;
        margin-right: 7px;
    }
    .footer-inforamtion-list a {
        font-size: 13px;
        line-height: 1.2;
        display: block;
    }
    .footer .social a {
        padding: 6px;
        margin-right: 1px;
    }
    .footer-market .btn {
        padding: 10px 12px;
    }
    .footer-contacts p {
        line-height: 1;
    }
    .newsblog-article #content {
        font-size: 16px;
        line-height: 27px;
    }
    .newsblog-article h3.related-articles {
        margin: 30px 0 0 0;
        font-size: 26px;
    }
    .newsblog-articles .article {
        width: 100%;
        padding: 20px 20px 0 20px;
    }
    .newsblog-articles .thumb a {
        height: 126px;
    }
    .newsblog-article #contents-container #contents {
        line-height: 25px;
        padding: 29px 0 7px 0;
    }
    .newsblog-article #contents-container #contents a {
        padding-bottom: 13px;
    }
    .bannerpro__h1 {
      max-width: 217px;
      font-size: 10px;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 0;
    }
}
@media (max-width: 359px){
    .new__advantage__num {
        display: none;
    }
    .new__advantage__head {
        padding-left: 0;
    }
}
/* Jet Cache: catalog/view/theme/default/stylesheet/ocfilter/ocf.cache.767.4941997450.css */
.ocf-noUi-target,.ocf-noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.ocf-noUi-base,.ocf-noUi-connects{width:100%;height:18px;position:relative;z-index:1}.ocf-noUi-connect,.ocf-noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0;-webkit-transform-origin:0;-webkit-transform-style:preserve-3d;transform-origin:0;transform-style:flat}.ocf-noUi-connect{height:100%;width:100%}.ocf-noUi-origin{height:10%;width:10%}.ocf-noUi-txt-dir-rtl .ocf-noUi-origin{left:0;right:auto}.ocf-noUi-origin{height:0}.ocf-noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.ocf-noUi-touch-area{height:100%;width:100%}.ocf-noUi-state-tap .ocf-noUi-connect,.ocf-noUi-state-tap .ocf-noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.ocf-noUi-state-drag *{cursor:inherit!important}.ocf-noUi-handle{width:34px;height:28px;left:14px;top:-4px}.ocf-noUi-txt-dir-rtl .ocf-noUi-handle{left:-13px;right:auto}.ocf-noUi-base:before,.ocf-noUi-connect:before{content:"";border-radius:20px;width:100%;height:14px;position:absolute;top:50%;margin-top:-6px}.ocf-noUi-base:before{background-color:#eceef2}.ocf-noUi-connect:before{background-color:#1F92BD}.ocf-noUi-draggable{cursor:ew-resize}.ocf-noUi-handle{background-color:rgba(230,120,23,1);border:1px solid #D9D9D9;border-radius:3px;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;position:relative}.ocf-noUi-handle:after,.ocf-noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.ocf-noUi-handle:after{left:17px}.ocf-loading .ocf-noUi-handle{background-image:linear-gradient(45deg,rgba(255,255,255,.40) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.40) 50%,rgba(255,255,255,.40) 75%,transparent 75%,transparent);background-size:1rem 1rem;-webkit-animation:progresss 600ms linear infinite;animation:ocf-progress 600ms linear infinite}.ocf-noUi-active{box-shadow:0 0 0 6px #3366d540}[disabled].ocf-noUi-handle,[disabled] .ocf-noUi-handle,[disabled] .ocf-noUi-connect:before,.ocf-loading .ocf-noUi-connect:before{background-color:#AEB5BD}[disabled].ocf-noUi-target,[disabled].ocf-noUi-handle,[disabled] .ocf-noUi-handle{cursor:not-allowed}.ocf-noUi-pips,.ocf-noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.ocf-noUi-pips{position:relative;color:#999;padding:10px 0 0;height:45px}.ocf-noUi-value{position:absolute;margin-top:15px;top:0;white-space:nowrap;text-align:center;font-size:11px;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.ocf-noUi-marker:first-child + .ocf-noUi-value,.ocf-noUi-value:last-child{color:#555}.ocf-noUi-rtl .ocf-noUi-value{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.ocf-noUi-value-sub{color:#ccc;font-size:10px}.ocf-noUi-marker{position:absolute;background:#CCC;margin-left:-1px;width:2px;margin-top:6px;height:3px}.ocf-noUi-marker:first-child,.ocf-noUi-marker[style*="100%"]{height:10px;margin-top:0}@keyframes ocf-progress{from{background-position:0 0}to{background-position:1rem 0}}.ocf-text-right{text-align:right!important}.ocf-text-center{text-align:center!important}.ocf-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;background-color:#ECEEF2;border:0;border-radius:4px}[role=button]{cursor:pointer}.ocf-btn:focus,.ocf-btn:active:focus{outline:0}.ocf-btn:hover,.ocf-btn:focus{color:#333;text-decoration:none}.ocf-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,.2);box-shadow:inset 0 3px 6px rgba(0,0,0,.2)}.ocf-btn.ocf-disabled,.ocf-btn[disabled]{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.ocf-btn.ocf-disabled{pointer-events:none}.ocf-btn-link{font-weight:normal;color:#337ab7;border-radius:0}.ocf-btn-link,.ocf-btn-link:active,.ocf-btn-link[disabled]{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.ocf-btn-link:hover,.ocf-btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.ocf-btn-link[disabled],.ocf-btn-link[disabled]:hover,.ocf-btn-link[disabled]:focus{color:#777;text-decoration:none}.ocf-btn-block{display:block;width:100%}.ocf-collapse{display:none}.ocf-collapse.ocf-in{display:block}.ocf-collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.ocf-input-group{position:relative;display:table;border-collapse:separate;width:100%}.ocf-input-group .ocf-form-control{font-size:14px;position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.ocf-input-group .ocf-form-control:focus{z-index:3}.ocf-input-group-addon,.ocf-input-group-btn,.ocf-input-group .ocf-form-control{display:table-cell}.ocf-input-group-addon:not(:first-child):not(:last-child),.ocf-input-group-btn:not(:first-child):not(:last-child),.ocf-input-group .ocf-form-control:not(:first-child):not(:last-child){border-radius:0}.ocf-input-group-addon,.ocf-input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.ocf-input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#ECEEF2;border-radius:4px}.ocf-input-group .ocf-form-control:first-child,.ocf-input-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ocf-input-group-addon:first-child{border-right:0}.ocf-input-group .ocf-form-control:last-child,.ocf-input-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ocf-input-group-addon:last-child{border-left:0}.ocf-form-control,input.ocf-form-control,textarea.ocf-form-control{display:block;width:100%;height:34px;padding:6px 12px;margin:0;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #eee;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s}.ocf-form-control:focus,input.ocf-form-control:focus,textarea.ocf-form-control:focus{border-color:#5AA3C6!important;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ocf-form-control::-moz-placeholder{color:#999;opacity:1}.ocf-form-control:-ms-input-placeholder{color:#999}.ocf-form-control::-webkit-input-placeholder{color:#999}.ocf-form-control::-ms-expand{background-color:transparent;border:0}.ocf-form-control[disabled],.ocf-form-control[readonly]{background-color:#eee;opacity:1}.ocf-form-control[disabled]{cursor:not-allowed}.ocf-invisible{visibility:hidden}.ocf-hidden{display:none!important}.ocf-overflow-hidden{overflow:hidden!important}.ocf-clearfix::before,.ocf-clearfix::after{display:table;content:"";clear:both;width:100%}@-ms-viewport{width:device-width}.ocf-form-control[type=number]::-webkit-outer-spin-button,.ocf-form-control[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ocf-form-control[type=number]{-moz-appearance:textfield}.ocf-icon{background-repeat:no-repeat;background-position:center;background-size:contain;min-width:12px;min-height:12px;display:inline-block;vertical-align:middle}.ocf-icon-16{min-width:16px;min-height:16px}.ocf-sliders{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e")}.ocf-angle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e")}.ocf-angle-right{transform:rotate(90deg)}.ocf-angle-down{transform:rotate(180deg)}.ocf-angle-left{transform:rotate(-90deg)}.ocf-arrow-long{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'/%3e%3c/svg%3e")}.ocf-arrow-right{transform:rotate(90deg)}.ocf-arrow-down{transform:rotate(180deg)}.ocf-arrow-left{transform:rotate(-90deg)}.ocf-times-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")}.ocf-times{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")}.ocf-help-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z'/%3e%3c/svg%3e")}.ocf-minus-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e")}.ocf-between{display:flex!important;justify-content:space-between;flex-wrap:nowrap;align-items:center}.ocf-collapse,.ocf-collapsing{width:100%}[aria-expanded=false]>.ocf-hide-expand-0{display:none}[aria-expanded=true]>.ocf-hide-expand-1{display:none}.ocf-is-mobile{display:none;height:0;overflow:hidden}.ocf-mobile{display:none}.ocf-container,.ocf-filter-list{overflow-anchor:auto}.ocf-header{font-size:20px;line-height:1.2;display:flex;align-items:center}.ocf-header .ocf-brand{margin-right:10px}.ocf-hidden-filters-divider{margin-bottom:45px;position:relative;top:15px;text-align:center;height:1px}.ocf-hidden-filters-divider>span{cursor:pointer;padding:1px 10px;border-radius:15px;vertical-align:top;margin-top:-10px;display:inline-block}.ocf-filter-header{display:flex;align-items:center;font-style:normal;line-height:1.5;cursor:default}.ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;font-size:12px;color:#444}.ocf-filter-name,.ocf-active-label{font-size:inherit;font-weight:inherit;line-height:inherit}.ocf-filter-header-append{margin-left:auto;display:flex;align-items:center;order:9}.ocf-filter-header-append>*{min-width:16px}.ocf-filter-discard{display:none;cursor:pointer}.ocf-collapse-value .ocf-value-list{border-top:1px solid #e0e1e5;margin-top:10px}.ocf-collapse-value .ocf-value-list-body{padding-top:10px}.ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover{cursor:pointer;font-weight:normal;font-style:normal;display:flex;font-size:13px;width:100%!important;color:#353535;flex-wrap:nowrap;align-items:flex-start;text-decoration:none;text-transform:none;padding:0;line-height:1.5;height:auto!important;margin-bottom:6px;text-transform:none;background:transparent;box-shadow:none;border:0;outline:0}.ocf-value:last-child{margin-bottom:0}.ocf-value.ocf-disabled,.ocf-value[disabled],.ocf-value:disabled{color:#AEB5BD;cursor:not-allowed}.ocf-value-image,.ocf-value-color{position:relative;width:22px;height:22px;flex:0 0 22px;margin-right:10px;overflow:hidden;border:1px solid transparent;border-radius:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 200ms}.ocf-selected .ocf-value-image,.ocf-selected .ocf-value-color{box-shadow:inset 0 0 0 2px #fff;border-color:#65A2C7}.ocf-disabled .ocf-value-image,.ocf-disabled .ocf-value-color{opacity:.25;filter:saturate(0.5)}.ocf-value-image + .ocf-value-name,.ocf-value-color + .ocf-value-name{align-self:center}.ocf-value-input{position:relative;width:16px;height:16px;flex:0 0 16px;margin-right:10px;margin-top:2px}.ocf-value-input::before,.ocf-value-input::after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%}.ocf-value-input::before{pointer-events:none;background-color:#fff;border:#adb5bd solid 1px;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ocf-value-input::before{transition:none}}.ocf-value:active .ocf-value-input::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.ocf-value:focus:not(:active) .ocf-value-input::before{border-color:#328ca7}.ocf-value:not(.ocf-disabled):active .ocf-value-input::before{color:#fff;background-color:#4fa6d966;border-color:transparent}.ocf-value.ocf-disabled .ocf-value-input::before,.ocf-value[disabled] .ocf-value-input::before,.ocf-value:disabled .ocf-value-input::before{background-color:#eceef2}.ocf-selected .ocf-value-input::before{color:#fff;border-color:#3366D5;background-color:#3366D5}.ocf-value .ocf-value-input::after{background-repeat:no-repeat;background-position:center;background-size:8px}.ocf-value-input-checkbox::before{border-radius:2px}.ocf-value:active .ocf-value-input-checkbox::before{border-color:#328ca7;background-color:#219ac7}.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-checkbox::before,.ocf-value.ocf-disabled:active .ocf-value-input-checkbox::before{background-color:rgb(33 154 200 / 50%)}.ocf-selected .ocf-value-input-checkbox::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.ocf-value.ocf-selected:active .ocf-value-input-checkbox::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.ocf-value-input-radio::before{border-radius:50%}.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-radio::before{background-color:rgba(0,123,255,.5)}.ocf-value.ocf-selected .ocf-value-input-radio::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.ocf-value.ocf-selected:active .ocf-value-input-radio::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.ocf-value-name{margin-right:5px;word-break:break-word;text-align:left;font-size:inherit}.ocf-auto-column .ocf-value-name{white-space:nowrap}.ocf-value-append{margin-left:5px}.ocf-auto-column .ocf-value-append{min-width:auto}.ocf-value-count{background-color:transparent;padding:2px 4px;font-size:11px;font-weight:400}.ocf-value-count .ocf-num-abbr{font-weight:600;color:#DB5C68}.ocf-selected .ocf-value-count,.ocf-value-count:empty{display:none}.ocf-disabled .ocf-value-count{color:#444}.ocf-search-btn-static,.ocf-search-btn-popover{padding-top:9px;padding-bottom:9px}.ocf-page-list-top,.ocf-page-list-bottom{position:relative;z-index:3}.ocf-page-list-top{margin-bottom:5px}.ocf-page-list-bottom{margin-top:25px}.ocf-page-group{margin-bottom:10px;display:flex;align-items:start}.ocf-page-group-name{font-weight:bold;font-size:14px;margin-top:3px;margin-right:15px;width:150px;flex:0 0 150px}.ocf-category-page-list{max-height:135px;list-style-type:none;padding:0;display:flex;flex-wrap:wrap;margin:0 -5px;overflow-y:scroll;overflow-x:hidden}.ocf-category-page-list::-webkit-scrollbar{width:8px}.ocf-category-page-list::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.ocf-category-page-list::-webkit-scrollbar-thumb{background-color:#DFE3ED;border-radius:10px}.ocf-category-page-list:hover::-webkit-scrollbar-thumb{background-color:#9096A4}.ocf-category-page-list::-webkit-scrollbar-corner{display:none}.ocf-category-page-list::-webkit-resizer{display:none}.ocf-category-page-list li{margin-bottom:10px}.ocf-category-page-list li.ocf-page-selected{}.ocf-category-page-list a{background-color:#eceef2;padding:3px 7px;border-radius:7px;color:#3a3c40;display:block;font-size:13px;align-items:center;font-weight:normal;margin:0 5px;min-height:100%;text-decoration:none}.ocf-category-page-list .ocf-page-selected a{background-color:#656565;color:#fff}.ocf-category-page-list .ocf-page-selected a:after{content:"";width:12px;height:12px;display:inline-block;color:#656565;vertical-align:top;margin-left:5px;margin-top:4px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23fff' fill-opacity='0.8' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")}.ocf-theme-light .ocf-text-danger{color:#D1524C}.ocf-theme-light .ocf-hidden-filters-divider{background-color:#ebebeb}.ocf-theme-light .ocf-hidden-filters-divider>span{background-color:#eceef2;color:#a0a4a6;box-shadow:0 0 0 10px #fff;font-size:13px}.ocf-theme-light .ocf-hidden-filters-divider>span:hover{background-color:#cbced4;color:#575c5f}.ocf-theme-light .ocf-hidden-filters-divider>span .ocf-icon{filter:brightness(1.3)}.ocf-theme-light .ocf-hidden-filters-divider>span:hover .ocf-icon{filter:brightness(0.7)}.ocf-theme-light .ocf-filter-header{color:#444}.ocf-theme-light .ocf-footer{background-color:#fff;box-shadow:-10px -10px 10px 0 #fff}.ocf-theme-light .ocf-search-btn-static:hover,.ocf-theme-light .ocf-search-btn-popover:hover{background-color:rgba(230,120,23,1)}.ocf-theme-light .ocf-search-btn-static:focus,.ocf-theme-light .ocf-search-btn-static:active,.ocf-theme-light .ocf-search-btn-popover:focus,.ocf-theme-light .ocf-search-btn-popover:active{background-color:rgba(230,120,23,1)}.ocf-theme-light .ocf-search-btn-static,.ocf-theme-light .ocf-search-btn-popover,.ocf-theme-light .ocf-search-btn-static.ocf-disabled,.ocf-theme-light .ocf-search-btn-popover.ocf-disabled{background-color:rgba(230,120,23,.8);color:#fff;transition:background-color .3s}.ocf-theme-light-block .ocf-noUi-connects:before,.ocf-theme-light-block .ocf-noUi-connects:after,.ocf-theme-light-block .ocf-noUi-base:before{background-color:#81858c}.ocf-theme-light-block .ocf-text-danger{color:#D1524C}.ocf-theme-light-block .ocf-footer{background-color:#fff;box-shadow:0 -10px 10px 0 #fff}.ocf-theme-light-block .ocf-hidden-filters-divider{background-color:#ebebeb}.ocf-theme-light-block .ocf-hidden-filters-divider>span{background-color:#eceef2;color:#a0a4a6;box-shadow:0 0 0 10px #fff}.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover{background-color:#cbced4;color:#575c5f}.ocf-theme-light-block .ocf-hidden-filters-divider>span .ocf-icon{filter:brightness(1.3)}.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover .ocf-icon{filter:brightness(0.7)}.ocf-theme-light-block .ocf-input-group-addon{background-color:#DEE2E6}.ocf-theme-light-block .ocf-form-control{border-color:#DEE2E6;border-width:2px}.ocf-theme-light-block .ocf-search-btn-static:hover,.ocf-theme-light-block .ocf-search-btn-popover:hover{background-color:#596063}.ocf-theme-light-block .ocf-search-btn-static:focus,.ocf-theme-light-block .ocf-search-btn-static:active,.ocf-theme-light-block .ocf-search-btn-popover:focus,.ocf-theme-light-block .ocf-search-btn-popover:active{background-color:#596063}.ocf-theme-light-block .ocf-search-btn-static,.ocf-theme-light-block .ocf-search-btn-popover,.ocf-theme-light-block .ocf-search-btn-static.ocf-disabled,.ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled{background-color:#6a7275;color:#fff}
@media (max-width: 767px) {
html{height:100%!important;min-height:100vh;width:100%!important}body{min-height:100%!important}.ocf-mobile,.ocf-is-mobile{display:block}.ocf-desktop{display:none}#column-left-grid,#column-right-grid,#column-left,#column-right{position:absolute!important;top:-100%!important;left:-100%!important;right:100%!important;bottom:auto!important;display:block!important;visibility:visible!important;overflow:visible!important;z-index:2147483648!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-indent:0!important;opacity:1!important}.extended-container{z-index:100!important}.ocf-overflow-hidden .extended-container{z-index:99999!important}#column-left-grid.active,#column-right-grid.active,#column-left.active,#column-right.active{top:auto!important;left:-72%!important;right:auto!important;bottom:auto!important;z-index:1!important}.ocf-noUi-handle{border-width:4px;width:28px;height:28px;right:-14px;top:-5px}.ocf-noUi-txt-dir-rtl .ocf-noUi-handle{left:-14px;right:auto}.ocf-noUi-base:before,.ocf-noUi-connect:before{height:6px;margin-top:-3px}.ocf-noUi-active{box-shadow:0 0 0 10px #3366d540}.ocf-noUi-pips{padding-top:20px}.ocf-container{display:none}.ocf-container.ocf-mobile-1{display:block!important;will-change:transform,box-shadow}#column-left-grid>.ocf-container.ocf-mobile-1,#column-right-grid>.ocf-container.ocf-mobile-1,#column-left>.ocf-container.ocf-mobile-1,#column-right>.ocf-container.ocf-mobile-1{display:block!important}.ocf-container{position:fixed;left:0;top:0;height:100%;transform:translateX(-100%) translate3d(0,0,0);transition:transform 300ms ease-in-out,box-shadow 150ms linear;z-index:2147483648!important;width:330px}.ocf-container.ocf-mobile-open{transition:none}.ocf-container.ocf-mobile-right{left:auto;right:0;transform:translateX(100%)}.ocf-container.ocf-mobile-active{box-shadow:0 0 0 99999px rgb(0 0 0 / 60%);transform:translateX(0)}@media (max-width:360px){.ocf-container{width:100%;width:100vw;transition:transform 300ms ease-in-out}.ocf-container.ocf-mobile-active{box-shadow:none}}.ocf-content{background-color:#fff;margin:0;padding:0;position:relative;top:0;left:0;height:100%;width:100%;z-index:2}.ocf-header{padding:15px 20px;line-height:1.5;position:relative;z-index:1}.ocf-header .ocf-close-mobile{margin-left:auto;padding:0;line-height:1}.ocf-body{position:absolute;top:60px;width:100%;bottom:52px;z-index:3}.ocf-body>.ocf-filter-list{overflow-x:hidden;overflow-y:scroll;height:100%;padding-bottom:20px}.ocf-btn-show-filters{margin-top:15px;width:calc(100% - 40px);margin-right:20px;margin-left:20px}.ocf-filter{margin:0 20px}.ocf-filter.ocf-active{margin-left:0;margin-right:0;padding-left:20px;padding-right:20px}.ocf-filter-header,.ocf-module-page-header{flex-wrap:wrap;padding:10px 0;font-size:16px}.ocf-open .ocf-filter-header{flex-wrap:nowrap;position:absolute;bottom:100%;left:0;padding:18px 20px;background-color:#fff;width:100%;height:60px}.ocf-filter-name,.ocf-active-label{font-weight:normal}.ocf-active-label{display:none;font-size:80%}.ocf-active .ocf-active-label{display:block;flex-basis:100%;margin-top:5px;order:10}.ocf-open .ocf-active-label{display:none}.ocf-open:not(.ocf-has-input).ocf-slider .ocf-active-label{display:block;flex-basis:auto;order:2;white-space:nowrap;margin-left:10px;margin-right:5px;margin-top:0;font-size:inherit}.ocf-filter-name{flex-basis:90%}.ocf-open .ocf-filter-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-basis:auto}.ocf-active .ocf-filter-discard{display:block}.ocf-active .ocf-filter-header .ocf-angle-right{display:none}.ocf-open .ocf-filter-discard{width:22px;height:22px}.ocf-filter-header .ocf-arrow-left{display:none;order:-2;margin-right:5px;width:22px;height:22px;flex:0 0 22px}.ocf-open .ocf-filter-header .ocf-arrow-left{display:block}.ocf-open .ocf-filter-header .ocf-angle-right{display:none}.ocf-filter-body>.ocf-value-list{display:block!important;position:absolute!important;top:0;left:0!important;right:auto!important;height:100%;width:100%;min-width:160px!important;box-shadow:none!important;padding:20px!important;margin:0!important;overflow:auto!important;transform:translateX(-100%) translate3d(0,0,0);transition:transform 300ms ease-in-out;z-index:2!important;background-color:#fff!important;will-change:transform;overscroll-behavior:contain}.ocf-mobile-right .ocf-filter-body>.ocf-value-list{left:auto!important;right:0!important;transform:translateX(100%)}.ocf-open .ocf-filter-body>.ocf-value-list{transform:translateX(0)!important}.ocf-collapse-value .ocf-value-list{margin-top:12px}.ocf-slider-input-group{margin-bottom:30px}.ocf-value-slider{padding:0 20px}.ocf-btn-search-slider{padding-top:25px}.ocf-btn-show-values{margin-top:20px;font-size:16px;padding:0}.ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover{font-size:16px;margin-bottom:12px}.ocf-value-image,.ocf-value-color{width:24px;height:24px;flex:0 0 24px}.ocf-value-input{width:22px;height:22px;flex:0 0 22px;margin-top:1px}.ocf-value .ocf-value-input::after{background-size:12px;background-position:center}.ocf-value-count{font-size:12px}.ocf-footer{position:absolute;padding:10px 20px 510px 8px;margin:0 0 -370px;z-index:5;width:100%;bottom:0}.ocf-btn-mobile-fixed{position:absolute;left:100%;top:61%;transform:rotate(-90deg) translate(-40%,50%);transform-origin:left center;transition:transform 200ms ease-in-out 400ms;z-index:1}.ocf-mobile-right .ocf-btn-mobile-fixed{left:0;transform:rotate(-90deg) translate(-40%,-50%);transform-origin:left center}.ocf-mobile-active .ocf-btn-mobile-fixed{transform:rotate(-90deg) translate(-40%,-50%);z-index:0}.ocf-mobile-active.ocf-mobile-right .ocf-btn-mobile-fixed{transform:rotate(-90deg) translate(-40%,50%)}.ocf-btn-mobile-static{display:block!important;text-align:right;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:15px}.ocf-btn-mobile-fixed .ocf-btn{background-color:#cf395b;color:#fff;display:flex;align-items:center}.ocf-mobile-left .ocf-btn-mobile-fixed .ocf-btn{border-top-left-radius:0;border-top-right-radius:0}.ocf-mobile-right .ocf-btn-mobile-fixed .ocf-btn{border-bottom-left-radius:0;border-bottom-right-radius:0}.ocf-btn-mobile-fixed .ocf-btn-name{order:1}.ocf-btn-mobile-fixed .ocf-icon{margin-right:5px;filter:brightness(3)}.ocf-btn-mobile-fixed .ocf-btn-name:empty + .ocf-icon{margin-right:0}.ocf-page-group{flex-wrap:wrap}.ocf-page-group-name{width:100%;flex:0 0 100%;padding-left:0;margin-bottom:8px}.ocf-category-page-list{max-height:120px}.ocf-category-page-list li{margin-bottom:5px}.ocf-module-page-list{list-style-type:none;margin:0 -20px 0 0;padding:0 20px 0 0;max-height:140px;overflow-y:scroll;overflow-x:hidden}.ocf-module-page-header{margin-bottom:10px}.ocf-module-page-list li + li{margin-top:6px}.ocf-module-page-list a{display:block;line-height:1.3;font-size:14px}.ocf-module-page-list a:hover{color:#353A40;text-decoration:underline}.ocf-module-page-list a.ocf-page-selected{font-weight:bold;color:#000}.ocf-theme-light .ocf-module-page{padding:10px 20px 20px;margin:0 0 10px;background-color:#f1f2f5}.ocf-theme-light .ocf-module-page-list a{color:#4A5057}.ocf-theme-light .ocf-filter + .ocf-filter{border-top:1px solid #ebebeb}.ocf-theme-light .ocf-filter.ocf-active{background-color:#fff0e2;border-top-color:transparent}.ocf-theme-light .ocf-filter.ocf-active + .ocf-filter{border-top-color:transparent}.ocf-theme-light .ocf-filter.ocf-active + .ocf-filter.ocf-active{border-top-color:#f3e2cd}.ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header,.ocf-theme-light .ocf-open .ocf-filter-header{background-color:#eceef2;color:#000}.ocf-theme-light .ocf-footer{box-shadow:-10px -10px 10px 0 #fff}.ocf-theme-light.ocf-mobile-right .ocf-footer{box-shadow:10px -10px 10px 0 #fff}.ocf-theme-light-block .ocf-filter{background-color:#f0f2f5;padding:0 10px;margin:0 20px 10px;border-radius:10px}.ocf-theme-light-block .ocf-module-page{padding:0 20px 20px;margin:0 0 20px;background-image:linear-gradient(0deg,#f0f2f5,#fff)}.ocf-theme-light-block .ocf-module-page-list a{color:#102D67}.ocf-theme-light-block .ocf-active{background-color:#fff0e2}.ocf-theme-light-block .ocf-active .ocf-filter-header{color:#613101}.ocf-theme-light-block .ocf-open .ocf-filter-header{background-color:#eceef2;color:#000}.ocf-btn-show-filters{border-radius:10px}.ocf-theme-light-block .ocf-value-count{background-color:#eceef2;border-radius:3px}.ocf-theme-light-block .ocf-footer{box-shadow:-10px -10px 10px 0 #fff}.ocf-theme-light-block.ocf-mobile-right .ocf-footer{box-shadow:10px -10px 10px 0 #fff}
}
@media (min-width: 768px) {
#column-left-grid,#column-right-grid,#column-left,#column-right{position:relative;z-index:1}.ocf-popover{position:absolute;max-width:240px;opacity:0;top:0;left:0;z-index:1075;display:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;box-shadow:0 6px 30px rgb(0 0 0 / 25%);-webkit-transition:transform 300ms ease-in-out,opacity 200ms linear;-moz-transition:transform 300ms ease-in-out,opacity 200ms linear;-ms-transition:transform 300ms ease-in-out,opacity 200ms linear;-o-transition:transform 300ms ease-in-out,opacity 200ms linear;transition:transform 300ms ease-in-out,opacity 200ms linear;will-change:transform,opacity}.ocf-popover.ocf-in{opacity:1}.ocf-popover.ocf-in.ocf-top{transform:translateY(-3px)}.ocf-popover.ocf-in.ocf-right{transform:translateX(3px)}.ocf-popover.ocf-in.ocf-bottom{transform:translateY(3px)}.ocf-popover.ocf-in.ocf-left{transform:translateX(-3px)}.ocf-popover.ocf-top{margin-top:-15px}.ocf-popover.ocf-right{margin-left:15px}.ocf-popover.ocf-bottom{margin-top:15px}.ocf-popover.ocf-left{margin-left:-15px}.ocf-popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.ocf-popover-content{color:#333;padding:12px}.ocf-popover>.ocf-arrow{position:absolute;display:block;background-color:#fff;transform:rotate(45deg);border-radius:3px;width:16px;height:16px;z-index:-1}.ocf-popover.ocf-top>.ocf-arrow{left:50%;margin-left:-8px;bottom:-5px}.ocf-popover.ocf-bottom>.ocf-arrow{left:50%;margin-left:-8px;top:-5px}.ocf-popover.ocf-right>.ocf-arrow{top:50%;margin-top:-8px;left:-5px}.ocf-popover.ocf-left>.ocf-arrow{top:50%;margin-top:-8px;right:-5px}.ocf-scroll-y{max-height:240px;margin-right:-12px!important;padding-right:10px!important;overflow-y:scroll;overflow-x:hidden;overscroll-behavior:contain;background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent);background-position-x:0;background-position-y:0,100%,0,100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 65px,100% 65px,100% 12px,100% 12px;background-attachment:local,local,scroll,scroll}.ocf-scroll-y:hover{padding-right:2px!important}.ocf-scroll-y::-webkit-scrollbar{width:2px;margin-right:-5px}.ocf-scroll-y:hover::-webkit-scrollbar{width:10px}.ocf-scroll-y::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.ocf-scroll-y:hover::-webkit-scrollbar-track{background-color:transparent}.ocf-scroll-y::-webkit-scrollbar-thumb{background-color:#3F67D8;border-radius:10px}.ocf-scroll-y::-webkit-scrollbar-corner{display:none}.ocf-scroll-y::-webkit-resizer{display:none}.ocf-content{margin-bottom:25px;padding:20px;background-color:#F9F9F7}.ocf-header{margin-bottom:15px}.ocf-header .ocf-header-btn{margin-left:auto}.ocf-selected-card{padding:15px;margin-bottom:20px}.ocf-selected-header{font-size:16px;margin-bottom:10px}.ocf-selected-filter{font-size:13px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px;padding:4px 10px}.ocf-selected-filter-name{font-size:inherit;margin-right:5px;margin-left:7px}.ocf-selected-discard{padding:0 2px 0 6px;max-width:100%;display:flex;align-items:center;flex-wrap:nowrap}.ocf-selected-value-name{font-size:inherit;overflow:hidden;margin-right:5px;text-overflow:ellipsis}.ocf-selected-discard .ocf-icon{border-radius:14px;width:14px;height:14px;flex:0 0 14px;margin-left:auto}.ocf-filter-list{}.ocf-horizontal .ocf-filter-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;margin-right:-5px;margin-left:-5px}.ocf-horizontal .ocf-collapse-filter .ocf-filter-list{margin-left:0;margin-right:0}.ocf-horizontal .ocf-btn-show-filters{margin-bottom:10px;margin-top:0;margin-right:5px;margin-left:5px}.ocf-filter{margin-bottom:15px}.ocf-horizontal .ocf-filter{padding-left:5px;padding-right:5px;min-width:200px;flex:auto}.ocf-filter-body{position:relative}.ocf-filter-header,.ocf-module-page-header{font-weight:bold;font-size:14px;margin-bottom:10px}.ocf-dropdown .ocf-filter-header{cursor:pointer;margin-bottom:0;position:relative;z-index:1}.ocf-dropdown.ocf-open .ocf-filter-header{z-index:21}.ocf-active-label{margin-right:5px}.ocf-slider .ocf-active-label{white-space:nowrap}.ocf-dropdown .ocf-active-label,.ocf-slider .ocf-active-label,.ocf-horizontal .ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-open .ocf-active-label{display:block}.ocf-active-label,.ocf-open .ocf-active-label,.ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-has-input.ocf-open .ocf-active-label{display:none}.ocf-filter-name{margin-right:5px;order:-1}.ocf-horizontal .ocf-filter-name,.ocf-slider .ocf-filter-name,.ocf-horizontal .ocf-active-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ocf-dropdown .ocf-active-label + .ocf-filter-name{display:none}.ocf-dropdown.ocf-slider .ocf-active-label + .ocf-filter-name{display:block}.ocf-active-label:empty + .ocf-filter-name,.ocf-open .ocf-active-label + .ocf-filter-name{display:block}.ocf-open .ocf-active-label + .ocf-filter-name:hover{white-space:nowrap;text-overflow:initial;overflow:visible;background-color:#fff}.ocf-has-input .ocf-slider-value{display:none}.ocf-horizontal .ocf-has-input .ocf-slider-value{display:block}.ocf-filter-description~*{margin-left:5px}.ocf-filter-description .ocf-icon{display:block;filter:invert(37%) sepia(24%) saturate(2825%) hue-rotate(199deg) brightness(96%) contrast(94%)}.ocf-active .ocf-filter-header .ocf-angle-down{display:none}.ocf-dropdown.ocf-active .ocf-filter-discard,.ocf-horizontal .ocf-active .ocf-filter-discard,.ocf-slider.ocf-active .ocf-filter-discard{display:block}.ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;padding:55px 15px 15px;margin:-10px 0 0;position:absolute;top:0;left:-3px;right:-3px;z-index:20;display:none;min-width:100%}.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{min-width:260px}.ocf-dropdown.ocf-open .ocf-filter-body>.ocf-value-list{display:block}.ocf-auto-column{display:grid;gap:6px 15px;justify-items:stretch}.ocf-column-1{grid-template-columns:repeat(1,1fr)}.ocf-column-2{grid-template-columns:repeat(2,1fr)}.ocf-column-3{grid-template-columns:repeat(3,1fr)}.ocf-column-4{grid-template-columns:repeat(4,1fr)}.ocf-column-5{grid-template-columns:repeat(5,1fr)}.ocf-column-6{grid-template-columns:repeat(6,1fr)}.ocf-slider-input-group{margin-bottom:10px}.ocf-value-slider{padding:10px 10px 0}.ocf-btn-show-values{margin-top:10px;padding:0}.ocf-auto-column .ocf-value{margin-bottom:0;width:auto!important}.ocf-value-image~.ocf-value-append,.ocf-value-color~.ocf-value-append{margin-top:2px}.ocf-footer{background-color:#fff;position:sticky;bottom:0;z-index:3;margin:15px -10px 0;padding:10px}.ocf-search-btn-popover{min-width:190px}.ocf-module-page{background-color:#fff!important;box-shadow:0 3px 15px rgb(0 0 0 / 12%);margin-bottom:15px}.ocf-module-page-header{margin-bottom:15px}.ocf-module-page-list{list-style-type:none;margin:0;padding:0;max-height:200px}.ocf-module-page-list li + li{margin-top:3px}.ocf-module-page-list a{display:block;line-height:1.5;color:#4A5057;font-size:13px}.ocf-module-page-list a:hover{color:#353A40;text-decoration:underline}.ocf-module-page-list a.ocf-page-selected{font-weight:bold;color:#000}.ocf-theme-light .ocf-module-page{padding:12px;border-radius:4px;box-shadow:none;border:4px solid #fff8e1}.ocf-theme-light .ocf-module-page-header{}.ocf-theme-light .ocf-module-page-list{margin:0}.ocf-theme-light .ocf-module-page-list a{color:#2e3135}.ocf-theme-light .ocf-selected-card{background-color:#fff;box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-selected-header{font-weight:bold}.ocf-theme-light .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light .ocf-selected-filter-name{color:#8596a4}.ocf-theme-light .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light .ocf-selected-value-name{color:#222}.ocf-theme-light .ocf-filter{margin-bottom:25px}.ocf-theme-light.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light .ocf-filter-header,.ocf-theme-light .ocf-module-page-header{color:#212529;font-weight:bold;font-size:13px;margin-bottom:15px}.ocf-theme-light .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light.ocf-horizontal .ocf-filter-header{font-weight:normal;margin-bottom:0}.ocf-theme-light .ocf-dropdown .ocf-filter-header{border:0;font-weight:bold;padding:8px 12px;background-color:#eceef2;border-radius:3px}.ocf-theme-light .ocf-dropdown .ocf-filter-header:hover{background-color:#F4F5F8}.ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header{font-weight:normal}.ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#ffeedf}.ocf-theme-light .ocf-filter-header .ocf-filter-discard:hover{filter:invert(38%) sepia(18%) saturate(5963%) hue-rotate(328deg) brightness(81%) contrast(105%)}.ocf-theme-light .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;color:#444;font-weight:bold}.ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 0 15px rgba(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-footer:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:10px -10px 10px 0 #fff;z-index:-1}.ocf-theme-light-block .ocf-selected-card{box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light-block .ocf-selected-header{font-size:16px;font-weight:bold}.ocf-theme-light-block .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light-block .ocf-selected-filter-name{color:#8596a4;font-size:13px}.ocf-theme-light-block .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light-block .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light-block .ocf-selected-value-name{font-size:13px;color:#222}.ocf-theme-light-block.ocf-vertical .ocf-filter,.ocf-theme-light-block.ocf-vertical .ocf-module-page{margin-bottom:15px;padding:15px 20px;border-radius:5px}.ocf-theme-light-block.ocf-vertical .ocf-filter{background-color:#f0f2f5}.ocf-theme-light-block.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light-block.ocf-vertical .ocf-active{background-color:#ffeedf}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header{background-color:#f0f2f5;padding:10px 15px;border-radius:5px}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block .ocf-filter-header .ocf-active-label,.ocf-theme-light-block .ocf-module-page-header{color:#444}.ocf-theme-light-block .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#FDEEDE}.ocf-theme-light-block .ocf-filter-header .ocf-filter-discard:hover{filter:invert(1) saturate(20)}.ocf-theme-light-block .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;font-size:12px;color:#444;font-weight:bold}.ocf-theme-light-block .ocf-dropdown .ocf-open .ocf-filter-header,.ocf-theme-light-block.ocf-horizontal .ocf-open.ocf-active.ocf-dropdown .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 5px 17px rgb(0 0 0 / 15%);border-radius:5px;padding:55px 20px 15px;margin:-15px -17px 0}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{padding:60px 17px 15px;margin:-8px 0 0}.ocf-theme-light-block .ocf-scroll-y{background-color:transparent;background-image:linear-gradient(#F0F2F5 30%,transparent),linear-gradient(transparent,#F0F2F5 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-active .ocf-scroll-y{background-image:linear-gradient(#FDEEDE 30%,transparent),linear-gradient(transparent,#FDEEDE 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-dropdown .ocf-scroll-y,.ocf-theme-light-block .ocf-module-page-list.ocf-scroll-y{background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-selected .ocf-value-input::before{background-color:#fff}.ocf-theme-light-block .ocf-value .ocf-value-input::after{filter:invert(46%) sepia(39%) saturate(589%) hue-rotate(151deg) brightness(100%) contrast(88%);background-size:10px}.ocf-theme-light-block .ocf-value-count{font-size:11px;background-color:rgb(79 83 88 / 10%);border-radius:50px;font-weight:400;color:#46494e}
}

/* Jet Cache: catalog/view/javascript/jquery/magnific/magnific-popup.css */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 60px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #d2d2d2; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: red;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
  font-size: 50px;
  }  

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

