html {
  margin: 0;
  padding: 0;
  
}

body {
  transform-origin: top center;
  margin: 0 auto;
  padding-top:0;
}

@media (min-width: 576px) {
	body {
	  zoom: 1.0;
	}
}

@media (min-width: 768px) {
	body {
	  zoom: 1.0;
	}
}

@media (min-width: 992px) {
	body {
	  zoom: 1.0;
	}
}

@media (min-width: 1200px) {
	body {
	  zoom: 1.0;
	}
}

@media (min-width: 1600px) {
	body {
	  zoom: 1.0;
	}
}
.hidden {
	display:none!important;
}
.top-header {
    position:relative;
    height:60px;
}
.top-header .long-bg-left {
    position:absolute;
    height:60px;
    width:50%;
    top:0;
    left:0;
    z-index:1;
}
.top-header .long-bg-right {
    position:absolute;
    height:60px;
    width:50%;
    top:0;
    right:0;
    background:#cb641b;
    z-index:1;
}
.header-g{
    background: #cb641b;
    /*background-size: calc(100% - 175px) 100%; 
    background-position: 175px 0; 
    background-repeat: no-repeat;*/ 
    margin:0 auto;
    height:60px;
    max-width:1366px;
    z-index:2;
    position:relative;
    justify-content: space-between;
}
.header-g #search {
    max-width:300px;
}
.header-g .phone {
    color:#fff;
    font-size:18px;
    padding-left:20px;
    background: url('../img/phone-icon.png') no-repeat 0 0;
    background-size:20px 20px;
    font-weight:500;
}

.logo-b {
    padding-right: 10px;
    /*padding-left: 135px;*/
    padding-left: 10px;
    background: #fff;
    height: 60px;
}
#logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.medium-header {
    width:100%;
    height:50px;
    background:#ebebeb;
    margin-top:20px;
    z-index:1;
}

.medium-header #top {
    background: none;
}
footer {
    background: #545454;
    color: #f4f4f4!important;
    margin-top:30px;
    padding-top:30px;
}
footer .footer-container {
    max-width:1366px !important;
    margin:0 auto;
    padding:0 30px;
    display:flex;
    flex-direction: row;
}
footer .fcolumn {
    width:calc(33% - 10px);
    margin-right:10px;
}
footer .fcolumn:last-child {
    margin-right:0;
}
footer .fcolumn.column1 {
    overflow:hidden;
}
footer .fcolumn.column1 img.footer-logo {
    margin-left:-19px;
}
footer .fcolumn .columnh {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
}
footer .footer-container-bottom {
    max-width: 1366px !important;
    margin: 0 auto;
    padding: 20px 30px;
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
}
footer .footer-container-bottom .em {
    color: #f4f4f4;
}
footer .fcolumn.column1 .phones {
    margin:20px 0;
}
footer .fcolumn.column1 .phones .phone {
    color: #f4f4f4;
    font-size: 16px;
    padding: 10px 0 10px 30px;
    background: url('../img/phone-icon.png') no-repeat 0 8px;
    background-size: 20px 20px;
    font-weight: 500;
    display:block;
}

footer .rm-footer-address {
    font-size:14px;
    color:#a9b9b0 !important;
}

.rm-footer {
    /*
    background: #1f2432;
    color: #727478!important;
    */    
    background: #545454;
    color: #f4f4f4!important;  
}
.rm-footer-text{
	color: #727478!important;
}
.rm-footer a{
	color: #727478!important;
	text-decoration: none!important;
}
.rm-footer a:hover{
	color: #ffffff!important;
}
.rm-footer-credits{
	border-top: 0px solid #727478 !important;
}
.rm-footer-links-list {
    max-height: unset !important;
}
.rm-footer-links-list li a {
    color: #a9b9b0;
    display: inline-block;
    /*
    background-image: url(/catalog/view/theme/oct_remarket/img/arrow_right_white.png);
    background-position: 100% 15px;
    background-repeat: no-repeat;
    background-size: 5px;
    border-top: 1px dashed #323a52;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    */
    width: 100%;
    padding:2px 0;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

.rm-footer-links-list li a:hover {
    color: #fff
}

.rm-module-title, .rm-category-product-model, .rm-module-stock {
    text-transform: uppercase;
    text-decoration: none!important;
}

.rm-module-title {
    margin-bottom: auto;
}

.rm-module-title a {
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 20px;
}

.rm-module-stock:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/ok-35-green.png) no-repeat;
    background-size:20px 20px;
    margin-right: 4px;
}

.rm-module-stock {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 0 4px;
    height: 20px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: start;
    -ms-flex-item-align: start;
    align-self: center;
    color: #000;
    font-size: 10.1pt;
    width:100%;
}

.rm-module-stock.rm-out-of-stock {
    color: #fff;
    background: #eb5757;
    display: inline-block;
    width: auto;
    padding: 0 15px;
    height: auto;
}


