.main-nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 43px;
    padding: 0 20px;
}
.card-gray {
    border: 1px solid rgb(233 236 239);
    background-color: rgb(233 236 239);
}

.modal {
    background: rgb(0, 0, 0, 0.4);
}

.widget.user .image img {
    border: 5px solid #dedede !important;
}

.pointer {
    cursor: pointer !important;
}

.dropdown-toggle::after {
    display: none;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption, #portfolio .container-xxl .portfolio-box .portfolio-box-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: #007bff;
    transition: opacity 0.25s ease;
    text-align: center;
}

#portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box, #portfolio .container-xxl .portfolio-box {
    position: relative;
    display: block;
}

a:hover {
    color: #007bff;
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xxl .portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

header {
    position: relative;
    background-color: black;
    height: 15vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.lockscreen {
    background-color: #e9ecef;
}

.lockscreen .lockscreen-name {
    font-weight: 600;
    text-align: center;
}

.lockscreen-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}

.lockscreen-logo a {
    color: #495057;
}

.lockscreen-wrapper {
    margin: 0 auto;
    margin-top: 10%;
    max-width: 400px;
}

.lockscreen-item {
    border-radius: 4px;
    background-color: #fff;
    margin: 10px auto 30px;
    padding: 0;
    position: relative;
    width: 290px;
}

.lockscreen-image {
    border-radius: 50%;
    background-color: #fff;
    left: -10px;
    padding: 5px;
    position: absolute;
    top: -15px;
    z-index: 10;
}

.lockscreen-image>img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.lockscreen-credentials {
    margin-left: 70px;
}

.lockscreen-credentials .form-control {
    border: 0;
}

.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

.lockscreen-footer {
    margin-top: 10px;
}

.dark-mode .lockscreen-item {
    background-color: #343a40;
}

.dark-mode .lockscreen-logo a {
    color: #fff;
}

.dark-mode .lockscreen-credentials .btn {
    background-color: #343a40;
}

.dark-mode .lockscreen-image {
    background-color: #6c757d;
}
mark {
    padding: 0 !important;
    color: rgb(0 123 255);
    background-color: white !important;
}
.delete-cart-item{
    margin-left:10px;
}
#cart-items{
    font-size: .9rem;
}
#preloader-catalog{
    opacity: .5;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: whitesmoke url(/dist/images/preloaders/oval.svg) no-repeat center center;
}
.nowrap{
    white-space: nowrap;
}
.close {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #dc3545;
}
.fa-star-o {
    color: #e4e4e4 !important;
}

.circle-rus {
    width: 40px;
    height: 40px;
    background: #456BD9;
    position: relative;
    border-radius: 50%;
    display: block;
}

.circle-rus i {
    float: left;
    /* margin: 0 15px 15px 0; */
    /* text-align: center; */
    padding: 12px;
}

.section-title h2:after {
    width: 0px;
}

.slick-prev:before, .slick-next:before {
    color: #007bff !important;
}

.widget.category-list ul li a span {
    background: #e4e4e4;
    color: #6f777e;
}

.brand-logo {
    font-family: elephant;
    background: #007bff;
    color: #ffffff;
    padding: 4px 16px;
    border-radius: 50%;
    font-size: 27px;
}

.brand-logo:hover {
    background: black;
    color: #ffffff;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0px !important;
}

.select2-container .select2-choice {
    height: 50px !important;
}

.select2-selection {
    height: 50px !important;
}

.select2-selection>span {
    height: 50px !important;
    line-height: 48px !important;
}

.table-rus tr:first-child>td, .table-rus tr:first-child>td {
    border-top: 0px solid white;
}

.cart-item-count {
    width: 2.7em;
    max-width: 4em;
    margin: 0 8px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #b3b3b7;
    font-size: 14px;
    line-height: 1.29;
    overflow: hidden;
    -moz-appearance: textfield;
    text-align: center;
}

