@font-face {
    font-family: 'DM Sans' , sans-serif;
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans', sans-serif;
    src: url('../fonts/DMSans-Thin.woff2') format('woff2'),
        url('../fonts/DMSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans', sans-serif;
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans', sans-serif;
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans', sans-serif;
    src: url('../fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a, a:hover{
  transition: all 0.3s;
}
@font-face {
    font-family: 'DM Sans', sans-serif;
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
  --primary-color:#0066B0;
  --secondary-color: #F6921E;
  --text-dark:#2D2D2D;
  --gray: #BAB6B6;
}
body{
font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--text-dark);
    transition: all 0.3s;
}
h1{
  font-size: 48px; 
}
h2{
  font-size: 40px;
}
h3{
  font-size: 32px;
}
h4{
  font-size: 28px;
}
h5{
  font-size: 20px;
}
h6{
  font-size: 18px;
}
.font_24{
  font-size: 24px;
}
.font_18{
  font-size: 18px;
}
.font_16{
  font-size: 16px;
}
.font_14{
  font-size: 14px;
}
.font_12{
  font-size: 12px !important;
}
.br_20{
  border-radius: 20px;
}
.br_10{
  border-radius: 20px;
}
.br_t_20{
  border-radius: 20px 20px 0px 0px;
}
.box_shadow{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.fw_600{
  font-weight: 600;
}
ul{
    padding: 0px;
}
ul li{
    list-style: none;
}
a{
  text-decoration: none;
  color: var(--primary-color);
}
:focus{
  border: none;
  box-shadow: none !important;
}
label {
  font-weight: 600;
  font-size: 18px;
}
.form-control, .dropdown_select>a, .search_select{
  background: #FFFFFF;
  border-radius: 50px;
  appearance: auto;
  font-size: 15px;
  border-color: #A8A9AD;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  height: 45px;
  padding: 4px 15px;
  line-height: 36px;
  right: 0;
  left: 0;
}
.form-control:focus, .dropdown_select>a:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.custom_control{
  background-color: #F5F5F5;
  border-radius: 10px;
  border: 0px;
  box-shadow: none;
}
.btn, .pb-mc-btn, .form_container input.btn{
  padding: 10px 35px;
  border-radius: 60px;
  color: #fff;
  background-color: var(--secondary-color);
  min-width: 100px;
  font-weight: 600;
  font-size: 16px;
  border: 0px;
}
.btn_small{
  padding: 6px 14px;
  font-size: 14px;
}
.btn_file{
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
}
.btn:hover, :not(.btn-check)+.btn:active, .pb-mc-btn:hover{
  box-shadow: inset 0px 100px 0px 0px var(--primary-color) !important;
  background-color: inherit;
  transition: all 1.2s;
  color: #fff;
}
.btn.bg_primary:hover{
  box-shadow: inset 0px 100px 0px 0px var(--secondary-color) !important;
  background-color: inherit;
  transition: all 1.2s;
  color: #fff;
}
.h5_lineheight{
  line-height: 1.8;
}
.translate_none{
  transform: none !important;
}
.text_primary{
  color: var(--primary-color) !important;
}
.text_secondary{
  color: var(--secondary-color);
}
.text_black{
  color: var(--text-dark);
}
.text_gray{
  color: #878787;
}
.text_blue_gray{
  color: #64748B;
}
.bg-light{
  background-color: #E5E5E5 !important;
}
.bg_primary{
  background-color: var(--primary-color) !important;
}
.bg_gray{
  background-color: #DFDFDF;
}
.bg_light_gray{
  background-color: #F2F3F7;
}
.bg_blue_light{
  background-color: #F9FAFB;
}
.bg_light_orange{
  background-color: #FFEDD5;
}
.bg_secondary{
  background-color: var(--secondary-color) !important;
}
.border_blue_light{
  border-color: #E2E8F0;
}
.border_color{
  border-color: #A8A9AD !important;
}
.border_color_primary{
  border-color: var(--primary-color) !important;
}
.bg_gradient{
  background: linear-gradient(180deg, #E5EBFB 0%, #F8D7CF 93.75%);
}
img{
    max-width: 100%;
}
.cursor_pointer{
  cursor: pointer;
}
.sec_py{
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec_py_t{
  padding-top: 80px;
}
.sec_py_b{
  padding-bottom: 80px;
}
.btn_border{
  background-color: #fff;
  color: var(--primary-color);
}
.btn_border_secondary{
  background-color: #fff;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
/* homepage */
.fixed-top{
  background-color: #fff;
}
.fixed-top .navbar-brand{
  padding: 0px;
}
.fixed-top .navbar-brand img{
  width: 70px;
}
.navbar-nav>.nav-item{
  margin: 5px 25px;
  font-size: 16px;
  position: relative;
}
.navbar-nav .nav-item .nav-link, .right_ul>li>a{
  padding: 5px 0px;
  color: #fff;
}
.navbar-nav .nav-item .nav-link:hover, .right_ul li a:hover{
  color: var(--secondary-color);
}
.right_ul li{
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

.right_ul li img{
  max-width: 20px;
  margin-right: 5px;
}
.right_ul>li {
  margin: 5px 25px;
  position: relative;
}
.right_ul>li:first-child::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #4299D8;
  right: -50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.right_ul .dropdown-menu{
  width: auto;
  min-width: 70px;
}
.dropdown-menu{
  border: 0px;
box-shadow: 0px 5.97571px 22.9069px 0.995951px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 10px;
}
.dropdown-menu li{
  border-bottom: 1px solid #E8ECEC;
  display: flex !important;
  font-size: 14px;
}
.dropdown-menu.mega-menu li{
  display: block !important;
}
.dropdown-menu li:last-child{
  border-bottom: 0px;
}
.dropdown-menu li a{
  padding: 7px 0px;
}
.dropdown-menu li a:hover{
  color: var(--secondary-color);
  background-color: transparent;
}
.categories_dropdown{
  left: auto !important;
  right: 0;
}
body header .dropdown_select ul.dropdown-menu{
  right: 0 !important;
  left: 0 !important;
}
.search_select.dropdown_select{
  width: 35%;
  padding: 0px;
}
.search_select>*{
  height: 100%;
}
.search_select input, .search_select .dropdown_select{
box-shadow: 0px 0px 0px transparent !important;
border: 0px;
padding: 0px;
height: auto;
}
.search_select .nav-item>a {
  line-height: 45px;
}
body .search_select.dropdown_select .dropdown-menu{
  right: auto !important;
}
body .search_select.dropdown_select .dropdown-menu a{
  padding: 0px !important;

}
body .search_select .btn{
  min-width: 70px;
}
 .dropdown-menu .badge, .wc_btns .badge{
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.profile_dropdown .dropdown-menu a{
    display: inline-block;
    width: auto !important;
}
.right_actions {
  width: 27%;
}
.wc_btns i{
  font-size: 24px;
  color: #000;
}
 .dropdown_select{
  width: 20%;
  display: block;
}
.wc_btns .badge{
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
}

/*start home page css*/
.categories_slider img{
  max-width: 100px;
  max-height: 80px;
  width: auto !important;
  height: auto;
  margin: auto;
}
.img_box{
  text-align: center;
  height: 80px;
}
.slider_arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background-color: var(--secondary-color);
}
.slider_arrow:hover{
  background-color: var(--primary-color);
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.owl-next {
    right: 0;
    left: auto;
}
.categories_slider .owl-dots{
  display: none;
}
.banner_overlay{
  position: absolute;
  max-width: 1000px;
  margin: auto;
  right: 0;
  left: 0;
}
.carousel-indicators [data-bs-target]{
  height: 15px;
  width: 15px ;
  border-radius: 100%;
  background-color: var(--gray) ;
  opacity: 1;
}
.carousel-indicators{
  bottom: -60px;
}
.carousel-indicators [data-bs-target].active{
  background-color: var(--primary-color);
}
.filters>li{
  width: 28.5%;
  list-style: none;
  font-weight: bold;
  border-right: 1px solid var(--gray);
}
.filters li:last-child{
  border-right: 0px;
}
.filters li span{
  float: right;
}
.filters .dropdown-menu  li{
  border-right: 0px;
}
.circle{
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgray;
}
.product_card a:hover{
  color: var(--secondary-color) !important;
}
.product_card{
  height: 100%;
}
.you_may_like_slider .product_card .product_body {
    min-height: 250px;
}
.post_title{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.square_icon_slider .slider_arrow{
  position: absolute;
  left: -40px;
  border-radius: 6px;
  height: 65px;
  width: 35px;
  margin-top: -30px;
}
.square_icon_slider .owl-next .slider_arrow{
  left: auto;
  right: -40px;
}
.square_icon_slider .owl-next.disabled .slider_arrow, .square_icon_slider .owl-prev.disabled .slider_arrow{
background-color: #fff;
box-shadow: 0px 0px 10px lightgray;
color: var(--gray);
cursor: default;
}
.full_slider_2 .banner_overlay{
  max-width: 450px;
  margin-left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4%;
}
.limited_col, .roll_in_col{
  background-image: url("../images/limited-time-bg.webp");
  height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.roll_in_col{
  background-image: url("../images/roll-in-bg.webp");
}
.limited_inner_content{
  max-width:370px;

}
.small_container{
  max-width: 1300px;
}
.app_btns_row img{
  height: 45px;
  border-radius: 10px;
}
.app_btns_row a{
  display: inline-block;
  transition: all 0.3s;

}
.app_btns_row a:hover{
  transform: translateY(-5px);
  transition: all 0.3s;
}
.qr_img{
  max-height: 100px;
  margin-top: 10px;
  height: 100px !important;
}
footer .border-bottom, footer .border-top{
  border-color: #1D7CC1 !important;
}
.payment_btns img{
  height: 35px;
  border-radius: 8px;
  margin-right: 5px;
}
footer a{
  color: #fff;
  margin: 7px 0px ;
  display: block;
}
footer a:hover, .social_icons a:hover{
  color: var(--secondary-color);
}
.social_icons a{
  color: #fff;
  display: inline-block;
}
.social_icons a i{
  font-size: 22px;
  margin-right: 10px;
}
.footer_app_btns img{
  height: 35px;
  border-radius: 10px;
}
.footer_app_btns a{
display: inline-block;
}
.simple_link{
  position: relative;
}
.simple_link:after{
 position: absolute;
 content: "";
 height: 2px;
 width: 0;
 background-color: var(--secondary-color);
 bottom: -5px;
transition: all 0.3s;
left: 0;
}
.simple_link:hover::after{
  width: 100%;
  transition: all 0.3s;
}
.profile_img{
  height: 35px;
  width: 35px;
  border-radius: 100%;
}
.search_icon{
  height: 35px;
  width: 35px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center ;
}
.btn-close{
height: 35px;
    width: 35px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    color: #fff;
    padding: 0 !important;
    opacity: 1;
    background-image: none;
}
.right_actions .btn{
      padding: 4px 15px !important;
    min-width: auto;
}
.bottom_footer a:hover{
  color: var(--secondary-color) !important;
}
.categories_slider a:hover{
  color: var(--secondary-color) !important;
}
/* non shippable items */
.custom_accordion .accordion-item{
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  margin-bottom: 20px;
}
.custom_accordion .accordion-button{
  background-color: #F5F5F5;
  cursor: pointer;
  border-radius: 10px;
}
.custom_accordion .accordion-button{
  font-size: 20px;
  color: var(--primary-color);
}
.custom_accordion .accordion-button:not(.collapsed){
  background-color: #F5F5F5;
  border-radius: 10px 10px 0px 0px;
}
.filter_dropdown li {
  border: 0px;
}
.filter_dropdown li a{
  padding: 0px;
}
.filter_dropdown label {
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
}
/* multi_level_dropdown */
.dropdown_submenu {
    position: relative;
}
.multi_level_dropdown li{
  border: 0px;
}
.multi_level_dropdown li a{
  color: var(--text-dark);
  display: block;
  padding: 0px 10px;
  width: 100%;
}
.multi_level_dropdown li a:hover{
  background-color: var(--primary-color);
  color: #fff;
}
.multi_level_dropdown, .multi_level_dropdown ul{
  padding: 10px 0px;
}
.dropdown_submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown_submenu>a:after {
    content: "\f105 ";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20;
    height: 20;  
    margin-right: 10px;  
}
.upload_file_box{
  border-radius: 20px;
  border: 1px dashed #6B6B6B;
  background-color: #F5F5F5;
  min-height: 200px;
  padding: 50px;
  text-align: center;
  position: relative;
}
.input_file{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload_img_ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.upload_img_ul li{
  width: 150px;
  height: 150px;
  position: relative;
  margin: 10px;
}
.upload_img_ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* see all parts page */
.all_parts_accordion .accordion-item{
  border: 0px;
  margin: 0px;
}
.all_parts_accordion .accordion-button, .all_parts_accordion .accordion-button:not(.collapsed){
  border-radius: 0px;
}
.all_parts_accordion .accordion-button {
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 600;
  text-transform: uppercase;
}
.filter_ul li{
  margin: 10px 0px;
}
.form-check label{
  font-size: 15px;
  font-weight: normal;
}
.custom_pagination{
  justify-content: center;
}
.custom_pagination li{
  margin: 5px;
}
.custom_pagination li a.page-link{
  border-radius: 10px !important;
  min-width: 36px;
  height: 36px;
  color: var(--text-dark);
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.custom_pagination .active a.page-link{
  background-color: var(--primary-color);
  color: #fff;
}
.card_img  img{
  width: 100%;
}
.card_img{
  min-height: 280px;
}
.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:26px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
    flex-shrink: 0;
}
/* Style Wired */
.switch .slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:26px;
    background-color: #DFDFDF;
    cursor:pointer;
    border:3px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.switch .slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#fff;
    border-radius:26px;
    transform:translateX(-32px);
    transition:.4s;
}

.switch input:checked + .slider:before {
    transform:translateX(32px);
}
.switch input:checked + .slider {
    background-color: var(--primary-color);
}
.switch.bg_sec input:checked + .slider {
    background-color: var(--secondary-color);
}
.volume_pricing .switch input:checked ~ .slider:before {
    transform:translateX(32px);
}
.volume_pricing .switch input:checked ~ .slider {
    background-color: var(--primary-color);
}
.switch.bg_sec input:checked ~ .slider {
    background-color: var(--secondary-color);
}
.feature_switch{
  display: flex;
  flex-wrap: wrap;
}
.feature_switch li{
  width: 33%;
}
.feature_switch li p{
  display: inline-block;
}
/* shippable items */
.price1_ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.price1_ul li{
  text-align: center;
  margin: 0px 10px;
  width: 30%;
}
.price1_ul li .form-control{
  display: inline-block;
}
.variant_img{
  width: 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
}
.variant_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.control_width .form-control{
  max-width: 160px;
}
.vol_price_ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.vol_price_ul li{
  margin:5px 10px;
}
/* shipping page */
.shipping_dropdown{
  width: 100%;
  padding: 0px;
}
.shipping_dropdown li{
  align-items: center;
  padding: 10px 20px;
  border: 0px;
}
.shipping_dropdown li a{
  padding: 0px;
}
.shipping_dropdown li:hover{
  align-items: center;
  background-color: #E8E8E8;
}
.shipping_dropdown li.btn_li:hover{
  background-color: #fff;
}
.modal_size{
  width: 98%;
  max-width: 98%;
}
.shipping_table th{
  background-color: #F5F5F5;
  color: var(--primary-color);
  padding: 15px 10px;
}
.shipping_table th:nth-of-type(1){
  border-top-left-radius: 15px;
}
.shipping_table th:nth-last-of-type(1){
  border-top-right-radius: 15px;
}
.shipping_table td{
  vertical-align: middle;
}
.shipping_table tr td{
  border: 0px;
}
.shipping_table th, .shipping_table td{
  padding-left: 30px;
}
.view_city_dropdown{
  min-width: 60vw;
  padding: 0px;
  border-radius: 20px;
  overflow: auto;
}
.city_table_wrap{
  max-height: 300px;
  overflow: auto;
}
.view_city_dropdown table td, .view_city_dropdown table label, .view_city_dropdown .form-control{
  font-size: 12px;
}
.view_city_dropdown .form-control{
  height: 36px;
  border: 0px;
}
.view_city_dropdown .form-control:focus{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
}
.w_150{
  max-width: 150px;
}
.courier_dropdown{
  width: 100%;
}
.courier_dropdown li{
  border: 0;
}
/* profile setting */
.profile_box{
  background-color: #EFF8FF;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  margin-bottom: 15px;
}
.profile_box .profile_img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  flex-shrink: 0;
}
.profile_box .profile_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul_profile_items li{
  color: var(--primary-color);
  margin: 15px 0px;
  padding: 7px 10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.ul_profile_items li.active{
  background-color: #fff;
}
.profile_icon {
  width: 45px;
  display: inline-block;
}
.profile_icon svg{
  max-width: 100%;
      max-width: 35px;
    max-height: 37px;
}
.items_number{
  width: 20px;
  height: 20px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
  margin-right: -20px;
}
.profile_img_big{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
}
.profile_img_big img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul_profile_items li.has_submenu{
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.menu_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 7px 10px;
}
.arrow {
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}
.has_submenu.show .arrow {
    transform: rotate(180deg);
}
.ul_profile_items li .submenu li{
    padding-left: 70px;
    color: var(--primary-color);
    font-size: 16px;
}
.rating_box{
  background-color: #FFF7ED;
  border: 1px solid #FFEDD5;
  color: var(--secondary-color);
  border-radius: 20px;
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.upload_img{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile_accordion .accordion-item{
  border: 0px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
overflow: hidden;
margin-top: 20px;
}
.profile_accordion .accordion-button{
  font-size: 24px;
  font-weight: 600;
}
.profile_accordion .accordion-button svg{
  margin-right: 10px;
}
/* wallet page */
.wallet_table tr th{
  background-color: #F2F3F7;
  border: 0px;
  padding: 12px;
}
.wallet_table tr td{
  color: #575757;
  vertical-align: middle;
  padding: 15px;
}
.wallet_table tr th:nth-of-type(1){
  border-radius: 5px 0px 0px 5px;
}
.wallet_table tr th:nth-last-of-type(1){
  border-radius: 0px 5px 5px 0px;
}
.wallet_table tr:nth-last-of-type(1) td{
  border: 0px;
}
.status{
  background-color: #DCFCE7;
  color: #004F00;
  width: 130px;
  height: 26px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.status span{
  background-color: #22C55E;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
.status.processing{
  background-color: #FEF9C3;
  color: #7A2E00;
}
.status.processing span{
  background-color: #FACC15;
}
.status.completed{
  background-color: #D3ECEF;
  color: #176C76;
}
.status.completed span{
  background-color: #65A3AA;
}
.status.rejected{
  background-color: #FEE2E2;
  color: #860000;
}
.status.rejected span{
  background-color: #EF4444;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: var(--secondary-color);
}
.custom-radio input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-radio input[type="radio"]:checked + .payment_option span {
  background-color: var(--secondary-color);
}
.custom-radio input[type="radio"]:checked + .payment_option span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-radio input[type="radio"]:checked ~ .payment_option {
  background-color: #fff7ed;
}

.payment_option{
  border-radius: 10px;
  border: 1px solid #EAE0CD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 10px;
}
.summarytop{
  margin-top: 40px;
}
.plan_tabs{
  background-color: #e3f3ff;
  padding: 10px 15px;
  display: flex;
  border-radius: 8px;
}
.plan_tabs li{
  flex: 1;
}
.plan_tabs li button{
  color: #000;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  font-weight: bold;
  font-size: 15px;
}
.plan_tabs.nav-pills .nav-link.active{
background: #FFFFFF;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 8px;
color: #000; 
}
.statistics_ul{
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.statistics_ul li{
  margin:10px;
background: #FFFFFF;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 15px;
min-width: 150px;
font-weight: 600;
width: 15%;
}
.btn_min_w{
    min-width: 200px;
  }
  .min_w_100{
    min-width: 100px;
  }
  .min_w_auto{
    min-width: auto;
  }
  .min_w_210{
    min-width: 210px;
  }
  .min_w_55{
    min-width: 55px;
  }
  .min_w_120{
    min-width: 120px;
  }
  .date_border{
    border-right: 1px solid #dee2e6;
  }
  /* order listing */
  .order_img{
    width: 100px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .order_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .order_user{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #575757;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
  }
  .order_user img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
      /* Optional: Better alignment for desktop */
    .secondary_header .right_ul {
      display: flex;
      align-items: center;
      list-style: none;
      gap: 15px;
    }
    /* chat page */
    .chat_left_ul{
      height: calc(100vh - 100px);
      overflow: auto;
    }
.chat_left_ul li{
  display: flex;
  padding: 15px 10px;
  font-size: 14px;
    }
.chat_left_ul li a{
  display: flex;
  color: var(--text-dark);
  width: 100%;
    }
.chat_left_ul li a .w-100 h6{
  margin-right: 10px;
    }
.chat_left_ul li:nth-of-type(odd){
  background-color: #F5F5F5;
    }
.chat_user_img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 10px;
}    
.online_circle{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #22C55E;
  display: inline-block;
}
.chat_count{
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.chat_right_top{
  background-color: #F5F5F5;
  border: 1px solid #DFDFDF;
  border-radius: 50px;
  padding: 10px 13px;
}
.chat_right_overflow{
  height: calc(100vh - 76px);
  overflow: auto;
}
.today_line{
  width: 100%;
  height: 1px;
  background-color: #D4D4D4;
  text-align: center;
  margin: 31px 0px;
  position: relative;
}
.today_line span{
  background-color: #fff;
  padding: 0px 10px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chat_product_img{
  width: 120px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 15px;}
  .chat_user_small{
    width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 10px;
  }
  .chat_masg{
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 15px;
    margin-top: 15px;
  }
   .chat_masg p{
    margin: 0px;}
  .send .chat_masg{
    background-color: var(--primary-color);
    color: #fff;
  }
  .send .chat_masg p, .send .chat_masg p.text_primary{
    color: #fff !important;
  }
  .chat_masg .btn-sm {
    padding: 6px 10px;
    font-size: 10px;
    min-width: auto;
    white-space: nowrap;
}

  .send .chat_masg .btn-sm, .send .chat_masg .btn-sm:hover, .send .chat_masg .btn-sm:focus {
    background-color: var(--secondary-color) !important;
    box-shadow: none !important;
}
.chat_masg .d-flex.justify-content-between.flex-wrap{
  align-items: center;
}
.chat_masg .d-flex.justify-content-between.flex-wrap>.text_gray{
  margin-right: 15px;
}
  .chat_right_ul li{
    display: flex;
    margin: 50px 0px;
  }
  .chat_right_ul li .dropdown-menu li{
    margin:0px;
  }
  .chat_right_ul li.send{
    align-items: end;
    justify-content: end;
  }
  .chat_right_ul li .masg_action{
    margin-left: 20px;
    cursor: pointer;
  }
  .chat_right_ul li.send .masg_action{
    margin-right: 20px;
  }
  .type_masg{
    background: #F5F5F5;
    border-radius: 50px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    border: 1px solid #DFDFDF;
    height: auto;
    box-shadow: none;
  }
  .send_btn{
    background-color: var(--secondary-color);
    color: #fff;
    border: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .products_ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .products_ul li{
    position: relative;
    display: inline-block;
    margin: 15px 30px;
    font-size: 20px;
    font-weight: 500;
  }
  .products_ul li:nth-of-type(1){
    margin-left: 0px;
  }
  .products_ul li:nth-last-of-type(1){
    margin-right: 0px;
  }
  .products_ul li.active{
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    font-weight: 600;
  }
  .gray_number{
    width: 20px;
  height: 20px;
  background-color: #555556;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
  margin-right: -20px;
  }
  .products_table th, .products_table td{
    padding: 15px 10px;
  }
  .products_table th{
    border: 0px;
  }
  .products_table td{
    border-top: 1px solid #DFDFDF;
    border-bottom: 0px;
    vertical-align: middle;
  }
  .products_table td:nth-of-type(2){
    min-width: 300px;
  }
  .products_table .small_tr{
    font-size: 12px;
  }
  .products_table .small_tr td{
    border: 0px ;
  }
  .products_table .small_tr .order_img{
    width: 60px;
    height: 50px;
  }
  .small_tr td:nth-of-type(2){
    padding-left: 50px;
  }
  .small_tr td .switch {
  width: 52px;
  height: 20px;
  margin-top: 0px;
}
.secondary_radio:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.sc-ms-arrows .btn {
    padding: 0px 12px;
    font-size: 14px;
    width: auto;
    min-width: auto;
}
#store_logo_placeholder .store-media-preview, #store_banner_placeholder .store-media-preview  {
    background: transparent !important;
}
#store_logo_placeholder, #store_banner_placeholder {
  height: 100%;
}
.bg_light_gray:disabled {
    background-color: #F2F3F7;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0px;
  margin: 5px;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers{
  border-radius: 10px !important;
  min-width: 36px;
  height: 36px;
  color: var(--text-dark);
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current{
  background-color: var(--primary-color);
  color: #fff;
}
.form-check-input{
  border: 1px solid #dee2e6;
}
.reviewed_products .review-image-link {
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviewed_products .review-image-link .review-thumb {
    border: none;
}
.how_work_ul{
  padding-left: 20px;
}
.how_work_ul li{
  list-style: disc;
}

@media only screen and (max-width: 1367px){
  .post_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px){
  .right_actions {
    width: 40%;
}
.dropdown_select {
    width: 320px;
}
}
@media only screen and (max-width: 1024px){
  .price1_ul li{
  width: 60%;
  margin: 10px;
}
    .feature_switch li {
  width: 50%;
}
.control_width .form-control{
  width: 100%;
  max-width: 100%;
}
.vol_price_ul li {
  width: 60%;
}
  .price1_ul {
  justify-content: center;
}
.btn{
  min-width: auto !important;
}
h1{
    font-size: 36px ;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 26px;
  }
  h4{
    font-size: 22px;
  }
  h5{
    font-size: 19px;
  }
  h6{
    font-size: 17px;
  }
  .font_24{
  font-size: 22px;
}
.all_parts_accordion .accordion-button{
  font-size: 14px;
}
.card_img {
    min-height: auto;
}
}

@media (max-width: 991px) {
      .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background-color: var(--primary-color);
        padding: 2rem 1rem;
        transition: all 0.4s ease;
        overflow-y: auto;
        z-index: 9999;
      }
.navbar-toggler{
      height: 35px;
    width: 35px;
    padding: 0px;
    background-color: #fff;
    border-radius: 100%;
    border: 0px;
}
.navbar-toggler i{
  color: var(--primary-color) !important;
  padding-top: 2px;
}
      .navbar-collapse.show {
        left: 0;
      }

      .mobile-nav-overlay {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 9998;
        display: none;
      }

      .mobile-nav-overlay.active {
        display: block;
      }

      .navbar-collapse .fa-times-circle {
        color: #fff;
      }

      .navbar-nav .nav-link {
        color: #fff !important;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }

      .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: none;
      }

      .navbar-nav .dropdown-item {
        color: var(--primary-color);
      }
      .profile_accordion .accordion-button {
  font-size: 18px;
}
.dropdown_submenu > .dropdown-menu {
  top: 0;
  left: 50px;}

        .app_btns_row{
    justify-content: center;
  }
  .footer_app_btns{
    margin-top: 44px;
    }
.shipping_table .custom_control{
  min-width: 100px;
}
.shipping_table .dropdown .custom_control{
  min-width: 150px;
}
.view_city_dropdown{
  right: 0 !important;
}
.city_table_wrap{
  max-width: 93vw;
}
.city_table_wrap table{
  width: 600px;
}
.products_ul li {
  margin: 15px 20px;
  font-size: 16px;
}
.chat_right_ul li {
    margin: 50px 0px;
}
    }
@media only screen and (max-width: 768px){
  h1{
    font-size: 34px ;
  }
  h2{
    font-size: 28px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
  }
  .font_24{
  font-size: 20px;
}
.banner_overlay {
    max-width: 650px;
    z-index: 111;
  }
  .banner_overlay h1{
    text-shadow: 0px 0px 3px #4e4e4e;
  }
  .full_slider_2 img{
        background-position: right;
    object-position: 60% 30%;
    object-fit: cover;
    height: 260px;
  }
    .full_slider_2 .carousel-item{
      position: relative;
    }
  .full_slider_2 .carousel-item::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .full_slider_2 .carousel-item h4{
    color: #fff;
  }

  .limited_col, .roll_in_col {
    height: 160px;
    padding: 20px;
    position: relative;
}
.limited_col h4, .roll_in_col h4{
text-shadow: 0px 0px 5px #000;
}
  .limited_col::after, .roll_in_col::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  } 
  .limited_inner_content{
    position: relative;
    z-index: 1;
  }
      .dropdown_select {
        width: 230px;
    }
    .navbar-brand img{
      width: 150px;
    }



    .filters {
    flex-direction: column;
    align-items: stretch;
  }

  .filters .nav-item {
    width: 100%;
    margin-bottom: 8px;
  }

  .filters .nav-link {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
  }

  .filters .dropdown-menu {
    width: 100%;
  }
  #filterCollapse{
        background-color: #ffff;
    position: relative;
    z-index: 111;
    height: auto;
    box-shadow: 0px 0px 10px lightgray;
    padding: 20px;
    border-radius: 10px;
  }
.btn:hover, .btn:active{
  background-color: var(--secondary-color) !important;
 }
 .filters>li{
  border-right: 0px;
 }
 .filters .btn{
        width: 120px;
        padding: 10px !important;
        border-radius: 40px !important;
        margin: auto !important;
 }
 .simple_link{
  width: 100%;
  display: block;
 }
 .bordered_heading .simple_link {
        width: auto;
    }
 .bottom_footer p{
  font-size: 12px;
 }
 .post_title {
  min-height: auto;
}
.qty-btn {
    width: 23px;
    height: 23px;
    font-size: 14px;
}
}

@media only screen and (max-width: 576px){
    .footer_app_btns{
    margin-top: 10px;
    }
      .navbar-brand img {
        width: 110px;
    }
        .right_actions {
        width: 70%;
    }
    .wc_btns i {
    font-size: 16px;
}
.profile_img {
    height: 25px;
    width: 25px;
}
.search_icon {
    height: 25px;
    width: 25px;
    font-size: 12px;
}
.right_actions .btn {
    font-size: 12px;
}
.right_ul>li {
    margin: 5px 0px;
    position: relative;
    font-size: 10px;
}
.right_ul>li:first-child::after{
  right: -17%;
}
.right_ul li img {
    max-width: 14px;
    margin-right: 1px;
}
nav .dropdown_select{
          width: 150px;
        margin: 0px !important;
       
}
nav .dropdown_select a{
   height: 40px;
   line-height: 32px;
   font-size: 12px;
}
.categories_dropdown{
  right: auto;
}
#demo .carousel-item img{
  height: 330px;
  object-fit: cover;
}
    .banner_overlay h1 {
        font-size: 24px;
    }
        .limited_col, .roll_in_col {
        margin: 10px 0px;
    }
    .app_btns_row img {
    height: 30px;
    border-radius: 5px;
}
.qr_img{
  max-height: 70px;
}
.search_select .input-group{
  box-shadow: 0px 0px 0px transparent;
    flex-wrap: wrap;
}
.search_select{
  height: auto;
    box-shadow: 0px 0px 0px transparent;
}
/* .search_select input, .search_select li.nav-item {
border-radius: 40px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    margin: 5px 0px;
    width: 100% !important;
    height: 40px !important;
    list-style: none;

} */
.search_select li.nav-item span{
  float: right;
}
body .search_select .btn{
height: 40px;
border-radius: 40px !important;
margin-top: 10px;
width: 100%;
}
body .search_select .btn i{
  display: none;
}
body .search_select .btn::after{
  content: "Search";
  font-size: 16px;
}
body .filters .search_select .btn::after{
  display: none;
}
.btn{
  font-size: 14px;
  padding: 10px 15px;
}
.btn_small{
  padding: 7px 7px;
  font-size: 12px;
}
.feature_switch li p{
  display: block;
}
.price1_ul li, .control_width .form-control, .vol_price_ul li {
  max-width: 100%;
  width: 100%;
}
.switch {
    width:45px;
    height:20px;
}
.switch .slider:before {
    transform:translateX(-24px);
}
.switch input:checked + .slider:before {
    transform:translateX(24px);
}
.date_border{
  border:0px
}
}
.wpcf7 .screen-reader-response {
    display: none !important;
}