@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Jost', sans-serif;
}

a{
    text-decoration: none;
}

ul{
    padding: 0%;
    margin: 0%;
}

:root{
  --site-bg: #fb5927 !important;
}
/* === top location bar === */
.top_locationbar {
  position: relative;
  padding: 5px 0;
  /* border-bottom: 1px solid #ddd; */
  background: linear-gradient(45deg, #ff0303, #0339f9);
}
ul.toplist {
  display: flex;
  list-style: none;
  gap: 25px;
}
.toplist li {
  position: relative;
}
.toplist li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  width: 1px;
  height: 50%;
  background-color: #ddd;
}
.toplist li:last-child::after{
  display: none;
}
ul.toplist li a {
  color: #fff;
  font-size: 14px;
}
.login_list{
  display: flex;
  list-style: none;
  gap: 25px;
  justify-content: end;
}
.login_list li {
  position: relative;
}
.login_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  width: 1px;
  height: 50%;
  background-color: #ddd;
}
.login_list li:last-child::after{
  display: none;
}
ul.login_list li a {
  color: #fff;
  font-size: 14px;
}
.login_list li a span{
  margin-right: 10px;
}
/* === top location bar === */

/* ==== header ===== */

header.main-header {
  background: #efefef;
  transition: 0.5s;
}
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 9999;
  animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.menu_bar{
  display: none;
}
.site-logo img {
  max-width: 150px;
  border-radius: 0.25rem;
}
.top_logo_area {
  padding: 1rem 0;
  background: #071d3f;
}

/* === main search box === */
.main_search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main_search .form-control {
  padding: 0.8rem;
  border-radius: 0.25rem;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.mn-srchbtn {
  padding: 0 1.3rem;
  border: 0;
  background: var(--site-bg);
  color: #fff;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  outline: none !important;
  position: absolute;
  height: 100%;
  right:-3px;
}
#srch_prdt {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 1px 20px #dddddd82;
}
.search-data {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
#srch_prdt ul li {
    color: #000;
}
#srch_prdt ul li a {
    color: #000 !important;
    font-weight: 400 !important;
}
/* === main search box === */

/* ==== profile area ==== */
.profile_area {
  display: flex;
  list-style: none;
  justify-content: end;
  gap: 2.5rem;
}
.profile_area li a {
  font-size: 1.5rem;
  color: #333;
}
.cart-main {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.cart_btn {
  position: relative;
  color: #fff !important;
  font-size: 20px;
  text-align: right;
  display: block;
  font-weight: 500;
}
.cart_btn span {
  position: absolute;
  top: -4px;
  right: 2.2rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.8rem;
  background-color: var(--site-bg);
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
/* ==== profile area ==== */
.cetagory_list{
  position: relative;
  overflow: hidden;
}

.cetagory_list li {
  list-style: none;
}
.cetagory_list li a img {
    width: 60px !important;
    height: 60px;
    display: table;
    margin: 0 auto 0;
    border: 2px solid var(--site-bg);
    border-radius: 50%;
    object-fit: cover;
}
.cetagory_list li a h6 {
  color: #000;
  text-align: center;
  font-weight: 600;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
}
.ceta_main_slide{
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: start;
}
.cetagory_area {
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
ul.offer_list {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  justify-content: end;
}
ul.offer_list li a {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  background: var(--site-bg);
  border-radius: 0.25rem;
}
.cetagory_list .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    left:0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff !important;
    color: var(--site-bg) !important;
    box-shadow: 9px -1px 20px #dddddd !important;
    border-radius: 4px;
    /*opacity: 0;
    visibility: hidden;*/
    transition: 0.5s;
    
}
.cetagory_list:hover .owl-prev{
    left:0px;
    opacity:1;
    visibility: visible;
    transition: 0.5s;
} 
.cetagory_list .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff !important;
    color: var(--site-bg) !important;
    box-shadow: -8px 2px 20px #dddddd !important;
    border-radius: 4px;
    /*opacity: 0;
    visibility: hidden;*/
    transition: 0.5s;
}
.cetagory_list:hover .owl-next{
    right:0px;
    opacity:1;
    visibility: visible;
    transition: 0.5s;
} 
/* ==== header ===== */

/* banner area */
.banner_item{
  position: relative;
  z-index: 9;
  overflow: hidden;
  width: 100%;
}
.banner_item img {
  height: 600px;
  object-fit: cover;
}
.banner_overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width:100%;
  right: 0;
  color: #000;
  transition: 0.9s ease;
  transition-delay: 0.5s;
  background-color: transparent !important;
  text-align: left;
}
.banner_overlay h1 {
  font-size: 60px;
  text-transform: capitalize;
  transition: 0.9s ease-in;
  transition-delay: 0.2s;
  font-weight: 700;
  width: 80%;
}
.banner_overlay p {
  font-size:17px;
  transition: 0.9s ease-in;
  transition-delay: 0.2s;
  margin: 20px 0;
  width: 60%;
}
.banner_btn {
  padding: 15px 50px;
  display: inline-block;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 5px solid var(--site-bg);
}
.banner_btn:hover{
  background-color: var(--site-bg);
  color: #fff !important;
  transition: 0.5s;
}
.banner_area .owl-prev {
  position: absolute;
  font-size: 25px !important;
  color: #fff !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 150px;
  background: #000 !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.banner_area .owl-next {
  position: absolute;
  font-size: 25px !important;
  color: #fff !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 150px;
  background: #000 !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.owl-dots {
  position: absolute;
  bottom: -20px;
  display: flex;
  gap: 10px;
  left: 50%;
  transform: translateX(-50%);
}
button.owl-dot span {
  width: 25px;
  height: 5px;
  display: block;
  background: #000;
  border-radius: 20px;
  transition: 0.5s ease-in;
}
button.owl-dot.active span {
  background:var(--main-color);
  transition: 0.5s;
}