.slick-initialized .slick-slide {
    text-align: center !important;
    align-items: center;
}

.slick-slide img {
    max-height: 700px;
    display: inline-block;
}

.mt-6, .my-6 {
    margin-top: 5.5rem!important;
}

.product-slider .slick-dots {
    bottom: -90px !important;
}

.slick-dots {
    /* width: 75% !important; */
    /*по центру slick-dots*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);*/
}

.widget.user {
    text-align: left !important;
}

.widget {
    box-shadow: none;
}

.text-muted-rus {
    color: #d2d2d5 !important;
}

.login-button {
    cursor: pointer;
}

.advance-search {
    position: absolute;
    z-index: 5;
    margin-top: -50px;
    width: 95%;
    box-shadow: -1px 3px 6px rgb(0 0 0 / 27%);
}

i.fa-rus {
    width: 26px;
    height: 26px;
    line-height: 36px;
    text-align: center;
    margin-left: -26px;
    position: relative;
    z-index: 1;
    float: right;
    opacity: 0.1;
}

i.fa-rus+input {
    padding-left: 26px;
}

#elastic:focus {
    /*border-bottom: 1px #546dfd solid;*/
    outline: 0;
    background: #fff;
    background-color: #fff;
    border: 1px solid #ccc;
    border-color: #ccc;
}
.btn-cats{
    padding: 10px 20px !important;
}
.text-muted-custom{
    color: #b3b3b7;
    font-family: sans-serif;
    font-weight: 500;
}

.popup-catalog-container.current{
    display: block;
    visibility: visible;
    opacity: 1;
}
.widget.category-list ul li a {
    /* font-family: Montserrat, Arial, sans-serif; */
    color: rgb(51, 51, 51);
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #dedede;
    content: "—";
}
.popup-catalog__submenu li{
    list-style:none;
    margin-top: 7px;
}
input#elastic::placeholder {
    color: #999;
}
.text-bold{
    font-weight: bold;
}
.sectionOverflow{
    max-height: 90% !important;
}
.popup-catalog__submenu {
    display: none;
    position: absolute;
    left: calc(330px);
    padding: 32px;
    min-width: 40%;
    z-index: 1003;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
    top: 0;
    height: 100%;
}
.popup-close{
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 15px;
    height: 15px;
    padding: 10px;
    color: #151528;
    background-color: initial;
    border: none;
    outline: none;
    justify-self: end;
    cursor: pointer;
}
.popup-catalog-container{
    border-right: 1px #f2f2f2 solid;
    box-shadow: 4px -18px 4px -4px rgb(0 0 0 / 20%);
    transition: all .5s;
    display:none;
    visibility: hidden;
    width: calc(330px);
    position: relative;
    top: 0;
    left: 100;
    z-index: 101;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.popup-catalog-inner{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* width: 100%; */
    height: 100%;
}
.popup-catalog{
    /* display:block; */
}
/*#elastic-old {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    margin: 0 60px 0 0;*/
/*    box-sizing: border-box;*/
/*    width: 100%;*/
/*    padding-right: 25px;*/
/*    padding-bottom: 5px;*/
/*    border-radius: 0;*/
/*    background-color: initial;*/
/*    outline: none;*/
/*    filter: none;*/
/*    border: none;*/
/*    border-bottom: 1px solid #dfdfe1;*/
/*    font-size: inherit;*/
/*    line-height: inherit;*/
/*}*/

#elastic{
    border-radius: 3px;
    width: 100%;
    height: 42px;
    font-size: .867em;
    line-height: 40px;
    background: #fafafa;
    border: 1px solid #ececec;
    background: #fafafa;
    border: 1px solid #ececec;
    padding-left: 21px;
}

.elastic li {
    margin-bottom: 20px;
}

.elastic>li>a {
    color: #464545 !important;
}

.dnone {
    display: none;
}

#modalAddedToCart {
    background-color: rgb(14 14 14 / 30%);
}

