body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    cursor: default;
    font-weight: 400;
    overflow-y: scroll !important;
}

body.modal-open,
.modal-open .modal {
    padding-right: 0px !important;
}

/*Reset*/

textarea,
input {
    font-family: 'Open Sans', Arial, sans-serif;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button,
a {
    outline: none !important;
}

a {
    color: #fe6204;
    transition: all .2s ease;
}

a:hover {
    color: #fe6204;
}

::selection {
    background: #000; /* Safari */
    color: #fff;
}

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

iframe {
    max-width: 100%;
}

/*h*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

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

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

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

h4, .h4 {
    font-size: 24px;
}

#content p {
    margin-bottom: 1rem;
}

#content > h1:first-child,
#content > h2:first-child,
#content > h3:first-child,
#content > h4:first-child {
    margin-top: 0 !important
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #888;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix {
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.skroll_top a {
    color: #fff;
    background: #fe6204;
    font-size: 36px;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

.skroll_top a i {
    position: relative;
    top: -6%;
    width: 100%;
}

/*END_Skroll_Top*/

/*ColBack*/
.container-circle {
    position: fixed;
    bottom: 0px;
    right: 60px;
    z-index: 99;
}

@-webkit-keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@keyframes spinfon {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #A99D90;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes spintell {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.circle {
    animation: spinfon 1.4s infinite linear;
    -moz-animation: spinfon 1.4s infinite ease-in-out;
    -webkit-animation: spinfon 1.4s infinite linear;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    width: 50px;
    box-shadow: 0 0 8px 35px #02c26f;
}

.circleout {
    animation: spintell 2s infinite linear;
    -webkit-animation: spintell 2s infinite linear;
    -moz-animation: spintell 2s infinite linear;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -52px;
    width: 55px;
    cursor: pointer;
    background-color: #02c26f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.circleout:hover {
    animation: spintell 0.5s infinite linear;
    -webkit-animation: spintell 0.5s infinite linear;
    -moz-animation: spintell 0.5s infinite linear;
}

/*END_ColBack*/

/*Owl_Carousel*/
.owl-carousel .owl-nav > button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.owl-carousel .owl-nav > button i {
    font-size: 30px;
    opacity: 0.5;
    color: #000;
    transition: all .2s ease;
}

.owl-carousel .owl-nav > button:hover i {
    opacity: 1;
    transition: all .2s ease;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}

.owl-dots button {
    margin: 0px 5px;
}

.owl-dots button span {
    width: 14px;
    height: 14px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: all .2s ease;
}

.owl-dots button:hover span {
    background: #000;
}

.owl-dots button.active span {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.3);
    background: #000;
}

/*END_Owl_Carousel*/

/*Modal*/
.form-control {
    color: #231f1f;
    font-size: 15px;
    padding: 0.8em 1em;
    height: initial;
    line-height: 1;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

input.form-control {
    border-radius: 3rem;
}

.modal .modal-header .heading {
    font-size: 24px;
    font-weight: 600;
}

.modal .modal-header {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal .modal-header .close {
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    filter: brightness(0);
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #333333;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.modal .modal-header .close img {
    width: 25px;
}

.modal-header .close {
    margin: 0px;
}


.modal .modal-body .not-poblish {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 0.6em;
}

.form-builder .btn-builder {
    width: 100%;
    font-size: 18px;
    padding: 0.8em 1em;
    text-transform: uppercase;
}

/*END_Modal*/

/*Bootstrap and Basic styles*/
.btn {
    border-radius: 0.2rem;
    padding: 1em 1em;
    line-height: 1;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: #696461;
    box-shadow: none;
}

.btn-primary.in_cart {
    background: #fe6204;
}

.btn-primary.in_cart span.text_link {
    display: none;
}

.btn-primary.in_cart svg {
    width: 25px !important;
}

.btn-primary.in_cart svg path, .btn-primary.in_cart svg circle {
    fill: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #008e4c;
    border: none;
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0px;
    z-index: 2;
}

.btn-primary svg {
    margin: auto;
}

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    box-shadow: none;
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-secondary {
    width: 100%;
    height: 56px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff !important;
    background: #fe6204;
    padding: 0px;
    border-radius: 3rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-in-out;
}

.btn-secondary .icon {
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

.btn-secondary:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 50px;
    height: 50px;
    border-radius: 3rem;
    background: #fff;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.btn-secondary:hover:before {
    height: 50px;
    width: calc(100% - 6px);
    border-radius: 35px;
}

.btn-secondary:hover {
    color: #fe6204 !important;
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-secondary.focus, .btn-secondary:focus {
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary .text_link {
    z-index: 1;
    margin-left: 15px;
    position: relative;
}

.btn-warning {
    color: #fff !important;
    background: #333333;
    width: 310px;
    height: 50px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding: 3px;
    border-radius: 3rem !important;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-in-out;
}

.btn-warning .icon {
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

.btn-warning:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 44px;
    height: 44px;
    border-radius: 3rem;
    background: #fff;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.btn-warning:hover:before {
    height: 44px;
    width: calc(100% - 6px);
    border-radius: 35px;
}

.btn-warning:hover {
    color: #333333 !important;
    background-color: #333333;
    border-color: #333333;
}

.btn-warning.focus, .btn-warning:focus {
    background-color: #333333;
    border-color: #333333;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    background-color: #333333;
    border-color: #333333;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-warning .text_link {
    z-index: 1;
    margin-left: 20px;
}

.btn-success {
    color: #fff !important;
    background: #fe6204;
    width: 310px;
    height: 50px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding: 3px;
    border-radius: 3rem !important;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-in-out;
}

.btn-success .icon {
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

.btn-success:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 44px;
    height: 44px;
    border-radius: 3rem;
    background: #fff;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.btn-success:hover:before {
    height: 44px;
    width: calc(100% - 6px);
    border-radius: 35px;
}

.btn-success:hover {
    color: #fe6204 !important;
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-success.focus, .btn-success:focus {
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    background-color: #fe6204;
    border-color: #fe6204;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success .text_link {
    z-index: 1;
    margin-left: 20px;
}

/*Background_Color*/
.bg-grey {
    background: #f0f0f0;
}

.bg-orange {
    background: #ec6611;
}

/*END_Background_Color*/

/*Font_Text*/
.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}

/*END_Font_Text*/

/*Color_Text*/
.text-black {
    color: #333333;
}

.text-grey {
    color: #696461;
}

.text-orange {
    color: #fe6204 !important;
}

.text-red {
    color: #e83922;
}

.text-green {
    color: #008e4c;
}

/*END_Color_Text*/

/*Color_Link*/
.text-black a,
a.text-black {
    color: #333333;
}

.text-grey a,
a.text-grey {
    color: #696461;
}

.text-orange a,
a.text-orange {
    color: #fe6204;
}

.text-white a,
a.text-white {
    color: #fff;
}

.text-black a:hover,
a.text-black:hover,
.text-grey a:hover,
a.text-grey:hover,
.text-white a:hover,
a.text-white:hover {
    color: #fe6204 !important;
}

.text-orange a:hover,
a.text-orange:hover {
    color: #fff !important;
}

/*END_Color_Link*/

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-color: #dfdfdf !important;
}

hr {
    border-top: 1px solid #dfdfdf;
}

/*Dropdown_Menu*/
.dropdown .dropdown-menu {
    display: block;
    left: -9999px;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: opacity 0.2s ease;
}

.dropdown:hover > .dropdown-menu {
    left: 0;
    opacity: 1;
}

/*END_Dropdown_Menu*/


.selector-on {
    color: #696461;
    cursor: pointer;
}

.selector-off {
    color: #696461;
    cursor: pointer;
}

.switch input {
    display: none;
}

.active-selector {
    color: #696461;
}

.switch {
    width: 25px;
    height: 10px;
    position: relative;
    display: inline-block;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 10px;
    background-color: #cfcccc;
    transition: .3s;
}

.slider:before {
    content: "";
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #fe6204;
    transition: .3s;
}

input:checked + .slider:before {
    transform: translateX(11px);
}

.slider.br {
    border-radius: 34px;
}

.slider.br:before {
    border-radius: 50%;
}

.language-select {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    padding: 0px;
}

.language-select:last-child {
    margin-left: 15px;
}

.language-select:hover {
    color: #696461;
    text-decoration: none;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.langmark ul li a {
    color: #696461;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.langmark ul li a:hover,
.langmark ul li a.langmarkactive {
    color: #fe6204;
}

.langmark ul .cheked {
    background: #cfcccc;
    width: 24px;
    height: 10px;
    border-radius: 15px;
    margin: 0 8px;
}

.langmark ul li a:not(.langmarkactive):after {
    content: "";
    border-radius: 50%;
    background: #fe6204;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.langmark ul li:first-child a:after {
    left: 40px;
}

.langmark ul li:last-child a:after {
    right: 40px;
}

#top {
    padding: 8px 0px;
    background: #eeeded;
}

.info-menu ul > li:nth-child(n+2) {
    margin-left: 30px;
}

.info-menu ul > li > a {
    font-size: 15px;
    line-height: 1.3;
}

.info-menu ul > li > a:hover {
    text-decoration: none;
}

.info-menu ul > li.active > a {
    color: #fe6204;
}

header {
    padding: 10px 0px;
}

#search {
    max-width: 600px !important;
    position: relative;
}

.search__input {
    height: 50px;
    border-radius: 3rem !important;
    background: #fff;
    border-color: #eeeded;
    padding: 0px 25px;
}

.search__button {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    padding: 0px;
    width: 46px;
    height: 46px;
    background: #fe6204;
    border-radius: 50%;
    z-index: 9;
}

.search__input:focus {
    border-color: #696461;
    box-shadow: none;
    background-color: #fff;
}

.dropdown.drop_phone .dropdown-menu {
    top: -5px;
    border-radius: 0px;
    z-index: 100;
    padding: 33px 15px 10px 10px;
    font-size: 22px;
    line-height: 1.5;
    white-space: nowrap;
}

.drop_phone:hover .dropdown-menu {
    left: -10px;
}

.drop_phone .drop__phone-first .icon_header svg:nth-child(2) {
    display: none;
    transition: all 0.2s ease;
}

.drop_phone .drop__phone-first .icon_header svg:nth-child(1) {
    margin-right: 10px;
}

.drop_phone:hover .drop__phone-first .icon_header svg:nth-child(1) {
    display: none;
}

.drop_phone:hover .drop__phone-first .icon_header svg:nth-child(2) {
    display: inline-block;
    margin-right: 8px;
}

.drop__phone-title {
    margin-right: 5px;
}

.drop_phone > a {
    font-size: 22px;
    line-height: 1;
    z-index: 101;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop_phone > a:hover, .phone_header > a:hover {
    text-decoration: none;
}

.phone_header > a > svg path,
.drop_phone > a > .icon_header > svg > path {
    transition: all 0.2s ease-in-out;
}

.phone_header > a:hover > svg path,
.drop_phone > a:hover > .icon_header > svg > path {
    fill: #fe6204;
}

.phone_header a svg {
    margin-right: 8px;
}

.phone_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #696461;
}

.email_header a, .time_header {
    font-size: 16px;
    line-height: 1.3;
}

.email_header a:hover {
    text-decoration: none;
}

.email_header a:hover > svg path {
    fill: #fe6204;
}

.email_header svg, .time_header svg {
    margin-right: 10px;
}

.email_header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fe6204;
    background: #fe6204;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    border-radius: 50%;
    padding: 0px;
    transition: all 0.2s ease;
    z-index: 3;
    position: relative;
}

.quantity-card {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #3b3633;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}

#cart:hover .cart__button {
    background: #cf4b1f;
}

.text_items_card {
    background: #eeeded;
    border-radius: 3rem;
    padding: 0px 50px 0px 30px;
    margin-right: -35px;
    height: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

.text_items_card:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    background: #fe6204;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.text_items_card span {
    position: relative;
    z-index: 3;
    white-space: nowrap;
}

#cart:hover .text_items_card:after {
    width: 100%;
}

#cart:hover .text_items_card {
    color: #fff;
}

