@font-face {
    font-family: iranyekan;
    src: url(/public/fonts/iranyekan.ttf);
}

* {
    text-decoration: none !important;
    font-family: iranyekan;
}

.modal-body-tracking input:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;



    box-shadow: none !important;
}

textarea:focus,
input:focus {
    outline: none !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 0px 0 #ddd;
}

html::-webkit-scrollbar {
    background-color: #eee;
    width: 10px
}

.have-ask-product {
    display: block;
    color: #fff;
    font-size:13px;
    background-color:#21c04e;
    width:140px;
    padding:7px;
    margin-top: 10px;
    border-radius: 4px;
}

.have-ask-product img {
    width:25px;
    color:#fff;

}

.have-ask-product:hover {
    color: #fff;

}

html::-webkit-scrollbar-thumb {
    background-color: #ccc
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #ccc
}

html::-o-scrollbar {
    background-color: #ccc;
    width: 10px
}

html::-o-scrollbar-thumb {
    background-color: #ccc
}

html::-o-scrollbar-thumb:hover {
    background-color: #ccc
}

.search-desktop-body::-webkit-scrollbar {
    background-color: #eee;
    width: 10px
}

.search-desktop-body::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.search-desktop-body::-webkit-scrollbar-thumb:hover {
    background-color: #ccc
}

.search-desktop-body::-o-scrollbar {
    background-color: #ccc;
    width: 10px
}

.search-desktop-body::-o-scrollbar-thumb {
    background-color: #ccc
}

.search-desktop-body::-o-scrollbar-thumb:hover {
    background-color: #ccc
}

.product-list::-webkit-scrollbar {
    background-color: #eee;
    width: 10px
}

.product-list::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.product-list::-webkit-scrollbar-thumb:hover {
    background-color: #ccc
}

.product-list::-o-scrollbar {
    background-color: #ccc;
    width: 10px
}

.product-list::-o-scrollbar-thumb {
    background-color: #ccc
}

.product-list::-o-scrollbar-thumb:hover {
    background-color: #ccc
}

.contact-us-product {
    background: #ef4056;
    color: #fff;
    margin-top: -10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    font-size: 11px;
    text-align: center;
    margin-bottom: -15px;
}

.contact-us-product a {
    color: #fff;
}
.contact-us-product a:hover {
    color: #fff;
}

.showWelcomeMsg {
    display: none;
    width: 230px;
    height: 150px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    left: 20px;
    bottom: 110px;
    border: 1px solid #e0e0e0;
    z-index: 6;
}

.main-menu {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.main-menu img {
    margin-top: 5px;
}

.search-form {
    display: inline;
    position: relative;
    right: -15px
}

.search-form input[type=text] {
    border: none;
    background-color: #ededed;
    padding: 14px;
    padding-right: 50px;
    border-radius: 8px;
    width: 600px;
    color: #383838;
    font-size: 12px;
}

.search-form i {
    position: relative;
    right: 42px;
    top: 4px;
    font-size: 19px;
    color: #ababab;
}

.cart-fav {
    float: left;
}

.cart-fav img {
    position: relative;
}

.cart-fav img {
    width: 35px;
}

.cart-fav:hover {
    cursor: pointer;
    color: red;
}

.badge-cart {
    background-color: #ef4056;
    text-align: center;
    color: #fff;
    width: 18px;
    font-size: 10px;
    position: relative;
    border-radius: 4px;
    top: -15px;
    border: 1px solid #fff;
}

.list-menu {
    margin-top: 20px;
}

.list-menu p {
    color: #00ced1;
    float: left;
    font-size: 14px;
}

.list-menu p:hover {
    cursor: pointer;
}

.list-menu a:hover {
    cursor: pointer;
}

.list-menu a:hover {
    padding-bottom: 10px;
    color: #8d8d8d;
}

.list-menu a {
    color: #ababab;
    margin-left: 20px;
    font-size: 14px;
}

.slider img {
    border-radius: 20px;
}

.slides-left-images img {
    border-radius: 10px;
    ;
}

.product-list {
    position: fixed;
    z-index: 3;
    background-color: #fff;
    top: 30px;
    display: none;
    text-align: right;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    border: 1px solid rgb(243, 243, 243);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-left: 20px;
    padding-top: 15px;
    bottom: 30px;
    overflow-y: auto;
}

.close-product-list {
    float: left;
}

.close-product-list:hover {
    cursor: pointer;
}

.product-list a {
    width: 350px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000;
    font-size: 14px;
    display: block;
}

.product-list a i {
    padding-left: 10px;
}

.product-list a:hover {
    color: rgb(255, 0, 0);
}

.gradient {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    display: none;
    z-index: 2;
    top: 0px;
}

.gradient2 {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    display: none;
    z-index: 2;
}

.gradient3 {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    display: none;
    z-index: 2;
    top: 111px;
}

.gradient4 {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    display: none;
    z-index: 9500;
}

.a-logo-mobile img {
    width: 115px;
    height: 30px;
    position: absolute;
    top: 15px;
    z-index: 1;
    right: 170px;
}

.a-logo-mobile {
    display: none;
}

.a-logo img {
    width: 115px;
    height: 30px;
}

.hamburger {
    width: 38px;
    height: 34px;
    display: none;
    margin-top: 0px !important;
}

.hamburger:hover {
    cursor: pointer;
}

.drawer-side-bar {
    position: fixed;
    background-color: #fff;
    z-index: 4;
    right: 0;
    top: 0;
    width: 280px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    margin-right: -280px;
    padding-bottom: 80px;
}

.a-logo-mobile-drawer img {
    padding-right: 20px;
    width: 115px;
    height: 30px;
}

.list-menu-mobile {
    margin-top: -17px;
}

.list-menu-mobile a {
    display: block;
    color: #555555;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.list-menu-mobile a i {
    padding-left: 10px;
}

.list-menu-mobile a:hover {
    background-color: #ef4056;
    color: #fff;
    cursor: pointer;
}

.menu-mobile {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 66;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.menu-mobile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255, 255, 255, 0.3);
    z-index: -1;
    border-radius: inherit;
}

