/* ------css reset----- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font: inherit;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline;
}

/* ------Fonts----- */
@font-face {
    font-family: 'IRANYekan';
    font-weight: lighter;
    src: url('../Fonts/IRANYekanLight\(FaNum\).ttf') format('ttf');
    src: url('../Fonts/iranyekanweblight.eot') format('eot');
    src: url('../Fonts/iranyekanweblight.woff') format('woff');
}

@font-face {
    font-family: 'IRANYekan';
    font-weight: bold;
    src: url('../Fonts/iranyekanwebbold.ttf') format('ttf');
    src: url('../Fonts/iranyekanwebbold.eot') format('eot');
    src: url('../Fonts/iranyekanwebbold.woff') format('woff');
}

body {
    margin: 0;
    word-wrap: break-word;
    word-break: keep-all;
    font-family: "iranyekan", "B Yekan", Tahoma, Arial;
    background-color: #f6f6f6;
    overflow-x: hidden;
    line-height: 1.42;
}
.MainWrapper{
 width: 100%;
 max-width: 1440px;
 margin: 0 auto;
}
/* ------Header----- */
header {
    width: 100%;
    background: #f8b4b1;
    box-shadow: 0px 5px 5px #98979a;
}

.top-img {
    width: 100%;
    height: 400px;
    background: url('../Image/top-img-min.jpg') no-repeat bottom fixed;
    background-size: 400px;
    background-position: center 40px;
}