/* ===== banner end ==== */

/* ====== featured sec ===== */
.featured_sec {
  padding: 70px 0;
}
.section_haeding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.section_haeding h1 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.view_more {
  padding: 10px 20px;
  background: var(--site-bg);
  display: inline-block;
  color: #fff;
  font-size: 17px;
  border-radius: 0.25rem;
}
.product_img img {
    object-fit: contain;
    height: 274px;
    width: 100%;
}
.product_area .product_content span {
  display: block;
  color: #3bb77e;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.avl_pickup {
    padding: 5px 10px;
    background: #021e3ef2;
    display: inline-block !important;
    width: auto;
    color: #fff !important;
    border-radius: 4px;
    margin-bottom: 15px !important;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.product_content h6{
  margin-bottom: 0.5rem;
}
.product_content h6 a {
  color: #000;
  font-weight: 600;
}
h5.price {
  color: var(--site-bg);
  margin-bottom: 0.5rem;
}
.price del{
  color: #bebcbc;
  margin-left: 6px;
}
.product_buy {
  display: flex;
  margin-top: 1rem;
  gap: 10px;
}
.qty-input {
  display: flex;
}
.qty-count {
  border: none;
  background: var(--site-bg);
  width: 30px;
  height: 30px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  color: #fff;
  outline: none;
}
.qty-count--add {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.product-qty {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
}
a.add_cart {
  display: inline-block;
  border-radius: 4px;
  background: transparent;
  text-align: center;
  font-size: 14px;
  padding: 7px 16px;
  border: 1px solid var(--site-bg);
  color: var(--site-bg);
  font-weight: 500;
  transition: 0.5s;
}
.add_cart:hover{
  color: #fff;
  background-color: var(--site-bg);
}
.product_area {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 1px 20px #dddddd00;
  transition: 0.5s;
  background: #fff;
  position: relative;
}
.offer_box {
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 0;
  /*width: 120px;*/
  width: 161px;
  background: var(--site-bg);
  text-align: center;
  padding: 4px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #ffff;
  font-weight: 600;
}
.wishlist {
  position: absolute;
  top: 10px;
  width: 30px;
  height: 30px;
  right: 10px;
  background: #fff;
  box-shadow: 0px 1px 20px #dddddd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.wishlist:hover{
  color: var(--site-bg);
  box-shadow: 0px 1px 20px #fb582794;
  transition: 0.3s;
}
.product_area:hover{
  box-shadow: 0px 1px 20px #dddddd00;
  border-color: var(--site-bg);
  transition: 0.5s;
}
#new_pd {
  background: #dddddd2e;
}
/* ====== featured sec ===== */

/* ===== offer sec ======= */
.offers_area{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.offers_area .offer_img{
  overflow: hidden;
}
.offers_area .offer_img img{
  transform: scale(1);
  transition: 0.5s;
}
.offers_area:hover .offer_img img{
  transform: scale(1.1);
  transition: 0.5s;
}
.offer_content{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-left:15px;
}
.offer_content h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}
a.shop_now {
  padding: 5px 20px;
  background: var(--site-bg);
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 0.25rem;
}
.offer_sec {
  padding: 70px 0;
}

/* ===== inner page header ===== */
.sub_banner_sec {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
ol.breadcrumb {
  margin: 0;
}
li.breadcrumb-item a {
  color: #6c757d;
  font-size: 14px;
}
li.breadcrumb-item.active {
  font-size: 14px;
  margin-top: 3px;
}
/* ===== inner page header ===== */

/* ===== product details sec ===== */
.product_details{
  padding: 70px 0;
}
.product_img_area .slider-for{
  border: 2px solid #fb582767;
  border-radius: 10px;
  overflow: hidden;
}
.product_img_area  .slider-nav .column img {
  width: 100% !important;
}
.product_img_area  .slick-slide{
  opacity: 0.5;
  transition: 0.2s;  
}
.product_img_area  .slick-current{
  opacity: 1;
  transition: 0.2s;
}
.product_img_area  .slick-slider {
  width: 100%;
}
.product_img_area  .arrow_up {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: 0;
  cursor: pointer;
}
.product_img_area  .arrow_down {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  bottom: 0;
  cursor: pointer;
}
.magnify{
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  display: none;
  cursor: none;
}
.product_content h5 {
  color: #000;
  font-weight: 600;
}
.product_details .product_content span {
  color: green;
  background: #00800042;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 0.25rem;
}
.price {
  display: flex;
  gap: 10px;
  margin: 15px 0 0;
}
h5.price del {
  color: #a7a7a7;
  font-weight: 300;
}
h5.price small {
  color: green;
}
.product_content p {
  color: #a7a7a7;
  margin: 10px 0 0;
}
ul.reating_pd {
  display: flex;
  list-style: none;
  margin-top: 10px;
  gap: 2px;
}
ul.reating_pd li {
  color: #e5d510;
  font-size: 14px;
}
ul.reating_pd li p {
  color: #000;
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 23px;
}
.color_area p {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.color_area p span {
  margin-left: 5px;
  color: #686868;
}
.color_btn {
  display: flex;
  gap: 15px;
  flex-flow: wrap;
  margin-top: 10px;
}
button.tablink {
  width: 47px;
  height: 47px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
  border: 2px solid #ffffff;
}
.product_details .product_content {
  padding-left: 40px;
}
.size_area {
  width: 50%;
  margin-top: 15px;
}
.size_area label {
  color: #000;
  text-transform: uppercase;
}
.size_area select {
  margin-top: 10px;
  box-shadow: none !important;
}
.product_details .qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  text-align: left;
}

.product_details .qty label {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  margin: 15px 0 10px;
}
.product_details .qty input {
    width: 7rem;
    height: 3rem;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #000;
  }
.product_details .qty button {
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-size: 2rem;
    background: #000;
    border:none;
  }
.product_details .qty.qtyminus {
    margin-right: 0.3rem;
  }
  .product_details .qty.qtyplus {
    margin-left: 0.3rem;
  }
  .product_details .qtyminus {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
  }
  .product_details .qtyplus {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
  }
  .product_cart_area {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 30px;
  }
  .quanty_area {
    margin-top: 1.3rem;
}
  .product_cart_area a {
    padding: 15px;
    width: 100%;
    background: var(--site-bg);
    text-align: center;
    border-radius: 0.25rem;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid var(--site-bg);
}
.product_cart_area a span {
  margin: 0 10px;
  display: inline-block;
  color: #fff !important;
  background: transparent !important;
}
.quanty_area .qty-input .product-qty {
  width: 20%; 
}
.quanty_area .qty-input .qty-count {
  width: 70px;
  height: 50px;
  font-size: 30px !important;
  line-height: 25px;
}

/* Style the tab */
.tab {
  border-radius: 10px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 4px;
  box-shadow: 1px 0px 20px #dddddd91;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:var(--site-bg);
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  margin-top: 30px;
  border: 1px solid #c1d9f9;
  padding: 15px;
  border-radius: 10px;
}
.tabcontent p {
  font-size: 14px;
  line-height: 25px;
  color: #333333a3;
}
.pd_description{
  padding: 0 0 70px;
}
.descontent {
  padding: 20px;
  margin: 30px 0 0;
  box-shadow: 2px 2px 20px 0px #2e319226;
}
.descontent ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.descontent ul li a {
  font-size: 20px;
  color:var(--site-bg);
}
.main_button a {
  padding: 12px 20px;
  background:var(--site-bg);
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  margin: 1rem 0 0;
}
.main_reviews {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 30px;
}
.review_content ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}
.review_content ul li a {
  color: #efc666;
  font-size: 13px;
}
div#News label {
  margin-bottom: 0.5rem;
}
  /* ========= product details sec ======= */

  /* ========== product list sec ========= */
