@font-face {
    font-family: 'yekan';
    src: url(../font/yekan/Yekan.eot);
    src: url(../font/yekan/Yekan.eot?#iefix) format("embedded-opentype"), url(../font/yekan/Yekan.woff) format("woff"), url(../font/yekan/Yekan.ttf) format("truetype"), url(../font/yekan/Yekan.svg#BYekan) format("svg");
    font-weight: 400;
    font-style: normal
}

* {
    font-family: yekan;
    direction: rtl;
    padding: 0;
    margin: 0;
    color: #515151;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

:root {
    --primary: #933ded;
    --dark: #232323;
    --pure: #fff;
    --smoke: whitesmoke;
    --dark-gray: #999;
}


body {
    overflow-x: hidden !important;
    background-color: #f5f5f5 !important;
}

a {
    text-decoration: none !important;
}


.flex {
    display: flex;
    align-items: center;
}

img {
    max-width: 100%;
}


li {
    list-style: none;
}



header {
    background-color: white;
    color: #515151 !important;
    line-height: 0;
    -webkit-box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.06) !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    text-align: center;
}

.cHeader .hidden {
    transform: translateY(-100%);
}

.cHeader {
    background-color: white;
    transition: .5s;
}


.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.sendto {
    color: white;
    padding-left: 2%;
    font-size: 12px;
    font-weight: 550;
}


.sendto:after {
    content: "\f336";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #4c8dec;
    font-size: 15px;
    padding-right: 8px;
}

header nav .nav-wrapper .brand  {width: fit-content;}

header nav .nav-wrapper .brand .logo {margin-right: 25px; background-size: contain !important; background: url("https://moodykala.ir/assets/image/logo/moodykala-logo.png") no-repeat center;  display: block;  width: 180px;  height: 65px;  margin-left: 10px; }

header nav .nav-wrapper .brand .searchBox {
    background: #f0f0f1;
    border: none;
    color: #474747;
    border-radius: 8px;
    outline: none;
    padding: 3px 45px 10px 10px;
    width: 100%;
    font-size: 15px;
}

#searchBox1{
    font-weight: 600;
    margin-left: 5px;
    color: #696969;
}

.live_data {
    width: 100%;
    height: 400px;
    position: absolute;
    background: white;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    overflow-y: scroll;
    box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.live_data div{
    margin-top: 5px;
    background: #878787;
    color: white;
    position: relative;
    height: 40px;
    padding-top: 20px;
}

.live_data div span{
    color: white;
}

.close-search{
    display: none;
    position: absolute;
    left: 1%; top: 20%;
    color: #929292;
    font-size: 25px;
    cursor: pointer;
}


header nav .mobileHead {
    display: none;
}


header nav .nav-wrapper .brand .fa-search {
    position: absolute;
    right: 244px;
    color: #8c8c8c;
    z-index: 5;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


.brand {
    width: 71%;
    display: flex;
    align-items: center;
}

.brand svg {
    height: 30px;
    margin-right: 10px;
}

.brand svg path {
    fill: var(--pure);
}

.nav-wrapper ul.nav-list {
    list-style-type: none;
    margin-right: 0;
    padding: unset;
    display: flex;
    align-items: center;
}

.nav-wrapper ul.nav-list li {
    margin-left: 30px;
    padding: 15px 0;
    position: relative;
    font-size: 13px;
    cursor: pointer;
    font-weight: 700;
}

.nav-wrapper ul.nav-list li ul li {
    line-height: 1.5 !important;
}

.nav-wrapper ul.nav-list li a {
    color: #212020;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

header .nav-wrapper .nav-button{
    display: flex;
    align-items: center;
}







header .nav-wrapper .nav-button a:nth-child(3) {
    font-size: 14px;
    color: #515151;
    margin-right: 10px;
    align-items: center;
    padding: 15px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    text-decoration: none;
}

header .nav-wrapper .nav-button a:nth-child(1) {
    align-items: center;
    color: #e0e0e2;
    position: relative;
    padding: 0 12px;
    cursor: pointer;
}
header .nav-wrapper .nav-button a:nth-child(2) {
    align-items: center;
    border-left: 1px solid #e0e0e2;
    color: #e0e0e2;
    position: relative;
    padding: 0 12px;
}




header .nav-wrapper .nav-button a:nth-child(3):hover {
    background: #bf2638;
    color: #f1f1f1;

}











header .nav-wrapper .login {
    -webkit-box-flex: 0;
    flex: 0 0 370px;
    max-width: 370px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .nav-wrapper .login a:nth-child(1) {
    font-size: 14px;
    color: #515151;
    margin-left: 18px;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    text-decoration: none;
}

header .nav-wrapper .login a:nth-child(2) {
    align-items: center;
    border-right: 1px solid #e0e0e2;
    color: #e0e0e2;
    position: relative;
    padding: 0 12px;
}

header .nav-wrapper .login a:nth-child(2) div{
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}

header .nav-wrapper .login a:nth-child(2) i {
    position: relative;
    display: block;
}

header .nav-wrapper .login a:nth-child(2) i span{
    font-size: 10px;
    color: #fff;
    width: 20px;
    background: #ef394e;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    height: 20px;
    line-height: 20px;
    border-radius: 6px;
    bottom: -6px;
    right: -9px;
}

header .nav-wrapper .login a i {
    font-size: 20px;
}

.float-button a:nth-child(3) div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}

.float-button a:nth-child(3) i {
    position: relative;
    display: block;
}

.float-button a:nth-child(3) i span {
    font-size: 10px;
    color: #fff;
    width: 20px;
    background: #ef394e;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    height: 20px;
    line-height: 20px;
    border-radius: 6px;
    bottom: -6px;
    right: -11px;
}

.float-button a:nth-child(3) i {
    font-size: 20px;
}

header .nav-wrapper .login .fa-user-alt {
    padding-left: 5px;
}

.nav-wrapper ul .p:nth-child(1):before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    padding-left: 8px;
    font-size: 15px;
}

.nav-wrapper .nav-list .mark-li {
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 550;
    border-right: unset;
    padding-right: 20px;
    margin-right: 0;
}

.nav-wrapper .nav-list li:hover {
    border-bottom: 2px solid #bf2638;
}


#search-input{
    display: none;
}

.searchBox::placeholder {
    color: whitesmoke; /* رنگ دلخواه شما */
    opacity: 1; /* شفافیت کامل */
}



main section.header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 160px;
}

main section.header h1 {
    font-size: 36px;
    font-weight: 100;
    text-transform: capitalize;
    margin-bottom: 20px;
}

main section.header h4 {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-gray);
    margin-bottom: 20px;
}

nav ul .dropdown-list {
    list-style-type: none;
    display: block;
    background: white;
    padding: 6px 16px;
    position: absolute;
    width: max-content;
    z-index: 9999;
    left: 50%;
    margin-top: 15px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}

nav ul .dropdown-list li:hover {
    color: red;
}

.nav-wrapper ul.dropdown-list li {
    margin-left: 0;
    padding: 5px 0;
}

.nav-wrapper ul.dropdown-list li a {
    color: var(--dark);
}

.nav-wrapper ul.nav-list li:hover .dropdown-list {
    opacity: 1;
    pointer-events: auto;
    animation: moveUp .5s ease-in-out forwards;
}


.hamburger {
    display: none;
}

