/** Shopify CDN: Minification failed

Line 579:29 Expected identifier but found "/"
Line 767:2 "postion" is not a known CSS property
Line 782:2 "postion" is not a known CSS property
Line 941:4 "flex-direciton" is not a known CSS property
Line 1864:2 "dispaly" is not a known CSS property
Line 2489:0 Comments in CSS use "/* ... */" instead of "//"
Line 3257:2 "backgrond" is not a known CSS property
Line 3756:0 Comments in CSS use "/* ... */" instead of "//"
Line 5539:4 "postion" is not a known CSS property
Line 5917:0 Comments in CSS use "/* ... */" instead of "//"
... and 6 more hidden warnings

**/
/*
================================================
------------------- Universal Settings  ----------
===============================================

*/
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
* {
  padding: 0;
  margin: 0;
 
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.page-width {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.device-width {
  width: 100%;

  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/*
================================================
------------------- announcement bar ----------
===============================================

*/

.announcement-bar__inner {
  min-height: 38px;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-bar__content {
  text-align: center;
  font-family: var(--font-heading-family);
  font-weight: 400;
  letter-spacing: 0.422px;
  line-height: 19.21px;
  font-size: 19px;
}

/*
================================================
-------------------  Navigation Bar  ----------
===============================================

*/

.navigation_bar__content {
  min-height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
}

.navigationBar_search_content_area {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 90vh;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y:auto;
  background: #ffffff;
  z-index: 7;
  max-width:100%;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #000;
  padding: 5px;
}

.navigationBar_search_content_area .left_side_menubar {
  grid-column: span 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.navigationBar_search_content_area .left_side_menubar.mobile{
  display:none;
}

.navigationBar_search_content_area .left_side_menubar span {
  font-size: 19px;
  font-weight: 400;
  font-family: var(--font-heading-family);
  line-height: 22px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

.navigationBar_search_content_area .left_side_menubar ul {
  list-style-type: none;
}
.navigationBar_search_content_area .left_side_menubar ul li a {
  text-decoration: none;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.24px;
}
.navigationBar_search_content_area .left_side_menubar ul li a:hover {
  opacity: 0.6;
}
.navigationBar_search_content_area .right_side_cart_area {
  grid-column: span 3;
}

.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area
  :is(.result, .search_button) {
  font-size: 19px;
  font-weight: 400;
  font-family: var(--font-heading-family);
  line-height: 22px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area
  .search_button {
  padding: 9px 18px;
  border: none;
  background: rgb(255, 206, 33);
  border-radius: 3px;
  cursor: pointer;
}

.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area
  .search_button:hover {
  background: rgb(277, 177, 0);
}
.navigationBar_search_content_area .right_side_cart_area .result_of_pagination {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-heading-family);
  line-height: 22px;
  letter-spacing: 1px;
  color: #000000;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .first_part {
  text-align: center;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .first_part
  a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
  letter-spacing: 0.32px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;

  word-break: break-all;      /* Protita character limit anujayi bhengbe */
    overflow-wrap: break-word;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details {
  background: rgb(233, 233, 233);
  padding: 8px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .first_part
  a:hover {
  opacity: 0.6;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .second_part {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .second_part
  .without_vat {
  color: rgb(199, 0, 12);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.24px;
  text-align: center;
  margin-bottom: 5px;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .second_part
  .product_add_to_cart_area_under_cart {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .second_part
  .product_add_to_cart_area_under_cart
  form
  .product-quantity-input {
  height: 35px;
  width: 35px;
  font-size:14px;
}

.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .second_part
  .product_add_to_cart_area_under_cart
  form
  button {
  width: 40px;
  height: 30px;
  cursor: pointer;
  font-size:14px;
}

.navigationBar_search_content_area
  .right_side_cart_area
  .main_products_grid
  .product_details
  .second_part
 .product_add_to_cart_area_under_cart .product_port_area strong {
  font-size:11px;
 }

.navigationBar_search_content_area .right_side_cart_area .main_products_grid .product_details .second_part .stock_massage.stock svg .st0-van {
    fill: #0b861c !important; 
}
.navigationBar_search_content_area .right_side_cart_area .main_products_grid .product_details .second_part .stock_massage.stock svg path {
    fill: #0b861c !important; 
}
.navigationBar_search_content_area .right_side_cart_area .main_products_grid .product_details .second_part .stock_massage.out_of_stock svg .st0-van {
    fill: rgb(199, 0, 12) !important; 
}
.navigationBar_search_content_area .right_side_cart_area .main_products_grid .product_details .second_part .stock_massage.out_of_stock svg path {
    fill: rgb(199, 0, 12) !important; 
}
.navigationBar_search_content_area .right_side_cart_area .main_products_grid .product_details .second_part .stock_massage.out_of_stock {
   color:rgb(199, 0, 12);
      font-family:"Poppins",sans-serif;
   font-size:14px;
   font-weight:400;
   line-height:21px;
   letter-spacing:0.24px;
}
.navigationBar_search_content_area .right_side_cart_area .main_products_grid .product_details .second_part .stock_massage.stock {
   color:0b861c !important ;
   font-family:"Poppins",sans-serif;
   font-size:14px;
   font-weight:400;
   line-height:21px;
   letter-spacing:0.24px;
}



.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.navigationBar_search_content_area .right_side_cart_area .result_of_pagination {
  display: flex;
  justify-content: start;
  align-items: center;
}

.navigationBar_search_content_area .right_side_cart_area .main_products_grid {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
    
   
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right:20px;
  


}.navigationBar_search_content_area .right_side_cart_area .main_products_grid 
.product_cart_parent .product_cart_parent_image{
  background:#f9f9f9;
  
}

.navigationBar_search_content_area .right_side_cart_area .main_products_grid 
.product_cart_parent .product_cart_parent_image:hover{
  opacity:0.6;
}

.navigationBar_search_content_area .right_side_cart_area .main_products_grid 
.product_cart_parent .product_cart_parent_image img {
  width:100%;
  height:150px;
  display:block;
  object-fit:contain;
}

.navigationBar_search_content_area .right_side_cart_area .main_products_grid 
.product_cart_parent .product_cart_parent_image svg{
    width:100%;
  height:150px;
  display:block;
  object-fit:contain;
}

.navigationBar_search_content_area .right_side_cart_area .main_products_grid 
.product_cart_parent{
min-width: 0; /* 👈 Eta grid cell-ke fixed width limits breakdown korte deyna */
    width: 100%;
    box-sizing: border-box;
    grid-column:span 1;
    border:1px solid #000000;


}

.navigation_bar__content .dextop_menuBar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 15px;
}
.navigation_bar__content .dextop_menuBar .left {
  grid-column: span 3;
}
.navigation_bar__content .dextop_menuBar .right {
  grid-column: span 2;
}

.navigation_bar__content .dextop_menuBar .left {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.navigation_bar__content .dextop_menuBar .right {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.navigation_bar__content .dextop_menuBar .left a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.navigation_bar__content .dextop_menuBar .left a:hover {
  opacity: 0.6;
}
.navigation_bar__content .dextop_menuBar .left #homepage-search-form {
  border: 1px solid #ccc;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation_bar__content .dextop_menuBar .left .custom_close_button {
  font-size: 39px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000;
  padding: 0 7px;
  cursor: pointer;
}
.navigation_bar__content .dextop_menuBar .left #search-input {
  width: 100%;

  padding: 18px;
  border: none;
  outline: none;
}
.navigation_bar__content
  .dextop_menuBar
  .left
  #search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.navigation_bar__content .dextop_menuBar .left #search-input:focus {
  border: none;
  outline: none;
}

.navigation_bar__content
  .dextop_menuBar
  .left
  #homepage-search-form:focus-within {
  border: 1px solid rgb(255, 206, 33);
}

.navigation_bar__content .dextop_menuBar .right .same {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.navigation_bar__content .dextop_menuBar .right .same span {
  /* font-family: var(--font-heading-family); */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.68px;
  color: #000;
}

.navigation_bar__content .dextop_menuBar .right .same span:hover{
  opacity:0.6;
}

.left_side_toggle_and_brand_image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.left_side_toggle_and_brand_image .menu-open {
  display: none;
}

.navigation_bar__content .dextop_menuBar .right .search_toggle_on_mobile {
  display: none;
}


.search_page_pagination_area_Container{
  padding:20px 0 120px 0;
}



.search_page_pagination_area_Container {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 8px;
  margin: 20px 0;
  font-family: sans-serif;
}


.search_page_pagination_area_Container .page,
.search_page_pagination_area_Container .deco,
.search_page_pagination_area_Container .next ,
 .search_page_pagination_area_Container .prev  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
}


.search_page_pagination_area_Container .page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #c00000;
  color: #ffffff; 
  text-decoration: none;
  transition: background 0.2s ease;
}


.search_page_pagination_area_Container .page a:hover {
  background-color: #a00000; /
}


.search_page_pagination_area_Container .page.current {
  background-color: #c00000; 
  color: #ffffff;
  cursor: default;
}


.search_page_pagination_area_Container .deco {
  color: #333;
  min-width: auto;
  padding: 0 5px;
}

 .search_page_pagination_area_Container .prev a 
 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2b2b2b; 
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.2s ease;
  padding:0 6px;


 }
.search_page_pagination_area_Container .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2b2b2b; 
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.2s ease;
  padding:0 6px;
}


.search_page_pagination_area_Container .next a:hover {
  background-color: #1a1a1a;
}



/*-------- overlay area -------------*/


.fullpage_all_overlay_here {
position:fixed;
inset:0;
height:100%;
width:100%;
background:rgb(0,0,0,0.7);
z-index:9;
display:none;
}
.fullpage_all_overlay_here.active{
  display:flex;
}

.help_center ,
.trade,
.account,
.cart ,
.language_selector {
  position:relative;
}


.cart_quantity_round_circle{
  position:absolute;
  height:15px;
  width:15px;
  top:11px ;
  left:6px ;
  border-radius:100%;
  background:rgb(255, 0, 0);
  font-size:10px !important ;
  font-family:'Poppins', sans-serif !important ;
  line-height:normal !important ;
  letter-spacing:0.24px !important ;
  color:#ffffff !important ;
  display: flex;
  justify-content: center; 
  align-items: center;
}

.language_selector_Container_Area:before{

      content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
     top: -7px;
    left: calc(100% - 9%);
    z-index: 10;
     border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
}

.help_center_Container_Area:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
     top: -7px;
    left: calc(100% - 15%);
    z-index: 10;
     border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
    

}


.trade_Container_Area:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
     top: -7px;
    left: calc(100% - 10%);
    z-index: 10;
     border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
    

}
.account_Container_Area:before{
      content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
     top: -7px;
    left: calc(100% - 7%);
    z-index: 10;
     border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
}

.cart_Container_Area:before{
      content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
     top: -7px;
    left: calc(100% - 4%);
    z-index: 10;
     border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
}



.help_center_Container_Area ,
.trade_Container_Area,
.account_Container_Area,
.cart_Container_Area
{
  position:absolute;
  height:auto;
  width:100%;
  background:#ffffff;
  postion:absolute;
  z-index:10;
  top:70px ;
  right:0;
  width:602px;
  

}

.language_selector_Container_Area{

  position:absolute;
  height:auto;
  width:100%;
  background:#ffffff;
  postion:absolute;
  z-index:10;
  top:65px ;
  right:0;
  width:602px;
}



.lang-item:hover {
  background-color: #f8fafc;
}
.lang-item.active {
  background-color: #f1f5f9;
  font-weight: bold;
}


.navigation_bar__content .dextop_menuBar .right .cart .st1  path{
  fill:#000000 !important ;
  stroke:#000000 !important ;
  color:#000000 !important ;
  
}
.navigation_bar__content .dextop_menuBar .right .help_center.active  .text{
  color:#ffffff;
  z-index:10;

}
.navigation_bar__content .dextop_menuBar .right .help_center.active  .svg{
  z-index:10 !important ;
}
.navigation_bar__content .dextop_menuBar .right .help_center.active  .svg path{
fill:#ffffff !important;
z-index:10 !important ;
stroke:#ffffff !important ;
}


.navigation_bar__content .dextop_menuBar .right .trade.active  .text{
  color:#ffffff;
  z-index:10;

}
.navigation_bar__content .dextop_menuBar .right .trade.active  .svg{
  z-index:10 !important ;
}
.navigation_bar__content .dextop_menuBar .right .trade.active  .svg path{
fill:#ffffff !important;
z-index:10 !important ;
stroke:#ffffff !important ;
}


.navigation_bar__content .dextop_menuBar .right .account.active  .text{
  color:#ffffff;
  z-index:10;

}
.navigation_bar__content .dextop_menuBar .right .account.active  .svg{
  z-index:10 !important ;
}
.navigation_bar__content .dextop_menuBar .right .account.active  .svg path{
fill:#ffffff !important;
z-index:10 !important ;
stroke:#ffffff !important ;
}

.navigation_bar__content .dextop_menuBar .right .cart.active .cart_quantity_round_circle {
  z-index:10;
}
.navigation_bar__content .dextop_menuBar .right .cart.active  .svg{
  z-index:10 !important ;
}
.navigation_bar__content .dextop_menuBar .right .cart.active  .svg_svg path{
fill:#ffffff !important ;
z-index:10 !important ;
stroke:#ffffff !important ;
}


.language_selector_Container_Area.same_Container_Area{
  display:none;
}
.language_selector_Container_Area.same_Container_Area.active{
  display:flex;
}

.language_selector.active{
  z-index:10;
}
.language_selector.active span.only_this_text{
  color:#ffffff !important ;
  z-index:10;
}

.help_center_Container_Area.same_Container_Area{
  display:none;
}

.help_center_Container_Area.same_Container_Area.active{
  display:flex;
}
.trade_Container_Area.same_Container_Area{
  display:none;
}
.trade_Container_Area.same_Container_Area.active{
  display:flex;

}
.account_Container_Area.same_Container_Area{
  display:none;
}
.account_Container_Area.same_Container_Area.active{
  display:flex;
}
.cart_Container_Area.same_Container_Area{
  display:none;
}
.cart_Container_Area.same_Container_Area.active{
  display:flex;
}

.same_Container_Area{
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:start;

}

 .same_Container_Area .Header_Area{
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  padding: 28px 28px 0 28px ;
 
 }

 .cart  .cart_Container_Area.same_Container_Area.active .Header_Area{
 border-bottom:1px solid gray;
 padding-bottom:15px;
 }
 .same_Container_Area .Header_Area .header {
    font-family: var(--font-heading-family) !important ;
    font-size:18px;
    font-weight:600 !important ;
    line-height:18px;
    letter-spacing:1px;
    text-transform:uppercase;

 }
  .same_Container_Area .Header_Area  button{
    cursor:pointer;
    background:#ffffff !important ;
    display:flex;
    gap:10px;
    flex-direciton:row;
    justify-content:center;
    align-items:center;
    border:none;
  }


  .same_Container_Area .Header_Area  button span {
  font-size:13px;
  font-weight:400;
  line-height:21px;
  letter-spacing:0.24px;
  font-family:"Poppins",sans-serif;
  color:#000000;

  }

    .same_Container_Area .Header_Area  button svg {
      scale:1.5;
      border-radius:100%;
    }

.same_Container_Area .Link_Area,
 .same_Container_Area .Cart_drader_parent {

  margin:14px 28px 28px 28px;
}

  .same_Container_Area .Cart_drader_parent ul{
   list-style-type:none;
     display:flex;
  flex-direction:column;
  gap:10px;
 }

.same_Container_Area .Link_Area ul { 
  list-style-type:none;
  display:flex;
  flex-direction:column;
  gap:10px;

}
.same_Container_Area .Link_Area ul li a {
text-decoration:none;
color:#000000;
  font-size:13px;
  font-weight:400;
  line-height:21px;
  letter-spacing:0.24px;
  font-family:"Poppins",sans-serif;


}
.same_Container_Area .Link_Area ul li a:hover{
  opacity:0.6;

  
}


.cart_drawer_Container{
  display:grid;
  width:100%;
  grid-template-columns:repeat(4,1fr);
 
  gap:8px;

}
.cart_drawer_Container .cart_details{
  grid-column:span 2;
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:start;
  justify-content:start;

}
.cart_drawer_Container .cart_details a {
  text-decoration:none;
  color:#000000;
    font-size:14px !important ;
  font-weight:400;
  font-family:"Poppins",sans-serif;
  line-height:normal;
  letter-spacing:0.30px !important ;
}

.cart_drawer_Container .cart_details a:hover{
  opacity:0.6;
}
.cart_drawer_Container .cart_details span {
  font-size:14px !important ;
  font-weight:400;
  font-family:"Poppins",sans-serif;
  line-height:normal;
  letter-spacing:0.30px !important ;
  color:#000000;
}

.cart_drawer_Container .cart_details .price {
  color:#e30614 !important ;
  font-size:16px !important ;
  font-weight:600 !important ;
}

.cart_drawer_Container .image_area{
  grid-column:span 1;
}

.cart_drawer_Container .image_area img {
  max-width:100%;
  display:block;
  object-fit:contain;
}
.cart_drawer_Container .image_area svg{
    max-width:100%;
  display:block;
  object-fit:contain;
}

.cart_drawer_Container .cart_action_area{
  grid-column:span 1;
}

.cart_drawer_total_price_area {
  background:rgb(243, 243, 243);
  padding:28px;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  width:100%;

}
.cart_drawer_total_price_area :is(p){
  width:;
  height:auto;
  font-size:18px;
  font-weight:600;
  line-height:18px;
  letter-spacing:1;
    font-family: var(--font-heading-family);
    text-transform:uppercase;


}

.cart_drawer_checkout_and_cart_page_url{
width:100%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
padding:28px;
gap:8px;


}

.cart_drawer_checkout_and_cart_page_url a{
  width:100%;
  text-decoration:none;
  display:flex;
  justify-content:center;
  align-items:center;
  height:auto;
  text-align:center;


}
.cart_drawer_checkout_and_cart_page_url a:nth-child(1) {

font-size:25px;
font-weight:400;
line-height:32px;
letter-spacing:0.51px;
color:#000000;
    font-family: var(--font-heading-family);
text-transform:uppercase;
background:rgb(255, 206, 33);
 padding:8px 18px ;
 border-radius:3px;


}
.cart_drawer_checkout_and_cart_page_url a:nth-child(1):hover{
  background:rgb(277,177,0);
 
}

.cart_drawer_checkout_and_cart_page_url a:nth-child(2){


 

  
    color: rgb(0, 0, 0);
    font-family: "Poppins", sans-serif;
    line-height: 21px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.24px;
    text-align: center;
   


}


.cart_drawer_Container .cart_action_area input {

    width: 45px;
    height: 42px;
    border-radius: 3px;
    text-align: center;
    -moz-appearance: textfield;
    border: 1px solid rgb(224, 224, 224);
    font-family: var(--font-heading-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.32px;
    


}

.cart_drawer_Container .cart_action_area input:hover {
    border: 1px solid rgb(255, 206, 33) !important;
    outline: 1px solid rgb(255, 206, 33) !important;
}


.cart_drawer_Container .cart_action_area input::-webkit-outer-spin-button,
.cart_drawer_Container .cart_action_area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_drawer_Container .cart_action_area svg{
  color:#000000;
  scale:1.2;
}
.cart_drawer_Container .cart_action_area {
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  gap:10px;
}



.navigation_bar__content{
  position:relative;
}
.mobile_menuBar_Container{
position:absolute;
top:100%;
left:0;
width:100%;
height:auto;
background:#ffffff;
z-index:10;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
font-family: Arial, sans-serif; 
display:none;
flex-direction:column;
}

.mobile_menuBar_Container.active{
  display:flex;
}


.mobile_menu_three_Dot {
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9 !important; 
}

.mobile_menu_three_Dot.active {
  z-index: 12 !important;
}

.mobile_menu_three_Dot.active .menu-open-st0 {
  stroke: #ffffff !important;
  fill: #ffffff !important;
}

.mobile_menu_three_Dot.active g line:nth-child(1) {
  transform: rotate(45deg) translate(15px, -15px);
  transform-origin: left top;
}
.mobile_menu_three_Dot.active g line:nth-child(2) {
  opacity: 0;
}
.mobile_menu_three_Dot.active g line:nth-child(3) {
  transform: rotate(-45deg) translate(15px, 15px);
  transform-origin: left bottom;
}
.mobile_menu_three_Dot g line {
  transition: all 0.3s ease; 
}



.mobile_menuBar_Container details {
  border-bottom: 1px solid #e0e0e0; 
  width: 100%;
  transition: background-color 0.3s ease;
}


.mobile_menuBar_Container summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px; 
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  list-style: none; 
}


.mobile_menuBar_Container summary::-webkit-details-marker,
.mobile_menuBar_Container summary::marker {
  display: none !important;
}


.mobile_menuBar_Container summary::after {
  content: '+'; 
  font-size: 20px;
  color: #666;
  font-weight:600;
  transition: transform 0.3s ease;
}


.mobile_menuBar_Container details[open] summary::after {
  content: '−'; 
}


.mobile_menuBar_Container details[open] summary {
  background-color: #fcfcfc;
}


.mobile_menuBar_Container ul {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
  background-color: #fafafa; 
}


.mobile_menuBar_Container ul li {
  width: 100%;
}


.mobile_menuBar_Container ul li a {
  display: block;
  padding: 12px 35px; 
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  transition: all 0.2s ease;
}


.mobile_menuBar_Container ul li a:hover {
  background-color: #f0f0f0;
  color: #000000;
  padding-left: 40px; 
}


/*
================================================
------------------- Nav Section  ----------
===============================================

*/

.nav_section__inner {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_section__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;

  width: 100%;


  
}

.nav_section__content div {
  min-height: 58px;
}
.nav_section__content div:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.nav_section__content div:nth-child(1) div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(21, 21, 21);
}
.nav_section__content div:nth-child(1) div .Heading_Nav {
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff;
}

.Heading_Nav svg path {
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav_section__content div:nth-child(1) div:nth-child(1) {
  border-right: 1px solid rgb(255,255,255,0.4);
}

.nav_section__content .nav_section_secondDIv {
  background: rgb(199, 0, 12);
}

.nav_section_secondDIv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  gap: 13px;
}

.nav_section_secondDIv div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.nav_section_secondDIv div:nth-child(1) span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  font-family: var(--font-heading-family);
}

.nav_section_secondDIv div:nth-child(2) {
  width: 100%;
 
  display:flex;
  justify-content:center;
  align-items:center;
}

.nav_section_secondDIv div:nth-child(2) form {
  width:100%;
}

.nav_section_secondDIv div:nth-child(2) input {
  width: 100%;
  height: 100%;
  outline:none;
  border:none;
  padding:15px 18px;
  background:rgb(166, 0, 10);
  color:#ffffff;
  border-radius:3px;
}

.nav_section_secondDIv div:nth-child(2) input:hover,
.nav_section_secondDIv div:nth-child(2) input:focus{
  outline:1px solid rgb(255, 206, 33);
}

.nav_section_secondDIv div:nth-child(2) input::placeholder{
  color:#ffffff;
}

.nav_section_firstDIV ,
.nav_section_secondDIv{
  position:relative;
  width:auto;
  height:auto;

}

.nav_section_firstDIV_menu_Container{
  position:absolute;
  background:#ffffff !important ;
  z-index:10;
  top:100%;
  left:0;
  padding:50px;
  width:100%;
  height:auto;
  max-height:350px;
  overflow-y:auto;
  display:none !important ;
  flex-direction:column;
  justify-content:start !important ;
  align-items:start !important ;
  gap:10px;
}

.nav_section_secondDIv_Search_Result_showing{
    position:absolute;
  background:#ffffff !important ;
  z-index:10;
  top:100%;
  left:0;
  padding:50px;
  width:100%;
  height:auto;
  max-height:350px;
  overflow-y:auto;
  display:none ;
  flex-direction:column;
  justify-content:start !important ;
  align-items:start !important ;
  gap:10px;
}

.nav_section_secondDIv_Search_Result_showing.active{
  display:flex;
}

.nav_section_secondDIv form input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    
    height: 16px;
    width: 16px;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    
    cursor: pointer;
    
    margin-right: 5px;
}

.nav_section_secondDIv form input[type="search"]::-webkit-search-cancel-button:hover {
    opacity: 0.8;
}



.nav_section_firstDIV_menu_Container.active{
  display:flex !important ;
}

.nav_section_firstDIV_menu_Container .same_Design{
list-style-type:none;
width:100%;
}

.nav_section_firstDIV_menu_Container a ,
.nav_section_secondDIv_Search_Result_showing a {
  text-decoration:none;
  color:#000000;
  max-width:100%;
 
  text-align:center ;
  font-family:"Poppins",sans-serif;
  font-size:17px;
  font-weight:400; 
  line-height:21px;

  

}

.nav_section_firstDIV_menu_Container a:hover ,
.nav_section_secondDIv_Search_Result_showing a:hover{
  opacity:0.6;
}

.nav_section_firstDIV_menu_Container ul ,
.nav_section_secondDIv_Search_Result_showing ul {
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:start;
  gap:10px;
  list-style-type:none;
}

 .nav_section_firstDIV_menu_Container :is(.accessories_ALL_BUTTON,.tractor_parts_ALL_BUTTON){

 background:rgb(220, 220, 220);
 padding:10px 28px;
 text-align:center;
 cursor:pointer;
 border-radius:4px;

 }

.nav_section_firstDIV_menu_Container .accessories_menu{
  display:none;

}

.nav_section_firstDIV_menu_Container .accessories_menu.active{
display:flex;
}

.nav_section_firstDIV_menu_Container .tractor_parts_menu{
  display:none;
}


.nav_section_firstDIV_menu_Container .tractor_parts_menu.active{
  display:flex;
}

.nav_section_firstDIV_menu_Container .accessories_ALL_BUTTON{
  display:none;
}
.nav_section_firstDIV_menu_Container .accessories_ALL_BUTTON.active{
  display:flex;
}
.nav_section_firstDIV_menu_Container .tractor_parts_ALL_BUTTON{
  display:none;
}
.nav_section_firstDIV_menu_Container .tractor_parts_ALL_BUTTON.active{
  display:flex;
}

.nav_section_firstDIV .heading_collapse_first.active{
  z-index:12 !important ;

}

.nav_section_firstDIV .heading_collapse_second.active{
  z-index:12 !important ;

}


.nav_section_firstDIV :is(.heading_collapse_first ,.heading_collapse_second){
cursor:pointer;
}
.nav_section_firstDIV .heading_collapse_first .Heading_Nav svg{
  transition: transform 0.3s ease;
}
.nav_section_firstDIV .heading_collapse_first.active .Heading_Nav svg{
  transform:rotate(180deg);
}
.nav_section_firstDIV .heading_collapse_second .Heading_Nav svg{
  transition: transform 0.3s ease;
}
.nav_section_firstDIV .heading_collapse_second.active .Heading_Nav svg{
    transform:rotate(180deg);
}

.nav_section__content .nav_section_secondDIv.active{
  z-index:12 !important ;
}

/*
================================================
------------------- Hero Content Banner  ----------
===============================================

*/

.header_contact_banner__inner {
  min-height: 63px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swipercustom-button-prev,
.swipercustom-button-next ,
.swipercustom-C-button-prev,
.swipercustom-C-button-next{
  display: none;
}

.header_contact_banner__content div span {
  font-size: 19px;
  font-weight: 400;
  font-family: var(--font-heading-family);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.header_contact_banner__content div span:nth-child(1) {
  text-transform: uppercase;
  color: #ffffff;
}

.header_contact_banner__content div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.header_contact_banner__content div span:nth-child(2) {
  color: rgb(153, 153, 153);
  cursor: pointer;
}

.header_contact_banner__content div span:nth-child(2):hover {
  color: rgb(90, 90, 90);
}

/*
================================================
------------------- HOme Hero Image  ----------
===============================================

*/
.home_hero_image {
  height: auto;
  max-width: 100%;
}

.home_hero_image:hover {
  opacity: 0.7;
}

.home_hero_section__inner {
  position: relative !important;
}

.swipercustom-pagination {
  position: absolute !important;
  background: #ffffff;
  padding: 8px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  z-index: 10 !important;
  width: auto !important;
}

.swipercustom-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: #000000 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  opacity: 1 !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.swipercustom-pagination .swiper-pagination-bullet-active {
  background-color: #ff0000 !important;
}

.home_hero_image_dextop {
  display: block;
}
.home_hero_image_mobile {
  display: none;
}

/*
================================================
------------------- Footer Section   ----------
===============================================

*/

.fotter_section__content {
  background: #000000;
  max-height: 470px;
  display: flex;
  color: #ffffff;
  justify-content: start;
  align-items: start;
}

.fotter_section_Dextop {
  margin: 0;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fotter_section_Dextop .left_side,
.fotter_section_Dextop .right_side {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
}

.fotter_section_Dextop .left_side .left_side_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
}

.fotter_section_Dextop .left_side div {
}

.left_side_container .Agriline,
.left_side_container .Customers {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.left_side_container .Agriline div,
.left_side_container .Customers div {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: start;
  align-items: start;
  text-align: start;
  font-family: var(--font-heading-family);
}
.left_side_container .Customers div a,
.left_side_container .Agriline div a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  padding: 0;
  margin: 0;
}

.left_side_container .Customers p,
.left_side_container .Agriline p,
.left_side_container .sale_and_support p:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-heading-family);
  margin-bottom: 38px;
  text-transform: uppercase;
}

