* {
	margin: 0;
	padding: 0;
}

.top-head {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.top-head .logo {
	max-width: 180px;
}

.top-head .right-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul.top-dop-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    margin: 0px;
}

ul.top-dop-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #373737;
    border-bottom: 1px solid transparent;
	transition: 0.5s;
}

ul.top-dop-menu li a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 145%;
    color: #1E1E1E;
}

.right-top {
    display: flex;
    align-items: center;
    width: calc(100% - 430px);
    justify-content: flex-end;
}



ul.top-dop-menu li a:hover {
	border-bottom: 1px solid #000;
}

ul.top-dop-menu li {
    margin: 0px 3%;
}

ul.top-dop-menu li:first-child {
    margin: 0px;
}

ul.top-dop-menu li a.link-red {
    color: #CF0505;
}

.top-line-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.top-lk {
    list-style-type: none;
	width: 200px;
}

ul.top-lk > li > a {
    font-size: 18px;
    line-height: 22px;
    color: #373737;
}

.bottom-line-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    padding: 0px 0px 10px;
}

span.input-group-btn {
    position: absolute;
    left: 0px;
    top: 0px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    text-shadow: initial;
    background: transparent;
    border: 0px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    width: 100%;
    max-width: 280px;
    min-width: 280px;
    border-radius: 0px;
    background: #F6F6F6;
    padding-left: 40px;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.line-head-address p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #373737;
    margin: 0px;
    padding-left: 5px;
}

.line-head-address {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-head-contact > a:nth-child(1), .line-head-contact > a:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #373737;
    display: block;
}

.line-head-contact > a:nth-child(3) {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #11470f;
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}

.line-head-contact > a:nth-child(3):hover {
    border-bottom: 1px solid #000;
}

.line-head-wishlist i {
    font-size: 28px;
    color: #505050;
}

.line-head-wishlist a {
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line-head-wishlist a b {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #454950;
}

.line-head-wishlist span {
    position: absolute;
    top: -5px;
    right: 28px;
    background: #1863dc;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

div#search {
    margin-bottom: 0px;
}

button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: transparent;
    border: 0px;
}

#cart-total div.cart01 span.amount-head-cart {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #1863dc;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

#cart-total {
    display: flex;
    align-items: center;
}

#cart-total div.cart01 {
    position: relative;
    margin-right: 10px;
}

#cart > .btn {
    box-shadow: initial;
    padding: 0px;
    margin: 0px;
}

div#cart {
    margin: 0px;
}

a {
    color: #75B924;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #75B924;
    background-image: linear-gradient(to bottom, #75B924, #75B924);
    background-repeat: repeat-x;
    border-color: #75B924 #75B924 #75B924;
}

#cart-total div.cart02 span.price-head-cart {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #373737;
}

#cart-total div.cart02 span.text-head-cart {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0A4108;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #454950;
}

a.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle #cart-total {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart01 img {
    width: 26px;
}

.line-head-cart .btn-group.btn-block.open button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    border: 0px !important;
}

#cart-total div.cart01 {
    position: relative;
    margin-right: 10px;
}

#cart-total div.cart02 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

nav#supermenu {
    margin: 0px;
}

#supermenu {
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent, transparent);
    background-repeat: repeat-x;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 4px;
    border: 0px solid;
    border-color: #1D9938;
    border-bottom: 0px;
    -moz-box-shadow: inset 0px 1px 0px #888;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

.megamenu-bg {
    border-bottom: 1px solid #E8E9EA;
    border-top: 1px solid #E8E9EA;
    background: transparent;
}

nav#supermenu > ul > li > a.tll {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
    text-shadow: initial;
    border-bottom: 2px solid transparent;
    padding: 18px 5px 18px 5px;
}

nav#supermenu > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#supermenu ul li.tlli:hover a.tll {
    border-bottom: 2px solid #28b146;
    color: initial;
    background: transparent;
    text-shadow: initial;
}

.owl-wrapper-outer {
    border: 0px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    -o-box-shadow: initial;
    box-shadow: initial;
}

.owl-carousel .owl-buttons div i {
    font-size: 20px;
    margin: -20px 0 0;
}

div#carousel0 .owl-wrapper-outer {
    width: calc(100% - 100px);
    margin: 0px 50px;
}