.mobile .hamburger {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.mobile .hamburger span {
    background: #515151;
    width: 28px;
    height: 2px;
    margin-bottom: 8px;
}

.mobile ul.nav-list {
    background: -webkit-linear-gradient(45deg, #434343, #000000);
    background: linear-gradient(45deg, #434343, #000000);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.hamburger, .brand {
    z-index: 9999;
}

.mobile ul.nav-list.open {
    opacity: 1;
    pointer-events: auto;
}

.mobile .hamburger span {
    transform-origin: left;
    transition: all .3s ease-in-out;
}

.mobile ul.nav-list li a {
    font-size: 15px;
}

.mobile ul.dropdown-list {
    position: relative;
    background: transparent;
    text-align: center;
    height: 0;
    overflow-y: hidden;
    transition: opacity 1s ease-in-out;
    padding-top: 0;
}

.mobile .nav-wrapper ul li:hover .dropdown-list {
    height: max-content;
    padding-top: 6px;
}

.mobile ul.nav-list li {
    margin-left: 0;
    text-align: center;
}

.mobile .nav-wrapper ul.dropdown-list li a {
    color: var(--dark-gray);
}


/*main*/
main {
    padding-top: 65px;
}


.swiper-container {
    border-radius: 20px;
}

.swiper-slide {
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;

}

.slide-p{
    width: 190px !important;
}

.slide-cat-size {
    width: 190px !important;
}


main article {
    margin-top: 15px !important;
    text-align: center;
}

main article .bannerLeft a img {
    border-radius: 20px;
    filter: drop-shadow(1px 0px 3px rgba(0, 0, 0, 0.9));
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}


main article .bannerLeft a:nth-child(1) img {
    margin-bottom: 10px;
}


main .specialOffer {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
    background: #a73946;
}

.specialOffer-mobile{
    display: none;
}

.deal-counter .count-name {
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
}
.deal-counter .count-number {
    font-size: 17px;
    margin-bottom: -2px;
    line-height: 1;
    font-weight: bold;
    font-family: cursive;
    color: var(--title-color);
}
body{animation: animatebody 3s ;}


@keyframes animatebody {
    0% {
        overflow: hidden;
    }

    100% {
        overflow: auto;

    }
}

.specialOffer .slider {
    padding: 35px 15px;
    justify-content: space-between;
}

.specialOffer .slider .banner {
    height: 200px;
    display: block;
    background: url(../image/banner/off.png) center;
    width: 80%;
    background-size: cover;

}

.specialOffer .right .showAll {
    color: white;
    border: 1px solid white;
    border-radius: 8px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    width: 100px;
    margin: 12px 5px 0;
    font-size: 11px;
}

.specialOffer .right .showAll:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-size: 23px;
    margin-right: 13px;
    color: white;

}

.specialOffer .right {
    width: 150px;
}

.s2{
    background: white;
}


.swiper-slide .image {
    width: 155px;
    height: 155px;
    margin: 0 auto;
}

.swiper-wrapper .swiper-slide .card {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 10px 5px;
}

.swiper-wrapper .swiper-slide .card-phone {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.swiper-wrapper .swiper-slide .card-phone-market {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.swiper-wrapper .swiper-slide .card .title {
    padding: 10px 0;
    font-size: 15px;
    height: 70px;
    line-height: 25px;
    color: #535353;
}

.swiper-wrapper .swiper-slide .card-phone .title-phone, .swiper-wrapper .swiper-slide .card-phone-market .title-phone {
    height: 77px;
    font-size: 18px;
    line-height: 70px;
    color: #e2d9d9;
}

 .percent {
     position: absolute;
     left: 0;
     background: #de3548;
     color: white;
     width: 30px;
     font-weight: 600;
     border-bottom-right-radius: 5px;
     border-top-right-radius: 5px;
     top: 6%;
     font-family: cursive;
     font-size: 12px;
}

.price {
    display: flex;
}

.price del{
    font-size: 10px;
    color: #acacac;
}

.card_style {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
}
.p-image {
    border-radius: 0 25px 0 25px;
}

.swiper-wrapper .swiper-slide .card .price .newPrice span:nth-child(1) {
    width: 100%;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.swiper-wrapper .swiper-slide .card .price .newPrice span:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #515151;
}

.swiper-wrapper .swiper-slide .card .timer {
    font-size: 15px;
    line-height: 1.571;
    color: #808080;
    margin-top: 15px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: center;
    direction: ltr;
}

.swiper-wrapper .swiper-slide .card .timer:before {
    content: "\f017";
    display: block;
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}

.swiper-button-next .next {
    width: 49px;
    height: 90px;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 8px 8px 0;
}


.phone-offer {
    display: none;
}


.banner1 .container a {
    display: inline-block;
    width: 25% !important;
    padding: 5px;
    border-radius: 10px;
    filter: drop-shadow(1px 3px 4px black);
}

.banner1 .container img {
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.banner1 .container a:nth-child(1) {
    margin-top: 10px;
}
.icon-off{
    display: none;
}

.banner1 .container a:nth-child(1) {
    margin-top: 10px;
}


main .marketSlide {
    background-color: #49672d;
}

.specialOffer .slider .marketBanner {
    background: url("../image/banner/marketOffer.png") center;
    height: 200px;
    width: 80%;
    display: block;
    background-size: cover;
}


.banner1 .container .aTag {
    width: 49%;
}


main .boxContainer {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

main article .flex {
    justify-content: space-evenly;
    align-items: center;

}


main .box .headerBox {
    color: #656565;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
}

main .box .boxCard a i {
    font-size: 40px;
    color: #b25649;
    text-align: center;
    font-weight: 500;
}

main .box .boxCard .item {
    line-height: 40px;
}

main .box .boxCard .item .title {
    font-size: 12px;
    color: #2a2a2a;
    text-align: center;
}

main .box .boxCard .item .number {
    font-size: 12px;
    color: #038396;
    text-align: center;
}


.swiper1 {
    width: 100%;
    margin: 15px 0 7px 0;
    padding: 9px 33px 11px 23px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}


.swiper1 a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-radius: 8px;
    transition: .2s;
}


.swiper1 .headline {
    color: #515151;
    display: block;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #dfdfaf;
    margin-bottom: 20px;
}


.swiper1 .headline span {
    border-bottom: 1px solid #ef5661;
    padding: 12px 0;
}

main .boxContainer-phone {
    display: none;
}


main .swiper1 .headerBox {
    color: #656565;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

main .swiper1 .swiper-wrapper .swiper-slide a i {
    font-size: 37px;
    color: #b25649;
    text-align: center;
    font-weight: 500;
}

main .swiper1 .swiper-wrapper .swiper-slide .item {
    line-height: 40px;
}

main .swiper1 .swiper-wrapper .swiper-slide .item .title {
    font-size: 45%;
    color: #2a2a2a;
    text-align: center;
}
.seeall{
    display: none;
}


footer {
    background: white;
}

footer .contain {
    padding: 0 41px 0;
}

footer .scrollTop {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    justify-content: center;
    cursor: pointer;
    border-top: 1px solid #e4d8d8;
    background: #f7f7f7;
    color: #676767;
}


footer .scrollTop:before {
    content: "\f0de";
    font-family: "Font Awesome 5 Pro";
    background-color: hsla(0, 0%, 74.5%, .41);
    color: white;
    border-radius: 50%;
    padding: 4px;
    width: 23px;
    height: 23px;
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
    margin-left: 10px;
}


/*footer*/

footer .feature {
    justify-content: space-between;
    border-bottom: 1px solid #cfd8dc;
    padding-bottom: 15px;
    text-align: center;
}


main .feature {
    display: none;
}


footer .feature a {
    width: 16%;
}


footer .feature a img {
    width: 58px;
    margin: 0 80px;
    height: 90px;
}

footer .feature a .itemTitle {
    font-size: 18px;
    color: #676767;
    text-align: center;
}

footer .feature a .itemTitle:hover {
    color: #f5f3f3;
}

main .feature {
    justify-content: space-between;
    padding-bottom: 15px;
    margin-top: 10px;
}


main .feature a img {
    width: 45px;
    height: 60px;
}

main .feature div {
    text-align: center;
}

main .feature a .itemTitle {
    font-size: 11px;
    color: #969292;
    text-align: center;
}


footer .middleBar .right {
    width: 60%;
}


footer .middleBar {
    padding: 20px;
    border-bottom: 1px solid #7777;
    text-align: center;
}

footer .middleBar .right nav {
    line-height: 35px;

}


footer .middleBar .right nav a {
    color: #4b4b4b;
    font-weight: 100;
    font-size: 14px;
    display: block !important;
}


footer .middleBar .right nav span {
    color: #4a5f73;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}


footer .middleBar .right .rNav {
    width: 100%;
    justify-content: space-between;
}


footer .middleBar .left {
    width: 40%;
    line-height: 30px;
    padding: 0 90px 0 0;
    text-align: initial;
    color: antiquewhite;
}

footer .middleBar .left .form {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}


footer .middleBar .left div:nth-child(1), footer .middleBar .left div:nth-child(3) {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 8px;
}

footer .middleBar .left .form input {
    width: 100%;
    outline: none;
    padding: 10px 12px;
    border: 1px solid #c8c8c8;
    font-size: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
}

footer .middleBar .left .form button {
    padding: 11px 13px;
    font-family: inherit;
    position: absolute;
    background-color: #942929;
    font-size: 13px;
    border: none;
    left: 0;
    top: 0;
    color: white;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

footer .left .socialMedia {
    width: 50%;
    justify-content: space-between;
}

footer .left .socialMedia .fab {
    font-size: 28px;
    color: #000000;
    opacity: .5;
    cursor: pointer;
}

footer .left .socialMedia .fab:hover {
    opacity: 1;
}


footer .contactUs {
    padding: 12px 0;
    border-bottom: 1px solid #7777;
}

footer .contactUs ul li {
    padding-right: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #4b4b4b;
}

footer .contactUs ul li a {
    color: #43628a;
}

footer .downloadApp {
    width: 40%;
    justify-content: flex-end;
    margin-right: 80px;
}

footer .downloadApp a {
    margin: 0 5px 0;
}

footer .info {
    background-color: white;
}


footer .info .description > div {
    width: 50%;
}

footer .info .description {
    padding: 15px 41px;
}

footer .info .description h2 {
    color: #676767;
    font-size: 15px;
    margin: 18px 0;

}


footer .info .description .rtl span {
    color: #a2a2a2;
    font-size: 12px;
}

footer .info .description .rtl {
    line-height: 28px;
}

footer .info .description .left {
    justify-content: flex-end;
}

footer .info .description .left a {
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    padding: 20px;
    margin: 0 5px;
    border-radius: 8px;
    width: 150px;
    height: 165px;
    filter: opacity(0.5);
}

footer .nemad a{background: #f0f0f0; border: 1px solid #e5e5ea; padding: 20px; margin: 0 5px; border-radius: 8px; width: 150px; height: 165px; filter: opacity(0.5);}
footer .nemad {border-bottom: 1px solid #7777; padding: 20px; display: none;}

footer .news-gmail {
    display: none;
}

footer .info .copyRight {
    color: #4a4a4a;
    font-size: 12px;
    text-align: center;
    padding: 0 0 15px 0;
}

footer .news-gmail form {
    margin-top: 20px;
    color: aliceblue;
    text-align: center;
    border-bottom: 1px solid #7777;
    padding-bottom: 30px;
}


footer .news-gmail input, footer .news-gmail button {
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px;
}

footer .social {
    display: none;
    border-bottom: 1px solid #7777;
    margin-top: 20px;
    padding-bottom: 20px;
}

footer .social-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
    box-sizing: inherit;
}

footer .social p {
    text-align: center;
    margin-bottom: 15px;
    color: #676767;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

footer .social .social-phone .social-btn img {
    margin-left: 10px;
}

footer .social .social-phone .social-btn {
    height: 57px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-image: -webkit-linear-gradient(
            185deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    background-image: -o-linear-gradient(185deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    background-image: linear-gradient(
            265deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(60% - 7px);
    -ms-flex: 0 0 calc(60% - 7px);
    flex: 0 0 calc(60% - 7px);
    border: none;
    padding: 0;
    font-weight: 400;
    color: #eae4f7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.33;
    text-align: right;
    position: relative;
}

.float-button {
    display: none;
    background: white;
    right: 8px;
    left: 8px;
    height: 45px;
    bottom: 0;
    width: 95% !important;
    border-radius: 30px 30px 0 0;
    padding-bottom: 3px;
    position: fixed;
    box-shadow: 0 8px 13px 10px rgb(106 106 106 / 30%);
    -webkit-box-shadow: 0 8px 13px 10px rgb(106 106 106 / 30%);
    z-index: 6;
}

.float-button nav {
    text-align: center;
    padding-top: 6px;
}

.float-button nav a i {
    color: #6c6b6b;
    font-weight: 400;
    font-size: 22px;
}

.float-button nav a .item-title {
    color: #727171;
    display: none;
    font-weight: 500;
    font-size: 54%;
    padding-top: 0 !important;
}

.float-button nav a .timer{
    font-size: 11px !important;
}

/*product-page*/


#product {
    align-items: center;
    text-align: center;
    margin-left: 35px;
    margin-right: 35px;
}

#product nav ol li:hover {
    font-weight: 700;
}


#product nav ol li {
    margin-top: 5px;
    margin-left: 5px;
    color: #6a6a6a;
    font-size: 12px;
}

#product nav ol li:after {
    content: "/";
    padding-right: 5px;
}


#product article .gallery .gallery-top .swiper-wrapper {
    width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

#product article .gallery .gallery-top .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
    transition: transform .2s;
}

#product article .gallery .gallery-top .swiper-wrapper .swiper-slide:hover {
    transform: scale(1.2);
}


#product article .gallery {
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 75px;
}

#product article .gallery .gallery-size {
    width: 65%;
    height: 100%;
}


#product article .gallery .gallery-top {

    width: 100%;
}

#product article .gallery .gallery-top .swiper-wrapper .swiper-slide {

    width: 400px !important;
}

#product article .gallery .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

#product article .gallery .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    display: none;
}

#product article .gallery .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#product article .description {
    text-align: right;

}

#product article .description .product-name {
    margin-top: 30px;
    font-size: 19px;
    padding-bottom: 10px;
    text-align: right;
    border-bottom: 1px solid #a9a9a938;
    display: flex;
    justify-content: space-between;
}