.right_side_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.right_side_container .social_media {
  display: flex;
  gap: 14px;
}
.right_side_container .social_media a {
  text-decoration: none;
}

.right_side_container p {
  font-weight: 300;
  font-family: var(--font-heading-family);
  font-size: 13px;
}

.sale_and_support p:nth-child(2) {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: var(--font-heading-family);
  font-size: 12px;
  line-height: 21px;
}

/* .sale_and_support div{
  dispaly:flex !important ;
  flex-direction:column;
  gap:6px;
} */

.sale_and_support div .whats_app_heading {
  dispaly: flex;
  gap: 55px;
  font-size: 13px;
  font-family: var(--font-heading-family);
  font-weight: 400;
  margin-bottom: 4px;
}
.sale_and_support div .whats_app_heading svg {
  margin-right: 4px;
}

.sale_and_support div .whats_app_link {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-style: italic;
  padding-bottom: 40px;
}

.sale_and_support div .one {
  font-size: 12px;
  font-family: var(--font-heading-family);
  font-weight: 400;
  line-height: 16.6px;
  padding: 0;
  margin: 3px 0;
}

.sale_and_support div .two {
  font-size: 13.5px;
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 21px;
  padding: 0;
  margin: 0;
  color: rgb(255, 0, 0);
}

.sale_and_support div .three {
  font-size: 13.5px;
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 21px;
  font-style: italic;
  color: rgb(151, 151, 151);
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
}

