/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 14-Nov-2023, 1:17:17 PM
    Author     : shayasmk
*/


body, div, p, span, a, li, header, html, footer
{
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

.product_image_thumbnail img{
    cursor: pointer;
}

.radio_checkbox
{
    width: auto;
    height: auto;
}

#scrollUp
{
    width: 40px;
    height: 40px;
}

#content
{
    min-height: calc(100vh - 545px);
}


.variable_product_attribute_tab{
    margin-top: 5px;
    background-color: darkgray;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
    cursor:pointer;
}

.variable_product_attribute_tab.checking_filter
{
    background-color: orange;
}

.variable_product_attribute_tab.active_filter
{
    background-color: green;
}


.active-type
{
        border: 1px solid #CA0000;
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.orderByDropdownContentsActive
{
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadein 0.25s ease-in;
    -moz-animation: fadein 0.25s ease-in;
    animation: fadein 0.25s ease-in;
}

.active-page-number a
{
    background-color: #CA0000 !important;
    color: white !important;
}

.product_main_image
{
    max-height: 400px;
    max-width: 100%;
}

.hotline
{
     cursor: pointer;
}

.hotline-absolute
{
    top:50px;
    background-color: white;
    width: 250px;
    z-index: 1000;
    padding : 15px;
    border-radius: 10px;
    border: 1px solid lightgray;
    font-size: 14px;
    color: black;
   
}

.hotline-absolute img
{
    max-width: 30px;
    width: 30px;
}

.hotline_image
{
    width: 26px;
}

.checkout_arrow{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkout_arrow img
{
    max-width: 15px;
    
}

.checkout_arrow .active_arrow
{
    display: none;
}

.checkout_arrow.arrow_active .active_arrow
{
    display: inline;
}

.checkout_arrow.arrow_active .inactive_arrow
{
    display: none;
}

.product-page-right
{
    background-color: #F9F9F9;
    padding: 15px 25px;;
    border-radius: 10px;
    margin-bottom: 15px;

}

.black-color
{
    color: black;
}

.product-right-sub-container
{
    border-bottom : 1px solid lightgray;
    padding-bottom: 10px;
    color: #253d4e;
    font-weight: bold;
}

.yellow-bg
{
    background-color: #FFF9E9;
}

.product_image_thumbnail.big_screen
{
    padding : 5px;
    
    margin-top: 10px;
    
}

.product_image_thumbnail.big_screen.active_thumbnail
{
    border: 1px solid gray;
    border-radius: 10px;
}

.slider-nav-thumbnails
{
    margin-top: 15px;
    
}

.slider-nav-thumbnails-big{
    text-align: center;
    margin-top: 15px;
}


.product_right_info_desc
{
        font-size: 10px;
    line-height: 14px;
}

.warranty_checkobox_text
{
    font-size: 12px;
    margin-top: 5px;
}

.warranty_checkobox_text input
{
    margin-right: 5px;
}

.small_specification_header
{
    font-size: 19px;
    color: #253d4e;
    font-weight: bold;
    margin-bottom: 10px;
}

.small_specification_body
{
    font-size: 19px;
    color: #253d4e;
    font-weight: normal;
}

.contact-header
{
    font-weight: bold;
    color: #253d4e;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-sub-header{
    font-weight: bold;
    color: #253d4e;
    font-size: 16px;
    padding : 6px 15px;
   
}

.top-border{
    border-top : 1px solid lightgray;
}

.contact-sub-header i
{
    float: right;
    
}

.contact-sub-header img
{
    max-width: 60px;
}

.contact-sub-header div div
{
    max-width: calc(100% - 60px);
}

.contact-sub-header.active div
{
    font-weight: bold;
}

.contact-item
{
    padding-top: 6px;
    padding-bottom: 6px;
   
    color: gray;
}

.contact-item:hover, .contact-item.active
{
    background-color: #CA0000;
    color: white;
    text-decoration: none;
}

.contact-left-item-container
{
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid lightgray;
}

.contact-left-container
{
    
    cursor: pointer;
}

.contact-left-container:last-child
{
    border-bottom : 1px solid lightgray;
}

.contact-header-icon
{
    max-width: 50px;
    margin-right: 25px;
    margin-left: 25px;
    background-color: white;
    padding : 10px;
    border-radius: 100%;
}

.contact_header_container{
    padding-left:15px;padding-right:15px;
    cursor: pointer;
}

.contact_header_bg
{
    font-weight: bold;
    font-size: 17px;
        margin-left: 15px;
    max-width: calc(100% - 30px);
    padding-top: 15px;
    padding-bottom: 15px;
    
    padding-left: 10px;
}

.contact_header_bg, .contact_header_contant
{
    border: 1px solid #D3D3D3;
}

.contact_header_contant
{
    padding-top: 15px;
    padding-bottom: 25px;
    
    padding-left: 45px;
      margin-left: 15px;
      max-width: calc(100% - 30px);
}

.kontakti_sub_heading_down_icon
{
    margin-right: 25px;
    max-width: 20px;
}

.contact_content
{
    display: none;
}

.contact_content.active
{
    display: block;
}


.bold
{
    font-weight: bold;
}


.contact-section-each-content p, .contact-section-each-content div, contact-section-each-content li, .contact-item
{
    font-size: 16px;
}

.important_icon
{
    max-width: 20px;
    padding-right: 5px;
}

.modal.right-modal .modal-content {
    position: fixed;
    margin: 0;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 500px; /* Adjust the width as needed */
    transition: right 0.5s ease-in-out;
    left: unset;
    background-color: white;
    max-width: 100%;
    overflow: auto;
}
.modal.right-modal.show .modal-content {
    right: 0;
}

.modal.right-modal.hide-modal .modal-content {
      right: -100%;
}

.modal-content .modal-content {
    height: 100%;
}

.right-modal .modal-dialog
{
    margin-top: 0px;
}

.button_white
{
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
  
    background-color: white;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
    color: #253d4e;
    border: 1px solid #253d4e;
    border-radius: 45px;
    text-align: center;
}

.rounded_button
{
    border-radius: 45px !important;
}

.side_bar_cart_header
{
    color: #253d4e;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.side_cart_frequesntly_added_text
{
    color: #253d4e;
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#cartAddModal .product-cart-wrap
{
    height : auto !important;
    
}

.side_cart_product_title
{
    color: #253d4e;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 5px;
}

.side_cart_product_price
{
    color: #253d4e;
    font-weight: bold;
    font-size: 27px;
    padding-top: 5px;
}

.side_cart_product_main_container
{
    border-bottom: 1px solid lightgray;
    padding-bottom: 30px;
    padding-top: 30px;
}

#cartAddModal .modal-content
{
    border: none;
}

.custom-color{
    color: #253d4e !important;
}

.footer-button
{
   position: relative;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    background-color: #CA0000;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border: none;
  
}

.footer-list li a{
    padding-left: 0px;
    padding-right: 0px;
}

.footer_below_text
{
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.section_between_trees
{
    top: 35px;
    left: 33%;
    width: 33%;
    text-align: center;
}

.footer_logo_below_text{
    font-weight: bold;
    font-size: 20px;
    color: black;
    margin-top:  10px;
  
}

.section_between_trees img
{
    width : 50%;
    max-width: 100px;
}

.footer_links
{
    max-width: 150px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_links a
{
        color: #253D4E;
    padding-bottom: 2px;
    
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}

.footer_links .row div.col
{
    border-right: 1px solid white;
}

.footer_links .row div.col:last-child
{
    border-right: none;
}

.footer-sections-each
{
    
}

.footer-container
{
    max-width: 1400px;
}


.short_description_table tr td, .short_description_table tr th
{
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.cart-empty-category
{
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #253D4E;
    border-radius: 25px;
    color: #253D4E;
    margin-left: 10px;
    margin-right: 10px;
     
}

.empty-cart-top-text
{
    font-weight:bold;font-size: 25px;color:#253D4D;
    margin-top: 50px;
     
}

.empty-cart-middle-text
{
    font-weight:bold;font-size: 40px;
    line-height: 44px;
    
}

.empty-cart-bottom-text
{
    font-size: 16px;
    margin-top: 25px;
     
}

.empty-cart-categories-container
{
    font-weight:bold;font-size: 16px;
    margin-top: 25px;
}

.cart_price
{
    color: #253D4D;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}


.cart-qty-val
{
    width: 40px;display: block;float: left;text-align: center;
    position: absolute;
    left: 25px;
    color: #253D4D;
}

.detail-qty a.cart_qty_buttons
{
    background-color: white;
    color: #253D4D;
   margin-top: 2px;
    background-color: transparent;
}

.cart_below_buttons
{
    color: #7D7D7D !important;
        padding: 2px 10px;
    border: 1px solid #7D7D7D;
    border-radius: 15px;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.cart_below_buttons:hover
{
    color:  #CA0000 !important;
    border: 1px solid  #CA0000 !important;
    text-decoration: none;
 
}

.shopping-summery
{
        box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
    padding: 15px 35px;
    border-radius: 10px;
}

.cart_bottom_section
{
    margin-left: 15px;
    background-color: #FFF8EC;
    border-radius: 25px;
    padding : 10px 40px;
}

.card .checkout_card_header, .card  .card-summary-header
{
    background-color: white;
        align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 20px;
    color: #253D4D;
         
}

.card .checkout_card_header img
{
    padding-right: 15px;
}

.checkout_card
{
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
}



.checkout-each-tab
{
    text-align: left;
    font-size: 15px;
    color: #253D4D;
    
    padding: 10px;
    margin-left: 10px;
    width: calc(50% - 15px);
    cursor: pointer;
    
}

.checkout-each-tab img
{
    height: 33px;
}


.checkout-each-tab:nth-child(2)
{
    margin-left: 0px;
    width: calc(50% - 7px);
}


.custom-tab-container
{
    border-bottom: 1px solid #EAEDEF;
}

.checkout-each-tab:nth-child(1)
{
    border-right : 1px solid #EAEDEF;
}

.checkout-each-tab.active, .checkout-each-tab:hover
{
    color: #333333;
    border: 1px solid #CA0000;
    
   // border-right: 1px solid #CA0000;
   
}

.checkout-each-tab.active
{
    font-weight: bold;
}
.checkout-label
{
    font-size: 14px;
    color: #253D4D;
    margin-bottom : 1px;
}

.checkout_card .form-control
{
    border: 1px solid #EAEDEF;
    height : 35px;
    border-radius: 3px;
    margin-bottom : 1px;
    font-size: 14px;
}

.checkout-input-container
{
    margin-top: 15px;
}

.checkout-inside-section
{
    margin-top: 10px;
    padding-bottom: 25px;
}

.delivery-header, .payment-header
{
    color: #253D4D;
    font-size: 16px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom:8px;
    line-height: 16px;
     
}

.delivery-header-bottom-text, .payment-header-bottom-text
{
    font-size: 12px;
    color: #7D7D7D;
    line-height: 12px;
}

.d-border
{
    border: 1px solid #EAEDEF;
    border-radius: 15px;
    padding : 10px;
}

.shipping_text
{
    font-size: 16px;
    color: #CA0000;
    text-align: right;
    padding-right: 30px;
}

input.form-control-coupon
{
    border: 1px solid #253D4E;
    height : 44px;
    border-radius: 2px;
}

.coupon_apply_button
{
    font-size: 15px;
    color: #253D4D;
    border: 1px solid #253D4E;
    border-radius: 15px;
    background-color: white;
    padding : 4px 12px;
}

.checkout-margin-right-section
{
    margin-top: 50px;
}

.cart-header
{
    font-size: 30px;
    font-weight: bold;
}

.shopping-summery table tbody td.space_div
{
    border-top: 1px solid #EAEDEF;
    border-bottom: 1px solid #EAEDEF;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.shopping-summery table tbody tr.space_div_tr:last-child
{
    display: none;
}

.cart_table
{
    margin-bottom: 0px;
}

.no-padding-bottom
{
    padding-bottom: 0px !important;
}

.cart_loan_header
{
    font-size: 16px;
    font-weight: bold;
    color: #253D4D;
}

.cart_loan_text
{
    font-size: 9px;
    text-decoration: underline;
    color: #253D4D;
}

.cart_total_label, .cart_total_amount
{
    color: #253D4D; 
    font-size: 22px;
    
    padding-left: 0px;
    padding-right: 0px;
}

.cart_total_amount
{
    font-weight: bold;
}

.cart_total_label span
{
    font-weight: normal;
}

.less-padding-table td
{
    padding : 7px;
}

.cart_checkout_link
{
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEDEF;
}

.cart_total_section
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.loan_specific_table td:nth-child(2), .loan_specific_table td:nth-child(3)
{
    padding-top: 3px;
    
}

table.loan_specific_table td
{
    border-top: 1px solid #EAEDEF;
}

.loan_specific_table
{
    margin-bottom: 0px;
    color: #253D4D;
}

.loan_info
{
    cursor: pointer;
}

.cart_mask
{
    z-index: 10000;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height : 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.cart_loan_info_container
{
    z-index: 10001;
    right: 0px;
    top: 0px;
    background-color: white;
    max-width: 500px;
    width: 100%;
    position: fixed;
    height : 100%;
    padding: 15px 30px;
    overflow: auto;
}

.cart_loan_info_header
{
    color: #253D4D;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.close_cart_loan_info
{
    float: right;
    cursor: pointer;
}

.cart_loan_info_sub_header
{
    text-align: center;
    font-size: 22px;
    color: black;
    font-weight: bold;
}

.grey-bg-cart-info
{
    margin-top: 40px;
    background-color: #F9F9F9;
    text-align: center;
    padding : 15px 30px;
    color: black;
}

.grey-bg-cart-info img
{
    padding-bottom: 15px;
}

.cart_info_text
{
    padding-bottom: 15px;
}



.cart_each_container .product-des.product-name, .cart_each_container .cart-table-quantity-desktop 
{
    height : 120px;
}

#mobile_prefix, #company_mobile_prefix
{
    padding-top: 0px;
    padding-bottom: 0px;
    height : 35px;
}

#mobile[disabled="disabled"],
#company_mobile[disabled="disabled"]
{
    background-color: lightgray;
}

.delivery_method_selector
{
    cursor: pointer;
}

.delivery_method_selector.active, .delivery_method_selector:hover,
.payment_selector.active, .payment_selector:hover
{
    border: 1px solid #CA0000;
}

.payment_selector
{
    cursor: pointer;
}


.pickup_header_text, .checkout_payment_text
{
    color: #253D4D;
    margin-top: 40px;
    font-size: 16px;
}

.checkout_payment_text
{
    margin-top: 15px;
    
}

.each-payment-container
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEDEF; 
    cursor: pointer;
}

.each-payment-container img
{
    margin-right: 10px;
}

.each-payment-image-container
{
    width: 60px;
    float: left;
}

.card  .card-summary-header
{
    align-items: center;
    background-color: white;
}

.coupon_code_text{
    color: #253D4D;
    font-size: 16px;
    padding-top: 0px;
    
}

.coupon_code_container{
    border-bottom: 1px solid #EAEDEF;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.checkout_total_container
{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #EAEDEF;
    font-size: 18px;
    color: #253D4D;
    font-weight: bold;
    border-bottom: 1px solid #EAEDEF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.card-summary
{
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
}

#checkout_calculation_container
{
    font-size: 16px;
    color: #253D4D;
}

.checkout-each-calculation-section
{
    padding-bottom: 12px;
}

.order-summary-container
{
    top: 100px;
    position: sticky;
}

#cart-item-container
{
        
}

.detail-qty
{
    border: 1.5px solid #A1A1A1;
}

.card-summary-header img
{
    margin-right: 15px;
}

.coupon_code_text .coupon_up_down
{
    display: block;
    cursor: pointer;
}

.coupon_code_text .coupon_up_up
{
    display: none;
    cursor: pointer;
}

.coupon_code_text.coupon_code_closed .coupon_up_down
{
    display: block;
}




.coupon_code_text.coupon_code_closed .coupon_up_up
{
    display: none;
}

.coupon_code_text.coupon_code_closed
{
    border-bottom: 1px solid #EAEDEF;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.banner-img-link
{
    cursor: pointer;
}

.checkout_submit:disabled
{
    background-color: lightgray;
    color: black;
    font-weight: bold;
}

.top_header
{
    background-color: #CA0000;
}

.top_header nav ul li a
{
    color: white;
    font-size: 16px;
    padding-right: 30px;
}

.top_header nav ul li a:hover
{
    font-weight: bold;
    text-decoration: none;
}

.logo.logo-width-1 a img {
  width: 58px;
  min-width: 58px;
}

.language_text
{
    padding-left: 7px;
    padding-right: 15px;
}

.top_header nav ul.top_header_right li a
{
    padding-right: 0px;
}

.logo.logo-width-1 {
  margin-right: 20px;
}

.header-style-1 .main-categori-wrap > a {
  color: #333333;
  line-height: 70px;
  background: transparent;
  font-weight: bold;
  
}

.header-style-1 .main-categori-wrap > a i.up {
  right: 30px;
}

.header-style-1 .main-categori-wrap > a.categories-button-active {
  line-height: 25px;
  border-radius: 5px;
  padding: 0 20px;
  padding-right: 0px;
  
  
  font-size: 16px;
}

.header-style-1 .main-categori-wrap > a.categories-button-active i {
  color: #333333;
  margin-left: 12px;
  font-size: 10px;
  margin-bottom: 5px;
}

.header-style-1 .main-categori-wrap > a:hover {
  
  text-decoration : none;
}

.main-categori-wrap {
  position: relative;
  min-width: 225px;
  border-right: 1px solid #CA0000;
}


.menu_header
{
    min-width: 187px;
    padding-left: 15px;
    padding-right: 15px;
}

.menu_header ul li a
{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-right: 25px;
}

.bottom_footer
{
    background-color: #333333
}

.bottom_footer a
{
    color: white;
}

.categories-button-active img
{
    padding-right: 10px;
}

.footer-mid
{
    padding-bottom: 55px !important;
}

.breadcrumb a
{
    color: #CA0000;
    font-size: 14px;
}

.product_sub_category_name
{
    color: #333333;
    text-decoration: underline;
}

.product_product_code
{
    color: #333333;
}

.cart_go_to_homepage
{
    max-width: 310px;
    width: 100%;
}

.product_column_arrange_container button
{
    border: none;
    background: none;
    box-shadow: none;
    border: 1px solid #ECECEC;
    width: 50px;
    height : 45px;
}

.product_column_arrange_container button i
{
    width: 20px;
}

.product_column_arrange_container button:nth-child(1)
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product_column_arrange_container button:nth-child(2)
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product_column_arrange_container button.active
{
    color: white;
    background-color: #CA0000;
}

.white_button
{
    border: 1px solid #333333;
    color: #333333;
    background-color: white;
}

.product_column_header
{
    font-size: 26px;
    
}

.product_column_header a{
    color: #333333;
    font-weight: bold;
}

.product_list_small_specification
{
    list-style: disc;
    padding-left: 15px;
    color: #919191;
    font-size: 13px;
}

.product-column-bootstrap-column .sub-product-wrap
{
    padding : 40px;
}

.product-column-bootstrap-column .product_price_column
{
    color: #333333;
    font-weight: bold;
    font-size: 28px;
}

.monthly_price_container
{
    font-size: 11px;
}

.product_delivery_info_inside
{
    background-color: #F9F9F9;
    border-radius: 15px;
    font-size: 11px;
    padding : 10px;
}

.product_delivery_box
{
    border: 1px solid #CA0000;
    border-radius: 14px;
    padding: 10px;
}

.product_delivery_box
{
    cursor: pointer;
}

.disabled_delivery_box
{
    cursor: not-allowed;
}

.product_delivery_box.active
{
    border: 1px solid #008300;
}


.product_delivery_box.active .product_right_info_desc
{
    color: #008300;
}

#delivery_text1 span
{
    color: #008300;
}

#delivery_text2 span
{
    font-weight: bold;
    text-decoration: underline;
}

.disabled_delivery_box, .disabled_payment_selector
{
    background-color: #ECECEC;
    border: none;
}

.product-delivery-box-container
{
    padding-left: 0px;
   
}

.product_delivery_box_icon
{
    height : 25px;
}

.checkout_delivery_icon, .payment_icon
{
    height : 35px;
}

.carausel-4-columns-cover.grey-bg
{
        background-color: #EEEEEE;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.slider_area
{
    margin-top: -7px;
}

.cursor{
    cursor: pointer;
}

.language_main
{
    color: white;
}

.language_sub_ul
{
    background-color: white;
    border: 1px solid gray;
}

.language_sub_ul li
{
    padding : 10px 20px;
}

.top_header nav .top_header_right .language_sub_ul li a
{
    color: #333333;
}

.top_header nav
{
    z-index: 1;
}

.slider_area_gray
{
    
}

.pupular_category_image
{
    max-height: 140px;
    height : 140px;
        width: auto;
    margin: 0 auto;
}

.pupularCategoryBox
{
    border: 1px solid lightgray;
    padding: 25px 50px;
    border-radius: 15px;
}

.form_checkout
{
    padding-bottom: 70px;
    
}

.product_list_delivery_box_icon
{
    width: 20px;
    margin-right: 15px;
}

.bottom_home_img
{
    max-height: 105px;
}

.menu-right-text
{
    margin-left: 7px;
}

.header-action-icon-2:nth-child(1)  .menu-right-text
{
    margin-left: 15px;
}

.mobile_sibebar_header
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.mobile-menu a img
{
    height: 20px;
}

.mobile-menu a img, .mobile-menu a span
{
    float: left;
}


.mobile-menu a span
{
    display: block;
    margin-top: 3px;
    margin-left: 10px;
}

.mobile_sibebar_sub_header
{
    font-size: 20px !important;
}

.sign_out_mobile
{
    border-bottom: 1px solid #ececec !important;
}

.sign_out_mobile a
{
    font-size: 16px !important;
    font-weight: normal !important;
    
}

#carausel-4-columns
{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#popular_products_container .product-cart-wrap
{
    height: 340px !important;
}

#carausel-4-columns-1 .product-cart-wrap
{
    height: 370px !important;
}

#carausel-4-columns .product-cart-wrap
{
    margin-right: 15px;
}

.no-border-box
{
    border: none;
}

.kontact-left-container-border
{
    border-right: 1px solid lightgray;
}

.pupular_category_image img{
    max-height: 100%;
}

.popular_category_title
{
    height : 40px;
    overflow: auto;
    line-height: 19px;
}

.mobile-main-banner
{
    border: 1px solid lightgray;
    border-radius: 20px;
}

.filter_caption
{
    font-size: 19px;
    font-weight: bold;
}

#min_price, #max_price
{
    border: 1px solid #ECECEC;
    border-radius: 15px;
    color: #253D4D;
    font-size: 19px;
    height : 40px;
    text-align: center;
}

#slider-range-new
{
    height: 2px;
    border: 1px solid #C90000;
}
.product_brand_check, .filter_value_check
{
   // margin-left: -15px;
   // margin-right: 5px;
   margin-left: 0px;
}

.product_brand_check_label, .product_filter_check_label
{
    margin-left: 5px;
    margin-left: 1rem;
    padding-left: 5px;
}

.filter_section
{
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.home-shop-button-container
{
    margin-top: 40px;
}

.card_icon
{
    max-width: 40px !important;
    
}

.card_icon:first-child
{
    margin-bottom: -12px;
}

.my_orders_order_header
{
    background-color: #ECECEC;
    padding : 10px;
}

.invoice_pdf_link
{
    display: flex;
    background-color: white;
    color: black;
    width: 50px;
    float: right;
    text-align: center;
    height : 100%;
    border-radius: 8px;
        align-items: center;
        justify-content: center;
        text-decoration: underline;
}

.order_status_text
{
    font-size: 16px;
}

.order_product_image_container
{
    width: 100px;
    border: 1px solid #ECECEC;
    padding : 5px;
    border-radius: 4px;
    margin-left: 15px;
}

.order_product_details_section
{
    width: calc(100% - 115px);
}

.account_order_each_container
{
    border: 1px solid #ECECEC;
    border-radius: 4px;
    margin-top: 15px;
    padding-bottom: 10px;
    
}

.account_order_review_link
{
    color: black;
    text-decoration: underline;
}

.account_orders_item_buttons_container
{
    padding-left: 125px;
}

.account_orders_item_buttons_container button:nth-child(1)
{
    margin-right: 25px;
}

.account_order_each_item_container
{
    border-bottom: 1px solid #ECECEC;
    padding-bottom : 25px;
}

.account_order_each_item_container:last-child
{
    border-bottom: none;
}

.account_order_items_bottom_section
{
    border-top: 1px solid #ECECEC;
}

.contact_header_bg span
{
    max-width: calc(100% - 50px);
}

@media screen and (max-width: 992px)
{
    .my_order_main_content
    {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px;
    }
    
    #carausel-4-columns
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .slider-arrow.slider-arrow-2 .slider-btn
    {
            width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .home-shop-button-container
    {
        margin-top: 0px;
    }
    
    .product-list-page-header
    {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    
    .sort-by-dropdown-wrap span i
    {
        float: right;
    }
    
    .account_orders_item_buttons_container
    {
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px)
{
    
    
    .side_cart_product_price
    {
        font-size: 22px;
    }
    
    .footer_logo_below_text
    {
        font-size: 16px;
    }
    
    .section_between_trees img
    {
        max-width: 75px;
    }
    
    .cart_price
    {
        float: left;
        width: 50%;
        text-align: left;
    }
    
    .detail-qty
    {
        float: right;
        width: 50%;
                max-width: 94px;
    }
    
    tr.cart_each_container td.cart-table-quantity-desktop 
    {
        margin-top: 15px;
        height : 50px;
    }
    
    tbody.cart_container td
    {
        min-height: 10px;
    }
    
    .detail-qty
    {
        margin-top: -47px !important;
        float: left;
    }
    
    .cart_each_container .product-des.product-name, .cart_each_container .cart-table-quantity-desktop{
        height :auto;
    }
    
    .cart_each_container td.cart-table-quantity-desktop 
    {
        border-bottom: 1px solid #EAEDEF !important;
        margin-bottom: 15px !important;
    }
    
    
    .space_div
    {
        display: none;
    }
    
    .cart-totals
    {
        margin-left: 0px !important;
    }
    
    #promocode_input
    {
        width: 100%;
    }
    
    #apply_promocode
    {
        width: 100%;
        margin-top: 5px;
    }
    
    .cart_table_footer
    {
        display: none;
    }
    
    .checkout_container_mobile
    {
        position: fixed;
        z-index: 10000;
        bottom: 0px;
        left: 0px;
        background-color: white;
        padding: 15px;
        border-top: 1px solid gray;
        margin-bottom: 0px;
    }
    
    .totall-product, .sort-by-product-area, .sort-by-cover, .sort-by-product-wrap
    {
        width : 100%;
        display: block !important;
    }
    
    .sort-by-product-wrap, .product_column_arrange_container
    {
        margin-top: 5px;
        margin-left: 0px !important;
    }
    
    .sort-by
    {
        float: left;
    }
    
    .product-cart-wrap
    {
        height: auto !important;
        max-height: none !important;
    }
    
    .logo.logo-width-1 a img
    {
        width:44px;
        max-width: 44px;
    }
    
    .shopping-summery
    {
        padding : 15px 15px;
    }
    
    .cart_image_container
    {
        padding : 10px;
    }
    
    .contact_content
    {
        margin-top: 15px;
       // padding-left: 0px;
       // padding-right: 0px;
    }
    
    .contact_header_bg, .contact_header_contant
    {
        margin-left: 0px;
        max-width: 100%;
    }
    
    .kontact-left-container-border
    {
        border-right: none;
    }
    
    .carausel-4-columns-cover.grey-bg
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .pupularCategoryBox{
            padding: 25px 15px;
                    min-height: 316px;
    }
    
    .cart_image_container
    {
        margin-left: 0px;
        margin-right: 10px;
    }
    
    .home_bottom_section_text
    {
        font-size: 9px;
        line-height : 12px;
    }
    
    .pageno-each, .page-link.dot
    {
        display: none;
    }
    
    .pageno-each.active-page-number
    {
        display: block;
    }
}






@media screen and (max-width: 450px)
{
    .section_between_trees
    {
        position: relative !important;
        width: 100%;
        left: 0px;
    }
    
    .sort-by-product-area
    {
        display: block;
    }
    
    .shop_btn
    {
        padding : 10px;
    }
}