.rm-cart-btn-icon {
    /*
    -webkit-mask: url("../img/sprite.svg#include--cart-icon");
    mask: url("../img/sprite.svg#include--cart-icon");
    -webkit-mask-size: cover;
    mask-size: cover;*/
    
    -webkit-mask: url("../img/cartbtn.png");
    mask: url("../img/cartbtn.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    
    width: 20px;
    height: 20px;
    background: #fff !important;
    display: block;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.rm-cat-button-cart .rm-btn-text {
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.1px;
    display: block !important;
    text-transform: none;
    font-weight: 500;
}


.rm-module-rating-star {
    background: url("../img/sprite.svg#include--star-grey") no-repeat;
    width: 18px;
    height:18px;
    display: inline-block;
}
.rm-module-rating-star-is {
    background: url("../img/sprite.svg#include--star-gold") no-repeat;
}

.rm-page-title {
    background: url("../img/cat-title-fon.png") no-repeat;
    padding: 0px 20px 10px 570px;
    text-transform: uppercase;
}

.rm-page-title1 {
  background: linear-gradient(135deg,
    #eb691f 0%,
    #eb691f 35%,
    #d3d3d4 35%,
    #d3d3d4 65%,
    #e7e6e6 65%,
    #e7e6e6 92%,
    transparent 92%,
    transparent 100%
  );
	padding: 0px 20px 10px 40px;
	text-transform: uppercase;
}

.rm-page-title h1 {
    color: #eb691f;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    padding: 0px 10px;
}

h1.cat-title {
    color: #eb691f;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    padding: 0;
    text-transform:uppercase;
    margin:15px 0;
}


.rm-breadcrumb {
    padding: 0px;
    margin:15px 0;
}
.rm-breadcrumb-item + .rm-breadcrumb-item::before {
    padding-right: 6px;
    color: #5aba27;
}
.rm-breadcrumb-item:last-child {
    color: #5aba27 !important;
}

.rm-breadcrumb-item a {
    color: #5aba27 !important;
    text-decoration:none;
}

.rm-breadcrumb-item:first-child {
    width: auto;
    height: auto;
}

.rm-breadcrumb-item {
    font-size: 14px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 500;
}
.rm-breadcrumb-item:first-child > * {
    width: auto;
    height: auto;
    display: inline-block;
}
#common-home {
    margin:0 auto;
    max-width:1366px;
    width:100%;
}


#common-home .row-padding-top .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

nav#top .container {	
    padding-left: 157px;
}
nav#top .container .top-nav-info-list {
    margin-top:7px;
}
nav#top .container .top-nav-info-list li {
    padding: 0px 0px;
    height:100%;
}
nav#top .container .top-nav-info-list li a {
    font-size:12px!important;
    font-weight:700;
    letter-spacing:1px;
    display:inline-block;
    color:#6a2b05 !important;
    line-height:36px;
    padding: 0 10px;
    text-decoration:none !important;
    background:#e5e5e5;
    border-right: 1px solid #c5c5c5;
}
nav#top .container .top-nav-info-list li:last-child a {
    border-right: none;
}
nav#top .container .top-nav-info-list li a:hover {
    background: #cb641b;
    color:#f1f1f1 !important;
    text-decoration:none!important;
}
#language button {
    border:1px solid #fff;
    border-radius:13px;
}

#language button::after {
    content: "›";
    display: inline-block;
    margin-left: 6px;
    width: 9px;
    height: 10px;
    color: #fff;
    font-size: 23px;
    line-height: 10px;
    margin-right: 2px;
    margin-top:-2px;
}
#language button:hover {
    text-decoration:none;
}
#oct_desktop_language.active button::after {
    transform: rotate(90deg);
    margin-top:4px;
}

/*
.rm-dropdown-box.visible .rm-dropdown {
    visibility: visible!important;
    opacity: 1!important;
}
.rm-dropdown-box:hover .rm-dropdown {
    visibility: visible!important;
    opacity: 1!important;
}
.rm-dropdown-box .rm-dropdown:hover {
    visibility: visible!important;
    opacity: 1!important;
}
*/

@media (min-width: 1600px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .modal-dialog-1110 {
        max-width: 1366px !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1366px;
    }
}

header {
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #f3f3f3;
    border-bottom: 0px solid #f3f3f3;    
}

.mt-xl-3, .my-xl-3 {
    margin-top: 0px!important;
}

.top-nav-account-links-item {
    padding: 0px 15px!important;
}

.rm-header-cart {
    min-width: 80px;
    background: transparent;
    border: 0px solid #fbfbfb;
    border-radius: 10px;
    padding: 0px 10px!important;  
}

.rm-search
 {
    height: 25px;
    position: relative;
    width: 100%;
	/*padding-top:12px;*/
	padding-left:25px;
}

.rm-header-phones{
	width:440px;
}
.rm-header-phones a, .rm-header-phones span{
	line-height:13px;
	color:#fff;
	font-weight:500;
    text-transform: uppercase;
    text-decoration: none!important;
    letter-spacing:1px;
	
}
.rm-header-phones a:hover, .rm-header-phones span:hover{
	color:#fff!important;
}
#menu_toggle_button{
	background:transparent!important;
	text-transform: uppercase;
    text-decoration: none!important;
    letter-spacing:1px;
}

.rm-header-cart-quantity {
    display: block;
    min-width: 18px;
    background-color: #fb9130;
    font-weight: 500;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    border-radius: 16px;
    position: absolute;
    top: calc(50% + 1px);
    left: 21px;
    color: #fff;
}

.btn-search {
    padding: 0;
    position: absolute;
    top: 2px;
    right: 3px;
    left: auto;
    bottom: 0;
    width: 21px;
    height: 21px;
    background: #6a2b05;
    border-radius: 13px;
}

.rm-search input {
    border-radius: 13px;
    padding:11px 15px 11px 15px;
}

#input_search {
    height: 25px!important;
}


@media (min-width: 576px) {
    .rm-advantages-item-icon{
        width: 40px;
        height: 30px;
        margin-bottom: 15px;
        margin-right: 12px;
    }
}

@media (min-width: 768px) {
    .rm-advantages-item {
        background: transparent;
        padding: 1px 30px;
        text-transform: uppercase;
	    text-decoration: none!important;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
        border-radius: 2px;
    }
}

a.rm-advantages-item:hover span.rm-advantages-item-title{
    color:#7ed957!important;
}

span.rm-advantages-item-title {
    text-transform: uppercase;
    text-decoration: none!important;
    font-size:20px;
    font-weight:700;
}

.rm-advantages {
    
}
.rm-advantages > .row > div {
    width:50%;
}

.stripe {
    text-transform: uppercase;
    text-decoration: none!important;
    font-size:24px;
    font-weight:700;
    height: 60px;
    /*background: linear-gradient(to right, #ed620d, #461d03);*/
    background:#cb641b;
    color:#f4f4f4;
    display:flex; 
    justify-content: center;
    align-items: center;
    /*
    margin-left:-15px;
    margin-right:-15px;
    */
    margin-bottom:10px;
    letter-spacing:1.2px;
}