.small-cart-text {
    font-size: 14px;
    line-height: 1.2;
}

.line_menu {
    background: #fe6204;
    z-index: 99;
    position: relative;
}

.btn_catalog {
    font-size: 18px;
    line-height: 1.4;
    width: 280px;
    height: 50px;
    background: #3b3633;
    color: #fff;
    border-radius: 3rem;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn_catalog:hover {
    color: #3b3633;
}

.btn_catalog .btn_catalog_inner svg path {
    transition: all 0.3s ease-in-out;
}

.btn_catalog:hover .btn_catalog_inner svg path {
    fill: #3b3633;
}

.button_show_menu.active-button .btn_catalog {
    color: #3b3633;
}

.button_show_menu.active-button .btn_catalog .btn_catalog_inner svg path {
    fill: #3b3633;
}

.btn_catalog:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 44px;
    height: 44px;
    border-radius: 3rem;
    background: #fff;
    transition: all 0.2s ease-in-out;
    z-index: 1;

}

.btn_catalog:hover:before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    width: calc(100% - 6px);
    border-radius: 3rem;
}

.button_show_menu.active-button .btn_catalog:before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    width: calc(100% - 6px);
    border-radius: 3rem;
}

.btn_catalog_inner {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.catalog_icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 20px;
}

.btn_catalog .btn_catalog_text {
    display: flex;
    width: 100%;
    align-items: center;
}

.btn_catalog .btn_catalog_text svg {
    margin-left: auto;
    margin-right: 15px;

}

.header-menu {
    position: absolute;
    top: 53px;
    left: -9999px;
    /*left: 15px;*/
    /*opacity: 1;*/
    z-index: 99;
    padding: 3px 0px 0px;
    opacity: 0;
}

.header-menu.active-menu {
    left: 15px;
    opacity: 1;
}

#topmenu {
    background: #fff;
    /*height: 500px;*/
    width: 350px;
    align-items: flex-start;
}

body.hidden {
    overflow-y: hidden !important;
}

#topmenu > ul {
    height: 100%;
    position: relative;
    background: #fafafa;
}

#topmenu > ul > li {
    position: initial;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#topmenu > ul > li > a {
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

#topmenu > ul > li:hover > a span, #topmenu > ul > li.active > a span {
    color: #fe6204 !important;
}

#topmenu > ul > li > a:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    background: #eeeded;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

#topmenu > ul > li.active > a:after {
    width: 100%;
}

#topmenu > ul > li > a .nav-item__link {
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

#topmenu > ul > li:hover > a:after {
    width: 100%;
}

#topmenu > ul > li:hover > a {
    text-decoration: none;
}

#topmenu > ul > li > a > i {
    position: relative;
    z-index: 2;
    color: #333333;
}

#topmenu ul > li > .dropdown-menu ul > li {
    padding: 0px 10px;
    max-width: 25%;
    flex: 0 0 25%;
}

#topmenu ul > li > .dropdown-menu ul > li a {
    padding: 0px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    color: #333333;
    position: relative;
    transition: all ease .2s;
    top: 0px;
    font-size: 17px;
    line-height: 1.3;
    /*text-align: center;*/
}

#topmenu ul > li > .dropdown-menu ul > li > a:hover, #topmenu ul > li > .dropdown-menu ul > li.active > a {
    /*box-shadow: -3px 5px 14px rgb(4 4 5 / 15%);*/
    color: #fe6204;
    text-decoration: none;
}


#topmenu > ul > li.dropdown > .dropdown-menu {
    position: absolute;
    border-radius: 0 0 4px 0;
    border-color: #f2f1f7;
    min-height: 100%;
    top: 0px;
    padding: 15px 10px;
    transition: opacity 0s ease;
    border: none;
}

#topmenu.hover > li.open > .dropdown-menu, #topmenu li.dropdown:hover .dropdown-menu {
    left: calc(100% - 1px);
    opacity: 1;
}

.feature-category__item {
    border-radius: 5px;
    padding: 10px 15px;
    transition: all 0.2s ease-in-out;
    background:#fe6204;
    margin-right: 20px;
    margin-bottom: 20px;
}

.feature-category__row {
    margin-bottom: 10px;
}

.feature-category__item-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.feature-category__item:hover {
    background:#cf4b1f;
    text-decoration: none;
}


/*.button_show_menu:hover .header-menu{*/
/*    left: 0px;*/
/*}*/

.mask {
    position: fixed;
    left: -9999px;
    right: initial;
    opacity: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
    background: rgba(22, 22, 22, 0.3);
    transition: opacity 0.2s ease;
}

.mask:hover {
    cursor: pointer;
}

.active-mask {
    opacity: 1;
    left: 0;
    right: 0;
}

.list_custom_category li {
    /*flex-basis: 0;*/
    /*-ms-flex-positive: 1;*/
    /*flex-grow: 1;*/
    position: relative;
    flex-grow: 1;
}

.list_custom_category li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    height: 100%;
}

.list_custom_category li:last-child:after {
    display: none;
}