.menu-mobile img {
    margin-bottom: 2px;
    width: 22px;
}

.menu-mobile td {
    font-size: 10px;
}

.menu-mobile table {
    border-spacing: 35px 0;
    border-collapse: separate;
}

.menu-mobile table a {
    color: #000;
}

.menu-mobile tr {
    font-size: 11px;
    text-align: center;
}

.menu-mobile section {
    margin-top: 5px;
}

.count-cart-menu-mobile {
    background-color: #ef4056;

    color: #fff;
    width: 15px;
    font-size: 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.list-menu-mobile p {
    color: #00ced1;
    padding-right: 20px;
    margin-top: 10px;
}

.list-menu-mobile p:hover {
    cursor: pointer;
}

.list-product-mobile {
    padding-right: 15px;
    display: none;
}

.search-desktop {
    position: fixed;
    z-index: 4;
    right: 144px;
    top: 12px;
    border-radius: 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    width: 600px;
    height: 400px;
    display: none;
}

.search-desktop-line {
    border-top: 1px solid #00ced1;
    margin-top: 43px !important;
    width: 600px;
    margin: auto;
}

.search-desktop-body {
    margin-top: 0px;
    width: 600px;
    background-color: #fff;
    overflow-y: auto;
    height: auto;
}

.search-desktop-body-detail {
    margin-top: 0px !important;
    width: 575px;
    height: 400px;
    background-color: #fff;
    margin: auto;
    padding-right: 10px;
}

.search-mobile {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 4;
    display: none;
    overflow: auto;
}

.search-mobile i {
    margin-right: 20px;
    font-size: 19px;
    position: relative;
    top: 4px;
    color: rgb(126, 126, 126);
}

.search-mobile i:hover {
    cursor: pointer;
}

.search-mobile-line {
    border-top: 1px solid #00ced1;
    margin-top: 0px !important;
    width: 96%;
    margin: auto;
}

.search-mobile-body {
    margin-top: 0px;
    width: 96%;
    background-color: #fff;
    margin: auto;
    padding-top: 10px;
}

.search-mobile-input {
    border: none;
    padding: 14px;
    padding-right: 14px;
    width: 84%;
    color: #383838;
    font-size: 11px;
    margin-top: 7px;
}

.item-product-slider:first-child {
    margin-left: -40px !important;
}

.product-slider {
    padding-top: 30px;
    padding-left: 2px;
    padding-right: 2px;
}

.product-slider div {
    background-color: #fff;
    padding-top: 2px;
}

.product-slider p {
    color: rgb(73, 73, 73);
    margin-top: 5px;
    direction: rtl;
    text-align: left;
    margin-left: 0px;
    font-size: 14px;
}

.product-related {
    padding-top: 30px;
    padding-left: 2px;
    padding-right: 2px;
}

.product-related div {
    background-color: #fff;
    padding-top: 2px;
}

.product-related p {
    color: rgb(73, 73, 73);
    margin-top: 5px;
    direction: rtl;
    text-align: left;
    margin-left: 0px;
    font-size: 14px;
}

.product-slider-offer {
    padding-top: 30px;
    padding-left: 2px;
    padding-right: 2px;
}

.product-slider-offer div {
    background-color: #fff;
    padding-top: 2px;
}

.product-slider-offer p {
    color: rgb(73, 73, 73);
    margin-top: 5px;
    direction: rtl;
    text-align: left;
    margin-left: 0px;
    font-size: 14px;
}

.product-slider-offer h6 {
    font-size: 12px;
    color: rgb(73, 73, 73);
    text-align: right;
    direction: rtl;
    line-height: 20px;
    height: 50px;
    margin-top: -12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ef4056 !important;
    /*active and on hover color*/
}

.product-slider-offer a:hover {
    color: #000;
}

.product-slider-offer img {
    margin-bottom: 10px;
}

.discount-product-slider {
    background-color: #ef4056;
    color: #fff;
    font-size: 9px;
    border-radius: 50%;
    padding-top: 4px;
    padding-bottom: 3px;
    font-style: normal;
    width: 22px;
    text-align: center;
}

.product-slider h6 {
    font-size: 12px;
    color: rgb(73, 73, 73);
    text-align: right;
    direction: rtl;
    line-height: 20px;
    height: 96px;
    margin-top: -12px;
    margin-bottom: -12px;
}

.product-slider a:hover {
    color: #000;
}

.product-slider img {
    margin-bottom: 10px;
}






.product-related h6 {
    font-size: 12px;
    color: rgb(73, 73, 73);
    text-align: right;
    direction: rtl;
    line-height: 20px;
    height: 40px;
    margin-top: -12px;
}

.product-related a:hover {
    color: #000;
}

.product-related img {
    margin-bottom: 10px;
}

.bg-for-hide-overflow-title-product-slider {
    background-color: #fff;
    width: 300px;
    height: 50px;
    margin-top: -20px;
    margin-bottom: -30px;
    z-index: 10;
    position: relative
}

.star-product-slider {
    color: #f9a825;
    position: relative;
    top: 2px;
}

.footer-products a {
    color: rgba(255, 255, 255, 0.5);
}


footer {
    background-color: #f9f9f9;
    padding-top: 70px;
    font-size: 14px;
    text-align: justify;
    margin-top: 50px;
}

footer p:nth-child(1) {
    margin-bottom: 20px;
}

footer p:nth-child(2) {
    margin-bottom: 10px;
}

footer p:nth-child(3) {
    margin-bottom: 5px;
}

footer p:nth-child(4) {
    margin-bottom: 10px;
}

footer a {
    color: #889098 !important;
    ;
}

footer span {
    line-height: 25px;
}

footer a {
    display: block;
    margin-bottom: 25px;
}

footer a:hover {
    color: #c2c2c2;
}

.footer-contactus img {
    position: relative;
    top: -4px;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-media a {
    display: inline;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 4px 2px 2px #dcdde1;
    margin-left: 10px;
    padding-top: 14px;
}

.footer-social-media i {
    font-size: 19px;
    transition: all 0.2s linear;
}

.footer-social-media a:hover i {
    transform: scale(1.4);
}

.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.fa-youtube {
    color: #e84118;
}

.fa-linkedin {
    color: #0097e6;
}

.fa-x {
    color: rgb(0, 0, 0);
}

.fa-whatsapp {
    color:rgb(37, 211, 102)
}

.fa-telegram {
    color: rgb(0, 136, 204);
}

.free-delivery-products-title span {
    color: #ef4056;
}

.free-delivery-products-title img {
    width: 28px;
}

.new-products-title span {
    color: #ef4056;
}

.new-products-title img {
    width: 28px;
}

.line-bottom-products-title {
    height: 1px;
    background-color: #e4e4e4;
}

.line-bottom-products-title-section {
    height: 1px;
    background-color: #acacac;
    margin-top: -1px;
    width: 250px;
}

.img-left-line-products {
    width: 20px !important;
    margin-top: -28px !important;
    margin-right: -12px !important;
}

.special-offer-title button {
    background-color: #ef4056;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.2s linear;
}

.special-offer-title button:hover {
    background-color: #ca293f;
    transition: all 0.2s linear;
}

.special-offer-title a {
    color: #ef4056;
}

.special-offer-title a:hover {
    color: #ef4056;
}

.banners img {
    border-radius: 6px;
}

.banners img:nth-child(1) {
    margin-bottom: 5px;
}

.description {
    margin-top: 70px;
    line-height: 26px;
    color: rgb(24, 24, 24);
    text-align: justify;
}

.description a {
    color: #dc3545;
}

.description a:hover {
    color: #000;
}

.description p {
    text-align: justify;
    margin-top: 20px;
    color: rgb(24, 24, 24);
    font-size: 15px;
    line-height: 26px;
    display: inline;
}

.description span {
    color: rgb(24, 24, 24);
    font-size: 15px;
    line-height: 26px;
}

.description h5 {
    color: rgb(99, 99, 99);
    margin-bottom: 12px;
}

.return-rules {
    margin-top: 20px !important;
}

.return-rules h2 {
    text-align: center;
    margin-bottom: 20px;
}

.wa-fix {
    width:60px;
    position: fixed;
    left:20px;
    bottom: 65px;
    z-index:5999;
    
}

.description img {
    margin-right: 0px;
    margin-left: 0px;
    width: 72px;
}

.readmore-description-index {
    color: #ef4056 !important;
    font-size: 14px !important;
}

.less-description-index {
    color: #ef4056 !important;
    display: none;
    font-size: 14px !important;
}

.less-description-index:hover {
    cursor: pointer;
}

.readmore-description-index:hover {
    cursor: pointer;
}

.page-path {
    margin-top: 30px;
    color: #889098;
    font-size: 12px;
}

.page-path i {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 8px;
    color: #889098;
}

.page-path i:first-child {
    font-size: 12px;
}

.page-path a {
    color: #889098;
}

.page-path a:hover {
    color: #889098;
}

.owl-prev,
.owl-next,
.owl-dot {
    display: none;
}

.product {
    color: #000 !important;
    margin-top: 20px;
}

.product h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 40px;
}

.discount-label {
    z-index: 2;
    color: #fff;
    font-weight: 600;
    position: absolute;
    border-radius: 15px;
    font-size: 15px;
    top: 0px;
    right: 0px;
    padding: 8px;
}

.discount-label p {
    top: 12px;
    position: absolute;
    padding-right: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.discount-label img {
    width: 35px;
    height: 40px;
}

#copy-shaba,
#copy-card-number {
    cursor: pointer;
}

.add-fav {
    z-index: 2;
    position: absolute;
    border-radius: 15px;
    top: 70px;
    right: 10px;
    transition: 0.2s all ease;
}

.add-fav:hover img {
    cursor: pointer;
    width: 34px !important;
    transition: 0.2s all ease;
}

.product p {
    line-height: 32px;
    font-size: 14px !important;
}

.product h5 {
    color: rgb(255, 0, 0);
    display: inline;
    font-size: 22px;
    position: relative;
    top: 6px;
}

.product-count-box {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: inline-block;
    position: relative;
    top: -5px;
    right: 10px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 6px;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid lightgray;
}

.product-count-box span {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
}

.product-count-box i {
    font-size: 14px;
}

.product-count-box i:hover {
    cursor: pointer;
}

#buy-btn-weight {
    border: none;
    background-color: #ef394e;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 4px;
    margin-top: 10px;
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.1s all ease;
}

