body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /*background-color: #fff;*/
}
pre {
    display: none;
}
a {
        color: #003b62;
}
sup {
    top: -1.5em;
}
.maincontent {
    float: right;
    width: 850px;
}
#sliderz {
    background-color: #f2f2f2;
}
#sliderz .btn-default {
    color: #1f3d61;
    background-color: #ffd800;
    border-color: #ffd800;
    padding: 6px 40px;
    border-radius: 0px;
    height: 33px;
    line-height: 20px;
    text-decoration: none;
}
#sliderz .slide-desc-bg-default {
    background: none !important;
}
#sliderz .slide-desc-text-default {
    text-align: center !important;
}
#sliderz .slide-desc-text-default a.readmore {
    float: none !important;
    margin-top: 30px;
    font-weight: 300;
font-style: normal;
}
#sliderz .djslider-default {
    max-width: 100% !important;
    width: 100% !important;
}
#sliderz .djslider-default ul.djslider-in {
    width: 100% !important;
}
#sliderz .djslider-default ul.djslider-in > li {
    width: 100% !important;
}
#sliderz .slide-desc-text-default .slide-title a {
    color: #fff;
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#sliderz .slide-desc-text-default .slide-title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#sliderz .slide-desc-text-default .slide-text p{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    font-style: italic;
}
#sliderz .slide-desc-text-default .slide-text h3{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
#sliderz .djslider-default .navigation-container-custom, #sliderz .djslider-default .navigation-numbers {
    position: absolute;
    top: 350px;
    right: 49%;
}
#sliderz .djslider-default .load-button-active {
    background: #ffd800;
}
#zvonokform input[type="text"] {
    height: 44px;
}
#zvonokform #userForm .btn-default {
    color: #1f3d61;
    background-color: #ffd800;
    border-color: #ffd800;
    padding: 6px 40px;
    border-radius: 0px;
    height: 44px;
    line-height: 20px;
    text-decoration: none;
}
#zvonok, #zform {
    height: auto;
}
#zvonok input, #zform input {
    margin-left: 0;
}
.karkas {
    padding-top: 20px;
}
.panel {
    background: #1E6CB9;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 11px #666;
    height: 100px;
    padding: 10px 15px;
    position: fixed;
    right: -73px;
    text-align: center;
    text-shadow: 1px 1px 1px #999;
    top: 200px;
    transform: rotate(-90deg);
    transition: all 0.2s linear 0s;
    width: 150px;
    z-index: 9999;
    /*display: none !important;*/
}
.panel a {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-decoration: none;
    text-shadow: -1px -1px 0 #000;
}
.panel:hover {
	padding-bottom:14px;
	right:-68px;
}
/* Стили модального окна */
.modal-header h2 {
    color: #555;  
    font-size: 20px;
    font-weight: normal;
    line-height: 1;    
    margin: 0;
}
/* кнопка закрытия окна */
.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.modal .btn-close:hover {
    color: red;
}
/* слой затемнения */
.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* элементы модального окна */
.modal-dialog {
    background: #fefefe;
    border: none;
    border-radius: 5px;
    position: fixed;
    width: 80%;
    max-width: 500px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 103;
}
.modal-body {
  padding: 20px;
}
.modal-body p {
    margin: 0;
}
.modal-header,
.modal-footer {
    padding: 20px 20px;
}
.modal-header {
    border-bottom: #eaeaea solid 1px;
}
.modal-header h2 {
    font-size: 20px;
    margin: 0;
}
.modal-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* адаптивные картинки в модальном блоке */
.modal-body img { 
    max-width: 100%;
    height: auto;
}
/* кнопки */
.btnx {
    background: transparent;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
}
.btnx:hover, .btnx:focus {
    background: transparent;
}
.btn-primary {
    background: transparent;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary:hover{
    background: #66A1D3;
}
.affix {
    position: fixed;
    width: 100%;
    z-index: 100;
}
/*Навбар*/
header {
    background-color: #1f3d61;

}
    header .top {
        height: 90px;
        padding-top: 15px;
    }
        header .top img {
            float: left;
            padding-right: 15px;
        }
        header .top span {
            color: #7b97b9;
            font-size: 8px;
            padding-top: 15px;
            text-transform: uppercase;
        }

        header .top .phone {
            text-align: right;
            font-size: 20px !important;
            color: #fff;
            font-weight: 400;
            display: inline-block;
        }
        header .top .adress {
            /*text-align: right;*/
            font-size: 13px;
            color: #ffd800;
        }
        header .top .adress span{
            font-size: 15px;
            color: #ffffff;
            font-weight: 400;
            text-transform: none !important;
        }

        header .top .dropdown-menu {
            left: 40px;
        }

    header .navbar-brand {
        font-size: 13px;
    }

    header .navbar-default {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        border-radius: 0px;
    }

    header .navbar-default .navbar-nav > li > a {
        color: #010101;
    }

    header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
    }

    header .top .navbar-toggle {
        display: block;
        float: left;
    }
        header .top .navbar-toggle .icon-bar {
            background-color: #ffd800;
        }

        header .top .all-catalog > a {
            color: #ffd800;
            position: relative;
            font-size: 14px;
            padding: 0 69px;
            background: url("../img/all-cat.png") no-repeat 22px center;
            height: 54px;
            line-height: 54px;
            text-decoration: underline;
        }
        header .top .all-catalog .btn-default {
            color: #1f3d61;
            background-color: #ffd800;
            border-color: #ffd800;
            padding: 6px 25px;
            border-radius: 0px;
            height: 33px;
            line-height: 20px;
            text-decoration: none;
        }
        header .navbar {
            margin-bottom: 0px;
        }