.list_custom_category li > a {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    padding: 18px 5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_custom_category li > a:hover {
    text-decoration: none;
}

.list_custom_category li a:hover {
    background: #cf4b1f;
}

.list_custom_category li.active a {
    background: #cf4b1f;
}

.call_me_button {
    font-size: 15px;
    line-height: 1.5;
    color: #fe6204;
    margin-top: -2px;
    border-bottom: 1px dashed #fe6204;
}

.call_me_button:hover {
    color: #333333;
    border-bottom-color: #333333;
}

.col_banner aside {
    position: initial;
}

#form-builder-46 {
    position: absolute;
    bottom: 20px;
    right: 35px;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    width: 430px;
    border-radius: 5px;
    box-shadow: 0 0 6px 2px rgba(4, 4, 5, 0.15);
}


#form-builder-46 h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0px;
    color: #3b3633;
    text-align: center;
}

#form-builder-46 .pre-text {
    font-size: 14px;
    line-height: 1.3;
    color: #696461;
    text-align: center;
    padding: 5px 20px 20px;
}

#form-builder-46 h4 {
    display: none;
}

#form-builder-46 .box-content input {
    height: 50px;
    border-radius: 3rem !important;
    background: #eeeded;
    border-color: #cfcccc;
    padding: 0px 25px;
    font-size: 16px;
    line-height: 1.3;
    color: #696461;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}

/*Section_Content*/
.home-tabs__link {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #333333;
    background: #eeeded;
    border-radius: 3rem !important;
    width: 280px;
    height: 50px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-tabs__link:hover, .home-tabs__link.active {
    background-color: #fe6204 !important;
    color: #fff;
}

.home-tabs {
    margin-top: 50px;
}

.home-tabs__item:nth-child(n+2) {
    margin-left: 30px;
}

.tabs__item-image {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.2s ease-in-out;

}

.tabs__item-image img {
    filter: brightness(0.2);
    transition: all 0.2s ease-in-out;
}

.home-tabs__link:hover img, .home-tabs__link.active img {
    filter: brightness(1);
}

.home-tabs #pills-tab {
    margin-bottom: 25px;
}

/* Product Home */
.product-layout {
    margin-bottom: 30px;
}

.product-thumb {
    border-radius: 5px;
    border: 1px solid #cfcccc;
    position: relative;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.product-thumb:hover {
    box-shadow: 0 0 10px 5px rgb(4, 4, 5, .15);
}

.rating span.fa {
    width: 14px;
    height: 14px;
}

.rating i {
    font-size: 14px;
    color: #e8a11e;
    line-height: 1;
}

.product-thumb .name {
    font-size: 15px;
    line-height: 1.3;
    margin: 0px;
    height: 57px;
    overflow: hidden;
    margin-top: 10px;
}

.product-thumb .name a:hover {
    text-decoration: none;
}

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

.product-thumb .model {
    font-size: 14px;
    line-height: 1.3;
}

.product-thumb .discount {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    background: #e83922;
    padding: 3px 10px;
    border-radius: 3rem;
}

.product-thumb .button-group {
    margin-top: 20px;
}

.product-thumb .price {
    background: #eeeded;
    border-radius: 3rem;
    padding: 0px 50px 0px 20px;
    margin-right: -35px;
    height: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px !important;
}

.product-thumb .price .price-new {
    font-size: 20px;
    line-height: 1;
}

.product-thumb .price .price-new .currency {
    font-size: 14px;
    line-height: 1;
}

.product-thumb .price .price-old {
    font-size: 16px;
    line-height: 1.3;
    text-decoration: line-through;
}

.product-thumb .price .price-old .currency {
    font-size: 12px;
    line-height: 1.3;
}

.product-thumb .product-stock {
    font-size: 14px;
    color: #dc3545;
    font-weight: 500;
}

.images.grayscale,
.product-thumb .grayscale {
    filter: grayscale(1);
}

/* End Product Home */

/* Form calculate */

#form-builder-49 {
    padding: 30px 30px 25px;
    margin-top: 50px;
    background: #eeeded;
    border: 1px dashed #fe6204;
}

#form-builder-49 .box-heading {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
}

#form-builder-49 .sub_heading {
    font-size: 20px;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
}

#form-builder-49 .radio__items label {
    border-color: #cfcccc !important;
    border-radius: 5px;
    padding: 5px 5px 10px;
    background: #fff;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0px;
}

#form-builder-49 .radio__items label:hover {
    border-color: #fe6204 !important;
}

#form-builder-49 .radio__items label img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #cfcccc;
    width: 100%;
}

#form-builder-49 .radio__items label input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

#form-builder-49 .radio__items label .name {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 15px 0px;
}

#form-builder-49 .radio__items label .name:before {
    content: "";
    border: 1px solid #cfcccc;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 15px;
    background: #eeeded;
    transition: all 0.2s ease-in-out;
}

#form-builder-49 .radio__items label input:checked + .name:before {
    background: #fe6204;
    border-color: #fe6204;
}

#form-builder-49 .radio__items label:hover .name:before {
    border-color: #fe6204;
}

#form-builder-49 input {
    margin-bottom: 0px;
}

#form-builder-49 .ui-widget.ui-widget-content {
    border: none !important;
    border-radius: 3rem;
    height: 20px;
    box-shadow: 0px 0px 4px 1px rgba(4, 4, 5, 0.15);
}

#form-builder-49 .ui-slider-horizontal .ui-slider-range-min {
    border-radius: 3rem;
    background: #f3a890;
}

#form-builder-49 .ui-slider .ui-slider-handle {
    width: 40px;
    height: 40px;
    background: #fe6204;
    border-radius: 50%;
    border: none;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

#form-builder-49 .ui-slider .ui-slider-handle:focus {
    outline: none;
    border: none;
}

#form-builder-49 .block_slider {
    margin-top: 30px;
}

#calc-area-slider-value {
    height: 50px;
    border-radius: 3rem;
    border: 1px solid #cfcccc;
    text-align: center;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #696461;
}

#form-builder-49 .telephone {
    height: 50px;
    width: 370px;
    border-radius: 3rem;
    border: 1px solid #cfcccc;
    font-size: 16px;
    line-height: 1.3;
    color: #696461;
    margin-top: 65px;
    padding: 15px 30px;
    margin-bottom: 20px;
}

#form-builder-49 .not-poblish {
    width: 65%;
    font-size: 15px;
    line-height: 1.3;
}

.end_text_form {
    margin-top: 30px;
}

.form_info_blocks {
    margin-top: 40px;
    margin-bottom: 50px;
}

.info-item {
    background: #eeeded;
    border-radius: 3rem;
    padding: 5px 20px 5px 5px;
}

.info-item__icon {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.info-item__inner-text {
    margin-left: 20px;
}

.info-item__title {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.info-item__text {
    font-size: 15px;
    line-height: 1.3;
}

/* End Form calculate */

.main-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}

h1.main-title {
    margin-top: 0px;
}

.main-title.no-home {
    margin-bottom: 20px;
}

.owl-carousel .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

#products-carousel-viewed.owl-carousel .owl-nav .owl-next,
#recommend-products.owl-carousel .owl-nav .owl-next,
#products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
#recommend-products.owl-carousel .owl-nav .owl-prev {
    background: #fe6204;
    opacity: 0.5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    transition: all 0.2s ease-in-out;
}

#products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
#recommend-products.owl-carousel .owl-nav .owl-prev {
    left: -25px;
}

#products-carousel-viewed.owl-carousel .owl-nav .owl-next,
#recommend-products.owl-carousel .owl-nav .owl-next {
    right: -25px;
}

#products-carousel-viewed.owl-carousel .owl-nav .owl-next:hover,
#products-carousel-viewed.owl-carousel .owl-nav .owl-prev:hover,
#recommend-products.owl-carousel .owl-nav .owl-next:hover,
#recommend-products.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.recently-viewed {
    margin-bottom: 60px;
    margin-top: 3rem;
}

.description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px;
    overflow-y: scroll;
    max-height: 600px;
    padding-right: 15px;
}

.description::-webkit-scrollbar-track {
    color: rgb(0, 0, 0, .30);
    background: rgb(0, 0, 0, .30);
}

.description::-webkit-scrollbar-thumb {
    background: #fe6204;
    border-radius: 4px;
}

.description::-webkit-scrollbar {
    width: 6px;
}


/* Footer */

footer {
    background: #3b3633;
    padding-top: 20px;
    margin-top: 3rem;

}

body[class^="information-information"] footer {
    margin-top: 50px;
}

footer hr {
    opacity: 0.2;
}

.title_card {
    margin-top: 15px;
}

.title_card span {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    display: block;
}

.title_footer_blocks {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.title_footer_blocks:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fe6204;
    bottom: -10px;
    left: 0px;
}

.list_info_page li {
    position: relative;
    padding-left: 20px;
}