.buy-btn {
    border: none;
    background-color: #ef394e;
    /* padding-left: 35px;
    padding-right: 35px; */
    width:200px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 4px;
    margin-top: 10px;
    display: inline;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    transition: 0.1s all ease;
}

.buy-btn:hover {
    transition: 0.1s all ease;
    background-color: #c72134;
}

#buy-btn-weight:hover {
    transition: 0.1s all ease;
    background-color: #c72134;
}

.product-detail {
    padding-right: 30px !important;
    margin-top: 10px !important;
}

.product-detail h6 {
    margin-top: 20px;
    font-size: 16px;
}

del {
    display: block;
    font-size: 12px;
    color: rgb(221, 221, 221);
    margin-bottom: -14px;
}

.product-description {
    line-height: 35px;
    margin-top: 70px;
    text-align: justify;
}

.product-description a {
    color: #dc3545;
}

.product-description a:hover {
    color: #000;
}

.product-description h1 {
    font-size: 27px;
    line-height: 45px;
}

.product-description h2 {
    font-size: 24px;
    line-height: 45px;
}

.product-description h3 {
    font-size: 21px;
    line-height: 45px;
}

.product-description h4 {
    font-size: 18px;
    line-height: 45px;
}

.product-description h5 {
    font-size: 15px;
    line-height: 45px;
}