.product_list {
    padding: 70px 0;
}
.pd-attribute {
  position: sticky;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fb592754;
  top: 0;
  left: 0;
}
  .cetagory_areapd h5 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .cetagory_areapd {
    margin-bottom: 40px;
  }
  .cetagory_areapd ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin-top: 20px;
  }
  .cetagory_areapd ul li a{
    color: #333;
  }
  .cetagory_areapd ul li:last-child a{
    color: var(--site-bg);
  }
  .moblile_down{
    transition: 0.5s;
  }
  .rotate {
    transform: rotate(180deg);
    transition: 0.5s;
  }
  /* Range css */
  .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--site-bg);
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -15px;
    background: none;
    pointer-events: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--site-bg);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--site-bg);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  ul.ceragory_listing li a input {
    margin-right: 10px;
    box-shadow: none !important;
  }
  .form-check-input:checked {
    background-color: var(--site-bg);
    border-color:var(--site-bg);
  }
  div#reating_box ul li a {
    color: #ffb13b;
  }
.product_list .product_area {
  margin-bottom: 30px;
}
.short_by {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 1rem;
}
.short_by label {
  font-weight: 600;
  display: block;
  width: 100px;
}
.short_by select{
  box-shadow: none !important;
}
.short_by select:focus{
  border-color: var(--site-bg);
}
.filter_box {
  display: none;
}
.filter-close {
  display: none;
}
.filter_btn {
  font-size: 14px;
  outline: none;
  border: none;
  color: #000;
  background: #e7e6e6;
  padding: 10px;
  border-radius: 0.25rem;
  font-weight: 500;
}
.pagination {
  justify-content: center;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}