#product article .description .product-color {
    text-align: right;
    margin-top: 35px;
    justify-content: right;
}

#product article .description .product-color .color {
    width: 25px;
    height: 25px;
    background: black;
    border-radius: 50%;
    border: 1px solid #9e909077;
    margin-right: 5px;
}

#product article .description .product-option {
    line-height: 2;
    margin-top: 30px;
}

#product article .description .product-option span {
    font-weight: 700;
}

#product article .description .product-option ul li span {
    font-weight: 700;
    font-size: 35px;
    color: #942929;
}

#product article .description .product-option ul li {
    font-weight: 200;
    color: #6d6c6c;
}

#product article .description .product-description p {
    padding-top: 20px;
    font-weight: 200;
    font-size: 13px;
}

#product article .details .shopping-details {
    width: 65%;
    margin-top: 66px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 13px -7px rgb(0, 0, 0,.30);
    -webkit-box-shadow: 0 8px 13px -7px rgb(0, 0, 0, .30);
}

#product article .details .shopping-details span {
    font-weight: 600;
    font-size: 18px;
}

#product article .details .shopping-details ul li {
    text-align: right;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8bf;
}

#product .p-price {
    font-size: 25px;
    font-weight: 600;
    color: darkred;
}

#product article .details .shopping-details button {
    width: 100%;
    margin-top: 40px;
}