.clr-grey{
    color:#d1cfcf;
    display:none;
}
.clr-orange{
    color:#eb691f;
    display:none;
}

.rm-module-header{
    background:#eeeeee;
    color:#6a2b05;   
    height:60px;
    font-size:20px;
    padding-left: 20px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight:700;
    letter-spacing:1.5px;
}
.rm-module-header2{
	background: linear-gradient(135deg,
    #d3d3d4 0%,
    #d3d3d4 65%,
    transparent 65%,
    transparent 100%
  	);
	padding: 20px 0px 0px 0px;
}
.rm-module-header3{
	 background: linear-gradient(135deg,
    #e7e6e6 0%,
    #e7e6e6 92%,
    transparent 92%,
    transparent 100%
  	);
  	padding: 20px 0px 0px 0px;
}
.rm-module-header span {
    border-bottom: 0px solid #fb9130;
    display: inline-block;
    padding-bottom: 0px;
}

.btn-lang b, .btn-lang div{
    color:#fff;
    text-decoration: none!important;
    font-weight:500;
    font-size:12px;
}
.btn-lang b:hover{
	color:#fff!important;
	text-decoration: none!important;    
}

.product-module .rm-module-header {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;
}
/*
.product-module .rm-module-header span {
    width:190px;
}
*/
.product-module .button-slider {
    display:flex;
    justify-content: space-between;
    margin-left:20px;
    line-height:39px;
    flex-grow:1;
    padding-right:10px;
    width:calc(100% - 190px);
}
.product-module .button-slider .buttons-wrap {
    width:calc(100% - 80px);
    overflow-x:hidden;
    position:relative;
}
.product-module .button-slider ul.buttons {
    display:flex;
    justify-content: flex-start;
    position:relative;
}
.product-module .button-slider ul.buttons > li {
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    position:relative;
}
.product-module .button-slider ul.buttons li:last-child {
    margin-right: 0;
}
.product-module .button-slider ul.buttons li a {
    display:inline-block;
    padding:7px 15px;
    border:2px solid #6a2b05;
    border-radius:5px;
    font-weight:500;
    font-size:14px;
    color:#6a2b05;
    text-decoration: none;
    white-space:nowrap;
    line-height:20px;
    font-weight:500;
    letter-spacing:1px;
}
.product-module .button-slider ul.buttons li.has-child > a {
    padding:7px 30px 7px 15px;
}
.product-module .button-slider ul.buttons li a:hover,
.product-module .button-slider ul.buttons li.current a {
    border:2px solid #cb641b;
    color:#cb641b;
}

.product-module .button-slider .expand {
    position: relative;
    margin-left: -35px;
    cursor:pointer;
}
.product-module .button-slider .expand i {
    font-size:15px;
}
.product-module .button-slider .expand.open i {
    transform:rotate(180deg);
}

.product-module .button-slider .expand-childs {
    display:none;
    border:2px solid #6a2b05;
    border-radius:5px;
    z-index:1000;
    position:absolute;
    background:#fff;
    padding:10px;
}
.product-module .button-slider .expand-childs.open {
    display:block;
}
.product-module .button-slider .expand-childs ul {
    display:flex;
    flex-direction:column;
}
.product-module .button-slider .expand-childs ul li {
    list-style:none;
    border:none;
    height:25px;
    line-height: 25px;
}
.product-module .button-slider .expand-childs ul li a {
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight:500;
    color:#6a2b05;
}
.product-module .button-slider ul.buttons ul.childs {
    display:none;
}

.product-module .button-slider .nav {
    display:flex;
    justify-content: space-between;
}
.product-module .button-slider .nav > * {
    opacity:0.6;
    cursor:default;
}
.product-module .button-slider .nav > div.active {
    opacity:1;
    cursor:pointer;
}
.product-module .button-slider .prev {
    width:20px;
    height:46px;
    background: url('../img/prev-next.png') no-repeat -13px 13px;
    padding:15px;
    transform:rotate(180deg);
}
.product-module .button-slider .next {
    width:20px;
    height:46px;
    background: url('../img/prev-next.png') no-repeat -13px 13px;
    padding:15px;
}


.row.no-gutters .rm-module-col {
    border:1px solid #e3e2e2;
    margin:0;
}
    
@media (min-width: 700px) and (max-width: 1000px){
	.rm-module-col, .no-col .product-grid{
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
    }
}
@media (min-width: 450px) and (max-width: 700px){
	.rm-module-col, .no-col .product-grid{
	    flex: 0 0 50%;
	    max-width: 50%;
    }
}
@media (max-width: 450px){
	.rm-module-col, .no-col .product-grid{
	    flex: 0 0 100%;
	    max-width: 100%;
    }
}

@media (min-width: 1000px){
    .rm-module-col, .no-col .product-grid {
	flex: 0 0 20%;
	max-width: 20%;
    }
}

.row.no-gutters .rm-module-col:hover {
    border:1px solid #eb691f;
}

.rm-category-product-model {
    /*margin:-32px -32px 20px -32px;*/
    display:flex; 
    justify-content: center;
    background:#fff;
    text-transform: uppercase;
    font-weight:700;
    letter-spacing:1px;
    color:#727478;
    padding:3px;
    font-size:13px;
}

.rm-category-product-model span {
	display: inline;
	text-transform: uppercase;
	font-weight:700;
	letter-spacing:1px;
	color:#727478;
}

.rm-module-item:hover .rm-module-title > a {
    color:#eb691f!important;
}

.rm-cart-btn {
        background:#eb691f!important;
}

.rm-btn.secondary:hover, .rm-btn.dark:hover, .rm-module-item:hover .rm-cart-btn {
        background:#eb691f!important;
}

