.red {
    color:red;
}
form.price_buy {
    position: fixed;
    right: 10px;
    bottom: 5px;
    left: 10px;
    z-index: 1030;
}
@media (min-width: 576px) {
    form.price_buy {
        position: static;
        right: auto;
        bottom: auto;
        left: auto;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 95%;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1440px !important;
    }
}
.price_wrapper {
    width:100%;
}
.price_wrapper .price_block {
    border: 1px solid #007bff;
    border-radius: 0.4rem;
}
.nav-link.active {
    color: #000!important;
    background-color: #ffc107!important;
}
.footer {
    margin-top: 4rem;
    padding: 1rem;
    border-top: 1px solid #d8d8d8;
}
.h {
    display:none;
}
.card .img {
    overflow:hidden;
    vertical-align: middle;
}
.shadow-sm {
    box-shadow: 0 0 0.40rem rgba(0,0,0,.15)!important;
}
.card-img-overlay {
    background: #ffffffbf;
    bottom: auto !important;
    right: 0;
    left: 0;
    top: 0;
    padding: .25rem;
}
.card .card-footer {
    padding-left:0!important;
    padding-right:0!important;
}
.card a {
    color: #000;
}
.card .price {
    font-weight: bold;
    font-size: 1.4rem !important;
}
.card {
    border:0!important;
}
.card-wrapper:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.badge-light { 
    background-color: #f1f1f1!important;
}
.badge-primary a {
    color: #fff;
}
.product_title {
    font-size: 2.5rem;
    border-bottom: 5px dotted #eaeaea;
    padding-bottom: 8px;
}
.product .price {
    font-size:2rem;
}
.product .avail {
    color: #009c00;
}
.my_green {
    color: #009c00;
}
.breadcrumb {
    background-color: #ffffff !important;
	margin:0; padding:0;
}
.card-shop {
    padding: 0.5rem;
    text-align: right;
    background: #ffffffbf;
    font-size: 0.6rem;
}
.progress {
    background-color: #f7f7f7;
}
.progress-bar {
    color: #000;
    background-color: #eaeaea;
    font-weight:bold;
}
.sm1 {
    font-size: .9rem;
}
.sm2 {
    font-size: .8rem;
}
.sm3 {
    font-size: .7rem;
}
.sm4 {
    font-size: .7rem;
}

.showMore{position:relative;
    -webkit-transition:max-height 0.4s linear;
    -ms-transition:max-height 0.4s linear;transition:max-height 0.4s linear}
.showMore._collapsed{overflow:hidden;max-height:100px}
.showMore._collapsed[showmore-type="shop"] {max-height:500px}
.showMore._collapsed[showmore-type="offer"] {max-height:100px}
.showMore._collapsed::before{content:'';position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to bottom, transparent, white 25px);height:50px;z-index: 1;}
.showMore_expander{position:absolute;bottom:0;left:0;z-index: 2;}
.fake_link {
    color: #007bff;
    cursor: pointer;
}

a:hover {text-decoration:underline;}

/* 5cols */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-6, .col-12 {
    padding-right: 10px;
    padding-left: 10px;
}


.logo_min { background-image: url(https://1ya.ru/i/logo.png); background-size: cover; width: 119px; height: 47px; display:block;}

.showMore img {float:right; width:50%; margin-left: 2rem;}
@media (max-width: 480px) {
	.showMore img {float:none; width:100%;  margin:0;}
}
.star_rating {
    margin-top: -3px;
}
.rating {
    width: 90px;
}
.rating__background {
    fill: #f0f0f0;
    stroke: black;
    stroke-width: 1;
    height: 100%;
    width: 100%;
}
.rating__value {
    fill: #FFB94B;
    height: 100%;
}
.articul {
    display: block;
    float:right;
    color: #6b6b6b;
}
.shop-text img {
    float: right;
    width: 50%;
    margin-left: 2rem;
}

.play-btn {
    position: absolute;
    max-width: 700px;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; /* needed if using Bootstrap */
    text-align: center;
    color: #eaeaea;
    background-color: rgba(255,255,255,.4);
    border-radius: 50px;
    transition: all .2s ease;
}
.play-btn:hover,
.play-btn:focus {
    color: #000;
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
}
.play-btn::after {
    /*
    Font Awesome recommends these styles
    https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
    */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*
    Define the font family, weight, and icon
    */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 60px;
    content: "\f04b";
    /* positioning tweaks */
    padding-top: 20px;
    padding-left: 10px;
}

.discount_list {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 3.5rem;
    height: 2rem;
    background-color: #ffc107;
    border-radius: 0.7rem;
    border: 1px solid #ff8500;
    box-shadow: 0 0 0px 1px #fffaea, 0px 0px 5px 1px rgba(0, 0, 0, 0.24);
    color: #000;
    box-sizing: border-box;
    padding-top: 0.15rem;
    font-size: 1rem;
    font-weight: bold;
}

.out_of_stock .card .price {
    text-decoration: line-through;
    color: silver;
}
.out_of_stock img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}
.out_of_stock .card-img {
    position: relative;
}
.out_of_stock .card-img:after {
    content: "Нет в наличии";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -65px;
    border: 2px solid #989898;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #717171;
    font-weight: bold;
    border-radius: 5px;
    background-color: #c0c0c0a8;
    transform: rotate(20deg);
}
.card-published {
    color: silver;
    text-align: right;
}

.supertag {padding:0; list-style:none; margin:10px 0 20px 0;}
.supertag li {list-style:none; display: inline-block; width:auto; margin: 7px 8px 7px 0;}
.supertag a { background-color: #efefef; border-radius: 0.4rem; padding: 3px 7px;}

.shop_types .icon {
    font-size: 1.4rem;
    width: 2rem;
    padding-right:1rem;
    display:inline-block;
    text-align:right;
}

.admin_action {
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
    height: 2rem;
    z-index: 10000;
    background: white;
    border: 1px solid black;
}
/*.card .img-fluid {max-width: 240px;}*/

h1 {
    font-size: 3.0rem;
}

.jumbotron {
    padding: 2rem 2rem;
}

#yandex_rtb_R-A-425800-2 {margin:10px 0 15px 0;}
