.checking-menu ul li {
    display: inline-block;
    margin: 20px;
}
.checking-menu {
    text-align: center;
}





/* <!--======== ======== main style css ======= ========= --> */ 
:root{
    --blackc: #272727;
    --whitec:#fff;
    --lightwhite:#ebebeb;
    --bgcolor: #1f5da0;
    --brcolor: #1f5da0;
    --link: #1f5da0;
    --titlecolor: #17161a;
   --dark-ash: #7f7f7f;
   --textcolor: #495057;
}

body{
    font-size:17px;
     color:var(--blackc);
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
   font-optical-sizing: auto;
    
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 {
    font-family: "Work Sans", sans-serif;
   font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;   
    font-weight:600;
    transition: .5s;
    font-size:22px;
     color:var(--titlecolor);
    margin-bottom:10px; 
    
}

a {
    color:var(--blackc);
    text-decoration: none;
}

 a:hover {
    text-decoration:none!important;
    transition:.5s;
    color:var(--titlecolor);
}
p {
    color:var(--blackc);
}
.padding_lf0 {
    padding-left: 0;
    padding-right: 0;
}
.text-left {
    text-align: left!important;
}
.fa, .far, .fas {
    font-style: inherit;
}
span{
    color:var(--blackc);
}

html, body {
    overflow-x: hidden;
    margin: 0;
    scroll-behavior: smooth;
     margin: 0px 20px; 
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
 img {
    max-width: 100%;
    height: auto;
}

/* ======== wtx_squares ======== */
.author_img img {
    width: 69px;
    height: 69px;
}












/*======== top bar ========*/
.top_bar_area {
    padding:18px 114px 0px 90px;
}
.txt_foot_icon.top_center{
    text-align: right;
}
.txt_foot_icon.top_center a {
    background:var(--blackc);
    color:var(--whitec);
}
.txt_foot_icon.top_center a:hover {
    background: #323232;
    color:var(--whitec);
}
.top_right_icon1 p {
    color:var(--bgcolor);
    text-align: center;
    margin-right: 40px;
}
.menu_right_buton.top_btn a.tabtn {
    background-color:var(--bgcolor);
    color:var(--whitec);
    padding: 12px 35px;
    border-radius: 11px;
    border-color:var(--whitec);
}
/*======== main menu ========*/
.nav_menu_area {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin: 0px !important;
}
.menu_bg {
    box-shadow: 0;
    margin: auto;
    padding: 0px;
    background:var(--whitec);
    position: absolute;
    top:-6px;
    left: 0;
    z-index: 9;
    /* right: 0; */
    text-align: left;
    width: 50%;
}
.scroll-to-fixed-fixed .menu_bg {
    background:var(--bgcolor);
}
.scroll-to-fixed-fixed .menu1 > ul > li > a {
    color:var(--whitec);
}
.active a {
    color:f00;
}
.scroll-to-fixed-fixed .menu_bg {
     top: 0;
}
.logo_area {
    margin-top: 0;
    text-align: left;
    padding: 30px;
}
.nav_menu_area .logo_area a.logo_l {
    display: block;
}
.logo_area a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.nav_menu_area .logo_area .logo_2 {
    display: none;
}
.scroll-to-fixed-fixed .logo_area .logo_l {
    display: none !important;
}
.scroll-to-fixed-fixed   .logo_area .logo_2 {
    display: block !important;
}
nav.menu1 {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}




/* card categori menu start */
.categorie_list_menu {
    position: relative;
    display: inline-block;
}

.categorie_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px;
    color: #1F5DA0;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.card-list-body {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.categorie_list_menu:hover .card-list-body {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.card-list-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-list-body li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.card-list-body li a:hover {
    background: #f3f6fa;
    color: #1F5DA0;
    padding-left: 20px;
}
/* card categori menu end */







section.header-main.border-bottom a img {
    width: 279px;
    height: 69px;
}





nav.menu {
    text-align: left;
}
.menu1 ul {
    list-style: none;
    display: inline-block;
}
.menu1 ul {
    list-style: none;
    display: inline-block;
}
.menu1 > ul > li {
    position: relative;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    
}
.menu1 > ul > li > a {
    margin: 25px 9px 0px;
}
.menu1 > ul > li > a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin: 0px 17px;
    color: var(--titlecolor);
    text-transform: uppercase;
    text-decoration: none;
}
.nav_menu_area .menu_icon_child > a:after {
    font-size: 10px;
    margin-left: 5px;
    content: "\efc2";
    font-family: Icofont;
    opacity: 1;
    font-weight: 300;
}
.menu1 ul .txd_drop_menu1 {
    left: 0;
    top: 130%;
    padding: 5px 0;
    width: 160px;
    text-align: left;
    background:var(--whitec);
    position: absolute;
    margin: 0;
    z-index: 9;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border: 0;
    border-radius: 5px;
}
.menu1 ul ul .txd_drop_menu1{
    position: absolute;
    left: 156px;
    top: 130%;
    width: 197px;
    text-align: left;
    background:var(--bgcolor);
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    margin-top: -36px;
}
.menu1 ul .txd_drop_menu1 li {
    position: relative;
}
.menu1 ul .txd_drop_menu1 li a {
    font-size: 15px;
    color:var(--bgcolor);
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    margin: 0;
    letter-spacing: normal;
    transition: .5s;
    visibility: inherit !important;
    text-decoration: none;
}
.menu1 > .txt_menu > menu_icon_child > a, 
.menu1 > ul > li:hover > a, 
.menu1 > ul > li:hover > a {
    color:var(--bgcolor);
    background-color: transparent;
}
.menu1 ul li:hover > .txd_drop_menu1{
    opacity: 1;
    visibility:visible;
    top: 100%;
    z-index: 9;
}
.menu1 ul .txd_drop_menu1 li a:hover{
    color:var(--bgcolor);
}
.btn_header{
     padding: 28px 0px 24px;
     display: inline-block;
}
.menu_right_icon {
    display: inline-block;
}
.menu_right_icon a {
    font-size: 14px;
    color: var(--bgcolor);
    height: 32px;
    width: 32px;
    line-height:32px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #ddd;
    display: inline-block;
    text-decoration:none;
    transition:.5s;
        margin-right: 10px;
}
.menu_right_icon a:hover {
    background: var(--bgcolor);
    color:var(--whitec);
    transition:.5s;
}
.nav_area .menu_scroll_active.scroll-to-fixed-fixed {
    background:var(--bgcolor);
}
.txt_mobile_logo_area {
    display: none;
}
.txt_mobil_menu {
    display: none;
}
.mean-container .mean-nav ul li li a {
    color: var(--titlecolor);
    opacity: .9;
    border-top: 0;
}
.menu_rig {
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 10px;
}
.menu_rig i{
    font-size:18px;
    color:var(--bgcolor);
    margin-right: 10px;
}
.menu_rig span{
    font-size:18px;
    color:#292929;
}
/*======== menu button ========*/
header.section-header {
    padding: 20px 85px 0px 20px;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
    padding-bottom: 30px;
}
.menu_right_buton {
    display: block;
    text-align:right;
}

