* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'kharazmi';
    src: url('../fonts/IRAN Kharazmi.woff') format('woff');
}

body,
html {
    font-family: 'kharazmi';
    font-size: 13px;
    background-color: #f1f2f6;
}
.row{
    margin: 0px;
}
/*page-top*/
.page-top{
    color: #FFFFFF;
}
.page-top .announcement{
    background-color: #b4a9a9;
}
.page-top .sign-in-up{
    direction: rtl;
}
.page-top .sign-in-up a{
    display: flex;
    color: #FFFFFF;
    text-decoration: none;
    margin-left:25px;
}
.page-top .sign-in-up a i{
    margin-left: 5px;
    font-size: 19px;
}
.page-top .menu-box{
    height: 100px;
}
.page-top .cart-box{
    text-align: center;
    color: #727272;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.page-top .cart-box .cart{
    padding: 10px;
    background-color: #d3d3d3;
    transform: skew(337deg);
}
.page-top .cart-box  a{
    color: #727272;
    text-decoration: none;
}
.page-top .cart-box i{
    font-size: 13px;
    margin-left: 5px;
}
.page-top .cart-box .favorites{
    transform: skew(337deg);
    margin-right: 20px;
    padding: 10px;
    background-color: #d3d3d3;
}
.page-top .loginIcon{
    font-size: 23px;
    margin-left: 5px;
}
.page-top .logo{
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.page-top .logo div{
    width: 183px;
    height: 0;
    border-bottom: 22px solid white;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    position: absolute;
    top: -10px;
}
.top-menu .logo img{
    margin-top: 20px;
    width: 100px;
    height: 35px;
}
.page-top .search{
    display: flex;
    justify-content: center;
    text-align: center;
}
.page-top .search .search-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 5px;
    background-color:#d3d3d3;
    width: 280px;
    transform: skew(20deg);
}
.page-top .search .search-box input{
    transform: none;
    border: none;
    background-color: transparent;
}
.page-top .search .search-box i{
    font-size: 19px;
    color: #727272;
}
/*nav-menu*/
.nav-menu{
    margin-top: -36px;
}
.nav-menu .navbar{
    height: 55px;
    display: block;
    background-color: #FFFFFF;
}
.nav-menu .navbar ul{
    text-align: center;
    margin: 0;
    padding: 0;
}
.nav-menu .navbar ul li{
    display: inline-block;
    margin: 4px;
    position: relative;
}
.nav-menu .navbar  ul li a {
    display: inline-block;
    padding: 18px 5px;
    color: #1b155a;
    position: relative;
    text-decoration: none;
}
/*slider*/