div#carousel0 .slick-list {
    margin: 0px 100px;
    padding: 20px 0px;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    background-color: #fff;
    border-radius: 0px;
    text-indent: -9999px;
    border: 0px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    z-index: 1;
    position: absolute;
    cursor: pointer;
}

.bg-manuf div#carousel0 .item.text-center.slick-slide {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}

button.slick-prev.slick-arrow {
    left: 0px;
    background-image: url(/image/theme/arr-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

button.slick-next.slick-arrow {
    right: 0px;
    background-image: url(/image/theme/arr-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

div#carousel0 .slick-list {
    margin: 0px 45px;
    padding: 20px 0px;
}

.item.text-center.slick-slide img {
    margin: 0 auto;
}

.row .product-layout .product-thumb.transition {
    box-shadow: 3.63874px 2.91099px 5.82199px rgb(0 0 0 / 5%);
    border: 0px;
}

.row .product-layout .product-thumb.transition h4 a {
    font-weight: 500;
    font-size: 13.555px;
    line-height: 20px;
    color: #373737;
    border-bottom: transparent;
    display: block;
    height: 45px;
    overflow: hidden;
    text-align: center;
}

.line-cart-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.product-thumb.transition > .caption button {
    background: #75B924;
    box-shadow: 0px 0px 0px #1d9938;
    border-radius: 2.18325px;
    border: 0px;
    color: #fff;
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 0px;
    margin-bottom: 0px;
    transition: 0.5s;
}

.alert.alert-success {
    margin: 10px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.table-compare-div {
    overflow-x: scroll;
}

.table-compare-div table {
    min-width: 900px;
}

.product-thumb.transition > button:hover {
    background: #75B924;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: auto;
}

.product-thumb.transition > button i {
    padding-left: 0px;
}


.row .product-layout .product-thumb.transition .line-cart-price p.price {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #313B4D;
    margin: 0px;
}



.row .product-layout .product-thumb.transition .line-cart-price p.price span.price-new {
    color: #CF0505;
}

.row .product-layout .product-thumb.transition .line-cart-price button i {
    font-size: 20px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #75B924;
    background-position: 0 -15px;
}

#content .hit-prod.slick-initialized.slick-slider .col-lg-3:nth-child(4n+1) {
    clear: initial;
}

#content .hit-prod.slick-initialized.slick-slider .col-sm-6:nth-child(2n+1) {
    clear: initial;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #75B924;
    border: 1px solid #DDDDDD;
    text-shadow: initial;
    color: #fff;
}

.title-line-front a {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: rgba(20, 20, 20, 0.58);
    margin-right: 10px;
    margin-left: 10px;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.title-line-front a:hover {
    border-bottom: 1px solid #000;
}

.title-line-front h3 {
    margin: 0px;
}

.title-line-front {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hit-prod.slick-initialized.slick-slider button.slick-prev.slick-arrow {
    left: initial;
    right: 40px;
    background-image: url(/image/theme/arr2-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.hit-prod.slick-initialized.slick-slider button.slick-next.slick-arrow {
    right: 0px;
    background-image: url(/image/theme/arr2-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.hit-prod.slick-initialized.slick-slider button.slick-prev.slick-arrow, 
.hit-prod.slick-initialized.slick-slider button.slick-next.slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    text-indent: -9999px;
    border: 0px;
    width: 22px;
    height: 16px;
    top: -39px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
}

.reviews-main {
    display: grid;
    grid-template-columns: 370px 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 25px;
    grid-template-areas:
        "img rev1 rev1"
        "img rev2 rev3";
    margin: 40px 0px;
}
  .reviews-img { grid-area: img; }
  .reviews-card-1 { grid-area: rev1; }
  .reviews-card-2 { grid-area: rev2; }
  .reviews-card-3 { grid-area: rev3; }

  .reviews-card.reviews-card-1 {
    max-width: 90%;
    padding: 40px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.reviews-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.reviews-card.reviews-card-2 {
    background: #F4F7FC;
    padding: 15px;
    border-radius: 10px;
}

.reviews-card.reviews-card-3 {
    padding: 15px;
    border-radius: 10px;
}

.reviews-card img {
    padding-right: 20px;
}

.reviews-card.reviews-card-2 img,
.reviews-card.reviews-card-3 img {
    width: 55px;
    padding-right: 20px;
}

.reviews-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #373737;
}

.reviews-card b {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 10px;
    display: block;
}

img {
    max-width: 100%;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb.transition {
    box-shadow: initial;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb.transition a {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb.transition .caption {
    padding: 0px;
}

body.newsblog-article .col-sm-8 p {
    font-size: 14px !important;
}

.col-sm-3.logo-contact img {
    border: 0px;
    width: 250p;
}

p.soe-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #373737;
    padding: 30px 0px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-footer {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-footer {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}

.menu-footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 0%;
}

.bottom-line-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.line-head--footer p {
    margin: 0px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

a.phone-foot {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0px 40px;
}

.bottom-line-footer {
    padding-top: 30px;
}

footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #323232;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

.line-head--footer {
    display: flex;
    align-items: center;
}

a.adds-card {
    width: 24%;
    position: relative;
    transition: 0.5s;
}

a.adds-card:hover {
    opacity: 0.7;
}

.adds-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

a.adds-card span i {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #373737;
}

a.adds-card span b {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #373737;
    display: block;
}

a.adds-card span {
    position: absolute;
    height: 56px;
    width: 100%;
    background: rgb(255 255 255 / 70%);
    bottom: 0px;
    left: 0px;
    z-index: 1;
    padding: 7px;
}

.container.inform-text div#content p {
    font-size: 14px !important;
}

td.text-right button.btn.btn-primary {
    margin: 0px 0px 5px 0px;
}

ul.breadcrumb {
    border: 0px solid;
    background: transparent;
    padding: 0px 0px;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

.col-md-4.col-xs-6 .form-group.input-group.input-group-sm label.input-group-addon,
.col-md-3.col-xs-6 .form-group.input-group.input-group-sm label.input-group-addon {
    border: 0px;
    background: transparent;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #75B924;
    border-color: #ddd;
}

body.information-contact .panel.panel-default .row {
    font-size: 14px;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb.transition .image img.img-responsive {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.col-sm-12.text-cat {
    padding-top: 30px;
}

.col-sm-12.text-cat p {
    font-size: 16px !important;
    padding-bottom: 10px !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif;
}

.col-sm-12.text-cat span {
    font-size: 14px !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif;
}

td.text-right button.btn.btn-primary {
    margin: 0px 0px 0px 0px;
}

p.text-danger.success_style {
    font-size: 14px;
    text-align: center;
}

a#form_send {
    margin: 0 auto;
    display: block;
    width: 200px;
    font-size: 14px;
}

td.text-right a.btn.btn-danger {
    margin-bottom: 5px;
}

td.text-right button.btn.btn-primary {
    margin: 0px 0px 0px 0px;
    width: 37px;
    margin-bottom: 5px;
}

.footer-flex .logo img {
    height: 95px;
}

.footer-flex {
    padding-bottom: 10px;
}

.my_quantity {
    margin: 0px 10px 0px 0 !important; 
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 2px !important;
    width: 120px!important;
    float: none;
    border: 1px solid #E0E0E0 !important;
    padding: 2px 0 6px 10px;
    }
    .quant {
    background: none !important;
    border: 0px solid #E0E0E0 !important;
    border-left: medium none;
    border-right: medium none;
    display: inline;
    height: 15px;
    line-height: 21px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 42px;
    font-weight: bold;
    }
    .my_minus {
    padding: 0px 7px 1px 8px;
    }
    .my_plus {
    padding: 0px 6px 1px 6px;
    }
    .my_minus, .my_plus {
    position: relative;
    display: inline;
    height: 21px;
    width: 21px;
    line-height: 18px;
    margin: 0;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    font-weight: normal;
    cursor: pointer;
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -ms-border-radius: 11px !important;
    -o-border-radius: 11px !important;
    border-radius: 2px !important;
    background: #b619d7;
    color: #fff !important;
    }

    td.text-left.col-update .input-group.btn-block span.input-group-btn {
        position: relative;
    }

    td.text-left.col-update .input-group.btn-block {
        display: flex;
        flex-wrap: wrap;
    }

    td.text-left.col-update span.input-group-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
    }
    td.text-left.col-update {
        max-width: 90px;
    }

    td.text-left.col-update .stepper {
        display: flex;
        width: 100%;
    }



.cdek_description .sdek_pvz_info a {
    font-weight: 600;
}

.product-thumb.transition > button span {
    font-size: 14px;
    font-weight: 600;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 100%;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    width: 0;
}

div#collapse-shipping-method label {
    font-size: 14px;
}









div#collapse-shipping-method .panel-body .radio:nth-child(3),
div#collapse-shipping-method .panel-body .radio:nth-child(4),
div#collapse-shipping-method .panel-body .radio:nth-child(5),
div#collapse-shipping-method .panel-body .radio:nth-child(6),
div#collapse-shipping-method .panel-body .radio:nth-child(7),
div#collapse-shipping-method .panel-body .radio:nth-child(8),
div#collapse-shipping-method .panel-body .radio:nth-child(9) {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ebeaea;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div#collapse-shipping-method .panel-body .radio::after {
    position: relative;
    padding-left: 20px;
    color: #8f8f8f;
    font-size: 12px;
}

div#collapse-shipping-method .panel-body .radio:nth-child(3)::after {
    content: '';
}

div#collapse-shipping-method .panel-body .radio:nth-child(4)::after {
    content: '';
}

div#collapse-shipping-method .panel-body .radio:nth-child(5)::after {
    content: 'Телефон: +7 (978) 884-54-34';
}

div#collapse-shipping-method .panel-body .radio:nth-child(6)::after {
    content: 'Телефон: +7 (978) 884-54-34';
}

div#collapse-shipping-method .panel-body .radio:nth-child(7)::after {
    content: 'Телефон: +7 (978) 884-54-34';
}

div#collapse-shipping-method .panel-body .radio:nth-child(8)::after {
    content: '';
}

div#collapse-shipping-method .panel-body .radio:nth-child(9)::after {
    content: 'Телефон: +7 (978) 884-54-34';
}






ul.dropdown-menu.pull-right button.btn.btn-danger.btn-xs {
    background: transparent;
    border: 0px;
    box-shadow: initial;
    color: #1d9938;
}

a.cart-pop-btn {
    width: 150px;
    height: 30px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #1d9938;
    background-image: linear-gradient(to bottom, #1d9938, #1d9938);
    background-repeat: repeat-x;
    border-color: #1d9938 #1d9938 #1d9938;
    display: flex;
    margin: 0 0 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.product-flex-page .form-group button#button-cart {
    max-width: 170px;
    margin-left: 10px;
    height: 34px;
    line-height: 13px;
}

.product-flex-page .form-group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.product-flex-page .form-group > div {
    width: 100%;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #1d9938;
    background-image: linear-gradient(to bottom, #1d9938, #1d9938);
    background-repeat: repeat-x;
}

.container .row div#content > .col-sm-12 div > .row > .col-sm-2.col-xs-6 {
    min-height: 145px;
}

/* + и - добавляем */
.my_quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.my_minus, .my_plus {
    background: #1d9938;
    font-size: 24px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

span.my_minus {
    padding-bottom: 4px;
}

form > .table-responsive > div#checkout-cart > .alert.alert-success.alert-dismissible button.close {
    right: 0px;
}

td.text-left.col-update .stepper {
    display: flex;
    width: 100%;
    margin-right: 5px;
}

.stepper-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

td.text-left.col-update {
    max-width: 120px;
}

.content-footer {
    display: flex;
    width: 100%;
    flex-direction: initial;
    align-items: flex-start;
    justify-content: space-between;
}

.bottom-line-footer {
    padding-top: 0px;
}

.menu-footer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

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

.bottom-line-footer {
    padding-top: 0px;
    min-width: 350px;
}


.line-head--footer {
    display: flex;
    align-items: center;
    min-width: 120px;
}

a.phone-foot {
    padding: 0px;
}

.tel-phone {
    min-width: 150px;
    max-width: 160px;
    margin: 0px 15px;
}

.product-thumb.transition > .caption .line-cart-price button.in_carts {
    background: #75B924;
}

button.in_carts_wish i {
    color: #75B924;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #75B924;
}

.row .product-layout .product-thumb.transition {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 5%);
    border: 1px solid #F4F5F7;
    transition: 0.5s;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb .caption h4 a {
    height: 70px;
} 

.footer-flex .tel-phone a {
    display: block;
    font-size: 15px;
    padding: 0px 5px;
}

.footer-flex .tel-phone {
    margin: 0px 5px;
}

.mainbackground {
    position: relative;
}

.mainbackground-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 295px;
    margin: auto 0px;
    width: 57%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mainbackground-content h1 {
    max-width: 490px;
    margin: 0 0 0 auto;
    margin-right: 170px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #1E1E1E;
}

.mainbackground-content a {
    max-width: 490px;
    margin: 0 0 0 auto;
    margin-right: 405px;
    width: 250px;
    height: 48px;
    background: #75B924;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    transition: 0.3s;
}

.mainbackground-content a:hover {
background: #69a91d;
 }

ul.top-lk li a span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #FFFFFF;
}

ul.top-lk {
    list-style-type: none;
    width: 132px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #1863dc;
    margin: 0px;
    transition: 0.3s;
}

.line-head-address a {
    width: 139px;
    height: 46px;
    left: 642px;
    top: 65px;
    background: #1863dc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.line-head-address a:hover {
    background: #0fb5e5;
}

.line-head-address a span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 136%;
    color: #FFFFFF;
    padding-left: 10px;
}

a.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: transparent;
    border: 0px;
}

