.header {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.sticky {
  position: fixed;
  background: rgba(0, 0, 0, .75);
}
.header-logo, .menu-toggle, .currency-selector select, .header-links .right-side-list li {
  filter: invert();
}
.show-tabs .header-links .right-side-list li {
  filter: inherit;
}
.header.sticky {
  border-bottom: 0;
}
picture {
  font-size: 0;
  display: block;
}
.fz0 {
  font-size: 0;
}
.home-section img {
  width: 100%;
}
.noslides .owl-carousel {
  display: block;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel.item-grid {
  margin: 0
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.owl-carousel .owl-item.center .inner-item:before {
  display: none;
  z-index: -1
}
.owl-carousel .owl-item.center .inner-item {
  transform: scale(1.05)
}
.owl-dots {
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.owl-dot {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  transition: all .3s ease;
  background: #fff
}
.owl-dot.active {
  background: #000
}
.owl-prev {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  background: url("../images/lxt.png") no-repeat center;
  font-size: 0;
  background-size: contain;
}
.owl-next {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  background: url("../images/nxt.png") no-repeat center;
  font-size: 0;
  background-size: contain;
}
/**************/
.slider1 .owl-prev {
  left: 20px;
  background: #ffffffd4 url("../images/d-arrow1.svg") no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 10px;
  border-radius:
    50%;
}
.slider1 .owl-next {
  right: 20px;
  background: #ffffffd4 url("../images/d-arrow2.svg") no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 10px;
  border-radius:
    50%;
}
/*******************/
.master-wrapper-content {
  padding: 0;
}
.f0 {
  font-size: 0;
}
.item-box {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.info-text {
  font-size: 12px;
}
.simple-text {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 0 5%;
}
.product-grid.home-page-product-grid.sliders {
  padding: 0 10px;
  max-width: 1580px;
  margin: auto;
}
.index-slides {
  padding: 70px 0;
}
.newarticle {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin: 40px 0 30px;
}
.item-box .product-title {
  font-size: 18px;
}
.item-box .product-title a {
  color: #fff;
}
.item-box .actual-price {
  font-size: 16px;
  color: #fff;
}
.info-text h2 {
  font-weight: 300;
  font-size: 30px;
}
.viewallbtn {
  font-size: 18px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.info-text p {
  margin: 20px 0;
}
.index-slides-section {
  margin: 30px auto;
  max-width: 1460px;
}
.rtl {
  direction: rtl;
}
.infoimage h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
}
.slider1 {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  position: relative;
  z-index: 2;
}
.simple-header {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 0 50px;
}
.simple-header h2 {
  font-weight: 400;
  font-size: 30px;
}
.index-slides-section .item {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  text-align: center;
}
.towboxs {
  margin: 0;
  padding: 60px 0 0;
}
.mins .owl-carousel {
  margin: 0 -0.5%;
  width: auto;
}
.towboxs .owl-carousel {
  display: flex;
  justify-content: space-around;
  gap: 5px;
}
.towboxs .item {
  width: 61.75%;
  position: relative;
}
.towboxs .item:nth-child(2) {
  width: 38.5%;
}
.home-page img {
  font-size: 0;
  display: block;
  width: 100%;
}
.info {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0 0;
}
#fhvideo {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.boxes {
  max-width: 1360px;
  margin: auto;
  padding: 70px 10px 20px;
  position: relative;
  z-index: 1;
}
.boxes:before {
  content: '';
  position: absolute;
  top: 30%;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  z-index: -1;
  background: #f0f0f0;
}
.boxes .item:nth-child(1) {
  display: block;
  width: 100%;
  margin: 0;
}
.boxes .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.master-wrapper-content {
  padding: 0;
  max-width: none;
}
.shopbtn {
  color: #C20008;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
.explore {
  float: right;
  border-bottom: 1px solid;
}
.video.text .item {
  width: 50%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.video-info {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 5%;
  font-size: 23px;
}
.info-text.video-info img {
  width: auto;
}
.simple-text-header h2 {
  font-size: 30px;
  text-align: center;
  padding: 50px 0 20px;
  font-weight: 300;
  letter-spacing: 2px;
}
.slider1.simple-slides {
  max-width: 1360px;
  margin: auto;
  display: block;
  padding: 0 10px;
  width: auto;
}
.btn-link {
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 50%;
  background: #fff;
  padding: 30px 15px;
}
.btn-link span {
  display: inline-block;
  border-bottom: 2px solid #888;
  padding: 0 5px;
  letter-spacing: 1px;
}
.centerslides {
  padding: 40px 40px 0;
  max-width: 1700px;
  margin: auto;
}
.centerslides .owl-carousel.owl-drag .owl-item.center {
  transform: scale(1.2);
  z-index: 2;
}
.centerslides .owl-carousel .owl-stage-outer {
  padding: 5% 0;
}
.owl-item.active.center .item {
  border: 10px solid #fff;
}
.centerslides .video-item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  border: 10px solid #fff;
}
.play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/playbtn.png") no-repeat center;
  background-size: 50px;
  color: #fff;
  font-size: 0;
  border: none;
  padding: 100px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.play-pause.hidden {
  display: none;
}
.item-box .details {
  font-size: 18px;
  padding: 5px;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #00000024;
  backdrop-filter: blur(2px);
  z-index: 1;
}
@media all and (min-width: 768px) {
  .rtl .simple-header {
    text-align: right;
  }
  .info-text.video-info p {
    margin: 40px 0 30px;
  }
  .vh {
    height: calc(100vh - 230px);
    overflow: hidden;
  }
  .vh img {
    object-fit: cover;
    object-position: top center;
    height: 100vh;
  }
  .item-box .prices {
    margin: 0;
  }
  .item-box .actual-price {
    font-size: 14px;
  }
  .sectiontxt {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media all and (max-width: 1023px) {
  .index-slides-section {
    margin: 30px 15px;
  }
  .simple-header h2 {
    font-size: 22px;
  }
  .shopbtn {
    font-size: 12px;
    padding: 10px 20px;
  }
  .towboxs {
    padding: 0 15px;
  }
  .infoimage h2 {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .btn-link {
    font-size: 12px;
    letter-spacing: 0;
    padding: 15px 0;
  }
  .sectiontxt {
    font-size: 14px;
    margin: 10px auto;
    max-width: 479px;
  }
  .info-text h2 {
    font-size: 28px;
  }
  .simple-text {
    display: block;
    text-align: center;
    width: auto;
    padding: 0 10px 20px;
  }
  .index-slides-section.fz0.rtlx {
    margin-top: 0;
  }
  .right-txt {
    text-align: right;
  }
  .index-slides {
    padding: 25px 0;
  }
  .towboxs {
    padding: 0;
  }
  .info-text p {
    margin: 10px 0;
  }
  .towboxs .item {
    display: block;
    width: auto !important;
    margin: 0 0 10px !important;
  }
  .info {
    font-size: 14px;
  }
  .infoimage h2 {
    font-size: 14px;
  }
  .boxes {
    padding: 30px 10px 20px;
  }
  .simple-header h2 {
    font-size: 20px;
  }
  .shopbtn {
    font-size: 14px;
    padding: 6px 0;
  }
  .index-slides-section {
    margin: 25px 10px;
  }
  .towboxs .owl-carousel {
    display: block;
  }
  .slider1 .owl-prev {
    left: 10px;
  }
  .slider1 .owl-next {
    right: 10px;
  }
  .video.text .item {
    width: auto;
    display: block;
  }
  .video-info {
    display: block;
    width: auto;
    padding: 40px 10px 0;
    font-size: 14px;
    text-align: center;
  }
  .info-text.video-info img {
    max-width: 200px;
    margin: auto;
  }
  .info-text.video-info p {
    margin: 20px 0;
  }
  .viewallbtn {
    font-size: 16px;
  }
  .simple-text-header h2 {
    font-size: 24px;
    padding: 30px 0 10px;
  }
  .simple-header {
    display: block;
    width: auto;
    padding: 20px;
    text-align: center;
  }
  .slider1 {
    display: block;
    width: auto;
  }
  .centerslides {
    padding: 0 10px;
  }
  .centerslides .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .centerslides .video-item {
    border: 0;
  }
  .index-slides-section .item {
    display: block;
    width: auto;
  }
  .newarticle {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .product-grid.home-page-product-grid.sliders {
    padding: 0;
  }
  .hm-products {
    margin-bottom: 10px;
  }
  .owl-carousel.item-grid {
    margin: 0 -2px;
    display: block !important;
    width: auto;
  }
  .item-grid.owl-carousel .item {
    width: 50%;
    display: inline-block;
    padding: 2px;
  }
  .item-box .product-title {
    font-size: 14px;
  }
  .item-box .actual-price {
    font-size: 12px;
  }
}