.list_info_page li:before {
    content: url(/catalog/view/theme/default/image/chevron-right-solid.svg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0px;
    font-size: 15px;
    line-height: 1;
    color: #fe6204;
    display: block;
    width: 8px;
}

.list_info_page li a {
    font-size: 15px;
    line-height: 1.9;
}

.list_info_page li a:hover {
    text-decoration: none;
    color: #fe6204 !important;
}

.wrapper_contacts_info img {
    width: 18px;
    margin-right: 5px;
    margin-top: 5px;
}

.wrapper_contacts_info span, .wrapper_contacts_info a {
    font-size: 15px;
    line-height: 1.9;
}

.wrapper_contacts_info a:hover {
    text-decoration: none;
}

.footer-socials {
    margin-top: 10px;
}

.footer-socials a {
    font-size: 24px;
    color: #fff;
    margin-right: 25px;
}

.footer-socials a:hover {
    color: #fe6204;
}

.copyright {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
}

.copyright a:hover {
    text-decoration: none;
}

.call_me {
    font-size: 14px;
    line-height: 1.5;
    width: max-content;
    border-bottom: 1px dotted #fe6204;
    color: #fe6204;
    padding: 0px;
}

.call_me:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.phone_footer img {
    width: 18px;
    height: 18px;
}

.wrapper_phones .phone {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -1px;
    white-space: nowrap;
}

.code_phone {
    font-size: 18px;
    line-height: 1.3;
    margin-right: 6px;
}

.wrapper_contacts_info {
    display: flex;
    align-items: flex-start;
}

.footer_link_information a:first-child {
    margin-right: 30px;
}

.footer_link_information a {
    font-size: 13px;
    line-height: 1.3;
}

.footer_link_information a:hover {
    text-decoration: none;
}

/* End Footer */

/* Info Page*/
.wrapper-icon img {
    max-width: 40px;
    width: 40px;
    margin-right: 25px;
}

.custom-sidebar {
    margin-left: auto;
}

body[class^="newsblog"] .custom-sidebar {
    margin-top: 5px;
}

.custom-sidebar.fixed-contact {
    position: fixed;
    top: 10px;
    z-index: 99;
    margin-top: 0px;
}

.sidebar-title {
    font-size: 21px;
    font-weight: 500;
    display: block;
}

.sidebar-title-sub {
    font-size: 15px;
    color: #2e2e2e;
    padding-right: 50px;
    display: block;
}

.wrapper-icon {
    max-width: 40px;
    margin-right: 25px;
}

.sidebar-block {
    border: 1px solid #fe6204;
    padding: 15px;
    margin-top: 24px;
    border-radius: 3px;
}

.sidebar-block span, .sidebar-block a {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #333333;
    word-break: break-word;
}

.sidebar-block .phone a {
    font-size: 18px;
    line-height: 1.3;
}

.sidebar-block a:hover {
    text-decoration: none;
}

.sidebar-block a:hover {
    color: #fe6204;
}

.sidebar-button {
    margin-top: 30px;
    padding: 20px;
}

.contact-social a {
    display: inline-flex;
    border: 1px solid #333333;
    color: #333333;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 0.9em;
    font-size: 19px;
    text-decoration: none;
}

.contact-social a:hover {
    color: #fff;
    background: #fe6204;
    border-color: #fe6204;
}

/* Info Page*/

/* Contact */
.information-contact .row-cont {
    margin-bottom: 1.5rem;
}

.information-contact .row-cont .title {
    font-size: 20px;
    margin-bottom: 0.4em;
}

.information-contact .row-cont .text a, .information-contact .row-cont .text {
    font-size: 18px;
}

.information-contact .row-cont .text a:hover {
    text-decoration: none;
}

.contact-social a {
    display: inline-flex;
    border: 1px solid #5b5b5b;
    color: #5b5b5b;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 0.9em;
    font-size: 19px;
    text-decoration: none;
}

.contact-social a:hover {
    color: #fff;
    background: #fe6204;
    border-color: #fe6204;
}

.contact_map {
    margin-bottom: 50px;
}

/* End Contact */

/* Categories */
body[class^="product-category"] aside#column-left,
body[class^="product-search"] aside#column-left {
    flex: 0 0 21%;
}

.sort-limit {
    margin-bottom: 10px;
}

.sort_title {
    font-size: 15px;
    line-height: 1.3;
}

.sort a {
    font-size: 15px;
    line-height: 1.3;
    border-bottom: 1px dashed #696461;
    margin-left: 30px;
}

.sort a:hover {
    text-decoration: none;
    border-bottom-color: #fe6204;
}

.sort a.active {
    color: #fe6204;
    border-bottom: none;
}

.limit label {
    font-size: 15px;
    line-height: 1.3;
    margin-right: 10px;
}

#input-limit {
    border-radius: 3rem;
    background: #eeeded;
    font-size: 15px;
    line-height: 1.3;
}

.pagination {
    margin-top: 30px;
}

.pagination .page-item .page-link {
    border-radius: 3px !important;
}

.pagination .page-item {
    margin-left: 15px;
}

.pagination .page-item:first-child {
    margin-left: 0px;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fe6204;
    border-color: #fe6204;
}

.pagination .page-link {
    color: #fe6204;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #fe6204;
    border-color: #fe6204;
}

.pagination .page-link:focus {
    box-shadow: none;
}

#category-filter .ocf-content {
    border-radius: 5px;
    border: 1px solid #cfcccc;
    padding: 12px;
}

#category-filter .ocf-header {
    display: none !important;
}

#category-filter .ocf-filter-name {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-transform: initial;
}

#category-filter .ocf-input-group-addon {
    font-size: 15px;
    color: #707072;
    text-align: center;
    background-color: #eeeded;
    border-radius: 0px;
    width: 36px;
    height: 36px;
}

#category-filter .ocf-input-group-addon:last-child {
    border-radius: 0px 6px 6px 0px;
}

#category-filter .ocf-input-group .ocf-form-control {
    height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #707072;
}

#category-filter .ocf-input-group .ocf-form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #fe6204 !important;
}

#category-filter .ocf-noUi-connect:before, #category-filter .ocf-noUi-handle {
    background-color: #fe6204;
}

#category-filter .ocf-noUi-active {
    box-shadow: none;
}

#category-filter .ocf-noUi-connects:before, #category-filter .ocf-noUi-connects:after,
#category-filter .ocf-noUi-base:before {
    background-color: #F0F0F0;
}

#category-filter .ocf-noUi-marker {
    background: #EAEAEA;
    width: 1px;
    height: 10px;
    margin-top: 0px;
}

#category-filter .ocf-noUi-value {
    font-size: 11px;
    color: #9B9491;
}

#category-filter .ocf-theme-light .ocf-filter {
    margin-bottom: 12px;
}

#category-filter .ocf-noUi-pips {
    height: 35px;
}

#category-filter .ocf-filter-list .ocf-filter:nth-child(n+2) {
    padding-top: 12px;
    border-top: 1px solid #EAEAEA;
}

#category-filter .ocf-value-input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 4px;
}

#category-filter .ocf-value-input-checkbox::before {
    border-radius: 4px;
    background: #F0F0F0;
    border: 1px solid #EAEAEA;
    box-shadow: none !important;
}

#category-filter .ocf-value:hover .ocf-value-input-checkbox::before,
#category-filter .ocf-selected .ocf-value-input-checkbox::before {
    background: #fe6204;
    border-color: #fe6204;
}

#category-filter .ocf-value:hover .ocf-value-input-checkbox::after,
#category-filter .ocf-selected .ocf-value-input-checkbox::after {
    background-size: 12px;
    /*top: 1px;*/
    /*left: 1px;*/
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.59502 9.13831C4.48047 9.25354 4.32419 9.31782 4.16185 9.31782C3.99951 9.31782 3.84322 9.25354 3.72868 9.13831L0.269259 5.67834C-0.089753 5.31932 -0.089753 4.73716 0.269259 4.37882L0.702429 3.94554C1.06155 3.58653 1.64304 3.58653 2.00205 3.94554L4.16185 6.10545L9.99792 0.269259C10.357 -0.089753 10.9391 -0.089753 11.2975 0.269259L11.7307 0.702542C12.0897 1.06155 12.0897 1.6436 11.7307 2.00205L4.59502 9.13831Z' fill='white'/%3E%3C/svg%3E%0A");
}

#category-filter .ocf-value-name {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

#category-filter .ocf-theme-light .ocf-value-count {
    background-color: transparent;
    border-radius: 0px;
    color: rgba(51, 51, 51, 0.4);
    font-size: 13px;
}

#category-filter .ocf-value {
    margin-bottom: 9px;
}