.pagination a.active {
  background-color: var(--site-bg);
  color: white;
  border: 1px solid var(--site-bg);
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

#myModal .form-check {
  display: flex;
  gap: 10px;
}
#myModal .close {
  background: var(--site-bg);
  border: none;
  width: 27px;
  height: 27px;
  line-height: 0;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.modal-header {
  justify-content: end;
}
.none {
  display: none !important;
}
.modal-open{
  overflow-y: scroll !important;
  padding: 0 !important;
}
.modal {
  z-index: 999999999999999999;
}
.modal-footer {
  justify-content: center;
}
.modal-submit {
  padding: 4px 20px;
  border: none !important;
  border-radius: 0.25rem;
  background: var(--site-bg);
  color: #fff;
}
  /* ========= product list sec ====== */

  /*==== profile sec ======  */
  .my_profile {
    padding: 70px 0;
}
  .dascontent{
    display: none ;
  }
  .profile_btnarea {
    background: #ddd;
    text-align: center;
    padding: 20px;
    position: sticky;
    top:0;
}
.profilebtn {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 0.5rem;
  padding: 15px;
  background: #fff;
  display: inline-block;
  text-align: left;
  color: #000 !important;
}
.profilebtn.active {
  border-left: 2px solid var(--site-bg);
}
img.profile_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--site-bg);
  margin-bottom: 0.5rem;
}
.dascontent h4 {
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}
.Address_ins{
  margin-top: 30px;
}
#sectiontohide,#sectiontohide1,#sectiontohide2 {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 20px;
}
a.update {
  padding: 10px;
  display: inline-block;
  background: var(--site-bg);
  color: #fff;
  border-radius: 4px;
  margin-top: 1rem;
}
.dascontent .form-group {
  margin-bottom: 1rem;
}
.cart-table table {
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.cart-table-content table thead > tr {
  border: 1px solid #ebebeb;
}
.cart-table table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: medium none;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-table table tbody tr td.pro-thumbnail {
  width: 130px;
}
.cart-table-content table tbody > tr td {
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}
.cart-table table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.cart-table table tbody tr td a{
  color: #000;
}
.tabcontent label {
  color: #000;
  font-weight: 600;
}
.btn-black {
  color: #fff;
  background: #2a2931;
  border: none;
  padding: 12px 25px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 4px;
}
.input-box {
  margin-bottom: 1rem;
}
/* ====== my profile ====== */

/* ===== login ====== */
.cart_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--site-bg);
}
.cart_top h4 {
  margin: 0;
}
.cart_sec label {
  display: inline-block;
  margin-bottom: .5rem;
}
.cart_sec .form-group {
  margin-bottom: 1rem;
}
a.view_cart {
  display: block;
  padding: 10px 0;
  background: #d3d3d3;
  text-align: center;
  margin: 0 0 10px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  width: 100%;
}
.sign-up {
  padding: 10px;
  display: inline-block;
  background: var(--site-bg);
  color: #fff;
  border-radius: 4px;
  margin-top: 1rem;
}
.login-area {
  padding: 15px;
  background: #ddd;
  border-radius: 10px;
}
.cart_sec{
  padding: 70px 0 ;
}
/* ===== login sec ==== */

