/* полоса прокрутки (скроллбар) */
.top-cart-items {
    scrollbar-color: #d4d5d4 #f3f3f3;    /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: 8px thin none;  /* толщина */
}

.top-cart-items::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #fff;
}

/* ползунок скроллбара */
.top-cart-items::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}

.top-cart-items::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

/* Стрелки */

.top-cart-items::-webkit-scrollbar-button:vertical:start:decrement {
    background: #ccc;
    background-color: #fff;
}

.top-cart-items::-webkit-scrollbar-button:vertical:end:increment {
    background: #ccc;
    background-color: #fff;
}

.top-cart-items::-webkit-scrollbar-button:horizontal:start:decrement {
    background: #ccc;
    background-color: #fff;
}

.top-cart-items::-webkit-scrollbar-button:horizontal:end:increment {
    background: #ccc;
    background-color: #fff;
}

.setstar {
    cursor: pointer;
}

#footer input {
    border-color: #F211D5;
    border-radius: 20px 0 0 20px;
}
.product-card {
    border: solid 1px #ccc;
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
}
.product-desc {
    min-height: 40px;
}
.product-desc .product-favourite {
    position: absolute;
    top: 40px;
    right: 50px;
}
.product-desc .product-favourite a {
    color: #ccc;
    font-size: 20px;
}
.product-desc .product-favourite a:hover {
    color: #ccc;
    font-size: 20px;
}
.product-desc .badge {
    background-color: #C913B4;
    font-size: 10px;
    font-weight: normal;
    border-radius: 0px 0px 10px 10px;
    min-width: 133px;
    position: relative;
	top: -22px;
	z-index: 5;
}
.pagination a {
    color: #111111;
    border: solid 1px #fff !important;
}

.page-item.active .page-link, .page-link:hover, .page-link:focus {
    color: #000 !important;
    background-color: #fff !important;
    border: solid 1px #C913B4 !important;
}

.header-row .icons a {
    color: #fff;
}

.header-row .icons a:hover {
    color: #fff;
}

.menu-container .cmain {
    background: linear-gradient(to bottom, rgba(255, 105, 238, 1), rgba(213, 19, 191, 1));
    color: #fff;
}

.menu-container .cmain:hover, .cmain:active, .cmain:focus, .cmain:link, .cmain:visited {
    color: #fff;
}

.menu-container .cmain a {
    color: #fff;
}

.menu-container .cmain a:hover {
    color: #fff;
}

#header .input-group input {
    background-color: #202020;
    border-color: #202020;
    border-bottom: solid 1px #999;
}

#header .input-group-text {
    background-color: #202020;
    border-color: #202020;
    border-bottom: solid 1px #999;
}

.topbanner {
    background: url('/storage/img/banner/topbanner.jpg');
    background-size: inherit;
    min-height: 600px;
}

.block-cm {
    position: relative;
    background-color: rgba(254, 243, 225, 1);
    background: linear-gradient(to bottom right, rgba(234, 220, 199, 1), rgba(254, 243, 225, 1), rgb(226, 196, 151));
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    padding: 15px;
    max-width: 360px;
    height: 138px;
    border-radius: 15px;
}

.block-full {
    position: relative;
    background-color: rgba(254, 243, 225, 1);
    background: linear-gradient(to bottom right, rgba(234, 220, 199, 1), rgba(254, 243, 225, 1), rgb(226, 196, 151));
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    padding: 15px;
    max-width: 900px;
    height: 285px;
    border-radius: 15px;
    margin: 0 auto;
}

.block-full-vert {
    background-color: rgba(254, 243, 225, 1);
    background: linear-gradient(to bottom right, rgba(234, 220, 199, 1), rgba(254, 243, 225, 1), rgb(226, 196, 151));
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    padding: 15px;
    width: 100%;
    height: 597px;
    border-radius: 15px;
    margin: 0 auto;
}

.block-dark {
    position: relative;
    background-color: rgb(31, 31, 31);
    background: linear-gradient(to bottom right, rgb(8, 8, 8), rgb(15, 15, 15), rgb(44, 44, 44));
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    padding: 15px;
    max-width: 460px;
    min-height: 250px;
    border-radius: 15px;
}

.block-dark-small {
    position: relative;
    background-color: rgb(31, 31, 31);
    background: linear-gradient(to bottom right, rgb(8, 8, 8), rgb(15, 15, 15), rgb(44, 44, 44));
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    padding: 15px;
    max-width: 460px;
    min-height: 130px;
    border-radius: 15px;
}

.block-dark-small-center {
    position: relative;
    background-color: rgb(31, 31, 31);
    background: linear-gradient(to bottom right, rgb(8, 8, 8), rgb(15, 15, 15), rgb(44, 44, 44));
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    padding: 15px;
    max-width: 600px;
    height: 138px;
    border-radius: 15px;
}

