
/*---- checkout ----------- */
.shipping_method .custome-radio .shipping-method-check.form-check-label::after {
    top: 7px;
}
/*--------------------------*/

.top_text_section{
    position: relative;
    top: 5px;
}

#CheckoutForm .heading_s1 h4{
    text-transform: none;
}

.product-sold-out {
    color: #ff324d;
    font-weight: 600;
}

.product_model_selected{
    border: 1px solid #000000;
}
.product_model_selected .product_model_content{
    border: 2px solid #fff;
}

#onload-popup .modal-dialog-full{
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}
#onload-popup .modal-dialog-full .modal-content{
    height: 100%;
}

.scrollup {
    bottom: 50px;
}

.product .product_title, .product_box .product_title, .product_wrap .product_title {
    text-transform: none;
}

.product .product_sku{
    font-weight: 400; 
    min-height: 19px;   
}

.background-white{
    background: #fff;
}

.dropdown.language{
    margin-left: 15px;
}

.site_description{
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    line-height: 28px;
}

.logo_dark, .logo_light{
    max-height: 70px;
}

.bg_dark .page-title h1{
    color: #fff;
}

.bg_dark .breadcrumb-item a{
    color: #fff;
}

.bg_dark .breadcrumb-item.active {
    color: #ff324d;
}

ul.contact_info li a{
	max-width: 100%;
}

/*------- company info -----*/
.company_info{
    margin-bottom: 15px;
}
.company_info>li {
    margin-bottom: 5px;
    list-style: none;
}
.company_info li p {
    margin-bottom: 5px;
}
/*--------------------------*/

.product_box .add-to-cart {
    padding: 0px 12px 15px 15px;
}

.product_price{
    width: 100%;
    float: none;
}

.currency_symbol_left{
    margin-right: 3px;
}
.currency_symbol_right{
    margin-left: 3px;
}

.payment_method {
    margin-bottom: 40px;
}

.order_table{
    margin-bottom: 30px;
}

.custom-control-input-red:checked~.custom-control-label::before {
    color: #fff;
    background-color: #FF324D;
    border-color: #FF324D;
}

.categories_box span {
    min-height: 48px;
}

.product_img {
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_img.furniture2 {
    height: 255px;
}

.product .product_img img{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.product_img img {
    /*max-height: 100%;*/
}

.product_img::before {
    z-index: -1;
    background-color: transparent;
}

/*------products -------------*/
.sidebar .widget+.widget {
    border-top: none;
    margin-top: 20px;
    padding-top: 10px;
}
.widget_title {
    margin-bottom: 10px;
}
/*----------------------------*/

.shipping_option .custome-radio .form-check-label {
    color: #292b2c;
    font-weight: 600;
}

.parent-prefix-1{
    margin-left: 20px;
}

.parent-prefix-2{
    margin-left: 30px;
}

.parent-prefix-3{
    margin-left: 40px;
}

.categories_name.selected{
    font-weight: bold;
}

.category-image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.description p{
    word-wrap: break-word;
}

.cart_extra.on_demand_text{
    margin-bottom: 20px;
}

/*----- header cart ------*/
.totals_wrapper{
    margin-top: 20px;
    margin-bottom: 10px;
}
.totals_cart_discount .cart_total_sum{
    color: #ed5348;
}
.cart_total {
    padding: 0px 15px;
}

/*--- main cart ---*/
.totals_cart_discount .cart_total_amount span{
    color: #ed5348;
}
.totals_cart_total .cart_total_amount span{
    font-weight: bolder;
}
.totals_cart_total .cart_total_amount span .currency_symbol_left{
    font-weight: 600;
}
/*-----------------*/

.top_categories .categories_box img{
    height: 60px;
    width: auto;
    margin: auto;
}

/*--- slider desktop & mobile ---*/
.banner_slide_overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background: #00000063; */
}

.slider-box.only-desktop{
    display: none;
}
.slider-box.only-mobile{
    display: block;
}

@media (min-width: 576px){
    .slider-box.only-desktop{
        display: block;
    }
    .slider-box.only-mobile{
        display: none;
    }
}

@media (min-width: 768px){
}

/*-------------------------------*/