#modalLogin {
    background-color: rgb(14 14 14 / 30%);
    padding-top: 100px;
}

.card-img-top {
    display: block !important;
    margin: 0 auto !important;
    max-width: 250px !important;
    max-height: 250px !important;
}

#preloader {
    opacity: .5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: black url('/dist/images/preloaders/oval.svg') no-repeat center center;
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    visibility 0s 0s, opacity 0s linear;
}

.shop-index__section {
    position: relative;
    margin-bottom: 60px;
}

.shop-index__section.alt {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
}

.shop-index__heading {
    margin-top: 0;
    margin-bottom: 60px;
    font-family: 'Questrial', sans-serif;
}

.shop-index__heading+p {
    margin-top: -50px;
    margin-bottom: 60px;
    color: #777777;
}

/* Shop: Slideshow */

.shop__slideshow {
    margin-top: -18px;
    margin-bottom: 60px;
}

.shop__slideshow .carousel-inner .item__container {
    display: table;
    width: 100%;
    height: 100%;
}

.shop__slideshow .carousel-inner .item-container__inner {
    display: table-cell;
    vertical-align: middle;
}

.shop__slideshow .carousel-inner .item {
    width: 100%;
    height: 600px;
}

.shop__slideshow .carousel-inner .item_1 {
    background: url(../img/home_11.jpg) no-repeat center center / cover;
}

.shop__slideshow .carousel-inner .item_2 {
    background: url(../img/home_12.jpg) no-repeat center center / cover;
}

.shop__slideshow .carousel-inner .item_3 {
    background: url(../img/home_14.jpg) no-repeat center center / cover;
}

.shop-slideshow__heading {
    margin: 0 0 20px 0;
    font-family: 'Questrial', sans-serif;
    font-size: 46px;
    line-height: 1.2;
    color: white;
}

.shop-slideshow__subheading {
    margin-bottom: 30px;
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: white;
}

.shop-slideshow__btn {
    border: 2px solid white;
    border-radius: 0;
    color: white;
    font-weight: 600;
}

.shop-slideshow__btn:hover, .shop-slideshow__btn:focus {
    color: #333333;
    background-color: white;
}

@media (max-width: 767px) {
    .shop__slideshow .carousel-inner .item {
        height: 400px;
        padding: 0 30px;
        text-align: center;
    }
    .shop-slideshow__heading {
        font-size: 32px;
    }
    .shop-slideshow__subheading {
        font-size: 16px;
    }
}

/* Carousel controls */

.shop-slideshow__control {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 70px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.shop-slideshow__control:hover {
    opacity: 1 !important;
}

.shop-slideshow__control[data-slide="next"] {
    left: auto;
    right: 10px;
}

.shop__slideshow:hover .shop-slideshow__control {
    opacity: .3;
}

/* Features */

.shop-index-features__item {
    margin-bottom: 40px;
    text-align: center;
}

.shop-index-features__icon {
    margin-bottom: 20px;
    width: 90px;
    height: 100px;
    background: url(../img/hexagon.svg) no-repeat center center / cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
}

.shop-index-features__heading {
    margin-bottom: 15px;
}

.shop-index-features__heading+p {
    color: #777777;
}

/* Blog post */

.shop-index-blog__posts>[class*="col-"] {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.shop-index-blog__posts>[class*="col-"]:last-child {
    border-right: 0;
}

.shop-index-blog__post {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.shop-index-blog__img {
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 90px;
    height: 100px;
    overflow: hidden;
}

.shop-index-blog__img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/hexagon_reversed.svg) no-repeat top left / 100% 100%;
}

.shop-index-blog__img>img {
    height: 100%;
    width: auto;
}

.shop-index-blog__body {
    overflow: hidden;
}

.shop-index-blog__heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.5;
}

.shop-index-blog__heading:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

.shop-index-blog__content {
    margin-bottom: 20px;
    color: #777777;
}