/*Навбар*/
.garant {
    background: none repeat scroll 0 0 #f6f6f6;
    padding: 30px 0;
}
.garant > p {
    background: none repeat scroll 0 0 transparent;
    color: #e3283d;
    text-transform: uppercase;
}
#list_product_image_middle img {
    display: block;
max-width: 100%;
height: auto;
}
.cat-descr ul {
    color: #003b62;
}
.cat-descr h2 {
    background: none repeat scroll 0 0 transparent;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.all {
    background-color: #fcf8e3;
    padding-top: 10px;
}
.all span {
    font-style: normal;
    font-weight: 500;
    color: #000;
}
.all span.oldprice {
    color: #d98383;
    font-weight: 100;
}
.anprice {
    font-size: 12px;
}
.anprice span {
    font-style: normal;
font-size: 15px;
}
.ustanovka-button {
    background: #e3283d;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 15px;
    text-decoration: none !important;
    text-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
a.ustanovka-button:hover, a.ustanovka-button:focus {
    color: #fff;
    background: #c32c3f;
}

.or-phone strong {
    font-size: 13px;
}
.jshop h1, .maincontent h1 {
    border-left: none;
    color: #1f3d61;
    font-weight: 100;
}
.jshop_categ .image {
    min-height: 150px;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb > .active {
    color: #666666;
}
.breadcrumb > li + li::before {
    content: "\00B7";
    padding: 0px;
}
a.pathway {
    color: #666666;
}
.jshop_prod_description .custom h3, .cat-descr .custom h3, .moduletable .custom h3 {
    background: none repeat scroll 0 0 #ffe96f;
    font-weight: 100;
    font-size: 20px;
    padding: 35px;
    line-height: 26px;
}
.jshop_prod_description .custom h3 a, .cat-descr .custom h3 a, .moduletable .custom h3 a{
    color: #c32c3f;
} 

.jshop_img_description {
    padding-top: 10px;
}
.whant-more {
    color: #003b62;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #ffea66;
    padding: 30px;
    margin-top: 20px;
    background-color: #FCF8E3;
}
.whant-more .ustanovka-button {
    width: 35%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.cat-descr {
    padding-right: 15px !important;
    padding-left: 15px;
}
.price-bottom {
    background-color: #fcf8e3;
    position: relative;
}
.price-bottom .otstup{
position: absolute;
top: 100px;
width: 100%;
left: 45px;
}
.price-bottom .col-md-3 {
    font-size: 12px;
    margin-top: 11px;
}
.price-bottom .col-md-5 {
    padding-right: 0;
}
.price-bottom .price {
        font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 26px;
    margin-top: 11px;
}
.price-bottom .price span.oldprice {
    color: #d98383;
    font-weight: 100;
}
.price-bottom .ustanovka-button {
    margin-top: 0;
    padding: 20px 15px;
    font-size: 18px;
    background-color: #e3283d;
}
.p-bottom .or-phone {
    font-size: 15px;
    margin-top: 50px;
    font-style: italic;
}
.p-bottom .or-phone span {
    font-weight: 700;
}
.related_header {
    padding: 20px;
    border-bottom: none !important;
    font-weight: bold;
    background-color: #fcf8e3;
    color: #1f3d61;
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.jshop_list_product {
    background-color: #fcf8e3;
    margin-top: -10px;
    padding-left: 10px;
}
.list_related .jshop_img.bord {
    width: 100%;
    min-height: 175px;
}
.list_related .product .name {
    font-weight: 400;
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 25px !important;
}
.jshop_related .jshop_price {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 400;
}
.moduletable.random .random_products .block_item {
    width: 167px;
}
.menutitile {
    color: #003b62;
}
.menutitile.specauto {
    color: #e3283d;
}
.sidebar .msignalki a {
    color: #003b62;
}
.sidebar .msignalki .current a {
    color: #000;
    padding-left: 10px;
    font-weight: 600;
}
.sidebar .msignalki .current a:before {
    content: "- ";
}
.sidebar .mcat .nav-child {
    margin-left: 0;
}
.sidebar .mcat .deeper a, .sidebar .mcat .item-502 a {
    background: transparent;
    color: #003b62 !important;
    padding-left: 0px;
    font-size: 18px;
    font-weight: bold;
}
.sidebar .nav-child li a {
    color: #003b62 !important;
    font-size: 13px !important;
    font-weight: 100 !important;
}
.sidebar .nav-child li.active a {
    color: #000 !important;
    padding-left: 10px;
    font-weight: 600 !important;
}
.sidebar .nav-child li.active a:before {
    content: "- ";
}
.sidebar .mcat > a {
    background: transparent;
}
.sidebar .mspec {
    font-size: 15px;
    margin-left: 0px;
}
.sidebar .mspec a {
    color: #e3283d;
}
.sidebar .inner-cars {
    border: 3px solid #ffea66;
    font-size: 14px;
    padding-top: 15px;
font-style: italic;
margin-right: 0;
}
.inner-cars > span {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    color: #e3283d;
}
.inner-cars > a {
    background-color: #e3283d;
    border-radius: 0;
    font-style: normal;
    font-weight: 600;
}

.menu-on-top {
    background-color: #f2f2f2;
    padding-bottom: 40px;
}
.menu-on-top .container {
    background-color: #fff;
    -webkit-box-shadow: 12px -9px 16px -3px rgba(201,201,201,1);
    -moz-box-shadow: 12px -9px 16px -3px rgba(201,201,201,1);
    box-shadow: 12px -9px 16px -3px rgba(201,201,201,1);

}
.cars {
    background: url("../img/allauto.jpg");
    min-height: 240px;
}
.cars .main-cars {
    color: #fff;

}
.cars .main-cars p {
    color: #ffd800;
    font-weight: 400;
    font-size: 70px;
}
.main-cars > a {
    border-radius: 0 !important;
    margin-left: 0 !important;
}

.cars .main-cars span{
    color: #ffd800;
    font-style: normal;
    display: block;

}

.terms {
    padding: 60px 0;
    background-color: #fffdf5;
}
.terms .box-yellow {
    border: 4px solid #ffd800;
    background-color: #fff;
}

    .sale .info-tovar-txt {
        color: #1f3d61 !important;
        text-align: left !important;
        min-height: 100px;
        position: relative;
        padding-top: 20px;
    }
    .sale .info-tovar-txt a {
        color: #1f3d61 !important;
    }

    .sale h1 {
        font-size: 25px;
        font-weight: 300;
        color: #c32c3f;
        text-transform: uppercase;

    }
    .sale .info-tovar-txt .cena-st {
        color: #000;
        font-size: 25px;
        font-weight: 300;
        padding-top: 20px;
        position: absolute;
        bottom: 0;
    }
    .info-int h1 {
        font-family: 'Roboto', sans-serif  !important;
        font-weight: 300  !important;
        color: #1f3d61 !important;
        text-transform: uppercase !important;
        font-style: normal !important;
        margin-bottom: 25px !important;
        text-align: center;
        border-top: 2px solid #eee;
        padding-top: 25px;
    }
    .info-int ol li:before {
        padding: 10px 25px !important;
        border-radius: 50% !important;
        font-family: 'Roboto', sans-serif  !important;
        font-weight: 300  !important;
        font-size: 35px !important;
        border: 1px solid #eee;
        background: transparent !important;
    }
    .info-int ol li p {
    padding-left: 11px;
    display: inline-block;
    width: 90% !important;
}
    .info-int ol li p strong {
        color: #1f3d61 !important;
    }
    .last-works {
        background-color: #f2f2f2;
    }
    .last-works h1{
        color: #1f3d61;
    }

    .last-works .btn-default {
        border-radius: 0px;
        border-color: #1f3d61;
        background-color: transparent;
    }

.item-page table {
	background: transparent !important;
}

.item-page table td {
	text-align: center;
	border: none;
	padding: 0 50px;
}
.item-page table td a {
	color: #003b62 !important;
}


.item-page table td img {
	width: 100px;
	height: 100px;
}
footer {
    background-color: #1f3d61 !important;
    color: #fff;
    font-size: 15px;
}
    footer .navbar-default {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        border-radius: 0px;
    }

    footer .navbar-default .navbar-nav > li > a {
        color: #010101;
    }
    footer .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
    }

    footer a {
        font-size: 14px;
    }

    footer .copyright {
        font-size: 12px;
        padding-top: 50px;
    }
.contacts {
    padding: 80px 0;
}
.contacts .title {
    color: #1f3d61;
    font-size: 18px;
}
.contacts img {
    margin: 30px 0;
}
.contacts .phone {
    color: #010101;
    font-size: 30px;
}

.contacts .descr {
    color: #5a5a5a;
    font-size: 11px;
    font-style: italic;
}

/*Адрес внизу*/

.adress .title {
    color: #1f3d61;
    font-size: 18px;
    padding: 60px 0;
    border-top: 2px solid #eee;
}

.adress address {
    color: #010101;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 80px;
}
/*Адрес внизу*/

.mapa .head-h1 {
    color: #1f3d61 !important;
    font-family: 'Roboto', sans-serif;
font-weight: 400;
    position: absolute;
z-index: 100;
margin: 0 auto;
left: 37%;
top: 35px;
font-style: normal;
}
/*Всплывающее изображение*/
.thumbnail {
    width: 200px;
    display: inline-block;
}
#image-modal .modal-dialog {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
}
/*.modal-lg {
    width: 700px !important;
}*/
.lament {
    background-color: #fff;
}
.lament h1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    color: #1f3d61 !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    margin-bottom: 25px !important;
    padding-top: 25px;
    font-size; 22px !important;
}
.lament p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}
.lament a {
    margin-top: 20px;
    background-color: transparent;
    border-color: #1f3d61;
    border-radius: 0;
}
.form-horizontal .control-label {
    text-align: left;
}
.form-horizontal input[type="text"], .form-horizontal input[type="email"] {
    height: 40px;
    width: 300px;
}
.form-horizontal textarea {
    width: 300px;
}
.form-horizontal .btn-primary {
    background-color: transparent;
    color: #1f3d61;
    border-color: #1f3d61;
}
aside h2 {
    margin-top: 0px;
}
@media (max-width: 360px) {

    header .top img {
        float: left;
        padding-right: 0px;
    }

    header .top .phone {
            font-size: 21px;
        }
    header .navbar-brand {
        font-size: 20px;
padding: 12px 35px 15px;
    }
    header .top .dropdown-menu {
        left: -10px !important;
    }
    header .top .all-catalog > a {
        left: -10px;
    }

    .item-page table td {
    text-align: center;
    border: none;
    padding: 0 5px;
}
    
}
@media (max-width: 767px) {
    header .top .phone {
        font-size: 16px;
    }
    header .top .adress {
        font-size: 11px;
    }


    header .top .all-catalog > a {
        color: #ffd800;
        position: relative;
        font-size: 14px;
        padding: 0 9px;
        background: none;
        height: 54px;
        line-height: 54px;
        text-decoration: underline;
    }
    header .top .smart {
        padding: 0px;
    }
    header .top .dropdown-menu {
        left: 20px;
    }

    #sliderz .slide-desc {
        display: none;
    }
    #sliderz .djslider-default {
        height: 100px !important;
    }
    #sliderz .djslider-default .navigation-container-custom, #sliderz .djslider-default .navigation-numbers {
        top: 80px;
    }
    .price-bottom .col-md-3, .price-bottom .col-md-4, .price-bottom .col-md-5 {
        text-align: center;
    }
    .price-bottom .col-md-5 {
        padding-left: 0;
    }
    .price-bottom .ustanovka-button {

        width: 100%;
    }
    .price-bottom .otstup {
        top: 131px;
        text-align: left;
    }
    #inline {
        width: 100% !important;
    }
    #inline input[type="submit"] {
        text-align: center;