.float-shoppingCart {
    display: none !important;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 50px;
    z-index: 7;
}

#product .more-detail {
    justify-content: space-between;
}

#product .more-detail .shopping-cart2 {
    width: 335px;
    height: 100%;
    border: 1px solid #e8e8e8a1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 2%;
    padding: 15px;
    margin-top: 3%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    position: sticky;
    top: 64px;
}

#product .more-detail .shopping-cart2 ul {
    font-size: 15px;
    font-weight: 500;
    padding-top: 34px;
}

#product .more-detail .more {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    text-align: right;
}

#product .more-detail .more .sticky {
    width: 100%;
    background: white;
    top: 65px;
    position: sticky;
}
#product .more-detail .more .justify-content {
    justify-content: right;
}

#product .more-detail .more span {

    font-size: 15px;
    padding-bottom: 5px;
    color: #929292;
    font-weight: 600;
}

#product .tab-content .tab-pane .opinion{
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    justify-content: space-between;
}

#product .tab-content .tab-pane .opinion img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

#product .tab-content .tab-pane .opinion .opinion-title {
    padding-right: 10px;
    display: grid;
    text-align: right;
}

#product .tab-content .tab-pane .add-opinion {
    width: 100%;
    position: sticky;
    top: 106px;
}

#product .tab-content .tab-pane .add-opinion i{
    margin-left: 7px;
    font-size: 18px;
    color: white;
}

.colors ul{list-style:none; padding:0; margin: 0;}

.colors li{margin: 0 7px 0 0; display: inline-block;}

.colors label{
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 20px;
    border: 1px solid #e4d0d0;}

.colors input{display:none;}

.colors input[type="radio"]:checked + .swatch{box-shadow: inset 0 0 0 3px white; border: 3px solid #731e1e;}

.swatch{
    display:inline-block;
    vertical-align: middle;
    height: 30px;
    width:30px;
    margin: 0 5px 0 0 ;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
}

#product .product-color .color_label , #product .product-size .size_label{font-size: 19px; color: #515151; margin-left: 10px;}


#product .product-size{
    margin-top: 19px;
    display: flex;
}

#product .product-size select {
    width: auto;
}

.call-li{display: none; width: 50%; margin: 25px auto;}

#page{
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .5;
    z-index: 3;
    display: none;
    position: fixed;
}

#page1 {
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .5;
    z-index: 3;
    display: none;
    position: fixed;
}


#add-opinion-page{
    width: 50%;
    position: fixed;
    z-index: 4;
    left: 25%;
    background: white;
    top: 20%;
    display: none;
    padding: 15px;
    border-radius: 20px;
}

#add-opinion-page i {
    font-size: 35px;
    font-weight: 600;
    color: #ce0505;
    cursor: pointer;
}

#add-opinion-page .form {
    padding: 25px;
}

#add-opinion-page .form input{
    margin-bottom: 5px;
}

#add-opinion-page .form button{
    width: 100%;
    margin-top: 20px;
}

#share {
    width: fit-content;
    position: fixed;
    z-index: 4;
    left: 35%;
    background: white;
    top: 30%;
    display: none;
    padding: 15px;
    border-radius: 20px;
}



#share .form {
    padding: 25px;
}

#share .form input {
    margin-bottom: 5px;
}

#share .form button {
    width: 100%;
    margin-top: 20px;
}

#share #close_share {
    font-size: 35px;
    font-weight: 600;
    color: #ce0505;
    cursor: pointer;
}


#share .share-option {
    display: flex;
    width: 100%;
    padding: 16px 0;
    justify-content: space-between;
}

#share .share-option .social-btn {
    display: flex;
    box-sizing: inherit;
}

#share .share-option .social-btn .social {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

#share .share-option .social-btn .social i {
    font-size: 1.714rem;
    line-height: 24px;
    color: #fff;
}

#share .share-option .social-btn .twitter {
    background: #4dcceb;
    border: 1px solid #4dcceb;
}

#share .share-option .social-btn .whatsapp {
    background: #1bd741;
    border: 1px solid #1bd741;
}

#share .share-option .social-btn .facebook {
    background: #4d8deb;
    border: 1px solid #4d8deb;
}

#share .share-option .social-btn .instagram {
    background: #ef5662;
    border: 1px solid #ef5662;
}

#share .share-option .share-link{
    padding: 8px 16px;
    direction: rtl;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    border: 1px solid #81858b;
    color: #81858b;
    border-radius: 10px;
    cursor: pointer;
}

#share .share-option .share-link i{
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 16px;
    color: inherit;
    margin-left: 6px;
}




#product-main .description  .activities{
    display: flex ;
    justify-content: space-between;
    width: 10%;
}

#product-main .description .mobile-post-activity {
    display: none;
}

#product-main .description  .activities i:nth-child(1){
    font-weight: 500;
    font-size: 20px;
}

#product-main .description  .activities i:nth-child(2) {
    font-weight: 500;
    font-size: 20px;
}

#product-main .description  .activities i:nth-child(1):hover {
    font-weight: 600;
    color: red;
}

#product-main .description  .activities i:nth-child(2):hover {
    font-weight: 600;
    color: #2828f3;

}

/*category*/
#category {
    margin-bottom: 20px;
}

#category .container .row .p-cat-label {
    background: white;
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px;
    width: 20%;
    text-align: center;
}

#category .container .row .p-cat-label span {
    color: #6a5a9b;
}

#category .container .row .p-cat-label ul {
    text-align: center;
    width: 100% !important;
    margin-top: 23px;
}

#category .container .row .p-cat-label ul span {
    font-size: 20px;
    color: #af5043;
    font-weight: 600;
    border: none;
    margin-right: 10px;
}

#category .container .row .p-cat-label ul li {
    border-bottom: 1px solid #a2a2a252;
    text-align: center;
    display: grid;
    padding-bottom: 10px;
    margin-top: 10px;


}

#category .container .row .p-cat-label ul li p {
    padding-bottom: 5px;
    text-align: center;
    margin: 0 !important;
    color: #6b6b6bd4;
    font-size: 14px;
}



.load {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
    background-color: black;
    animation: animate 3s linear;
    opacity: 0;
}

.loading {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 180px;
    letter-spacing: 10px;
    direction: ltr;
    margin-top: 75vh;
}

.loading li {
    color: white;
    animation: animate 3s linear;
    opacity: 0;
}


@keyframes animate {
    0% {
        opacity: .4;
        z-index: 19099000;
        height: 100vh;

    }
    25% {
        opacity: 1;
        z-index: 19099000;
        height: 100vh;


    }
    50% {
        opacity: .4;
        z-index: 19099000;
        height: 100vh;


    }
    75% {
        opacity: 1;
        z-index: 19099000;
        height: 100vh;

    }

    100% {
        opacity: 0;
        display: none;
        z-index: 0;
        height: auto;

    }
}



.loading li:nth-child(1) {
    animation-delay: .1s;
}

.loading li:nth-child(2) {
    animation-delay: .2s;
}

.loading li:nth-child(3) {
    animation-delay: .4s;
}

.loading li:nth-child(4) {
    animation-delay: .6s;
}

.loading li:nth-child(5) {
    animation-delay: .8s;
}

.loading li:nth-child(6) {
    animation-delay: 1s;
}

.loading li:nth-child(7) {
    animation-delay: 1.2s;
}

.loading li:nth-child(8) {
    animation-delay: 1.4s;
}

.loading li:nth-child(9) {
    animation-delay: 1.6s;
}

/*profile*/

#profile .profileRight {
    background: #FFFFFF;
}

