.slide-image {
    display: block;
}
.slide-image-mob {
    display: none;
}
@media screen and (max-width: 560px) {
    .slide-image {
        display: none;
    }
    .slide-image-mob {
        display: block;
    }
}
.text-orange {
    color: #ff8f00;
}
.text-semi-bold {
    font-weight: 600;
}
.text-bold {
    font-weight: 800;
}
.chatbro_container .chatbro_movable_chat{
    z-index: 2147000001 !important;
}
#top .navbar-inverse .side-collapse .btn-link {
    line-height: 17px;
}
#logo{
    padding: 5px 15px;
}
.main-text{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}
.main-text h1, .main-text h2{
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 15px;
}
.menu-warehouse {
    border: 2px solid #1D8EB7;
}
.menu-warehouse a {
    padding: 5px 8px !important;
}
.menu-warehouse a:hover{
    /*color: #10bdfc !important;*/
}
.dropdown-menu-category .child-box-cell{
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.dropdown-menu-category .sub-category-link{
    display: flex;
    align-items: center;
    width: 100%;
}
.navcategory .count {
    font-size: 12px;
    width: 24px;
    height: 16px;
    padding: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #edeef2;
    border-radius: 8px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.child_children_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 0;
    border-top: 1px solid #eee;
}
.subcat-list{
    display: flex;
    flex-wrap: wrap;
}
.subcat-list__item{
    width: calc(20% - 12px);
    margin: 8px 6px;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    position: relative;
}
.subcat-card{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .subcat-list__item{
        width: calc(25% - 12px);
    }
}
@media screen and (max-width: 560px) {
    .subcat-list__item{
        width: calc(50% - 12px);
    }
}
.pagination_wrap{
    text-align: center;
}
.summary{
    text-align: center;
}
#content ol{
    padding-left: 20px;
}
#content img{
    max-width: 100%;
}
td{
    padding: 5px;
}
.table-discounts td{
    padding: 15px;
}
.pagination .page.selected a{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
#cart_table .coupon_table {
    display: flex;
    justify-content: flex-end;
}
#cart_table .coupon_table div {
    float: none;
}
#cart_table .coupon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 430px;
    margin-bottom: 10px;
}
.coupon .input-group-btn{
    width: auto;
}
#cart_table .coupon_table div.coupon_active{
    padding: 0;
}
.coupon_active .label{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-left: 15px;
    background-color: #f5f6fa;
    padding: 5px 15px;
    border-radius: 25px;
    vertical-align: middle;
}
.coupon .close {
    opacity: 1;
    color: #fff;
    background-color: #dddddd;
    text-shadow: none;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 21px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.coupon .close:hover{
    background-color: #666;
}
#newstorecheckout .radio{
    width: 100%;
    padding-bottom: 5px;
}
#newstorecheckout .shipping-method .radio{
    margin-bottom: 15px;
    border-bottom: 1px dashed #e3e3e3;
}
.checkout_form .checkbox label, .checkout_form .radio label {
    font-size: 16px;
}
.checkout_form .add{
    font-size: 14px;
    padding-right: 15%;
    margin: 5px 0 0;
}
.total-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}
@media screen and (max-width: 768px) {
    .total-list > li {
        width: 50%;
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
        padding: 5px 0;
    }
    .total-list > li:nth-child(odd) {
        border-right: 1px solid #e3e3e3;
    }
}

.flex-col{
}
.total-list .text{
    font-size: 16px;
}
.total_html{
    font-weight: bold;
    font-size: 27px;
    color: #d91100;
}
#newstorecheckout .fa{
    margin-right: 5px;
}
.cart-errors{
    color: #d91100;
}
.cart-errors ul{
    display: inline-block;
}
.h2 {
    padding: 0 0 0 30px;
    margin: 25px 0 15px;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
}
.detail-view {
    margin-bottom: 20px
}