.menu_right_buton a.tabtn {
    background-color: var(--bgcolor);
    color:var(--whitec);
    padding: 14px 40px;
}

.widget-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.widget-header a {
    color: var(--bgcolor);
    text-decoration: none;
    font-size: 24px;
    position: relative;
    transition: color 0.3s ease;
    margin-right: 10px;
}

.widget-header a:hover {
  color: #007bff;
}

.card_icon {
  position: relative;
}

.card_icon .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #dc3545;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 50%;
}

.login-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author_img {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.header-main.border-bottom .author_img a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.login-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.login-btn a {
  font-size: 14px;
  color: #007bff;
  transition: text-decoration 0.3s;
}

.login-btn a:hover {
  text-decoration: underline;
}
.login-btn a {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.author_img a {
    margin: 0px;
}
form.search input {
    border-color: var(--bgcolor);
}

form.search input {
    border-color: var(--bgcolor);
    padding-right: 50px;
}

.input_seach_box {
    position: relative;
    display: flex;
    align-items: center;
}

.inputsearch {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
}

.inputsearch button {
    background: var(--bgcolor);
    color: var(--lightwhite);
    padding: 4px 15px;
}
.form-control:focus {
    outline: none; 
    box-shadow: none; 
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
 .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 2;
}

/*======== slick slider ========*/

button:focus{
        outline: none !important;
}







.slick-prev , .slick-next{
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.glowbal:hover .slick-prev ,.glowbal:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slick-prev {
    left: -4%;
}
.slick-next{
    right: -4%;
}
.slick-prev::before, .slick-next::before {
    content: '\eac9';
    font-family: IcoFont;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    font-size: 40px;
    background-color: var(--lightwhite);
    color: var(--dark-ash);
    transition: 1s;
}
.slick-next::before{
    content: '\eaca';
}
.slick-prev:hover::before, .slick-next:hover::before {
    background-color:var(--bgcolor);
    color:var(--dark-ash);
}

.slick-prev, .slick-next {
    opacity: 1 !important;
    visibility: visible !important;
}

.slick-dots {
    position: absolute;
    bottom:-63px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}
.slick-dots li{
    display:inline-block;
}
.slick-dots li button {
    border: 0;
    background: var(--dark-ash);
    width: 12px;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
    /* border: 2px solid var(--dark-ash); */
    font-size: 0px;
    margin: 0px 4px;
    border-radius: 50px;
}

.slick-dots li.slick-active button {
 background:var(--bgcolor);
     width: 35px;
}
/* swiper slider */
.silder-img img {
    width: 100%;
    height: 400px;
}
.swiper-button-next, .swiper-button-prev {
    background: var(--bgcolor);
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--whitec);
    border-radius: 5px;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination {
  bottom: 20px !important;
  text-align: center;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
}


/* Base dot style */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color:var(--whitec);
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px;
  transition: background-color 0.3s, transform 0.3s;
}

/* Active dot style */
.swiper-pagination-bullet-active {
    background-color: var(--bgcolor);
    transform: scale(1.3);
    width: 35px;
    border-radius: 10px;
    height: 10px;
}


/*======== section-title ========*/

.section-title h2 {
    font-size: 36px;
}


/*======== categorie_Section ========*/
.categorie_Section {
    padding: 20px 0px;
}
.categorie_item_box {
    text-align: center;
}
.categorie_img img {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    display: inline-block;
}
.categorie_img a img:hover {
    box-shadow: 0 9px 15px 5px rgba(0, 0, 0, 0.1);
}
.categorie_title h1 a {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.categorie_title h1 a:hover {
    color:var(--bgcolor)
}
.categorie_item {
    margin-top: 40px;
}


/*======== categorie_Section ========*/
.video-banner {
    position: relative;
    height: 637px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 10px;
}
.categorie_title h1 {
    font-size: 15px;
    font-weight: 500;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f5da026;
    z-index: 1;
}

.content-overlay {
    position: relative;
    z-index: 2;
}

.content-overlay h1 {
    font-size: 48px;
    margin-bottom: 20px;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 8px;
    background-image: linear-gradient(90deg, #faf7ee, #faf7ee, #faf7ee, #eefaf5);
    -webkit-background-clip: text;
    background-clip: text;
    padding: 5px 5px 0px;
    transition: all .75s ease-in;
    color: var(--bgcolor);
    margin-bottom: 0px;
}
.content-overlay p {
    font-size: 40px;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 8px;
    background-image: linear-gradient(90deg,#faf7ee,#faf7ee,#faf7ee,#eefaf5);
    -webkit-background-clip: text;
    background-clip: text;
    padding: 5px;
    transition: all .75s ease-in;
    font-weight: 500;
    letter-spacing: 3.6px;
    line-height: 40px;
    color: var(--bgcolor);
}
/* fasion_design */
.fasion_design {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.bnaer-imges {
    position: relative;
    z-index: 0;
}

.bnaer-imges img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.bnaer-imges::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 43px;
    bottom: 20px;
    background: rgb(31 93 160 / 62%);
    z-index: 1;
    border: 3px solid var(--bgcolor);
    border-radius: 10px;
}

.content-overlay.fasion_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
}

.content-overlay.fasion_content h1,
.content-overlay.fasion_content p {
    margin: 0;
    padding: 0;
}
.bnaer-imges::after,
.content-overlay.fasion_content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.fasion_design:hover .bnaer-imges::after,
.fasion_design:hover .content-overlay.fasion_content {
    opacity: 1;
    visibility: visible;
}


/*======== collection_Section ========*/
.collection_Section {
    background: #F1F5F9;
    padding: 30px 75px 75px;
    border-radius: 10px;
}
.collection_Section .slick-dots {
    bottom: -44px;
}
.collection_Section .section-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
    margin-left: 10px;
}
.collection_item_box {
    border-radius: 10px;
    background: var(--whitec);
    border: 1px solid #ebebeb;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.collection_item_box:hover {
    box-shadow: 0 10px 15px -3px (#0000001a);
    border: 1px solid var(--bgcolor);
}
.collection_img a img {
    border-radius: 0px;
}

.collection_img {
   position: relative;
   overflow: hidden;
}

.collection_img img {
   display: block;
   transition: opacity 0.3s ease-in-out;
}
.collection_img a img {
    width: 100%;
    height: 309px;
}
.collection_img .hover_img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: opacity 0.3s ease-in-out;
}

.hover_img iframe {
    height: 200px;
}




.collection_item_box:hover .hover_img {
   opacity: 1;
}

.collection_item_box:hover .main_img {
   opacity: 0;
}


.collection_conten {
    text-align: center;
    padding: 20px 20px;
}
.collection_conten  p{
    font-size: 20px;
    font-weight: 600;
}

.collection_conten h1 a {
    font-size: 13px;
    font-weight: 500;
    color: var(--textcolor);
}
.btn-group.btn-group-sm.btn-group-toggle span {
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
}
.collection_conten {
    text-align: center;
    padding: 12px 14px 20px;
}
.view_icon button {
    border: 0px;
    background: transparent;
    padding: 0px;
}
.view_icon p i {
    font-size: 18px;
    color: var(--whitec);
}
.view_icon p {
    /* font-size: 28px; */
    background: var(--bgcolor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    margin: 0px;
}
.view_icon {
    text-align: center;
}

.view_icon {
    background: #0000004f;
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    transition: all 0.4s ease;
    padding: 5px 0px;
}

.collection_img {
    position: relative;
    overflow: hidden;
}
.collection_item_box:hover  .view_icon {
    bottom: 0;
    transition: all 0.4s ease;
}

/* Trending Now_Section */
.wedding_specials_section{
   padding: 20px 0px; 
}
.banner-add-img a img{
    border-radius: 10px;
}
.banner-add-img a img:hover{
   box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}




.banner_add_section {
    padding: 20px 0px;
}

.trending .collection_item.collection_item_tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.trending .collection_item.collection_item_tab.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.tab_meun-section {
    display: flex;
    margin-bottom: 10px;
}

.tabs button {
    background: none;
    border: none;
    padding: 5px 18px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #ababab;
    transition: 0.3s;
    margin: 0px 10px;
    border-radius: 100px;
    font-weight: 500;
    color: var(--dark-ash);
}
.tabs button:hover {
    border: 1px solid var(--bgcolor);
    color: var(--bgcolor);
}
.tabs button.active {
    border: none;
    background: var(--bgcolor);
    color: var(--whitec);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
}

    .tab-content {
      display: none;
      padding: 20px;
      border: 1px solid #ccc;
      border-top: none;
    }

    .tab-content.active {
      display: block;
    }



.collection_item_tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.collection_item_tab.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}





/*======== offer_section ========*/
.offer_section {
    background: #D50B42;
    margin: 10px 50px;
    border-radius: 10px;
    padding: 30px 0px;
}
.offer_content {
    display: inline-flex;
}
.offer_content p {
    margin: 0px;
}
.offer_content h4 {
    margin: 0px;
}
.offer_content h4 span {
    color: var(--lightwhite);
    font-size: 30px;
    font-weight: 700;
    margin-right: 40px;
}
.offer_content p {
    margin: 0px;
    color: var(--lightwhite);
    font-size: 16px;
    margin-top: 7px;
}
.offer_content p span {
    color: var(--lightwhite);
    font-weight: 600;
    margin-left: 10px;
}
.offer_content a.shop-btn {
    font-size: 16px;
    font-weight: 700;
    color: var(--lightwhite);
    border: 1px solid var(--lightwhite);
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 45px;
}
.offer_content a.shop-btn:hover {
    color: var(--lightwhite);
    background-color: var(--lightwhite);
    color: #D50B42;
}






/*======== foot_section ========*/
.foot_section {
    padding: 0px 0px 0px;
}
.txt_foot_content p {
    color: #ffffff;
    width: 84%;
    margin-bottom: 25px;
}
.foot_item {
    display: flex;
}
.foot_item span {
    font-size: 14px;
    margin-right: 10px;
    color: #000;
    margin-top: 0px;
}
.txt_foot_image {
    margin-top: 30px;
    text-align: center;
}
.txt_foot_content {
    margin-bottom: 30px;
}
.txt_foot_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
    background: var(--bgcolor);
    color: var(--whitec);
    font-size: 17px;
}
.txt_foot_icon a:hover {
    background:#D50B42;
    color:#fff;
}



.txt_foot_icon a.facebook {
    background: #1877f2 ;
}
.txt_foot_icon a.whatsapp {
    background: #25d366;
    color: #fff;
}
.txt_foot_icon a.instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.txt_foot_icon a.whatsapp {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #25D366;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Hover effect */
.txt_foot_icon a.whatsapp:hover {
    background: #128C7E;         /* slightly darker teal on hover */
    transform: translateY(-2px); /* small lift effect */
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}



.txt_foot_title_inner h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.txt_list_menu_nav ul li {
    margin-bottom: 8px;
    color: #000;
}
.txt_list_menu_nav ul li a {
    color: #000;
    margin-bottom: 10px;
}
.txt_contact_area p {
    color: var(--dark-ash);
    font-size: 14px;
    margin-bottom: 14px;
}
.txt_uni_imge {
    display: inline-block;
    margin-right: 19px;
}
.foot_bug_area {
    margin-bottom: 20px;
}
.tx_content_budy {
    overflow: hidden;
}
.tx_content_budy h3, 
.tx_content_budy span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
}
.foot_mid{
    padding-bottom:30px;
}
.foot_bottom_text p{
    text-align: center;
    color:#000;
    font-size:17px;
}
.footer1_top {
    padding-top: 100px;
    padding-bottom: 20px;
}
.foot_bottom_section {
    padding: 20px 0px 10px;
    border-top: 1px solid #c1bcbc2e;
}
.txt_foot_title_inner a img {
    margin-bottom:32px;
}
.txt_list_menu li {
    display: inline-block;
    margin: 4px 13px;
}
.txt_list_menu li a{
    color:#000;
    font-size:17px;
}
.foot_item span i {
    background: var(--dark-ash);
    color: #fff;
    border-radius: 100px;
    padding: 3px;
}
.foot_text h3 {
    font-size: 16px;
    margin: 0px;
}
.txt_foot_title_inner.text_app h3 {
    margin-top: 30px;
    margin-bottom: 9px;
}



/*======== btn ========*/
.right_btn {
    display: inline-block;
}
.tbd_sl_btn {
    position: relative;
    display: inline-block;
}
a.tabtn {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 500;
    background-color:var(--whitec);
    border-radius:100px;
    color:var(--bgcolor);
    padding:12px 32px;
    display: inline-block;
    position: relative;
    border: 2px solid var(--bgcolor);
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    z-index:999;
}



.top_scroll a {
    font-size: 17px;
    color:var(--whitec);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background:var(--bgcolor);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    bottom: 80px;
    right: 31px;
    cursor: pointer;
}   


/* product-item-detail */
.product-item-detail {
    padding: 40px 0px;
}


.product-bottom-img img {
    width: 90px;
    margin-top: 20px;
}
.product-bottom-img img {
    cursor: pointer;
    border: 0px solid var(--bgcolor);
    transition: border 0.3s;
}

.product-bottom-img img.active {
    border-bottom: 2px solid var(--bgcolor);
}


.detail-img {
    position: relative;
    overflow: hidden;
}

.detail-img img {
    width: 550px;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid var(--lightwhite);
    border-radius: 10px;
}

.zoom-overlay {
    position: absolute;
    width: 272px;
    height: 272px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    display: none;
    pointer-events: none;
    z-index: 2;
}
.heading-content h1 {
    font-size: 30px;
    font-weight: 500;
}
.heading-content p {
    color: #495057;
    font-size: 16px;
}
.heading-content p span {
    color: #495057;
    font-size: 16px;
    font-weight: 500;
}
.border-line {
    background: #dee2e6;
    width: 3px;
    height: 32px;
    /* display: inline; */
}
.border-line {
    background: #495057;
    width: 2px;
    height: 16px;
    /* display: inline; */
    margin-left: 8px;
    margin-top: 4px;
}
.brand {
    display: flex;
}
.price-content p {
    font-size: 36px;
    font-weight: 600;
    margin-top: 4px;
    margin-left: 10px;
}
.price-content {
    border-top: 1px solid #ababab;
    display: flex;
}
.product-img img {
    width: 70px;
    height: 70px;
    border: solid var(--bgcolor);
    border-width: 1px 1px 4px 1px;
    border-radius: 5px;
}
.bar-right {
    background: var(--bgcolor);
    width: 6px;
    height: 38px;
    margin-top: 13px;
}
.text-style {
    display: flex;
}
.text-style li {
    display: flex;
    margin-left: 14px;
}
.text-style p,
.color_text p {
    font-size: 14px;
    margin-bottom: 10px;
}

.color_text {
    display: flex;
    margin-top: 16px;
}
.item-option-select.size_select {
    display: flex;
    margin-top: 23px;
}



.btn-group.btn-group-sm.btn-group-toggle label {
    width: auto;
    height: 36px;
    border: 1px solid var(--bgcolor);
    margin: 0px 4px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px !important;
    padding: 7px 22px 0px;
}
.size_select .btn-light:not(:disabled):not(.disabled).active,
.size_select .btn-light:not(:disabled):not(.disabled):active,
.size_select .show>.btn-light.dropdown-toggle {
    color: var(--whitec); 
    background-color: var(--bgcolor);
    border-color: var(--bgcolor);
    border:var(--whitec) ;
}
.size_select .btn-light:hover {
    background-color: var(--bgcolor);
    border-color: var(--bgcolor);
    color: var(--whitec); 
}
.item-option-select h6 {
    color: #000000;
    font-weight: 700;
    margin-top: 10px;
    font-size: 20px;
}
.quantity_filed_btn label.btn.btn-light.active {
    background: #ff4274;
    color: #fff;
    border-color: #ff4274;
}


p.text-sm.stock-item {
    margin-top: 18px;
}
.single-img img{
    width:70px;
    height: 70px;
}

.input-spinner {
    flex-wrap: nowrap;
    display: inline-flex;
    vertical-align: middle;
    border: 2px solid var(--bgcolor);
    width: 160px;
    height: 40px;
        border-radius: 100px;
}
.input-spinner .btn,
.input-spinner .btn {
    width: 42px;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: none;
    border-radius: 100px;
}
.btn-light {
    background-color: #fff;
    border-color: #e4e4e4;
}
.btn-light:hover {
    color: var(--blackc);
    background-color:transparent;
    border-color:transparent;
}
.input-spinner input.form-control {
    text-align: center;
    width: 62px !important;
    font-weight: bold;
    flex-basis: 46px;
    border: none;
    flex-grow: 0;
    height: 35px !important;
}
.quantity-btn {
    display: flex;
    margin-top: 18px;
}
.quantity-btn h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
    margin-right: 17px;
}

.card_btn {
    margin-top: 21px;
    display: flex;
}
.card_btn button, .card_btn a {
    background: #000000;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding: 13px 17px;
    border-radius: 10px;
    width: 100%;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}
button.buy_button {
    background: #ff4274;
}

.card_btn button:hover,
.card_btn a:hover {
    background:#ff4274;
}
.card_btn button.buy_button 
.card_btn a.buy_button{
    background: var(--bgcolor);
}
.card_btn a.buy_button {
    background: var(--bgcolor);
}
.card_btn button.buy_button:hover,
.card_btn a.buy_button:hover {
    background: #104278;
}
/* delivery_content */
.delivery_information {
    background: #ebebeb;
    padding: 30px 26px;
    margin-left: 100px;
    border-radius: 10px;
    height: 680px;
}
.delivery_content {
    display: flex;
    margin-bottom: 32px;
}
.delivery_content p {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    margin-left: 8px;
}

/* product-item-tabs */
.tabs.product_tabs button {
    background: none;
    border: none;
    padding: 5px 18px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 0px solid #ababab;
    transition: 0.3s;
    margin: 0px 0px;
    border-radius: 0px;
    font-weight: 700;
    color: var(--dark-ash);
    font-size: 14px;
}

.tabs.product_tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: inline-block;
}
.product_tabs .tab-button {
    padding: 10px 20px;
    border: none;
    background: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-size: 16px;
}
.product_tabs .tab-button.active {
    border-color: var(--bgcolor);
    color: var(--bgcolor);
    border-bottom: 1px solid var(--bgcolor);
}
.product_tabs .tab-content {
    display: none;
}
.product_tabs .tab-content.active {
    display: block;
}
.product-item-tabs .tab-content {
    padding: 20px;
    border: 2px solid var(--bgcolor);
    margin-top: 5px;
    border-radius: 10px;
}