#profile .profileRight .sidebar {
    background: #FFFFFF;
    padding: 5%;
    border-radius: 8px;
    position: sticky;
    top: 100px;
}

#profile .profileRight .sidebar .header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

#profile .profileRight .sidebar .header:before {
    content: '';
    width: 48px;
    height: 48px;
    display: block;
    background: url("../image/icon/profile-icon.svg") center;
    background-size: cover;
    margin-left: 15px;
}

#profile .profileRight .sidebar .header .info .name {
    font-size: 16px;
    line-height: 1.375;
    vertical-align: center;
    color: #232933;
    font-weight: 700;
}

#profile .profileRight .sidebar .header .info .phone {
    font-size: 12px;
    line-height: 1.833;
    color: #81858b;
}

#profile .profileRight .sidebar .contain ul li a {
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
    color: #424758;
    padding: 12px 0;
}

#profile .profileRight .sidebar .contain ul li a:hover {
    color: red;
}

#profile .profileRight .sidebar .contain ul a:before {
    font-size: 24px;
    margin-left: 15px;
}

#profile .profileRight .sidebar .contain ul .dashboard a:before {
    content: "\f201";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .myOrders a:before {
    content: "\f59d";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .list a:before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .comment a:before {
    content: "\f075";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .address a:before {
    content: "\f5a0";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .message a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .lastViews a:before {
    content: "\f017";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .account a:before {
    content: "\f406";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileRight .sidebar .contain ul .logOut a:before {
    content: "\f08b";
    font-family: "Font Awesome 5 Pro";
}

#profile .profileLeft .row {
    align-items: inherit;
    justify-content: space-between;
}

#profile .profileLeft .row .box {
    margin: 0.5%;
    width: 49%;
    height: fit-content !important;
}

#profile .profileLeft .row .box .headLine {
    color: #858585;
    margin: 15px 10px 15px;
    display: block;
}

#profile .profileLeft .row .box .personalInfo{
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-top: 10px;
}

#profile .profileLeft .row .box .personalInfo > .flex {
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
    justify-content: space-between;
}

#profile .profileLeft .row .box .personalInfo > .flex > .item {
    padding: 28px 38px;
    border-right: 1px solid #f1f1f1;
    width: 100%;
    overflow: hidden;
}

#profile .profileLeft .row .box .personalInfo > .flex p{
    color: #bababa;
    font-size: 12px;
    white-space: nowrap;
}

#profile .profileLeft .row .box .personalInfo > .flex p span{
    color: #939393;
    font-size: 19px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

#profile .profileLeft .row .box .personalInfo .action{
    text-align: center;
    padding: 14px 38px 17px;
    font-size: 12px;
}

#profile .profileLeft .row .box .personalInfo .action  a{
    color: #1ca2db;
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 20px;
}

#profile .profileLeft .row .box .personalInfo .action a:before {
    content: "\f303";
    font-family: "Font Awesome 5 Pro";
    padding-left: 6px;
}

#profile .profileLeft .row .box .personalInfo .productInfo .price {
    font-size: 13px;
    line-height: 1.692;
    color: #fb3449;
}

#profile .profileLeft .row .box .personalInfo .flex .productImg ,
#profile .profileLeft .row .box .personalInfo .flex .removeProduct {
  padding: 10px;
}

#profile .profileLeft .row .box .personalInfo .flex .productImg img {
    max-width: 55%;
}

#profile .profileLeft .row .box .personalInfo .flex .removeProduct span {
    display: block;
    width: 33px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

#profile .profileLeft .row .box .personalInfo .flex .removeProduct span:before{
    content: "\f2ed";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #929292;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

#profile .profileLeft .lastProduct-title {
    color: #858585;
    margin: 10px 0 5px 15px;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
}

#profile .profileLeft .table-orders  {
    background: #FFFFFF;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    padding: 0;
    border-radius: 8px;
}

#profile .profileLeft .table-orders .table-orders-header {
    background: #b05245;
}

#profile .profileLeft .table-orders .table-orders-header .table-orders-header-item {
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
    text-overflow: ellipsis;
}

.fb16{
    flex-basis: 16%;
}

.fb10 {
    flex-basis: 10%;
}

#profile .profileLeft .table-orders .table-orders-body .table-orders-item .flex {
    border-bottom: 1px solid #ebebeb;
}

#profile .profileLeft .table-orders .table-orders-body .table-orders-item .flex:nth-child(even) {
    color: #fbfbfb;
}

#profile .profileLeft .table-orders .table-orders-body .table-orders-item {
    font-size: 15px;
    color: #7e7e7e;
    text-align: center;
    line-height: 75px;
    border-right: 1px solid #ebebeb;
}

#profile .profileLeft .table-orders .table-orders-body .table-orders-item:last-child {
    cursor: pointer;
}

#profile .profileLeft .table-orders .table-orders-body .table-orders-item.details {
    transition: .5s;
}

#profile .profileLeft .table-orders .table-orders-body .table-orders-item.details:hover {
    background: #e9e9e9;
}

#profile .profile-headline {
    display: flex;
    align-items: center;
}

#profile .profile-headline .back-btn{
    width: 45px;
    height: 40px;
    border-radius: 15%;
    background: white;
    border: 1px solid #e4dcdc;
    display: none;
    cursor: pointer;
}

#profile .profile-headline .back-btn i{
    margin: auto;
}

.box-body .table-responsive #productorder_wrapper .row .col-md-6 {
    width: 12%;
}

.box-body .table-responsive #productorder_wrapper .row:nth-child(3) .col-md-7 {
    display: flex;
    justify-content: flex-end;
}

/*fresh offer*/

main section .fresh-timer{
    justify-content: space-around;
    margin-bottom: 10px;
    margin-top: 15px;
}

main section .f-timer {
    font-size: 15px;
    line-height: 1.571;
    color: #808080;
    font-weight: 600;
    display: flex;
    direction: ltr;
}

main section .f-timer:before {
    content: "\f017";
    display: block;
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}


/*category page*/
#category-page .head-text{
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #efe3e3;
    margin-bottom: 1%;
}

#category-page .head-text span{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid red;
}

.category-main{
    width: 105px !important;
}

/*cart*/

#cart .container{
    margin-bottom: 20px;
}

#cart .container .head-title {
    margin: 15px 0;
    padding: 0 6px 10px 0;
    border-bottom: 1px solid #dacccc;
}

#cart .container .head-title span{
    border-bottom: 3px solid #f30000;
    padding-bottom: 5px;
    font-weight: 500;
    color: #818181;
}

#cart .container .row .product-card{
    background: white;
    padding: 20px 5px 20px 15px;
    margin-bottom: 10px;
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 8px 13px -7px rgb(0, 0, 0,.08);
    -webkit-box-shadow: 0 8px 13px -7px rgb(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
}

#cart .container .row .product-card img {
    height: 140px;
    width: 140px;
    margin: auto;
}

#cart .container .row .product-card .data {
    display: block;
    width: 84%;
}



#cart .container .row .product-card .data div{
    font-size: .857rem;
    color: #62666d;
    line-height: 1.833;
}

#cart .container .row .product-card .data div i {
    margin-left: 5px;
    font-weight: 500;
    color: #62666d;
}

#cart .container .row .product-card .data .cart-item-discount {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
    color: #ef394e;
    text-align: left;
}

#cart .container .row .product-card .data .cart-item-discount span {
    font-size: 1rem;
    line-height: 1.571;
    color: #ef394e;
}

#cart .container .row .product-card .activities {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}



#cart .container .row .product-card .activities .num {
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #0fabc6;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cart .container .row .product-card .activities .num button{
    border: none;
    margin: 0;
    padding: 0;
    color: #0fabc6;
    background-color: #fff;
    cursor: pointer;
    width: 33%;
    text-align: center;
    height: 100%;
    border-radius: 8px;
}

