#SliderV1 .element-edit {
    top: 150px;
}

.discount_coupon_box{
    margin-bottom: 60px;
}

.sidebar_widget .custom-control{
    margin-left: 20px;
}

.footer_logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.shipping_area {
    margin-bottom: 0px;
}

.product_area{
	margin-top: 75px;
}

.category_description{
    margin-bottom: 35px;
}

.logo img{
    max-height: 70px;
}

.empty_area {
    padding: 50px 0 50px;
}

.mini_cart_wrapper:hover .mini_cart {
    overflow-y: auto;
}

.language_currency > ul > li > a {
    text-transform: uppercase;
}

.product_content h4 {
    text-transform: none;
}

.product_d_right h1 {
    text-transform: none;
}

.table_desc .cart_page table tbody tr td.product_name a {
    text-transform: none;
}

.shipping_content p {
    line-height: 20px;
}

.product_meta {
    margin-bottom: 10px;
}

h1.site_description{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
}

.company_info{
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}

.page-item a{
    color: #212529;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fe3737;
    border-color: #fe3737;
}

.button {
    background :#fe3737;
    border: #fe3737;
    font-size: 16px;
}

.button:hover {
    background: #3E444A;
    color: #ffffff;
}
.button:focus {
    color: #ffffff;
}

.btn-filter{
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-addtocart{
    width: 100%;
    background: #fe3737;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;    
}

.btn-addtocart:hover {
    background: #3E444A;
    color: #ffffff;
}

.btn-addtocart:focus{
    box-shadow: none;
}

.cart_btn .btn-addtocart{
    min-width: 240px;
}

.action_links_custom{
    padding: 0px 0px;
}

.single_product:hover .action_links_custom {
    bottom: 0px;
}

.plus, .minus{
    cursor: pointer;
}

.cart_info p {
    margin-bottom: 2px;
}

.table_desc .cart_page table tbody tr td.product_quantity input {
    width: 45px;
    height: 40px;
}

.cart_page table tbody tr td.product_quantity .plus:hover, 
.cart_page table tbody tr td.product_quantity .minus:hover{
    background: #3E444A;
    color: #fff;
}

.cart_extra{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.cart-product-quantity{
    margin: 7px 10px 7px 0;
}

.quantity .minus, .quantity .plus, .quantity .qty{
    width: 45px;
    height: 40px;
    padding: 0 5px 0 10px;
    background: none;
    border: 1px solid #ededed;
}

.quantity .plus:hover, 
.quantity .minus:hover{
    background: #3E444A;
    color: #fff;
}

.product_options{
    max-width: 435px;
}

.product_price{
    margin-bottom: 15px;
}

.product_price .price{
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    color: #1e1e1f;
    margin-right: 5px;
}

.price_old{
    font-size: 17px;  
    margin-right: 5px;
    font-weight: 600;
    line-height: 16px;
}

.discount_percent{
    display: inline-block; 
    color: #fe3737;
}

.account_form input.checkbox{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
.account_form input.checkbox:focus{
    box-shadow: none;
}

.widget_sub_categories a.selected{
    color: #fe3737;
}

.widget_list.widget_categories > ul > li.widget_sub_categories.no-childs > a::before {
    content: '';
}

.blog_sidebar_widget .widget_categories ul li a.selected {
    color: #fe3737;
}

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

/*--- header cart ---*/
.totals_cart_discount .price{
    color: #fe3737;
}
/*-----------*/

/*--- main cart ---*/
.checkout_btn a {
    font-size: 16px;
    padding: 5px 25px;
}
.totals_cart_discount .cart_amount{
    color: #fe3737;
}
/*------------------*/

/*---- checkout ------*/
.heading_s1 h4 {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff;
    background: #232323;
    font-weight: 500;
    margin-bottom: 5px;
}

input[type=text].form-control, input[type=password].form-control, select.form-control{
    border: 1px solid #ededed;
    background: none;
    height: 40px;
    /*width: 100%;*/
    padding: 0 20px;
    color: #232323;
}
textarea.form-control{
    border-color: #ededed;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus{
    box-shadow: none;
    border-color: #ededed;
}

.payment_method {
    margin-bottom: 25px;
}

.payment_option .custome-radio{
    margin-left: 20px;
    margin-bottom: 10px;

}

.payment_option .custome-radio .form-check-input{
    width: 15px;
    height: 15px;
}

.btn-fill-out{
    background :#fe3737;
    border: #fe3737;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
}

.btn-fill-out:hover {
    background: #3E444A;
    color: #fff;
}
/*--------------------*/

/*--- checkout-login ------*/
.toggle_info {
    padding: 20px;
    background-color: #f7f7f7;
}
.toggle_info span {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #687188;
    font-size: 16px;
}
.toggle_info span a{
    font-size: 18px;
    color: #232323;
}
.toggle_info span a:hover{
    color:#007bff;
}
/*------------------------*/

.login_form .panel-body, .coupon_form .panel-body {
    padding: 30px;
}

.header_contact_info > ul > li > a i {
    margin-right: 5px;
}

.product_thumb_fixed {
    height: auto;
}

@media only screen and (max-width: 991px){
    .table_desc .cart_page table tbody tr td.product_name {
        min-width: 120px;
    }
    .table_desc .cart_page table tbody tr td.product-price {
        min-width: 70px;
    }
    .table_desc .cart_page table tbody tr td.product_quantity {
        min-width: 160px;
    }
    .table_desc .cart_page table tbody tr td.product_quantity {
        min-width: 160px;
    }
    .table_desc .cart_page table tbody tr td.product_total {
        min-width: 80px;
    }
    .table_desc .cart_page table tbody tr td.product_remove {
        min-width: 50px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .shop_reverse .row {
        flex-direction: initial;
    }
}

@media only screen and (max-width: 767px){
    .table_desc .cart_page{
        overflow-x: initial;
    }
    .table_desc .cart_page table thead {
        display: none;
    }
    .table_desc .cart_page table tbody tr td{
        display: block;
        width: 100%;
        text-align: right;
    }
    .table_desc .cart_page table tbody tr td.product_thumb {
        max-width: none;
        text-align: center;
    }

    .table_desc .cart_page table tbody tr td::before{
        content: attr(data-title) " ";
        float: left;
        text-transform: capitalize;
        margin-right: 15px;
        font-weight: bold;
    }    
}

@media only screen and (max-width: 767px){
    .shop_reverse .row {
        flex-direction: initial;
    }
    .header_contact_info > ul > li {
        padding-right: 10px;
    }
}

@media (min-width: 576px) {
    .product_thumb_fixed {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .product_thumb_fixed {
        height: 330px;
    }
}

@media (min-width: 992px) {
    .product_thumb_fixed {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .product_thumb_fixed {
        height: 360px;
    }
}