.style_productDetails__V_YJA p {
    margin: 0px;
}
/* check-out-sectio */
.text-danger {
    display: none;
}
.check-out-section {
    padding: 40px 0px;
}
.check-oout-form {
    padding: 20px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}
.check-oout-form h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    margin-bottom: 25px;
}
.productDetails_delivery {
    padding: 15px 0px 0px;
}

.form-flex {
    display: flex;
}
.check-out-section .card {
    background: white;
    border-radius: 12px;
    padding: 0px;
    text-align: center;
    box-shadow: none;
    border: none;
}
.card-amount {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    margin-right: 50px;
    border-radius: 10px;
}
.card.card-p {
    border: none;
    box-shadow: none;
    padding: 0px 20px;
}
dl.dlist-align {
    display: flex;
    justify-content: space-between;
    margin: 0px 20px 13px 20px;
}
dl.dlist-align.shiping {
    border-bottom: 2px solid #000;
}
.card-amount h1 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    padding: 0px 20px 14px;
}

dl.sub-total.dlist-align dt {
    font-size: 14px;
    font-weight: 400;
}
dl.dlist-align.sub-total {
    border-bottom: 1px solid #ebebeb;
}
.check_out_btn {
    margin: 19px 20px 0px;
}
.check_out_btn input.wt_btn2, .check_out_btn button.wt_btn2 {
    font-size: 18px;
    font-weight: 700;
    color: #ababab;
    width: 100%;
    border: none;
    padding: 10px 20px;
    margin: 0px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0px 10px;
}