/* ===== cart sec ===== */
.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 55px;
}
.cart-shiping-update-wrapper .cart-clear > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-shiping-update > a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px 17px;
  text-transform: uppercase;
  border: 1px solid #606060;
  color: #333;
  text-decoration: none;
}
.cart-coupon, .culculate-shipping {
  box-shadow: 10px 25px 80px #96969626;
  padding: 20px;
  border: 1px solid #eee;
}
.cart-coupon h3 {
  margin-bottom: 15px;
}
.cart-coupon textarea {
  background: transparent;
  border: 1px solid #eee;
  width: 100%;
}
.cart-total {
  box-shadow: 10px 25px 80px #96969626;
  padding: 20px;
  border: 1px solid #eee;
}
.cart-total table {
  width: 100%;
  border: 1px solid #ddd;
}
.cart-total table th, td {
  padding: 15px !important;
  border-bottom: 1px solid #ddd;
}
.theme-default-button {
  background-color: #33333380;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 8px 25px;
  border-radius: 0;
  text-align: center;
}
.theme-default-button:hover, .progress-quantity .progress-bar {
  background-color:var(--site-bg);
}
.proceed-to-checkout .theme-default-button {
  margin-top: 20px;
}
.cart-table .qty {
  justify-content: center;
}
/* ==== cart sec ==== */

/* ===== contact sec ====== */
.contact_input h1 {
  font-weight: 700;
  margin-bottom: 20px;
}
.contact_page {
  padding: 70px 0;
}
.contact_list ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.contact_list ol li a {
  display: flex;
  gap: 10px;
  font-size: 17px;
  padding: 14px 0;
  color: #000;
  font-weight: 600;
  align-items: center;
}
.contact_list ol li a span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: var(--site-bg);
  line-height: 40px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  color: #fff;
}
.contact_input .form-group {
  margin-bottom: 1rem;
}
.contact_input .form-group .form-control {
  padding: 20px;
  box-shadow: none !important;
  outline: none !important;
}
.contact_input .form-group .form-control:focus{
  border-color: var(--site-bg);
}
.submit {
  padding: 10px 20px;
  background: var(--site-bg);
  display: inline-block;
  color: #fff;
  font-size: 17px;
  border-radius: 0.25rem;
}
/* ==== footer ===== */
.footer_wiget h5 {
  border-bottom: 1px dashed #fb5927;
  padding-bottom: 10px;
}
.footer_wiget ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
.footer_wiget ul li a {
  color: #ddd;
  font-size: 12px;
  transition: 0.5s;
}
.footer_wiget ul li a:hover{
  color: var(--site-bg);
  transition: 0.5s;
}
div#footer-links ul {
  grid-template-columns: 100%;
}
div#footer-links ul li a span {
  color: var(--site-bg);
  margin-right: 10px;
}
footer {
  background: #071d3f;
  padding: 50px 0 0;
}
.footer_wiget {
  color: #fff;
}
.payment_p {
  margin: 15px 0;
}
.payment_p svg {
  width: 100px;
}
div#footer-links p {
  font-size: 12px;
}
p.copy_right {
  margin: 20px 0 0;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #727272;
  border-top: 1px solid;
}