.block-digit {
    font-size: 80px;
    font-weight: bold;
    position: absolute;
    bottom:10px;
    right:30px;
    color: rgb(53, 53, 53);
}

.mc {
    margin: 0 auto;
}

.ml {
    margin: 0 0 0 auto;
}

.mr {
    margin: 0 auto 0 0;
}

.block-line {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: 15px;
    padding: 15px;
    border-radius: 15px;
    border: dashed 1px #666;
    text-align: center;
}

.block-line-dark {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: 15px;
    padding: 25px;
    border-radius: 15px;
    border: dashed 1px #3f3f3f;
}

.block-fw {
    margin: 15px;
    padding: 25px;
    border-radius: 15px;
    border: dashed 1px #3f3f3f;
}

h4 {
    font-size: 35px;
}

.podium {
    position: absolute;
    bottom: calc(100% / 8);
    right: 0px;
}

.dis60 {
    position: absolute;
    right: 0px;
}

@media(min-width: 991px){
    .dis60 {
        left: 0px;
    }
    .conblock {
        padding-left: 0px;
    }
}

@media(max-width: 1449px){
    .podium {
        bottom: calc(100% / 12);
        right: -200px;
    }
    .conblock {
        padding-left: 100px;
    }
}

@media(max-width: 991px){
    .podium {
        bottom: -100px;
        right: 0px;
    }
    .conblock {
        padding-left: 100px;
    }
}

@media(max-width: 768px){
    .mc{
        margin: 0 auto;
        max-width: 100%;
    }
    .mr{
        margin: 0 auto;
        max-width: 100%;
    }
    .ml{
        margin: 0 auto;
        max-width: 100%;
    }
    .podium {
        bottom: -100px;
        right: 0px;
    }
    .conblock {
        padding-left: 0px;
    }
}

@media(max-width: 479px){
    .mc{
        margin: 0 auto;
        max-width: 100%;
    }
    .mr{
        margin: 0 auto;
        max-width: 100%;
    }
    .ml{
        margin: 0 auto;
        max-width: 100%;
    }
    .podium {
        display: none;
        bottom: -200px;
        right: 0px;
    }
    .conblock {
        padding-left: 0px;
    }
}

#shoplastpos .product-card {
    border: solid 1px #ccc;
    border-radius: 20px;
    margin: 0px;
    padding: 20px;
}
#shoplastpos .product-desc {
    min-height: 40px;
}
#shoplastpos .product-desc .product-favourite {
    position: absolute;
    top: 30px;
    right: 30px;
}
#shoplastpos .product-desc .product-favourite a {
    color: #ccc;
    font-size: 20px;
}
#shoplastpos .product-desc .product-favourite a:hover {
    color: #ccc;
    font-size: 20px;
}
#shoplastpos .product-desc .badge {
    background-color: #C913B4;
    font-size: 10px;
    font-weight: normal;
    border-radius: 0px 0px 10px 10px;
    min-width: 133px;
    position: relative;
	top: -22px;
	z-index: 5;
}

.search-block {
    position: relative;
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1), #cccccc);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    padding: 15px;
    max-width: 100%;
    height: 200px;
    border-radius: 15px;
}

.search-block .input-group {
    margin: 50px 0;
}

.search-block #text {
    background-color: rgba(250, 250, 250, 1);
    border-color: #000;
    border-radius: 20px 0 0 20px;
}

.search-block button {
    background-color: #000;
    border-color: #000;
    border-radius: 0 20px 20px 0;
}

.search-main {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
}

.headerStar {
    position: relative;
    top:3px;
    background-color: #fdd995;
    background-image: linear-gradient(90deg, #ffa621, #fdd995);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-contact {
    font-size: 30px;
    margin: 0px 5px;
}

.roscat {
    position: absolute;
    width: 125px;
    left: 0px;
}

.section .clear {
    padding: 0;
    margin: 0;
    background-color: #FFF;
}

.blockin {
    width: 100%;
    min-height: 250px;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 0px 4px rgba(0,0,0,-0.3), -28px 0 0px -23px #C81667, 28px 0 0px -23px #C81667, 0 0 40px rgba(0,0,0,0.1);
    font-size: 18px;
}

.blockin-no-border {
    width: 100%;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 0px 4px rgba(0,0,0,-0.3), 0 0 40px rgba(0,0,0,0.1);
    font-size: 18px;
}

.kov {
    position: absolute;
    right: 0;
    top: 0;
}

.res {
    position: absolute;
    left: 0;
    top: 7px;
}

.leftredborder {
    border-left: 5px solid #C81667;
}

.contact-img1 {
    position: absolute;
    left: 0;
    bottom: -80px;
}

.contact-img2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.imgsp {
    float: left;
    margin-right: 30px;
}