.form-group.media-u input {
    border: none;
    padding: 2px;
}

/* categori page design */
.collapse-menu {
    background: #fcf9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 20px 0px 20px 15px;
}
.filter-group {
    border: 0px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}
.card-header {
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #99a1af;
    border-radius: 5px !important;
}

.card-header a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    justify-content: space-between;
}

.card-header i {
  margin-right: 10px;
}

.card-body {
    padding: 20px;
    background: #E5E7EB;
    margin-top: 5px;
}
.list-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.scrollable-list {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
}

.scrollable-list::-webkit-scrollbar {
    display: none;               /* Chrome, Safari */
}
.list-menu li {
  margin-bottom:0px;
}

.list-menu li a {
    color: #4a5565;
    text-decoration: none;
    font-size: 15px;
}
.list-menu li a:hover {
    color:var(--bgcolor);
    text-decoration: none;
}
.checkbox-btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.checkbox-btn input[type="checkbox"] {
  display: none;
}

.checkbox-btn .btn {
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.checkbox-btn input[type="checkbox"]:checked + .btn {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.form-group label {
  font-weight: 500;
}

.btn-block {
  margin-top: 10px;
}
.icon-toggle {
  display: inline-flex;
  gap: 5px;
  font-size: 14px;
}

.icon-toggle i {
  transition: 0.3s ease;
}

.icon-toggle .hide-icon {
  display: none;
}
header.card-header a h6 {
    font-size: 15px;
    color: #4a5565;
    font-weight: 600;
}
.catalog-section-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 20px;
}

section.section-pagetop.bg {
    background: #f8f9fa;
    padding: 45px 0px;
}
ul.catalog-m {
    display: flex;
}


/* pagination */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  display: block;
  padding: 8px 12px;
  color: var(--bgcolor);
  text-decoration: none;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.page-item.active .page-link {
  background-color: var(--bgcolor);
  color: white;
  border-color: var(--bgcolor);
  pointer-events: none;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  background-color: #fff;
  border-color: #dee2e6;
}

/* car page design */

.cart-img img {
    width: 90px;
    height: 90px;
}
.cart-item {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 15px;
    margin-bottom: 20px;
}
.cart-img-detial {
    display: flex;
    align-items: center;
}
ul.w-full.max-w-xs p {
    margin: 0px;
    font-size: 14px;
}
ul.w-full.max-w-xs {
    margin-left: 14px;
}
ul.w-full.max-w-xs.product-title {
    margin-left: 74px;
    margin-top: 14px;
}


.price-detial {
    margin-top: 10px;
}
.quantity-item {
    margin-top: 24px;
}
.quantity-item a {
    margin-left: 0px;
}




/* section-dashbord */

section.section-dashbord.padding-y {
    background: #F1F1F1;
    padding: 10px;
}
.dashbord-menu {
    background: #fff;
    padding: 20px 0px;
    border-radius: 10px;
}
.user-adress {
    border-bottom: 1px solid #ebebeb;
    padding: 0px 40px;
}
ul.ds-menu {
    margin: 10px 0px;
}
.ds-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: #7f7f7f;
    display: block;
}
ul.ds-menu li {
    padding: 10px 30px;
    margin-bottom: 5px;
    border-left: 4px solid var(--whitec);
    border-right: 4px solid var(--whitec);
}
ul.ds-menu li.active,
ul.ds-menu li:hover  {
    background: #F2F2F2;
    border-left: 4px solid var(--bgcolor);
    border-right: 4px solid var(--bgcolor);
}
ul.ds-menu li.active a{
    color: var(--bgcolor);
}