a.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle #cart-total {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-line-front h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26.345px;
    line-height: 30px;
    color: #FFFFFF;
    background: #75b924;
    height: 59px;
    display: flex;
    align-items: center;
    min-width: 400px;
    border-radius: 5px;
    position: relative;
    margin: 30px 0px 30px;
}

.title-line-front h3:after {
    content: '';
    position: absolute;
    height: 59px;
    background: #75b924;
    width: 40vw;
    z-index: -1;
    left: -100%;
}

.row.row-flex .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    width: 20%;
}

.row.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px !important;
}

.carousel-prod.hit-prod.slick-initialized.slick-slider {
    width: 100%;
}

.product-thumb.transition > .caption button span {
    display: none;
}

.row .product-layout .product-thumb.transition .line-cart-price button i {
    color: #fff;
}

.row .product-layout .product-thumb.transition .image button {
    border: 0px;
    background: #CADBED;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 25px;
}

.row .product-layout .product-thumb.transition .image button i {
    color: #fff;
}

.content-footer .logo {
    min-width: 245px;
}

.content-footer .logo {
    min-width: 200px;
}

.content-footer .logo .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-footer .logo .footer-social img {
    height: auto;
    margin: 5px;
}

.menu-footer .menu-footer-contact a {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.menu-footer .menu-footer-contact p {
    font-size: 14px;
}

.content-footer .logo {
    min-width: 200px;
    margin-right: 10%;
}

aside#column-right {
    width: 100%;
}