#category-filter .ocf-selected-card {
    padding: 0px;
    margin-bottom: 20px;
    box-shadow: none;
}

#category-filter .ocf-footer {
    display: none;
}

#category-filter .ocf-selected-header {
    font-size: 17px;
    font-weight: 400;
}

#category-filter .ocf-between button {
    padding: 0px;
    margin-left: auto;
}

#category-filter .ocf-between button:nth-child(2) {
    display: none;
}

#category-filter .ocf-selected-filter {
    background-color: #f9f9f9;
}

#category-filter .ocf-selected-filter-name {
    color: #9B9491;
}

#category-filter .ocf-theme-light .ocf-search-btn-static,
#category-filter .ocf-theme-light .ocf-search-btn-popover,
#category-filter .ocf-theme-light .ocf-search-btn-static.ocf-disabled,
#category-filter .ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
    background-color: #fe6204;
    color: #fff;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 16px;

}

#category-filter .ocf-theme-light .ocf-search-btn-static:hover,
#category-filter .ocf-theme-light .ocf-search-btn-popover:hover {
    background-color: #cf4b1f;
}

.ocf-description-top {
    display: none !important;
}

/* End Categories */


/* Product */
.prod_info hr {
    margin: 0.2rem 0px 1rem;
}

.prod_info .model {
    font-size: 15px;
    line-height: 1.3;
    background: #fadcd3;
    padding: 5px 15px;
    border-radius: 3rem;
    width: max-content;
}

.prod_info .rating a {
    font-size: 14px;
    line-height: 1.3;
    color: #fe6204;
}

.prod_info .rating a:hover {
    color: #333333;
    text-decoration: none;
}

.prod_info .rating .rating_link {
    margin-left: 10px;
}

.stock .in_stock {
    font-size: 15px;
    line-height: 1.3;
    padding: 7px 15px;
    background: rgba(0, 142, 76, 0.1);
    border-radius: 3rem;
}

.stock .in_stock svg {
    margin-right: 10px;
}

.product__price {
    margin-top: 25px;
}

.product__price .new-price {
    font-size: 32px;
    line-height: 1.3;
}

.product__price .new-price .currency {
    font-size: 18px;
    line-height: 1.3;
}

.product__price .old-price {
    font-size: 22px;
    line-height: 1.5;
    margin-left: 15px;
    text-decoration: line-through;
}

.product__price .old-price .currency {
    font-size: 14px;
    line-height: 1.5;
}

.product__tocart .btn-secondary {
    background: #008e4c;
    width: 230px;
    height: 50px;
}

.product__tocart .btn-secondary:hover {
    color: #008e4c !important;
}

.product__tocart .btn-secondary .icon {
    width: 44px;
    height: 44px;
}

.product__tocart .btn-secondary:before {
    width: 44px;
    height: 44px;
}

.product__tocart .btn-secondary:hover:before {
    height: 44px;
    width: calc(100% - 6px);
}

.product__tocart .btn-secondary:not(:disabled):not(.disabled).active, .product__tocart .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #008e4c;
    border-color: #008e4c;
}

.product__tocart {
    margin-bottom: 50px;
}

#oneclick {
    position: relative;
}

#oneclick .alert {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0px;
    z-index: 2;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1;
    bottom: 1px;
    left: 20px;
}

#input-payment-telephone {
    margin-bottom: 30px;
    padding: 14px 100px 13px 10px;
    font-size: 18px;
    line-height: 1;
    background-color: #eeeded;
    color: #333333;
    border: none;
    border-radius: 24px;
}

#button-oneclick {
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: auto;
    height: 51px;
    background: #fe6204;
    border: 2px solid #fe6204;
    color: #fff;
}

#button-oneclick:before {
    display: none;
}

#button-oneclick:hover {
    background: #fff;
    color: #fe6204;
}

#input-payment-telephone:focus {
    box-shadow: none;
}

.prod_info-block {
    background: #eeeded;
    padding: 20px 20px;
    border-radius: 5px;
}

.prod_info-item {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 0px;
    margin-bottom: 20px;
}

.prod_info-item:last-child {
    margin-bottom: 0px;
}

.item__title {
    font-size: 15px;
    line-height: 1.3;
}

.item__title img {
    width: 30px;
    margin-right: 10px;
}

.item__text {
    font-size: 14px;
    line-height: 1.3;
}

.showmore {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    background: rgba(232, 82, 34, 0.7);
}

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.thumbnail:hover {
    border-color: #333333;
}

.thumbnails {
    padding: 15px 10px;
    background: #eeeded;
    border-radius: 5px;
    margin-top: 15px;
}

.thumbnails .thumbnails-items {
    padding-right: 5px;
    padding-left: 5px;
}

.wrapper_title_info {
    border-bottom: 1px solid #cfcccc;
}

.title_info_blocks {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 5px;
    display: block;
    position: relative;
    width: max-content;
}

.title_info_blocks:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #fe6204;
}

.tabs-info li {
    margin-right: 50px;
}

.tabs-info li a {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 5px;
    display: block;
    position: relative;
}

.tabs-info li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 0px;
    background: #fe6204;
    transition: all 0.3s ease;
}

.tabs-info li a.active:after, .tabs-info li a:hover:after {
    width: 100%;
}

.tabs-info li a:hover {
    text-decoration: none;
}

.product-card__info-blocks {
    margin-top: 50px;
}

.recommend_product {
    margin-top: 30px;
}

.table td, .table th {
    padding: 10px 15px;
    border-top: none;
    font-size: 15px;
    line-height: 1.3;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f6f6f6;
}

.tab-content {
    margin-top: 20px;
}

.tab-content > .tab-pane {
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
}

.procent {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    background: #e83922;
    padding: 3px 10px;
    border-radius: 3rem;
}

.product__chats-title {
    font-size: 15px;
}

/* End Product */
/*END_Section_Content*/

/*Breadcrumbs*/
.breadcrumb li:not(:last-child):after {
    content: "»";
    position: relative;
    padding: 0 10px;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 25px;
    background: #eeeded;
    border-radius: 3rem;
    padding: 0.5rem 1.2rem;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.breadcrumb li a {
    font-size: 14px;
    line-height: 1.3;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

/*END_Breadcrumbs*/
.not_found {
    margin-bottom: 50px;
}

.btn-secondary.in_page {
    width: 250px;
}


/* Question */
#tab-art_aqa_product .art_aqa_product_info {
    background: #eeeded;
    padding-bottom: 15px;
    border-radius: 5px;
    border: 1px dashed #fe6204;
}

#tab-art_aqa_product .art_question_body {
    padding: 5px 15px;
    font-size: 16px;
}

#tab-art_aqa_product .art_question_header {
    padding: 8px 15px;
    border-bottom: none;
}

#tab-art_aqa_product .art_question_date {
    font-size: 14px;
    color: #696461;
}

#tab-art_aqa_product .art_aqa_product_question {
    border: none;
}

#tab-art_aqa_product .art_question_body p {
    margin-bottom: 0px;
}

.art_aqa_product_answer:before {
    display: none;
}

#tab-art_aqa_product .art_aqa_product_answer {
    margin-top: 16px;
    margin-left: 30px;
    margin-right: 15px;
    border: none;
    background: #fff;
    border-radius: 5px;
}

.art_aqa_product_answer .art_question_body {
    font-style: italic;
}

#button-art_aqa_product {
    width: 260px;
    height: 50px;
}

#button-art_aqa_product .icon {
    width: 44px;
    height: 44px;
}

#button-art_aqa_product:before {
    width: 44px;
    height: 44px;
}

#button-art_aqa_product:hover:before {
    height: 44px;
    width: calc(100% - 6px);
}


#tab-art_aqa_product > .form-horizontal {
    background: #eeeded;
    padding: 10px 15px;
    border-radius: 5px;
}

#tab-art_aqa_product .form-horizontal .form_title {
    font-size: 22px;
    line-height: 1.3;
}

#form-art_aqa_product {
    margin-top: 15px;
}

#form-art_aqa_product input {
    border-radius: 3rem;
}

/* End Question */


/* Reviews */
.ex-form-footer .btn-secondary {
    height: 50px;
    width: 300px;
}

.ex-form-footer .btn-secondary .icon {
    width: 44px;
    height: 44px;
}

.ex-form-footer .btn-secondary:before {
    width: 44px;
    height: 44px;
}

.ex-form-footer .btn-secondary:hover:before {
    height: 44px;
    width: calc(100% - 6px);
}

#ex-form-review {
    display: block !important;
}

.ex-form-footer .btn-secondary.focus, .ex-form-footer .btn-secondary:focus {
    box-shadow: none;
}

