body, html {
    background: #fff;
    background: url('../img/abg.png');
}

h3 {
    font-weight: 400;
}

.main-news-header {
    font-weight: 500;
    font-size: 18px;
}

.content-container a {
    color: tomato;
    text-decoration: underline;
}

.content-container a:hover {
    text-decoration: none;
}

.top-row a {
    color: #fff;
}

.top-row {
    background: url("../img/actuon.png");
    height: 100px;
}

.top-row-logo {
    padding-top: 30px;
}

.top-row-descr, .top-row-address, .top-row-phones {
    font-size: 14px;
    color: #fff;
    padding-top: 30px;
}

.top-row-search {
    width: 400px;
}

.top-row-search-cont {
    position: relative;
    padding-top: 30px;
}

.top-row-search-cont form {
    position: relative;
}

.top-row-search-button {
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
    border: 0;
    color: tomato;
}

.top-row-search-button:focus {
    outline: none;
}

.top-row-search-button:active {
    outline: none;
    background: tomato;
    border: 0;
    padding: 8px;
    top: 0px;
    color: #ffffff;
}


.menu-row {
    background: #a30c0c;
    border-top: 1px solid #fff;
    height: 44px;
    line-height: 40px;
}

.menu-row li a {
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
}

.menu-row-list li:hover {
    background: #ca2805;
}

.menu-row-list a {
    color: #fff;
}

.menu-row-list a:hover {
    text-decoration: none;
    color: #fff;
}

.breadcrumb {
    background: none;
}

.breadcrumb a {
    color: #373737;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    color: tomato;
}

.main-container {
    background: #fff;
    padding: 25px 25px 40px 25px;
}

.banner-container {
    background: grey;
    height: 350px;

}

.all-header-wlink, .all-header {
    margin-top: 70px;
    margin-bottom: 30px;
}

.all-header-wob {
    margin-top: 0px;
    margin-bottom: 30px;
}

.main-news {
    font-size: 14px;
}

.main-news-date {
    margin-bottom: 0;
}

.main-news-header {
    margin-bottom: 20px;
}

.good-wrap-3 {
    max-height: 370px;
    height: 370px;
    padding: 5px;
}
.good-wrap-1 {
    padding: 5px;
}
.good-wrap-3-cats {
    max-height: 280px;
    height: 280px;
    padding: 5px;
}


.good-container {
    height: 100%;
    padding: 5px;
    transition: 1s ease;

}

.good-cont-img {
    height: 150px;
    margin-bottom: 20px;
}
.good-cont-img-list {
    height: 50px;
    margin-bottom: 20px;
}
.good-cont-img-list  img {
height: 100%;
}
.good-cont-img img {
    height: 100%;
}

.good-container:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}

.good-cont-name {
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 14px;
}
.a_good-cont-name{
color: #000 !important;
text-decoration: none !important;
}


.good-cont-price {
    margin-top: -5px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 21px;
}

.footer {
    padding-top: 20px;
    font-size: 14px;
}

.footer a {
    color: #373737;
}

.footer ul li {
    padding-top: 5px;
}

.good-img-cont {
    height: 350px;
}

.good-img-cont img {
    max-height: 400px;
    max-width: 400px;
}

.good-stars {
    padding-top: 20px;
    color: #ccc;
}

.good-compare{
    padding-top: 20px;

}

.good-stars .selected-star {
    color: tomato;
}

.good-price {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 400;
}

.good-qty-selector{
    left:30%;
}
.qty-left-0{
left: 0 !important;
}

.good-qty-selector .left-button {
    border-right: 0;
}

.good-qty-selector .right-button {
    border-left: 0;
}

.good-qty-selector input {
    width: 24px;
    border: 1px solid #6c757d;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.good-add2cart-button {
    margin-top: 20px;
}

.good-qty-all {
    padding-left: 10px;
}

.goods-list-filters-newrow {
    padding-top: 20px;
}

.goods-list-main-filter-wrap {
    height: 250px;
    max-height: 250px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
}

.one-filter-wrap {
    display: grid;
    height: 100%;
    grid-template-rows: 30px 80%;
    padding: 20px;
}

.one-filter-this {
    border: 1px solid #ddd;
    height: 100%;
    overflow-y: scroll;
    padding:10px;

}
.one-filter-this::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.one-filter-this::-webkit-scrollbar-button {
    width: 27px;
    height: 27px;
}

.one-filter-this::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 20px;
}

.one-filter-this::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.one-filter-this::-webkit-scrollbar-thumb:active {
    background: #000000;
}

.one-filter-this::-webkit-scrollbar-track {
    background: #fff;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.one-filter-this::-webkit-scrollbar-track:hover {
    background: #fff;
}

.one-filter-this::-webkit-scrollbar-track:active {
    background: #fff;
}

.one-filter-this::-webkit-scrollbar-corner {
    background: transparent;
}
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #fa2600;
    border-radius: 3px;
}
.control-radio .control_indicator {
    border-radius: 3px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ff;
}