.bf-layout-id-new .bf-attr-header {
    font-weight: 600;
}

.row div#content .col-sm-12 div .row {
    display: flex;
    flex-wrap: wrap;
}

.row div#content .col-sm-12 div .row .col-sm-2.col-xs-6 {
    width: 20%;
}

.row.row-flex-cat {
    display: flex;
    flex-wrap: wrap;
}

.row.row-flex-cat .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    width: 25%;
}

#column-right .row.row-news-flex .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod {
    width: 25%;
}

.row.row-news-flex {
    display: flex;
    flex-wrap: wrap;
}

.bg-manuf {
    background: #1863dc;
}

.bg-manuf div#carousel0 {
    background: transparent;
}

.bg-manuf h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26.345px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 20px;
}

.row.row-news-flex .product-thumb.transition .image {
    padding: 0px 0px 10px 0px;
}

span.date-news {
    padding: 0px 0px 0px 10px;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb .caption h4 a {
    height: 43px;
    font-size: 18px;
    padding: 0px 10px;
    text-align: left;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb.transition a.news-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #6A6A6A;
    padding: 15px 10px;
    display: flex;
    position: relative;
}

.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12.news-prod .product-thumb.transition a.news-link:after {
    content: '▶';
    font-size: 12px;
    position: relative;
    left: 5px;
    top: 1px;
    color: #1863dc;
}

.row .product-layout .product-thumb.transition .image button.balance-scale {
    top: 40px;
    /* width: 25px; */
    padding: 5px 4px;
}

#supermenu2 > ul {
    visibility: hidden;
    height: 0px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow: hidden;
}
#supermenu2 {
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent, transparent);
    background-repeat: repeat-x;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 4px;
    border: 0px solid;
    border-color: #1D9938;
    border-bottom: 0px;
    -moz-box-shadow: inset 0px 1px 0px #888;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#supermenu.respsmall a.mobile-trigger2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 16px;
    text-decoration: none;
    display: block;
    padding: 16px 10px 16px 10px;
    z-index: 6;
    position: relative;
    text-shadow: 0 0 1px #111;
    background: url(/image/theme/ico-user.png) 100% center no-repeat;
    font-weight: 600;
}
#supermenu.respsmall > ul.exped {
    width: 100%;
}
div#supermenu2 {
    margin: 0px;
}
a.mobile-trigger, a.mobile-trigger2 {
    width: 50%;
}
nav#supermenu {
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-wrap: wrap;
}
a.mobile-trigger {
    border-right: 1px solid;
}
#supermenu.respsmall a.mobile-trigger {
    font-weight: 600;
}
.mobile-home-cats {
    display: none;
}
nav#supermenu > ul.second-menu {
    display: none;
}

