html{
  height: 100%;
  margin: 0;
}

a {
    color: #ff4136;
    text-decoration: none;
}

a:hover {
    color: #ff4136;
    text-decoration: underline;
}

body {
    height: 100%;
    margin: 0;
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Arsenal', sans-serif;
    font-size: 18px;
}

p {
    margin-bottom: 24px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -180px;
    padding: 0 0 210px;
}

.footer {
    height: 180px;
    background: #f6f6f6;
    color: #333;
    overflow: hidden;
    padding-top: 20px;
}

.footer a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.footer a:hover {
    text-decoration: underline;
    color: #ff4136;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    /*font-family: 'Vollkorn', serif;*/
    font-family: 'PT Serif', serif;
}

h1, h2, .h1, .h2, h3, .h3 {
    text-align: center;
}

a.logo {
    position: relative;
    width: 176px;
    height: 60px;
    display: inline-block;
    background: url('/logo.png') 0 0 no-repeat;
    overflow: hidden;
    text-indent: -1000px;
}

a.logo:hover {
    background: url('/logo.png') 0 -65px no-repeat;
}


.header {
    position: relative;
}

.top-line {
    background: #fff;
    color: #333;
    height: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
    z-index: 10;
}

.middle-line {
    background: #fff;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.main-container img,
.page-text img {
    max-width: 100%;
    height: auto;
}

.top-line a {
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}

.top-line a:hover {
    text-decoration: underline;
    color: #000;
}

.small-menu a {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    margin-right: 10px;
}


.left {
    float: left;
}

.right {
    float: right;
}

.user-menu {
    position: absolute;
    display: inline-block;
    height: 60px;
    right: 0;
    top: 0;
}

/*.user-menu.expanded a.user-menu-link {
    box-shadow: 4px 6px rgba(0,0,0,0.2);
}*/

.user-menu-link {
    display: inline-block;
    line-height: 60px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

.user-menu-link:hover {
    text-decoration: none;
}

.user-menu-link > .fas {
    margin-right: 0;
    font-size: 20px;
    transition: 0.3s;
    color: #666;
}

.user-menu-link:hover > .fas {
    color: #ff4136;
}

.user-menu-block {
    display: block;
    position: absolute;
    right: 999999px;
    top: 60px;
    background: #fff;
    z-index: 1;
    margin: 0;
    padding: 10px 5px 20px 10px;
    min-width: 200px;
    min-height: 30px;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.1s;
    overflow: hidden;
}

/*.user-menu.expanded .user-menu-link {
    background: #5587A2;
    color: #fff;
}*/

.site-menu-block a,
.user-menu-block a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    color: #666;
    transition: 0.3s;
}

.site-menu-block a:hover,
.user-menu-block a:hover {
    color: #ff4136;
    text-decoration: none;
}

.user-menu.expanded .user-menu-block {
    display: block;
    opacity: 1;
    right: 0;
    overflow: auto;
    z-index: 100;
    box-shadow: 0 20px 20px rgba(0,0,0,0.1);
}

.language-menu {
    display: inline-block;
    line-height: 40px;
}

.multilanguage-set {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
}

.fas,
.far {
    font-size: 14px;
    margin-right: 5px;
    color: #ccc;
}

.user-menu-block input {
    color: #333;
}


.user-menu-block .form-group {
    padding: 0 10px;
}

.user-menu-block label {
    font-weight: 400;
}

.form-control {
    border-radius: 0;
    font-size: 16px;
}

.header .bottom-line {
    background: #0C4C8A;
    height: 60px;
}

.header .bottom-line ul {
    display: inline-block;
    list-style: none;
    margin:0;
    padding: 0;
}

.header .bottom-line ul li {
    float: left;
    margin:0;
    padding: 0;
}

.header .bottom-line ul li a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    line-height: 60px;
    top:0;
    height: 60px;
}

.header .bottom-line ul li a:hover {
    /*color: #EF562D;*/
    /*color: #F6D258;*/
    background: #EF562D;
    text-decoration: none;
    height: 66px;
    top:-4px;
    box-shadow: 4px 6px rgba(0,0,0,0.2);
    /*border-bottom: 4px solid #EF562D;*/
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.category-good {
    float: left;
    width: 200px;
    height: 300px;
    margin: 0 10px 20px 0;
    position: relative;
    text-align: center;
    /*overflow: hidden;*/
    transition: 0.3s all;
    /*border: 1px solid #ddd;*/
    outline: 1px solid #ddd;
    position: relative;
}

.category-good:hover {
    background: #f5f5f5;
}

.category-good a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
}

.category-good a:hover,
.category-good a:focus {
    text-decoration: none;
    color: #ff4136;
}

.category-good-img {
    width: 200px;
    height: 200px;
    /*overflow: hidden;*/
    position: relative;
}

.category-good-img img {
    height: 100%;
}