margin-top: 20px;
margin-left: 50px;
    }
}
@media (min-width: 768px) {

    header .top .phone {
        font-size: 17px;
        padding-left: 45px;
    }
    header .top .smart {
        padding: 0px;
    }
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
    }
    .jshop_categ {
        min-height: 197px;
    }

    .menu-on-top h1 {
        font-weight: 300;
    }
    .menu-on-top h2 {
        font-weight: 400;
        font-size: 20px;
    }
    .menu-on-top a {
        color: #003b62;
        text-decoration: none;
    }
    .terms {
        color: #1f3d61;
    }
    .terms h1 {
        font-weight: 300;
        
    }
    .terms .look {
        padding: 50px 0;
        font-size: 18px;
        font-style: italic;
    }
    .terms .look span {
        color: #c32c3f;
    }
    .terms .cena a {
        text-decoration: none;
    }

}
@media (min-width: 768px) and (max-width: 770px) {
    header .nav > li > a, footer .nav > li > a {
            padding: 15px 7px;
        }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header .top span {
        padding-top: 4px;
    }
}

@media (max-width: 1279px) {

 header .top .adress span {
    	display: none;
    }
}
.jshop_list_product .product img.jshop_img {
    padding: 8px !important;
    border: 1px solid #e7e7e7 !important;
}
.jshop_list_product .product .name {
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px !important;
    letter-spacing: -1px;
}
.jshop_list_product .product .name a {
    text-decoration: none;
}
.jshop_list_product .product .available {
	color: #1f3d61;
	padding: 5px 31px;
	background-color: #def490;
}
.jshop_list_product .product .not_available {
	color: #1f3d61; 
	padding: 5px 0px;
	background-color: #ebebeb;
	max-width: 130px;
text-align: center;
margin: 0 auto;
}
.jshop.list_product {
    background-color: #fff;
    margin-left: -10px;
}
.text-auto {
    font-size: 12px;
    color: #333;
    font-style: normal;
    width: 25%;
    display: block;
    float: left;
    position: relative;
top: 10px;
margin-right: 10px;
}
.jshop_price .coinz {
    font-weight: 400;
    color: #333;
font-style: normal;
padding-left: 10px;
font-size: 35px;
}
.jshop_price .zug-price {
    color: #333;
    font-weight: 700;
    font-size: 35px;
font-style: normal;
}