a.mobile-trigger2 {
    display: none;
}











.news-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

a.news-card {
    display: flex;
    width: calc(50% - 10px);
    aspect-ratio: 700 / 290;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 20px;
    text-decoration: none;
    transition: 0.3s;
}

a.news-card:hover {
    background-size: 110% 110%;
}

.news-card-left {
    display: flex;
    flex-direction: column;
    max-width: 45%;
    justify-content: center;
}

.news-card-title {
    color: #000;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 10px;
}

.news-card-subtitle {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}



@media screen and (max-width: 900px){
    a.news-card {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .news-card-left {
        max-width: 50%;
    }
    .news-card-title {
        color: #000;
        font-weight: 700;
        font-size: 17px;
        line-height: 19px;
        padding-bottom: 10px;
    }
    .news-card-subtitle {
        color: #000;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }
}
@media screen and (max-width: 1200px){
    ul.top-lk {
        list-style-type: none;
        width: 40px;
        margin: 0px;
    }
    ul.top-dop-menu li a {
        font-size: 12px;
    }
    ul.top-dop-menu li {
        margin: 0px 1%;
    }
    ul.top-dop-menu {
        list-style-type: none;
        display: flex;
        align-items: center;
        width: calc(100% - 210px);
        margin: 0px;
    }
    .line-head-address {
        display: none;
    }
    .top-head .logo {
        max-width: 110px;
    }
    .line-head-contact > a:nth-child(1), .line-head-contact > a:nth-child(2) {
        font-weight: 700;
        font-size: 15px;
        line-height: 19px;
        color: #373737;
        display: block;
    }
    .line-head-contact > a:nth-child(3) {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #0A4108;
        border-bottom: 1px solid transparent;
        margin-bottom: 5px;
        display: block;
        transition: 0.5s;
    }
    .top-head .right-head {
        width: calc(100% - 120px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    ul.top-dop-menu {
        list-style-type: none;
        display: flex;
        align-items: center;
        width: calc(100% - 50px);
        margin: 0px;
    } 
    .mainbackground-content {
        width: 100%;
    }
    .mainbackground-content h1 {
        text-align: center;
        width: 100%;
        max-width: 100%;
        font-size: 36px;
        margin: 0px;
    }
    .mainbackground-content a {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1100px){
    nav#supermenu > ul {
        display: block;
    }
}

@media screen and (max-width: 980px){
     nav#supermenu > ul.second-menu {
    display: block;
}
.bestseller_block, .latest_block {
    display: none;
}
a.mobile-trigger2 {
    display: block;
}
    #search .input-lg {
        height: 40px;
        line-height: 20px;
        padding: 0 10px;
        width: 100%;
        max-width: 200px;
        min-width: 200px;
        border-radius: 5px;
        background: #f8f8f8;
        padding-left: 40px;
    }
    .line-head-cart ul.dropdown-menu.pull-right {
        min-width: 300px !important;
    }
    .reviews-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 420px;
        gap: 20px 25px;
        grid-template-areas:
            "img rev1"
            "rev2 rev3";
        margin: 40px 0px;
    }
    .footer-flex {
        flex-direction: column;
        align-items: center;
    }
    .menu-footer-contact {
        text-align: center;
    }
    .content-footer .logo {
        min-width: 200px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .content-footer {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.menu-footer.menu-footer-mobile {
    width: 50%;
    justify-content: end;
    align-items: flex-start;
}
    a.adds-card {
        width: 49%;
        position: relative;
        transition: 0.5s;
        margin-bottom: 15px;
    }
    .adds-main {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
        table.delivery thead {
          display: none;
        }
        table.delivery tr {
          display: block;
          margin-bottom: 2rem;
          border-bottom: 2px solid #e8e9eb;
        }
        table.delivery td {
          display: block;
          text-align: right;
        }
        table.delivery td:before {
          content: attr(aria-label);
          float: left;
          font-weight: bold;
        }
        .table-responsive>table.delivery>tbody>tr>td {
            white-space: initial;
        }
        table.delivery td.text-left.col-update .input-group.btn-block {
            display: flex;
            flex-wrap: wrap;
            max-width: 100px !important;
            margin: 0 0 0 auto;
        }

        table.delivery td.text-left.col-update {
            max-width: 100%;
        }

        table.delivery td.text-left.col-update .input-group.btn-block {
            display: flex;
            flex-wrap: wrap;
            max-width: 115px !important;
            margin: 0 0 0 auto;
        }
        .content-footer {
            padding-top: 20px;
        }
        .megamenu-bg {
            background: #1863dc;
        }
        .right-top {
            display: none;
        }
        .left-top {
            display: none;
        }
        .top-head .right-head {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .title-line-front h3:after {
            content: '';
            position: absolute;
            height: 59px;
            background: #75b924;
            width: 75vw;
            z-index: -1;
            left: -100%;
        }
        .hit-prod.slick-initialized.slick-slider button.slick-prev.slick-arrow {
            left: initial;
            right: 45px;
            background-image: url(/image/theme/arr2-left.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        .title-line-front h3:after {
            content: '';
            position: absolute;
            height: 48px;
            background: #75b924;
            width: 75vw;
            z-index: -1;
            left: -100%;
        }
        .title-line-front h3 {
            font-style: normal;
            font-weight: 600;
            font-size: 22.345px;
            line-height: 30px;
            color: #FFFFFF;
            background: #75b924;
            height: 48px;
            display: flex;
            align-items: center;
            min-width: 400px;
            border-radius: 5px;
            position: relative;
            margin: 30px 0px 30px;
        }
        .mainbackground-content h1 {
            text-align: center;
            width: 100%;
            max-width: 100%;
            font-size: 26px;
            margin: 0px;
        }
        .mainbackground img {
            height: 250px;
            object-fit: cover;
        }
        .bottom-line-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
        }
        .bottom-line-head {
            flex-wrap: wrap;
        }
        .line-head-search {
            order: 6;
            width: 100%;
        }
        div#search {
            width: 100%;
        }
        div#search .input-lg {
            width: 100% !important;
            max-width: 100% !important;
        }
        .row.row-flex .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
            width: 33%;
        }
        .row.row-flex-cat .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
            width: 50%;
        }
        .row div#content .col-sm-12 div .row .col-sm-2.col-xs-6 {
            width: 25%;
        }
        
        .mobile-home-cats {
    display: block;
}
.tabs-home a {
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #e4e4e4;
    font-size: 18px;
    padding: 10px 10px;
    font-weight: 600;
}
.tabs-home a.active {
    border-bottom: 2px solid #75B924;
}
.tabs-home {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.tab-block {
     display:none;
}
.tab-block.active {
     display:block;
}
}
@media screen and (max-width: 767px){
     nav#supermenu > ul > li > a.tll {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-shadow: initial;
    border-bottom: 0px solid transparent;
}
#supermenu.respsmall ul li.tlli.sep {
    border-top: 1px solid #cbcbcb;
    height: 0px;
}
div#content .row .col-sm-4 h1 {
    font-size: 24px;
}
#supermenu.respsmall ul li.tlli:hover a.tll {
    background: none;
    text-shadow: 0px 0px 0px #fff;
    color: #fff;
    border-bottom: 0px;
}
    .bf-panel-wrapper.bf-left.bf-layout-id-new .box.bf-check-position .brainyfilter-panel.box-content.bf-hide-panel {
        display: none;
    }
    .bf-panel-wrapper.bf-left.bf-layout-id-new .box.bf-check-position .box-heading {
        background: #1863dc;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        border: 0px;
    }
    .mainbackground img {
    height: 155px;
    width: 100%;
    object-fit: cover;
}
.mainbackground.slick-initialized.slick-slider .slick-arrow {
    display: none !important;
}
.mainbackground-1 .mainbackground-content {
    top: 75px;
}
.mainbackground-2 .mainbackground-content {
    top: -40px;
}
}