#ex-reviews .rating-container {
    display: flex;
    margin: 0px;
}

#ex-reviews .ex-star {
    width: 13px;
    height: 13px;
    fill: #e8a11e;
}

#ex-reviews .ex-star-grey {
    fill: #cccccc;
}

#ex-reviews .add-review-star-wrap:hover .ex-star-input, #ex-reviews .star-active .ex-star-input {
    fill: #e8a11e;
}

#ex-reviews .review-container {
    padding: 10px 15px 0;
    border: 1px dashed #fe6204;
}

#ex-reviews .ex-comment-text {
    padding: 15px 0 0px;
    min-height: inherit;
}

#ex-reviews .review-title-container {
    padding: 0px;
    min-height: 20px;
    margin: 0px 0px 5px;
}

#ex-reviews .ex-title {
    text-align: left;
    font-weight: 600;
    margin: 10px 0px 0px;
    font-size: 22px;
    line-height: 1.3;
}

#ex-reviews .add-review-star-wrap {
    margin: 10px 0px 0px;
    justify-content: start;
}

#ex-reviews .ex-star-input {
    width: 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
}

#ex-reviews .star-block {
    width: auto;
}

#ex-reviews .super-star-text {
    display: none;
}

#ex-reviews .ex-form label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-top: 0px;
}

#ex-reviews .ex-form input.form-control {
    border-radius: 3rem !important;
}

#ex-reviews .review-date {
    font-size: 14px;
    color: #696461;
    font-weight: 400;
}

#ex-reviews .review-answer-container {
    padding: 0px;
    background: #eeeded;
    margin-top: 10px;
}

#ex-reviews .review-answer-title-container {
    overflow: hidden;
    margin: 0px;
}

#form-answer-review {
    padding: 10px 5px 10px;
    border-top: 1px solid #cacaca;
}

#ex-reviews .review-childrens-container {
    border-top: 1px solid #cacaca;
    padding-top: 10px;
    padding-left: 5%;
    margin: 0px;
}

#ex-reviews .ex-drag {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.newsblog-category .product-thumb {
    margin-bottom: 30px;
}

.newsblog-category .product-thumb .image {
    flex: 0 0 30%;
    max-width: 30%;
}

.newsblog-category .product-thumb .caption {
    margin-left: 30px;
    margin-top: 0;
}

.newsblog-category .product-thumb .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.newsblog-category .product-thumb .preview {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 1em;
}

.newsblog-category .product-thumb .preview p {
    margin-bottom: 0;
}

/* End Reviews */


/*............................................Media_Style...................................................*/

@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }

    .container-fluid {
        max-width: 1440px;
    }

    /*Bootstrap XXL*/
    .col-xxl-20p {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }

    /*END_Bootstrap XXL*/
}

/*....FullHD....*/
@media (max-width: 1469px) {

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

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

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 22px;
    }

    #topmenu ul > li > .dropdown-menu ul > li {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .catalog_icon {
        margin-left: 3px;
        margin-right: 10px;
    }

    .btn_catalog {
        font-size: 16px;
        width: 235px;
    }

    .home-tabs .product-layout:nth-child(n+9) {
        display: none !important;
    }

    .info-item__text {
        font-size: 13px;
    }

    .info-item__title {
        font-size: 16px;
    }

    .info-item__icon {
        width: 80px;
        height: 80px;
        min-height: 80px;
        min-width: 80px;
    }

    .info-item {
        padding: 5px 15px 5px 5px;
    }

    .info-item__inner-text {
        margin-left: 10px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
    #recommend-products.owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-next,
    #recommend-products.owl-carousel .owl-nav .owl-next {
        right: -15px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav svg,
    #recommend-products.owl-carousel .owl-nav svg {
        width: 0.9em;
        height: 1.3em;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-next, #products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
    #recommend-products.owl-carousel .owl-nav .owl-next, #recommend-products.owl-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #form-builder-46 {
        padding: 20px;
        width: 400px;
    }

    .text_items_card {
        padding: 0px 45px 0px 20px;
    }

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

    .product-thumb .price .price-new .currency {
        font-size: 13px;
    }

}

/*....Netbooks....*/
@media (max-width: 1199px) {
    #topmenu ul > li > .dropdown-menu ul > li {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }

    body[class^="product-search"] aside#column-left,
    body[class^="product-category"] aside#column-left {
        flex: 0 0 25%;
        padding-right: 0;
        max-width: 25%;
    }

    .sort a {
        margin-left: 15px;
    }

    .description {
        font-size: 15px;
    }

    #logo img {
        width: 190px;
    }

    .btn_catalog_text {
        display: none !important;
    }

    .btn_catalog_inner {
        justify-content: center;
    }

    .btn_catalog {
        width: 50px;
    }

    .catalog_icon {
        margin-left: 0px;
        margin-right: 0px;
    }

    .btn_catalog:hover:before {
        border-radius: 50%;
    }

    .drop_phone > a {
        font-size: 20px;
    }

    .icon_header svg {
        width: 20px;
        height: 20px;
    }

    .call_me_button {
        font-size: 14px;
        margin-top: -5px;
    }

    .drop_phone .drop__phone-first .icon_header svg:nth-child(1) {
        margin-right: 8px;
    }

    .dropdown.drop_phone .dropdown-menu {
        font-size: 20px;
    }

    .phone_header a svg {
        margin-right: 7px;
        width: 20px;
        height: 20px;
    }

    .drop_phone:hover .drop__phone-first .icon_header svg:nth-child(2) {
        margin-right: 8px;
    }

    .email_header a, .time_header {
        font-size: 14px;
    }

    .email_header svg, .time_header svg {
        margin-right: 10px;
        width: 20px;
        height: 18px;
    }

    .email_header {
        margin-bottom: 7px;
    }

    .product-thumb .price {
        padding: 0px 40px 0px 20px;
    }

    #form-builder-49 {
        padding: 20px 20px 20px;
        margin-top: 30px;
    }

    #form-builder-49 .box-heading {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    #form-builder-49 .radio__items label .name {
        font-size: 16px;
        padding: 10px 10px 0px;
    }

    #form-builder-49 .telephone {
        width: 260px;
        height: 44px;
        font-size: 15px;
    }

    #form-builder-49 .sub_heading {
        font-size: 18px;
    }

    #form-builder-49 .ui-slider .ui-slider-handle {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }

    #form-builder-49 .ui-widget.ui-widget-content {
        height: 15px;
    }

    #form-builder-49 .not-poblish {
        width: 100%;
        font-size: 14px;
    }

    .home-tabs {
        margin-top: 30px;
    }

    #form-builder-46 {
        padding: 15px;
        width: 350px;
    }

    #form-builder-46 h3 {
        font-size: 20px;
    }

    .form_info_blocks {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #form-builder-49 .btn-secondary {
        height: 50px;
    }

    #form-builder-49 .btn-secondary:before {
        width: 44px;
        height: 44px;
    }

    #form-builder-49 .btn-secondary .icon {
        width: 44px;
        height: 44px;
    }

    #form-builder-49 .btn-secondary:hover:before {
        height: 44px;
        width: calc(100% - 6px);
        border-radius: 35px;
    }

    .recently-viewed {
        margin-bottom: 50px;
    }

    .main-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #product .main-title {
        font-size: 26px;
    }

    .title_footer_blocks {
        font-size: 18px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-next, #products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
    #recommend-products.owl-carousel .owl-nav .owl-next, #recommend-products.owl-carousel .owl-nav .owl-prev {
        margin-top: -35px;
    }

    .home-tabs__link {
        font-size: 16px;
        width: 230px;
    }

    .btn-secondary .text_link {
        margin-left: 20px;
    }

    .btn-secondary {
        font-size: 16px;
    }

    .info-item__icon img {
        width: 40px;
    }

    .info-item__inner-text {
        margin-left: 30px;
    }

    .info-item {
        height: 90px;
    }

    .info_inner:nth-child(n+3) {
        margin-top: 30px;
    }

    #calc-area-slider-value {
        height: 44px;
        font-size: 17px;
    }

    .prod_info-block {
        margin-top: 30px;
    }

    .product-card__info-blocks {
        margin-top: 30px;
    }


}