#cart .container .row .product-card .activities .num div{
    width: 33%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 15px;
}

#cart .container .row .product-card .activities .delete {
    font-size: .857rem;
    line-height: 1.833;
    color: #777;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    padding-top: 8px;
}

#cart .container .row .product-card .activities .delete i:hover{
    color: red;
}

#cart .container .row .product-card .activities .delete i{
    color: #979797;
    position: absolute;
    font-size: 18px;
    line-height: 1.222;
    right: 0;
}

#cart .container .row .product-card .cart-product-price-m {
    display: none;
    color: #000;
    line-height: 1.294;
    font-weight: 600;
    font-size: 16px !important;
}
#cart .container .row .product-card .cart-product-price-d {
    color: #000;
    line-height: 1.294;
    font-weight: 600;
    font-size: 16px !important;
}

#cart .container .row .product-card .activities .cart-product-price span{
    font-size: .714rem;
    line-height: 2.2;

}

#cart .container .row .cart-bill {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    height: fit-content;
    line-height: 22px;
    border-radius: 8px;
    box-shadow: 0 8px 13px -7px rgb(0, 0, 0,.15);
    -webkit-box-shadow: 0 8px 13px -7px rgb(0, 0, 0, .15);
}

#cart .container .row .cart-bill ul{
    list-style: none;
    padding: 14px 16px 0;
}

#cart .container .row .cart-bill ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px 0;
    color: #777;
}

#cart .container .row .cart-bill ul li:nth-child(3) {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eee;
    font-weight: 700!important;
    color: #000!important;
}

#cart .container .row .cart-bill ul li .cart-bill-title{
    font-size: .929rem;
    line-height: 1.692;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777;
}

#cart .container .row .cart-bill ul li .cart-bill-price {
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 600;
    color: #777 !important;
}

#cart .container .row .cart-bill ul li .cart-bill-discount {
    color: #ef394e;
    font-weight: 600;
}

#cart .container .row .cart-bill ul li:nth-child(4) {
    display: grid;
    text-align: center;
}

#cart .container .row .cart-bill ul li:nth-child(4) .free-send{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #878787;
}

#cart .container .row .cart-bill ul li:nth-child(5) {
    margin: 12px 0!important;
}

#cart .container .row .empty-cart {
    background: white;
    margin-top: 15px;
    border: 1px solid #efefef;
    border-radius: 15px;
}

#cart .container .row .empty-cart span{
    text-align: center;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

#cart .container .row .empty-cart button {
    width: 100%;
    margin-bottom: 20px;
    background: #6da996;
}

#cart .container .row .empty-cart-img {
    display: flex;
    width: 180px;
    height: 180px;
    margin: auto;
    padding: 25px;
}

.btn-forward{
    padding: 13px 16px !important;
    width: 100%;
    direction: rtl;
    font-size: 14px !important;
    font-size: 1rem;
    line-height: 1.571 !important;
    font-weight: 700 !important;
    background-color: #ef394e !important;
    color: #fff !important;
    border: 1px solid #ef394e !important;
}

/*order*/

#order .container{
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 8px 13px -7px rgb(0, 0, 0,.35);
    -webkit-box-shadow: 0 0 13px -7px rgb(0, 0, 0, .35);
}

#order .container .text-header{
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 21px;
}

#order .container .text-header span{
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

#order .container .row {
    padding: 1%;
    display: flex;
    justify-content: center;
}



#order .container .row .form-control {

    min-height: 38px;
    display: initial;
    font-size: 14px;
    -webkit-background-clip: padding-box;
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    border: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2962FF), to(#2962FF)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#2962FF , #2962FF), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#2962FF , #2962FF), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#2962FF , #2962FF), linear-gradient(#d9d9d9, #d9d9d9);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}

#order .container .row label{
    width: fit-content;
    color: #ff2929 !important;
    display: inline-block;
    margin-bottom: .5rem;
}

#order .container .desk_result .submit {
    width: 65% !important;
    margin: 20px 0px;
}

#order .container .phone_result{
    padding: 0 10px;
    justify-content: space-between;
    display: none !important;
    background: #f1f1f1;
}

#order .container .phone_result .submit {
    width: 46% !important;
    margin: 5px 0px;
}

#order .container .table-orders  {
    background: #FFFFFF;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    padding: 0;
    border-radius: 8px;
}

#order .container .table-orders .table-orders-header {
    background: #d8d8d8;
    justify-content: space-around;
}

#order .container .table-orders .table-orders-header .table-orders-header-item {
    font-size: 13px;
    font-weight: 700;
    color: #585858;
    padding: 10px;
    text-align: center;
    text-overflow: ellipsis;
}


#order .container .table-orders .table-orders-body .flex {
    border-bottom: 1px solid #ebebeb;
    justify-content: space-around;
}

#order .container .table-orders .table-orders-body .table-orders-item .flex:nth-child(even) {
    color: #fbfbfb;
}

#order .container .table-orders .table-orders-body .table-orders-item {
    font-size: 15px;
    color: #7e7e7e;
    text-align: center;
    line-height: 40px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 30%;
}


#order .container .table-orders .table-orders-body .table-orders-item.details {
    transition: .5s;
}

#order .container .table-orders .table-orders-body .table-orders-item.details:hover {
    background: #e9e9e9;
}

#order  .container .desk_result .total {
    font-weight: 700;
    font-size: 20px;
    color: #878787;
    margin: auto 0;
}
#order  .container .phone_result .total {
    font-weight: 700;
    font-size: 12px;
    color: #878787;
    margin: auto 0;
}

#order .container .desk_result  .total  span{
    padding-right: 10px;
    font-size: 22px;
    font-weight: 700;
}

#order .container .phone_result .total span {
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
}

#order .container .table-orders .table-orders-body .table-orders-item i {
    color: darkred;
    cursor: pointer;
    padding-right: 10px;
}

#order .container .table-orders .table-orders-body .table-orders-item i:hover {
    color: red;
    font-size: 20px;
}

/*information pages*/

#information .container {
    background: white;
    border-radius: 10px;
    margin-bottom: 7px;
    margin-top: 8px;
}

#information .container .row h4 {
    color: #878787;
    margin-bottom: 20px;
}

#information .container .row .accordion  {
   border-radius: 10px;
    border: none;
}

#information .container .row .accordion .accordion-item{
    border: none;
    padding-bottom: 10px;
}

#information .container .row .accordion .accordion-item .accordion-body{
    text-align: center;
}

#information .container .row .accordion button {
    color: white;
    border-radius: 10px;
    background: darkred;
}

#information .container .row .accordion button:after {
    content: '\f0dd';
    font-family: "Font Awesome 5 Pro";
    background: none;
    font-weight: 600;
    margin-right: 10px;
    color: white !important;

}

#information .container .row .head {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #0c0c0c;
    display: flex;
    justify-content: space-between;
}

#information .container .row .head div {
    margin: auto 10px;
}

#information .container .row .head img {
    width: 250px;
    height: 250px;
}




/*chat rom*/

#chat-btn {
    background-color: #ff7800;
    color: #fff;
    display: inline-flex;
    border: none;
    border-radius: 0 50% 50% 50%;
    cursor: pointer;
    align-items: center;
    width: 48px;
    justify-content: center;
    height: 48px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    transition: background-color 0.3s;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

#not-badge {
    position: absolute;
    border: 2px solid white;
    bottom: 0;
    right: 0;
    background-color: #fd1800;
    color: #fff;
    border-radius: 50%;
    padding: 0 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#not-badge span {
    font-weight: bold;
    color: white;

}