@media (max-width: 991px) {
    .shop-index-blog__img {
        float: none;
        margin-right: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .shop-index-blog__heading {
        text-align: center;
    }
    .shop-index-blog__heading:after {
        left: 50%;
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    .shop-index-blog__posts>[class*="col-"] {
        padding-top: 0;
        padding-bottom: 60px;
        border-right: 0;
    }
    .shop-index-blog__posts>[class*="col-"]:last-child {
        padding-bottom: 0;
    }
    .shop-index-blog__post {
        width: 100%;
    }
}

/* Newsletter */

.shop-index__newsletter {
    padding-bottom: 20px;
}

.shop-index__newsletter .shop-index__heading {
    margin-bottom: 20px;
    line-height: 42px;
    text-align: center;
}

.shop-index__newsletter input[type="email"] {
    height: 42px;
    padding: 11px 12px;
}

.shop-index__newsletter button[type="submit"] {
    padding: 11px 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .shop-index__newsletter .shop-index__heading {
        margin-bottom: 0px;
        text-align: right;
    }
    .shop-index__newsletter input[type="email"] {
        border-radius: 21px 0 0 21px;
    }
    .shop-index__newsletter button[type="submit"] {
        margin-left: -3px;
        border-radius: 0 21px 21px 0;
        width: auto;
    }
}

/** Shop: Thumbnails **/

.shop__thumb {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    background-color: white;
    text-align: center;
    -webkit-transition: border-color 0.1s, -webkit-box-shadow 0.1s;
    -o-transition: border-color 0.1s, box-shadow 0.1s;
    transition: border-color 0.1s, box-shadow 0.1s;
}

.shop__thumb:hover {
    border-color: rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
}

.shop__thumb>a {
    color: #333333;
}

.shop__thumb>a:hover {
    text-decoration: none;
}

/* тут менял */

.shop-thumb__img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 15em;
    max-height: 16em;
}

.shop-thumb__title {
    font-weight: 500;
    font-size: 1rem;
    min-height: 3em;
}

.shop-thumb__title>a {
    word-break: break-word;
}

.shop-thumb__price {
    color: #777777;
}

.shop-thumb-price_old {
    text-decoration: line-through;
}

.shop-thumb-price_new {
    color: red;
}

/** Shop: Item **/

.shop-item__info {
    padding: 30px;
    margin-bottom: 40px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.shop-item-cart__title {
    margin-bottom: 20px;
    line-height: 1.3;
}

.shop-item-cart__price {
    font-size: 28px;
    font-weight: 400;
    color: #F7C41F;
}

.shop-item__intro {
    color: #777777;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.shop-item__add button[type="submit"] {
    padding: 15px 20px;
}

.shop-item__img {
    margin-bottom: 40px;
}

.shop-item-img__main {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    height: auto;
    float: left;
}

.shop-item-img__aside {
    width: 100px;
    height: auto;
    float: left;
}

.shop-item-img__aside>img {
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: .5;
}

.shop-item-img__aside>img:hover, .shop-item-img__aside>img.active {
    border-color: rgba(0, 0, 0, 0.05);
    opacity: 1;
}

@media (max-width: 767px) {
    .shop-item-img__main {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .shop-item-img__aside {
        width: 50px;
    }
}

/** Shop: Filter **/

.shop__filter {
    margin-bottom: 40px;
}

/* Shop filter: Pricing */

.shop-filter__price {
    padding: 15px;
}

.shop-filter__price [class*='col-'] {
    padding: 2px;
}

/* Shop filter: Colors */

.shop-filter__color {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.shop-filter__color input[type="text"] {
    display: none;
}

.shop-filter__color label {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer;
}

/** Shop: Sorting **/

.shop__sorting {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: -20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: right;
}

.shop__sorting>li {
    display: inline-block;
}

.shop__sorting>li>a {
    display: block;
    padding: 20px 10px;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    color: #757575;
    -webkit-transition: all .05s linear;
    -o-transition: all .05s linear;
    transition: all .05s linear;
}

.shop__sorting>li>a:hover, .shop__sorting>li>a:focus {
    color: #333333;
    text-decoration: none;
}

.shop__sorting>li.active>a {
    color: #ed3e49;
    border-bottom-color: #ed3e49;
}

@media (max-width: 767px) {
    .shop__sorting {
        text-align: left;
        border-bottom: 0;
    }
    .shop__sorting>li {
        display: block;
    }
    .shop__sorting>li>a {
        padding: 10px 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .shop__sorting>li.active>a {
        font-weight: 600;
    }
}

/** Shop: Checkout **/

.checkout__block {
    margin-bottom: 40px;
}

.checkout-cart__item {
    margin-bottom: 15px;
}

.checkout-cart-item__img {
    max-width: 80px;
    margin-right: 10px;
    float: left;
}

.checkout-cart-item__content {
    overflow: hidden;
}

.checkout-cart-item__heading {
    margin-top: 0;
}

.checkout-cart-item__footer {
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.checkout-cart-item__price {
    font-weight: 600;
}

.checkout-total__block {
    margin-bottom: 40px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.checkout-total__block>.row>[class*="col-"] {
    padding: 40px 40px;
    border-right: 1px solid #e9e9e9;
    color: #aaa;
}

.checkout-total__block>.row>[class*="col-"]:last-child {
    border-right: 0;
    color: #333333;
}

@media (max-width: 767px) {
    .checkout-total__block {
        border: 0;
    }
    .checkout-total__block>.row>[class*="col-"] {
        padding: 15px 20px;
        border: 0;
        border-top: 1px solid #e9e9e9;
    }
    .checkout-total__block>.row>[class*="col-"]:last-child {
        border-bottom: 1px solid #e9e9e9;
    }
}

.checkout-total__heading {
    float: left;
}

.checkout-total__price {
    float: right;
    margin: 9px 0;
    font-size: 17px;
}

.checkout__submit {
    padding: 15px 40px;
}

/** Shop: Order Confirmation */

.shop-conf__heading {
    margin-bottom: 40px;
}

.shop-conf__heading+p {
    margin-bottom: 100px;
}

/**
* Forms
*/

.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* Has error */

.has-error .form-control {
    border-color: #d9534f;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-error .form-control:focus {
    border-color: #b52b27;
}

.has-error .help-block {
    color: #d9534f;
}

/* Checkboxes */

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    padding-left: 0;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #eee;
    text-align: center;
    font-family: "FontAwesome";
}

.checkbox input[type="checkbox"]:checked+label::before {
    content: "\f00c";
}

/* Radios */

.radio input[type="radio"] {
    display: none;
}

.radio label {
    padding-left: 0;
}

.radio label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 10px solid #eee;
    background-color: #333333;
}

.radio input[type="radio"]:checked+label:before {
    border-width: 7px;
}

/* Quantity */

.input_qty {
    margin-bottom: 10px;
}

.input_qty input[type="text"] {
    display: none;
}

.input_qty label {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 40px;
    text-align: center;
}

.input_qty label>span:not(.output) {
    width: 40px;
    height: 40px;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input_qty label>span:not(.output):last-child {
    float: right;
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.input_qty label>span:not(.output):hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.input_qty label>output {
    display: inline-block;
    line-height: inherit;
    padding: 0;
}

.input_qty_sm label {
    width: 80px;
    height: 20px;
    border: 0;
    line-height: 20px;
    color: #ccc;
}

.input_qty_sm label>span:not(.output) {
    width: 20px;
    height: 20px;
    border: 0 !important;
}

.input_qty_sm label>span:not(.output):hover {
    background-color: transparent;
    color: #333333;
}

.input_qty_sm label output {
    color: #ccc;
    font-weight: 600;
}
/* вапва */