.category-good-name {
    max-height: 50px;
    overflow: hidden;
    margin-top: 5px;
    padding: 0 5px;
}

.category-good-price {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica, Arial;
}

.old-price {
    font-size: 80%;
    text-decoration: line-through;
    font-weight: 500;
}

.good-price-description {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.good-price-value {
    width: 35%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    font-weight: 700;
}

.good-price-value .old-price {
    padding-right: 5px;
}

.good-price-currency {
    font-weight: 500;
}

.good-price-unit {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.good-url .good-price {
    border: 1px solid transparent;
    padding: 7px;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
}

.good-url .good-price.good-price-checked {
    border: 1px solid #e1e1e1;
}

.good-url .good-price:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #666;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin: 1px;
    cursor: pointer;
    position: absolute;
    left:6px;
    top: 10px;
}

.good-url .good-price:hover:before {
    border-color: #EF562D;
    width: 16px;
    height: 16px;
    margin: 0;
}

.good-url .good-price.good-price-checked:before {
    border-width: 6px;
    width: 16px;
    height: 16px;
    margin: 0;
}

.good-url-availability,
.good-url__sku,
.good-url__sku-outer
{
    margin-bottom: 10px;
}

.good-url__price-min-count,
.good-url__price-text {
    margin-top: 10px;
}

.good-url__price-value {
    font-weight: 700;
}

.good-url__price-currency {
    font-weight: 700;
}

.availability-1 {
    background-color: #9fdf9f;
    color: #206020;
    display: inline-block;
    padding: 2px 5px;
}

.good-url-availability {
    position: absolute;
    text-align: right;
    width: 95%;
}

/* QUANTITY */
.quantity {
    display: inline-block;
    width: 110px;
    height: 40px;
    position: relative;
}

.quantity input[type="number"]{
    -moz-appearance: textfield;
    text-align: center;
    width: 50px;
    line-height: 38px;
    border: 1px solid #d5d5d5;
    border-left: 0;
    border-right: 0;
    margin-left: 30px;
    padding: 0;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .quantity-inc,
.quantity .quantity-dec {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    text-align: center;
    background: #fff;
    transition: 0.3s;
    border: 1px solid #d5d5d5;
}

.quantity .quantity-dec {
    left: 0;
    right: auto;
}

.quantity .quantity-inc:hover,
.quantity .quantity-dec:hover {
    background: #EF562D;
    border: 1px solid #EF562D;
}

.quantity .quantity-inc .fas,
.quantity .quantity-dec .fas {
    font-size: 10px;
    color: #666;
    line-height: 36px;
    vertical-align: top;
    margin-right: 0;
    /*width: 18px;*/
}

.quantity .quantity-inc:hover .fas,
.quantity .quantity-dec:hover .fas{
    color: #fff;
}

/* end QUANTITY */

.good-buy-area,
.good-url-prices {
    margin: 30px 0;
}

.good-url-prices > div:first-child {
    margin-top: 10px;
}

.good-buy-area .total-price,
.good-buy-area .buy-one-click,
.good-buy-area .add-to-basket{
    margin-left: 10px;
}

.good-buy-area .total-price {
    color: #ff4136;
    font-size: 20px;
    font-weight: bold;
}

.good-buy-area .buttons {
    float: right;
}

.basket-order-item > div {
    display: inline-block;
    vertical-align: top;
}

/* FLOATING BASKET */
.basket-float {
    position: fixed;
    width: 0;
    height: 50%;
    right: 0;
    top: 25%;
/*    overflow: auto;*/
    background: #fff;
    transition: 0.3s;
}

.basket-float.expanded {
    width: 85%;
    max-width: 850px;
    border: 1px solid #777;
    border-right: 0;
}

.basket-opener {
    position: absolute;
    left: -32px;
    top: 50%;
    margin-top: -75px;
    width: 32px;
    line-height: 20px;
    background: #666;
    color: #fff;
    padding: 5px 0 0;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.basket-opener:hover {
    /*box-shadow: 4px 6px rgba(0,0,0,0.2);*/
    background: #ff4136;
}

.basket-opener__cart {
    margin-bottom: 10px;
}

.basket-opener__cart .fa-shopping-cart {
    color: #fff;
    font-size: 15px;
}

.basket-opener__cart__count {
    margin-top: 10px;
    background: #ff4136;
    line-height: 28px;
    font-family: Helvetica, Arial;
    font-size: 16px;
    transition: 0.3s;
}

.basket-opener:hover .basket-opener__cart__count {
    background: #666;
}

.blink {
    background: #ff4136;
}

.blink .basket-opener__cart__count {
    background: #666;
}

.x-expanded .basket-opener {
    /*box-shadow: 4px 6px rgba(0,0,0,0.2);*/
}

.basket-content {
    height: 100%;
    overflow: hidden;
    padding: 15px 15px 105px;
    position: relative;
    background: #fff;
}

.basket-content.basket-loading {
    background: #ffe;
}

.basked-bttons-area {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 100%;
    text-align: center;
}

.basked-total-area {
    position: absolute;
    bottom: 60px;
    right: 15px;
    width: 100%;
    text-align: right;
}

.basked-total-area .btn {
    margin: 0 20px;
}

.basket-order {
    height: 100%;
    overflow: auto;
}

.basket-order-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.basket-order-item-delete {
    width: 5%;
    text-align: center;
}

.basket-order-item-delete i {
    font-size: 20px;
    margin: 0;
    color: #666;
    transition: 0.3s;
}

.basket-order-item-delete i:hover {
    color: #EF562D;
    cursor: pointer;
}

.basket-order-item-image {
    width: 10%
}

.basket-order-item-name {
    width: 50%;
}

.basket-order-item-price {
    width: 20%;
}

.basket-order-item-count {
    width: 15%;
}

.basket-order-item-name a {
    color: #333;
}

.order-item-price-variation {
    display: block;
    font-size: 15px;
}

.basket-order-item-image img {
    width: 80%;
    height: auto;
}

.basket-opened-overflow {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    display: none;
}

.blured {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.shown {
    display: block;
    z-index: 10;
}

ul.categories-list,
ul.categories-list > li > ul,
ul.categories-list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*font-size: 16px;*/
}

ul.categories-list a {
    display: inline-block;
    color: #333;
}

ul.categories-list a:hover {
    color: #EF562D;
    text-decoration: none;
}

ul.categories-list a.active {
    color: #EF562D;
}

ul.categories-list a.active:hover {
    color: #EF562D;
}

ul.categories-list > li {
    border-bottom: 1px solid #eee;
    position: relative;
}
ul.categories-list > li > a {
/*    border-bottom: 1px solid #aaa;
    background-color: #5680E9;*/
    /*color: #333;*/
    /*text-decoration: none;*/
    padding: 10px 0;
    font-size: 20px;
}

ul.categories-list > li > i {
    position: absolute;
    right: 0;
    top: 5px;
    /*background: #5587A2;*/
    color: #666;
    /*border-radius: 50%;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    /*font-size: 19px;*/
    text-align: center;
    /*border: 8px solid #fff;*/
    transition: 0.3s;
    transform: rotate(0deg);
    font-size: 20px;
}

ul.categories-list > li > i:hover {
    cursor: pointer;
    transform: rotate(90deg);
    color: #EF562D;
}

ul.categories-list > li > i.expanded,
ul.categories-list > li > i.expanded:hover {
    transform: rotate(450deg);
}

ul.categories-list > li > a:hover {
    /*background-color: #3c59a3;*/
    /*color: #000;*/
}

ul.categories-list > li > ul {
    border-top: 1px solid #eee;
    padding-bottom: 5px;
}

ul.categories-list > li > ul > li > a {
    /*padding: 8px 10px 8px 30px;*/
    /*background-color: #eee;*/
    /*color: #333;*/
    padding: 3px 0 3px 5px;
    display: block;
    border-bottom: 1px dotted #eee;
}

ul.categories-list > li > ul > li:last-child > a {
    border-bottom: 0;
}

ul.categories-list > li > ul > li > ul {
    padding-left: 10px;
    margin-bottom: 5px;
}

ul.categories-list > li > ul > li > ul > li {
    padding-left: 10px;
    position: relative;
}

ul.categories-list > li > ul > li > ul > li > i {
    position: absolute;
    left: 0;
    top: 7px;
}

ul.categories-list > li > ul > li > ul > li > a {

}

ul.categories-list > li > ul {
    display: none;
    margin-bottom: 20px;
}

ul.categories-list > li > ul.expanded {
    display: block;
}

.btn {
    border-radius: 0;
    border: 0;
    font-size: 18px;
    transition: 0.3s;
    border: 1px solid #d5d5d5;
}

.btn-primary {
    background: #666;
    border-color: #666;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ff4136;
    border-color: #ff4136;
    color: #fff;
}

.btn-success {
    background: #666;
    border-color: #666;
}
.btn-success:hover {
    background: #ff4136;
    border-color: #ff4136;
}

.store-index .categories-list-holder {
    margin-top: 0;
    margin-bottom: 30px;
}

.good-url-images > a {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    padding: 1px;
    background: #fff;
    transition: 0.3s;
}

.good-url-images > a:first-child {
    margin-top: 30px;
}

.good-url-images > a:hover {
    background: #ddd;
}

.good-url-images > a > img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.good-url-thumbs-slider {
    width: 100%;
    height: 130px;
    overflow: auto;
}

.good-url-thumbs-holder {
    height: 102px;
}

.good-url-thumbs-holder a {
    display: block;
    float: left;
    width: 104px;
    height: 104px;
    margin-right: 10px;
    border: 2px solid #5587A2;
}

.good-url-thumbs-holder a:last-child {
    margin-right: 0;
}

.good-url-thumbs-holder a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.good-url-thumbs-holder a:hover {
    border-color: #EF562D;
}

/* PAGINATION */
.pagination .prev.disabled,
.pagination .next.disabled {
    display: none;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination li {
    display: inline-block;
    float: none;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pagination li a {
    /*border-radius: 0 !important;*/
    border: 0;
    font-size: 16px;
    line-height: 36px;
    width: 36px;
    padding: 0;
    border-radius: 0 !important;
    overflow: hidden;
    /*padding: 0 14px;*/
    background: #fff;
    color: #333;
    border: 1px solid #ddd;

    transition: 0.3s;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
    color: #fff;
    /*box-shadow: 4px 6px rgba(0,0,0,0.2);*/
    background: #EF562D;
    border: 1px solid #EF562D;
}

.checkout-order {
    padding: 20px 10px;
    border: 1px dashed #ccc;
}

.checkout-order-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0 0 10px 85px;
    position: relative;
    min-height: 85px;
}

.checkout-order-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.checkout-order-item-image a img {
    height: 100%;
    width: auto;
}

.checkout-order-sum {
    font-weight: 700;
    text-align: center;
}

.payment-item,
.shipment-item {
    display: none;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px dashed #ccc;
}

.payment-item.shown,
.shipment-item.shown {
    display: block;
}

.fancybox-inner-content {
    margin-top: 20px;
}

.fast-order {
    width: 500px;
    max-width: 100% !important;
}

.fast-order__info {
    min-height: 100px;
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px;
}

.control-label {
    display: block;
    font-weight: 400;
}

.fast-order__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: auto;
}

.fast-order__good-name {
    margin: 0;
}

.fast-order form {
    text-align: center;
}

.oc-phone {
    width: 50%;
    display: inline-block;
}

.fancybox-alert {
    border: 0;
    border-radius: 0;
}

.form-control {
    border: 1px solid #ccc !important;
}

.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #333;
}

.help-block {
    font-size: 80%;
    margin-top: 0;
}


.article-block:after {
    content: '';
    display: block;
    clear: both;
}

/*.article-block img,
.one-news-img,
img*/
.one-news-img {
    float: left;
    max-width: 300px !important;
    margin: 0 35px 0 0 !important;
}


.goot-url__related {
    text-align: center;
}
.goot-url__related .category-good {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.bottom-line .container {
    position: relative;
}

.search-form__text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    vertical-align: middle;
}

.search-form__submit {
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;

    position: absolute;
    right: 0;
    top: 10px;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.search-form__submit:hover {
    background: #ff4136;
    border: 1px solid #ff4136;
}

.search-form__submit .fas {
    font-size: 16px;
    color: #666;
    margin-right: 0;
}

.search-form__submit:hover .fas {
    color: #fff;
}

.good-url__description table {
    outline: 1px solid #ddd;
    margin: 10px auto 20px;
}

.good-url__description table tr td {
    border: 2px solid #fff;
    padding: 3px 5px;
}

.good-url__description table tr:nth-child(odd) {
    background: #fff;
}

.good-url__description table tr:nth-child(even) {
    background: #eee;
}

.close-fancybox-window {
    margin-top: 20px;
    margin-bottom: 10px;
}

.logo__title {
    display: none;
}

.header__title {
    /*font-family: 'Vollkorn', serif;*/
    font-family: 'PT Serif', serif;
    font-size: 24px;
    margin-top: 5px;
}

.header__text {
    font-size: 16px;
}

.header__phones {
    margin-top: 10px;
}

.header__call-btn {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 250px;
    top: 25px;
}

.header__phone {
    color: #333;
}

.header__phone:hover, .header__phone:focus {
    color: #000;
}

.special {
    position: relative;
}

.special:hover, .special:focus {
    text-decoration: none !important;
}

.special:after {
    content: ' ';
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    right: 50%;
    bottom: -2px;
    background: #EF562D;
    opacity: 0.5;
    transition: 0.3s;
}

.special:hover:after, .special:focus:after {
    opacity: 1;
    width: 100%;
    right: 0%;
}

.backdial-window {
    width: 300px;
    max-width: 100% !important;
    text-align: center;
}

.backdial-window .bf-phone {
    width: 250px;
    max-width: 100% !important;
    display: inline-block;
}

.mp-image {
    display: inline-block;
    max-width: 100%;
}

.mp-image img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.show-mobile-menu {
    vertical-align: top;
    display: inline-block;
    width: 50px;
    text-decoration: none;
    text-align: center;
    display: none;
}

.show-mobile-menu:hover, .show-mobile-menu:focus {
    background: #EF562D;
    text-decoration: none;
}

.show-mobile-menu .fas {
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    margin: 0;
}

.header__mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #0C4C8A;
    padding: 10px 0;
    z-index: 10;
    color: #fff;
}

.header__mobile-menu > div {
    border-bottom: 2px solid rgba(0,0,0,0.2);
/*    padding-bottom: 2px;
    margin-bottom: 2px;*/
}

.header__mobile-menu > div:last-child {
    border-bottom: none;
/*    padding-bottom: 0;
    margin-bottom: 0;*/
}

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

.header__mobile-menu .fas, .far {
    display: none;
}

.header__mobile-menu a {
    color: #fff;
    display: block;
    padding: 0 20px;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 2;
}

.header__mobile-menu a:hover {
    color: #fff;
    background: #EF562D;
}

.header__mobile-menu a:after {
    display: none;
}

.logo__title {
    /*font-family: 'Vollkorn', serif;*/
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 24px;
    margin: 14px 0;
    color: #333;
    width: 40%;
    vertical-align: top;
    padding-left: 5px;
    display: none;
}

.scroll-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 10;
    text-align: center;
    background: #000;
    border: 2px solid #fff;
    border-radius: 3px;
    opacity: 0.4;
    cursor: pointer;
    color: #fff;
    padding: 5px;
}

.scroll-top .fas {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-right: 0;
}

.catefories-list-opener {
    display: none;
    cursor: pointer;
}

.catefories-list-opener .fas {
    color: #333;
}

.basket-float.x-expanded {
    width: 60%;
    z-index: 20;
}

.good-url__attributes > table {
    margin: 10px auto;
    min-width: 55%;
}

.good-url__attributes > table h3 {
    text-align: center;
    margin: 0;
    padding: 10px 0 5px;
}

.goot-url__related,
.nav-tabs {
    margin-top: 50px;
}

.tab-content {
    padding-top: 30px;
}

.filter-block {
    margin-bottom: 20px;
}

.slider-input-from {
    float: left;
    width: 45%;
    text-align: left;
}

.slider-input-from input,
.slider-input-to input {
    width: 60%;
}

.slider-input-to {
    float: right;
    width: 45%;
    text-align: right;
}

.slider-range {
    clear: both;
    margin: 10px 0;
}

.filters-holder {
    margin-top: 30px;
}

.apply-filter {
    display: none;
    text-align: center;
}

/* MAIN MENU */
.mm-container img {
    display: none;
}

.mm-container > ul {
    /*position: relative;*/
    list-style: none;
    padding: 0;
    margin: 0;
}

.mm-container > ul > li {
    position: static;
    display: inline-block;
    padding: 0;
}

.mm-container > ul > li > .opener-a {
    display: inline-block;
    line-height: 60px;
    border-bottom: #fff;
    margin-right: 30px;
    font-size: 20px;
}

.mm-container > ul > li:last-child > .opener-a {
    margin-right: 0;
}

.mm-container > ul > li > ul > li > .opener-a {
    font-size: 22px;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    line-height: 1.1;
}

.main-menu-list-item > a {
    display: inline-block;
    color: #666;
    transition: 0.3s;
    text-decoration: none;
}

.main-menu-list-item > a:hover {
    text-decoration: none;
    color: #ff4136;
}

.mm-container > ul > li > ul {
    display: block;
    position: absolute;
    left: -999999px;
    top: 60px;
    background: #fff;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 10px 5px 20px 10px;
    width: 102%;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.1s;
    overflow: hidden;
}

.mm-container > ul > li:hover > ul {
    display: block;
    opacity: 1;
    left: -1%;
    overflow: auto;
    z-index: 3;
    box-shadow: 0 20px 20px rgba(0,0,0,0.1);
}

.mm-container > ul > li > ul > li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-bottom: 20px;
    padding-left: 80px;
    margin-right: 1%;
    position: relative;
    /*z-index: -1;*/
    min-height: 70px;
}