/*....Tablets....*/
@media (max-width: 991px) {
    .header-menu.active-menu {
        left: 0px;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    body {
        font-size: 15px;
    }

    .search__input {
        height: 44px;
    }

    .search__button {
        width: 40px;
        height: 40px;
    }

    .line_menu_row {
        padding: 5px 0px;
    }

    .btn_catalog {
        width: 44px;
        height: 44px;
    }

    .btn_catalog:before {
        left: 2px;
        top: 2px;
        bottom: 2px;
        width: 40px;
        height: 40px;
    }

    .catalog_icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    #search {
        max-width: inherit !important;
    }

    .dropdown.drop_phone:hover .dropdown-menu {
        display: none !important;
        opacity: 0;
    }

    .drop__phone-first > svg {
        display: none;
    }

    .drop__phone-title {
        margin-right: 0px;
    }

    .drop_phone:hover .drop__phone-first .icon_header svg:nth-child(2) {
        display: none;
    }

    .drop_phone:hover .drop__phone-first .icon_header svg:nth-child(1) {
        display: inline-block;
    }

    #form-builder-46 {
        position: relative;
        bottom: 0px;
        right: 0px;
        margin: 30px auto 0px;
    }

    .home-tabs__item:nth-child(n+2) {
        margin-left: 15px;
    }

    /*#pills-tab{*/
    /*    overflow: scroll;*/
    /*    display: flex;*/
    /*    flex-wrap: nowrap;*/
    /*}*/
    .home-tabs .product-layout:nth-child(n+7) {
        display: none !important;
    }

    .radio__items .radio__item:nth-child(n+3) {
        margin-top: 30px;
    }

    #form-builder-49 .telephone {
        margin-top: 20px;
    }

    #form-builder-49 .btn-secondary {
        max-width: 260px;
    }

    .main-title {
        font-size: 26px;
    }

    .description {
        max-height: 400px;
    }

    #topmenu {
        height: 100%;
        width: 100%;
    }

    .header-menu {
        position: fixed;
        left: -100%;
        width: 320px;
        top: 0px;
        height: 100%;
        background: #fff;
        padding: 10px 0px 150px;
        overflow-y: auto;
        transition: all 0.3s ease-in-out;
    }

    .mob_top_block {
        padding: 0px 15px 15px;
        border-bottom: 1px solid #ddd;
    }

    .mob_top_block img {
        width: 180px;
    }

    #topmenu > ul > li {
        flex-direction: column;
        border-bottom: 1px solid #ddd;
    }

    #topmenu > ul > li:hover {
        cursor: pointer;
    }

    #topmenu > ul > li.dropdown > .dropdown-menu {
        position: relative;
        left: 0px;
        border-radius: 0;
        padding: 0px 0;
        display: none;
        opacity: 1;
        min-height: max-content;
    }

    #topmenu > ul {
        height: initial;
    }

    #topmenu.hover > li.open > .dropdown-menu, #topmenu li.dropdown:hover .dropdown-menu {
        left: 0px;
    }

    #topmenu > ul > li > a {
        padding: 10px 10px 10px 10px;
        font-size: 17px;
        font-weight: 600;
        background: #eeeded;
    }

    #topmenu ul > li > .dropdown-menu ul > li {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0px 0px;
    }

    #topmenu ul > li > .dropdown-menu ul > li > a > img {
        width: 90px;
    }

    #topmenu ul > li > .dropdown-menu ul > li > a {
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 0px;
        border-bottom: 1px solid #f1f1f1;
    }

    #topmenu ul > li > .dropdown-menu ul > li:last-child > a {
        border-bottom: none;
    }

    #topmenu > ul > li > a:after {
        display: none;
    }

    #topmenu > ul > li.mob-menu__item > a {
        background: #fff;
    }

    #topmenu > ul > li:hover > a span, #topmenu > ul > li.active > a span {
        color: #fe6204 !important;
    }


    .footer_link_information a {
        font-size: 14px;
    }

    .copyright {
        font-size: 14px;
    }

    .copyright a {
        margin-top: 5px;
    }

    .drop_phone > a {
        z-index: 1;
    }

    .btn_catalog:hover:before {
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        border-radius: 50%;
    }

    .line_menu {
        z-index: inherit;
    }

    .filter-btn .btn-secondary {
        max-width: 200px;
        height: 50px;
    }

    .dream-filter .btn-secondary {
        height: 50px;
    }

    .filter-btn .btn-secondary .icon,
    .dream-filter .btn-secondary .icon {
        width: 44px;
        height: 44px;
    }

    .filter-btn .btn-secondary:before,
    .dream-filter .btn-secondary:before {
        width: 44px;
        height: 44px;
    }

    .filter-btn .btn-secondary:hover:before,
    .dream-filter .btn-secondary:hover:before {
        height: 44px;
        width: calc(100% - 6px);
        border-radius: 35px;
    }

    .dream-filter {
        background: #fff;
        position: fixed !important;
        left: -320px !important;
        height: 100vh;
        width: 320px;
        padding: 15px;
        top: 0 !important;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9999 !important;
        transition: all .2s ease;
    }

    .dream-filter.open {
        left: 0 !important;
        overflow: auto;
    }

    .prod_info hr {
        display: none;
    }

    .thumbnail {
        width: 70px;
        height: 70px;
    }

    .table {
        margin-bottom: 0px;
    }

    .product-card__info-blocks {
        margin-bottom: 0px;
    }

    #category-filter .ocf-body {
        position: relative;
        top: 0px;
        width: 100%;
        height: calc(100% - 168px);
        bottom: 0px;
        z-index: 1;
        background: #fff;
    }

    #category-filter .ocf-body > .ocf-filter-list {
        overflow-y: auto;
        padding: 15px 15px 0px 15px;
    }

    #category-filter .ocf-body > .ocf-filter-list::-webkit-scrollbar {
        display: none;
    }

    #category-filter .ocf-filter {
        margin: 0 0px;
    }

    #category-filter .ocf-filter-body > .ocf-value-list {
        top: initial;
        position: relative !important;
        left: initial !important;
        right: initial !important;
        padding: 0px !important;
        margin: 0 !important;
        transform: initial;
    }

    #category-filter .ocf-slider .ocf-filter-body > .ocf-value-list {
        overflow: visible !important;
    }

    #category-filter .ocf-theme-light .ocf-filter.ocf-active {
        background-color: #fff;
        border-top-color: transparent;
        padding: 15px;
    }

    .filter-btn .btn-secondary {
        background: #fe6204 !important;
        height: inherit;
        padding: 7px 20px;
        font-size: 16px;
    }

    .filter-btn .btn-secondary:hover {
        color: #fff !important;
        background: #cf4b1f !important;
    }

    .filter-btn .btn-secondary:before {
        display: none;
    }

    .filter-btn .btn-secondary .text_link {
        margin-left: 0px;
    }

    #category-filter .ocf-theme-light .ocf-filter {
        background: #fff;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #ebebeb;
    }

    .ocf-btn-mobile-static {
        margin-bottom: 0px !important;
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    #category-filter .ocf-active .ocf-active-label {
        display: none;
    }

    #category-filter .ocf-slider-input-group {
        margin-bottom: 20px;
    }


    #category-filter .ocf-open .ocf-filter-header {
        position: relative;
        padding: 0px 0px 10px 0;
        background-color: transparent;
        height: initial;
    }

    #category-filter .ocf-open .ocf-filter-header .ocf-arrow-left {
        display: none;
    }

    #category-filter .ocf-filter-header-append {
        display: none;
    }

    #category-filter .ocf-value,
    #category-filter .ocf-value:active,
    #category-filter .ocf-value:focus,
    #category-filter .ocf-value:visited,
    #category-filter .ocf-value:hover {
        margin-bottom: 4px;
    }

    #category-filter .ocf-clearfix::before, #category-filter .ocf-clearfix::after {
        display: none;
    }

    #category-filter .ocf-filter-list .ocf-filter:nth-child(n+2) {
        padding-top: 15px;
        border-top: none;
    }

    #category-filter .ocf-filter-header, .ocf-module-page-header {
        padding: 0px 0px 10px 0;
    }

    #category-filter .ocf-content {
        border-radius: 0px;
        border: none;
        padding: 0px;
    }

    #category-filter .ocf-header {
        display: flex !important;
        padding: 15px;
        background: #fff;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }

    #category-filter .ocf-filter-name {
        line-height: 1;
    }

    #category-filter .ocf-header-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.1;
    }

    #category-filter .ocf-footer {
        display: block;
        background: #fff;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    }

    #category-filter .ocf-between {
        flex-direction: column;
    }

    #category-filter .ocf-between button:nth-child(1) {
        margin-left: initial;
        width: 100%;
        background: #F0F0F0;
        color: #9B9491;
        text-decoration: none;
        padding: 10px 15px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    #category-filter .ocf-between button:nth-child(1):hover {
        background: #DBDBDB;
    }

    #category-filter .ocf-between button:nth-child(2) {
        display: block;
        padding: 10px 15px;
        border-radius: 6px;
        font-size: 16px;
    }
    .feature-category__item {
        padding: 7px 12px;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .feature-category__item-name {
        font-size: 14px;
        font-weight: 400;
    }
}