/* ===== cart massages ===== */
.cart_masages {
  position: fixed;
  bottom: -600px;
  right: 30px;
  background: var(--site-bg);
  padding: 13px;
  border-radius: 0.25rem;
  color: #000;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cart_masages_open{
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  bottom: 100px;
}
.cart_masages a {
  background: #fff;
  color: var(--site-bg);
  padding: 7px 10px;
  border-radius: 0.25rem;
  display: inline-block;
}
span.cart_msg-close {
  display: block;
  text-align: right;
  width: 100%;
  cursor: pointer;
}
/* ===== cart massages ===== */

/* ===== mobile menu bar ===== */
.black_bar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 0;
  height: 100%;
  background: #0009;
  z-index: 9999;
  transition: 0.3s;
}
.black_bar_open{
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.menu_area {
  position: fixed;
  top: 0;
  left: -100%;
  width: 0%;
  background: #fff;
  z-index: 99999;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.menu_area_open {
  left: 0;
  width: 80%;
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
.mb-close {
  position: absolute;
  top: 20px;
  right: -27px;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 0.25rem;
  color: #000;
}
.menu_area .logo {
  margin-bottom: 1rem;
  display: block;
  background: #11f4f2;
  border-radius: 0.25rem;
  overflow: hidden;
  text-align: center;
}
.menu_area .logo img {
  max-width: 150px;
}
.mobile_search {
  position: relative;
  overflow: hidden;
}
.mobile_search input {
  box-shadow: none !important;
  outline: none !important;
}
.mobile_search input:focus {
  border-color: var(--site-bg);
}
.mobile_login {
  display: flex;
  margin: 1rem 0;
  justify-content: start;
  gap: 10px;
  align-items: center;
}
.mobile_login a {
  font-size: 16px;
  padding: 5px 20px;
  background: var(--site-bg);
  color: #fff;
  border-radius: 0.25rem;
}
.mobile_list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}
.mobile_list li a {
  padding: 10px 0;
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.mobile_list li {
  border-bottom: 1px solid #ddd;
}
ul.mobile_list li:last-child {
  border-bottom: 0px solid #ddd;
}
.follow-links {
  display: flex;
  list-style: none;
  gap: 15px;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.follow-links li a {
  color: #333;
  text-decoration: none;
}
/* ===== mobile menu bar ===== */ 


/* ====== faq ====== */
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fb59278a;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
  filter: sepia(1);
}
.about_content h1 {
  margin-bottom: 1rem;
}
/* ======= faq ====== */

.btn_search {
	display: none;
	color: #fff !important;
}
.search-close {
	position: absolute;
	top: 6px;
	right: 10px;
	color: #000;
	display: block;
	z-index: 1;
}
.mobile_search {
	background: #fff;
	padding: 40px 20px 20px;
}
.mobile_search input {
	width: 100%;
	padding: 10px;
	border: 1px solid #00000075;
	border-radius: 0px;
	outline: none;
	color: #000;
}
.mobile_search_btn {
	position: absolute;
	top: 59%;
	transform: translateY(-50%);
	background: transparent;
	border: none !important;
	color: #979797;
	right: 25px;
	outline: none !important;
}
.search-area {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	background: #000000bf;
	height: 100%;
	z-index: 9999;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
}
.mobile_search_open{
    top:0%;
    opacity:1;
	visibility:visible;
	transition:all 0.5s;
    
}
.menu_area_open .mobile_search{
    padding:0px;
}
.menu_area_open .mobile_search_btn {
	top: 50%;
	right: 5px;
}
#srch_prdt1{
    height:350px;
    overflow-y:scroll;
}
#srch_prdt1 .search-data li a{
    color:#000 !important;
}