.control input:checked ~ .control_indicator {
    background: #fa2600;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}


.main-menu-wrap:hover  .main-menu-open{

    display: block;
}

.main-menu-open{
    display: none;
    position: absolute;
    background: #dddddd;
    width:350px;
    max-width: 350px;
}

.main-menu-open i {
    font-size:12px;
}

.main-menu-open li {
    padding:5px;
}

.main-menu-open li:hover i, .main-menu-open li:hover a  {
    color:#fff;
}

.main-menu-open li a{
    color:#373737;
}

.main-menu-open li:hover .main-menu-sub{
    display: block;
}

.main-menu-sub{
  position: absolute;
    top: 5px;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;

    display: none;
    width:350px;
    max-width: 350px;
    left: 350px;
    background: #dddddd;
    margin-top:-5px;
}

.main-menu-sub li a{
    color:#373737 !important;
}

.main-menu-sub li:hover a{
    color:#fff !important;
}
.main-menu-sub::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.main-menu-sub::-webkit-scrollbar-button {
    width: 27px;
    height: 27px;
}

.main-menu-sub::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 20px;
}

.main-menu-sub::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.main-menu-sub::-webkit-scrollbar-thumb:active {
    background: #000000;
}

.main-menu-sub::-webkit-scrollbar-track {
    background: #fff;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.main-menu-sub::-webkit-scrollbar-track:hover {
    background: #fff;
}

.main-menu-sub::-webkit-scrollbar-track:active {
    background: #fff;
}

.main-menu-sub::-webkit-scrollbar-corner {
    background: transparent;
}
.lk-input-group-wrap{
    padding-top:20px;
    padding-bottom:20px;
}

.lk-additional{
    padding:0 10px 0 10px;
}

.list-item-login{
    position: relative;
}

.header-login-wrap{
    position: absolute;
    background: #fff;
    width: 300px;
    right: 0;
    padding:15px;
}
.header-login-mar{
    padding-top:10px;
    padding-bottom:10px;
}
.header-login-mar input {
    margin-bottom: 15px;
}

.header-login-wrap a{
    color:tomato;
    text-decoration: underline !important;
    line-height: normal !important;
    padding:0 !important;
    font-size:12px;
}

.header-login-wrap a:hover{
    color:tomato;
    text-decoration: none !important;
}

.display-none-temp{
    display: none !important;
}

.header-login-mar2 a{
    font-size:1em;
}
.header-login-mar2 p{
    margin-bottom:2px;
}

.header-cart-wrap{
    background: #fff;
    position: absolute;
    width: 500px;
    right: 0;
    height: 355px;
    padding: 10px;
    display: grid;
    grid-template-rows: 35px 235px 65px;
    line-height: normal !important;
}

.header-cart-head{
    padding-bottom:10px;
}

.header-cart-body{
    overflow-y: scroll;

    overflow-x: hidden;
}

.header-cart-body ul li {
    height: 60px;
}

.header-cart-list img {
    width:100%;
}

.list-item-cart{
    position: relative;
}

.header-cart-body ul li {
    border-bottom:1px solid #eee;
}
.header-cart-body ul li:hover {
    background: none;
}

.header-cart-buttons {
    padding-top:15px;
}

.header-cart-good-descr {

    white-space: nowrap;
}

.cart-one-row img{
    width:100%;
}

.cart-body{
    padding:20px 0 20px 0;
}

.cart-body li {
    padding:10px 0 10px 0;
    border-bottom:1px solid #eee;
}

.cart-all{
    font-size:1.2em;
}

.cart-descr{
    padding:15px 0 45px 0;
}

.order-his-list-item{
    padding:10px 0 10px 0;
    border-bottom:1px solid #eee;
}

.body-in-orders{
    padding:30px 0 10px 0;
}

.brands-container{
    padding:50px 0 60px 0;
}

.brands-container img {
    float: left;
    white-space: nowrap;
    overflow-x: hidden;
    margin-right: 20px;
}

.brands-controls{
    color:#ccc;
    font-size: 24px;
    margin-top:20px;
}
.rev-container{
    margin-bottom:30px;
    padding-right: 30px;
}

.rev-answer{
    padding-left: 20px;
}
.fat-icon{
    font-size:24px;
    color:tomato;

}

.fat-icon-wrap{
    padding-bottom:20px;
    position: relative;
}

.fat-icon-wrap:hover  .tooltip1{
    display: block;
}

.tooltip1{
    text-align: justify;
    display: none;
    position: absolute;
    background: #373737;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    width:100%;
    margin-top:30px;
    z-index: 10050;
}

.tooltip-corner{
    position: absolute;
    background: #373737;
    margin-top: -15px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    left: 45%;
}
.rep-good-cl{
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}

.rep-good-props {
    height: 100px;
    max-height: 100px;
}

.rep-good-cart{
    height: 150px;
    max-height: 150px;
}

.rep-good-descr{
    padding-top:20px;
    min-height: 300px;

    padding-bottom:20px;

}

.rep-good-cont{
    border-right: 1px solid #eee;
}
.good-cont-count{
    text-align: center;
    margin-bottom:10px;
    height: 50px;

}

.long-amount{
    width:30px !important;
}

.like-buttons{
    position: absolute;
    right: 0;
    padding-right: 10px;

}
.like-buttons a{
color:#c6c6c6;

}

.like-tomato{
color:tomato !important;

}