.product-description h6 {
    font-size: 12px;
    line-height: 45px;
}

.product-comment h4 {
    font-size: 16px;
}

.product-comment {
    font-size: 13px;
}

.product-comment input {
    display: block;
    height: 28px;
    width: 335px;
    margin-bottom: 10px;
    font-size: 13px;
    border: 1px solid lightgray;
}

.product-comment textarea {
    display: block;
    width: 335px;
    margin-bottom: 10px;
    font-size: 13px;
    border: 1px solid lightgray;
}

.product-comment button {
    font-size: 13px;
}

.trust-only-lg img {
    display: block;
    width: 60px
}

.trust-only-lg p {
    margin-bottom: 0px;
    font-size: 10px !important;
    line-height: 15px;
}

.trust {
    margin-top: 50px;
}

.trust img {
    width: 70px;
}

.trust p {
    font-size: 10px !important;
}

.comment-item {
    margin-bottom: 30px;
}

.comment-item img {
    width: 30px;
    margin-left: 1px;
}

.comment-item span {
    font-size: 22px;
    position: relative;
    top: -5px;
    color: lightgray;
}

.comment-item h5 {
    display: inline;
    color: rgb(201, 201, 201);
    font-size: 12px;
}

.comment-item h6 {
    font-size: 13px;
    margin-top: 5px;
    line-height: 25px;
}