.row-padding-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rm-module-price-box {
    margin: 0px -5px -5px -5px;
    display:flex; 
    justify-content: center;
    text-transform: uppercase;
    font-weight:700;
    letter-spacing:1px;
    color:#fff;
    padding:15px 3px 3px 3px;
}
.rm-cart-btn{
    background:#eb691f;
    border-radius:0px;
    padding:0 7px;
}

.rm-btn.secondary.rm-cart-btn .rm-btn-text {
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.1px;
    display: block !important;
    text-transform: none;
    font-weight: 500;
}
.product-grid .rm-btn-text {
    display: block;
}
.rm-cart-btn-icon + .rm-btn-text {
    padding-left: 5px;
}
.rm-module-price {
    background: #fff;
    border-radius: 0px;
    color: #727478;
}

.rm-module-price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    padding:0;
    font-weight: 500;
}

.special .rm-module-price {
    color:#f00;
}

.rm-module-price-top {
    margin-bottom:-16px;
    z-index:10;
    max-width:110px;
}
.rm-module-price-bottom {
    z-index:1;
}
.rm-module-price-bottom.spec .rm-module-price {
    color:red;
}
.rm-module-price-old {
    padding:0;
    text-decoration-line: line-through;
    /*text-decoration-color: #f00;*/
    text-decoration-thickness: 2px;
    text-decoration-style: solid;
    font-weight:500;
    display:inline-block;
}
.rm-module-price .price-right {
    font-size:12px;
}
.rm-module-title{
 margin-bottom:auto;
}

.rm-cart-btn-icon {
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    .product-grid .rm-module-item {
        padding: 30px; 
    }
}

#rm_fixed_contact_button, .rm-fixed-contact-pulsation, .rm-header-cart-quantity, .rm-news-item-date, .oct-fixed-bar-quantity-cart, .rm-slideshow-plus .slick-dots li.slick-active button, .rm-slideshow-plus .slick-dots li:hover button, .rm-day-discounts .slick-dots li.slick-active button, .rm-day-discounts .slick-dots li:hover button, .rm-product-tabs .nav-link.active:before, .radio-box::after, .rm-product-images-main .slick-dots li.slick-active button, #loginTabs .nav-link.active:before {
    background: #eb691f!important;
}

#slideshow0 {
    margin-top:25px;
}

.rm-menu.active{
    top: calc(100% + 0px);
    visibility: visible;
    opacity: 1;
    z-index: 1031;
}

.rm-dropdown{
    top: calc(100% - 15px);
}

.rm-category-wall-item a {
	border:1px solid #5b5e65;
	border-radius:10px;
	margin:5px;
	height:185px;

}


.rm-category-wall-item-title{
    display: block;
    background:#d9d9d9;
    width:100%;
    padding:5px;
    text-transform: uppercase;
    font-weight:500;
    margin:0px 0px auto 0px;
    color:#545454;
}

.rm-category-wall-item a:hover {
	border:1px solid #eb691f;
}

.rm-category-wall-item a .rm-category-wall-item-title{
	display: block;
	width:107%;
	padding:5px;
	text-transform: uppercase;
	font-weight:500;
	margin:0px 0px auto 0px;
	text-decoration:none!important;
	}
	
.rm-category-wall-item a:hover .rm-category-wall-item-title{
	display: block;
	background:#eb691f;
	width:100%;
	padding:5px;
	text-transform: uppercase;
	font-weight:500;
	margin:0px 0px auto 0px;
	color:#ffffff!important;
	text-decoration:none!important;
	}
		
.rm-category-wall-item a:hover{
	color:#ffffff!important;
	text-decoration:none!important;
}

.rm-subcategory {
    margin-bottom: 15px;
}
.rm-subcategory-row {
    justify-content: flex-start;
	 /* justify-content: space-between; */
    width:100%;
}
.rm-subcategory a {
    border: 2px solid #5b5e65;
    border-radius:10px;
    padding:15px 0;
    margin-bottom:15px;
    width:calc(25% - 15px);
}
.rm-subcategory a .rm-category-wall-item-title {
    color:#545454;
    font-weight:700;
    font-size:14px;
}
.rm-subcategory a:hover {
    border: 2px solid #cb641b;
    text-decoration:none;
}
.rm-subcategory a:hover .rm-category-wall-item-title {
    text-decoration: none;
    color:#fff;
    background:#cb641b;
}



#menu_toggle_button{
	z-index: 100;
}

.rm-module-item{
    background-color: #fff;
    position: relative;
    z-index: 2;
    box-shadow: none;
    padding:5px !important;
    flex-direction:column;
}

.no-gutters {
    /*
    margin-right: -3px;
    margin-left: -3px;
    */
    
    margin-right: 0;
    margin-left: 0;
    
}
.rm-category-sort {
    padding: 10px 0px;
}
.rm-module .no-gutters {
    /*
    margin-right: -19px;
    margin-left: -19px;
    */
}

#slideshow0 .slick-dots {
	bottom: -54px;
}

#slideshow1 {
	margin-top:25px;
}

.rm-content {	/* padding: 0px; margin-left:-15px; margin-right:-15px; */ }

.rm-content.rm-product {
    padding: 0px;
    margin-left:0;
    margin-right:0;	
}

.rm-content#product_description {
    margin-left:0;
    margin-right:0;
}


.rm-news{
	background: linear-gradient(60deg,
    transparent 0%,
    transparent 30%,
    #cdced1 30%,
    #cdced1 100%
  );
  	padding: 0px;
        /*
	margin-left:-15px;
	margin-right:-15px;
        */
	margin-top:50px;
	margin-bottom:50px;	
}

.rm-news .row-padding-top
 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left:0px;
	margin-right:0px;	
}

.rm-news .rm-module-header{
	background: linear-gradient(to right,
    #eb691f 0%,
    #eb691f 100%
  	);
  	background-size: calc(100% - 270px) 100%; 
    background-position: 270px 0; 
    background-repeat: no-repeat; 
	padding: 0px 25px 0px 73px;	
}