.detail-view:last-child, .detail-view__item {
    margin-bottom: 0
}
.detail-view__item ol{
    padding-left: 2rem;
    margin-bottom: 0;
    font-size: 18px;
}
.detail-view__item li {
    padding: 7px 0;
    line-height: 1.4;
}
.detail-view__item li .fa {
    font-size: 20px;
}
.detail-view__title {
    margin: 0 5px 4px 0;
    display: inline-block;
}

.detail-view__text {
    display: inline-block;
    font-weight: 700
}
.detail-view__text p{
    font-weight: normal;
}
.detail-view__additional{
    padding: .5em .5em;
    margin: .25em 0 1em;
    display: inline-block;
}
.alert-info h3{
    color: #31708f;
}
.order-box {
    background: #f7f7f7;
    margin: 30px 0;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.order-box__header {
    line-height: 50px
}

.order-box__header_normal {
    position: relative;
    padding: 10px 0 0;
    margin: 0 30px;
    font-size: 22px;
    border-bottom: 2px solid #dadada
}

.order-box__header_black {
    font-size: 14px;
    line-height: 50px;
    background: #f7f7f7;
    color: #000;
    border-bottom: 1px solid #dadada
}

.order-box__header_black:after {
    display: table;
    clear: both;
    content: ''
}

.order-box__header-content {
    padding: 0 30px
}

.order-box__header-link {
    vertical-align: middle;
    font-size: 14px;
    color: #b8b8b8
}

.order-box__header-select {
    margin-top: -8px;
    display: inline-block;
    width: auto
}

.order-box__body {
    padding: 30px
}

.order-box__subtotal {
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px
}

.order-box__subtotal_big {
    font-size: 22px
}

.order-box__bottom {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #ebebeb
}

.order-box__bottom_left {
    text-align: left
}

.order-box__order-button {
    padding-top: 5px
}

.order-box__fast-order {
    padding: 20px 100px
}

.order-box-delivery:after, .order-box-delivery:before {
    content: '';
    display: table
}

.order-box-delivery:after {
    clear: both
}

.order-box-delivery__type {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0;
    margin-right: 3%
}

.order-box-delivery__type:after, .order-box-delivery__type:before {
    content: '';
    display: table
}

.order-box-delivery__type:after {
    clear: both
}

.order-box-delivery__type:last-child {
    margin-right: 0
}

.order-box-delivery__address {
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%
}

.order-box-delivery__address:after, .order-box-delivery__address:before {
    content: '';
    display: table
}

.order-box-delivery__address:after {
    clear: both
}

.order-box-delivery__address:last-child {
    margin-right: 0
}
.cart-list__column {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    line-height: 50px
}

.cart-list__column:after, .cart-list__column:before {
    content: '';
    display: table
}

.cart-list__column:after {
    clear: both
}

.cart-list__column:last-child {
    margin-right: 0
}

.cart-list__column_info {
    float: left;
    clear: none;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center
}

.cart-list__column_info:after, .cart-list__column_info:before {
    content: '';
    display: table
}

.cart-list__column_info:after {
    clear: both
}

.cart-list__column_info:last-child {
    margin-right: 0
}

.order-box .cart-list__item {
    margin: 15px 0 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb
}

.order-box .cart-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.cart-list-header {
    background: #f7f7f7;
    color: #000
}
.order-box .cart-item{
    padding: 20px 0;
    height: auto;
    display: flex;
}

.cart-list-header:after {
    display: table;
    clear: both;
    content: ''
}
.order-box .cart-item__quantity {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    font-weight: 700
}

.order-box .cart-item__quantity:after, .cart-item__quantity:before {
    content: '';
    display: table
}

.order-box .cart-item__quantity:after {
    clear: both
}

.order-box .cart-item__quantity:last-child {
    margin-right: 0
}

.cart-item__price, .cart-item__summ {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.cart-item__price:after, .cart-item__price:before, .cart-item__summ:after, .cart-item__summ:before {
    content: '';
    display: table
}

.cart-item__price:after, .cart-item__summ:after {
    clear: both
}

.cart-item__price:last-child, .cart-item__summ:last-child {
    margin-right: 0
}
.cart-item__info {
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%;
    padding: 0 0 0 30px
}
.cart-item__info p{
    font-size: 12px;
}
.cart-item__info:after, .cart-item__info:before {
    content: '';
    display: table
}

.cart-item__info:last-child {
    margin-right: 0
}

.cart-item__info:after {
    display: table;
    clear: both;
    content: ''
}
.order-box__subtotal {
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 16px
}

.order-box__subtotal_big {
    font-size: 20px;
    margin-top: 15px;
}

.order-box__bottom {
    padding: 0 30px 30px 30px;
    text-align: right;
    border-top: 1px solid #ebebeb
}
.order-box__price{
    padding-right: .15em;
    display: inline-block;
    color: #000;
    font-weight: 700;
    line-height: 1;
}
.order-box__print{
    display: none;
}
.ordering .alert{
    /*margin: 10px 0;*/
    /*background-color: rgb(196, 55, 55);*/
    /*color: #fff;*/
}
.manufacturer-content {
}
.manufacturer-content ul{
    list-style-type: none;
    padding-top: 10px;
    padding-left: 20px;
}
.manufacturer-list{
    overflow: auto;
    margin-bottom: -1px;
    border: 1px solid #e6e6e6;
}
.manufacturer-list ul li{
    margin-bottom: 20px;
    padding-left: 0;
}
.manufacturer-list ul li a {
    font-weight: bold;
    font-size: 14px;
}
.manufacturer-list ul li i{
    margin-right: 5px;
    font-size: 18px;
}
.flex-row{
    display: flex;
    align-items: center;
}
.modal .close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.review-photo{
    display: inline-block;
}
.review-text{
    display: inline-block;
    vertical-align: top;
}
.alert-dismissable .close, .alert-dismissible .close{
    right: 0;
}
.ns-blog-description{
    margin-bottom: 20px;
}
.post__image {
    text-align: center;
    margin-bottom: 20px;
}
.post__image img{
    margin: 0 auto;
    max-height: 350px;
    max-width: 100%;
}
.menu-mobile__list, .menu-mobile__list ul{
 list-style: none;
}
.menu-mobile__list{
    border-top: 1px solid #e3e3e3;
    padding: 10px 40px 10px 10px;
}
.menu-mobile__list a{
    font-size: 16px;
    color: #333;
    padding: 5px 0;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.menu-mobile__list li:last-child a{
    /*padding-bottom: 0;*/
}
.menu-mobile__list li.parent > a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: calc(50% - 7px);
    padding: 5px;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border-right: 2px solid #d43031;
    border-bottom: 2px solid #d43031;
    opacity: 0.8;
    background-color: transparent;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.menu-mobile__list .submenu{
    opacity: 0;
    visibility: hidden;
    position: relative;
    max-height: 0;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow:  0px 0px 3px -1px #333;
    -moz-box-shadow:  0px 0px 3px -1px #333;
    box-shadow:  0px 0px 3px -1px #333;
    -webkit-transition: all 200ms 200ms ease;
    -moz-transition: all 200ms 200ms ease;
    -ms-transition: all 200ms 200ms ease;
    -o-transition: all 200ms 200ms ease;
    transition: all 200ms 200ms ease;
}
.navmenu.in .menu-mobile__list .submenu{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.navmenu.in .menu-mobile__list .submenu.active{
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.menu-mobile__list .submenu:before{
    content: '';
    position: relative;
    background-color: #d43031;
    height: 3px;
    width: 40px;
    margin-bottom: 10px;
}
.menu-mobile__list .submenu a{
    color: #333;
    font-size: 14px;
    display: block;
    padding: 3px 20px;
}
.menu-mobile__list a:active,  .menu-mobile__list li > a:active:after {
    background-color: #e3e3e3;
}
.short-attributes-groups ul, #tab-specification ul{
    margin-left: 10px;
    padding-left: 10px;
}
.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.breadcrumb > li:first-child{
    padding-left: 0;
}
.breadcrumb > li:last-child{
    padding-right: 0;
}
.breadcrumb > li + li:before{
    content: none;
}
#tab-description{
    font-size: 14px;
}
.carousel-brands .item{
    width: 190px;
    height: 80px;
}
.carousel-brands .item a {
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel-brands img {
    max-width: 100%;
    max-height: 100%;
}
#menu-list .parent-category.active a {
    background-color: #fff;
}
#menu-list .parent-category.active a {
    color: #43aab6;
}

.product-thumb .availability .fa {
    color: #89bd27;
}
.product-thumb .stock_status_success {
    background-color: #dff0d8;
    border: 1px solid #3c763d;
    border-radius: 4px;
    color: #3c763d;
    padding: 1px 4px;
    display:inline-block;
}
.product-thumb .stock-quantity_success {
    background-color: #dff0d8;
    border: 1px solid #3c763d;
    border-radius: 4px;
    color: #3c763d;
    padding: 1px 4px;
    margin-left:5px;
    position:relative;
    display:inline-block;
}
.product-thumb .stock-quantity_success:after{
    content:'';
    position:absolute;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:7px solid #dff0d8;
    left:-5px;
    top:7px;
}
.product-thumb .stock-quantity_success:before{
    content:'';
    position:absolute;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:7px solid #3c763d;
    left:-6px;
    top:7px;
}
.product-thumb .product-warehouses {
    text-align: center;
    margin: 5px 0;
    padding: 5px 0 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.product-warehouses .label {
    display: inline-block;
    margin-bottom: 5px;
}
.product-warehouses .label.wh-active {
    font-weight: bold;
}
.product-warehouses .label .fa {
    color: #fff !important;
}
.product-warehouses .label:not(.wh-active) {
    background-color: #719e71;
}
.product-warehouses .label:not(.wh-active):hover {
    background-color: #5cb85c;
}
div.quantity_plus_minus, .quantity_plus_minus div.quantity_cont {
    display: inherit !important;
    width: inherit !important;
}
.quantity_plus_minus div.input-group {
    display: table !important;
    width: inherit !important;
}

.product-list .product-thumb .actions, .product-grid .product-thumb .actions, .product-slider .product-thumb .actions{
    flex-direction: column;
    align-items: center;
}
.product-price .product-thumb .caption {
    display: table-row;
}

.product-price .product-thumb .caption > div:last-child {
    border-right: solid 1px #ddd;
}
.product-price .product-thumb .product-name {
    width: 100%;
}
.product-price .product-thumb .product-warehouses {
    width: auto;
    min-width: 150px;
    border: none;
    display: table-cell;
    vertical-align: middle;
    border-left: solid 1px #ddd;
}
.product-price .product-thumb .price {
    width: auto;
    max-width: 100px;
}
.product-price .product-thumb .caption .quantity_plus_minus {
    border: none;
    min-width: 70px;
    width: auto !important;
    padding: 0;
    height: auto;
    display: inline-block !important;
}
.product-price .product-thumb div.cart {

}
.product-price .product-thumb .caption .actions {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    text-align: center;
    padding: 10px 5px;
}
.order-pay {
    display: flex;
    width: 100%;
    margin-top: 2rem;
}
.pay-btn{
    /*display: block;*/
    /*width: auto;*/
    /*height: auto;*/
    /*padding: .5em 2em;*/
    margin: 2rem auto 0;
}
.pay-container{
    padding: 2rem 2rem 3rem;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-align-last: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pay__back-link{
    display: inline-block;
    font-size: 14px;
    color: #afafaf;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-top: 1rem;
    padding: .5em 1em;
}
.pay__back-link:hover, .pay__back-link:focus {
    color: #f4a61c;
    border-color: #f4a61c;
    text-decoration: none;
}
.pay__back-link:active {
    color: #7e5712;
}
.pay-data{
    margin-top: 2rem;
    border: 2px solid #f4a61c;
    border-radius: 5px;
    padding: 1rem;
    line-height: 1.4;
}
.pay-data p{
    margin: 0;
}
.pay-timer{
    display: flex;
    justify-content: center;
    color: #f4a61c;
}
.pay-success{
    border: 2px solid #f4a61c;
    border-radius: 5px;
    font-size: 21px;
    margin: 2rem;
    padding: 1rem;
}

/* Custom file upload button styles */
.custom-file-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease;
}

.custom-file-btn:hover {
    background-color: #e59400;
    border-color: #e59400;
}

.custom-file-btn.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.custom-file-btn.btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}

.file-name-display {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}
.pay__bank-name{
    margin-top: 1rem;
}
.paycardpay-wrapper .box{
    margin-bottom: 1rem;
}
.pay-data__notification{
    margin-bottom: 1rem;
}
.pay-data .box{
    display: inline-flex;
    font-size: 16px;
    margin: 1rem auto;
    padding: .5rem;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.pay-data .box:hover, .pay-data .box:focus{
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}
.pay-data__notification-check {
    cursor: pointer;
}
.notification-checked{
    background-color: #dafec1 !important;
    border-color: #90c66a !important
}
.pay-data .checkmark{
    align-self: center;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-right: 1rem;
    min-width: 20px;
}
.box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #b6c5d7;
    border-radius: 15%;
}
.box input:checked ~ .checkmark {
    background-color: #f4a61c;
    border-color: #f4a61c;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.box input:checked ~ .checkmark:after {
    display: block;
}
.box .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pay-data__notification-text{
    order: 1;
}
.pay-data__hidden{
    margin-bottom: 1rem;
}
.copy-block {
    cursor: pointer;
    display: inline-flex;
    margin: 0 auto;
    padding: 0 .5rem;
    align-items: center;
    justify-content: center;
}
.copy-block:active{
    background-color: #dcdcdc;
}
.copy-icon {
    opacity: .5;
    margin-left: 8px;
}
.copy-block:hover .copy-icon{
    opacity: 1;
}
.btn.i-processing{
    padding-left: 35px;
    position: relative;
}
.i-processing:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    background: url(../images/loader.svg) no-repeat;
    background-size: 20px;
}

.pay__bank-name{
    margin-top: 1rem;
}
.radarpay-wrapper .box, .pay-form__wrapper .box{
    display: inline-flex;
    justify-content: center;
    position: relative;
    padding: 5px 25px;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-title {
    text-align: center;
    padding: 0 36px;
}
.mfp-title a {
    color: #f4a61c;
    text-decoration: underline;
}
.mfp-title a:hover {
    color: #bd8012;
}
@media screen and (max-width: 768px) {
    #logo {
        max-width: 300px;
        margin: 0 auto;
    }
    #cart_table .coupon_table .coupon{
        width: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #cart_table .coupon_table div.coupon_active{
        width: auto;
    }
    .coupon_active span{
        margin-left: 5px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    .coupon .close{
        font-size: 18px;
        padding: 0 4px;
    }
    .coupon .input-group-btn{
        padding: 0;
        width: auto;
    }

    .ordering-content .panel-body{
        padding: 5px;
    }
    #cart_table table td{
        padding: 5px;
    }
    .ordering-item .btn{
        padding: 5px 10px;
    }
    .ordering-item .form-control{
        height: 29px;
        padding: 3px 4px;
    }
    #cart_table .delete_td{
        width: 40px;
    }
    #cart_table .delete_td .btn{
        padding: 5px 0;
    }
}
@media screen and (max-width: 767px) {
    .pay-container {
        font-size: 14px;
    }

    .pay__back-link {
        font-size: 12px;
    }

    .pay-data {
        padding: .5rem;
        line-height: 1.25;
    }

    .pay-data .box {
        font-size: 13px;
        text-align: left;
        text-align-last: auto;
        padding-left: 10px;
    }

    .pay-data .checkmark {
        margin-right: .75rem;
    }

    .pay-success {
        font-size: 18px;
        margin: 1rem 0;
    }
}
@media all and (max-width: 374px) {
    .pay-container{
        font-size: 14px;
    }
    .pay-success{
        font-size: 16px;
    }
}