.mm-container > ul > li > ul > li.has-submenu {
    min-height: 80px;
}

.mm-container > ul > li > ul > li:nth-child(4n) {
    margin-right: 0;
}

.mm-container > ul > li > ul > li > img {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 70px;
    height: auto;
    transition: 0.5s;
    transition-delay: 0.2s;
    z-index: -1;
}

.mm-container > ul > li > ul > li:hover > img {
    width: 80px;
    left: 0px;
    top: 0px;
}

.mm-container li li li > a {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
}

/*.mm-container li li li > a:before {
    content: "\f0da";
    font-size: 14px;
    color: #ddd;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s;
}*/
.mm-container ul ul ul {
    color: #ccc;
    list-style: disc;
    padding-left: 20px;
}

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


/* */
.heading-container {
    text-align: center;
    padding: 30px 0;
    background: #f6f6f6;
    color: #333;
    margin-bottom: 30px;
}

.heading-container h1 {
    margin-top: 0;
}

.heading-container a {
    color: #333;
    transition: 0.3s;
}

.heading-container a:hover {
    color: #333;
    text-decoration: none;
    color: #ff4136;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb > li + li::before {
    color: #666;
}

.main-menu {
    padding-right: 80px;
    position: relative;
    height: 60px;
    padding-left: 60px;
}

