@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 700;
  src: url(../assets/font/iranyekanwebbold.eot);
  src: url(../assets/font/iranyekanwebbold.eot);
  src: url("../assets/font/iranyekanwebbold.eot?#iefix")
      format("embedded-opentype"),
    url(../assets/font/iranyekanwebbold.woff2) format("woff2"),
    url(../assets/font/iranyekanwebbold.woff) format("woff"),
    url(../assets/font/iranyekanwebbold.ttf) format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/font/iranyekanweblight.eot);
  src: url("../assets/font/iranyekanweblight.eot?#iefix")
      format("embedded-opentype"),
    url(../assets/font/iranyekanweblight.woff2) format("woff2"),
    url(../assets/font/iranyekanweblight.woff) format("woff"),
    url(../assets/font/iranyekanweblight.ttf) format("truetype");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url(../assets/font/iranyekanwebregular.eot);
  src: url("../assets/font/iranyekanwebregular.eot?#iefix")
      format("embedded-opentype"),
    url(../assets/font/iranyekanwebregular.woff2) format("woff2"),
    url(../assets/font/iranyekanwebregular.woff) format("woff"),
    url(../assets/font/iranyekanwebregular.ttf) format("truetype");
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  /* word-spacing: px; */
  font-size: 17px;
}
a,
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #333;
}
body {
  margin: 0;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: "iranyekan", "B Yekan", Tahoma, Arial;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.42;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-justify-content-center {
  display: flex;
  justify-content: center;
}
.d-flex {
  display: flex;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 1em;
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.text-center {
  text-align: center;
}
.text-blue-landing {
  color: #110b4d;
}
.main {
  width: 95%;
  margin: 0 auto;
}
.main2 {
  width: 80%;
  margin: 0 auto;
}
.main3 {
  width: 80%;
  margin: 0 auto;
}
.rtl {
  direction: rtl;
}
.off {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2em;
  margin-top: 20px;
}

.IranTimerTitle {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
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(../images/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;
}
.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(../images/left.png);
  line-height: 50px;
  vertical-align: middle;
  margin: 0 15px;
}
.OffBrandsTitle:after {
  background-image: url(../images/right.png);
}

.IranTimerTitle,
.IranTimerSubTitle,
.IranTimerServices {
  width: 90%;
  margin: 30px 5% 20px 5%;
  direction: rtl;
  box-sizing: border-box;
}
.TopText,.TopGiftCard{
  width: 45%;
  padding: 2.5%;
  float: left;
  text-align: justify;
}
.TopGiftCard{
  padding-top: 8%;
}

.watches {
  padding: 70px 0;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.watches > div {
  display: inline-block;
  text-align: center;
  margin: 10px;
  max-width: 250px;
}
a,
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #333;
}
.watches img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.watches a span {
  font-size: 1.1em;
  font-weight: 600;
  color: #150f56;
}
.watches .arrow img {
  width: 15px;
  height: 19px;
  margin-right: 20px;
}
.arrow img,
.arrow span {
  padding: 0;
  margin: 0;
}
.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header {
  height: 60vh;
  width: 100%;
  position: relative;
  background-image: url(../Images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail-off p {
  font-size: 20px;
}
.header-b {
  height: 40vh;
  width: 100%;
}
.header img {
  position: absolute;
  right: 50%;
  transform: translate(50%, 50vh);
  max-height: 100%;
  max-width: 90%;
  bottom: 75%;
}
.MainWrapper {
  width: 100%;
  text-align: center;
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -mstransform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.shake {
  animation-name: shake;
}
.GoDown {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/down.png);
  position: absolute;
  bottom: 5%;
  right: 45%;
  right: calc( 50% - 20px );

  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(50%, 0);

  animation: shake infinite;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.pro input {
  background-color: transparent;
  border: none;
  width: 120px;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
  color:#fff;
  border: 1px solid #979797;
  text-align: center;
}
input:focus {
  outline: none;
}
.pro #btn {
  font-family: iranyekan;
  background-color: transparent;
  color: #1df267;
  border: none;
  font-size: 12px;
  font-weight: 800 !important;
  cursor: pointer;
  text-shadow: 1px 0px 4px #fff;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;  
  color: #000;
  margin-top: 50px;
  float: left;
}
.red-bg{
  background-color: #bb2025;
}
.fw-bold{
  font-weight: bold;
  font-size: 20px;
}

.list-brand {
  display: flex;
  justify-content: center;
}
.list-brand img {
  width: 210px;
  margin-bottom: 60px;
}
.bestsellers {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.bestsellers img {
  width: 210px;
  margin-bottom: 60px;
}
.container-gap {
  padding-bottom: 4.5em;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.brand-g img {
  width: 190px;
  margin: 10px 30px;
}
.category {
  display: flex;
  justify-content: center;
}
.category img {
  width: 210px;
  margin-bottom: 60px;
}
.btn {
  border-radius: 10px;
  width: 300px;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
    padding-top: 10px;
  padding-top: 10px;
  transition: all 1s;
  font-weight: 600;
  color: #000 !important;
  font-size: 1.1em;
  padding-top: 2px;
  background: #fff;
  max-width: 100%;
  box-sizing: border-box;
}
.btn:hover {
  background-color: #ccc;
}
.btn img {
  width: 15px;
  padding: 0;
  margin: 10px 20px 0 0;
  top: 4px;
  position: relative;
}
.btn-box {
  line-height: 2.5;
}

.container-into {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10px;
  line-height: 2;
  background-color: #fff;  
  color: #000;
  max-width: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.top-footer{
  width: 100%;
  background: #fff;
}

/* start carousel */
.swiper-container .swiper-wrapper{
  width: 95%;
}
.swiper-container .swiper-slide img{
  max-height: 300px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  /* width: 27px; */
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 40px;
  height: 40px;
  left: 0;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 40px;
  height: 40px;
  right: 0;
  left: auto;
}
.swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 9px solid transparent;
  border-right: 11px solid black;
  position: absolute;
  left: 4px;
  top: 11px;
}
.swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 9px solid transparent;
  border-left: 11px solid black;
  position: absolute;
  left: 17px;
  top: 11px;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
h2 {
  font-weight: normal;
  margin: 30px 0;
  line-height: 60px;
  font-size: 24px;
  vertical-align: middle;
}
.AllProds:before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 1px;
  border: 10px solid transparent;
  border-right: 17px solid #333;
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 40px;
  height: 40px;
  right: 10px;
  left: auto;
}
.swiper-button-next,
.swiper-button-prev {
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  /* width: 27px; */
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background: #fff;
}

/* end carousel */

/* start media query */
@media all and (max-width: 1300px) {
  .watches > div {
    max-width: 200px;
  }
  .watches a span {
    font-size: 15px;
  }
  .brand-g img {
    width: 190px;
    margin: 10px 15px;
  }
  .container-into {
    margin: 0 auto;
  }
}
@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%;
  }
}
}
@media all and (max-width: 900px) {
  .brand-g img {
    width: 150px;
    margin: 10px 15px;
  }
  .container-gap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .detail-off {
    height: 166px;
  }
  .watches {
    width: 100%;
  }
  .watches > div {
    margin: 10px 0px;
  }
  .detail-off p {
    font-size: 16px;
  }

}
@media all and (max-width: 800px) {
  .watches > div {
    max-width: 150px;
  }
  .watches a span {
    font-size: 14px;
  }
  .detail-off {
    height: 170px;
  }
}
@media all and (max-width: 700px) {

  .detail-off {
    height: 220px;
  }
  .list-brand img {
    width: 180px;
  }
  .bestsellers img {
    width: 180px;
  }
  .watches > div {
    max-width: 140px;
    margin: 20px 0;
  }
  .off{
    padding: 0 10px;
  }
}
@media all and (max-width: 600px) {
  .detail-off p,
  .off {
    font-size: 18px;
  }
  .detail-off {
    height: 250px;
  }
  .watches > div {
    max-width: 200px;
    margin: 20px 0;
  }
  .watches {
    padding: 30px 0;
  }
  .brand-g img {
    width: 150px;
    margin: 10px 5px;
}
  
}

@media all and (max-width: 500px) {
  .detail-off {
    height: 320px;
    font-size: 14px;
  }
  .brand-g img {
    width: 146px;
    margin: 10px 5px;
  }
  .detail-off p,
  .off {
    font-size: 15px;
  }
  .detail-off {
    height: 250px;
  }
}
@media all and (max-width: 400px) {
  .watches > div {
    max-width: 150px;
  }
  .detail-off {
    height: 250px;
  }
  .detail-off {
    padding-top: 20px;
  }
}
.shadow-line{
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.back-white{
  background-color: white;
}
.glasses{
  width: 44%;
  padding: 2.5%;
  float: right;
}
.glasses img{
  width: 400px;
}
img{
  max-width: 100%;
  max-height: 100%;
}
.best-seller{
  width: 27%;
  padding: 2.5%;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.radius{
  border-radius: 10px;
}
.Line{
  background-image: url(../Images/Line.jpg);
  background-repeat: repeat;
  background-clip: content-box;
  background-size: cover;
  height: 79px;
  width: 100%;
}
@media all and (max-width: 840px) {
  .glasses,.best-seller{
    width: 95%;
    padding: 2.5%;
  }
}
.newest-dw .btn{
  direction: rtl;
}
@media all and (max-width: 404px) {
  footer {
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  .TopText,.TopGiftCard{
    width: 95%;
    padding: 2.5%;
    float: left;
    text-align: justify;
  }
  .TopGiftCard{
    padding-top: 2%;
    float: right;
  }
}

.GiftBottom{
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media all and (max-width: 750px) {
  .Desktop {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .Mobile {
    display: none;
  }
}