.admin-reply-comment {
    padding: 15px;
    margin-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}

.admin-reply-comment p {
    margin-bottom: 0px;
    line-height: 26px;
}

.modal-body-favorite {
    font-size: 12px !important;
}

.modal-body-favorite img {
    width: 50px;
    border-radius: 5px;
    margin-left: 5px;
}

.modal-body-favorite table {
    margin-bottom: 10px;
    font-size: 12px !important;
}

.modal-body-favorite table tr a {
    color: #000;
}

.modal-body-favorite a:hover {
    color: #ef4056;
}

.modal-body-favorite span {
    font-size: 22px;
    position: relative;
    top: -5px;
    color: lightgray;
}

.delete-item-fav {
    color: rgb(201, 201, 201) !important;
}

.delete-item-fav:hover {
    color: #ef4056 !important;
}

.other-images-products {
    margin-top: 30px;
    margin-bottom: 30px;
}

.other-images-products img {
    margin-bottom: 5px
}

.other-images-products img:hover {
    cursor: pointer;
}

.modal-body-tracking form input {
    font-size: 12px !important;
}

.modal-body-tracking form button {
    font-size: 12px !important;
    margin-top: 8px;
}

.modal-body-tracking form p {
    margin-bottom: 0px;
}

.gradient-cart {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    display: none;
    z-index: 9;
    top: 0px;
}

.cart-menu {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    color: #000;
    padding: 20px;
    height: 100%;
    width: 350px;
    z-index: 65;
    margin-left: -380px;
    font-size: 15px;
}

.sp-title-body-cart {
    width: 350px;
    height: 5px;
    margin-right: -20px;
    background-color: rgb(246, 246, 246);
    margin-top: 20px;
    margin-bottom: 10px;
}

.plus-product-cart:hover {
    color: #dc3545 !important;
    transition: 0.2s all ease;
}

.plus-product-cart {
    color: #000 !important;
    transition: 0.2s all ease;
}

.minus-product-cart:hover {
    color: #dc3545 !important;
    transition: 0.2s all ease;
}

.minus-product-cart {
    color: #000 !important;
    transition: 0.2s all ease;
}

.cart-menu h6 {
    display: inline;
    margin-top: 20px !important;
    font-size: 22px;
    position: relative;
    top: 5px;
}

.cart-img-cart-menu {
    width: 35px;
    opacity: 0.7;
    margin-right: 50px;
}

.close-cart-menu {
    position: relative;
    /* right:220px; */
    top: 5px;
    font-size: 20px;
    color: red;
}

.close-cart-menu:hover {
    cursor: pointer;
}

.empty-cart p {
    margin-top: 5px;
}

.cart-data img {
    width: 90px;
    padding-left: 10px;
}

