@font-face {
  font-family: 'montserrat';
  src: url("fonts/font.ttf");
 }
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: montserrat;
  font-size: 16px;
  box-sizing: border-box;
}
.top_menu {
  background-color: rgba(59, 130, 246, 0.5);
}
.logo a img {
  height: 90px;
  width: 180px;
  max-width: 100%;
}
.form {
  position: relative;
}
.form i {
  position: absolute;
  top: 32%;
  right: 3%;
}
.form input {
  width: 100%;
  border-radius: 18px;
  border: none;
  padding-left: 30px !important;
  padding: 10px;
  outline: none;
}
.cart-icon a i {
  /* padding-top: 10px; */
  color: #6466ff;
}
.heading h6 {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c5c5;
}
.categori-item ul {
  list-style: none;
}
.categori-item ul li a {
  text-decoration: none;
  color: #888;
  line-height: 35px;
}
.categori-item ul li a:hover {
  color: rgb(23, 22, 22);
  transition: all 0.3s;
}
.card_product {
  cursor: pointer;
  border: 1px solid #e7e7e7;
  transition: all 0.3s;
  border-radius: 10px;
  height: 400px;
}
.card_product:hover {
  transform: translateY(-10px);
  box-shadow: 0px 9px 19px 12px #e9ecef;
}
.card_product img {
  width: 100%;
  margin: auto;
  object-fit: cover;
  height:230px;
}
.cart-icon a span {
  margin: 0;
  font-size: 22px;
  color: yellow !important;
}
.cart-icon a i {
  position: relative;
}
.card_product-body h6 {
  text-align: center;
}
.card_product-body p {
  text-align: center;
  font-weight: 600;
}

p.product_cat {
  font-size: 14px !important;
  text-align: center;
  color: #707070;
  margin-bottom: 5px;
}

p.card-title {
  text-align: center;
  color: black;
}

p.product-price {
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: center;
  color:  #ff2d00;
  margin-bottom: 10px;
}

.product-img {
  width: 250px;
}
.product-img img {
  max-width: 100%;
}
.cart_wrapper_product {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
}
input.text-center.w-25.product_cart_input {
  border: 1px solid #dfdfdf;
}
.qr_code_wrapper img {
  width: 350px;
}

.qr_code_wrapper {
  text-align: center;
}

ul#size_ul_list_wrapper {
  list-style: none;
  padding: 0;
}

ul#size_ul_list_wrapper li {
  display: inline-block;
  margin-bottom: 15px;
  width: 25%;
  text-align: center;
}
ul#size_ul_list_wrapper li:last-child{
  margin-bottom: 0px;
}
a.btn.btn-sm.btn-danger.delete_cart {
  padding: 8px 8px;
  margin-top: 13px;
}
ul#feature_menu_wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

ul#feature_menu_wrapper li {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
}
ul#feature_menu_wrapper li:last-child{
  margin:0;
}
ul#feature_menu_wrapper li a{
  text-decoration: none;
}
ul#feature_menu_wrapper li p i{
  color:white;
  font-size: 23px;
}
ul#feature_menu_wrapper li p{
  color:yellow;
  font-weight: 600;
}

footer {
  background: #030303;
  padding: 20px 0px;
  font-size: 13px;
  z-index: 1000;
}
section#product-list {
  padding-bottom: 40px;
  margin-top:75px;
}
header {
  position: fixed;
  background: #030303;
  top: 0;
  width: 100%;
  z-index: 100;
}
section#cart-page_wrapper {
  margin-top: 8%;
}
section#checkout_wrapper {
  margin-top: 10%;
  margin-bottom: 30%;
}
section#payment_wrapper {
  margin-top: 10%;
}
.cart-icon.d-none.d-lg-block.text-end a {
  text-decoration: none;
}
.cart-icon a {
  text-decoration: none;
}
i.mobile_open_icon {
  color: yellow;
  font-size: 23px !important;
}
i.mobile_close_icon {
  color: yellow;
  font-size: 23px !important;
}
.cart_product_image{
  width: 80px;
}
.card.card_product.guard-product.position-relative a img {
  width: 360px;
  height: 100%;
  object-fit: contain;
}
.cart_wrapper_product ul li {
  display: inline-block;
}

.cart_wrapper_product ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.card.card_product.guard-product.position-relative {
  width: 360px;
  margin: auto;
  height: auto;
  margin-top:35px;
}
@media only screen and (max-width: 991px) {
  #productModal .product-img {
    width: 250px;
    margin: auto;
    margin-bottom: 25px;
  }
  section#payment_wrapper {
    margin-top: 15%;
    margin-bottom: 30%;
  }
  section#cart-page_wrapper {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .category_menu_wrapper {
    position: absolute;
    z-index: 10000;
    left: -100%;
    background: white;
    padding: 60px 30px 0px 10px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    box-shadow: 0px 3px 1px 1px #9f9f9f;
    top: 0;
    transition: all 0.3s;
  }
  .category_menu_wrapper.active {
    left: 0% !important;
  }
  .card_product {
    height: 370px;
  }
  .card_product p.card-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  a.btn.btn-sm.btn-danger.delete_cart {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  section#cart-page_wrapper {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  section#payment_wrapper{
    margin-top: 25%;
    margin-bottom: 30%;
  }
}
@media only screen and (max-width: 525px) {
  .card_product img {
    height: auto;
  }
.card.card_product.guard-product.position-relative {

  margin-top:0px;
}
  .card_product .card-body {
    padding: 5px;
  }
  .card_product .product_cat{
    display: none;
  }
  .card_product .card-title{
    display: none;
  }
  .cart_wrapper_product {
    position: initial !important;
  }
  .cart_wrapper_product.position-absolute.text-center button {
    font-size: 10px;
  }
  .card_product {
    height: auto;
  }
  .card_product .product-price{
    font-size:11px
  }
  a.btn.btn-sm.btn-danger.delete_cart {
    margin-top: 0px;
    padding: 4px 8px;
  }
  .product_desc {
    font-size: 14px;
  }
  .cart_product_image{
    width:40px
  }
  .product_size_color_wrapper {
      font-size: 12px;
  }
  p.total_cost_text {
      font-size: 12px;
  }
}