.sale_and_support .shopping_badge_heading {
  font-size: 18px;
  font-family: var(--font-heading-family);
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.fotter_section_Mobile {
  display: none;
}

/*=================================
     subscribe_section__content
=================================*/
.subscribe_section__content {
  height: 191px;
  background: rgb(36, 36, 36);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.subscribe_section__content_right {
  background: rgb(61, 61, 61);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscribe_section__content_right h4 {
  margin-bottom: 19px;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.9px;
  letter-spacing: 0.5px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  color: #ffffff;
  font-style: none;
}

.subscribe_section__content_right div {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}

.subscribe_section__content_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.subscribe_section__content_left strong {
  margin-bottom: 19px;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.9px;
  letter-spacing: 0.5px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  color: #ffffff;
  font-style: none;
  text-align:center;
}

.newsletter-form {
  padding: 6px 13px;
}
.newsletter-form .input-group input {
  width: 293px;
}
.newsletter-form,
.newsletter-form .input-group input,
.newsletter-form .input-group button {
  background: rgb(70, 70, 70);
  border: none;
  outline: none;
}

.newsletter-form .input-group button svg {
  transform: scale(1.3);
  stroke-width: 3px;
}

/*========================================
---------normal_text_content_section__content-----------
==========================================*/
.normal_text_content_section__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.normal_text_content_section__content div {
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 84.7058823529rem;
}

.normal_text_content_section__content span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-family: "Poppins", sans-serif;
  text-transform: normal;
  color: #000000;
  font-style: normal;
}

/*======================================
-----------------white_space_section__content -----------
==========================================*/

.white_space_section__content {
  height: 99px;
  background: rgb(243, 243, 243);
  border-bottom: 1px solid #ffffff;
}

/*===================================
homepage_feature_collection_section__content
======================================*/

.homepage_feature_collection_section__content .main_area {
  padding: 56px 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.homepage_feature_collection_section__content .main_area .single_collection {
  border: 1px solid rgb(224, 224, 224);
  padding: 4px 14px;
}
.homepage_feature_collection_section__content .main_area .single_collection img,
.homepage_feature_collection_section__content
  .main_area
  .single_collection
  svg {
  max-width: 4rem;

  height: auto;
  margin-right: 14px;
}

.homepage_feature_collection_section__content .main_area .single_collection a {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  color: #000000;
}
.homepage_feature_collection_section__content
  .main_area
  .single_collection
  span {
  font-size: 15px;
  font-family: var(--font-heading-family);
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}

.homepage_feature_collection_section__content
  .main_area
  .single_collection
  a:hover {
  opacity: 0.7;
}

.homepage_feature_collection_section__content
  .main_area
  .single_collection_button {
  display: flex;

  justify-content: center;
  align-items: center;
}
.homepage_feature_collection_section__content
  .main_area
  .single_collection_button
  span {
  font-weight: 500;
}

/*=============================
------url_traker_section__content -----
===================================*/

.url_traker_section__content {
  min-height: 42px;
  height:auto;
  padding: 9px 28px;
  background: rgb(243, 243, 243);
}

/*====================================
-----------collections_main_one ---------
===================================*/

.collections_main_one_section__content_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collections_main_one_section__content_main .main_collection_one_area {
  padding: 28px;
}
.collections_main_one_section__content_main
  .main_collection_one_area
  .main_collection_one_area_child {
  margin: 56px 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.collections_main_one_section__content_main
  .main_collection_one_area
  .main_collection_one_area_child
  .single_column {
  border: 1px solid rgb(224, 224, 224);
  padding: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.collections_main_one_section__content_main
  .main_collection_one_area
  .main_collection_one_area_child
  .single_column
  a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
}

.collections_main_one_section__content_main
  .main_collection_one_area
  .main_collection_one_area_child
  .single_column
  a:hover {
  opacity: 0.7;
}

.collections_main_one_section__content_main
  .main_collection_one_area
  .main_collection_one_area_child
  .single_column
  img {
  max-width: 100%;
  width: 170px;
  height: auto;
}

.collections_main_one_section__content_main
  .main_collection_one_area
  .main_collection_one_area_child
  .single_column
  span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.59px;
  font-family: var(--font-heading-family);
  padding-top: 9px;
}

.collections_main_one_section__content_main .collection_main_one_blankspace {
  height: 134px;
  width: 100%;
  background: rgb(243, 243, 243);
}

.collections_main_one_section__content_main .Collection_footer_content_Main_DIV {
  height: auto;
  width: 100%;
  background: rgb(243, 243, 243);
  padding:32px 26px;
  text-align:center;


}

.collections_main_one_section__content_main .Collection_footer_content_Main_DIV :is(p,a,strong,span,div){
    font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  letter-spacing: 0.26px;
}


.collections_main_one_section__content_main .Collection_footer_content_Main_DIV :is(h1,h2,h3,h4,h5,h6){
    font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height:35px;
  letter-spacing: 0.26px;
}
.collections_main_one_section__content_main .collection_header_area span {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  font-family: var(--font-heading-family);
  color: rgb(108, 108, 108);
  letter-spacing: -0.45px;
}
.collections_main_one_section__content_main .collection_header_area {
  padding: 48px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(243, 243, 243);
  border-top: 1px solid #ffffff;
}

.collections_main_one_section__content_main .collection_header_area_two {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.collections_main_one_section__content_main .collection_header_area_two p {
  max-width: 1150px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  letter-spacing: 0.26px;
  padding-top: 15px;
  margin-bottom: 10px;
  color: #000000;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}



.collection_page_Search_Bar_for_Searching_collection {
  max-width:400px;
  min-width:400px;
  margin:10px auto;
  position:relative;

}
.collection_page_Search_Bar_for_Searching_collection.active{
  z-index:12;
}
.collection_page_Search_Bar_for_Searching_collection #Collection_section_search-form {
  width:100%;

}



.collection_page_Search_Bar_for_Searching_collection #Collection_section_search-form #Collection_section_search_form{
  width:100%;
  padding:10px 18px;
  font-size:14px;
  line-height:21px;
  font-weight:400;
  letter-spacing:0.24px;
  font-family:"Poppins",sans-serif;
  color:#000000;

}

.collection_page_Search_Bar_for_Searching_collection #Collection_section_search-form  #Collection_section_search_form {
  border:1px solid rgb(204, 204, 204);
  outline:none;

}



.collection_page_Search_Bar_for_Searching_collection #Collection_section_search-form #Collection_section_search_form::-webkit-search-cancel-button {
-webkit-appearance: none !important;
    appearance: none !important;
    
  
    opacity: 1 !important;
    pointer-events: all !important;
    

    height: 16px !important;
    width: 16px !important;
    

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    
    cursor: pointer !important;
    margin-right: 10px;
}

 #Collection_section_search_form.active{
  z-index:12 !important ;
}

.collection_page_Search_Bar_for_Searching_collection #Collection_section_search-form  :is(#Collection_section_search_form:focus , #Collection_section_search_form:hover) {
  border:1px solid rgb(255,206,33);
  
}

.collection_main_two_secondDIv_Search_Result_showing{
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  height:auto;
  padding:25px;
  background:#ffffff;
  z-index:12;
  display:none;
  flex-direction:column;
  flex-direction:start;
  align-items:start;
  gap:10px;


}

.collection_main_two_secondDIv_Search_Result_showing.active{
display:flex;

}

.collection_main_two_secondDIv_Search_Result_showing ul{
  list-style-type:none;
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:start;
  gap:15px;
  text-align:start;

}

.collection_main_two_secondDIv_Search_Result_showing ul li a {
  text-decoration:none;

  text-align:start;
  font-size:14px;
  line-height:21px;
  font-weight:400;
  letter-spacing:0.24px;
  font-family:"Poppins",sans-serif;
  color:#000000;
}
.collection_main_two_secondDIv_Search_Result_showing ul li a:hover{
  opacity:0.6;
}






/*=============================
 product cart design
 ========== ======================*/

