@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

#ymaps1606560177407480551{
    width: 100%;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*
font-family: 'Montserrat', sans-serif;
*/

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

address {
    font-style: normal;
}


/* Typography */

a {
    color: inherit;
    cursor: pointer;
    display: inline-flex;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    
}

.product-thumb .caption h4 a:hover{
    color: #297722;
}


a,
input[type="submit"],
input[type="button"],
button {
    transition: .3s ease-in;
}

input[type="submit"],
input[type="button"],
button {
    display: inline-block;
    border-color: transparent;
    background: transparent;
    cursor: pointer;
    outline-color: transparent;
    color: inherit;
}

input,
textarea,
select {
    background: none;
    transition: .3s ease-in;
    outline-color: transparent;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
    outline-color: transparent;
}
.blog-categor{
    margin-top: 20px;
}

textarea {
    resize: none;
}

fieldset {
    padding: 0;
    border: none;
}

#content .tab-content a{
    color:#0000ff !important;
}


.bg-sale{
    color: red;
    font-weight: 600;
}
/* Deleting arrows input[type=number] */

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

input[type=number] {
    -moz-appearance: textfield;
}


/*Changing color of placeholders*/

::-webkit-input-placeholder {
    color: #858585;
}

::-moz-placeholder {
    color: #858585;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #858585;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #858585;
}

q::before,
q::after {
    content: '';
}


/* Text align */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
    margin-top: 20px;
}

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


/* Vertical align */

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

[class*="vertical-align-"] {
    display: inline-block;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.product-warning{
    color: red;
}

.modal-header{
    padding: 26px;
}
.modal-title{
    color: red;
}

/* Absolute centering */

.relative {
    position: relative;
}


.common-home .product-thumb{
    height: 477px;
}
.checkout-heading-button{
    background: #297722;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.absolute-center {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.circle {
    border-radius: 50%;
}

.hidden {
    display: none;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

html {
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: Helvetica, sans-serif;
    color: #000000;
    line-height: 1.42;
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    background-color: #297722;
    /*padding: 0 80px;*/
    padding-bottom: 50px;
}

.mainwrapper {
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 23px 27.26px 1.74px rgba(0, 0, 0, 0.23);
}

.mainwrapperContent {
    padding: 0 0px;
}

.container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
}
.text-header-info{
    color: red;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}



.actions {
    display: flex;
    align-items: center;
}

.actions__item:not(:last-of-type) {
    margin-right: 15px;
}

.actions__item--favourite::after {
    content: 'желаемое';
    display: block;
    color: #ff3009;
    font-family: "Century Gothic", sans-serif;
    font-size: 11px;
    margin-left: -4px;
}

.actions__item--cart {
    width: 50px;
    height: 50px;
    background-color: #ffdc4b;
    border-radius: 50%;
    display: flex;
    top: -9px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.actions__item--cart .actions__content {
    position: relative;
    left: 2px;
    max-width: 31px;
}

.actions__item--cart::before {
    content: '0';
    position: absolute;
    top: -15%;
    left: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(131, 131, 131, 0.79);
    background-color: #ffffff;
    border-radius: 50%;
    color: #ff3009;
    font-family: "Century Gothic", sans-serif;
    font-size: 11px;
    line-height: 0;
}

.contacts {
    display: flex;
}

.contacts__text {
    margin-right: 15px;
}

@media screen and (max-width: 1280px) {
    .contacts__text {
        display: none;
    }
}

.hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 20px;
    border: none;
}

.hamburger--close .hamburger__line-top {
    transform: translateY(8px) rotate(45deg);
}

.hamburger--close .hamburger__line-bottom {
    transform: translateY(-8px) rotate(-45deg);
}

.hamburger--close .hamburger__line-middle {
    opacity: 0;
}

.hamburger .hamburger__line {
    display: flex;
    width: 24Px;
    height: 4Px;
    background-color: #000000;
    margin-bottom: 4px;
}

.hamburger .hamburger__line:last-of-type {
    margin-bottom: 0;
}

.header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow: hidden;
}

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

.header__left {
    width: 20%;
    min-width: 208px;
    margin-right: 25px;
}

.header__right {
    width: 75%;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
}

.header__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1280px) {
    .header__top {
        flex-wrap: wrap;
    }
}

.header__contacts,
.header__search {
    margin-right: 10px;
}

.header__actions {
    justify-content: flex-end;
}

.header__bottom {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1280px) {
    .header__bottom {
        order: -1;
    }
}

.header__hamburger {
    display: none;
}

@media screen and (max-width: 1280px) {
    .header__hamburger {
        display: flex;
    }
}

.header__menu {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
}

