@font-face {
    font-family: yekanbakh;
    src: url(/fonts/YekanBakhNum/eot/YekanBakhNum_Regular.eot),
        url(/fonts/YekanBakhNum/woff2/Regular2.woff2),
        url(/fonts/YekanBakhNum/woff/Regular.woff),
        url(/fonts/YekanBakhNum/ttf/YekanBakhNum_Regular.ttf);
}

h1, h2, h3, h4, h5, h6, p, small, div, a, label, input, textarea {
    letter-spacing: 0px !important;
    font-family: yekanbakh,system-ui,sans-serif !important;
}

a {
    text-decoration: none;
}

.wrap {
    max-width: 700px;
    min-width: 320px;
    margin: auto;
    padding-bottom: 250px;
}

.create-page-branding {
    box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 27px 54px rgba(0,0,0,.04),0 17.5px 31.625px rgba(0,0,0,.03),0 10.4px 17.2px rgba(0,0,0,.024),0 5.4px 8.775px rgba(0,0,0,.02),0 2.2px 4.4px rgba(0,0,0,.016),0 .5px 2.125px rgba(0,0,0,.01);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    max-width: 150px;
    border-radius: 50px;
    padding: 10px 10px;
    margin: 20px auto 0px;
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    display: none;
    transition: all .15s linear;
}
.create-page-branding strong {
    font-size: 16px;
    font-weight: bold;
    padding-right: 3px;
}

.btn , .form-control {
    border-radius: 5px;
}

.shop-nav {
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 5px;
    height: 60px;
    width: 95%;
    border-radius: 50px;
    opacity: 1;
    transition: all .15s linear;
    justify-content: space-between;
    left: 0;
    right: 0;
    padding: 0px 5px;
        /* background: rgba(255, 255, 255, .8); */
    backdrop-filter: blur(16px);
    min-width: 300px;
    z-index: 9999;
}

.nav-shadow {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, .5);
    /* background-color: #ffffff3b; */
    box-shadow: 1px 3px 10px #cccccc78;
}

.shop-nav .shop-title {
    margin: 0;
    color: #000;
    text-shadow: #727272a4;
    font-weight: bold;
    font-size: 14px;
}

.shop-nav .cart-icon {
    /* padding: 0px 2px; */
    margin-left: 5px;
}

.shop-nav .shop-logo {
    width: 50px;
    border-radius: 50px;
    margin: 0px;
}


.shop-main {
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 20;
}

.shop-logo {
    width: 100px;
    border-radius: 100px;
    margin: 15px;
    padding: 2px;
    box-shadow: 1px 2px 2px #cccccc78;
}

.shop-title {
    font-size: 20px;
    font-weight: bold;
}

.shop-desc {
    font-size: 14px;
    line-height: 1.5;
}

.category-main {
    margin-top: 100px;
    text-align: center;
}

.category-item-wrapper {
    margin-bottom: 15px;
    display: block;
}

.category-item {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    height: 84px;
    max-height: 84px;
    align-items: start;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 1px 3px 10px #cccccc78;
    overflow: clip;
}