/* ---Section-titr--- */
.row-titr {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.box-titr {
    position: absolute;
    top: 18%;
    width: 700px;
    height: 65%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background: #fff url('../Image/img-titr.jpg') no-repeat left bottom;
    background-size: 140px;
    box-shadow: 1px 1px 6px 5px #c5c7cd;
}

.box-titr p {
    color: #000;
    font-family: IRANYekan;
    font-weight: bold;
    text-align: center;
}

.box-titr p:nth-child(3) {
    font-weight: lighter;
}

.box-code {
    position: relative;
    line-height: 40px;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 6px 1px #d30101;
    margin: 20px auto;
    margin-bottom:5px ;
    font-family: Arial, Helvetica, sans-serif;
}
.copy-info{
    margin: 5px auto;
    width: 120px;
    direction: rtl;
    text-align: center;
}
.box-code:hover {
    background: #f6f6f6;
    box-shadow: none;
}

/* ---Section-OFF--- */
.row-off {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 400px;
    background: #aa0a0f;
}
.row-off p{
    color: #fff;
    font-family: IranYekan;
    font-size: 22px;
    text-align: center;
    padding-top: 8px;
}
.box-off {
    position: absolute;
    width: 90%;
    height: 80%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto auto;
    column-gap: 10px;
    top: 12%;
    background-color: #fff;
    overflow-y: scroll;
    border-radius: 10px;
    padding: 20px;

}

.box-off img {
    width: 180px;
    margin: 5px;
}

.row-cash {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 400px;
    background: #fff;
}

.box-cash {
    position: absolute;
    top: 10%;
    width: 700px;
    height: 80%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background: #ffffff url('../Image/Card.png') no-repeat left;
    background-size: 300px;
    box-shadow: 1px 1px 6px 5px #c5c7cd;
}

.box-cash p {
    position: absolute;
    top: 20%;
    right: 3%;
    width: 400px;
    direction: rtl;
    text-justify: right;
    color: #111;
    font-family: IranYekan;
}

.box-cash .btn {
    position: absolute;
    top: 65%;
    right: 13%;
}

.box-cash .btn p {
    display: contents;
}

.row-sales {
    position: relative;
    width: 100%;
    background: #aa0a0f;
    padding: 10px;
    box-sizing: border-box;
}

.row-sales p {
    color: #fff;
    font-family: IranYekan;
    font-size: 22px;
    text-align: center;
}

.row-sales p:nth-child(1) {
    padding-top: 10px;
}

.box-sales,
.box-sales2 {
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin: 10px auto;
    text-align: center;
}

.row-products {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    row-gap: 5px;
    align-items: center;
    width: 100%;
    padding: 40px;
    background: #fff;
}

.box-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
@keyframes change-color {
    from {
      color: #000;
      background-color:#fff ;
    }
    to{
        color: #fff;
        background-color:#d30101 ;
    }
}
  
.btn {
    width: 220px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #d30101;
    text-align: center;
    line-height: 40px;
    color: #000;
}

.btn:hover {
    background-color: #d30101;
    color: #fff;    
    animation: change-color ease-in;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn:active {
    box-shadow: none;
    background: #fff;
}

.btn p {
    font-family: IranYekan;
}
.btn img{
    float: left;
    height: 30px;
    margin-left: 10px;
    margin-top: 5px;
}
.box-cash .btn:hover p{
    color: #fff;
}
@media only screen and (min-width: 1300px) {
    .box-titr {
        top: 20%;
        width: 800px;
        height: 65%;
    }

    .box-titr p {
        font-size: 20px;
    }

    .box-cash {
        width: 800px;
    }

    .box-cash p {
        width: 420px;
        right: 3%;
    }

    .box-cash .btn {
        right: 15%;
    }

    .top-img {
        height: 480px;
        background-size: 500px;
    }

    .box-off {
        grid-template-columns: auto auto auto auto auto;
    }
}

@media only screen and (max-width: 1300px) {
    .box-cash p {
        width: 265px;
        right: 9%;
    }
}

@media only screen and (max-width: 1020px) {

    .box-off img {
        width: 160px;
        margin: 4px;
    }
}

@media only screen and (max-width: 900px) {
    .box-off img {
        width: 155px;
        margin: 4px;
    }
}

@media only screen and (max-width: 780px) {
    .box-off {
        grid-template-columns: auto auto auto;
    }

    .box-off img {
        width: 160px;
        margin: 5px;
    }

    .box-cash {
        width: 600px;
        background-size: 250px;
    }
}

@media only screen and (max-width: 700px) {
    .box-titr {
        width: 550px;
        height: 250px;
    }

    .box-off {
        grid-template-columns: auto auto auto;
    }

    .box-off img {
        width: 155px;
        margin: 4px;
    }

    .box-cash {
        width: 550px;
        background-size: 230px;
    }

    .box-cash p {
        width: 265px;
        right: 6%;
    }

    .box-cash .btn {
        right: 10%;
    }
}

@media only screen and (max-width: 580px) {
    .box-titr {
        width: 450px;
        height: 300px;
    }

    .box-off {
        width: 80%;
        grid-template-columns: auto auto;
    }

    .row-cash {
        height: 450px;
    }

    .box-cash {
        width: 450px;
        height: 85%;
        background-position: top left;
        background-size: 250px;
    }

    .box-cash p {
        width: 350px;
        right: 10%;
        top: 50%;
    }

    .box-cash .btn {
        right: 25%;
        top: 85%;
    }
}

@media only screen and (max-width: 469px) {
    .top-img {
        height: 350px;
        background-size: 350px;
    }

    .row-titr {
        height: 410px;
    }

    .box-titr {
        width: 290px;
        height: 280px;
        border-radius: 10px;
        background-size: 100px;
    }


    .box-off {
        width: 90%;
    }

    .box-off img {
        width: 110px;
    }

    .row-cash {
        height: 500px;
    }

    .box-cash {
        width: 290px;
        background-position: left top;
        background-size: 270px;
    }

    .box-cash p {
        width: 280px;
        top: 50%;
        right: 3%;
    }

    .box-cash .btn {
        right: 14%;
    }
}

/*********** Load Products ***********/
.SimProdAllWrapper {
  border: none;
  float: left;
  width: 95%;
  margin: 0 2.5%;
  direction: ltr;
}
.simillarProdsWrapper {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0;
  min-height: 280px;
}
.simillarProdsWrapper .ArrowLeft, .simillarProdsWrapperSmall .ArrowLeft {
  height: 48px;
  z-index: 10;
  display: block;
  position: absolute;
  top: 120px;
  left: 10px;
}
.simillarProdsWrapper .ArrowRight, .simillarProdsWrapperSmall .ArrowRight {
  height: 48px;
  z-index: 10;
  position: absolute;
  top: 120px;
  right: 10px;
  float: right;
}
.simillarProds, .simillarProdsSmall {
  width: 90% !important;
  text-align: center;
  margin: 0px 5%;
}
.simprod {
  width: 215px;
  height: 300px;
  display: inline-block;
  position: relative;
}
.DiscountText {
  color: white;
  width: 46px;
  height: 46px;
  display: inline-block;
  font-family: IranSans;
  background-image: url(../Image/DiscountIcon.png);
  background-repeat: no-repeat;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
  text-align: right;
  font-size: 14px;
}
.SPsec1 {
  width: 100%;
}
.SPsec1 img {
  border: 1px solid transparent;
  box-sizing: border-box;
}
.PLimg {
  float: right;
}
.item.simprod .PLoldPrice, .item.simprod .PLCurPrice {
  direction: rtl;
  display: inline-block;
}
.PLoldPrice {
  text-decoration: line-through;
  color: grey;
}
.PLCurPrice {
  color: green;
  font-size: 18px;
  font-weight: bold;
}
.simillarProdsWrapper .ArrowRight::after, .simillarProdsWrapperSmall .ArrowRight::after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 60px;
  color: #444;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.simillarProdsWrapper .ArrowLeft::after, .simillarProdsWrapperSmall .ArrowLeft::after {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 60px;
  color: #444;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

/*********** End Load Products ***********/
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 1em;
    overflow: hidden;
  }
  .text-center {
    text-align: center;
  }
  .top-footer{
    width: 100%;
    background: #fff;
    border-top: 1px #575555 dashed;
    padding-top: 20px;
  }
  .IranTimerTitle{
    text-shadow: 0px 0px 4px #FFF;
    background: #ffffff52;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
  }
  .OffBrandsTitle {
    color: #000;
    line-height: 50px;
    font-size: 19px;
    font-weight: 400;
  }
  .OffBrandsTitle:before,
  .OffBrandsTitle:after {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url(../image/left.png);
    line-height: 50px;
    vertical-align: middle;
    margin: 0 15px;
  }
  .OffBrandsTitle:after {
    background-image: url(../image/right.png);
  }
    
  
@media all and (max-width: 1120px) {
    .brand-g img {
      width: 160px;
      margin: 10px 15px;
    }
    .watches > div {
      max-width: 180px;
    }
  
  @media all and (max-width: 1000px) {
    .watches {
      width: 95%;
    }
    .container-gap {
      width: 95%;
    }
    footer{
      width: 90%;
    }
  }
  }
  
footer {
    width: 85%;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    text-align: justify;
    box-sizing: border-box;
    overflow: hidden;
    margin: 50px 0 0 0;
    max-width: 1250px;
    display: inline-block;
  }
  footer img {
    vertical-align: middle;
  }
  footer > a {
    display: inline-block;
  }
  footer > ul {
    display: inline-block;
  }
  footer:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  .Socials {
    height: 60px;
    line-height: 60px;
  }
  .Socials li {
    list-style: none;
    display: inline-block;
    margin: 10px;
  }
  .Socials a {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-image: url(../image/social_spirit.png);
    -webkit-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .Socials .fb {
    background-position: 0 -27px;
  }
  .Socials .ig {
    background-position: -27px -27px;
  }
  .Socials .tg {
    background-position: -54px -27px;
  }
  .Socials .ap {
    background-position: -81px -27px;
  }
  .Socials .em {
    background-position: -108px -27px;
  }
  .Socials .fb:hover {
    background-position: 0 0;
  }
  .Socials .ig:hover {
    background-position: -27px 0;
  }
  .Socials .tg:hover {
    background-position: -54px 0;
  }
  .Socials .ap:hover {
    background-position: -81px 0;
  }
  .Socials .em:hover {
    background-position: -108px 0;
  }  
  footer a{
  text-decoration: none;
  color: #333;
}
@media all and (max-width: 490px) {
    footer {
      text-align: center;
    }
  }
  .copytext{
	font-size: 11px;
	text-align: center;
	padding: 5px 10px;
}

.box-sales .items,.box-sales2 .items{
    background-color: #fff;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    max-width: 1100px;
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.52);
    border-radius: 10px;
  }
  