.rm-news .rm-module-header img{
	margin-right:55px;
	margin-top: -4px;
}

.rm-news a, .rm-news .rm-news-item-text{
	color:#000;
	font-size:16px;
	text-decoration:none;
	line-height: 25px;
}

.rm-news .no-gutters {
    margin-right:0px;
    margin-left:0px;
}


.rm-news{
	background: linear-gradient(70deg,
    transparent 0%,
    transparent 31%,
    #cdced1 31%,
    #cdced1 100%
  );
  	padding: 0px;
        /*
	margin-left:-15px;
	margin-right:-15px;
        */
}

.rm-news-item
 {
    background-color: transparent;
}

.rm-news-item-bottom{
    border-right: 0px solid #f9f9fc!important;
    border-bottom: 0px solid #f9f9fc!important;
}
/*
.rm-news-col:not(:nth-child(4n+4)){
    margin-right: 15px!important;
}
*/
#rm-blog-article_0 {
    justify-content: space-between;
}
.rm-news-col.col-xl-3 {
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}
.rm-news-item:hover .rm-news-item-title{
    color: #eb691f !important;
}
.rm-news-item-top img {
    width: 100%;
    height: auto;
}
header #menu_toggle_button {
    max-width: none;
}

@media (min-width: 992px) and (max-width: 1599px) {
    header #menu_toggle_button {
        font-size: 15px;
    }
}
.d-flex {
	display: flex;
}


.nav-link-text .sc-product-tab-badge, 
.nav-link-text .nav-link-qty, 
.rm-product-found-cheaper {
	display:none!important;
}

.rm-page-title {
    margin-bottom: 0px;
}

.rm-content ol, .rm-content ul{
    margin: 0px 0px;
}

.rm-product-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0px;
    border-radius: 0px 0px 0 0;
    background: transparent;
}

.rm-product-tabs .nav-link {
	height:auto;
    background: #bababa;
    color:#fff!important;
    text-decoration:none!important;
    text-transform: uppercase;    
}

.rm-product-tabs .nav-link, .rm-product-tabs .nav-link span {
    line-height: 28px;
	font-size: 10px!important;
    font-weight: 700;
    letter-spacing: 1px;
    color:#fff!important;
    text-decoration:none!important;
    text-transform: uppercase;    
}

.rm-product-tabs .nav-link.active,
.rm-product-tabs .nav-link:hover {
    background: #eb691f;
    color:#fff!important;  
}

.rm-product-tabs .nav-link.active span {
    color:#fff!important;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item {
	margin: 0px 10px;
}

.g-line{
	background: linear-gradient(to right,
    #fff 0%,
    #bababa 100%
  	);
  	height:1px;
}

.row-padding-top.rm-product-tabs
 {
    padding-top: 10px;
    padding-bottom: 1px;
}

.rm-product-images-additional {
    margin-top: 0px;
}

.rm-product-images {
    padding: 0px 30px 30px 30px;
}

button span {
    letter-spacing: 1px;
    text-decoration:none!important;
    text-transform: uppercase;    
}

.rm-product-images-additional-item.slick-current img, .rm-product-images-additional-item:hover img
 {
    opacity: 1;
    border: 1px solid #eb691f;
}

.rm-product-center-info-item-title, .rm-product-right-title{
	font-weight: 600;
	letter-spacing: 1px;
}

.rm-product-right-title{
	color:#7ed957;
	font-weight: 700;
	letter-spacing: 1px;
    text-decoration:none!important;
    text-transform: uppercase;   	
}

.rm-product-center {
    border-right: 1px solid #f9f9fc;
    padding: 30px 15px 30px 30px;
}

.rm-product-center-info {
    font-size: 14px;
    margin-right:20px;
}

.toc-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.2em 0;
}

.toc-title span {
    background: white;
    font-size:14px;
}


.toc-title span::after {
	content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #bababa;
    z-index:-1;
    margin-top: -9px;
    padding-left: 5px;
}

.rm-product-attr-list-item > div {
    padding: 4px 3px;
    font-size:14px;
}

.toc-title {
  background: #fff;
  z-index: 1;
}
.toc-page {
  white-space: nowrap;
  background: #fff;
  z-index: 1;
}

#attr-quick-view {
    text-decoration:none!important;
    text-transform: uppercase;  
}

.rm-product-right {
    padding: 0px 5px 15px 15px;
}

.rm-product-center-buttons {
    padding-top: 10px;
}

.price-button .pr {
    margin-right:20px;
    display: flex;
    align-items: center;
}
.rm-product-center-price > span {	
    margin-bottom: 0;
}



.rm-btn.dark:not(.oct-load-more-button),
.rm-btn primary,
#button-go {
    background: #eb691f;
    color: #fff;
}

