/**
    Theme Name: ecommerce
    Author: Redwan
    Email: redwanshuvo1@gmail.com
    Website: resoftek.com
    Version: 4.1.5
**/

@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
@import url('https://fonts.maateen.me/kalpurush/font.css');


*{margin:0;padding:0}
*,
*::before,
*::after {
    box-sizing: border-box;
}
ul{margin:0}
li{list-style:none;padding:0 5px;}
a{text-decoration:none;font-family: 'Poppins', 'Kalpurush';color:black;}
h1{font-size:22px;line-height:1.4;margin:0 0 10px 0;padding:0;color:black;font-weight:bold;font-family: 'Poppins', 'Kalpurush';transition:.2s all ease-in-out;}
h2{font-size:18px;line-height:1.4;margin:0 0 10px 0;padding:0;color:black;font-weight:bold;font-family: 'Poppins', 'Kalpurush';transition:.2s all ease-in-out;}
h3{font-size:16px;line-height: 1.4;margin:0 0 10px 0;padding:0;color:black;font-weight:bold;font-family: 'Poppins', 'Kalpurush';transition:.2s all ease-in-out;}
p{font-size:14px;font-weight:normal;line-height:1.4;color:black;font-family: 'Poppins', 'Kalpurush';}
a:hover{text-decoration: none;}
img{width:100%;height: auto;display:block;text-indent: -9999px !important;box-sizing: border-box;}
.left{float:left !important}
.right{float:right !important}
.h2s h2{margin:10px 0 15px 0}
.no_pad{padding:0 !important}
.no_mrg{margin:0 !important}
.img_ha img{height:auto !important}
.abh_description{font-family: 'Poppins', 'Kalpurush';color:black;}
input, button, select, textarea {
  font-family: 'Poppins', 'Kalpurush';font-size: inherit; line-height: inherit; padding: 5px;
}
.google-auto-placed{
    margin: 10px 0;
    padding: 5px;
    display: inline-table;
}

body{
	font-family: SolaimanLipi, Bangla, Baloo Da 2, georgian, Arial, Vrinda, FallbackBengaliFont, Helvetica, sans-serif !important;
	color: black;
}