.collections_main_one_section__content_main .product_grid_under_collection {
  padding: 28px;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main {
  margin: 56px 28px;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent {
  padding: 28px;
  border: 1px solid rgb(224, 224, 224);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_cart_parent_image
  img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_cart_parent_image
  a:hover,
.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  a:hover {
  opacity: 0.7;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  a {
  text-decoration: none;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.7px;
  line-height: 26px;
  font-family: var(--font-heading-family);
  padding-bottom: 9px;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .first_part {
  display: flex;
  flex-direction: column;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  span {
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.155px;
  color: #000;
}

// table css 
.collections_main_one_section__content_main .product_grid_under_collection_main .product_cart_parent .product_details span table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  span
  table
  th,
.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  span
  table
  td {
  border: none;
  text-align: left;
  vertical-align: top;
  padding: 2.5px 0;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  span
  table
  th {
  font-weight: 400;
  color: #333333;

  padding-right: 10px;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  span
  table
  td {
  color: #555555;
  font-weight: 400;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .without_vat {
  color: rgb(227, 6, 20);
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.37px;
  font-family: var(--font-heading-family);
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .stock_massage {
  display: flex;
  height: 18px;
  gap: 5px;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .out_of_stock
  span {
  color: rgb(227, 6, 20) !important ;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .out_of_stock
  svg
  path {
  fill: rgb(227, 6, 20) !important;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .stock
  svg
  path {
  fill: rgb(11, 134, 28) !important;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .stock
  span {
  color: rgb(11, 134, 28) !important ;
}

.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .stock_massage
  svg {
  height: 18px;
}
.collections_main_one_section__content_main
  .product_grid_under_collection_main
  .product_cart_parent
  .product_details
  .second_part
  .stock_massage {
  margin-top: 15px;
}

.product_add_to_cart_area_under_cart {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}

.product_add_to_cart_area_under_cart .product-quantity-input {
  width: 47px;
  height: 43px;
  border-radius: 3px;
  text-align: center;
  -moz-appearance: textfield;
  border: 1px solid rgb(224, 224, 224);
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
}

.product_add_to_cart_area_under_cart
  .product-quantity-input::-webkit-outer-spin-button,
.product_add_to_cart_area_under_cart
  .product-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_add_to_cart_area_under_cart .product-quantity-input:focus,
.product_add_to_cart_area_under_cart .product-quantity-input:hover {
  border: 1px solid rgb(255, 206, 33) !important ;
  outline: 1px solid rgb(255, 206, 33) !important ;
}

.product_add_to_cart_area_under_cart [type="submit"] {
  background: rgb(255, 206, 33);
  border: none;
  border-radius: 3px;
  margin-left: 9px;
  width: 63px;
  height: 43px;
  margin-top: 9px;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
}
.product_add_to_cart_area_under_cart [type="submit"]:hover {
  background: rgb(227, 177, 0);
}

.product_add_to_cart_area_under_cart .product_port_area strong {
  font-family: var(--font-heading-family);
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: -0.72px;
  color: #000;
}

/*============================================
------ Heading Section Content -------------
==============================================*/

.heading_section__content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
}
.heading_section__content h2 {
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  font-size: 35px;
  font-weight: 400;
  color: rgb(108, 108, 108);
  line-height: 50px;
  letter-spacing: 1.5px;
}

/*=================================================
----------featured_collection_carosule--------------
  ======================================================*/
.featured_collection_carosule_section__content {
  padding: 49px 28px;
}

.featured_collection_carosule_section__content_swiper_slide .product-card-item {
  display: flex;

  justify-content: center;
  align-items: center;
}

.featured_collection_carosule_section__content_swiper_slide a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.featured_collection_carosule_section__content_swiper_slide a:hover {
  opacity: 0.7;
}

.featured_collection_carosule_section__content_swiper_slide span {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.59px;
  font-family: var(--font-heading-family);
}

.custom-swiper-container_featured_collection_carosule {
  position: relative;
}

.custom-swiper-container_featured_collection_carosule
  .custom-slider-navigation {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.custom-swiper-container_featured_collection_carosule
  .custom-slider-navigation
  .custom-swiper-btn-prev,
.custom-swiper-container_featured_collection_carosule
  .custom-slider-navigation
  .custom-swiper-btn-next {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(243, 243, 243, 0.6) 100%
  );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 3;
  cursor: pointer;
  height: 100%;

  padding: 0 3px;
}

.custom-swiper-container_featured_collection_carosule
  .custom-slider-navigation
  .custom-swiper-btn-prev {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 50px;
}
.custom-swiper-container_featured_collection_carosule
  .custom-slider-navigation
  .custom-swiper-btn-next {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 50px;
}

.custom-swiper-container_featured_collection_carosule
  .custom-slider-navigation
  .custom-swiper-btn-prev[aria-disabled="true"],
.custom-swiper-container_featured_collection_carosule
  .custom-slider-navigation
  .custom-swiper-btn-next[aria-disabled="true"] {
  visibility: hidden;
}

/*===========================================
------------ Cart Page ---------------------
=============================================*/

.cart_page_section_section__content {
  display: grid;
  /* flex-directon:column !important ; */
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.cart_page_section_section__content .header_area {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(243, 243, 243);
}

.cart_page_section_section__content .header_area span {
  font-size: 35px;
  font-weight: 400;
  font-family: var(--font-heading-family);
  color: rgb(125, 123, 123);
  line-height: 50px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.cart_page_section_section__content .header_area a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: 0.24px;
  text-align: center;
}

.cart_page_section_section__content .cart_main_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 28px;
}

.cart_page_section_section__content .cart_main_area .cart_items_list {
  padding-right: 28px;
  border-right: 1px solid rgb(224, 224, 224);
}

.cart_page_section_section__content .cart_main_area .cart_total_subtotal_area {
  padding-left: 28px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding-bottom: 28px;
  padding-top: 20px;
  gap: 20px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .product-quantity-input {
  width: 47px;
  height: 43px;
  border-radius: 3px;
  text-align: center;
  -moz-appearance: textfield;
  border: 1px solid rgb(224, 224, 224);
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .image {
  grid-column: span 1;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .image:hover {
  opacity: 0.6;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .image
  img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  object-fit: contain;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .product-quantity-input::-webkit-outer-spin-button,
.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .product-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .product-quantity-input:focus,
.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .product-quantity-input:hover {
  border: 1px solid rgb(255, 206, 33) !important ;
  outline: 1px solid rgb(255, 206, 33) !important ;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details {
  display: flex;
  flex-direction: column;
  gap: 19px;
  grid-column: span 2;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .first {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .first
  a {
  text-decoration: none;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.36px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .first
  span {
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.26px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .first
  a:hover {
  opacity: 0.6;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second
  div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second
  div
  span {
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
  color: #000;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second
  div
  .stock_massage
  svg {
  fill: rgb(11, 134, 28);
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second
  button {
  background: #ffffff;
  border: none;
  color: #fff;
}
.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second
  button
  svg {
  background: #656565;
  border: none;
  padding: 5px !important;
  border-radius: 50%;
  box-shadow: none !important;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second
  button
  svg
  path {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_items_list
  .product_cart_design
  .cart_details
  .second
  span:nth-child(1) {
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.61px;
  color: rgb(227, 6, 20);
}

.cart_page_section_section__content .cart_main_area .cart_total_subtotal_area {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_total_subtotal_area
  .same {
  display: flex;
  width: 100%;

  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_total_subtotal_area
  .cart_total_subtotal_area_parent {
  display: flex;

  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  background-color: rgb(243, 243, 243);
  margin: 28px 0;
  padding: 28px;
  gap: 14px;
}
.cart_page_section_section__content
  .cart_main_area
  .cart_total_subtotal_area
  .cart_total_subtotal_area_parent
  .checkout_parent {
  background-color: #ffce21;
  border: 0;
  border-radius: 3px;
  font-family: var(--font-heading-family);
  font-size: 1.588rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.26;
  padding: 0.5294117647rem 1.1733333333rem;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 28px;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_total_subtotal_area
  .cart_total_subtotal_area_parent
  .checkout_parent:hover {
  background-color: #e3b100;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_total_subtotal_area
  .cart_total_subtotal_area_parent
  .checkout_parent
  a {
  text-decoration: none;
  color: #000;

  text-align: center;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_total_subtotal_area
  .payment_icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_page_section_section__content
  .cart_main_area
  .cart_total_subtotal_area
  .same
  span {
  font-size: 19px;
  font-weight: 700;
  font-family: var(--font-heading-family);
  line-height: 22px;
  letter-spacing: 2.39px;
  color: rgb(24, 24, 24);
}

.mobile_only_brother_cart_checkout {
  display: none;
}

/*===========================================
---------- Main product Page Section -------
=============================================*/

.main_product_page_section_section__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
  padding: 28px;
}

.main_product_page_section_section__content
  :is(.media_gelary, .product_details, .product_form_area) {
  width: 100%;
  grid-column: span 1;
  min-width: 0;
  backgrond: red;
}

.product_form_area .product_form_area_mainDiv {
  border: 1px solid rgb(224, 224, 224);
}

.main_product_page_section_section__content .product_title.dextop {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
}

.main_product_page_section_section__content .product_title.mobile {
  display: none;
}

.main_product_page_section_section__content .product_title h1 {
  font-family: var(--font-heading-family);
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1px;
  color: rgb(108, 108, 108);
}
.main_product_page_section_section__content .product_title p {
  font-weight: 800 !important ;
}
.main_product_page_section_section__content
  .product_details
  :is(div, span, p, a, strong, ul, li, tr, td) {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.24px;
  color: #000000;
}

.main_product_page_section_section__content
  .product_details
  :is(h1, h2, h3, h4, h5) {
  font-family: var(--font-heading-family);
}

.main_product_page_section_section__content .product_details table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 15px;
  color: #2c3e50;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

/* Table Rows Structure */
.main_product_page_section_section__content .product_details table tr {
  border-bottom: 1px solid #f1f3f5;
  transition: background-color 0.2s ease;
}

.main_product_page_section_section__content .product_details table tr:hover {
  background-color: #f8f9fa;
}

.main_product_page_section_section__content
  .product_details
  table
  tr:last-child {
  border-bottom: none;
}

.main_product_page_section_section__content .product_details table th {
  width: 25% !important;
  text-align: left;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #fafbfc;
  padding: 16px 20px;
  vertical-align: middle;
  border-right: 1px solid #f1f3f5;
}

.main_product_page_section_section__content .product_details table td {
  padding: 16px 20px;
  line-height: 1.6;
  vertical-align: middle;
  color: #495057;
}

.product_form_area_mainDiv {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  padding: 14px 28px;
  gap: 18px;
}
.product_page_main_form {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 19px;
}

.product_page_main_form .quantity_selector {
  grid-column: span 1;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  -moz-appearance: textfield;
  border: 1px solid rgb(224, 224, 224);
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
}

.product_page_main_form .quantity_selector::-webkit-outer-spin-button,
.product_page_main_form .quantity_selector::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_page_main_form .quantity_selector:focus,
.product_page_main_form .quantity_selector:hover {
  border: 1px solid rgb(255, 206, 33) !important ;
  outline: 1px solid rgb(255, 206, 33) !important ;
}

.product_page_main_form .add_to_cartButton {
  grid-column: span 3;
  min-height: 90px;
  max-height: 90px;
  background: rgb(255, 206, 33);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 3px;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
  cursor: pointer;
}

.product_page_main_form .payment_method {
  grid-column: span 3;
}
.product_page_main_form .add_to_cartButton:hover,
.shopify-payment-button__button--unbranded:hover {
  background-color: rgb(227, 177, 0) !important ;
}
.shopify-payment-button__button--unbranded {
  background-color: rgb(255, 206, 33);
  padding: 1em 2em;
  color: #000;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.product_form_area_mainDiv .product_price {
  font-family: var(--font-heading-family);
  font-size: 27px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.52px;
  color: rgb(227, 6, 20);
}

.product_badge_area_productPage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgb(243, 243, 243);
  padding: 20px;
  gap: 10px;
}

.product_badge_area_productPage .same {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.product_badge_area_productPage .same span {
  text-align: start;
  font-family: var(--font-heading-family);
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.7px;
}
.product_badge_area_productPage .same img {
  height: 25px;
  width: 25px;
}
.product_badge_area_productPage .same a {
  text-decoration: none;
  color: #000000;
}

.product_badge_area_productPage .world_delivary span {
  color: rgb(11, 134, 28);
}

.product_badge_area_productPage .wisth_list span:hover,
.product_badge_area_productPage .world_delivary span:hover {
  opacity: 0.6;
}

.product_badge_area_productPage .same .stock_massage {
  display: flex;
  flex-direction: row;
  gap: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.product_badge_area_productPage .same .out_of_stock {
  color: rgb(227, 6, 20) !important;
}
.product_badge_area_productPage .same .out_of_stock svg path {
  fill: rgb(227, 6, 20) !important ;
}

.product_badge_area_productPage .same .stock {
  color: rgb(11, 134, 28);
}
.product_badge_area_productPage .same .stock svg path {
  fill: rgb(11, 134, 28) !important ;
}

.product_page_main_form .varint_selector_area {
  width: 100%;
}

.product_page_main_form .varint_selector_area .varint_selector_area_selector {
  width: 100%;
  padding: 2px 3px;
}

.product_page_contact_us_area {
  background: rgb(49, 49, 49);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px;
}

.product_page_contact_us_area a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: var(--font-heading-family);
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.7px;
}

.product_page_contact_us_area a:hover {
  opacity: 0.6;
}

.product_page_product_addons_upsell_cross_sell {
  border: 1px solid rgb(224, 224, 224);
  display: flex;
  flex-direction: column;
}

.product_page_product_addons_upsell_cross_sell .agriline-related-title {
  color: rgb(108, 108, 108);
  font-family: var(--font-heading-family);
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.product_page_product_addons_upsell_cross_sell
  .agriline-related-title
  .agriline-bubble {
  color: rgb(227, 6, 20);
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  ul {
  list-style-type: none;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  .special_button_up_down {
  display: grid !important ;
  grid-template-columns: repeat(1, 1fr) !important ;
  justify-content: center;
  align-items: center;
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  img {
  max-width: 100%;
  display: block;
  object-fit: contain;
}
.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form
  input {
  width: 100%;
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form
  input {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  -moz-appearance: textfield;
  border: 1px solid rgb(224, 224, 224);
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  a {
  text-decoration: none;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form
  input::-webkit-outer-spin-button,
.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form
  input:focus,
.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form
  input:hover {
  border: 1px solid rgb(255, 206, 33) !important ;
  outline: 1px solid rgb(255, 206, 33) !important ;
}
.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  form
  button {
  width: 46px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  -moz-appearance: textfield;
  border: none;
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
  cursor: pointer;
  background: rgb(255, 206, 33);
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  .title {
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: rgb(0, 0, 0);
}

.product_page_product_addons_upsell_cross_sell
  .Product_page_addons_parentDiv
  li
  .price {
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: rgb(227, 6, 20);
}

.product_page_addons_product_updown_button_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.product_page_addons_product_updown_button_area
  :is(
    .hide_realted_items,
    .see_all_related_addons,
    .bi-chevron-double-up,
    .bi-chevron-double-down
  ) {
  color: rgb(227, 6, 20);
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  letter-spacing: 0.24px;
}
.product_page_addons_product_updown_button_area .hide_realted_items {
  display: none;
}
.product_page_addons_product_updown_button_area
  :is(.bi-chevron-double-up, .bi-chevron-double-down)
  path {
  stroke: currentColor;
  stroke-width: 1px;
}

.product_page_addons_product_updown_button_area .bi-chevron-double-up {
  display: none;
}

// product Gelary 

.product_page_media_Gelary_Container {
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
}
.media_gallery_container {
  min-width: 0 !important;
  /* max-width: 400px !important; */
  height: auto;
  margin: 0 auto;
}

.main-product-slider {
  position: relative;
  margin-bottom: 15px;
}
.main-product-slider .swiper-slide {
  height: 500px;
  width: 100%;
  background: #f9f9f9;
}
.main-product-slider .swiper-slide img {
  max-width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  object-fit: contain;
}
.main-product-slider:hover .custom-swiper-nav {
  opacity: 1;
  visibility: visible;
}
.custom-swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  height: 100%;
  width: 48px;

  display: flex;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-swiper-nav svg {
  width: 30px;
  height: 30px;
  scale: 1.5;
}

.custom-swiper-nav:hover {
  background: rgba(255, 255, 255);
}
.custom-left {
  left: 0;
}
.custom-right {
  right: 0;
}

.product-thumbnails-slider .swiper-slide {
  /* opacity: 0.4; */
  cursor: pointer;
  transition: opacity 0.3s ease;
  border: 3px solid transparent;
}

.product-thumbnails-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid rgb(255, 85, 1);
}
.thumb-img-wrapper {
  height: 150px;
  width: 100%;
}
.thumb-img-wrapper img {
  max-width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}

.Product_page_delivary_accordion {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: auto;
  margin: 20px 0;
}

.Product_page_delivary_accordion .accordion_header_content {
  margin-bottom: 15px;
}

.Product_page_delivary_accordion button .heading {
  font-family: var(--font-heading-family);
  font-size: 17px;
  font-weight: 700;
}

.Product_page_delivary_accordion .accordion-content :is(p, div, span, a) {
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  letter-spacing: 0.24px;
  color: #000000 !important ;
}

.Product_page_delivary_accordion.mobile {
  display: none;
}

.Product_page_delivary_accordion accordion-item {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -1px;
}

.Product_page_delivary_accordion .accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  text-align: left;
}

.Product_page_delivary_accordion .accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.Product_page_delivary_accordion .accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: translateY(-50%);
}

.Product_page_delivary_accordion .accordion-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #000000;
  transform: translateX(-50%);
  transition: transform 0.25s ease-out;
}

.Product_page_delivary_accordion .accordion-content p {
  padding-bottom: 20px;
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
}

.Product_page_delivary_accordion accordion-item.is-open .accordion-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.product_page_world_delivary_popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 5;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  display: none;
}

.product_page_world_delivary_popup_inner {
  background: #ffffff;
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
}

.product_page_world_delivary_popup_inner_header {
  display: flex;
  flex-directionl: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgb(199, 199, 199);
}

.product_page_world_delivary_popup_inner_content {
  padding: 20px;
}

.product_page_world_delivary_popup_inner_header h3 {
  font-family: var(--font-heading-family);
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #000000;
}

.product_page_world_delivary_popup_inner_header span {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.24px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.product_page_world_delivary_popup_inner_content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.24px;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

/*============================================
------ Contact Page -------------------
================================================*/

.contact_page_section__content {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact_page_section__content_Header_Area {
  background: rgb(243, 243, 243);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_page_section__content_Header_Area h1 {
  padding: 41px 28px;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 4px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  color: rgb(108, 108, 108);
}

.page_main_content_area_Container {
  width: 100%;
  height: auto;
  display: grid;
  /* grid-template-columns:repeat(3,1fr); */
  grid-template-columns: 300px 1fr;
  padding: 0 105px;
}

.page_main_content_area_SideBar_Area {
  display: flex;
  flex-direction: column;
  padding: 28px 17px;
}

.page_main_content_area_SideBar_Area .menu ul {
  list-style-type: none;
}

.page_main_content_area_SideBar_Area .menu {
  margin-bottom: 20px;
}
.page_main_content_area_SideBar_Area .menu h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 2.54px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 18px;
}
.page_main_content_area_SideBar_Area .menu:nth-child(2) h3 {
  padding-top: 28px !important ;
}

.page_main_content_area_SideBar_Area .menu ul li a {
  text-decoration: none;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.24px;
  padding-bottom: 4px;
}

.page_main_content_area_SideBar_Area .menu ul li a:hover {
  opacity: 0.6;
}

.page_main_content_area_MainContent_area {
  padding: 56px 28px;
}

.page_main_content_area_MainContent_area .content_area {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.24px;
}

.page_main_content_area_MainContent_area .Form_Heading {
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  color: rgb(108, 108, 108);
  padding: 20px 0;
  border-top: 1px solid rgb(224, 224, 224);
  margin-top: 28px;
}

.page_main_content_area_MainContent_area .contact_page_contact_form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}
.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right) {
  width: 100%;
}
.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right)
  .form-group {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 14px;
}

.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right)
  .form-group
  label {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: var(--font-heading-family);

  color: #000000;
  margin-bottom: 5px;

  text-align: center;
}

.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right)
  .form-group
  :is(input, textarea) {
  width: 100%;
  outline: none;
  border: 1px solid rgb(204, 204, 204);
}
.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right)
  .form-group
  :is(input:focus, textarea:focus) {
  border: 1px solid rgb(255, 206, 33);
}

.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right)
  .form-group
  label:after {
  content: " *";
  color: #c7000c;
  font-weight: 700;
}

.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right)
  .form-group
  input {
  padding: 10px;
}
.page_main_content_area_MainContent_area
  .contact_page_contact_form
  :is(.left, .right)
  .form-group
  textarea {
  height: 132px;
  padding: 9px 18px;
}

.page_main_content_area_MainContent_area
  .contact_page_contact_form
  .form-submit
  button {
  padding: 10px;
  background: rgb(220, 220, 220);
  border: none;
  width: 100%;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.page_main_content_area_MainContent_area
  .contact_page_contact_form
  .form-submit
  button:hover {
  background: rgb(189, 189, 189);
}

.page_main_content_area_MainContent_area .Banner_area {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_main_content_area_MainContent_area .Banner_area img {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}

.contact_page_store_information {
  padding: 28px;
  background: rgb(243, 243, 243);
}

.contact_page_store_information .content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contact_page_store_information .content h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.54px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  padding: 20px 0;
  color: #000000;
}

.contact_page_store_information .content a {
  text-decoration: none;
  color: #000000;
}

.contact_page_store_information .content :is(a, p) {
  font-family: poppins, sans-serif;
  font-size: 0.7647rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #000000;
}

.contact_page_store_information .content :is(strong) {
  font-weight: 800 !important ;
  color: #000000;
}

.contact_page_store_information .content .left_side p:has(a) {
  margin-bottom: 15px;
}
.contact_page_store_information .google_map_area {
  margin-top: 15px;
  border: 2px solid #ffffff;
}

.contact_page_store_information .google_map_area iframe {
  width: 100%;
  display: block;
}
.page_main_content_area_SideBar_Area .only_mobile_button {
  display: none;
}

/*===========================================
----- About page 
==============================================*/

.contact_page_store_information .about_page_banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.contact_page_store_information .about_page_banner img {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}

.contact_page_store_information .about_page_banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #fff;
  z-index: 2;

  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 1px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
}

.page_main_content_area_Container_about_page
  .page_main_content_area_MainContent_area
  .contact_page_store_information {
  background: #ffffff;
  padding: 0;
}
.page_main_content_area_MainContent_area .about_page_content :is(p, a) {
  font-family: poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.page_main_content_area_MainContent_area .about_page_content p {
  color: #000000;
}

/*=======================================================
 --------------------------- Shipping Page ---------------
 ====================================================*/

.contact_page_store_information .shipping_content_box .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.contact_page_store_information .shipping_content_box .image img {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}
.contact_page_store_information .shipping_content_box ul {
  list-style-type: none;
}

.contact_page_store_information .shipping_content_box .title {
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  font-family: var(--font-heading-family);
  color: rgb(108, 108, 108);
  text-transform: uppercase;
  padding: 33px 0 20px 0;
  border-top: 1px solid rgb(224, 224, 224);
  margin-top: 28px;
}

.contact_page_store_information .shipping_content_box:nth-child(1) .title {
  margin-top: 0;
}
.contact_page_store_information .shipping_content_box :is(li, a, p, ol, ul) {
  font-family: poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  line-height: 1.7;
  color: #000000;
}

/*===============================
 ----------- Term and condiiton page ----
 =======================================*/

.term_and_condition_page_infromation .shipping_content_box .title {
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  font-family: var(--font-heading-family);
  color: rgb(108, 108, 108);
  text-transform: uppercase;
  padding: 33px 0;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
  margin: 28px 0;
}

/*=====================================
-----------Privary Policy ---------
==========================================*/

.privacy_policy_infromation .content_area ul {
  list-style-type: none;
}
.privacy_policy_infromation .content_area a {
  text-decoration: none;
  color: #000000;
}

.privacy_policy_infromation .content_area strong {
  font-weight: 800;
}

/*====================================
----------- Trader Account ----------
=====================================*/

.trade_and_customer_account_create_Container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trade_and_customer_account_create_Container .headear_area {
  padding: 28px 28px 56px 28px;
  width: 100%;
  height: auto;
  background: rgb(243, 243, 243);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trade_and_customer_account_create_Container .headear_area h1 {
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 3px;
  font-family: var(--font-heading-family);
  color: rgb(125, 123, 123);
  text-transform: uppercase;
}

.trade_and_customer_account_create_Container .headear_area a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  padding: 9px 76px;
  margin-top: 14px;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-family: var(--font-heading-family);
  background: rgb(255, 206, 33);
  border-radius: 3px;
}

.trade_and_customer_account_create_Container .headear_area a:hover {
  background: rgb(227, 177, 0);
}

.trade_and_customer_account_create_Container .customer-register-form {
  width: 100%;
  height: auto;
}
.trade_and_customer_account_create_Container .main_form_area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  margin: 0 auto;
}

.trade_and_customer_account_create_Container .customer-register-form {
  width: 100%;
  height: auto;
}
.trade_and_customer_account_create_Container
  .customer-register-form
  .form-group {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 28px;
}

.trade_and_customer_account_create_Container
  .customer-register-form
  .form-group
  :is(
    input,
    textarea,
    label,
    select,
    option,
    button,
    a,
    span,
    p,
    strong,
    ul,
    li,
    ol
  ) {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.trade_and_customer_account_create_Container
  .customer-register-form
  .form-group
  :is(input, textarea, select) {
  padding: 12px 18px;
  border: 1px solid rgb(204, 204, 204);
  outline: none;
}

.trade_and_customer_account_create_Container
  .customer-register-form
  .form-group
  :is(input:hover, textarea:hover, select:hover),
.trade_and_customer_account_create_Container
  .customer-register-form
  .form-group
  :is(input:focus, textarea:focus, select:focus) {
  border: 1px solid rgb(255, 206, 33);
  outline: 1px solid rgb(255, 206, 33);
}

.trade_and_customer_account_create_Container
  .customer-register-form
  .form-group
  label {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.32px;
  font-family: var(--font-heading-family);
  margin-bottom: 9px;
  color: #000000;
}

.trade_and_customer_account_create_Container .customer-register-form h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2px;
  font-family: var(--font-heading-family);
  color: rgb(108, 108, 108);
  text-transform: uppercase;
  border-top: 1px solid rgb(224, 224, 224);
  margin-top: 28px;
  padding: 28px 0;
}

.trade_and_customer_account_create_Container .customer-register-form button {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2px;
  font-family: var(--font-heading-family);
  background: rgb(255, 206, 33);
  color: #000000;
  padding: 9px 18px;
  border: none;
  border-radius: 3px;
  width: 100%;
  height: auto;
  text-transform: uppercase;
}

.trade_and_customer_account_create_Container
  .customer-register-form
  button:hover {
  background: rgb(277, 177, 0);
}

.trade_and_customer_account_create_Container
  .customer-register-form
  .small_massage_under_button {
  margin: 28px 0 57px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.trade_and_customer_account_create_Container
  .customer-register-form
  .small_massage_under_button
  img {
  height: 26px;
  width: 17px;
  display: block;
  object-fit: contain;
  margin-right: 8px;
}

.trade_and_customer_account_create_Container
  .customer-register-form
  .small_massage_under_button
  p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: var(--font-heading-family);
  font-style: italic !important ;
  color: #000000;
}

.trade_and_customer_account_create_Container
  .main_form_area
  .form_previous_content
  ul {
  list-style-type: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 27px 0;
  gap: 20px;
}
.trade_and_customer_account_create_Container
  .main_form_area
  .form_previous_content
  ul
  li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.trade_and_customer_account_create_Container
  .main_form_area
  .form_previous_content
  ul
  li
  img {
  margin-right: 10px;
}

.trade_and_customer_account_create_Container
  .main_form_area
  .form_previous_content
  ul
  li
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: var(--font-heading-family);
  color: #000000;
}

.trade_and_customer_account_create_Container
  .main_form_area
  .form_previous_content
  .form-previous-heading_span {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  color: rgb(108, 108, 108);
  margin-bottom: 14px;
}

.trade_and_customer_account_create_Container
  .main_form_area
  .form_previous_content {
  margin-top: 51px;
}

.trade_and_customer_account_create_Container
  .main_form_area
  .form_previous_content
  .form-previous-heading_content {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: var(--font-heading-family);
  color: #000000;
  margin-top: 12px;
}



/*==============================================
------------------- Univarsal Popup 
===============================================*/

.universal_popup_Container {
  position:fixed;
  inset:0;
  background:rgb(0,0,0,0.7);
  z-index:12;
  display:none;
  justify-content:center;
  align-items:start;
}

.universal_popup_Container.active{
  display:flex;
}

.universal_popup_Container_child{
  width:602px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  margin-top:15px;
 

}

.universal_popup_Container_child .div_one{
  padding:28px 0;
  display:flex;
  width:100%;
  justify-content:end;
  align-items:center;

  background:transparent;

}
.universal_popup_Container_child .div_one button{
  background:transparent;
  border:none;
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  gap:8px;
  cursor:pointer;
}
.universal_popup_Container_child .div_one button span  {
   font-family:"Poppins",sans-serif;
   font-weight:600;
   line-height:21px;
   letter-spacing:0.24px;
  font-size:14px;
    cursor:pointer;
    color:#ffffff;
}
.universal_popup_Container_child .div_one button svg{
  color:#ffffff;
  scale:1.5;
}

.universal_popup_Container_child .div_tow {
  display:flex;
  width:100%;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  padding:28px;
  background:rgb(127, 127, 127);
  gap:10px;
}

.universal_popup_Container_child .div_tow  span {

  font-size:25px ;
  color:#ffffff;
   font-family: var(--font-heading-family);
   font-weight:400;
   line-height:32px;
   letter-spacing:1px;


}

  .universal_popup_Container_child .div_three {
    padding:28px;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#ffffff;
    gap:18px;
  }

   .universal_popup_Container_child .div_three .link{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
   
   }

   .universal_popup_Container_child .div_three .link a {
    text-decoration:none;
    color:#000000;
    font-size: 18px ;
    text-transform:uppercase;
   font-family:"Poppins",sans-serif;
   font-weight:500;
   line-height:21px;
   letter-spacing:0.24px;
    padding:8px 18px;
    cursor:pointer;
   }

      .universal_popup_Container_child .div_three .link a:nth-child(1) {

        background:rgb(220, 220, 220);
      }

            .universal_popup_Container_child .div_three .link a:nth-child(1):hover{
              background:rbg(189,189,189);
            }

 .universal_popup_Container_child .div_three .link a:nth-child(2) {
background:rgb(255, 206, 33);


 }
  .universal_popup_Container_child .div_three .link a:nth-child(2):hover{
    background:rgb(227,177,0);
  }

    .universal_popup_Container_child .div_three div:nth-child(2) a {
     color:#000000;
         font-size: 14px ;
    
   font-family:"Poppins",sans-serif;
   font-weight:600;
   line-height:21px;
   letter-spacing:0.24px;
    padding:8px 18px;
    cursor:pointer;
    }



/*==================================================
------------ Url Traker --------------------
=============================================*/


.breadcrumb-tracker {
  padding: 10px 0;
  font-family: inherit;
}

.breadcrumb-tracker__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:5px;
  font-size: 12px;
}

.breadcrumb-tracker__links a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size:12px;
  font-weight:400;
  font-family:"Poppins",sans-serif;
  line-height:21px;
  letter-spacing:0.24px;
}

.breadcrumb-tracker__links a:hover {
  text-decoration: underline;
}

.breadcrumb-tracker__separator {
  color: #000000;
  user-select: none;
}

.breadcrumb-tracker__current {
  color: #000000;
  font-size:12px;
  font-weight:400;
  font-family:"Poppins",sans-serif;
  line-height:21px;
  letter-spacing:0.24px;

}

/*======================================
---------wish list page ----------------
==========================================*/


.wishlish_Page_MAIN_CONTAINER_AREA {

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
width:100%;
height:auto;
gap:12px;



}
 .wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
 }


.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
.product_cart_parent {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    grid-column: span 1;
   
}
.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area .product_cart_parent .product_cart_parent_image img{
    width: 100%;
    height: 150px;
    display: block;
    object-fit: contain;

}

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area .product_cart_parent  .product_cart_parent_image {
    background: #f9f9f9;
}


.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details {
    background: rgb(233, 233, 233);
    padding: 8px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details   .first_part {
    text-align: center;
}

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details   .first_part
  a {
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 16px;
    letter-spacing: 0.32px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
}



.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .without_vat {
    color: rgb(199, 0, 12);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.24px;
    text-align: center;
    margin-bottom: 5px;
}

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part .stock_massage.stock {
    color: 0b861c !important;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.24px;
}

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part
  .product_add_to_cart_area_under_cart {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part
 .product_add_to_cart_area_under_cart .product_port_area strong {
    font-size: 11px;
}



.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part
  .product_add_to_cart_area_under_cart
  form
  .product-quantity-input {
    height: 35px;
    width: 35px;
    font-size: 14px;
}



.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part
  .product_add_to_cart_area_under_cart
  form
  button {
    width: 40px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
}


.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part .stock_massage.stock svg .st0-van {
    fill: #0b861c !important;
}

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part .stock_massage.stock svg path {
    fill: #0b861c !important;
}





.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part .stock_massage.out_of_stock svg .st0-van {
    fill: rgb(199, 0, 12) !important; 
}
.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part .stock_massage.out_of_stock svg path {
    fill: rgb(199, 0, 12) !important; 
}
.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area
  .product_details
  .second_part .stock_massage.out_of_stock {
   color:rgb(199, 0, 12);
      font-family:"Poppins",sans-serif;
   font-size:14px;
   font-weight:400;
   line-height:21px;
   letter-spacing:0.24px;
}

.wishlist_action_button_area{
  margin-top:28px;

}
.wishlist_action_button_area button {
  background:rgb(255, 206, 33);
  border:none;
  padding:15px 28px;
  font-size:16px;
  font-weight:600;
  line-height:21px;
  font-family:"Poppins",sans-serif;
  /* text-transform:uppercase; */
  border-radius:3px;
  cursor:pointer;

}
.wishlist_action_button_area button:hover {
    background:rgb(227, 177, 0);
}

.wishlist_has_no_product  {
  display:flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center;
  text-align:center;
}


.wishlist_has_no_product  p{
  font-size:14px;
  font-weight:400;
  line-height:21px;
  font-family:"Poppins",sans-serif;
  letter-spacing:0.24px;
}
/* wisht list pink area mark  start  */
[data-wishlist-btn].wishlist-active img {
  filter: invert(47%) sepia(85%) saturate(1450%) hue-rotate(310deg) brightness(95%) contrast(100%) !important;
  
}

[data-wishlist-btn].wishlist-active span a {
  color: #ff4d94 !important; 
}
/* wisht list pink area mark  finish   */







/*===================================================
-------- SHOPIY PROduct Page SHOPIY Paymanet BUTTON Related css  -------------------
=====================================================*/

.shopify-payment-button__more-options{
  display:none;
}











/*===========================================================================================
======== Responsive Code Under Here ===================================================================================
===========================================================================================
===========================================================================================
===========================================================================================
======== Responsive Code under Here ============================================================== Responsive Code under Here =====================
=========================================================================================== */

/*===========================================
---------------min -width 1599px ------------
==================================================*/

@media screen and (min-width: 1599px) {
  /*
================================================
-------------------  Navigation Bar  ----------
===============================================

*/

  .navigation_bar__content .dextop_menuBar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 15px;
  }
  .navigation_bar__content .dextop_menuBar .left {
    grid-column: span 2;
  }
  .navigation_bar__content .dextop_menuBar .right {
    grid-column: span 1;
  }

  /*==========================================
--------------- term and condiiton Page 
==============================================*/

  .page_main_content_area_Container {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    height: auto;
    display: grid;
    /* grid-template-columns: repeat(3,1fr); */
    grid-template-columns: 300px 1fr;
    /* padding: 0 105px; */
  }

/*================================
-------------Navigation Bar ---
====================================*/


.navigationBar_search_content_area .right_side_cart_area .main_products_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
}


}

/*
=============================================================
=============================================================
=============================================================
------------------- Responsiveness
   min width 769px  and   max width 1280px  --------
=============================================================
=============================================================
=============================================================

*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  /*===================================
homepage_feature_collection_section__content
======================================*/

  .homepage_feature_collection_section__content .main_area {
    padding: 56px 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .homepage_feature_collection_section__content
    .main_area
    .single_collection_button {
    display: flex;

    justify-content: start;
    align-items: center;
    padding: 13px 9px !important ;
  }
  .homepage_feature_collection_section__content
    .main_area
    .single_collection_button
    img {
    margin-left: 14px;
  }

  .homepage_feature_collection_section__content .main_area .single_collection {
    border: 1px solid rgb(224, 224, 224);
    padding: 6px 14px;
  }

  /*===============================
collection main one 

===================================*/
  .collections_main_one_section__content_main .collection_main_one_blankspace {
    height: 120px;
    width: 100%;
    background: rgb(243, 243, 243);
  }
}

/*
=============================================================
=============================================================
=============================================================
------------------- Responsiveness  max-width 1280px    --------
=============================================================
=============================================================
=============================================================

*/
@media screen and (max-width: 1280px) {
  /*========================================
Navigation bar area 
===========================================*/
  .navigation_bar__content .dextop_menuBar {
    display: flex;

    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 15px;
  }

  .navigation_bar__content .dextop_menuBar .left {
    width: 100%;
  }

  .navigation_bar__content .dextop_menuBar .right {
    width: 100%;
  }

  .navigation_bar__content {
    padding: 0 13px;
  }


.navigationBar_search_content_area .right_side_cart_area .main_products_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
}

  /*================================
  collection main one area 
  ===================================*/

  .collections_main_one_section__content_main .main_collection_one_area {
    padding: 28px;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child {
    margin: 56px 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column {
    border: 1px solid rgb(224, 224, 224);
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    a {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    img {
    max-width: 100%;
    width: 215px;
    height: auto;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    span {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.41px;
    font-family: var(--font-heading-family);
    padding-top: 9px;
  }

  /*=============================
 product cart design
 ========== ======================*/

  .product_add_to_cart_area_under_cart {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .product_add_to_cart_area_under_cart .product_port_area {
    margin-top: 10px;
  }
  /*============================================
------ Heading Section Content -------------
==============================================*/

  .heading_section__content h2 {
    font-size: 27px;
  }
  /*=================================================
----------featured_collection_carosule--------------
  ======================================================*/
  .featured_collection_carosule_section__content {
    padding: 27px 12px;
  }

  /*======================================
----------- Contact Page --------------
=====================================*/

  .page_main_content_area_Container {
    padding: 0 30px;
  }

  /*===========================================
---------- Main product Page Section -------
=============================================*/

  .main_product_page_section_section__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 47px;
    padding: 28px;
  }

  .main_product_page_section_section__content .media_gelary {
    grid-column: span 2;
  }

  .main_product_page_section_section__content .product_title.mobile {
    display: flex;
    grid-column: span 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    padding: 0.88rem;
    gap: 12px;
    text-align: center;
  }
  .main_product_page_section_section__content .product_title.dextop {
    display: none;
  }

  .main_product_page_section_section__content .product_title h1 {
    text-align: center;
  }
  .main_product_page_section_section__content .product_title p {
    text-align: center;
  }
}

/*
=============================================================
=============================================================
=============================================================
------------------- Responsiveness  max-width 1024px   --------
=============================================================
=============================================================
=============================================================

*/
@media screen and (max-width: 1024px) {
  .navigation_bar__content .dextop_menuBar .right .help_center,
  .navigation_bar__content .dextop_menuBar .right .trade,
  .navigation_bar__content .dextop_menuBar .right .account,
  .navigation_bar__content .dextop_menuBar .right .language_selector span.text.only_this_text{
    display: none;
  }


  .help_center_Container_Area, .trade_Container_Area, .account_Container_Area, .cart_Container_Area, .language_selector_Container_Area {
    position: absolute;
    height: auto;
    width: 100%;
    background: #fff;
    postion: absolute;
    z-index: 10;
    top: 40px;
    right: 0;
    width: 300px;
}


.language_selector_Container_Area:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    top: -7px;
    left: 93%;
    z-index: 10;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
}


  .help_center_Container_Area, .trade_Container_Area, .account_Container_Area, .cart_Container_Area, .language_selector_Container_Area
  .Header_Area {
    padding:15px 10px 10px 10px;
  }
.help_center_Container_Area, .trade_Container_Area, .account_Container_Area, .cart_Container_Area, .language_selector_Container_Area
.Link_Area.language_form_change {
  margin:10px;
}

  .navigation_bar__content .dextop_menuBar .right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: auto;
    gap: 15px;
  }

  .left_side_toggle_and_brand_image .menu-open {
    display: flex;
  }

  /*=============================================
  cart page 
  ===============================================*/

  .cart_page_section_section__content .cart_main_area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 28px;
  }

  .cart_page_section_section__content .cart_main_area .cart_items_list {
    padding-right: 0 !important ;
    border-right: none !important ;
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_total_subtotal_area {
    padding-left: 0 !important ;
  }

  .mobile_only_brother_cart_checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffce21;
    border: 0;
    border-radius: 3px;
    font-family: var(--font-heading-family);
    font-size: 1.588rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.26;
    padding: 0.5294117647rem 1.1733333333rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 28px;
    margin-bottom: 15px;
  }

  .mobile_only_brother_cart_checkout a {
    text-decoration: none;
    color: #000;
    text-align: center;
  }

  /*===========================================
  ------------- contact Page -----------------
  ===============================================*/

  .page_main_content_area_Container {
    padding: 0 2px;
    grid-template-columns: 22.5vw 1fr;
  }

  .contact_page_section__content_Header_Area h1 {
    padding: 38px 26px;
    font-size: 30px;
  }
}

/*
=============================================================
=============================================================
=============================================================
------------------- Responsiveness  max-width 992px   --------
=============================================================
=============================================================
=============================================================

*/

@media screen and (max-width: 992px) {
  /*================================
  collection main one area 
  ===================================*/

  .collections_main_one_section__content_main .main_collection_one_area {
    padding: 26px;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child {
    margin: 53px 26px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column {
    border: 1px solid rgb(224, 224, 224);
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    a {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    img {
    max-width: 100%;
    width: 215px;
    height: auto;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    span {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.41px;
    font-family: var(--font-heading-family);
    padding-top: 9px;
  }

  /*=============================
 product cart design
 ========== ======================*/
  .collections_main_one_section__content_main
    .product_grid_under_collection_main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }

  .product_add_to_cart_area_under_cart {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .product_add_to_cart_area_under_cart .product_port_area {
    margin-top: 0;
  }

  /*============================================
------ Heading Section Content -------------
==============================================*/

  .heading_section__content h2 {
    font-size: 22px;
  }

  .heading_section__content {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  /*====================================
---------- Contact Page ------------
===================================*/

  .page_main_content_area_SideBar_Area .menu ul li a {
    font-size: 11px;
  }

  .page_main_content_area_SideBar_Area .menu h3 {
    font-size: 18px;
  }

  /*===============================
-------- ABout Page -----------
================================*/

  .contact_page_store_information .about_page_banner p {
    font-size: 14px;
  }

  /*============================ 
----Trader Page --
==============================*/

  .trade_and_customer_account_create_Container .main_form_area {
    padding: 0 25px;
  }

  .trade_and_customer_account_create_Container .headear_area h1 {
    font-size: 23px;

    line-height: 23px;
  }

  .trade_and_customer_account_create_Container .headear_area a {
    font-size: 23px;

    line-height: 25px;
  }

  .trade_and_customer_account_create_Container .headear_area {
    padding: 25px 17px 30px 17px;
  }

  .trade_and_customer_account_create_Container
    .main_form_area
    .form_previous_content
    .form-previous-heading_span {
    font-size: 23px;

    line-height: 25px;
  }

  .trade_and_customer_account_create_Container
    .main_form_area
    .form_previous_content
    .form-previous-heading_content {
    font-size: 14px;

    line-height: 19px;
  }

  .trade_and_customer_account_create_Container .customer-register-form h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    padding: 26px 0;
  }

  .trade_and_customer_account_create_Container
    .customer-register-form
    .form-group {
    margin-bottom: 19px;
  }

  .trade_and_customer_account_create_Container .customer-register-form button {
    font-size: 22px;
    line-height: 29px;
  }

  .trade_and_customer_account_create_Container
    .customer-register-form
    .small_massage_under_button {
    margin: 19px 0 31px 0;
  }

  .trade_and_customer_account_create_Container .main_form_area {
    padding: 0 20px;
  }

/*=================================
--- Navigation Bar area 
=================================*/
.navigationBar_search_content_area .right_side_cart_area .main_products_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
}

.navigationBar_search_content_area .left_side_menubar span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-heading-family);
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
}

.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area
  :is(.result, .search_button) {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-heading-family);
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
}


.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}


/*=================================
---------- Nav Section ----------
=====================================*/


.nav_section__content div:nth-child(1) div .Heading_Nav {

    font-size: 18px;

}

.nav_section_secondDIv div:nth-child(1) span {

    font-size: 18px;

}


//---------------------------------------

.header_contact_banner__inner{
  position:relative;
}
  .swipercustom-C-button-prev,
    .swipercustom-C-button-next 
  {
    height: 30px;
    width: 16px;
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swipercustom-C-button-prev {
    left: 20px !important  ;
    display:block !important ;
   
  }
    .swipercustom-C-button-next {
    right: 20px;
    display:block  !important ;

  }

  .swipercustom-button-prev svg,
  .swipercustom-button-next svg ,
    .swipercustom-C-button-prev svg,
  .swipercustom-C-button-next svg{
    fill: red;
    color: #ffffff;

    stroke: red;
    stroke-width: 1.5px;
  }


  /*========================
  Header Content Section 
  ================================*/

  .subscribe_section__content_left strong{
    font-size:17px;
  }



/*======================================
-------- wishlish area -------------
===========================================*/


.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}






}

/*
=============================================================
=============================================================
=============================================================
------------------- Responsiveness  max width 768px  --------
=============================================================
=============================================================
=============================================================

*/

@media screen and (max-width: 768px) {
  .announcement-bar {
    display: none;
  }

  /*===================================
----- Navigation bar area 
======================================*/

  .navigation_bar__content .dextop_menuBar .left #homepage-search-form {
    display: none;
  }
  .navigation_bar__content .dextop_menuBar .right .search_toggle_on_mobile {
    display: flex;
  }

  .navigation_bar__content {
    min-height: 65px;
  }



  .navigationBar_search_content_area {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 90vh;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    z-index: 7;
    max-width: 100%;
    display: none;
    grid-template-columns: repeat(1, 1fr);
    border-top: 1px solid #000;
    padding: 5px;
}

.show-search{
  display:grid !important ;
}
.search-active {
    overflow: hidden;
    height: 100vh;
}

.navigationBar_search_content_area .left_side_menubar.dextop{
  display:none;
}

.navigationBar_search_content_area .left_side_menubar.mobile{
  display:flex;
  justify-content:center;
  align-items:center;

}

.navigationBar_search_content_area .left_side_menubar.mobile #homepage-search-form {
    border: 1px solid #ccc;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:8px;
}


.navigationBar_search_content_area .left_side_menubar.mobile #search-input {
    width: 100%;
    padding: 18px;
    border: none;
    outline: none;
}


.navigationBar_search_content_area .left_side_menubar.mobile .custom_close_button {
    font-size: 39px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    color: #000;
    padding: 0 7px;
    cursor: pointer;
}

.navigationBar_search_content_area .left_side_menubar.mobile
  #homepage-search-form:focus-within {
    border: 1px solid rgb(255, 206, 33);
}

  /*
================================================
------------------- Nav Section  ----------
===============================================

*/

  .nav_section__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;

    width: 100%;

  }


.nav_section__content div {
  min-height: 52px;
}

.nav_section__content div:nth-child(1) div .Heading_Nav {
    font-size: 16px;
}

.nav_section_secondDIv div:nth-child(1) span {
    font-size: 16px;
}

  /*
================================================
------------------- Hero Content Banner  ----------
===============================================

*/

  .header_contact_banner__content div span {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-heading-family);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .header_contact_banner__inner {
    min-height: 50px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .swipercustom-button-prev,
  .swipercustom-button-next ,
  {
    height: 30px;
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swipercustom-button-prev {
    left: 20px;
  }
  /* .swipercustom-C-button-prev {
    left: 20px;
  } */
  .swipercustom-button-next {
    right: 20px;
  }
    /* .swipercustom-C-button-next {
    right: 20px;
  } */

  .swipercustom-button-prev svg,
  .swipercustom-button-next svg {
    fill: red;
    color: #ffffff;

    stroke: red;
    stroke-width: 1.5px;
  }

  /*
================================================
------------------- HOme Hero Image  ----------
===============================================

*/

  .home_hero_image_dextop {
    display: none;
  }
  .home_hero_image_mobile {
    display: block;
  }

  /*
================================================
------------------- Footer Section ----------
===============================================

*/

  .fotter_section_Dextop {
    display: none;
  }

  .fotter_section_Mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 12px;
    background: #000000;
  }

  .fotter_section_Mobile_container {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .social_media_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 93px;
  }

  .fotter_section_Mobile img {
    height: 39px;
    width: 39px;
  }

  // accordion css 
.fotter_section_Mobile_container collapsable-accordion {
    width: 100%;
    background: blue;
  }

  .accordion-header-slot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(61, 61, 61);
    border-bottom: 1px solid rgb(61, 61, 61);
    padding: 12px 0;
  }

  .accordion-header-slot h3 {
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    font-family: var(--font-heading-family);
    letter-spacing: 1.9px;
  }

  .accordion-content-slot h4 {
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    font-family: var(--font-heading-family);
    letter-spacing: 1.9px;
    margin: 16px 0;
  }

  .accordion-content-slot ul {
    display: flex;
    flex-direction: column;
    gap: 18.34px;
  }

  .accordion-content-slot ul li {
    list-style-type: none;
  }

  .accordion-content-slot ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-heading-family);
    font-weight: 300;
    font-size: 12px;
    cursor: pointer;
  }

  .mobile_payment_carts {
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    font-family: var(--font-heading-family);
    letter-spacing: 1.9px;
    border-bottom: 1px solid rgb(61, 61, 61);
    padding-bottom: 25px;
  }

  .mobile_payment_carts h4 {
    margin: 16px 0;
  }
  .mobile_payment_carts img {
    height: auto;
    display: block;
    width: auto;
  }

  .mobile_end_text {
    margin: 12px 0;
  }

  .mobile_end_text p {
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-heading-family);
    font-weight: 300;
    font-size: 12px;
  }

  /*=================================
     subscribe_section__content
=================================*/
  .subscribe_section__content {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .subscribe_section__content_left,
  .subscribe_section__content_right {
    height: 119px;
    text-align: center;
  }

  .subscribe_section__content_left strong,
  .subscribe_section__content_right h4 {
    font-size: 17px;
  }

  /*========================================
---------normal_text_content_section__content-----------
==========================================*/

  .normal_text_content_section__content div {
    padding: 52px 13px;
  }

  /*======================================
-----------------white_space_section__content -----------
==========================================*/

  .white_space_section__content {
    height: 49px;
  }

  /*===================================
homepage_feature_collection_section__content
======================================*/

  .homepage_feature_collection_section__content .main_area {
    padding: 26px 13px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .homepage_feature_collection_section__content
    .main_area
    .single_collection_button {
    display: flex;

    justify-content: start;
    align-items: center;
    padding: 13px 9px !important ;
  }

  .homepage_feature_collection_section__content .main_area .single_collection {
    border: 1px solid rgb(224, 224, 224);
    padding: 4px 14px;
  }




  /*===============================
collection main one 
===================================*/
  .collections_main_one_section__content_main .collection_main_one_blankspace {
    height: 79px;
    width: 100%;
    background: rgb(243, 243, 243);
  }

  /*================================
  collection main one area 
  ===================================*/

  .collections_main_one_section__content_main .main_collection_one_area {
    padding: 13px;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child {
    margin: 30px 13px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column {
    border: 1px solid rgb(224, 224, 224);
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    a {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    img {
    max-width: 100%;
    width: 215px;
    height: auto;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    span {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.41px;
    font-family: var(--font-heading-family);
    padding-left: 8px;
  }

  /*==================================
  product cart design 
========================*/

  .collections_main_one_section__content_main
    .product_grid_under_collection_main {
    margin: 30px 13px;
  }

  .collections_main_one_section__content_main
    .product_grid_under_collection_main
    .product_cart_parent {
    padding: 26px;
  }

  .collections_main_one_section__content_main .product_grid_under_collection {
    padding: 13px;
  }

  /*=================================================
----------featured_collection_carosule--------------
  ======================================================*/
  .featured_collection_carosule_section__content_swiper_slide span {
    font-size: 16px;
  }

  /*============================================
------ Heading Section Content -------------
==============================================*/

  .heading_section__content h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }

  .heading_section__content {
    padding-top: 26px;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  /*===============================================
----------- Main Product page Seciton Area ------
================================================*/

  .Product_page_delivary_accordion.mobile {
    display: flex;
  }
  .Product_page_delivary_accordion.dextop {
    display: none;
  }

  .main_product_page_section_section__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 47px;
    padding: 28px;
  }

  .main_product_page_section_section__content .media_gelary {
    grid-column: span 1;
  }

  .main_product_page_section_section__content .product_title.mobile {
    grid-column: span 1;
  }

  /*===================================
------------ contact Page ------------
========================================*/

  .page_main_content_area_Container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .page_main_content_area_MainContent_area {
    padding: 20px;
  }

  .page_main_content_area_SideBar_Area {
    display: flex;
    flex-direction: column;
    padding: 15px 17px;
  }

  .page_main_content_area_SideBar_Area .only_mobile_button {
    display: flex;
    flex-dirction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 17px 0;
    font-family: var(--font-heading-family);
  }

  .page_main_content_area_SideBar_Area .only_mobile_button img {
    height: 16px;
    width: 16px;
    display: block;
    object-fit: content;
  }
  .page_main_content_area_MainContent_area .contact_page_contact_form {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact_page_store_information .content {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact_page_store_information {
    padding: 10px;
    background: rgb(243, 243, 243);
  }

  .page_main_content_area_MainContent_area {
    padding: 12px;
  }

  .contact_page_section__content_Header_Area h1 {
    padding: 20px;
    font-size: 20px;
  }

  /*=========================================
----------- SHipping Page ------------------
============================================*/

  .contact_page_store_information .shipping_content_box .title {
    font-size: 20px;
    padding: 20px 0;
    margin-top: 20px;
  }

  /*=================================================
-----------Term and condition page --
==============================================*/

  .term_and_condition_page_infromation .shipping_content_box .title {
    margin: 20px 0;
  }

/*===================================================
---------- Universal Popup 
===========================================*/
.universal_popup_Container {
  padding:20px;
}
.universal_popup_Container_child{
  width:100%;
  margin:0 auto;

}

.universal_popup_Container_child .div_one {
    padding: 20px 0;

}

.universal_popup_Container_child .div_tow  span {
    font-size: 20px;
    color: #ffffff;
    font-family: var(--font-heading-family);
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
}

.universal_popup_Container_child .div_tow {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgb(127, 127, 127);
    gap: 10px;
}

.universal_popup_Container_child .div_three .link {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}


.universal_popup_Container_child .div_three .link a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.24px;
    padding: 8px 18px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.universal_popup_Container_child .div_three {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    gap: 18px;
}


.same_Container_Area .Header_Area {
    padding-bottom:15px;
    border-bottom:1px solid gray;
}






}





/*
=============================================================
=============================================================
=============================================================
-------------------  Max width 700px  --------
=============================================================
=============================================================
=============================================================

*/





@media screen and (max-width:700px) {
/*===============================
Navigation Bar 
===================================*/


.help_center_Container_Area, .trade_Container_Area, .account_Container_Area, .cart_Container_Area {
    position: absolute;
    height: auto;
    width: 100%;
    background: #ffffff;
    postion: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 500px;
}



}




/*
=============================================================
=============================================================
=============================================================
-------------------  Max width 640px  --------
=============================================================
=============================================================
=============================================================

*/

@media screen and (max-width: 640px) {
  /*================================
  collection main one area 
  ===================================*/

  .collections_main_one_section__content_main .main_collection_one_area {
    padding: 12px;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child {
    margin: 29px 12px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column {
    border: 1px solid rgb(224, 224, 224);
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    a {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: start;
  }
  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    img {
    max-width: 100%;
    width: 215px;
    height: auto;
  }

  .collections_main_one_section__content_main
    .main_collection_one_area
    .main_collection_one_area_child
    .single_column
    span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.41px;
    font-family: var(--font-heading-family);
    padding-left: 8px;
  }

  .collections_main_one_section__content_main .collection_header_area span {
    font-size: 20px;
  }
  .collections_main_one_section__content_main .collection_header_area {
    padding: 25px 12px;
  }

  /*=============================
 product cart design
 ========== ======================*/

  .product_add_to_cart_area_under_cart {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .product_add_to_cart_area_under_cart .product_port_area {
    margin-top: 10px;
  }

  /*============================================
------ Heading Section Content -------------
==============================================*/

  .heading_section__content h2 {
    font-size: 18px !important ;
    line-height: 24px;
    letter-spacing: 0.3px;
  }

  .heading_section__content {
    padding-top: 26px;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  /*============================
----- cart page ------------
===============================*/

  .cart_page_section_section__content
    .cart_main_area
    .cart_total_subtotal_area
    .cart_total_subtotal_area_parent
    .checkout_parent {
    background-color: #ffce21;
    border: 0;
    border-radius: 3px;
    font-family: var(--font-heading-family);
    font-size: 1.288rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.26;
    padding: 0.5294117647rem 1.1733333333rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 28px;
  }

  .cart_page_section_section__content .cart_main_area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 13px !important ;
  }

  .mobile_only_brother_cart_checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffce21;
    border: 0;
    border-radius: 3px;
    font-family: var(--font-heading-family);
    font-size: 1.288rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.26;
    padding: 0.5294117647rem 1.1733333333rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 28px;
  }

  /*======================================
------------- About Page ----------------
======================================*/

  .contact_page_store_information .about_page_banner p {
    font-size: 12px;
    line-height: 24px;
  }

  /*==================================
---------- Trade Page ------
=====================================*/

  .trade_and_customer_account_create_Container .headear_area h1 {
    font-size: 20px;
    line-height: 23px;
  }

  .trade_and_customer_account_create_Container .headear_area a {
    font-size: 20px;
    line-height: 25px;
    padding: 7px 60px;
  }

  .trade_and_customer_account_create_Container
    .main_form_area
    .form_previous_content
    .form-previous-heading_span {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
  }

  .trade_and_customer_account_create_Container
    .main_form_area
    .form_previous_content
    ul
    li
    p {
    font-size: 14px;
  }

  .trade_and_customer_account_create_Container .customer-register-form h3 {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 22px 0;
  }

  .trade_and_customer_account_create_Container
    .customer-register-form
    .form-group
    :is(input, textarea, select) {
    padding: 10px 18px;
    border: 1px solid rgb(204, 204, 204);
    outline: none;
  }

  .trade_and_customer_account_create_Container .customer-register-form button {
    font-size: 20px;
    line-height: 29px;
    padding: 7px 16px;
    letter-spacing: 1px;
  }

  .trade_and_customer_account_create_Container
    .customer-register-form
    .small_massage_under_button
    p {
    font-size: 14px;
  }

  .trade_and_customer_account_create_Container .main_form_area {
    padding: 0 15px;
  }

  /*===========================================
--------- Main Product Page -----------------
==============================================*/

  .product_page_world_delivary_popup {
    padding: 25px;
  }

  .main_product_page_section_section__content .product_title h1 {
    font-size: 30px;
  }

  .product_form_area_mainDiv .product_price {
    font-size: 24px;

    line-height: 40px;
  }

  .main-product-slider .swiper-slide {
    height: 420px;
    width: 100%;
    background: #f9f9f9;
  }

/*===========================
------------ Url Traker 
--------------------------
============================*/
.url_traker_section__content {
    min-height: 42px;
    height: auto;
    padding: 10px;
    background: rgb(243, 243, 243);
}



}


/*=========================================================
=============================================================
============  max width  600px =============================
 ==========================================================
 ==============================================================*/

@media screen and (max-width:600px) {

.help_center_Container_Area, .trade_Container_Area, .account_Container_Area, .cart_Container_Area {
    position: absolute;
    height: auto;
    width: 100%;
    background: #ffffff;
    postion: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 400px;
}


.cart_drawer_checkout_and_cart_page_url a:nth-child(1) {
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.51px;
    color: #000000;
    font-family: var(--font-heading-family);
    text-transform: uppercase;
    background: rgb(255, 206, 33);
    padding: 8px 18px;
    border-radius: 3px;
}


.same_Container_Area .Header_Area {
    padding-bottom:15px;
    border-bottom:1px solid gray;
}




}



/*=========================================================
=============================================================
============  max width  500px =============================
 ==========================================================
 ==============================================================*/
@media screen and (max-width:500px) {


.help_center_Container_Area, .trade_Container_Area, .account_Container_Area, .cart_Container_Area {
    position: absolute;
    height: auto;
    width: 100%;
    background: #ffffff;
    postion: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 300px;
}

.cart_Container_Area:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    top: -7px;
    left: calc(100% - 7%);
    z-index: 10;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
}


.cart_drawer_Container .cart_details a {
    text-decoration: none;
    color: #000000;
    font-size: 11px !important;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
    line-height: normal;
    letter-spacing: 0.30px !important;
}

.cart_drawer_Container .cart_details .price {
    color: #e30614 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.cart_drawer_Container .cart_action_area input {
    width: 30px !important;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    -moz-appearance: textfield;
    border: 1px solid rgb(224, 224, 224);
    font-family: var(--font-heading-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.32px;
}

.cart_drawer_Container .cart_action_area svg {
    color: #000000;
    scale: 1;
}

.cart_drawer_Container .cart_action_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.navigation_bar__content .dextop_menuBar .right .same span {
    /* font-family: var(--font-heading-family); */
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.68px;
    color: #000;
}

.same_Container_Area .Header_Area  button svg {
    scale: 1.2;
    border-radius: 100%;
}

.cart_drawer_total_price_area :is(p) {
    width: ;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 0;
    letter-spacing: 1;
    font-family: var(--font-heading-family);
    text-transform: uppercase;
}

.cart_drawer_checkout_and_cart_page_url a:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.51px;
    color: #000000;
    font-family: var(--font-heading-family);
    text-transform: uppercase;
    background: rgb(255, 206, 33);
    padding: 8px 18px;
    border-radius: 3px;
}

.cart_drawer_checkout_and_cart_page_url {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 8px;
}

.cart_drawer_total_price_area {
    background: rgb(243, 243, 243);
    padding: 25px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.same_Container_Area .Header_Area {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 10px  10px;
    border-bottom:1px solid gray;
}

.same_Container_Area .Link_Area, .same_Container_Area .Cart_drader_parent {
    margin: 10px;
}



/*=========================================
------------wish lish page --------------
=============================================*/

.wishlish_Page_MAIN_CONTAINER_AREA .wishlist_products_area {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
    width: 100%;
}

}



/*=========================================================
=============================================================
============  max width  480px =============================
 ==========================================================
 ==============================================================*/

@media screen and (max-width: 480px) {
  /*===============================
 product cart design 
 ==============================*/

  .collections_main_one_section__content_main
    .product_grid_under_collection_main
    .product_cart_parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .collections_main_one_section__content_main
    .product_grid_under_collection_main
    .product_cart_parent
    .product_details
    a {
    font-size: 18px;
  }

  .collections_main_one_section__content_main
    .product_grid_under_collection_main
    .product_cart_parent
    .product_details
    span {
    font-size: 13px;
  }

  /*=================================================
----------featured_collection_carosule--------------
  ======================================================*/

  .featured_collection_carosule_section__content_swiper_slide
    .product-card-item
    img {
    width: 97px;
    display: block;
    height: auto;
  }

  .featured_collection_carosule_section__content_swiper_slide span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.59px;
    font-family: var(--font-heading-family);
  }

  /*===================================
---------cart page -------------
==================================*/
  .cart_page_section_section__content
    .cart_main_area
    .cart_items_list
    .product_cart_design
    .cart_details
    .first
    a {
    text-decoration: none;
    color: #000;
    font-family: var(--font-heading-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.36px;
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_items_list
    .product_cart_design
    .cart_details
    .first
    span {
    font-family: var(--font-heading-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.26px;
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_items_list
    .product_cart_design
    .cart_details
    .second
    span:nth-child(1) {
    font-family: var(--font-heading-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.61px;
    color: rgb(227, 6, 20);
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_items_list
    .product_cart_design
    .cart_details
    .second
    div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_items_list
    .product_cart_design
    .cart_details
    .second
    div
    span {
    font-family: var(--font-heading-family);
    font-size: 10px;
    font-weight: 300;
    line-height: 11px;
    letter-spacing: 0.24px;
    color: #000;
    text-align: center;
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_items_list
    .product_cart_design
    .product-quantity-input {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    -moz-appearance: textfield;
    border: 1px solid rgb(224, 224, 224);
    font-family: var(--font-heading-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.32px;
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_total_subtotal_area
    .same
    span {
    font-size: 17px;
    font-weight: 700;
    font-family: var(--font-heading-family);
    line-height: 22px;
    letter-spacing: 2.39px;
    color: rgb(24, 24, 24);
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_total_subtotal_area
    .cart_total_subtotal_area_parent {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    background-color: rgb(243, 243, 243);
    margin: 12px 0;
    padding: 12px;
    gap: 14px;
  }

  .cart_page_section_section__content
    .cart_main_area
    .cart_total_subtotal_area
    .cart_total_subtotal_area_parent
    .checkout_parent {
    background-color: #ffce21;
    border: 0;
    border-radius: 3px;
    font-family: var(--font-heading-family);
    font-size: 1.088rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.26;
    padding: 0.5294117647rem 1.1733333333rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 28px;
  }

  .mobile_only_brother_cart_checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffce21;
    border: 0;
    border-radius: 3px;
    font-family: var(--font-heading-family);
    font-size: 1.088rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.26;
    padding: 0.5294117647rem 1.1733333333rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 28px;
  }

  .cart_page_section_section__content .header_area span {
    font-size: 30px;
    font-weight: 400;
    font-family: var(--font-heading-family);
    color: rgb(125, 123, 123);
    line-height: 50px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }

  /*====================================
---------Trade Account 
========================================*/

  .trade_and_customer_account_create_Container .headear_area a {
    font-size: 20px;
    line-height: 25px;
    padding: 7px 15px;
  }

  .trade_and_customer_account_create_Container .customer-register-form button {
    font-size: 20px;
    line-height: 29px;
    padding: 7px 12px;
    letter-spacing: 1px;
  }

  .trade_and_customer_account_create_Container
    .customer-register-form
    .small_massage_under_button
    p {
    font-size: 13px;
  }

  .trade_and_customer_account_create_Container
    .main_form_area
    .form_previous_content
    ul {
    list-style-type: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 27px 0;
    gap: 20px;
  }

  /*================================
--------------Main Product Page Section 
=====================================*/

  .main_product_page_section_section__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px !important ;
    padding: 15px;
  }

  .main_product_page_section_section__content .product_title.mobile {
    padding: 0;
  }

  .main_product_page_section_section__content .product_title h1 {
    font-size: 25px;
    line-height: 32px;
  }

  .product_page_main_form .add_to_cartButton {
    min-height: 80px;
    max-height: 80px;
  }

/*================================
---------- Navigation Bar ----------
====================================*/
.navigationBar_search_content_area .right_side_cart_area .main_products_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right:0 10px;
}


.search_page_pagination_area_Container .prev a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s ease;
    padding: 0 6px;
}


.search_page_pagination_area_Container .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s ease;
    padding: 0 6px;
}

.search_page_pagination_area_Container .page, .search_page_pagination_area_Container .deco, .search_page_pagination_area_Container .next, .search_page_pagination_area_Container .prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
}



.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area {

    margin-bottom: 10px;
}

.navigationBar_search_content_area
  .right_side_cart_area
  .search_heading_and_button_area
  :is(.result, .search_button) {
    font-size: 12px;

}



/*=====================================
------------- Nav Section 
========================================*/

.nav_section_firstDIV_menu_Container {

    padding: 30px;

}


.nav_section_secondDIv_Search_Result_showing {

    padding: 30px;

}



/*===================================
collection search 
===========================================*/


.collection_page_Search_Bar_for_Searching_collection {
    max-width: 95%;
    min-width: 95%;
    margin: 10px auto;
    position: relative;
}


.collection_main_two_secondDIv_Search_Result_showing {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background: #ffffff;
    z-index: 12;
    display: none;
    flex-direction: column;
    flex-direction: start;
    align-items: start;
    gap: 10px;
}


/*=======================================
--------------wisth list page ------------
============================================*/
.wishlist_action_button_area button {
    background: rgb(255, 206, 33);
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    font-family: "Poppins",sans-serif;
    /* text-transform: uppercase; */
    border-radius: 3px;
    cursor: pointer;
}

}