.rm-menu-list-div {
	background: linear-gradient(to right, #ed620d, #461d03);
    height: auto;
    overflow-y: auto;
    padding:4px;
    border-radius:5px;
}

.rm-menu-list{
	background:#fff;
    height: auto;
    overflow-y: auto;
    border-radius:5px;
}

.rm-menu > nav, .rm-menu{
border-radius:5px;
}

.rm-menu-list .rm-menu-list-item{
	background: linear-gradient(to right, #f7f7f7, #d7d7d7);
    
}

.rm-menu-list-item a{
	color:#24242c;
    text-decoration:none!important;
    text-transform: uppercase;  
    font-weight: 500;
	line-height: 15px;
}

.rm-menu-list-item a:hover,
.rm-menu-list-item a:hover span,
.rm-menu-list-item a span:hover{
	color:black!important;
    text-transform: uppercase;  
}


.rm-menu-list-item-child .rm-menu-list,
.rm-menu-list-item-child .rm-menu-list .rm-menu-list-item,
.rm-menu-list-item:hover{
	background:#fff;
}

.rm-menu-list-item-link:hover > .rm-menu-list-item-name {
    text-decoration: underline;
    color: #eb691f;
}

.form-checkbox-group label a, .subcat-item:hover .subcat-item-title, .rm-content a, .blue-link, .blue-link:hover, .rm-category-wall-item:hover span, .rm-promotional-product-item:hover a, #oct-menu-ul .group-title a, .rm-last-reviews-item:hover .rm-last-reviews-item-title, .rm-module-item:hover .rm-module-title > a, .rm-module-item:hover .rm-module-title > a:visited, .rm-news-item:hover .rm-news-item-title, .rm-livesearch-list-item-name a, .rm-fixed-contact-item:hover, .category-landing-links-item-link span, .modal-content a, .rm-manufacturer-item a:hover span, .table td a, .rm-alert-text a, .rm-day-discounts-item:hover a, .rm-header-phones-list-item:hover, .rm-header-location-phones a .rm-footer-phones-link, .rm-footer-mail-link, .rm-footer-mail-link:hover, .collapse-value > button, .collapse-value > button:focus, .collapse-value > button:active, .collapse-value > button:active:focus, .rm-product-advantages-item:hover .rm-product-advantages-item-title, .rm-contact-location a, .rm-breadcrumb-item a, .rm-account-list-item:hover a, .rm-menu-list-item:hover > div:first-child .rm-menu-list-item-link, .rm-menu-list-item.active > div:first-child .rm-menu-list-item-link, .rm-footer-phones-link, .rm-footer-phones-link:hover, .rm-header-location-phones a, .oct-checkout-block a.blue-link, .oct-checkout-actions .form-check-label a, .ds-cart-recommended-products-item:hover .rm-module-title, .ds-cart-item-title:hover, .payment-method-check-item a {
    color: #eb691f;
}

.rm-menu-list-item-name{
    line-height: 15px;
}

.rm-category-sort select {
    font-size: 14px;	
}
#product_description {
    padding:20px;
}
#product_description .description-inner {
    padding-left:40px;
    position:relative; 
}
#product_description .description-inner p.head {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight:700;
}
#product_description .description-inner div.icon {
    position:absolute;
    width:40px;
    height:40px;
    top:0;
    left:0;
    background:url('../img/product_sprite.png') no-repeat -69px -2px; 
}
#product_description .description-bottom {
    padding-left:40px;
    position:relative;
    margin-top:20px;
    font-weight:700;
}
#product_description .description-bottom div.icon {
    position:absolute;
    width:40px;
    height:40px;
    top:0;
    left:-3px;
    background:url('../img/product_sprite.png') no-repeat -63px -34px; 
}
.tab-content > .tab-pane {
    display: block;
}
#product_topshipp {
    display:flex;
    flex-direction: row;
}
#product_topshipp>div {
    width:50%;
    display:flex;
    flex-direction: column;
}
#product_topshipp .head {
    background:#cb641b;
    color:#fff;
    text-transform:uppercase;
    height:40px;
    line-height:40px;
    padding-left: 20px;
    font-size:19px;
    font-weight:500;
}
#product_topshipp .body {
    padding: 20px;
    background:#f1f1f1;
    height:100%;
}
#product_topshipp ul {
    padding-left: 0;
}
#product_topshipp li {
    list-style: none;
    display:flex;
    justify-content: flex-start;
    align-items:center;
    margin-bottom: 10px;
}
#product_topshipp li .icon {
    display:block;
    width:55px;
    height:35px;
    margin-right:20px;
    background:url('../img/product_sprite.png') no-repeat 0 0;
    flex-grow: 0;
    flex-shrink: 0;
}
#product_topshipp li.item-2 .icon {
    background:url('../img/ico__dpd.png') no-repeat 0px 0px;
    background-size:30px 30px;
}
#product_topshipp li.item-3 .icon {
    background:url('../img/ico__fan.png') no-repeat 0px 0px;
    background-size:30px 30px;
}
#product_topshipp li.item-4 .icon {
    background:url('../img/product_sprite.png') no-repeat -111px -41px;
}
#product_topshipp li.item-4 .icon {
    width:40px;
    background:url('../img/product_sprite.png') no-repeat -111px -41px;
}
#product_topshipp li.item-5 .icon {
    width:40px;
    background:url('../img/product_sprite.png') no-repeat -149px -41px;
}
#product_topshipp .text {
    text-transform:uppercase;
    font-weight:500;
}


#product_guarantee .head,
#product_dop_tab .head {
    color: #eb691f;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    padding: 0;
    text-transform: uppercase;
    margin: 15px 0;
}
#product_guarantee p, #product_guarantee p:last-child,
#product_dop_tab p, #product_dop_tab p:last-child {
    margin-bottom:10px;
}
#product_guarantee .body .block-1,
#product_dop_tab .body .block-1 {
    padding-left:50px;
    position:relative;
}
#product_guarantee .body .block-1:before,
#product_dop_tab .body .block-1:before {
    content:" ";
    display:block;
    width:45px;
    height:35px;
    background:url('../img/product_sprite.png') no-repeat -61px -41px;
    position:absolute;
    top:10px;
    left:0;
}
#product_guarantee .body .block-2,
#product_dop_tab .body .block-2 {
    padding-left:50px;
    position:relative;
}
#product_guarantee .body .block-2:before,
#product_dop_tab .body .block-2:before {
    content:" ";
    display:block;
    width:45px;
    height:35px;
    background:url('../img/product_sprite.png') no-repeat -109px 0;
    position:absolute;
    top:10px;
    left:0;
}
.tab-pane.rm-content {
    margin: 30px 0;
}
.tab-pane {
    padding: 5px;
}
#product_topshipp.tab-pane {
    padding:0;
    border:none;
}