#chat-btn i {
    color: white;
}

/*------------------- 4.00. Deal -------------------*/


.product-deal .deal-counter {
    margin-top: 25px;
    margin-bottom: -15px;
}

.product-deal:hover {
    border-color: var(--theme-color);
}

.deal-counter {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.deal-counter li {
    list-style: none;
    background: white;
    margin-left: 20px;
    justify-content: center;
    width: 45px;
    color: white;
    border-radius: 7px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.deal-counter li div {
    color: #494949 ;
}
.deal-counter li span {
    color: #515151;
}



/*story*/

/* استایل برای استوری‌ها */
.story-thumbnail {
    border: 3px solid red;
    transition: border 0.3s ease-in-out;
    border-radius: 50%;  /* گرد بودن استوری‌ها */
}

/* استایل برای استوری‌هایی که مشاهده شده‌اند */
.story-thumbnail.active {
    border: 3px solid #6d6d6d;  /* رنگ خط دور استوری‌های مشاهده شده */
}

/* استایل برای کانتینر استوری */
#story-container {
    display: none; /* مخفی بودن استوری‌ها در ابتدا */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

/* استایل برای کادر استوری */
#story-box {
    height: 100%;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-radius: 12px;
    overflow: hidden;
}


#story-box #story-image{
    height: 100%;
}

/* تایمر بالای صفحه برای نشان دادن زمان استوری */
#story-timer {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #bd0000;
    /*transition: width 15s linear;*/
}

/* دکمه خروج */
#exit-button {
    position: absolute;
    top: -10px;
    right: 22px;
    background: none;
    border: none;
    font-size: 50px;
    color: white;
    cursor: pointer;
    z-index: 10;
}

/* نمایش نقاط برای نشان دادن تعداد استوری‌ها */
#story-nav {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 5px;

}

#story-nav div {
    height: 4px;
    width: 20px;
    margin: 0 5px;
    background-color: #3b3b3b;
    cursor: pointer;
}

#story-nav div.active {
    background-color: #a81111;
}
/* نمایش لینک‌های استوری */
#story-links {
    text-align: center;
    width: 100%;
    top: 14%;
    position: absolute;
}

.story-footer{
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 8%;
    background: black;

}

#story-links a {
    color: #5ac8ff;
    text-decoration: none;
    font-size: 16px;
    background-color: #121212;
    padding: 5px;
    border-radius: 5px;
}

#story-links i {
    color: #64afff;
}

#story-preview{
    padding-top: 10px;
}


#story-preview img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    cursor: pointer;
}

#story-preview .story-slide {
    width: 78px;
}

#story-timer-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.story-shadow {
    position: absolute;
    top: 5px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 1));
    overflow: hidden;
    height: 50px; /* ارتفاع اولیه */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* کادر توضیحات استوری */
#story-caption {
    position: absolute;
    bottom: 8%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 1));
    /* رنگ نیمه‌شفاف */
    color: white;
    padding: 10px;
    cursor: pointer;
    transition: height 0.3s ease;
    overflow: hidden;
    height: fit-content; /* ارتفاع اولیه */
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* سایه نرم */
    /*box-shadow: 0 -14px 29px rgb(0 0 0); !* سایه نرم با زاویه و افکت محو *!*/

}


/* حالت وقتی که توضیحات گسترش پیدا می‌کنند */
#story-caption.expanded {
    height: auto; /* برای نمایش متن کامل */
    overflow: visible;
}

/* عنوان استوری */
#story-caption #story-title {
    font-weight: bold;
    display: block;
    color: whitesmoke;
}

/* توضیحات استوری */
#story-description {
    color: #eaeaea;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* محدود کردن به یک خط */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* اضافه کردن '...' در انتهای متن */
    cursor: pointer; /* نشان دادن اینکه کلیک شدنی است */
    transition: all 0.3s ease;
}

/* حالت گسترش توضیحات */
#story-description.expanded {
    display: block; /* نمایش متن به صورت کامل */
    overflow: visible; /* نمایش کامل محتوا */
    text-overflow: unset; /* حذف '...' */
    white-space: normal; /* برای نمایش کامل متن */
}



.story-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* برای اطمینان از نمایش بالاتر */
}

#prev-button {
    right: 10px;
}

#next-button {
    left: 10px;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}