.category-item .category-data {
    flex: 6;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.category-item .category-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.category-item .category-product-images {
    max-width: 150px;
    width: auto;
    flex: 1;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    position: relative;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.category-item .category-product-img-1 {
    z-index: 10;
    min-height: 75px;
    min-width: 75px;
    border-radius: 15px;
    border: 3px solid #fff;
    max-height: 60px;
    background: #fff;
    box-shadow: 1px 2px 2px #cccccc78;
}

.category-item .category-product-img-2 {
    z-index: 5;
    min-height: 75px;
    min-width: 75px;
    border-radius: 15px;
    border: 3px solid #fff;
    right: 40px;
    position: relative;
    max-height: 60px;
    background: #fff;
    box-shadow: 1px 2px 2px #cccccc78;
}

.category-item .category-product-img-3 {
    z-index: 1;
    min-height: 75px;
    min-width: 75px;
    border-radius: 15px;
    border: 3px solid #fff;
    position: relative;
    right: 80px;
    max-height: 60px;
    background: #fff;
    box-shadow: 1px 2px 2px #cccccc78;
}

.product-list {
    margin: 40px 0px 30px;
}

.product-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 15px auto 0;
    width: calc(100% - 40px) !important;
}

.product-img {
    border-radius: 20px;
    max-width: 99%;
    min-width: 300px;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #fff;
    padding: 5px;
    box-shadow: 1px 3px 15px #cccccc78;
}

.product-item-title {
    font-size: 18px;
    font-weight: bold;
    margin: 2px 0px;
}
.cart-items-count {
  background: #939393;
  padding: 5px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6px;
  font-size: 12px;
  left: 6px;
  color: #fff;
  box-shadow: 1px 2px 2px #cccccc78;
}


/*  */

.shop-wrap {
    width: 95%;
    margin: auto;
}
.shop-social {
    /* background: #fff;; */
    /* padding: 5px; */
    /* box-shadow: 1px 3px 5px #cccccc78; */
    /* border-radius: 10px; */
}
.product-details {
    margin: auto;
    margin-top: 100px;
}
.product-item-title {
    font-size: 22px;
    font-weight: bold;
}
.product-item-price {
    font-size: 18px;
}
.product-img {
    margin: auto;
    max-height: 400px;
}

.product-buttons {
    position: fixed;
    bottom: 12px;
    left: 10px;
    right: 10px;
}

.product-buttons .btn {
    width: 100%;
    box-shadow: 1px 5px 20px #0000004a;
}
.product-add-to-cart-button {
    min-width: 300px;
}
.product-add-to-cart-button span {
    font-size: 12px;
}

/*  */
.cart-details {
    margin-top: 80px;
}

.cart-product-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 0px;
}
.cart-product-item h4 {
    font-size: 16px;
}
.cart-product-item label {
    font-size: 12px;
}
.cart-product-item .cart-product-item-price {
    font-size: 12px;
    font-weight: bold;
}
.cart-product-item .cart-product-item-section-2 {
    flex: 6;
}
.cart-product-item-options {
    padding-left: 10px;
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
    justify-content: space-between;
}
.cart-product-item .product-image {
    width: 100px;
    margin: 0px 5px 0px 10px;
    flex: 2;
    border-radius: 5px;
    max-height: 170px;
}
.cart-product-item .input-group {
    width: 94px;
}
.cart-product-item .input-group .btn {
    padding: 0px 7px;
}
.submit-cart-button {
    width: 100%;
}

.form-label {
    font-weight: bold;
}
.shop-payout-address {
    padding: 0;
    margin: 0;
}
.shop-payout-address .hstack {
    justify-content: space-between;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
.text-underline {
    text-decoration: underline;
}
.display-none {
    display: none;
}
.number-without-arrows > input::-webkit-outer-spin-button,
.number-without-arrows > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.number-without-arrows {
    -moz-appearance: textfield;
}

.mt-100 {
    margin-top: 100px;
}

.home-shop {
  flex-direction: row;
  display: flex;
  height: 300px;
  justify-content: space-around;
  max-width: 95%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.home-shop-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-shop-info .home-shop-title {
    font-size: 18px;
}
.home-shop-info .home-shop-img {
    height: 70px !important;
    width: 70px  !important;
    border-radius: 50px;
    padding: 3px;
    box-shadow: 1px 3px 5px #cccccc78;
}
.home-shop .home-shop-details {
    font-size: 16px;
    margin: 10px 0px;
}
.home-product {
    display: flex;
    flex-direction: column;
    width: 170px;
    padding: 5px 10px;
    margin-left: 5px;
}
.home-product .home-product-img {
    max-height: 400px;
    height: 160px;
    width: 160px;
    border-radius: 15px;
    padding: 3px;
    box-shadow: 1px 3px 5px #cccccc78;
}
.home-product .home-product-details {
    font-size: 14px;
    margin: 10px 0px;
}
