* {
    padding: 0;
    margin: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: YekanBakh;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

a:hover {
    color: #B7985B;
}

li {
    list-style-type: none;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: YekanBakh;
    direction: rtl;
}

.wb-txt-color {
    color: #B7985B;
}

.wb-text-white {
    color: #ffffff;
}

.wb-fw-500 {
    font-weight: 500;
}

.position-relative {
    position: relative !important;
    top: 0;
    left: 0;
}

#header {
    /*background-color: #B7985B;*/
    background-color: #B7985B;
    color: #ffffff;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    
    background-image: url('../../../../../assets/images/logo.png');
    background-position: right center;
    background-size: auto 60%;
    background-repeat: no-repeat;
}

#header h1 {
    font-size: 18px;
    padding-right: 55px;
}

.search-content {
    padding: 0 10px;
    direction: ltr;
    display: flex;
    margin-top: 15px;
}

.search-content div:nth-child(2) {
    width: 100%;
}

.search-content input {
    border: 1px solid #B7985B;
    padding: 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: rgba(221, 221, 221, 0.438);
    width: 100%;
}

.search-content button {
    padding: 5px 10px;
    background: #B7985B;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.quick-access {
    margin-top: 25px;
    padding: 0 0 0 2px;
}

.quick-access h2,
.newest h2,
.new-popular h2,
.most-popular h2 {
    padding-right: 10px;
    font-size: 18px;
}

.quick-access-slider {
    text-align: center;
}

.quick-access-slider img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.quick-access-slider a {font-size: 0.8rem;}