.search-form {
    position: absolute;
    right: 50px;
    top:0;
    height: 60px;
}

.search-form form {
    display: inline-block;
    width: 0;
    opacity: 0;
    overflow: hidden;
    height: 60px;
    transition: 0.5s;
    text-align: right;

    position: relative;
    padding-right: 0;
    padding-top: 10px;
}

.search-expanded .search-form form {
    padding-right: 40px;
    width: 400px;
    opacity: 1;
}

.search-expanded .mm-container {
    display: none;
}

.search-expanded .search-form-show .fa-search {
    display: none;
}

.search-form-show .fa-times {
    display: none;
}

.search-expanded .search-form-show .fa-times {
    display: inline-block;
}

.search-form-show {
    vertical-align: top;
    display: inline-block;
    line-height: 60px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

.search-form-show:hover {
    text-decoration: none;
}

.search-form-show > .fas {
    margin-right: 0;
    font-size: 20px;
    transition: 0.3s;
    color: #666;
}

.search-form-show:hover > .fas {
    color: #ff4136;
}

.sticky_column {
    padding-top: 30px;
}

.sticky_column>*:first-child {
    margin-top: 0 !important;
}

.good-url {
    margin-top: -30px;
    position: relative;
}

label {
    font-weight: 500;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}
:placeholder { /* Firefox 18- */
  font-style: italic;
}

.full-width {
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;
}


.ui-widget.ui-widget-content {
    border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 0;
}

.site-menu {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 60px;
}

.site-menu-link {
    display: inline-block;
    line-height: 60px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

.site-menu-link > .fas {
    margin-right: 0;
    font-size: 20px;
    transition: 0.3s;
    color: #666;
}

.site-menu-link:hover > .fas {
    color: #ff4136;
}

.site-menu-block {
    display: block;
    position: absolute;
    left: -999999px;
    top: 60px;
    background: #fff;
    z-index: 1;
    margin: 0;
    padding: 10px 5px 20px 10px;
    min-width: 200px;
    min-height: 30px;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.1s;
    overflow: hidden;
}

.site-menu:hover .site-menu-block,
.site-menu.expanded .site-menu-block {
    display: block;
    opacity: 1;
    left: 0;
    overflow: auto;
    z-index: 100;
    box-shadow: 0 20px 20px rgba(0,0,0,0.1);
}

/*.expanded .menu-opener {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #fff;
    z-index: 200;
    position: relative;
}

.expanded > div {
    border: 1px solid #eee;
}*/

.top-float .fas {
    color: #666;
}
.top-float a {
    color: #333;
}

.top-float a:hover .fas,
.top-float a:hover {
    color: #ff4136;
    text-decoration: none;
}

.good-url-images > a > img:nth-child(2) {
    display: none !important;
}

.mobile-fixed {
    display: none;
}

.center-content {
  height: 100%;
  position: relative;
}

.center-content > div {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.close-parent {
    margin-right: 0;
    font-size: 20px;
    transition: 0.3s;
    color: #666;
    display: inline-block;
    cursor: pointer;
}

/* RESPONSIVE */
/* xs */
@media (max-width: 767px) {
    
    .slick-slider {
        display: none !important;
    }
    
    .page-text img {
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .categories-holder,
    .filters-holder {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        padding: 10px 15px;
        overflow: auto;
        display: none;
    }

    .categories-holder > ul,
    .filters-holder form {
        padding-bottom: 60px;
    }

    .categories-holder.expanded,
    .filters-holder.expanded {
        display: block;
    }

    .mobile-fixed {
        position: fixed;
        display: block;
        z-index: 100;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .mobile-fixed a {
        width: 50%;
    }

    .categories-list-holder {
        margin-top: 0;
    }

    .header {
        margin-bottom: 10px;
    }

    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    .wrap {
        min-height: 0;
        height: auto;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .footer {
        height: auto;
        padding-bottom: 20px;
    }

    .catefories-list-opener {
        display: inline-block;
    }

    .store-index .categories-list {
        display: block;
    }
    .store-index .catefories-list-opener {
        display: none;
    }

    .logo__title {
        display: inline-block;
    }

    .logo__title:hover, .logo__title:focus {
        text-decoration: none;
        color: #000;
    }

    .show-mobile-menu {
        display: inline-block;
    }

    .top-line,
    .bottom-line .head-nav {
        display: none !important;
    }

    .header__call-btn {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .basket-opener {
        left: -40px;
        width: 40px;
        margin-top: -40px;
    }

    .basket-opener__cart__count {
        line-height: 35px;
    }

    .basket-opener__text {
        display: none;
    }

    .basket-float {
        height: 80%;
        top: 10%;
    }

    .basket-float.x-expanded {
        width: 100%;
    }

    .basket-order-item {
        padding-left: 30px;
        position: relative;
    }

    .basket-order-item-image {
        display: none !important;
    }

    .basket-order-item-delete {
        position: absolute;
        left: 0;
        bottom: 0;
        bottom: 14px;
        width: 20px;
        height: 20px;
    }

    .basket-order-item-name {
        display: block !important;
        width: auto;
        margin-left: -30px;
        text-align: center;
        margin-bottom: 2px;
    }

    .basket-order-item-price {
        width: auto;
        line-height: 36px;
        display: block !important;
        padding-right: 110px;
        text-align: center;
    }

    .basket-order-item-price > div {
        display: inline-block;
        margin-left: 10px;
    }

    .basket-order-item-count {
        position: absolute;
        right: 10px;
        bottom: 5px;
        width: 100px;
        height: 36px;
    }

/*    .quantity {
        width: 100px;
    }

    .quantity input[type="number"] {
        position: absolute;
        left: 25px;
    }

    .quantity .quantity-inc,
    .quantity .quantity-dec {
        width: 23px;
        height: 36px;
    }

    .quantity .quantity-dec {
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
    }

    .quantity .quantity-inc .fas, .quantity .quantity-dec .fas {
        margin: 0;
        line-height: 36px;
    }*/

    .total-price, .total-price-value {
        display: inline-block;
        line-height: 36px;
        vertical-align: top;
    }

    .good-buy-area .buttons {
        float: none;
        display: block;
        text-align: left;
        margin: 10px 0 20px;
    }

    .good-buy-area .buy-one-click {
        margin-left: 0;
    }

    .goot-url__related .category-good,
    .category-good {
        display: block;
        margin: 0 0 30px;
        width: 100%;
        height: 220px;
    }

    .category-good a {
        height: 220px;
        padding: 10px 0;
    }
    .category-good-img {
        width: auto;
        height: 200px;
    }
    .category-good-name {
        position: absolute;
        bottom: 35px;
        background: rgba(255,255,255,0.7);
        max-height: none;
        margin: 0;
        padding: 0 10px;
        width: 100%;
        line-height: 28px;
        font-size: 20px;
    }
    .category-good-price {
        position: absolute;
        bottom: 10px;
        background: rgba(255,255,255,0.7);
        margin: 0;
        padding: 0 10px;
        width: 100%;
        line-height: 25px;
        min-height: 25px;
    }

    .middle-line {
        text-align: center;
    }

    .mm-container {
        display: none;
    }

    .search-expanded .search-form form {
        width: 100%;
        display: block;
    }

    .search-expanded .search-form-show {
        position: absolute;
        background: #fff;
        z-index: 10;
        top:0;
        right:-50px;
    }

    .good-url-images > a {
        display: inline-block;
        width: 24%;
        margin-right: 0.9%;
    }

    .good-url-images > a:first-of-type {
        display: block;
        width: 100%;
        text-align: center;
    }

    .good-url-images > a > img:first-child {
        display: none !important;
    }

    .good-url-images > a > img:nth-child(2) {
        display: inline-block !important;
    }
    
    .good-url-images > a:first-of-type > img:first-child {
        display: inline-block !important;
        max-height: 400px;
    }
    
    .good-url-images > a:first-of-type > img:nth-child(2) {
        display: none !important;
    }

    .site-menu-block a,
    .user-menu-block a {
        font-size: 20px;
        margin-bottom: 3px;
        padding: 5px 10px;
    }

    .filters-slide-up-down {
        display: none;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .categories-list-holder {
        margin-top: 0;
    }

    .header {
        margin-bottom: 10px;
    }

    .catefories-list-opener {
        display: inline-block;
    }

    .categories-list {
        display: none;
    }

/*    a.logo {
        position: relative;
        width: 45%;
        text-align: right;
        display: inline-block;
        vertical-align: top;
    }*/

    .logo__title {
        display: inline-block;
    }

    .show-mobile-menu {
        display: inline-block;
    }

    .top-line,
    .bottom-line .head-nav {
        display: none !important;
    }


    .search-form {
        width: 80%;
    }

    .search-form__text {
        width: 80%;
    }

    .header__call-btn {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .basked-total-area {
        text-align: center;
    }

    .middle-line {
        text-align: center;
    }

    .mm-container {
        display: none;
    }

    .search-expanded .search-form form {
        width: 100%;
        display: block;
    }

    .search-expanded .search-form-show {
        position: absolute;
        background: #fff;
        z-index: 10;
    }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* lg */
@media (min-width: 1200px) {

}

.fast-order .btn {
    padding: 0 12px;
    line-height: 32px;
}

.fast-order .row > * {
    padding: 0;
}

#formcheckoutoneclick-phone {
    display: block;
    width: 100%;
}

.slick-fw a>img {
    width: 100%;
    height: auto;
}

.filters-slide-up-down {
    margin-bottom: 10px;
}

.prices-dd {
    position: relative;
}

.prices-drop-down-opener {
    position: relative;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    line-height: 30px;
}

.prices-drop-down-opener:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    position: absolute;
    right: 0;
    top: 4px;
    color: #666;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 19px;
    transition: 0.3s;
    transform: rotate(90deg);
    font-size: 20px;
}

.opened .prices-drop-down-opener {
    z-index: 2;
}

.opened .prices-drop-down-opener:after  {
    transform: rotate(270deg);
}

.prices-drop-down {
    display: none;
}

.opened .prices-drop-down {
    display: block;
    padding: 3px;
    overflow: auto;
    max-height: 250px;
    width: 100%;
    position: absolute;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    z-index: 1;
}

.good-url__materials a,
.material-view .pathes a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 5px;
    color: #333;
    background: #FFF;
    transition: all 0.3s;
    font-weight: 600;
}

.good-url__materials a:hover,
.material-view .pathes a:hover {
    color: #ff4136;
    background: #f5f5f5;
    text-decoration: none;
}

.material-view .material-images a {
    display: inline-block;
    width: 200px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #333;
    background: #FFF;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
}

.material-view .material-images a img {
    width: auto;
    height: 200px;
    display: block;
}

.material-view .material-images a div {

}

.material-view .material-images a:hover {
    color: #ff4136;
    background: #f5f5f5;
    text-decoration: none;
}

.bage-free-shipping {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 5px;
    background-image: url('/img/free-delivery.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 106px;
    height: 85px;
    text-indent: -2000px;
    overflow: hidden;
}

/*.bage-action {
    position: absolute;
    left: 120px;
    top: 30px;
    color: #fff;
    background: #ff9900;
    padding: 2px 10px;
    opacity: 0.75;
    z-index: 1;
}*/

.category-good-img .bage-free-shipping {
    top: 0;
    left: 10px;
    height: 50px;
}

.category-good-img .bage-action {
    top: 0;
    left: 120px;
}

.bage-action {
    position: absolute;
    left: 120px;
    top: 5px;
    z-index: 1;
    background-image: url('/img/sale.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 69px;
    text-indent: -2000px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .category-good-img .bage-free-shipping {
        top: auto;
        left: 0;
        bottom: 0;
    }

    .category-good-img .bage-action {
        left: auto;
        right: 5px;
        /*top: 0;*/
        top: -10px;
    }
}


.developer-block {
    position: relative;
    margin-bottom: 30px;
}

.developer-block a {
    display: block;
    width: 100%;
    color: #333;
    padding: 10px;
    transition: 0.3s;
}

.developer-logo {
    width: 100%;
    height: 100px;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.developer-title {
    width: 100%;
    height: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding-top: 30px;
}

.developer-block a:hover,
.developer-block a:active {
    text-decoration: none;
    box-shadow: 5px 5px 10px 4px rgba(0,0,0,0.15);
}

.page-text h1:first-of-type,
.page-text h2:first-of-type,
.page-text p:first-of-type  {
    margin-top: 0;
    padding-top: 0;
}

.page-text img {
    max-width: 100%;
    height: auto;
    width: auto;
}

@media (min-width: 1200px) {
    .page-text img {
        max-height: 700px;
    }
}

.article-block {
    position: relative;
    min-height: 260px;
    padding-left: 270px;
    max-width: 970px;
    margin-top: 20px;
}

.article-image-thumb-blured {
    background-size: cover;
    width: 230px;
    height: 230px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.5;
}

.article-image-thumb-href {
    width: 230px;
    height: 230px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;   
}

.article-image-thumb-href img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    outline: 2px solid #fff;
}

@media (max-width: 767px) {
    .article-block {
        min-height: 260px;
        padding-left: 0;
    }
    
    .article-image-thumb-blured {
        display: none;
    }

    .article-image-thumb-href {
        width: auto;
        height: 230px;
        display: block;
        position: relative;
        left: 0;
        top: 0;
    }
    
    .one-news-img {
        max-height: 350px !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 auto 20px !important;
    }
    
}

.brand-url-image {
    margin-bottom: 20px;
    text-align: center;
}

.social-icons a {
    margin-right: 20px;
}

.header-main {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header-main {
        display: block;
    }
}

.lang-selector {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}


.page-text img.category-image {
    float: left;
    margin-right: 20px;
    max-width: 200px;
}

.banner-btn {
    position: absolute;
    transition: 0.5s;
}

.banner-btn:hover {
    transform: scale(1.1);
}