.mt-2px {
  margin-top: 2px !important;
}

.popular-custom-badge {
    display: inline-block;
    padding: 0.2em 0.5em;
    font-size: 1em;
    font-weight: bold;
    color: #007bff; /* Blue color for text */
    background-color: #ffffff; /* White background */
    border: 2px solid #007bff; /* Blue color outline */
    border-radius: 1em; /* Rounded edges */
    text-align: center;
}

.orange_btn_bg{
    background-color: #ff7f00 !important;
}

.outline_orange { 
    background-color: #fff;
    border-color: #ff7f00 !important;
    color: #ff7f00 !important;
    border-width: 2px;
    font-weight: bold;
}

.outline_orange:checked+.btn, .outline_orange:hover, .outline_orange.active, .outline_orange.show, .outline_orange:first-child:active, :not(.outline_orange)+.outline_orange:active {
    color: #fff !important;
    background-color: #ff7f00 !important;
    border-color: #ff7f00 !important;
}

.width-100{
    width: 100% !important;
}
/* Add this to your CSS file */
.usp-container {
    background-color: black; /* Black background */
    padding: 2px; /* Optional: Add some padding */
    margin-top: 1px; /* Optional: Add some padding */
}

.usp-item {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 10px; /* Add space between items */
}

.usp-icon {
    margin-right: 5px; /* Space between icon and text */
    font-size: 1em; /* Adjust size as needed */
    color: #E19C41; /* Orange color for icon */
}

.usp-text {
    font-size: 1em; /* Adjust size as needed */
    color: #E19C41; /* Orange color for text */
}


/* Responsive adjustments */
@media (max-width: 576px) {
    .usp-icon {
        font-size: 0.8em; /* Smaller icon size on mobile */
    }
    .usp-text {
        font-size: 0.7em; /* Smaller text size on mobile */
    }
}

.toast-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 9999;
}
.custom-thick-green-bottom-border {
  border-bottom: 20px solid green;
}
.custom-thick-orange-bottom-border {
  border-bottom: 20px solid orange;
}
.custom-thick-red-bottom-border {
  border-bottom: 20px solid red;
}

.green_bg_color {
    background-color: green;
}
.orange_bg_color {
    background-color: orange;
}
.red_bg_color {
    background-color: red;
}
.blue_bg_color { 
    background-color: blue;
}
.yellow_bg_color { 
    background-color: yellow;
}
.secondary_bg_color {
    background-color: #f1f1f4;
}
.dark_bg_color { 
    background-color: #1E2129;
}

.green_text_color {
    color: green;
}
.orange_text_color {
    color: orange;
}
.red_text_color {
    color: red;
}
.blue_text_color { 
    color: blue;
}


.two-line-clamp {
  display: -webkit-box!important;
  -webkit-line-clamp: 2!important;
  -webkit-box-orient: vertical!important;
  overflow: hidden!important;
}

.shipping_cost_color{
    background-color: #E6E7E8!important;
}
.selected_shipping_cost_color{
    background-color: #BCBEC0!important;
}

.orange_color{
    color: #ff7f00 !important;
}
.footer_active_class {
    color: #ff7f00!important;
}