ul.ds-menu li:hover a{
    color:#000;
}
.dashbord-btn {
    border-top: 1px solid #ddd;
    padding: 18px 0px 0px;
}
.dashbord-btn a {
    background: #D71110;
    color: #fff;
    padding: 10px 40px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    margin:0px 15px;
}
.processing_box h6 {
    font-size: 14px;
    font-weight: 600;
}
.dashboard .card h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.dashboard .card p {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 400;
}
.dashboard .card-style .card {
    border-radius: 0px 0px 5px 5px;
    padding-top: 46px;
}

.dashboard {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    gap: 20px;
    margin: auto;
}

.left-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    height: auto;
    align-content: start;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.left-box .mini-card {
    text-align: center;
    padding: 10px 15px;
}

    .mini-card img {
      width: 30px;
      margin-bottom: 5px;
    }

    .mini-card span {
      font-size: 14px;
      font-weight: 500;
    }

    .main-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      grid-column: span 2;
    }

    .card {
      background: white;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .card img {
      width: 70px;
      height: 70px;
      margin-bottom: 10px;
    }

    .card h3 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .card p {
      font-size: 14px;
      color: #666;
    }

.order-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.svg-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ebebeb;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
}
.mini-card span {
    font-size: 14px;
    font-weight: 600;
    color: #ababab;
}
.card.mini-card {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center;     /* Horizontally center items */
    justify-content: center; /* Vertically center items */
    text-align: center;
}
.main-card2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
    justify-content: center; /* Center grid horizontally */
}
.fill-primary {
    fill: var(--bgcolor);
}
.fill-success {
    fill: #2bb673;
}
.card-style{
    border-radius: 10px;
}
.card-style .card {
    border-radius: 0px;
    padding-top: 46px;
}
.card-img {
    position: relative;
}
.fill-\[\#8B5CF6\] {
    fill: #8b5cf6;
}
.card-svg {
    width: 70px;
    height: 70px;
    line-height: 50px;
    background: #ebebeb;
    border-radius: 100px;
    border: 8px solid #fff;
    position: absolute;
    top: -36px;
    left: 36%;
}
.card-svg svg{
    width:40px;
    height:40px;
}
.fill-\[\#007BFF\] {
    fill: #007bff;
}
.stroke-\[\#00B6BA\] {
    stroke: #00b6ba;
}
.fill-\[\#00B6BA\] {
    fill: #00b6ba;
}