#product_characteristics {
    
}
#product_characteristics .head {
    color: #eb691f;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    padding: 0;
    text-transform: uppercase;
    margin: 15px 0;
}
#product_characteristics .rm-product-attr-list-item * {
    font-size:14px;
}
.rm-product-tabs-attributtes-list-title {
    color: #eb691f;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    padding: 0;
    text-transform: uppercase;
    margin: 15px 0;
}
#product_dop_tab .head {
    color: #eb691f;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    padding: 0;
    text-transform: uppercase;
    margin: 15px 0;
}

.top-nav-account-links {
    padding-right:10px;
}
.top-nav-account-links .top-nav-account-links-item:last-child {
    width:27px;
    margin-left:10px;
    padding:0 !important;
}

#rm_mobile_nav {
    display:none !important;
}

#rm_sidebar .mobile-search-wrap {
    display:none;
}
#rm_mobile_nav {
    padding-left:0;
    height:50px;
}
#rm_mobile_nav .logo-b {
    height:50px;
}
#rm_mobile_nav .logo-b img {
    height:50px;
}
#rm_mobile_nav .rm-mobile-nav-buttons {
    padding-right:0;
}
#rm_mobile_nav .rm-mobile-nav-buttons > * {
    width:50px;
    line-height: 40px;
    height:40px;
}
#rm_mobile_nav .rm-mobile-nav-buttons > #cart {
    position:relative;
}
#rm_mobile_nav .rm-mobile-nav-buttons-btn {
    border-left: none;
}
#rm_mobile_nav #rm_mobile_menu_button {
    margin-right:auto;
    margin-left:10px;
}
.mobile-search-wrap {
    padding:0 15px;
}
.mobile-search-wrap #input_search {
    height:35px !important;
    border-radius: 0;
    padding: 5px 10px;
    line-height: 20px;
    font-size:16px;
}
.mobile-search-wrap .btn-search {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 40px;
    height: 34px;
    background: #6a2b05;
    border-radius: 0;
}

.product-layout .rm-module-item .product-mobile-block {
    display:none;
}

.html-module.module-51.content_bottom,
.html-module.module-50.content_bottom {
    padding:0;
}
.html-module.module-51.content_bottom img {
    width:100%;
    height:auto;
}
.html-module.module-50.content_bottom img {
    width:100%;
    height:auto;
}
.rm-module-col[data-width="width-50"] .rm-module-img, .rm-module-col[data-width="width-100"] .rm-module-img, .rm-module-col[data-width="width-infinity"] .rm-module-img, .rm-module-col[data-width="width-50"] .rm-module-caption, .rm-module-col[data-width="width-100"] .rm-module-caption, .rm-module-col[data-width="width-infinity"] .rm-module-caption {
    -ms-flex: 0 0 100%;
    flex: 1 1 100%;
    flex-grow: 1;
    max-width: 100%;
    position: static;
    padding-left:0;
    padding-right:0;
}

#rm_sidebar .btn-lang {
    display:none !important;
}
#rm_sidebar_switcher .rm-dropdown button::before {
    display: none;	
}
#rm_sidebar_switcher .rm-dropdown button.active-item::before {
    display:none;
}
.rm-module-rating {
    margin-top:10px;
}
.rm-category-products .rm-module-img,
.prods .rm-module-img{
    min-height: 318px;
}
.prods .rm-module-col .rm-module-item .product-mobile-block {
    display:none;
}
.rm-module-caption {
    padding: 0;
}
.rm-module.product-module {
    margin:0;
}
.rm-search-block {
    padding:0;
}
.rm-advantages-item:hover {
    background: #fff;
    box-shadow: none;
}

.rm-advantages .rm-advantages-item:hover .rm-advantages-item-title {
    color: #000 !important;
}

.html-module.module-56 {
    border:none;
    padding-left:0;
    padding-right:0;
}
.html-module.module-56 .head {
    display:flex;
    flex-direction:row;
}
.html-module.module-56 .head .left-logo {
    
}
.html-module.module-56 .head .text {
    color:#000;
    background:#eb691f;
    width:auto;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow:1;
    font-size:20px;
    padding-left:20px;
    margin-left:10px;
    text-transform: uppercase;
    font-weight:500;
}
.html-module.module-56 .mt-3 {
    background:#666666;
    color:#fff;
    padding:20px;
}

/** MOBILE VERSION **/

@media (max-width: 1199px) {
    .container {
        max-width:100%;
    }
    header #menu_toggle_button .rm-btn-text {
        display: none;
    }
    .rm-search {
        padding-left:0;
    }
    nav#top {
        height:auto !important;
    }
    nav#top .container {
	padding-left: 15px;
        margin-left:0;
        margin-right:0;
        width:auto;
        height:auto !important;
    }
    nav#top .container .top-nav-info-list li a {
	font-weight: 500;
	padding: 0 5px;
    }
    .rm-header-cart {
	position: relative;
	/* top: 0; */
	/* right: 0; */
	/* z-index: 1031; */
	/* background: transparent; */
	/* width: 50px; */
        min-width:0;
        margin-right:5px;
	/* height: 58px; */
	/* line-height: 58px; */
	/* border-left: 1px solid #f7f7f7; */
    }
    .logo-b {
	padding-right: 0;
	padding-left: 0;
    }
    header #menu_toggle_button {
	padding-right: 10px;
	white-space: nowrap;
	max-width: 100%;
	font-weight: 500;
	padding-left: 10px;
    }
    
    
    
}

@media (max-width: 900px) {
    body {
        padding-top:58px;
    }
    #rm_mobile_nav {
        background:#cb641b;
        z-index:10;
        display:flex !important;
    }
    .rm-header-cart {
        position:fixed;
    }
    header {
        display:none;
    }
    /*
    #common-home {
        display:none;
    }
    */
    .rm-advantages > .row {
        flex-direction: column;
	justify-content: center;
	align-items: center;
        width:80%;
    }
    .rm-advantages > .row > div {
        width:100%;
    }
    .rm-advantages-item {
	padding: 0 0 0 15px;
	height: auto;
	border-radius: 0;
	box-shadow: none;
        width:100%;
        justify-content: flex-start !important;
    }
    .rm-advantages .row-padding-top > * {
	max-width: 100%;
        display:flex;
        flex:0 0 0;
    }
    .rm-news-col.col-xl-3 {
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .rm-subcategory a {
	width: calc(33% - 15px);
    }
}    