@media screen and (max-width: 550px){
    .breadcrumb > li {
        text-shadow: 0 1px 0 #fff;
        padding: 0 20px;
        position: relative;
        white-space: initial;
    }
    a.adds-card img {
        width: 100%;
    }
    .top-head .logo {
        display: none;
    }
    .logo-mobile {
        display: block !important;
        width: 100px;
    }
    ul.top-dop-menu {
        display: none;
    }
    .top-line-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-line-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 0px 0px;
    }
    .line-head-contact > a:nth-child(3) {
        display: none;
    }
    .top-head .right-head {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .line-head-search {
        order: 5;
        width: 100%;
    }
    div#search {
        margin-top: 10px;
        width: 100%;
    }
    #search .input-lg {
        height: 40px;
        line-height: 20px;
        padding: 0 10px;
        width: 100%;
        max-width: 100%;
        min-width: 280px;
        border-radius: 5px;
        background: #f8f8f8;
        padding-left: 40px;
    }
    ul.top-lk span.hidden-xs.hidden-sm.hidden-md {
        display: block !important;
        padding-left: 5px;
    }
    ul.top-lk {
        list-style-type: none;
        width: 180px;
        margin: 0px;
    }
    ul.top-lk li a {
        display: flex;
        align-items: center;
        font-size: 15px;
    }
    .reviews-main {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "img"
            "rev1"
            "rev2"
            "rev3";
        gap: 20px 25px;
        margin: 40px 0px;
    }
    .reviews-card.reviews-card-1 {
        padding: 0px;
    }
    .line-head--footer p {
        margin: 0px;
        padding-left: 5px;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        color: #FFFFFF;
    }
    a.phone-foot {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        padding: 0px 20px;
    }
    p.soe-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #373737;
        padding: 30px 0px;
    }
    a.adds-card {
        width: 100%;
        position: relative;
        transition: 0.5s;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 25px;
    }
    .bottom-line-footer {
        padding-top: 0px;
        min-width: auto;
    }
    .top-line-head {
        display: none;
    }
    .top-head .logo {
        display: flex;
    }
    .line-head-wishlist {
        width: 33%;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .line-head-cart {
        width: 33%;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .line-head-contact {
        width: 50%;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
        flex-direction: column;
    }
    .logo {
        width: 50%;
        max-width: 50% !important;
        display: flex !important;
        justify-content: center;
        padding-bottom: 0px;
        flex-direction: column;
    }
    .title-line-front h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20.345px;
        line-height: 30px;
        color: #FFFFFF;
        background: #75b924;
        height: 48px;
        display: flex;
        align-items: center;
        min-width: 100%;
        border-radius: 5px;
        position: relative;
        margin: 30px 0px 30px;
    }
    .title-line-front h3:after {
        content: '';
        position: absolute;
        height: 48px;
        background: #75b924;
        width: 95vw;
        z-index: -1;
        left: -100%;
    }
    .row.row-flex .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
        width: 50%;
        padding: 0px 5px;
    }
    .row.row-flex-cat .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
        width: 50%;
        padding: 0px 5px;
    }
    .row div#content .col-sm-12 div .row .col-sm-2.col-xs-6 {
        width: 33%;
    }
    .row .product-layout .product-thumb.transition .line-cart-price p.price {
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
        color: #313B4D;
        margin: 0px;
    }
    .row .product-layout .product-thumb.transition h4 a {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #373737;
        border-bottom: transparent;
        display: block;
        height: 45px;
        overflow: hidden;
        text-align: center;
    }
    .bf-hidden {
        display: block;
    }
}