.order-pages .card h1 {
    font-size: 36px;
    color: #d71110;
}
.card p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.order-btn a {
    background: var(--bgcolor);
    display: inline-block;
    padding: 10px 20px;
    color: var(--whitec);
    border-radius: 10px;
}
.order-pages .card {
    padding: 200px 0px;
}
.wishlist-content img {
    width: 100px;
    height: 100px;
}
.wishlist-content h1 {
    font-size: 24px;
    text-transform: uppercase;
}
.wishlist-content h1 span {
    color:var(--bgcolor)
}
.wishlist-content {
    text-align: center;
    padding: 100px 0px;
}
.check-oout-form {
    background: #fff;
}
.account-box {
    display: grid;
    grid-template-columns: 4fr 2fr;
    gap: 20px;
    margin: auto;
}
.account-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.account-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--bgcolor);
}
.address_content {
    display: grid;
    gap: 20px;
    margin: auto;
    grid-template-columns: 2fr 2fr 2fr;
    text-align: left;
    margin-left: 120px;
}
.address-text p {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}
.address-text span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.profile_address img {
    width: 140px;
    height: 140px;
    border: 9px solid #ababab;
    border-radius: 100px;
    margin: 40px 0px;
}
div#edit-form {
    display: none;
}
.password-content h1{
    color:var(--bgcolor);
    font-size:18px;
    font-weight: 500;
}
.password-content {
    border-bottom: 1px solid #ebebeb;
}