/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {

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

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

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 19px;
    }

    .preloader img {
        width: 50px;
    }

    .skroll_top {
        left: 15px;
    }

    .skroll_top.fix {
        bottom: 15px;
    }

    .skroll_top a {
        font-size: 25px;
        width: 30px;
        height: 30px;
    }

    .container-circle {
        right: 20px;
        bottom: -35px;
    }

    .info-item__title {
        font-size: 15px;
    }

    .info-item__inner-text {
        margin-left: 10px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-next, #products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
    #recommend-products.owl-carousel .owl-nav .owl-next, #recommend-products.owl-carousel .owl-nav .owl-prev {
        margin-top: -20px;
    }

    .end_text_form {
        margin-top: 15px;
    }

    .drop__phone-first:hover {
        text-decoration: none;
    }

    .drop__phone-first svg path {
        transition: all 0.2s ease-in-out;
    }

    .drop__phone-first:hover svg path {
        fill: #fe6204 !important;
    }

    .icon_header {
        margin-right: 5px;
    }

    .btn-success {
        width: 260px;
        font-size: 15px;
    }

    .btn-warning {
        width: 260px;
        font-size: 15px;
    }

    .btn-warning .text_link, .btn-success .text_link {
        margin-left: 10px;
    }

    .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col_banner img {
        height: 500px;
        object-fit: cover;
    }

    #form-builder-46 {
        width: 100%;
    }

    #form-builder-49 .telephone {
        width: 100%;
    }

    #form-builder-49 .btn-secondary {
        max-width: 100%;
    }

    .drop__phone-first {
        font-size: 18px;
    }

    .sort-limit {
        margin-bottom: 20px;
    }

    .sort label {
        margin-right: 10px;
    }

    .sort select {
        border-radius: 3rem !important;
        background: #eeeded;
        font-size: 15px;
        line-height: 1.3;
    }

    .thumbnail {
        width: 80px;
        height: 80px;
    }

    #product {
        margin-top: 30px;
    }

    .tabs__item-image {
        position: relative;
    }

    .home-tabs__link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        background-color: transparent !important;
        color: #333333;
        width: auto;
    }

    .home-tabs__link:hover, .home-tabs__link.active {
        background-color: transparent !important;
        color: #fe6204 !important;
    }

    .home-tabs #pills-tab {
        justify-content: space-between;
    }

    .tabs__item-image {
        background: #eeeded;
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
    }

    .tabs__item-image img {
        width: 26px;
    }

    .home-tabs__item:nth-child(n+2) {
        margin-left: 0px;
    }

    .home-tabs__item {
        flex: 1 1 0;
        text-align: center;
    }

    .tabs-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tabs-info li {
        margin-right: 0px;
    }

    .tabs-info li a {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tabs-info li a svg path {
        transition: all 0.2s ease-in-out;
    }

    .tabs-info li a:hover svg path {
        fill: #fe6204;
    }

    .breadcrumb li a {
        font-size: 12px;
    }

}

/*....Smartphones_Portrait_orientation....*/
@media (max-width: 575px) {
    .feature-category__col {
        margin-bottom: 0px;
    }

    .feature-category__col:nth-child(odd) {
        padding-right: 5px;
    }

    .feature-category__col:nth-child(even) {
        padding-left: 5px;
    }


    .col_banner img {
        height: 400px;
    }

    #form-builder-46 {
        padding: 10px;
        width: 100%;
    }

    #form-builder-46 h3 {
        font-size: 18px;
    }

    #form-builder-46 .box-content input {
        height: 44px;
        font-size: 14px;
    }

    .btn-secondary {
        height: 50px;
        font-size: 15px;
    }

    .btn-secondary:before {
        width: 44px;
        height: 44px;
    }

    .btn-secondary .icon {
        width: 44px;
        height: 44px;
    }

    .btn-secondary:hover:before {
        height: 44px;
    }

    .product-layout:nth-child(odd) {
        padding-right: 5px;
    }

    .product-layout:nth-child(even) {
        padding-left: 5px;
    }

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

    #products-carousel-viewed .product-layout,
    #recommend-products .product-layout {
        padding: 0px;
    }

    .btn-primary {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

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

    .product-thumb .price .price-new .currency {
        font-size: 13px;
    }

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

    .product-thumb .price .price-old .currency {
        font-size: 10px;
    }

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

    #form-builder-49 .box-heading {
        font-size: 24px;
    }

    .radio__items .radio__item:nth-child(n+3) {
        margin-top: 10px;
    }

    .info_inner:nth-child(n+2) {
        margin-top: 20px;
    }

    .radio__items .radio__item:nth-child(odd) {
        padding-right: 5px;
    }

    .radio__items .radio__item:nth-child(even) {
        padding-left: 5px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-next, #products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
    #recommend-products.owl-carousel .owl-nav .owl-next, #recommend-products.owl-carousel .owl-nav .owl-prev {
        background: transparent;
        width: 15px;
        height: 25px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-next svg path, #products-carousel-viewed.owl-carousel .owl-nav .owl-prev svg path,
    #recommend-products.owl-carousel .owl-nav .owl-next svg path, #recommend-products.owl-carousel .owl-nav .owl-prev svg path {
        fill: #333333;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-next,
    #recommend-products.owl-carousel .owl-nav .owl-next {
        right: -15px;
    }

    #products-carousel-viewed.owl-carousel .owl-nav .owl-prev,
    #recommend-products.owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }

    .form_info_blocks {
        margin-bottom: 30px;
    }

    .recently-viewed {
        margin-bottom: 30px;
    }

    .search__input {
        padding: 0px 45px 0px 15px;
    }

    .col-search {
        padding-left: 0px;
    }

    #form-builder-49 .telephone {
        width: 100%;
    }

    #form-builder-49 .btn-secondary {
        max-width: 100%;
    }

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

    .header-menu {
        width: 100%;
    }

    .btn-success {
        font-size: 16px;
    }

    .btn-warning {
        font-size: 16px;
    }

    .btn-warning .text_link, .btn-success .text_link {
        margin-left: 15px;
    }

    .footer_link_information a:first-child {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    #form-builder-49 .radio__items label .name {
        font-size: 15px;
        padding: 10px 5px 0px;
    }

    #form-builder-49 .radio__items label .name:before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 5px;
    }

    #form-builder-49 .not-poblish {
        font-size: 12px;
    }

    .sort label {
        margin-right: 0px;
        margin-bottom: 10px !important;
    }

    .limit label {
        margin-right: 0px;
        margin-bottom: 10px !important;
    }

    #input-limit {
        width: 100%;
    }

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

    .thumbnails .thumbnails-items:nth-child(4) {
        display: none !important;
    }

    .thumbnail {
        width: 70px;
        height: 70px;
    }

    .prod_info-item {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .prod_info-item:first-child {
        margin-top: 0px;
    }

    .product__tocart {
        margin-bottom: 10px;
    }

    .tabs-info li a {
        font-size: 16px;
    }

    .tabs-info li {
        margin-right: 0px;
    }

    .tabs-info li a:after {
        bottom: 0px;
    }

    .tab_title {
        white-space: pre-wrap;
    }

    .thumbnails {
        padding: 10px 5px;
    }

    footer {
        margin-top: 1.5rem;
    }

    .newsblog-category .product-thumb .title {
        font-size: 16px;
    }

    .newsblog-category .product-thumb .caption {
        margin-left: 15px;
    }

    .newsblog-category .product-thumb .preview {
        display: none;
    }

    .newsblog-category .product-thumb {
        margin-bottom: 15px;
    }

    .product-thumb .product-stock {
        font-size: 13px;
    }

    .product-thumb .caption {
        padding: 5px;
    }

    .product-thumb .button-group {
        margin-top: 15px;
    }

    .prod_info .model {
        font-size: 14px;
        padding: 0px;
        background: transparent;
    }

    #product {
        margin-top: 20px;
    }

    .stock .in_stock {
        font-size: 14px;
        line-height: 1.3;
        padding: 0px;
        background: transparent;
    }

    .product__price {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    #content p.price {
        margin-bottom: 0rem;
    }

    .product__tocart {
        margin-bottom: 0px;
    }

    #oneclick {
        width: 100%;
        margin-top: 15px;
    }

    .prod_info-block {
        margin-top: 0px;
        padding: 15px 15px;
    }

    .prod_info-item {
        margin-top: 0px;
    }

    #input-payment-telephone {
        margin-bottom: 20px;
    }

    #product .main-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .breadcrumb {
        background: transparent;
        padding: 0px;
        margin-bottom: 15px;

    }
}