.jshop_price .oldprice {
    font-style: normal;
    font-size: 15px;
    text-decoration: line-through;
    color: #f28484;

}
.block_product .button_detail {
    color: #e3283d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 60px;
    border: 1px solid #e3283d;
}

.block_product .button_detail:hover {
    color: #AC0318;
    font-size: 14px !important;
}
.jshop_list_product .product .buttons {
    padding-top: 2px;
    margin: 30px 0 !important;
}

.jshop_list_product .block_product {
    padding-bottom: 20px;
    padding-top: 50px;
}
.jshop_list_product .block_product .hit-prodagh {
    top: 0;
}

/*------------------------------------------------------------------
  [Helper classes]
*/
.xs-p-50 {
  padding: 50px;
}
.xs-pt-50 {
  padding-top: 50px;
}
.xs-pl-50 {
  padding-left: 50px;
}
.xs-pr-50 {
  padding-right: 50px;
}
.xs-pb-50 {
  padding-bottom: 50px;
}
.xs-m-50 {
  margin: 50px;
}
.xs-mt-50 {
  margin-top: 50px;
}
.xs-ml-50 {
  margin-left: 50px;
}
.xs-mr-50 {
  margin-right: 50px;
}
.xs-mb-50 {
  margin-bottom: 50px;
}
.xs-p-40 {
  padding: 40px;
}
.xs-pt-40 {
  padding-top: 40px;
}
.xs-pl-40 {
  padding-left: 40px;
}
.xs-pr-40 {
  padding-right: 40px;
}
.xs-pb-40 {
  padding-bottom: 40px;
}
.xs-m-40 {
  margin: 40px;
}
.xs-mt-40 {
  margin-top: 40px;
}
.xs-ml-40 {
  margin-left: 40px;
}
.xs-mr-40 {
  margin-right: 40px;
}
.xs-mb-40 {
  margin-bottom: 40px;
}
.xs-p-30 {
  padding: 30px;
}
.xs-pt-30 {
  padding-top: 30px;
}
.xs-pl-30 {
  padding-left: 30px;
}
.xs-pr-30 {
  padding-right: 30px;
}
.xs-pb-30 {
  padding-bottom: 30px;
}
.xs-m-30 {
  margin: 30px;
}
.xs-mt-30 {
  margin-top: 30px;
}
.xs-ml-30 {
  margin-left: 30px;
}
.xs-mr-30 {
  margin-right: 30px;
}
.xs-mb-30 {
  margin-bottom: 30px;
}
.xs-p-20 {
  padding: 20px;
}
.xs-pt-20 {
  padding-top: 20px;
}
.xs-pl-20 {
  padding-left: 20px;
}
.xs-pr-20 {
  padding-right: 20px;
}
.xs-pb-20 {
  padding-bottom: 20px;
}
.xs-m-20 {
  margin: 20px;
}
.xs-mt-20 {
  margin-top: 20px;
}
.xs-ml-20 {
  margin-left: 20px;
}
.xs-mr-20 {
  margin-right: 20px;
}
.xs-mb-20 {
  margin-bottom: 20px;
}
.xs-p-15 {
  padding: 15px;
}
.xs-pt-15 {
  padding-top: 15px;
}
.xs-pl-15 {
  padding-left: 15px;
}
.xs-pr-15 {
  padding-right: 15px;
}
.xs-pb-15 {
  padding-bottom: 15px;
}
.xs-m-15 {
  margin: 15px;
}
.xs-mt-15 {
  margin-top: 15px;
}
.xs-ml-15 {
  margin-left: 15px;
}
.xs-mr-15 {
  margin-right: 15px;
}
.xs-mb-15 {
  margin-bottom: 15px;
}
.xs-p-10 {
  padding: 10px;
}
.xs-pt-10 {
  padding-top: 10px;
}
.xs-pl-10 {
  padding-left: 10px;
}
.xs-pr-10 {
  padding-right: 10px;
}
.xs-pb-10 {
  padding-bottom: 10px;
}
.xs-m-10 {
  margin: 10px;
}
.xs-mt-10 {
  margin-top: 10px;
}
.xs-ml-10 {
  margin-left: 10px;
}
.xs-mr-10 {
  margin-right: 10px;
}
.xs-mb-10 {
  margin-bottom: 10px;
}
.xs-p-5 {
  padding: 5px;
}
.xs-pt-5 {
  padding-top: 5px;
}
.xs-pl-5 {
  padding-left: 5px;
}
.xs-pr-5 {
  padding-right: 5px;
}
.xs-pb-5 {
  padding-bottom: 5px;
}
.xs-m-5 {
  margin: 5px;
}
.xs-mt-5 {
  margin-top: 5px;
}
.xs-ml-5 {
  margin-left: 5px;
}
.xs-mr-5 {
  margin-right: 5px;
}
.xs-mb-5 {
  margin-bottom: 5px;
}
.xs-p-0 {
  padding: 0px;
}
.xs-pt-0 {
  padding-top: 0px;
}
.xs-pl-0 {
  padding-left: 0px;
}
.xs-pr-0 {
  padding-right: 0px;
}
.xs-pb-0 {
  padding-bottom: 0px;
}
.xs-m-0 {
  margin: 0px;
}
.xs-mt-0 {
  margin-top: 0px;
}
.xs-ml-0 {
  margin-left: 0px;
}
.xs-mr-0 {
  margin-right: 0px;
}
.xs-mb-0 {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .sm-p-50 {
    padding: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-m-50 {
    margin: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-p-40 {
    padding: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-m-40 {
    margin: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-p-30 {
    padding: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-m-30 {
    margin: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-p-20 {
    padding: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-m-20 {
    margin: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-p-15 {
    padding: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-m-15 {
    margin: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-p-10 {
    padding: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-m-10 {
    margin: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-p-5 {
    padding: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-m-5 {
    margin: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-p-0 {
    padding: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-m-0 {
    margin: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .md-p-50 {
    padding: 50px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-m-50 {
    margin: 50px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-ml-50 {
    margin-left: 50px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-p-40 {
    padding: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-m-40 {
    margin: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-p-30 {
    padding: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-m-30 {
    margin: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-p-20 {
    padding: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-m-20 {
    margin: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-ml-20 {
    margin-left: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-p-15 {
    padding: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-m-15 {
    margin: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-p-10 {
    padding: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-m-10 {
    margin: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-ml-10 {
    margin-left: 10px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-p-5 {
    padding: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-m-5 {
    margin: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-ml-5 {
    margin-left: 5px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-p-0 {
    padding: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-m-0 {
    margin: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-ml-0 {
    margin-left: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .lg-p-200 {
    padding: 200px;
  }
  .lg-pt-200 {
    padding-top: 200px;
  }
  .lg-pl-200 {
    padding-left: 200px;
  }
  .lg-pr-200 {
    padding-right: 200px;
  }
  .lg-pb-200 {
    padding-bottom: 200px;
  }
  .lg-m-200 {
    margin: 200px;
  }
  .lg-mt-200 {
    margin-top: 200px;
  }
  .lg-ml-200 {
    margin-left: 200px;
  }
  .lg-mr-200 {
    margin-right: 200px;
  }
  .lg-mb-200 {
    margin-bottom: 200px;
  }
  .lg-p-150 {
    padding: 150px;
  }
  .lg-pt-150 {
    padding-top: 150px;
  }
  .lg-pl-150 {
    padding-left: 150px;
  }
  .lg-pr-150 {
    padding-right: 150px;
  }
  .lg-pb-150 {
    padding-bottom: 150px;
  }
  .lg-m-150 {
    margin: 150px;
  }
  .lg-mt-150 {
    margin-top: 150px;
  }
  .lg-ml-150 {
    margin-left: 150px;
  }
  .lg-mr-150 {
    margin-right: 150px;
  }
  .lg-mb-150 {
    margin-bottom: 150px;
  }
  .lg-p-100 {
    padding: 100px;
  }
  .lg-pt-100 {
    padding-top: 100px;
  }
  .lg-pl-100 {
    padding-left: 100px;
  }
  .lg-pr-100 {
    padding-right: 100px;
  }
  .lg-pb-100 {
    padding-bottom: 100px;
  }
  .lg-m-100 {
    margin: 100px;
  }
  .lg-mt-100 {
    margin-top: 100px;
  }
  .lg-ml-100 {
    margin-left: 100px;
  }
  .lg-mr-100 {
    margin-right: 100px;
  }
  .lg-mb-100 {
    margin-bottom: 100px;
  }
  .lg-p-50 {
    padding: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-m-50 {
    margin: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-p-40 {
    padding: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-m-40 {
    margin: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-p-30 {
    padding: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-m-30 {
    margin: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-p-20 {
    padding: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-m-20 {
    margin: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-p-15 {
    padding: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-m-15 {
    margin: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-p-10 {
    padding: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-m-10 {
    margin: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-p-5 {
    padding: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-m-5 {
    margin: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-p-0 {
    padding: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-m-0 {
    margin: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-mb-0 {
    margin-bottom: 0px;
  }
}