.password p {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 400;
    margin: 0px 0px 5px;
}

.password {
    margin-top: 80px;
}
.password .order-btn {
    margin-top: 20px;
}
.account-information .card {
    padding: 20px 20px 72px;
}

.edit_form {
    text-align: left;
}
.edit_form .check_out_btn {
    display: flex;
}
.edit_form .check_out_btn input.wt_btn2 {
    margin-right: 10px;
}

/*==================== Login Signup ==========================*/
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }


    .sign-up-container {
        background: white;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        width: 470px;
        padding: 30px;
        margin: auto;
        margin-bottom: 30px;
    }

    .logo {
      text-align: center;
      margin-bottom: 20px;
    }

    .logo img {
      width: 200px;
    }

    .btn-menu {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    .btn-menu a {
        /* flex: 1; */
        padding: 10px 58px;
        border: 2px solid #ccc;
        background-color: white;
        cursor: pointer;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #7f7f7f;
        font-size: 24px;
        font-weight: 600;
    }

    .btn-menu .active {
      background-color: #0d5cb6;
      color: white;
      border: none;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
      font-weight: 500;
    }

    .form-group input {
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

    .form-group input:focus {
      outline: none;
      border-color: #0d5cb6;
    }

    .error {
      color: red;
      font-size: 13px;
      margin-top: 5px;
    }

    .password-toggle {
      position: relative;
    }

    .password-toggle input {
      padding-right: 30px;
    }

    .toggle-icon {
        position: absolute;
        top: 65%;
        right: 15px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .submit-btn {
      background-color: #0d5cb6;
      color: white;
      border: none;
      width: 100%;
      padding: 12px;
      font-weight: bold;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 10px;
    }

    .submit-btn:hover {
      background-color: #0b4a94;
    }

.responsive-design {
    display: none;
}

.col-lg-12 {
    padding: 0px 10px !important;
}

.Categories h1 {
    margin: 0px;
    margin-top: 21px;
}
.not-result {
    padding-top: 100px;
}
.not-result {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 8px;
    margin-top: 30px;
}
.not-result h2 {
    font-size: 24px;
    color: #d00;
}
.not-result p {
    font-size: 16px;
    color: #555;
}
.form-group ul li {
    color: #f00 !important;
}

.forget-btn.text-center {
    margin-top: 15px;
}
.forget-btn.text-center a:hover {
    color:var(--bgcolor)
}

.promoForm .form-group input {
    width: 99%;
}

#shippingOrderForm .card-amount {
    padding-top: 100px;
    position: relative;
}
#shippingOrderForm .card-amount.add_class {
    padding-top: 171px;
    position: relative;
}
.card-amount button {
    padding: 12px 30px;
}
.card-amount a {
    padding: 12px 30px;
    margin-top: 17px;
    background: #ff4274;
    border-color: #ff4274;
}
.promoForm {
    padding: 20px 44px 0px;
    margin-right: 50px;
    border-radius: 10px 14px 0px 0px;
    position: absolute;
    top: 4px;
    z-index: 99;
    width: 83%;
    /* box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1); */
}
.promoForm button.btn.btn-primary {
    padding: 10px;
    height: 41px;
    margin-top: 0;
}
.proform-intput {
    display: flex;
}
    #promoForm {
        display: none;
        margin-top: 20px;
    }