/*site-search*/
.site-search .search-options{
    display: flex;
    justify-content: space-around;
}
.site-search{
    color: #FFFFFF;
    position: relative;
}
.site-search .site-search-box{
    position: absolute;
    background-color: #b4a9a9;
    padding: 15px;
    border-radius: 10px;
    bottom: -68px;
    width: 94%;
}
.search-options button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #7d7d7d;
    width: 150px;
    height: 40px;
    border: none;
    background-color: #FFFFFF;
    border-radius: 10px !important;
}
.search-options button:hover{
    background-color: #d0c0c0;
}
.search-options button:focus{
    background-color: #d0c0c0;
}
.site-search .product-search-button{
    direction: ltr;

}
.site-search .product-search-button button{
    padding: 10px;
    border: none;
    background-color: #ffd800;
    border-radius: 10px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-search .product-search-button button i{
    font-size: 15px;
}
/*stories*/
.stories{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 120px
}
.stories .story{
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}
.stories .story img{
    width: 114px;
    height: 110px;
    padding: 6px;
    border-radius: 50%;
    border: 3px solid gray;
}
.stories .story p{
    margin-top: 15px;
    text-align: center;
    color: #676767;
}
/*special-offer*/
.special-offer{
    display: flex;
    justify-content: space-evenly;
}
.special-offer .section-title{
    width: 184px;
    background-color: #cc1244;
    margin-right: 5px;
    padding: 70px 20px;
    border-radius: 15px;
}
.special-offer .offer-icon img{
    width: 40px;
    margin-bottom: 20px;
}
.special-offer .section-title h4{
    color: #FFFFFF;
    margin-bottom: 12px;
}
.special-offer .section-title .dots img{
    width: 75px;
}

.special-offer .section-title a{
    text-decoration: none;
    color: #f0b8c7;
    margin-top: 12px;
    display: block;
}
.special-offer .special-item{
    width: 196px;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}
.special-offer .section-items .special-item img{
    width: 196px;
    height: 210px;
}
.special-offer .section-items{
    width: 196px;
}
.special-offer .section-items .special-item-body{
    background-color: #e0e0e0;
    padding: 30px 0px 20px 0px;
    transition: all 0.3s ease;
}
.special-offer .section-items .special-item-body:hover{
    background-color: rgba(0, 0, 0, 0.44);
    transition: all 0.3s ease;

}
.special-offer .section-items .special-item-body .item-price{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.special-offer .section-items .special-item-body .item-price .price{
    background-color: #ed1651;
    padding: 6px 8px;
    border-radius: 15px;
    color: #FFFFFF;
}
.special-offer .section-items .special-item-body .item-price .off-percent{
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 10px;
    color: #ed1651;
    position: absolute;
    bottom: 43px;
    left: 29px;
}
.special-offer .section-items .special-item-body .item-price .off-price{
margin-top:11px;
}
/*ads*/
.ads img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/*products*/
.products-title h3{
    color: #ff005a;
}
.products-title  .all-products{
    justify-content: flex-end;
    align-items: baseline;

}
.products-title  .all-products a{
    text-decoration: none;
}
.products-title  .all-products h4{
    color: #767676;
    margin-left: 10px;
}
.products-title .all-products .right,.left{
    background-color: #FFFFFF;
    color: #767676;
    margin: 0 4px;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bolder;
}
.product .product-item{
    background-color: #FFFFFF;
    padding:15px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.product .product-item:hover{
   background-color:  #1a1d206b;
    transition: all 0.3s ease;
}
.product-item .product-desc{
    position: relative;
}
div.set-rate {
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 0 8px;
    border: 0;
    margin: 10px 0;
    outline: 0;
    line-height: 45px;
    color: #757575;
    bottom: 120px;
    right: -91px;
}
div.set-rate .box-rate {
    position: relative;
    top: -25px;
    left: 15px;
}
div.set-rate  input[type="radio"] {
    display: none;
}
div.set-rate input[type="radio"]+label {
    width: 1em;
    position: relative;
    color: #888;
    cursor: pointer;
}
div.set-rate input[type="radio"]+label::before {
    content: "\f588";
    font-family: bootstrap-icons;
    position: absolute;
}
div.set-rate input[type="radio"]+label:hover::before {
    color: rgb(255, 217, 0);
}
div.set-rate input[type="radio"]+label:hover~label::before {
    color: rgb(255, 215, 0);
}
div.set-rate input[type="radio"]:checked~label::before {
    color: rgb(255, 215, 0);
}
.product-item .product-desc .product-price{
    color: #f6641d;
    margin-left: 5px;
    margin-bottom: 10px;
}
.product-item .product-desc button{
    border: none;
    padding: 3px 20px;
    border-radius: 5px;
    background-color: #ffd800;
    color: #414141;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}
.product-item .product-desc button:hover{
    background-color: rgba(255, 216, 0, 0.39);
    color: #0c0c0c;
    transition: all 0.3s ease;
}

.product-item .product-desc .comparison a{
    color: #ff005a;
    text-decoration: none;
}
i.bi.bi-shuffle{
    color: #ff005a;
}
.obs a{
    color: #414141;
    text-decoration: none;
}

.product .product-item .product-image img{
    width: 150px;
}
.products-title .text-blue{
    color: #2a1f9c;
}
/*best-sell*/

.best-sell .title-float {
    position: absolute;
    top: -15px;
    left: 50px;
    right: 50px;
    display: flex;
    justify-content: space-around;
    align-content: stretch;

}
.best-sell .best-sell-title {
    width: 400px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 1px;
    right: 596px;
    bottom: 294px;
    padding: 1px 37px;
    background-color: #f1f2f6;
}
.best-sell .best-sell-title h2{
    color: #ed1651;
}
.best-sell .best-sell-title i img{
    width: 30px;
    height: 32px;
    margin-left: 8px;
}
/*cart*/
.cart-box{
    margin-bottom: 10px;
}
.cart-box .cart-head{
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    border-bottom:2px solid #b4a9a9;
    padding: 5px 0px;
}
.cart-box .cart-body{
    position: relative;
    display: flex;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 0px;
}
.cart-box .cart-body .cart-desc {
    display: flex;
   flex-direction: column;
   justify-content: space-between;
  }
.cart-box .cart-body .cart-desc h3{
    margin-right: 35px;
}
.cart-box .cart-body .cart-desc .quantity{
    display: flex;
    align-items: center;
    margin-right: 35px;
}
.cart-box .cart-body .cart-desc .quantity .quantity-body{
    width: 100px;
    text-align: center;
    background-color: #f1f2f6;
    border-radius: 8px;
    border: 2px solid #7c8188;
}
.cart-box .cart-body .cart-desc .quantity .quantity-body button{
    border: none;
    font-size: 25px;
    color: #7c8188;
}
.cart-box .cart-body .cart-desc .quantity a{
    font-size: 25px;
    margin-top: 8px;
    margin-right: 3px;
    color: #000000;
}
.cart-box .cart-body .cart-desc .quantity input{
    width: 43px;
    height: 28px;
    border: none;
    background-color: transparent;
    padding: 8px;
    color: #7c8188;
    margin-left: 12px;
    font-size: 20px;
}
.cart-box .cart-body .cart-desc .quantity input:focus-visible{
    border: none;
}
.cart-box .cart-body .cart-image img{
    width: 160px;
    height: 180px;
}
.cart-box .cart-body .cart-price{
 position: absolute;
    left:30px ;
    bottom:13px ;
}
.cart-box .cart-body .cart-price p{
    color: #646473;
}
.cart-box .cart-body .cart-price span{
    color: #1d1f49;
}
/*purchase-box*/
.purchase-box{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 25px 10px 160px 10px;
}
.purchase-box .total-title{
    margin-bottom:20px;
}
.purchase-box .product-total{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom:20px;
}
.purchase-box .product-total span{
    color: #646473;
}
.purchase-box .shipment {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom:20px;
}
.purchase-box .shipment .shipment-desc{
    direction: ltr;
    padding-bottom: 13px;
}
.purchase-box .shipment .shipment-desc p.delivery-desc{
    color: #646473;
}
.purchase-box .shipment .shipment-desc a{
    text-decoration: none;
    color: #c1113d;
    margin-bottom: 5px;
}
.purchase-box .cart-total{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom:20px;
}
.purchase-box .cart-total span.total-number{
    color: #c1113d;
    font-size: 17px;
}
.purchase-box .purchase-submit button {
    border: none;
    width: 100%;
    padding:10px;
    background-color: #c1113d;
    color: #FFFFFF;
}
/*log-in*/
.log-in-page{
    margin-top: 100px;
}
.header-line{
    height: 80px;
    background-color: #b4a9a9;
    margin-bottom: 20px;
}
.login-box{
    margin:0 auto;
    background-color: #FFFFFF;
    width: 400px;
    border-radius: 14px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.23);
}
.log-box-body{
    padding: 0px 20px 45px 20px;;
}
.log-in-out{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
.log-in-out p{
    width: 100px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.31);
    border-radius: 5px;
}


.log-in-out p{
    color: #323232;
}
.number-form{
    text-align: center;
    margin-bottom: 20px;
}
.number-form .verify-input{
    display: flex;
    justify-content: space-evenly;
}
.number-form .verify-input input{
    width: 42px;
    text-align: center;
    font-size: 20px;
    color: gray;
}
.number-form input{
    width: 80%;
    border: 2px solid #b4a9a9;
    border-radius: 4px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    color: #949090;
}
.number-form input:focus-visible{
    outline: none ;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.31);
}

.log-box-body .number-submit{
    text-align: center;
    margin-bottom: 50px;
}
.log-box-body .enter-number p{
    font-weight: bold;
}
.log-box-body .number-submit button{
    width: 80%;
    border: none;
    color: #FFFFFF;
    background-color: #b4a9a9;
    border-radius: 4px;
    padding: 8px 0px;
}
.log-box-body .privacy,.verify-timer{
    font-size: 12px;
}
.log-box-body .privacy a{
    text-decoration: none;
    color: #b4a9a9;
}
.log-box-body  p.enter-code {
    text-align: center;
    color: #b4a9a9;
    font-weight: bold;
}
.entered-number p{
    font-size: 15px;
    text-align: center;
    color: #776c6c;
}






    /*footer*/
footer{
    margin-top: 70px;
}
footer .off-float{
    display: flex;
    justify-content: center;
    position: relative;
}
footer .off{
    display: flex;
    justify-content: center;
    background-color: #fbb71c;
    width: 672px;
    padding: 10px 1px;
    align-items: baseline;
    border-radius: 34px;
    margin-right: 0px;
    position: absolute;
    top: -31px;
}
footer .off input{
    border: none;
    padding: 10px 12px 10px 75px;
    border-radius: 35px;
    margin-right: 10px;
}
footer .off .email-form{
    position: relative;
}
footer .off button{
    border: none;
    background-color: #ed1651;
    color: #FFFFFF;
    padding: 7px;
    border-radius: 20px;
    position: absolute;
    left: 6px;
    bottom: 3px;
}
footer .main-footer {
    background-color: #0c1555;
    padding: 55px;
}
footer .main-footer p{
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.9;
}

footer .main-footer a,li{
    text-decoration: none;
    color: #FFFFFF;
}
footer .main-footer a:hover{
    color: #948e8e;
}
footer .main-footer p.link-title,.skiaset{
    border-bottom:3px solid #ff6c00;
}


footer .main-footer .social .social-icons {
    font-size: 25px;
    margin-bottom: 45px;
}
footer .main-footer .social .chat img{
    width: 50px;
}
footer .main-footer .social .payment img{
    width: 87px;
    height: 85px;
    margin-top: 50px;
}
.main-footer .social{
    text-align: center;
}

/* responsiv */