.delete-product-cart {
    color: #000 !important;
    transition: 0.2s all ease;
}

.delete-product-cart:hover {
    color: #dc3545 !important;
    transition: 0.2s all ease;
}

.cart-data a {
    color: #000;
    transition: 0.2s all ease;
}

.cart-data a:hover {
    color: #dc3545;
    transition: 0.2s all ease;
}

.cart-data {
    font-size: 13px !important;
    margin-bottom: 40px;
    margin-top: 5px;
    line-height: 24px;
}

.cart-data tr td span:hover {
    cursor: pointer;
}

.cart-data tr td i {
    font-style: normal;
}

.separator {
    font-size: 22px;
    position: relative;
    top: -5px;
    color: lightgray;
}

.cart-body {
    width: 320px;
    overflow-y: auto;
    max-height: 350px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-bottom: 50px;
}

.fixed-dialog,
.fixed-dialog2,
.fixed-dialog3,
.fixed-dialog4,
.fixed-dialog5,
.fixed-dialog6 {
    position: fixed;
    z-index: 100;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    top: 15%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, 0);
    width: 340px;
    color: #fff;
    background-color: #0c0c0c;
    display: none;
}

.fixed-dialog p,
.fixed-dialog2 p,
.fixed-dialog3 p,
.fixed-dialog4 p,
.fixed-dialog5 p,
.fixed-dialog6 p {
    position: relative;
    right: 4px;
    top: 0px;
    text-align: center;
}

.fixed-dialog i:hover,
.fixed-dialog2 i:hover,
.fixed-dialog3 i:hover,
.fixed-dialog4 i:hover,
.fixed-dialog5 i:hover,
.fixed-dialog6 i:hover {
    cursor: pointer;
}

.calculator-cart {
    margin-top: 15px;
}

.calculator-cart p {
    font-size: 19px;
}

.result-calculator-cart,
.result-calculator-cart-txt {
    color: #ef394e;
    font-weight: bold;
    font-size: 19px;
}

.calculator-cart button {
    border: none;
    background-color: #ef394e;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.1s all ease;
    margin-top: -5px;
    font-size: 13px;
}

.notCount {
    color: red;
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 15px !important;
}

.cart table {
    margin-top: 20px;
    font-size: 13px !important;
}

.cart table img {
    width: 50px;
    border-radius: 4px;
}

.cart i {
    color: rgb(97, 97, 97);
}

.cart i:hover {
    color: #d60644;
}

.cart a {
    color: rgb(97, 97, 97);
}

.cart a:hover {
    color: #d60644;
}

.cart table thead {
    text-align: center;
}

.product-count-box-cart {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid lightgray;
    margin-top: 10px;
    width: 80px
}

.product-count-box-cart span {
    margin-left: 10px;
    margin-right: 10px;
}

.product-count-box-cart i {
    font-size: 10px;
}

.product-count-box-cart i:hover {
    cursor: pointer;
}

.cart-total {
    border: 3px solid lightgray;
    padding: 20px;
    padding-bottom: 5px;
}

.cart-total h5 {
    color: #d60644;
}

.cart-total button {
    background-color: #d60644;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.2s all ease;
    margin: auto;
}

.cart-total p {
    text-align: center;
}

.cart-total button:hover {
    background-color: #c5003b;
    transition: 0.2s all ease;
}

.pay-btn:hover {
    background-color: #c5003b;
    transition: 0.2s all ease;
}

.return-shop {
    background-color: #d60644;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.2s all ease;
}

.full-w-page {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 6000;
    position: fixed;
}

.full-w-page img {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.filter-price-title {
    font-size: 13px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    padding: 12px;
}

.filter-price-body {
    background-color: #fff;
    padding: 12px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 13px;
    padding-bottom: 25px;
}

.filter-price-body input {
    font-size: 13px;
    position: relative;
    top: 5px;
}

.filter-price-body button {
    font-size: 13px;
}

.filter-category-title {
    font-size: 13px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    padding: 12px;
}

#category_filter {
    font-size: 13px;
}

.item-product-category {
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding-bottom: 10px;
    color: #000;
}

.item-product-category img {
    border-radius: 10px 10px 0px 0px;
}

.item-product-category h6 {
    text-align: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    height: 55px
}

.item-product-category h5 {
    text-align: left;
    font-size: 14px;
    margin-left: 10px;
}