.txt_foot_content.social_media {
    margin-top: 40px;
}
.social_media .txt_foot_title_inner h3 {
    color: #1f5da0;
    font-size: 20px;
}


.size-Magerment .measurement-btn {
    font-size: 20px;
    font-weight: 700;
    color: #1f5da0;
}

.bil_amount_bd {
    border: 17px solid #ff4274;
    padding: 10px;
}
dl.dlist-align.sub-total.shiping {
    border-bottom: 2px solid #000;
}
dd.text-right {
    font-weight: 700;
}







/* new css  */
.brands-imgs a img {
    margin-bottom: 15px;
    border-radius: 10px;
    margin-right: 20px;
    transition: transform 0.5s, box-shadow 0.5s;
    width: 417px;
    height: 310px;
}
.brands-imgs a img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}


.banner2_brand_section {
    padding: 40px 0px;
}
.brand-imgs img {
    border-radius: 10px;
}


.deals_cannot_section {
    
}

.top_brands_img a img {
    margin-bottom: 10px;
}

.top_brands_section {
    padding-bottom: 30px;
}


.deals-img a img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
}

.brands-imgs img {
    width: 417px;
    height: 315px;
    border-radius: 10px;
}

.top_brands_img a img {
    width: 100%;
    border-radius: 10px;
}

.brands-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 ta kore image */
    gap: 10px; /* spacing */
}

.brands-imgs a img {
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: 0.3s;
}

.brands-imgs a img:hover {
    transform: scale(1.05);
}





.footer-content {
  display: block;
}


/*newslate_section*/
.newslate_section {
    background: #37383f;
    padding: 40px 0;
    margin: 30px 0px;
}

.newskate_content, .newskate_right_content {
    display: flex;
    align-items: center;
}

.newskate_content i, 
.newskate_right_content i {
    font-size: 28px;
    color: #ffc107;
    margin-right: 5px;
}

.newskate_content h1,
.newskate_right_content h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}
.newskate_right_content p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 5px;
  color: #ccc;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    max-width: 900px;
}

.newsletter-form .form-control {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    color: #fff;
}


/* Placeholder color */
.newsletter-form .form-control::placeholder {
    color: #aaa;  /* placeholder ধূসর থাকবে */
    opacity: 1;
}


.newsletter-form .mail-subscribe-btn {
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 500;
    transition: 0.3s;
    color: =;
}

.newsletter-form .mail-subscribe-btn:hover {
  background: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 991px) {
  .newskate_content,
  .newskate_right_content {
    text-align: center;
    align-items: center;
  }
 .newskate_content, .newskate_right_content {
    text-align: left;
    align-items: center;
    margin-top: 35px;
}

  .newsletter-form .mail-subscribe-btn {
    width: auto;
  }
.newsletter-form .mail-subscribe-btn {
    border-radius: 5px;
    padding: 7px 6px;
    font-weight: 500;
    transition: 0.3s;
}
.newslate_section {
    margin: 0px 10px;
    padding: 0px 0px 40px;
}



}



.discunt {
    position: absolute;
    top: 0;
    right: 0;
}

.discunt span {
    background: #f00;
    color: #fff;
    padding: 5px 10px;
    margin-left: 5px;
}

.collection_conten  strong {
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    color: #f00;
}
.collection_conten  strong span{
    color: #f00;
}
.price-text {
    display: flex;
    justify-content: center;
}
.collection_conten  p {
    font-size: 20px;
    font-weight: 600;
    margin-left: 8px;
}

.cart-btn {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #1f5da0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px #1f5da017;
}

    .cart-btn:hover {
      background: #000;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px #1f5da017;
    }

    .cart-btn:active {
      transform: translateY(1px);
      box-shadow: 0 3px 8px #1f5da017;
    }
    
    
.product-item-detail  .txt_foot_title_inner.text_app {
    margin-top: 30px;
}   
    
.product-app a img{
    height:40px;
}    
.product-app h3 {
    font-size: 25px;
    font-weight: 700;
}    
    
    
    