@media (max-width: 768px) {
    footer .footer-container {
	flex-direction: column;
    }
    footer .footer-container .fcolumn {
	margin-bottom:20px;
        width:100%;
        margin-right:0;
    }
    .rm-module-col[data-width="width-infinity"] .rm-module-caption {
	padding: 10px 20px;
	display: none !important;
    }
    #product_topshipp.tab-pane {
        flex-direction: column;
    }
    #product_topshipp.tab-pane > div {
        width:100%;
    }
    .rm-category-buttons,
    .rm-category-sort {
	padding-left: 5px;
        padding-right: 5px;
    }
    .rm-breadcrumb {
	padding: 0px 5px;
    }
    h1.cat-title {
	padding: 0px 5px;
    }
    .rm-content.rm-store-reviews {
        padding-left:5px;
        padding-right:5px;
    }
    .rm-content {
        padding-left:5px;
        padding-right:5px;
    }
    .rm-subcategory-row {
	justify-content: space-between;
	width: 100%;
    }
    .rm-subcategory a {
	width: calc(50% - 5px);
    }
    .prods .rm-module-col .rm-module-caption,
    .prods .rm-module-col .rm-module-img {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
    }
    .prods .rm-module-col .rm-module-buttons {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 2;
    }
    .prods .rm-module-col .rm-module-img {	
	position: static;
    }
    .rm-product-center-info {
	padding-top: 0;
    }
    
}

@media (max-width: 600px) {
    .rm-product-center {
	padding: 20px 5px 20px 5px;
    }
    .rm-product-images {
	padding: 0px 5px 10px 5px;
    }
    .rm-product-right {
        padding:0;
    }
    .html-module.module-56 .head .text {	
	font-size: 16px;
    }
}


@media (max-width: 450px) {
    .product-layout.rm-module-col {
	flex: 0 0 100%;
	max-width: 100%;
    }
    .product-layout .rm-module-item {
        flex-direction:row !important;
        position:relative;
    }
    .product-layout .rm-module-item > .rm-category-product-model {
        display:none;
    }
    .product-layout .rm-module-buttons {
        left:0;
        top:0 !important;
    }
    .product-layout .rm-module-item .rm-module-img {
        width:50%;
        max-width:50%;
        position:relative;
        padding:20px 5px 0 5px;
    }
    .product-layout .rm-module-item .rm-module-img .rm-module-stock {
        display:none;
    }
    .product-layout .rm-module-item .rm-module-caption {
        width:50%;
        max-width:50%;
        position:relative;
        padding:0 5px;
    }
    .product-layout .rm-module-item .product-mobile-block {
        display:block;
    }
    .product-layout .rm-module-item .rm-category-product-model {
	justify-content: flex-start;	
    }
    span.rm-advantages-item-title {
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 700;
    }
    .rm-advantages > .row {
	width: 100%;
    }
    .rm-advantages .row-padding-top > * {
	margin-top: 15px;
    }
    .rm-advantages-item-icon {
	margin-right: 10px;
    }
    .stripe {
        font-size: 19px;
        height:50px;
    }
    .rm-news .rm-module-header {
	background: linear-gradient(to right, #eb691f 0%, #eb691f 100% );
	background-size: calc(100% - 175px) 100%;
	background-position: 175px 0;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 15px;
    }
    .rm-news .rm-module-header img {
	margin-right: 10px;
    }
    .rm-news-col.col-xl-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .rm-module-img {
        min-height: 0;
        border-right:0;
    }
    .rm-subcategory a {
	width: 100%;
    }
    .prods .rm-module-col .rm-module-item {
	flex-direction: row;
        position:relative;
    }
    .prods .rm-module-col .rm-module-item > .rm-category-product-model {
        display:none;
    }
    .prods .rm-module-col .rm-module-item .product-mobile-block {
        display:block;
    }
    .prods .rm-module-col .rm-module-item .product-mobile-block .rm-category-product-model {
	justify-content: flex-start;
    }
    .prods .rm-module-col .rm-module-item .product-mobile-block .rm-module-stock {
	margin-bottom:10px;
    }
    .prods .rm-module-col .rm-module-item .rm-module-title {
        margin-bottom:10px;
    }
    .prods .rm-module-col .rm-module-item .rm-module-buttons {
        position:absolute;
        top:-4px;
        left:4px;
    }
    .prods .rm-module-col .rm-module-item .rm-module-img {
        padding:20px 5px 0 5px;
    }
    .prods .rm-module-col .rm-module-item .rm-module-img .rm-module-stock {
        display:none;
    }
    .prods .rm-module-col .rm-module-item .rm-module-caption {
        padding-left:5px;
        padding-right:5px;
    }
    .prods .rm-module-col .rm-module-buttons {
	top: 0px;
	left: 10px;
        right:unset;
    }
    .rm-subcategory-row {
        flex-direction:column;
    }
    .rm-subcategory a {
	width: 100%;
    }
    .rm-module-price-bottom {
        flex-direction: column;
    }
    .rm-category-products .rm-module-img {
	min-height: auto;
    }
    .rm-category-products .rm-module-img, .prods .rm-module-img {
	min-height: 0;
    }
    .sklad-info, .price-button {
        flex-direction: column;
    }
    .rm-module-stock {
        margin-top:10px;
    }
    
}

@media (max-width: 380px) {
    #rm_mobile_nav .logo-b img { 
        height: 30px;
    }
    #rm_mobile_nav .logo-b {
	display: flex;
	align-items: center;
    }
}

.rm-footer-payments-item img {
	height: 99%;
}