.pagination-category {
    margin-top: 50px;
    font-size: 16px;
}

.pagination-category a {
    color: #6e6e6e;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgb(238, 238, 238);
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    transition: 0.1s all ease;
}

.pagination-category a:hover {
    color: #fff;
    background-color: #ef4056;
    transition: 0.1s all ease;
}

.category-image {
    margin-top: 100px;
}

.category-description {
    margin-top: 50px;
    text-align: justify;
    line-height: 28px;
}

.category-description a {
    color: #dc3545;
}

.category-description a:hover {
    color: #000;
}

.search-data-desktop {
    margin-top: 20px;
    font-size: 12px;
    color: #535353;
    margin-bottom: -15px;
}

.search-data-desktop img {
    width: 84px;
    margin-left: 5px;
}

.search-data-desktop a {
    color: #535353;
}

.search-data-desktop a:hover {
    color: #ef4056;
}

.search-data-mobile {
    margin-top: 20px;
    font-size: 12px;
    color: #535353;
    margin-bottom: -15px;
}

.search-data-mobile img {
    width: 84px;
    margin-left: 5px;
}

.search-data-mobile a {
    color: #535353;
}

.search-data-mobile a:hover {
    color: #ef4056;
}

.checkout-form input {
    font-size: 13px;
}

.checkout {
    background-color: #f9f9f9;
    padding: 30px;
}

.checkout h5 {
    color: #d60644;
    font-weight: bold;
}

.checkout-review {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 0px;
    border: 2px solid #f7f7f7;
    margin-bottom: 20px;
    margin-top: 15px;
    border-radius: 10px;
}

.pay-btn {
    background-color: #d60644;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.2s all ease;
    margin: auto;
    width: 100%;

}

.para-description-index {
    text-align: justify;
    font-size: 14px !important;
}

#fixed-dialog p {
    font-size: 14px !important;
}

#fixed-dialog i {
    text-align: right !important;
}

.footer-order-tracking:hover {
    cursor: pointer;
}

.mega-menu {
    position: absolute;
    background-color: #fff;
    width: 800px;
    /* height: 500px; */
    z-index: 50;
    right: 250px;
    top: 104px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    display: none;
    border: 1px solid #e0e0e0;
    overflow-y: auto;
    height: 500px;
}

.mother-categories {
    padding: 10px;
    background-color: rgb(249, 249, 249);
    width: 160px;
    height: auto;
    font-size: 14px;
    padding-bottom: 350px;
}

.mother-categories hr {
    margin-right: -10px;
    width: 114%;
    margin-top: 10px;
}

.mother-categories a {
    color: #000;
}

.mother-categories a:hover {
    color: #000;
}

.angle-left-mega-menu {
    color: #daa468;
    font-size: 12px;
    float: left;
    margin-top: 5px;
}

.childs-category {
    margin-top: 11px;
    display: none;
    margin-right: -610px
}

.childs-mega {
    float: left;
}

.blog-item {
    margin-top: 10px;
}

.blog-item h1 {
    font-size: 27px;
    line-height: 45px;
}

.blog-item h2 {
    font-size: 24px;
    line-height: 45px;
}

.blog-item h3 {
    font-size: 21px;
    line-height: 45px;
}

.blog-item h4 {
    font-size: 18px;
    line-height: 45px;
}

.blog-item h5 {
    font-size: 15px;
    line-height: 45px;
}

.blog-item h6 {
    font-size: 12px;
    line-height: 45px;
}

.blog-item p {
    line-height: 30px;
    text-align: justify;
}

.detail-blog {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.3;
    margin-bottom: 5px;
    margin-top: -5px;
}

.blog-item a {
    color: #dc3545;
}

.blog-item a:hover {
    color: #000;
}

.blog-comment {
    margin-top: 70px;
}

.send-blog-comment label {
    font-size: 13px;
    display: block;
    margin-top: 20px;
}

.send-blog-comment input {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 335px;
    border: 1px solid lightgray;
    height: 28px;
    display: block;
    font-size: 13px;
}

.send-blog-comment textarea {
    display: block;
    width: 335px;
    margin-bottom: 10px;
    font-size: 13px;
    border: 1px solid lightgray;
    margin-top: 5px;
}

.send-blog-comment button {
    font-size: 13px;
}

.menu-latest-blog {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 27px;
    padding-bottom: 35px;
}