.checkoutBtnSmall {
    width: 177px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #ff7f00;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;        
    border: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.checkoutBtnSM {    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #ff7f00;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;        
    border: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.checkoutBtn {
    width: 277px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #ff7f00;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.checkoutBtnWidthAuto {
    width: auto;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #ff7f00;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.checkoutBtnGray {
    width: auto;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #ff7f00;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border: 0;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: 1px;
}

.checkoutBtnGraySmall {
    width: auto;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
    background-color: lightgray;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border: 0;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: 1px;
}

.cartthumb {
    width: 70px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
}

.cartthumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seeAll{
    text-decoration: none !important;
    color: #666666 !important;
}

.pagination_active>.page-link,.page-link.pagination_active
{
    z-index:3;    
    color: #fff !important;
    background-color: #ff7f00 !important;
    border-color: #ff7f00 !important;

}

.whiteBackground{
    background-color: white !important;
}

.blackButton{
    width: 277px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #575757;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blackButtonSM{    
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #575757;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/*.reg_form_lbl{
    display: inline-block !important;
}*/

.formate_images {
  width: 150px;
  height: 150px;
}

@media (max-width: 767.99px) {  /* Targets screens smaller than or equal to 767.99px (mobile) */
  .formate_images {
    width: 100px;
    height: 100px;
  }
}

.radio-thumb label input:checked + img {
  border: 2px solid green; 
}

.text_color_light{
    color: #999 !important;
}

.qty-plus-minus-new {
    width: 100px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #f6f6f6;
    margin: 0 auto;
}

.qty-plus-minus-new .input-qty {
    width: 50px;
    height: 30px;
    border: 0;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.qty-plus-minus-new .input-qty:focus {
    outline: none;
    box-shadow: none;
}

.qty-plus-minus-new button {
    background-color: #f6f6f6;
    border: 0;
    width: 25px;
    height: 30px;
}

.description p.step-description {
    /* Add your styles here for the <p> tag */
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    font-weight: 100 !important;
    text-transform:none;
    margin-top: 5px;  
    margin-bottom: 5px;  
    /* Add more styles as needed */
}


.deals-selection .actions a.favorite {
    color: red !important; /* Add your styles for the 'favorite' state here */
}
.actions a.favorite {
    color: red !important; /* Add your styles for the 'favorite' state here */
}
.product-action a.favorite {
    color: red !important; /* Add your styles for the 'favorite' state here */
}
.card-action a.favorite {
    color: red !important; /* Add your styles for the 'favorite' state here */
}

.datepicker_font_size{
    font-size: 15px !important;
}

.shipping-costs .checkbox
{
    margin-bottom:10px;
}

.price_reset_btn{
    width: 30%;
    height: 25px;
    background-color: #333333;
    color: #fff;
    font-size: 15px;
    border: 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: right;
}

.blog-list .title {
    font-size: 30px;
    line-height: 1;
    color: #434343;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.blog-list .sub-title {
    font-size: 15px;
    line-height: 1.5;
    color: #999;
    display: block;
}

.footer_contact_text{
    text-decoration: none !important; 
    font-size: 15px;
    line-height: 1.5;
    color: #838282;
}


.your-order .updated_group {
    padding: 10px 5px;    
    display: flex;
    justify-content: space-between;
}
.your-order .updated_group .text {
    font-size: 15px;
    color: #999;
    line-height: normal;
}
.your-order .updated_group .price {
    font-size: 15px;
    color: #999;
    line-height: normal;
}

.cms-content {
    text-wrap: pretty !important;
}

.cms-content p {
    text-wrap: pretty !important;
}

.cms-content a {
    text-wrap: pretty !important;
}

.custome-d-none{
    display:none !important;
}
.nostyle{
    text-decoration: none !important;
}

.margin-bottom-5px{
    margin-bottom:5px !important;
}
.margin-bottom-10px{
    margin-bottom:10px !important;
}

.new-product .actions {
    display: none;
    align-items: center;
    padding: 12px 30px;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 38px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.new-product .actions a {
    color: #999999;
    margin-right: 30px;
}
.new-product .actions a:hover {
    color: #ff7f00;
}
.new-product .actions a svg {
    width: 16px;
    height: auto;
}
.new-product .card:hover .actions {
    display: flex;
}

.cursor-pointer{
    cursor: pointer !important;
}

.new-product .actions a {
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    color: #999;
    margin-right: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.new-product .actions a svg {
    width: 14px;
    height: auto;
}
.new-product .actions a:hover {
    background-color: #ff7f00;
    color: #fff;
    border-color: #ff7f00;
}

.deals-selection .actions a {
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    color: #999;
    margin-top: 5px;
    margin-right: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.deals-selection .actions a svg {
    width: 14px;
    height: auto;
}
.deals-selection .actions a:hover {
    background-color: #ff7f00;
    color: #fff;
    border-color: #ff7f00;
}

/*.deals-selectio .card:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
}*/

.deals-selection .card {
    transition: box-shadow 0.3s ease-in-out; /* Add transition effect */
}

.deals-selection .card:hover {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.15); /* Increase shadow size on hover */
}

.deals-selection .actions {    
    align-items: center;
    justify-content: center;
}
.new-product .actions {    
    align-items: center;
    justify-content: center;
}

/*=======================================*/
/*SUB MENU*/
/*=======================================*/
.main-navigation .menu-wrap ul > li {
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
}

.main-navigation .menu-wrap ul > li > .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.main-navigation .menu-wrap ul > li:hover > .submenu {
    display: block;
}

.menu-wrap ul li {
    position: relative; /* Ensure submenu positioning */
}

.submenu {
    display: none; /* Hide submenu by default */
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 200px; /* Adjust width as needed */
    padding: 10px; /* Adjust padding as needed */
    margin-top: 10px; /* Add margin to separate submenu from parent */
    margin-bottom: 10px;
    background-color: #ffffff; /* Background color of submenu */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
    z-index: 1; /* Ensure submenu appears above other content */
}

.submenu li:first-child {
    margin-top: 10px; /* Add margin above first submenu item */
}

.submenu li:last-child {
    margin-bottom: 10px; /* Add margin below last submenu item */
}

.submenu li {
    display: block;
    padding: 8px 12px; /* Adjust padding as needed */
    font-size: 15px; /* Adjust font size as needed */
    color: #333333; /* Text color of submenu items */
    text-decoration: none; /* Remove default underline */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
}

.submenu li:hover {
    background-color: #f5f5f5; /* Background color on hover */
}

.menu-wrap ul li:hover .submenu {
    display: block; /* Display submenu on hover */
}

/* Responsive Styling */
@media screen and (max-width: 768px) {
    .submenu {
        width: 100%; /* Adjust submenu width for smaller screens */
        left: 0;
    }
}

.address_text {
    font-size: 15px;
    color: #999;
    line-height: normal;
}
.contact-form .submit { width: auto; }

/*=======================================*/
/*SUB MENU*/
/*=======================================*/
.grecaptcha-badge { bottom: 110px !important; }
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active, .btn-check+.btn:hover { border: 1px solid #ff7f00;color: #ff7f00; }
.btn-payment { display: block !important;width: auto;border: 1px solid rgba(0, 0, 0, 0.1);color:#666666; }
.btn-payment-method { padding-top: 1.71rem !important;padding-bottom: 1.71rem !important; }
.contact-form .form-group label { display: block;margin-bottom: 3px; }
.order-details { text-decoration: none; }
.order-details > .fa-chevron-down { display: block; }
.order-details > .fa-chevron-up { display: none; }
.order-details.active > .fa-chevron-down { display: none; }
.order-details.active > .fa-chevron-up { display: block; }
.order-details.active { border: none !important; }
.dropdown-menu { padding-top: 0px; }
.review-form { margin-top: 20px; }
.mw-lg-600px { max-width: 600px; }
.bg-light-info { background-color: #f8f5ff;border-radius: 5px; }
.bg-light-primary { background-color: #fff4ea;border-radius: 5px; }