.container_full{
    width: 100%;
    padding:20px 0 30px 0;
    box-sizing: border-box;
}
.container{
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.mob{
    display: none;
}

h2:hover{
    color: blue;
}

.product_title h2{
    font-size: 20px;
    padding: 18px 10px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-left: 4px solid red;
}
.page_title{
    margin: 25px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.page_title h2{
    margin: 0;
}

/* Header Section */

#header{
    overflow: auto;
    padding: 10px;
}
.header_con{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.container_header{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99999;
}

/* Header Top */
.header_top_section{
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.hts_left{
    display: flex;
    width: 50%;
    float: left;
}
.hts_left p{
    font-size: 16px;
    color: #949393;
    padding: 0;
    margin: 0;
}
.htc_left_au{
    border-right: 1px solid #ddd;
    padding-right: 8px !important;
    margin-right: 8px !important;
}
.hts_right{
    width: 50%;
    float: right;
    text-align: right;
}
.hts_right p{
    padding: 0;
    margin: 0;
}

/* Header left */

.ecommerce_web_info_left{
    width: 18%;
    float: left;
}

/* Header Middle */
.ecommerce_web_info_middle{
    width: 52%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.ecommerce_web_info_middle .main_search{
    padding: 4px 0 0 0;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.ecommerce_web_info_middle .main_search input[type=search]{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 82%;
    padding: 10px;
    box-sizing: border-box;
}
.ecommerce_web_info_middle .main_search button[type=submit]{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 17%;
    padding: 10px;
    box-sizing: border-box;
}


/* Header Right */
.ecommerce_web_info_right{
    width: 30%;
    float: left;
}
.ecommerce_web_info_right a{
    display: inline-flex;
}
.ecommerce_web_info_right_sec{
    display: flex;
    justify-content: space-between;
}
.cart_wish_list{
    display: flex;
    position: relative;
    padding: 15px 10px 0;
}
.wish{
    width: 35%;
}
.cart{
    width: 30%;
}
.account{
    width: 35%;
    padding-right: 0 !important;
}
.cart_wish_list h1{
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.cart_wish_list h1{
    position: relative;
}
.cart_wish_list h2{
    padding-left: 8px;
    letter-spacing: 1.5px;
}
.cw_num{
    position: absolute;
    top: -7px;
    right: -5px;
    font-size: 12px;
    color: #fff;
    background: rgb(11, 185, 212);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px;
    font-weight: 600;
}
.ecommerce_web_info_right i{
    margin-right: 5px;
    font-size: 30px;
}


/* Main Manu Section */

.ecommerce_top_nav{
    display: flex;
    position: relative;
}
.ecommerce_top_nav>ul>li{
    float: left;
    position: static;
    height: 100%;
    padding: 0;
}
.ecommerce_top_nav>ul>li>a{
    display: flex;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    border-bottom: 5px solid #fff;
    transition: all .3s;
    -webkit-transition: all .3s linear;
}

.ecommerce_top_nav>ul>li>a:hover{
    border-bottom: 5px solid #ddd;
}

.ecommerce_main_manu_items{
    position: relative;
}

#mob_manu_items{
    display: none;
}

/* Overview Nav */

.section{
    display: none;
}
.section.active_ov {
    display: block;
}

/* End Main Manu Section */


/* 
    End Header Section 
*/

/* 
    Slider
*/

.slider_container {
    position: relative;
    margin: 0 auto;
}
.all_product_category{
    width: 23%;
    float: left;
    position: fixed;
}
.product_section{
    width: 77%;
    float: right;
    padding: 0 40px;
    box-sizing: border-box;
}
.product_category{
    border: 1px solid #ddd;
    margin-right: 15px;
    height: 600px;
    overflow-y: scroll;
}
.cat_title h2{
    font-size: 20px;
    margin: 0;
    background-color: rgb(20, 194, 113);
    color: #fff;
    padding: 20px 40px;
}
.cat_name{
    padding-bottom: 50px;
}
.cat_name ul li{
    padding: 0 20px 0 35px;
    border-bottom: 1px solid #ddd;
}
.cat_name ul li:hover{
    background-color: #ddd;
    transition: .3s all ease-in-out;
}
.cat_name ul li a{
    padding: 10px 5px;
}
.cat_name li>a>img{
    width: 30px;
    height: 35px;
    margin-right: 15px;
    box-sizing: border-box;
}
.cat_name li>a>h2{
    padding-top: 6px;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

.slider_section{
    position: relative;
}
.slider_section .slide_img{
    width: 100%;
    border-radius: 5px;
}
.slider_section .slide img {
    width: 100%;
    height: 380px;
    display: block;
    border-radius: 5px;
}
.slider_controler{
    position: absolute;
    right: 0;
    bottom: 0;
}
button.slide_prev,
button.slide_next {
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
}
button.slide_prev i,
button.slide_next i{
    font-size: 25px;
    color: black;
}
button.slide_prev {
    left: 10px;
}
button.slide_next {
    right: 10px;
}

/* Product Slider */

.product_slider_items{
    position: relative;
}
.sng_product_slide .sng_product_slide_cnt{
    margin: 0 10px;
    background-color: #edecec;
}
.product_slide_img{
    padding: 10px;
}
.product_slide_cnt{
    padding: 0 10px 10px 10px;
}
.product_slide_cnt h5{
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    background-color: #fff;
}
button.product_slide_prev,
button.product_slide_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #cdcfce;
    color: #fff;
    border: none;
    padding: 30px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1000;
}
button.product_slide_prev i,
button.product_slide_next i{
    font-size: 25px;
    color: black;
}
button.product_slide_prev {
    left: -45px;
}
button.product_slide_next {
    right: -45px;
}
/* 
   End Slider
*/


/* 
    Order Methods 
*/

.order_methods{
    margin-top: 40px;
}
.single_order_method{
    width: 20%;
    position: relative;
}
.single_order_method_sec{
    background: linear-gradient(135deg, #00c9a7, #92fe9d);
    padding: 10px;
    border-radius: 5px 120px 5px 5px;
    margin-right: 25px;
}
.soms_1{
    background: linear-gradient(135deg, #00c9a7, #92fe9d);
}
.soms_2{
    background: linear-gradient(135deg, #ff9966, #ff5e62);
}
.soms_3{
    background: linear-gradient(135deg, #007bff, #00c6ff);
}
.soms_4{
    background: linear-gradient(135deg, #ff512f, #dd2476);
}
.soms_5{
    background: linear-gradient(135deg, #8e2de2, #4a00e0);
}
.single_order_method .som_cnt{
    padding: 10px;
}
.single_order_method .som_cnt p{
    font-size: 18px;
}
.single_order_method .som_cnt h1{
    font-size: 25px;
    margin: 0 0 8px 0;
    font-weight: 700;
}
.single_order_method_sec img{
    position: absolute;
    top: 0;
    right: 20px;
    width: 65px;
    height: 65px;
    padding: 5px;
    border-radius: 50px;
    box-sizing: border-box;
}
.single_order_method_sec a{
    display: flex;
    flex-direction: column; /* Stack text in two lines */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    height: 60px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: black;
    background-color: #fff;
    margin: 5px 0;
    border-radius: 5px;
}

/* 
    Order Methods 
*/


/* 
    product Section Style 
*/

.wrapper{
    width: 100%;
    float: left;
    margin-top: 40px;
    box-sizing: border-box;
}
.section_title{
    text-align: center;
    margin-bottom: 30px;
}
.section_title h2{
    font-size: 36px;
    position: relative;
}
.section_title h2:after{
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    height: 4px;
    width: 80px;
    background: #7fad39;
    content: "";
    margin: 0 auto;
}

.sng_ecommerce_product_item{
    width: 25%;
    float: left;
}
.sng_ecommerce_product{
    height: 425px;
    padding: 15px;
}
.sng_ecommerce_product_sec{
    border-radius: 10px;
    border: 1px solid #ddd;
}
.sng_ecommerce_product_sec:hover{
    border: 1px solid rgb(18, 178, 18);
}
.product_img img{
    padding: 10px;
    margin-bottom: 5px;
    height: 220px;
    border-bottom: 1px solid #ddd;
}
.product_image{
    position: relative;
}
.express_delivery{
    width: 100%;
}
.express_delivery_icon{
    display: inline-block;
}
.express_delivery_text{
    display: none;
    position: absolute;
    width: 94.5%;
    bottom: 35px;
    background: #ddd;
    padding: 5px 8px 8px 8px;
    margin: 7px;
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
}
.express_delivery_text h3{
    font-size: 16px;
    margin: 0 0 4px 0;
}
.express_delivery_text>p{
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
    margin: 0;
}
.express_delivery .express_delivery_icon:hover .express_delivery_text{
    display: block;
    transition: .1s all ease-in-out;
}
.express_delivery_icon>p{
    background: #e5e3e3;
    padding: 5px;
    font-size: 13px;
    padding-bottom: 2px;
    margin-left: 7px;
    border-radius: 3px;
}
.express_delivery_icon i{
    width: 16px;
    height: 16px;
    padding: 4px;
    margin-right: 5px;
    font-size: 8px;
    color: coral;
    background: black;
    border-radius: 50px;
}
.sng_ecommerce_product_item:hover .express_delivery{
    display: block;
    transition: .1s all ease-in-out;
}
.discount_sec{
    position: absolute;
    top: 0;
    left: 0;
}
.discount_sec p{
    background-color: #0fafa6;
    color: #fff;
    border-radius: 10px 0 10px 0;
    padding: 5px 20px
}

/* Product Info */
.product_info{
    padding: 0 10px 10px 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.product_info h2{
    font-size: 16px;
    font-weight: 400;
    margin: 5px;
    color: black;
}
.price_add_cart{
    display: block;
    margin-top: 0px;
}
.product_price{
    width: 100%;
    display: flex;    
    margin: 5px 0 10px 0;
    box-sizing: border-box;
}
.add_cart_btn{
    width: 100%;
}
.product_price>h1{
    font-size: 20px;
    color: firebrick;
    margin: 5px 0;
    padding: 5px 0 0 5px;
    font-weight: 700;
}
.product_price del{
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    margin: 0 !important;
    padding: 10px 0 0 10px;
    color: #949393 !important;
}
.product_price i{
    font-size: 17px;
    margin-right: 5px;
}
.add_cart_btn{
    text-align: right;
}
.add_cart_btn button{
    width: 100%;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 800;
    border: none;
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0.3px;
    box-sizing: border-box;
    transition: background 0.3s ease;
}
.add_cart_btn button i{
    margin-right: 10px;
}
.add_cart_btn button:hover{
    background: linear-gradient(135deg, #00b894, #0984e3);;
}

/* 
    product Section Style 1 'Overview'
*/


/* 
    Cart Page
*/

.shoping_cart_item_details{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}
.cart_item_no{
    width: 5%;
}
.cart_medicine_name{
    width: 35%;
}
.cart_item_qpt{
    width: 10%;
    text-align: center;
}
.cart_item_qpt button{
    width: 24px;
    height: 24px;
    border: none;
    background: red;
    padding: 3px 5px;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.cart_sub_total{
    width: 95%;
    float: right;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}
.cart_sub_total h2, .page_title h2{
    font-size: 30px;
}
.promo_code{
    margin-top: 30px;
}
.promo_code h2{
    font-size: 22px;
}

.shipping_address{
    position: relative;
    margin-bottom: 20px;
}
.shipping_address h2{
    background-color: #e1e1e1a1;
    padding: 10px;
    margin: 0;
    border: 5px 5px 0 0;
}
.shipping_address_details{
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}
.shipping_address_edit{
    position: absolute;
    top: 10px;
    right: 10px;
}
.shipping_address_edit button{
    display: block;
    font-size: 18px;
    color: black;
    padding: 8px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #cdcfce;
}
.address_edit_form .close_btn{
    position: absolute;
    right: 20px;
    border: 1px solid red;
    border-radius: 5px;
    background-color: transparent;
}
.address_edit_form .close_btn i{
    font-size: 20px;
    color: red;
    font-weight: bold;
    float: right;
}
.address_edit_form{
    width: 50%;
    display: none;
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 999999999;
    transition: .3s all ease-in-out;
    box-sizing: border-box;
}
.address_edit_form_sec{
    display: inline-block;
}
.ae_form_field{
    width: 50%;
    float: left;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.ae_form_field input{
    width: 95%;
    border: 1px solid #ddd;
}
.cart_page_payment_method{
    margin: 15px 0;
}
.cart_page_payment_method input[type=radio], input[type=checkbox]{
    margin: 0 10px 0 0;
}
.cart_page_payment_method p{
    font-size: 17px;
    margin: 0;
}
.submit_button{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
}
.submit_button button{
    padding: 8px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 50px;
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
    color: #fff;
    transition: background 0.3s ease;
    box-sizing: border-box;
}
.submit_button button:hover{
    background: linear-gradient(135deg, #0984e3, #00b894);;
}

.cancel_button{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.cancel_button button{
    padding: 8px;
    width: 60%;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background: none;
    color: black;
    transition: background 0.3s ease;
    box-sizing: border-box;
}
.cancel_button button:hover{
    background: linear-gradient(135deg, #0984e3, #00b894);
    color: #fff;
}

/* 
    End Cart Page
*/


/* 
    Making Bill Page
*/

button.add_new_button{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background: orangered;
}

/* 
    Making Bill Page
*/


/* 
    Single Product Page
*/


.spp_left_section{
    position: relative;
}
.spp_left_product_img{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.spp_left_product_gallery{
    width: 20%;
}
.spp_left_product_image{
    width: 80%;
}
.spp_left_product_image{
    position: relative;
}
.spp_left_product_image img{
    padding: 10px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
}
.spp_left_product_gallery{
    margin: 15px 0 0 0;
}
.spp_left_product_gallery img{
    margin: 0 10px 0 0;
}

.single_product_page_right{
    margin-left: 15px;
}
.spp_right_section{
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 8px;
}
.spp_right_section h2{
    font-size: 25px;
    margin-bottom: 0px;
}
.spp_right_section h3{
    font-size: 20px;
    color: #999;
    margin-bottom: 30px;
}
.company_name{
    margin: 8px 0;
}
.company_name img{
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.company_name a{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.generic_name i{
    font-size: 20px;
    margin-right: 8px;
    color: dodgerblue;
}
.generic_name{
    padding: 8px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.generic_name p{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.generic_name p a{
    font-size: 16px;
    font-weight: 400;
}

.sp_medicine_a{
    font-size: 16px;
    margin: 30px 0 0 0;
    font-weight: 500;
}
.sng_product_price{
    margin: 0 0 30px 0;
}
.price_discount_img{
    position: relative;
    margin-top: 10px;
    z-index: -9999;
}
.price_discount_img img{
    width: 125px;
    height: 30px;
}
.price_discount_img p{
    position: absolute;
    top: 4px;
    right: 12px;
    color: #fff;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}

.spp_product_description{
    border-radius: 8px;
    border: 1px solid #ddd;
}
.spp_product_description .title h1{
    padding: 15px;
    margin: 0;
    background: #eee;
}
.product_description{
    padding: 15px;
}
.product_description h2{
    margin: 20px 0 10px 0;
}

.related_generic_product{
    margin: 20px 0;
}
.sng_related_generic_product{
    margin: 10px 0;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.sng_related_generic_product .sng_rgp h2, h3{
    font-size: 17px;
    margin-bottom: 0px;
}
.sng_related_generic_product .sng_rgp h3{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.sng_related_generic_product .sng_rgp p{
    color: brown;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.sng_rgp_product_name{
    padding: 0 10px;
}

/* Zoom Lens */
#zoomLens {
    position: absolute;
    width: 140px;
    height: 180px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #999;
    display: none;
    pointer-events: none;
}

/* Zoomed Image Box */
.product_image_zoom_box_sec{
    position: absolute;
    top: 0;
}
.product_image_zoom_box {
    width: 500px;
    height: 600px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}

.zoom-result {
    width: 500;
    height: 600px;
    background-size: 350%;
    background-repeat: no-repeat;
    z-index: 999999999999999;
}

/* Thumbnail Images */
.image-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
}

.thumbnail:hover {
    border-color: #ff9900;
}

/* 
    Single Product Page
*/


/* 
    Category Page
*/
.page_location{
    margin-top: 25px;
}
.sng_product_category{
    margin-right: 15px;
}
.sng_pc_img{
    background: #eee;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.sng_pc_img img{
    padding: 10px;
    background: #fff;
}
.sng_pc_cnt{
    background: #eee;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}
.sng_pc_cnt h2{
    text-align: center;
}

/* 
    End Category Page
*/