.menu-latest-blog h5 {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.menu-latest-blog a {
    color: #000;
    line-height: 25px;
    font-size: 15px;
}

.menu-latest-blog h6 {
    margin-bottom: -5px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 26px;
}

.menu-latest-blog hr {
    color: #c2c2c2;
}

.title-latest-content {
    margin-top: 30px;
    margin-bottom: -15px;
}

.title-latest-content p {
    font-size: 26px;
}

.latest-content-item {
    margin-top: 20px !important;
}

.latest-content h3 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    font-weight: bold;
    height: 30px;
}

.latest-content img {
    border-radius: 0px 20px 0px 20px;
}

.latest-content a {
    color: #000;
    transition: 0.2s all ease;
}

.latest-content a:hover {
    color: #dc3545;
    transition: 0.2s all ease;
}

.latest-content p {
    font-size: 12px;
    padding-top: 18px;
    color: #000;
    opacity: 0.3;
}

.bg-hide-overflow-title-blog {
    margin-top: 15px;
    background-color: #fff;
    position: relative;
    padding-bottom: 2px;
}

.comments-blog {
    margin-bottom: 100px;
}

.title-search-blog {
    font-size: 32px;
    line-height: 45px;
    margin-top: 10px;
}

.form-search-blog {
    margin-top: 5px;
}

.form-search-blog input {
    height: 45px;
    padding-right: 15px;
    width: 82%;
    border: none;
    background-color: #f8f8f8;
    margin-top: 10px;
    border-radius: 10px 0px 10px 10px;
    font-size: 14px;
}

.category-description h1 {
    font-size: 27px;
    line-height: 45px;
}

.category-description h2 {
    font-size: 24px;
    line-height: 45px;
}

.category-description h3 {
    font-size: 21px;
    line-height: 45px;
}

.category-description h4 {
    font-size: 18px;
    line-height: 45px;
}

.category-description h5 {
    font-size: 15px;
    line-height: 45px;
}

.category-description h6 {
    font-size: 12px;
    line-height: 45px;
}

.zarin-pal-select:hover,
.kart-select:hover {
    cursor: pointer;
}

.card-to-card {
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    border: 2px solid #8cd4f5;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.card-to-card span {
    font-weight: bold;
    color: #d60644 !important;
}

.card-to-card a {
    font-weight: bold;
    color: #d60644 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.svg-contact {
    height: 23rem;
    margin-right: 4rem;
}

#envelope {
    animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
    animation: blink 1s ease-in-out infinite;
}

#star2 {
    animation-delay: 100ms;
}

#star3 {
    animation-delay: 500ms;
}

#star4 {
    animation-delay: 700ms;
}

#star5 {
    animation-delay: 300ms;
}

#star6 {
    animation-delay: 200ms
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.contact-us h4 {
    margin-bottom: 15px !important;
}

.contact-us input {
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 13px;
}

.contact-us textarea {
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 13px;
}


@media screen and (min-width: 911px) {

    .drawer-side-bar,
    .gradient2 {
        display: none !important;
    }
}

@media screen and (max-width: 910px) {
    .hamburger {
        display: inline-block;
    }

    .a-logo-mobile {
        display: inline-block;
    }

    .a-logo {
        display: none;
    }

    .list-menu {
        display: none;
    }

    .search-desktop {
        display: none !important;
    }

    .search-form input[type=text] {
        width: 68%;
        border: none !important;
        background-color: #ededed !important;
        padding: 14px !important;
        padding-right: 50px !important;
        border-radius: 8px !important;
        color: #383838 !important;
        font-size: 12px !important;
    }

    .gradient3 {
        display: none !important;
    }
}

@media screen and (max-width: 490px) {
    .slider img {
        border-radius: 0px !important;
    }

    .slider {
        margin-top: -10px !important;
    }

    .search-form input[type=text] {
        width: 56% !important;
        padding-right: 35px !important;
    }

    .search-form i {
        right: 35px;
    }

    .a-logo-mobile img {
        right: 150px;
        width: 100px;
        height: 30px;
    }
}


@media screen and (max-width: 755px) {
    .pagination-category a {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 12px;
        padding-right: 12px;
        margin: 0;
        border: 1px solid rgb(243, 242, 242);
    }

    .next-pagination {
        display: block;
        margin-top: 10px !important;
    }

    .prev-pagination {
        display: block;
        margin-bottom: 10px !important;
    }

    .title-cart {
        display: block !important;
        margin-top: 10px !important;
        line-height: 22px;
    }
}