@media screen and (max-width: 1280px) {
    .header__menu {
        display: none;
    }
}

.logo {
    position: relative;
}

.menu__item {
    margin-right: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    transition: color 0.4s;
}

.menu__item:last-of-type {
    margin-right: 0;
}

.menu__item.active,
.menu__item:hover {
    color: #297721;
}
.menu__item a:hover{
    color: #297721;
}
.nav-tabs>li>a:hover{
    color: #297722;
}

.menu__item::before {
    content: '';
    position: absolute;
    left: 5%;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #ffdc4b;
    transition: width 0.2s;
}

.menu__item.active::before,
.menu__item:hover::before {
    width: 90%;
}

.menu__link {
    transition: none;
}

.registry {
    padding: 10px 0;
    color: #ffffff;
}

.registry__container {
    display: flex;
    justify-content: flex-end;
}

.registry__list {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.registry__item:not(:last-of-type)::after {
    content: "|";
    display: inline-flex;
    margin: 0 10px;
}

.ribbon {
    position: relative;
    height: 10rem;
    background: #54a21e;
    box-shadow: inset 0 7px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.ribbon::before,
.ribbon::after {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #ffffff;
    height: 6rem;
    bottom: -4.5rem;
    z-index: 1;
}

.ribbon::before {
    left: 0;
    transform: skewY(-20deg);
}

.mainSliderItem a{
    display: flex;
    align-items: center;
}


.ribbon::after {
    right: 0;
    transform: skewY(20deg);
}

.ribbon__shadow {
    position: absolute;
    height: 3px;
    width: 120%;
    left: -10%;
    top: -2px;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 0;
}

.ribbon___border {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 3px dotted rgba(0, 0, 0, 0.3);
    border-right: 3px dotted rgba(0, 0, 0, 0.3);
    position: relative;
    height: 94%;
    z-index: 2;
    margin: 0 5%;
    padding: 10%;
}

.ribbon__logo {
    transform: translateY(-15%);
}

.search {
    position: relative;
    max-width: 300px;
    min-width: 200px;
}

.search__field {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    outline: none;
}

.search__btn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 38px;
    height: 38px;
    border: #4d931c;
    background: #4d931c;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

.search__btn:before {
    content: "";
    display: flex;
    margin: auto;
    width: 70%;
    height: 70%;
    background: url("../image/search.png") center/contain no-repeat;
}

.sidebar {
    flex-basis: 20%;
    z-index: 99;
}

.sidebar__catalogBtn {
    background: #4d931c;
    color: #ffffff;
    border: none;
    padding: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    cursor: default;
}

.sidebar__catalogBtn i {
    padding-right: 6px;
}

.sidebar__catalog {
    margin-top: 30px;
    background: #4d931c;
    padding: 20px;
    color: #ffffff;
}

.mainSlider {
    padding-bottom: 17px;
    position: relative;
    overflow: hidden;
}

.mainSlider::before {
    content: '';
    position: absolute;
    width: 118%;
    height: 105%;
    left: -86px;
    opacity: .2;
    background-size: 100%;
}
.btn-news{
    color: black;
    float: right;
}

.quantity_input{
    width: 42px!important;
}

.cut-text-blog p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
}
.cut-text-blog{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 69px;
}

.mainSliderItem {
    position: relative;
}

.mainSliderItem h2 {
    max-width: 500px;
    font-size: 4em;
    position: absolute;
    z-index: 1;
    letter-spacing: 1px;
}



.mainContentText {
    margin-top: 50px;
    margin-bottom: 50px;
}

.button-group button {
    background: #4d931c;
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 6px;
    margin-top: 7px;
}
.tegs-color{
    color: #1c7b0b;
}


p.articul {
    color: #1c7b0b;
    font-weight: bold;
}

.product-thumb {
    text-align: center;
    height: 425px;
}

.product-thumb .button-group {
    bottom: 0;
    width: 156px;
}

.related .product-thumb {
    height: 510px;
}
.related .product-thumb .caption h4{
    min-height: 80px;
}
.related .product-thumb .caption .articul{
    min-height: 45px;
}
.related .product-thumb .caption .price-old{
    margin-top: -25px;
}

.rating {
    max-width: 235px;
}

.rating span,
.fa-stack {
    color: #ffb102;
    margin: 5px 0;
}

.product-thumb .rating {
    font-size: 6px;
    max-width: 100%;
}

p.price {
    font-size: 25px;
}

footer.footer {
    background: url('../image/footerbg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px;
    margin-top: 20px;
}

.footerCol h3 {
    color: #c1b933;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
}

.footerColContent {
    color: #f3f6ef;
    border-right: 1px solid #c1b933;
    height: 140px;
}

.footerColWrapper:last-child .footerColContent {
    border: none;
}

.footerLogo {
    max-width: 152px;
    margin: 16% auto;
    padding-right: 28px;
    padding-top: 21px;
}

.prev{
    float: left;
    position: absolute;
    top: 45%;
    background: green;
    border-radius: 100%;
    padding: 0px;
    width: 41px;
    height: 41px;
    left: 10px;
    text-align: center;
}
.next{
    float: right;
    position: absolute;
    top: 45%;
    background: green;
    border-radius: 100%;
    padding: 0px;
    width: 41px;
    height: 41px;
    right: 10px;
    text-align: center;
}
.slick-next:before{
    
    right: 10px;
    text-align: center;
    color: white;
    font-size: 25px;
}
.slick-prev:before{

    left: 10px;
    text-align: center;
    color: white;
    font-size: 25px;
}
.slick-prev{
    background: green;
    border-radius: 100%;
    padding-top: 8px;
    width: 39px;
    height: 39px;
    margin-left: 13px;
    z-index: 1000;
}
.slick-next{
    background: green;
    border-radius: 100%;
    padding-top: 8px;
    width: 39px;
    height: 39px;
    margin-right: 13px;
    z-index: 1000;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    outline: none;
    background: #297722;
}


.prev:before {
    content: "<";
    color: white;
    font-size: 30px;
  }
  
  .next:before {
    content: ">";
    color: white;
    font-size: 30px;
  }


.footerBottom {
    margin-top: 50px;
}

.footerPayment img {
    height: 45px;
    margin-right: 10px;
    display: inline-block;
    
}

.sidebar__catalog li {
    position: relative;
    margin-bottom: 10px;
}

.sidebar__catalog ul:not('.dropdown3') li:not(.hasDropdown) {
    height: 40px;
}

.sidebar__catalog li i.fa {
    position: absolute;
    right: 0;
    top: 2px;
    transition-duration: .4s;
}

.form-horizontal{
    margin-bottom: 75px;
}

.sidebar__catalog .childDropdown {
    -webkit-transition: max-height .4s;
    -moz-transition: max-height .4s;
    -ms-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s;
    overflow: hidden;
    max-height: 0;
    margin-top: 10px;
    margin-left: 15px;
}

.sidebar__catalog .childDropdown li {
    margin: 0;
}

.sidebar__catalog li.hasDropdown.active .childDropdown {
    max-height: 2000px;
}

.sidebar__catalog li.hasDropdown.active i {
    transform: rotateZ(180deg);
    transition-duration: .4s;
}

.sidebar__catalog a.active {
    color: #ffdc4b;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
input[type="submit"],
input[type="submit"]:focus,
input[type="button"],
input[type="button"]:focus,
button {
    background: #4d931c;
    border-color: #4d931c;
    color: #ffffff;
}




p {
    margin: 5px 0;
}

h1 {
    margin: 10px 0;
}

.list-unstyled {
    margin: 20px 0;
}

.alert-info {
    color: #962817;
    background: none;
    border-color: #4d931c;
}

.related {
    margin-top: 10px;
}

.related .product-thumb .button-group {
    width: 210px;
}

.productCategory .product-thumb {
    margin-top: 15px;
    height: 37em;
}

.productCategory .product-thumb .button-group {
    width: 210px;
}

.searchProducts .product-thumb.transition .button-group {
    width: 290px;
}

.searchProducts .product-thumb.transition {
    height: 36em;
}
x-field{
    display:inline;
    position:relative;
}
.search__field .close {
    position:absolute;
    padding:0 5px;
    right:0;
}



.pagination {
    width: max-content;
    margin: 45px 0;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #4d931c;
    border-color: #4d931c;
}

.price span {
    display: block;
}

.price-old {
    font-size: 19px;
    text-decoration: line-through;
    color: red;
}
.price-sale{
    font-size: 14px;
}
.price-sale span{
    font-size: 25px;

}


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

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

.productSlider {
    margin-top: 15px;
}

.header__hamburger {
    background: none;
}

.slick-dots li.slick-active button:before {
    color: #4d931c;
}

.barcode_img {
    max-width: 140px;
}

.barcode_text {
    text-align: center;
    margin-top: -30px;
    z-index: 99999;
    margin-bottom: 25px;
}

.product-thumb .caption h4 {
    font-size: 15px;
    font-weight: bold;
}

.childDropdown > li {
    margin-top: 2px !important;
}


.dropdown3 {
    margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
    .header__menu {
        pointer-events: none;
        transition: 0.5s;
        max-width: 120px;
        margin: 0 auto;
        padding: 0;
    }

    .header__menu li {
        position: relative;
        display: inline-block;
        float: left;
        clear: both;
        font-size: 14px;
        height: 26px;
        line-height: 7px;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.5s, opacity 1s;
    }

    .header__menu.active {
        margin-bottom: 100px;
        pointer-events: auto;
        transform: translate(0, 50px);
        display: block;
    }

    .header__menu.active ~ .li {
        color: #EC7263;
        letter-spacing: 0;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
        opacity: 1;
        transform: scaleY(1);
        transition: 0.5s, opacity 0.1s;
    }

    .header__menu.active ~ .li:nth-child(1) {
        transition-delay: 0.15s;
    }

    .header__menu.active ~ .li:nth-child(1):before {
        transition-delay: 0.15s;
    }

    .header__menu.active ~ .li:nth-child(2) {
        transition-delay: 0.1s;
    }

    .header__menu.active ~ .li:nth-child(2):before {
        transition-delay: 0.1s;
    }

    .header__menu.active ~ .li:nth-child(3) {
        transition-delay: 0.05s;
    }

    .header__menu.active ~ .li:nth-child(3):before {
        transition-delay: 0.05s;
    }

    .header__menu.active ~ .li:nth-child(4) {
        transition-delay: 0s;
    }

    .header__menu.active ~ .li:nth-child(4):before {
        transition-delay: 0s;
    }

    .header__menu.active ~ .li:before {
        opacity: 0;
    }

    .menu__item:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 10px;
        height: 3px;
        width: 0;
        background-color: #ffdc4b;
        transition: width 0.2s;
    }

    .header__actions {
        margin-top: 15px;
    }
}


@media screen and (max-width: 790px) {

    .header__actions {
        margin-top: 0;
    }

    .wrapper,
    .mainwrapperContent {
        padding: 0;
    }

    .header__container {
        flex-direction: column;
    }

    .header__left {
        margin: 0 auto;
        overflow: hidden;
    }

    .header__right {
        padding-top: 1rem;
        width: 100%;
    }

    .header__contacts,
    .header__search {
        margin-bottom: 25px;
        width: 100%;
        margin-right: 0;
    }

    .header__actions {
        justify-content: center;
        width: 20%;
    }


    .sidebar__catalogBtn {
        cursor: pointer;
    }

    .categoryList {
        visibility: hidden;
        max-height: 0;
        z-index: 9999;
        -webkit-transition: max-height .4s;
        -moz-transition: max-height .4s;
        -ms-transition: max-height .4s;
        -o-transition: max-height .4s;
        transition: max-height .4s;
    }

    .categoryList.active {
        visibility: visible;
        max-height: 4000px;
        -webkit-transition: max-height .4s;
        -moz-transition: max-height .4s;
        -ms-transition: max-height .4s;
        -o-transition: max-height .4s;
        transition: max-height .4s;
    }

    .mainSlider {
        max-height: 290px;
        position: relative;
    }

    .mainSlider:before {
        width: 145%;
        height: 95%;
    }

    .mainSlider img {
        right: 0;
        top: 100px;
    }

    .mainSliderItem h2 {
        font-size: 25px;
    }

    .product-thumb .button-group {
        position: static;
        margin: 0 auto;
        display: block;
        width: 143px;
    }

    .product-thumb {
        height: 33em;
    }

    .footerPayment {
        text-align: center;
    }

}

@media screen and (max-width: 680px) {
    .header__actions {
        width: 100%;
    }
    .menu-body{
        display: none;
    }
    .tabs-mobail{
        padding-top: 33px;
    }
}

@media screen and (max-width: 400px) {
    .footerColWrapper {
        margin-top: 30px;
    }

    .footerColContent {
        border: none;
    }

    .footerPayment img {
        height: 40px;
    }

    .footerColWrapper:first-child .footerColContent {
        height: auto;
    }
}

.modal-content {
    top: 32vh;
}

.modal-header .close {
    margin-top: -23px;
}

.dobrokod-courier {
    position: relative;
    color: #064ea8;
}


.dobrokod-courier:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 14%;
    width: 90%;
    color: #064ea8;
    border-bottom: 1px dotted;
}

.qty-stock {
    margin-top: -5px;
    color: #1c7b0b;
    font-weight: bold;
}

.qty-stock.isEnding {
    color: #d35064;
    font-weight: bold;
}
@media only screen and (max-width: 600px){
.quantity td.quantity button[data-onclick*=Quantity] {
    display: inherit!important;
    }
    .footerColContent{
            margin-bottom: 25px;
            height: auto;
    }
}