@media (max-width: 990px) {
    #chat-btn {
        bottom: 6vh;
        left: 10px;
    }
    body{    background-color: #ffffff!important;}

    .loading {
        font-size: 45px;

    }

    main {
        overflow-x: hidden !important;
        padding-top: 120px !important;
    }

    #product-main {
        padding-top: 135px;
    }

    header {
        position: fixed;
    }

    header nav .nav-wrapper .login {
        display: none;
    }

    .phone-offer {
        display: inline;
        color: aliceblue !important;
    }

    .swiper-slide .image {
        width: 115px;
        height: 115px;
        margin: 0 auto;
    }

    .swiper-slide .image-phone {
        width: 140px;
        margin: 0 auto;
    }

    .swiper-slide .image-phone-market {
        width: 140px;
        margin: 0 auto;
    }



    main .specialOffer {
        background: #f5f5f5;
        border-bottom: 1px solid #b3a4a2;
    }

    .specialOffer-mobile{
        display: block;
        margin-top: 33px;
        background: #bd3434;
        position: relative;
    }

    .specialOffer .slider {
        padding: 20px 15px 20px 0;
    }

    .slide-p{
        width: 192px !important;
        height: auto;
    }

    .icon-off {
        display: block;
    }


    .container .row .bannerLeft {
        display: none;
    }

    header nav .nav-wrapper .brand .fa-search {
        padding-bottom: 8px;
        position: absolute;
        right: 130px;
        color: #a1a3a8;
        z-index: 50;
        justify-content: center;
        font-weight: bold;
    }

    header nav .mobileHead {
        display: inline;
    }

    header nav .nav-wrapper .brand .searchBox, header nav .nav-wrapper .brand .fa-search {
        display: none;
    }

    .nav-wrapper ul li:nth-child(2) {
        border-right: none;

    }

    header nav .mobileHead {
        display: flex;
        justify-content: space-between;
    }

    .searchBox::placeholder {
        color: #3d3d3d;
        opacity: .8;
    }

    header nav .mobileHead .searchBox {
        box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, .2);;
        background: #f5f3f36e;
        border: 1px solid #e2e2e24d;
        border-top: 1px solid #8c838354;
        border-left: 1px solid #8c838354;
        color: #020202;
        border-radius: 10px;
        outline: none;
        padding: 5px 38px 5px 0px;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 15px;
        margin-left: 13px;
        font-size: 16px;
    }

    header nav .mobileHead .fa-search {
        position: absolute;
        right: 26px;
        color: #a1a3a8;
        z-index: 5;
        margin-top: 12px;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    #header {
        z-index: 9;
    }

    #close_search2 {
        left: 5%;
        top: 17%;
    }

    .live_data {
        height: fit-content;
        z-index: 8;
        border-radius: unset;
        position: fixed;
    }

    .live_data div {
        margin: 5px;
        height: 40px;
        padding-top: 20px;
        text-align: center;
        border-radius: 10px;
    }

    .live_data a {
        text-align: center;
    }


    .right {
        display: none;
    }

    .seeall{
        display: block;
    }

    .banner1 .container a {
        width: 49% !important;
        padding: 5px;
    }

    .banner1 .container .aTag {
        width: 100%;
    }

    .banner1 .container .dis-none {
        display: none;
    }

    main .boxContainer {
        display: none;
    }

    main .boxContainer-phone {
        display: block;
    }


    main .banner1 .container {
        box-sizing: border-box !important;
    }

    main .swiper1 .headerBox {
        font-size: 13px;
    }

    footer .feature {
        display: none;
    }


    main .feature {
        display: flex;
        border-bottom: 1px solid #dededee0;
    }


    footer .middleBar .right nav {
        line-height: 24px;
        margin-right: 15px;
    }

    footer .middleBar .right nav a {
        font-size: 12px;
    }

    footer .middleBar .right nav span {
        font-size: 14px;
    }

    footer .middleBar .right {
        width: 100%;
    }

    footer .middleBar .left {
        display: none;
    }

    footer .downloadApp {
        width: 67%;
        margin: 0 auto;
    }

    footer .contactUs ul, footer .info .description .left {
        display: none;
    }

    footer .info .description > div {
        width: 100%;
    }

    footer .info .description .rtl {
        line-height: 21px;
    }

    footer .news-gmail, footer .social {
        display: block;
    }

    footer .scrollTop {
        display: none;
    }

    footer .nemad {display: flex;}

    .sendto {
        display: none;
    }

    .nav-wrapper .nav-list .mark-li {
        padding-right: 0;
        display: block;
        border: none;

    }
    .mobile ul.nav-list {
        padding-top: 134px;
    }

    .mobile ul.nav-list li {
        color: white;
        margin: 0;

    }

    .mobile ul.nav-list li a {
        color: white;
        line-height: 1.5;
        font-size: 20px;
    }


    .float-button {
        display: block;
    }

    .nav-button{
        display: none !important;
    }


    #product article .gallery .gallery-top .swiper-wrapper {
        height: auto !important;
    }

    #product article .description {
        text-align: center;
        width: 100%;
    }

    #product-main .description .mobile-post-activity {
        display: flex;
        margin: auto;
        width: 40%;
    }

    #product-main .description .desktop-post-activity {
        display: none;
    }

    #product article .description .product-name {
        margin-top: 5px;
        font-size: 20px;
        text-align: center;
        display: block;
    }

    #product article .description .product-color {
        margin-top: 19px;
        justify-content: center;
        font-size: 25px;
        padding-bottom: 19px;
        border-bottom: 1px solid #dcdcdceb;
    }

    #product article .details .shopping-details {
        display: none;
    }

    #product article .gallery {
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 0;
    }

    #product article .gallery .gallery-size {
        width: 400px;
        margin: 0 auto;
    }

    #product {
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }


    .float-shoppingCart {
        display: block !important;
    }

    #product .more-detail .more {
        text-align: center;
    }

    #product .more-detail .shopping-cart2 {
        display: none;
    }

    /*category*/
    #category .container .row .p-cat-label {
        display: none;
    }

    #category .container .row .col-lg-10 {
        width: 100% !important;
    }

    #profile .profileRight {
        width: 100%;
    }

    #profile .p-right-menu {
        display: none;
    }

    #profile .profileLeft {
        width: 100% !important;
    }

    #profile .profileRight .sidebar .contain {
        border-bottom: 1px solid #e8e8e8;
    }

    #profile .profile-headline .back-btn {
        display: flex;
    }

    .headline{font-weight: 600;}
    .pading-slider{padding: 6px 15px 20px  !important;}
    .box-body .table-responsive #productorder_wrapper .row:nth-child(1) .col-md-6 {
        width: 45%;
    }

    #profile_left {
        display: none;
    }


    #product .more-detail .more .sticky {
        height: 55px;
        align-items: center;
        top: 0;
    }

    #product .more-detail .more .justify-content {
        justify-content: center;
    }

    #add-opinion-page {
        width: 100%;
        left: 0;
        z-index: 11;
    }

    #share {
        width: 100%;
        left: 0;
        z-index: 11;
    }

    #page {
        z-index: 10;
    }

    #page1 {
        z-index: 7;
    }

    #product .colors label {
        font-size: 12px;
    }

    #product .swatch {
        width: 20px;
        height: 20px;
    }

    #product .product-color .color_label, #product .product-size .size_label {
        font-size: 15px;
        padding-top: 5px;
        margin-left: 5px;
    }

    #product .product-size {
        justify-content: center;
        border-bottom: 1px solid #dcdcdceb;
        padding-bottom: 19px;
    }

    .call-li{display: flex; justify-content: space-between; width: 50%}
    .call-btn{width: 42px; height: 42px; border-radius: 10px; display: flex; justify-content: center; cursor: pointer}
    .call-btn i{font-size: 1.714rem; color: #fff; line-height: 24px; margin: auto;}

    #cart .container .row .product-card .data {
        font-size: 13px;
    }

    #cart .container .row .product-card img {
        height: 120px;
        width: 120px;
    }

    #cart .container .row .product-card .data .cart-item-discount {
        text-align: right;
    }

    #cart .container .row .product-card .cart-product-price-m {
        display: block;
    }

    #cart .container .row .product-card .cart-product-price-d {
        display: none;
    }

    #order .container .row .form-control {
        margin-bottom: 20px;
        border-radius: 8px;
        background: #f1f1f1;
        padding: 10px;
    }

    #order .container .row label {
        padding-right: 10px;
    }

    #order .container form {
        padding-bottom: 15px;
    }

    #order .container .desk_result {
        display: none !important;
    }

    #order .container .phone_result {
        display: flex !important;
        width: 100%;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 50px;
        box-shadow: 0 -8px 11px -6px rgb(0, 0, 0,.30);
        -webkit-box-shadow: 0 -8px 11px -6px rgb(0, 0, 0, .30);
        z-index: 7;
    }


    #information .container .row .accordion button {
        font-size: 14px;
    }

    .forward_cart {
        display: none !important;
    }

    .nav-desk {
        display: none;
    }

    .swiper-wrapper .swiper-slide .card .title {
        font-size: 14px;
        height: 54px;
        margin-top: 15px;
        text-overflow: ellipsis;
    }

    .swiper-wrapper .swiper-slide .card .price .oldPrice del {
        font-size: 13px;
    }

    .swiper-wrapper .swiper-slide .card .price .oldPrice .percent {
        font-size: 12px;
    }

    .swiper-wrapper .swiper-slide .card .price .newPrice span:nth-child(1) {
        font-size: 16px;
        font-weight: 700;
    }

    .swiper-wrapper .swiper-slide .card .timer {
        font-size: 12px;
    }

    .swiper1 {
        background: #f9f9f9;
    }

    .swiper-shadow{
        border: 1px solid #f6f6f6;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
    }

    #nav-desk{ display: none} header nav .nav-wrapper .brand .logo {margin-right: 5px; width: 135px}
    header nav .nav-wrapper .brand  {width: 71%;}
    .deal-counter .count-name {
        font-weight: 500;
        font-size: 10px;
        text-transform: capitalize;
    }
    .deal-counter .count-number {
        font-size: 15px;

    }

    .s2{
        background: none;
    }


    .story-slide-container{
        background: white;

    }

    #story-box #story-image{
        height: auto;
    }
    .deal-counter li div {
        color: #dfdfdf;
    }


    .specialOffer-mobile .deal-counter  {
        height: 45px;
        margin-top: 10px;
        right: 33%;
        top: -31px;
        position: absolute;
    }


    .deal-counter li span {
        color: #adabab;
    }
    .deal-counter li:after {
        display: none;
    }
    .deal-counter li:after {
        padding-right: 15px;
        padding-left: 15px;
    }
    .deal-counter li {
        background: #353535;
        justify-content: center;
        width: 35px;
        margin-left: 8px;
        border-radius: 6px;
    }
}

.deal-counter li:last-child {
    margin: 0;
}

.deal-counter li:last-child:after {
    display: none;
}





}

@media (max-width: 300px) {.buy-btn{bottom: 37px !important;} .float-button nav a .item-title {display: none;}}