.newest {
    padding: 0 10px 15px 0;
    background: #D98E88;
    margin-top: 35px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b7985b+0,b7985b+100&0.5+0,1+100 */
    background: -moz-linear-gradient(45deg,  rgba(183,152,91,0.5) 0%, rgba(183,152,91,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(183,152,91,0.5) 0%,rgba(183,152,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(183,152,91,0.5) 0%,rgba(183,152,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b7985b', endColorstr='#b7985b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

.newest-slider {
    background: #ffffff;
    width: 150px;
}

.newest-slider img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.most-popular {
    margin: 30px 0 30px 0;
    padding: 0 10px 0 0;
}

.most-popular-slider {
    width: 150px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.most-popular-slider img {
    width: 100%;
    height: 150px;
}

.most-last-slider {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.most-last-slider img {
    width: 100%;
    height: auto;
}

.navbar-btm {
    width: 100vw;
    height: 4rem;
    position: fixed;
    bottom: 0;
    align-items: start;
    justify-content: center;
    display: flex;
    transition: none;
    padding-top: 0;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.navbar-btm-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
}

.navbar-btm-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.navbar-btm-link-text {
    font-size: 13px;
    transition: all 0.25s;
    color: #9c9c9c;
    font-weight: 500 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navbar-btm-link:hover span {
    color: #B7985B;
}

.myactive {
    color: #B7985B !important;
}

.navbar-btm-icon {
    font-size: 25px;
    color: #9c9c9c;
    transition: all 0.3s;
    margin-right: 0;
}

.navbar-btm-item {
    width: 100%;
}

.navbar-btm-nav,
.navbar-btm-link,
.navbar-btm-item {
    height: 100%;
}

.gender {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    width: 250px;
    border-radius: 25px;
    border: 1px solid #060527;
    margin: 15px auto 0 auto;
}

.selectChoice {
    border-radius: 25px;
    width: 125px !important;
}

.gender span {
    width: 100%;
    text-align: center;
}

.btn-check:checked+.selectChoice {
    color: #fff;
    background-color: #060527;
    border-color: #060527
}

.products-items {
    display: grid;
    grid-template-columns: auto auto;
    margin: 20px 0 80px 0;
    padding: 0 5px 30px 5px;
    width: 100%;
    height: auto;
    overflow-y: scroll;
}

.products-item {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.products-item img {
    width: 100%;
    height: 90px;
}

.products-item .text-muted {
    font-size: 14px;
}

.products-sidebar {
    background: #B7985B;
    width: 4.5rem;
    margin: 35px 10px 75px 0;
    height: fit-content;
    border-radius: 25px;
    z-index: 9;
    padding: 5px 0;
    /*display: flex;*/
    /*flex-direction: column;*/
    align-items: center;
    max-height: 500px;
    overflow-y: auto;
}

.products-sidebar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.products-sidebar span {
    font-size: 0.7rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.new-popular {
    margin: 30px 0 80px 0;
    padding: 0 10px 0 10px;
    overflow: hidden;
}


.new-popular .col-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.products-items .row {
    margin: 0;
}
.products-items .col-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.ripple {cursor: pointer}

.slidegallery {height: 60vh; max-height: 800px; margin-bottom: 10px; overflow: hidden; position: relative}
.slidegallery .swiper-button-next, .slidegallery .swiper-button-prev {text-shadow: #380111 0 0 5px; opacity: 0.5;}
.minigallery {padding: 0 5px;}

.newsticker {position:relative; height: 40px; background-color: #B7985B; border-radius: 15px; text-align: right; padding:10px; margin: 15px 10px 5px 10px;}

.ticker2 {
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 40px;
    line-height: 40px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0 !important;
}

.ticker2 p {
    position: relative;
    line-height: 40px;
    top: 0;
    white-space: nowrap;
    width: auto;
    left: -1000px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

.ticker2 a {
    color: white;
    font-size: 17px;
    font-weight: bold;
}


.minigallery {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.minigallery img {border-radius: 18px; max-height: 60px; cursor: pointer; opacity: 0.8; transition: all ease 0.3s}
.minigallery img:hover {opacity: 1}

.minigallery img, .slidegallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info-data {height: 55px; margin: 15px 20px 10px 20px; background-color: #B7985B; border-radius: 20px;
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
    box-shadow: #ccc 0 0 5px;
}
.product-info-item {text-align: center; width: 25%; padding-top: 2px;}
.product-info-item svg {fill: #f2b9ca; opacity: 0.9;
    width: 21px; height: auto; display: block; margin: 5px auto 3px}
.product-info-item span {display: block; text-align: center; color: #fff; margin-top: 2px; font-size: 0.9rem}

.product-other-item {
    margin: 15px 20px 10px 20px;
}

.product-info-btns {
    text-align: left;
    
    direction: ltr;
    padding: 2px 20px;
}

.product-info-btns span {display: inline-block; margin-right: 5px;}
.product-info-btns span i {font-size: 22px; color: #474747; cursor: pointer}
.product-info-btns span:hover i {color:#000;}
.product-info-btns span i.bi-heart-fill { color: #d90000;}

.ibtn-cricle {
    cursor: pointer;
    width: 45px;
    color: #fff;
    height: 45px;
    font-size: 25px;
    text-align: center;
    line-height: 54px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    direction: rtl;
    box-shadow: #ddd 0 0 5px;
    display: block;
    transition: all ease 0.3s;
    margin-bottom: 3px;
}

.ibtn-cricle.bi-whatsapp {
    background-color: #43d854;
}

.ibtn-cricle.bi-telegram {
    background-color: #0088cc;
}

.ibtn-cricle.bi-facebook {
    background-color: #3b5998;
}
.ibtn-cricle.bi-phone {
    background-color: #0089EA;
}
.ibtn-cricle.bi-chat-dots {
    background-color: #0083E1;
}

.form-control.ltr {direction: ltr; text-align: left}

.sharebtns {direction: rtl; text-align: center; padding-top: 10px;}
.sharebtns a {display: inline-block; margin: 0 5px; direction: rtl; text-align: center;}

.product-other-item .list-group {border-radius: 0.9rem; font-weight: bold}
.product-other-item .list-group-item span {display: inline-block; width: 80px; font-weight: normal}

.product-body {padding: 5px 10px; color: #000; font-size: 1.1rem; direction: rtl; text-align: justify}

.buy-row-item {bottom: 4rem; position: fixed; left: 10px; right: 10px; padding-bottom: 5px;}
.buy-row-item button {display: block; font-size: 1.2rem; height: 2.5rem;  border: 0; width: 100%; border-radius: 15px; box-shadow: #ccc 0 0 3px; transition: all ease 0.3s;}
.buy-row-item button svg {margin-left: 2px;}

.product-last-section {padding-bottom: 3rem; margin-bottom: 5px;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.inline-group-price i {vertical-align: middle;}

.inline-group-price {max-width: 180px; margin: 0 auto; flex-direction: row-reverse;
    direction: rtl;}

.cartitem {background-color: #FAFAFA; padding: 3px; margin: 0 5px 15px 5px; border-radius: 20px; box-shadow: #ccc 0 0 3px; transition: all ease 0.3s;}
.cartitem:hover {box-shadow: #C5C5C5 0 0 5px;}
.cartitem-img {width: 100px; height: 100px; border-radius: 30px; overflow: hidden; float: right; vertical-align: top; position: relative}
.cartitem-img img {width: 100%; height: 100%; position: absolute; transition: all ease 0.3s;}
/*.cartitem:hover .cartitem-img img {transform: scale(1.1) !important}*/
.cartitem-info {float: left; width: calc(100% - 105px); vertical-align: top; position: relative}
.cartitem-info > strong {display: block; font-size: 13px; height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cartitem-info > span {display: block; font-size: 13px; height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cartitem-info > div {display: block; font-size: 15px; height: 24px;}
.cartitem-info > div svg { fill: #AD6666; margin-left: 5px; margin-bottom: 5px; width: 25px; height: auto; cursor: pointer;transition: all ease 0.3s;
    position: absolute;
    left: 3px;
    bottom: 5px;
}
.cartitem-info > div svg:hover {box-shadow: #ccc; fill: #ff0000;}

.swal2-popup {
    border-radius: 40px !important;
    background: #000418 !important;
    color: #FFF !important;
}

.swal2-styled {
    cursor: pointer;
    border-radius: 20px !important;
}

.profile-bg {
    min-height: 300px;
    /*background: rgb(228,75,122, 0.30);*/
    /*background: -moz-linear-gradient(180deg, rgba(228,75,122,0.30) 0%, rgba(255,255,255,1) 100%);*/
    /*background: -webkit-linear-gradient(180deg, rgba(228,75,122,0.30) 0%, rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(180deg, rgba(228,75,122,0.30) 0%, rgba(255,255,255,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e44b7a",endColorstr="#ffffff",GradientType=1);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b7985b+0,b7985b+100&0.5+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(183,152,91,0.5) 0%, rgba(183,152,91,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(183,152,91,0.5) 0%,rgba(183,152,91,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(183,152,91,0.5) 0%,rgba(183,152,91,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b7985b', endColorstr='#00b7985b',GradientType=0 ); /* IE6-9 */
    
}

.img-circle {
    border-radius: 50%;
}

.mini-avatar {
    width: 100px; height: 100px;
}

.profile-btn-list {

}

.profile-btn-list > span {display: block; border: 0; background-color: transparent; text-align: right; margin-bottom: 5px;
    color: #333;
height: 38px;
    line-height: 38px;
    width: 100%;
    font-size: 17px;
}

.red-btns {color: #810404 !important;}
.red-btns svg {fill: #810404 !important}

.profile-btn-list > span svg {
    width: 20px; height: auto;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 3px;
    fill: #626262;
}

.orders-tab {padding-bottom: 10px;}
.orders-tab > span {
    width: 49%;
    margin: 0 0.5% 5px 0.5%;
    height: 38px;
    border-radius: 19px;
    background-color: #B7985B;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    float: right;
    text-indent: 8px;
    direction: rtl;
    text-align: right;
    transition: all ease 0.3s;
}

.orders-tab > span.active {
background-color: #8A4058;
}

.orders-tab > span > svg {
    margin-left: 2px;
}

.orders-list-title {padding: 5px 0; color: #B7985B; font-size: 16px;}

.orders-data {min-height: 200px; padding-bottom: 3rem}

.order-item {text-align: center; margin-bottom: 10px;}
.order-item .order-date {padding: 3px 8px; border-radius: 8px 8px 0 0; text-align: center; background-color: #474747; color: #fff; display: inline-block}
.order-item .order-data {padding: 8px; background-color: #FCF7F7; border: 1px solid #BEBEBE; border-radius: 12px;}
.order-status {height: 35px;}
.order-status-right {float: right; width: 50%; text-align: right;}
.order-status-left {float: left; width: 50%; text-align: left; color: #474747;}
.order-status-left strong {display: inline-block; padding: 1px 5px; border-radius: 15px; font-weight: normal; box-shadow: #ccc 0 0 3px; height: 25px; line-height: 25px; background-color: #fff; color: #000;}
.order-footer {height: 35px;}
.order-bottom-right {float: right; width: 33%; height: 35px; line-height: 35px;}
.order-bottom-center {float: right; width: 33%; border: 1px solid #E5E4E4; border-bottom: 0; border-top: 0; margin: 0 0.45%; height: 35px; line-height: 35px;}
.order-bottom-left {float: right; width: 33%; height: 35px; line-height: 35px;}

.news-data img {max-width: 98%;}