.bg-smile {
    width: 30px;
    height: 30px;
    background: url(../img/img_sprites.png) -2px -66px;
    background-size: 269px;
}
.bg-livraison {
    width: 30px;
    height: 30px;
    background: url('../img/img_sprites.png') -104px -7px;
    background-size: 258px;
}
.bg-garantie {
    width: 30px;
    height: 30px;
    background: url('../img/img_sprites.png') -65px -70px;
    background-size: 279px;
}
.bg-4x {
    width: 30px;
    height: 30px;
    background: url('../img/img_sprites.png') -97px -72px;
    background-size: 288px;
}
.bg-secure {
    width: 30px;
    height: 30px;
    background: url('../img/img_sprites.png') -34px -67px;
    background-size: 271px;
}
.bg-cb {
    width: 25px;
    height: 25px;
    background: url(../img/img_sprites.png) -7px -90px;
    display: inline-block;
    background-size: 245px;
}
.bg-visa {
    width: 25px;
    height: 25px;
    background: url(../img/img_sprites.png) -34px -90px;
    display: inline-block;
    background-size: 245px;
}
.bg-master {
    width: 25px;
    height: 25px;
    background: url(../img/img_sprites.png) -61px -90px;
    display: inline-block;
    background-size: 245px;
}
.bg-apay {
    width: 25px;
    height: 25px;
    background: url(../img/img_sprites.png) -86px -90px;
    display: inline-block;
    background-size: 245px;
}
.bg-paypal {
    width: 25px;
    height: 25px;
    background: url('../img/img_sprites.png') -379px -9px;
    display: inline-block;
    background-size: 245px;
}
.bg-reinsurance_1_1 {
    width: 37px; height: 37px;
    background: url('../img/img_sprites.png') -130px -103px;
}
.bg-reinsurance_2_1 {
    width: 31px; height: 41px;
    background: url('../img/img_sprites.png') -290px -165px;
}
.bg-reinsurance_3_1 {
    width: 43px; height: 43px;
    background: url('../img/img_sprites.png') -350px -143px;
}
.bg-reinsurance_4_1 {
    width: 35px; height: 43px;
    background: url('../img/img_sprites.png') -350px -206px;
}
.bg-tel {
    width: 31px;
    height: 35px;
    background: url('../img/img_sprites.png') 0 0;
    background-size: 139px;
}
.bg-mail_white {
    width: 30px;
    height: 25px;
    background: url('../img/img_sprites.png') -24px 0px;
    background-size: 140px;
}
.bg-chat {
    width: 30px;
    height: 25px;
    background: url('../img/img_sprites.png') -142px -38px;
    background-size: 275px;
}
.bg-mail {
    width: 40px;
    height: 29px;
    background: url(../img/img_sprites.png) -270px -128px;
    display: block;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.bg-search {
    width: 20px; height: 22px;
    background: url('../img/img_sprites.png') -310px -110px;
}

.bg-check {
    width: 19px; height: 15px;
    background: url('../img/img_sprites.png') -350px -269px;
}
.product_list li .availability .label-success:before {
    content: "";
    width: 19px;
    height: 15px;
    background: url(../img/img_sprites.png) -368px -289px;
    position: absolute;
    left: 0;
    top: 0;
}
.product_list li .availability .label-danger:before {
    content: "";
    width: 19px;
    height: 15px;
    background: url(../img/img_sprites.png) -8px 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.product_list li .availability .label-success {
    position: relative;
    background: none;
}
span#selectedCmb .item {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
}

span#selectedCmb {
    padding: 20px;
}

.just-mobile {
    display: none;
}

i.payment_possibilities_img {
    width: 214px;
    height: 70px;
    background: url(../img/img_sprites.png) -12px -334px;
    display: block;
    margin: 0 auto;
}

#best-sellers_block_right li .available.label-success {
    background: url(../img/img_sprites.png) -367px -280px;
}

.black-friday a {
  background: #724bc3;
  color: white;
  padding: 0.5rem;
  border-radius: 0.3rem;
  display: inline !important;
}

.black-friday a:hover, .black-friday:hover a {
  color: white !important;
}

@media (min-width: 621px) and (max-width: 860px) {
    #order-opc #center_column #order-detail-content table input.discount_name {
        width: 30%;
    }
}

@media (max-width: 1024px) {
    #order-opc #center_column #order-detail-content table tbody td.cart_avail .label-danger {
        font-size: 8px;
    }

    .black-friday a {
      padding: 0.5rem;
      border-radius: 0.3rem;
      width: 9rem;
      text-align: center;
    }

    .black-friday {
      margin-left: 30%;
    }

}
@media (max-width: 576px) {
    .just-mobile {
        display: flex;
    }
    .box-cart-bottom p#add_to_cart {
        /*width: auto !important;*/
    }
}
