@font-face {
  src: url(../Fonts/Cairo-Regular.ttf);
  font-family: 'regular-font';
}

@font-face {
  src: url(../Fonts/Cairo-SemiBold.ttf);
  font-family: 'semiBold-font';
}

@font-face {
  src: url(../Fonts/Cairo-Bold.ttf);
  font-family: 'bold-font';
}

* {
  margin: 0px;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
}

body {
  background-color: rgba(248, 248, 248, 0.93);
  font-family: 'regular-font';
}

.home-header .header-container, .collection .robe-content .main-collec, .subscribe-news .subscribe-content {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.nav-top .grow {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-top .icons-nav .item .btn-cart {
  direction: ltr;
  background-color: #262626;
  color: #ffffff;
  text-decoration: none;
  font-family: 'semiBold-font';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer .footer-content form .subscibe-form .subscribe-btn, .home-header .header-container .button-shop, .malak-special .card .section-title-btn, .subscribe-news .subscribe-content .text-content .btn-subscibe {
  padding: 10px 0px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-family: 'semiBold-font';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-top .icons-nav .item .btn-cart:hover, .search-box .btn-search:hover, footer .footer-content form .subscibe-form .subscribe-btn:hover, .home-header .header-container .header-content .header-icons .icon-content:hover, .home-header .header-container .button-shop:hover, .collection .robe-content .image-card .text-content .btn-shop:hover, .collection .robe-content .main-collec .robe-content .see-more-btn:hover, .malak-special .card .section-title-btn:hover, .products .card .icons .view-icon a:hover, .products .see-more-products .see-more-btn:hover, .subscribe-news .subscribe-content .text-content .btn-subscibe:hover {
  color: #ffffff;
  background-color: #d3af67;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.collection, .malak-special, .products, .subscribe-news {
  padding: 50px 0px;
  background-color: #ffffff;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .image-content img, .collection .robe-content .image-card img, .malak-special .card .image-content img, .products .card .image-content img, .blog .card .image-content img, .quotes .quotes-carousel .card .image-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.collection .robe-content .image-card .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: .5;
}

.home-header .header-container .button-shop, .collection .robe-content .image-card .offer {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-header .owl-dots, .malak-special .card .section-title-btn, .quotes .quotes-carousel .card .image-content {
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .text-content, .collection .robe-content .main-collec .robe-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.collection .robe-content .image-card .middle-col, .collection .robe-content .image-card .right-col {
  position: relative;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

button:focus {
  outline-color: transparent;
}

.none-padding {
  padding: 0px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: black;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid black;
  background-color: transparent;
}

.scroll-top-button {
  width: 40px;
  height: 40px;
  background-color: #d3af67;
  position: fixed;
  z-index: 999999;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.scroll-top-button i {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
}

/* Start Loading Page*/
.loading-page {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1111111;
  background-color: #000000;
}

.loading-page .loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.loading-page .loader-wrapper .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d3af67;
  opacity: 0;
  -webkit-animation: loading 3.3s infinite ease-in-out;
          animation: loading 3.3s infinite ease-in-out;
}

.loading-page .loader-wrapper .circle:nth-of-type(1) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(2) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(5) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(6) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

/* End Loading Page*/
.fade-in {
  -webkit-animation: fadeIn ease 5s;
          animation: fadeIn ease 5s;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.nav-top {
  height: 120px;
  background-color: #fff !important;
}

.nav-top .navbar-brand {
  width: 220px;
  height: 101px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-top .icons-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 50px;
}

.nav-top .icons-nav .item {
  margin: 0px 14px;
}

.nav-top .icons-nav .item .btn-cart {
  padding: 10px 20px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.nav-top .icons-nav .item .fa-search,
.nav-top .icons-nav .item .fa-bars {
  position: relative;
  top: 2px;
  font-size: 20px;
  cursor: pointer;
}

.nav-top .icons-nav .item .dropdown-cart {
  width: 300px;
  position: absolute;
  top: 57px;
  left: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 2px #cccccc;
          box-shadow: 0px 0px 10px 2px #cccccc;
  z-index: 99999;
  padding: 10px;
  border-top: 2px solid #000000;
  display: none;
}

.nav-top .icons-nav .item .dropdown-cart::after {
  content: "";
  position: absolute;
  top: -29px;
  left: -1px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #000;
}

.nav-top .icons-nav .item .dropdown-cart .header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  border-bottom: 1px solid #dddddd;
}

.nav-top .icons-nav .item .dropdown-cart .header-cart i {
  font-size: 18px;
}

.nav-top .icons-nav .item .dropdown-cart .header-cart .total-price {
  font-family: 'semiBold-font';
}

.nav-top .icons-nav .item .dropdown-cart .body-cart {
  padding: 10px 0px;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product {
  margin: 10px 0px;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .image-content {
  width: 100%;
  height: 100px;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .text-content {
  text-align: right;
  line-height: 30px;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .text-content h5 {
  font-family: 'semiBold-font';
  font-size: 15px;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .text-content .details {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .text-content .details .price {
  color: #d3af67;
  margin-left: 5px;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .text-content .details .quantity {
  color: #777;
  margin-right: 5px;
}

.nav-top .icons-nav .item .dropdown-cart .footer-cart {
  border-top: 1px solid #dddddd;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-top .icons-nav .item .dropdown-cart .footer-cart a {
  background-color: #000000;
  color: #ffffff;
  font-family: 'semiBold-font';
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 8px 30px;
}

.nav-top .icons-nav .item .dropdown-cart .footer-cart a:hover {
  background-color: #d3af67;
  color: #ffffff;
}

.search-box {
  width: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px #333;
          box-shadow: 0px 2px 10px 0px #333;
  margin-top: 20px;
  z-index: 99999;
  padding: 13px 5px;
  display: none;
  border-top: 2px solid #000;
}

.search-box .btn-search {
  width: 100px;
  padding: 0px 10px;
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.search-box .btn-search:hover {
  border: 2px solid #d3af67;
}

.search-box .input-search {
  width: 90%;
  border-color: transparent;
}

.search-box .input-search:focus {
  outline: none;
}

.main-nav .bg-light {
  background-color: #000000 !important;
}

.main-nav .navbar-light {
  padding: 10px 0px;
}

.main-nav .navbar-light .navbar-nav .nav-item {
  text-align: initial;
  margin: 0px 10px;
  padding: 0px;
}

.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: 'semiBold-font';
  position: relative;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.main-nav .navbar-light .navbar-nav .nav-item .nav-link::after {
  text-align: left;
  margin: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  content: '.';
  color: transparent;
  background: #d3af67;
  height: 1px;
}

.main-nav .navbar-light .navbar-nav .nav-item:hover a, .main-nav .navbar-light .navbar-nav .nav-item.active a {
  color: #d3af67;
  z-index: 1;
}

.main-nav .navbar-light .navbar-nav .nav-item:hover a::after, .main-nav .navbar-light .navbar-nav .nav-item.active a::after {
  z-index: -10;
  -webkit-animation: fill 1s forwards;
          animation: fill 1s forwards;
  opacity: 1;
}

.navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  right: 10px;
  background-color: transparent;
  border: none;
}

.navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: -10px;
  right: 0px;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: 10px;
  right: 0px;
}

footer {
  padding: 50px 0px;
  background-color: rgba(248, 248, 248, 0.93);
}

footer .logo-footer {
  width: 200px;
}

footer .logo-footer img {
  width: 100%;
  height: 100%;
}

footer .footer-content {
  float: right;
  text-align: right;
  padding: 30px;
  width: 100%;
}

footer .footer-content p {
  font-weight: bold;
  font-family: 'semiBold-font';
}

footer .footer-content form .subscibe-form {
  display: block;
}

footer .footer-content form .subscibe-form .email-input {
  width: 60%;
  border: none;
  margin-top: 30px;
  height: 40px;
  padding: 0px 10px;
  font-family: 'semiBold-font';
}

footer .footer-content form .subscibe-form .subscribe-btn {
  height: 40px;
  padding: 10px !important;
  font-family: 'semiBold-font';
}

footer .social {
  margin-top: 20px;
}

footer .social p {
  font-family: 'bold-font';
}

footer .social .icons {
  display: inline;
}

footer .social .icons .icons-content {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #b2b2b2;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer .social .icons .icons-content i {
  position: relative;
  top: 3px;
}

footer .social .icons .icons-content:hover {
  background-color: #000000;
  color: #fff;
}

.copywrite {
  width: 100%;
  background-color: #d3af67;
  padding: 50px 0px;
}

.copywrite .text {
  font-weight: 'somiBold-font';
  direction: ltr;
  color: #ffffff;
}

.copywrite .text p {
  margin: 5px 0px;
}

.copywrite .image-content {
  width: 100%;
}

.copywrite .image-content img {
  width: 100%;
}

@font-face {
  src: url(../Fonts/Cairo-Regular.ttf);
  font-family: 'regular-font';
}

@font-face {
  src: url(../Fonts/Cairo-SemiBold.ttf);
  font-family: 'semiBold-font';
}

@font-face {
  src: url(../Fonts/Cairo-Bold.ttf);
  font-family: 'bold-font';
}

* {
  margin: 0px;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
}

body {
  background-color: rgba(248, 248, 248, 0.93);
  font-family: 'regular-font';
}

.home-header .header-container, .collection .robe-content .main-collec, .subscribe-news .subscribe-content {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.nav-top .grow {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-top .icons-nav .item .btn-cart {
  direction: ltr;
  background-color: #262626;
  color: #ffffff;
  text-decoration: none;
  font-family: 'semiBold-font';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer .footer-content form .subscibe-form .subscribe-btn, .home-header .header-container .button-shop, .malak-special .card .section-title-btn, .subscribe-news .subscribe-content .text-content .btn-subscibe {
  padding: 10px 0px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-family: 'semiBold-font';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-top .icons-nav .item .btn-cart:hover, .search-box .btn-search:hover, footer .footer-content form .subscibe-form .subscribe-btn:hover, .home-header .header-container .header-content .header-icons .icon-content:hover, .home-header .header-container .button-shop:hover, .collection .robe-content .image-card .text-content .btn-shop:hover, .collection .robe-content .main-collec .robe-content .see-more-btn:hover, .malak-special .card .section-title-btn:hover, .products .card .icons .view-icon a:hover, .products .see-more-products .see-more-btn:hover, .subscribe-news .subscribe-content .text-content .btn-subscibe:hover {
  color: #ffffff;
  background-color: #d3af67;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.collection, .malak-special, .products, .subscribe-news {
  padding: 50px 0px;
  background-color: #ffffff;
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .image-content img, .collection .robe-content .image-card img, .malak-special .card .image-content img, .products .card .image-content img, .blog .card .image-content img, .quotes .quotes-carousel .card .image-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.collection .robe-content .image-card .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: .5;
}

.home-header .header-container .button-shop, .collection .robe-content .image-card .offer {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-header .owl-dots, .malak-special .card .section-title-btn, .quotes .quotes-carousel .card .image-content {
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.nav-top .icons-nav .item .dropdown-cart .body-cart .single-product .text-content, .collection .robe-content .main-collec .robe-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.collection .robe-content .image-card .middle-col, .collection .robe-content .image-card .right-col {
  position: relative;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

button:focus {
  outline-color: transparent;
}

.none-padding {
  padding: 0px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: black;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid black;
  background-color: transparent;
}

.scroll-top-button {
  width: 40px;
  height: 40px;
  background-color: #d3af67;
  position: fixed;
  z-index: 999999;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.scroll-top-button i {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
}

/* Start Loading Page*/
.loading-page {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1111111;
  background-color: #000000;
}

.loading-page .loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.loading-page .loader-wrapper .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d3af67;
  opacity: 0;
  -webkit-animation: loading 3.3s infinite ease-in-out;
          animation: loading 3.3s infinite ease-in-out;
}

.loading-page .loader-wrapper .circle:nth-of-type(1) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(2) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(5) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.loading-page .loader-wrapper .circle:nth-of-type(6) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

/* End Loading Page*/
.fade-in {
  -webkit-animation: fadeIn ease 5s;
          animation: fadeIn ease 5s;
}

@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.home-header {
  width: 100%;
  background-position: bottom bottom;
  position: relative;
}

.home-header .owl-nav {
  display: none !important;
}

.home-header .owl-dots {
  display: block;
  position: absolute;
  bottom: 20px !important;
}

.home-header .owl-dots:focus {
  outline-color: transparent;
}

.home-header .contacts-icons {
  width: 45px;
  height: 100%;
  text-align: center;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ededed;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.home-header .contacts-icons .links {
  list-style-type: none;
  position: relative;
  right: 10px;
  margin-top: 50px;
}

.home-header .contacts-icons .links .item {
  margin: 0px;
  height: 100px;
  top: 15%;
}

.home-header .contacts-icons .links .item a {
  color: #171717;
  font-size: 18px;
}

.home-header .contacts-icons .links .item a:hover {
  color: #d3af67;
}

.home-header .contacts-icons .links .item .follow {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(270deg) translate(-30px, 0px);
          transform: rotate(270deg) translate(-30px, 0px);
  font-size: 18px;
  width: 96px;
  margin: 29px 0px;
}

.home-header .header-container {
  width: 100%;
  padding: 155px 0px;
}

.home-header .header-container .header-content {
  width: 100%;
  color: #000000;
  float: right;
  font-weight: 500;
  font-size: 20px;
  text-align: right;
  font-family: 'semiBold-font';
  position: relative;
  top: 50%;
}

.home-header .header-container .header-content .image-content {
  width: 250px;
}

.home-header .header-container .header-content .image-content img {
  width: 100%;
}

.home-header .header-container .header-content .header-icons {
  text-align: center;
  padding: 20px 0px;
}

.home-header .header-container .header-content .header-icons .icon-content {
  color: #000000;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
}

.home-header .header-container .header-content .header-icons .icon-content i {
  position: relative;
  top: -1px;
  font-size: 15px;
}

.home-header .header-container .header-content .header-icons .icon-content:hover {
  border: 1px solid #d3af67;
}

.home-header .header-container .button-shop {
  float: left;
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 25px;
}

.collection .robe-content .image-card {
  background-color: #f8f8f8;
  position: relative;
  margin: 10px 0px;
  overflow: hidden;
}

.collection .robe-content .image-card:hover .overlay {
  display: block;
}

.collection .robe-content .image-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.collection .robe-content .image-card img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.collection .robe-content .image-card .middle-img {
  height: 520px;
}

.collection .robe-content .image-card .side-img {
  height: 250px;
}

.collection .robe-content .image-card .overlay {
  background-color: rgba(248, 248, 248, 0.93);
}

.collection .robe-content .image-card .sign-new {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  font-family: 'semiBold-font';
  padding: 3px 15px;
  background: #000000;
  text-align: center;
  color: #ffffff;
}

.collection .robe-content .image-card .sign-new::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
}

.collection .robe-content .image-card .discount,
.collection .robe-content .image-card .text-content {
  position: absolute;
  padding: 0px 14px;
  text-align: right;
  font-weight: bold;
}

.collection .robe-content .image-card .discount {
  bottom: 0px;
  color: #ffffff;
  font-size: 14px;
}

.collection .robe-content .image-card .offer {
  bottom: 30px;
}

.collection .robe-content .image-card .text-content {
  color: #000000;
  margin: 10px 30px;
  font-family: 'semiBold-font';
}

.collection .robe-content .image-card .text-content .section-title {
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 10px;
  font-family: 'regular-font';
}

.collection .robe-content .image-card .text-content .text {
  padding: 10px 0px 20px 0px;
  font-size: 18px;
}

.collection .robe-content .image-card .text-content .btn-shop {
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
}

.collection .robe-content .image-card .middle-col {
  left: 0px;
}

.collection .robe-content .image-card .right-col {
  right: 0;
}

.collection .robe-content .main-collec {
  width: 100%;
  padding: 120px 0px;
  background: url("../images/home/collection/main-robe.jpg");
  margin-top: 20px;
  font-family: 'semiBold-font';
}

.collection .robe-content .main-collec .robe-content {
  height: auto;
  float: right;
  text-align: center;
  padding: 0px 25px;
}

.collection .robe-content .main-collec .robe-content p {
  margin: 10px 0px 28px 0px;
  font-family: 'regular-font';
}

.collection .robe-content .main-collec .robe-content .see-more-btn {
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.malak-special .text-content {
  font-family: 'bold-font';
}

.malak-special .text-content p {
  font-family: 'regular-font';
  font-size: 13px;
}

.malak-special .card {
  height: 400px;
  border: none;
  position: relative;
}

.malak-special .card .image-content {
  overflow: hidden;
  height: 100%;
}

.malak-special .card .image-content img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.malak-special .card .section-title-btn {
  border-radius: 50px;
  width: 135px;
  bottom: 100px;
  font-size: 15px;
}

.malak-special .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.malak-special .owl-carousel .owl-nav.disabled {
  display: block;
}

.malak-special .owl-carousel .owl-nav.disabled button {
  width: 50px;
  height: 50px;
  border: solid 3px #d9d9d9;
  border-radius: 50%;
  background-color: rgba(23, 23, 23, 0);
  position: absolute;
  bottom: 40%;
}

.malak-special .owl-carousel .owl-nav.disabled button span {
  font-size: 47px;
  position: relative;
  bottom: 18px;
  background-color: rgba(255, 255, 255, 0);
  color: #d9d9d9;
}

.malak-special .owl-carousel .owl-nav.disabled button:hover, .malak-special .owl-carousel .owl-nav.disabled button:focus {
  outline-color: transparent;
}

.malak-special .owl-carousel .owl-nav.disabled button:hover span, .malak-special .owl-carousel .owl-nav.disabled button:focus span {
  background-color: rgba(255, 255, 255, 0);
  color: #000000;
}

.malak-special .owl-carousel .owl-nav.disabled button.owl-next {
  left: -65px;
}

.malak-special .owl-carousel .owl-nav.disabled button.owl-prev {
  right: -65px;
}

.products .text-content {
  padding-bottom: 40px;
}

.products .text-content h4 {
  color: #d3af67;
  font-family: 'bold-font';
}

.products .list-group {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

.products .list-group .list-group-item {
  padding: 0.5rem !important;
  font-size: 15px;
  font-family: 'semiBold-font';
}

.products .sections-links .list-group-item {
  border: none;
  text-align: center;
}

.products .sections-links .list-group-item.active {
  background-color: #000000;
}

.products .card {
  height: 430px;
  border: none;
  position: relative;
}

.products .card:hover .icons {
  opacity: 1;
}

.products .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products .card .image-content {
  height: 400px;
  overflow: hidden;
}

.products .card .image-content img {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.products .card .icons {
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  cursor: pointer;
}

.products .card .icons .view-icon {
  position: absolute;
  top: 15px;
  left: 10px;
}

.products .card .icons .view-icon a {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

.products .card .icons .side-icons {
  position: absolute;
  left: 2px;
  bottom: 55%;
  -webkit-transform: translateY(55%);
          transform: translateY(55%);
  display: -ms-grid;
  display: grid;
}

.products .card .icons .side-icons a {
  color: #000000;
  text-decoration: none;
}

.products .card .icons .side-icons .icon-content {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: block;
  text-align: center;
  margin: 3px 0px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.products .card .icons .side-icons .icon-content i {
  margin-top: 10px;
}

.products .card .icons .side-icons .icon-content:hover {
  background-color: #d3af67;
  color: #ffffff;
}

.products .card .icons .shop-icon {
  color: #ffffff;
  background-color: #000000;
  position: absolute;
  width: 100%;
  bottom: 32%;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  text-align: center;
  padding: 20px 0px;
  border-radius: 15px 15px 0px 0px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.products .card .icons .shop-icon a {
  color: #ffffff;
  text-decoration: none;
}

.products .card .icons .shop-icon i {
  opacity: 0;
  margin: 0px 2px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.products .card .icons .shop-icon:hover i {
  opacity: 1;
}

.products .card .product-information {
  padding: 15px;
  text-align: right;
}

.products .card .product-information .description {
  font-weight: 400;
  font-family: 'semiBold-font';
}

.products .card .product-information .price {
  font-weight: bold;
  font-family: 'bold-font';
}

.products .see-more-products {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products .see-more-products .see-more-btn {
  color: #000000;
  background-color: transparent;
  border-radius: 50px;
  padding: 10px 30px;
  text-decoration: none;
  border: 1px solid #d3af67;
  font-family: 'semiBold-font';
}

.products .owl-carousel .owl-nav.disabled {
  display: block;
}

.products .owl-carousel .owl-nav.disabled button {
  width: 50px;
  height: 50px;
  border: solid 3px #d9d9d9;
  border-radius: 50%;
  background-color: rgba(23, 23, 23, 0);
  position: absolute;
  bottom: 40%;
}

.products .owl-carousel .owl-nav.disabled button span {
  font-size: 47px;
  position: relative;
  bottom: 18px;
  background-color: rgba(255, 255, 255, 0);
  color: #d9d9d9;
}

.products .owl-carousel .owl-nav.disabled button:hover, .products .owl-carousel .owl-nav.disabled button:focus {
  outline-color: transparent;
}

.products .owl-carousel .owl-nav.disabled button:hover span, .products .owl-carousel .owl-nav.disabled button:focus span {
  background-color: rgba(255, 255, 255, 0);
  color: #000000;
}

.products .owl-carousel .owl-nav.disabled button.owl-next {
  left: -65px;
}

.products .owl-carousel .owl-nav.disabled button.owl-prev {
  right: -65px;
}

.subscribe-news .subscribe-content {
  width: 100%;
  padding: 100px 20px;
  height: 350px;
  background: url("../images/home/news-background.jpg");
}

.subscribe-news .subscribe-content .text-content {
  height: auto;
  position: absolute;
  left: 40%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}

.subscribe-news .subscribe-content .text-content h5 {
  font-family: 'semiBold-font';
}

.subscribe-news .subscribe-content .text-content p {
  font-size: 15px;
  letter-spacing: 5px;
  padding: 15px 0px 30px 0px;
  font-family: 'regular-font';
}

.subscribe-news .subscribe-content .text-content .btn-subscibe {
  border-radius: 50px;
  padding: 10px 35px;
}

.blog {
  padding: 50px 0px;
  background-color: #ffffff;
}

.blog .text-content h4 {
  font-family: 'bold-font';
}

.blog a {
  text-decoration: none !important;
}

.blog .card {
  height: 500px;
  border: none;
  background-color: transparent;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.blog .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog .card:hover .blog-content {
  background-color: #d3af67;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px #777;
          box-shadow: 0px 0px 15px 0px #777;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog .card .image-content {
  height: 400px;
  overflow: hidden;
}

.blog .card .image-content img {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.blog .card .blog-content {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 80%;
  margin: auto;
  position: relative;
  top: -40px;
}

.blog .card .blog-content p {
  font-family: 'semiBold-font';
}

.blog .card .blog-content span {
  font-style: italic;
  font-family: 'regular-font';
}

.blog .owl-carousel .owl-nav.disabled {
  display: block;
}

.blog .owl-carousel .owl-nav.disabled button {
  width: 50px;
  height: 50px;
  border: solid 3px #d9d9d9;
  border-radius: 50%;
  background-color: rgba(23, 23, 23, 0);
  position: absolute;
  bottom: 40%;
}

.blog .owl-carousel .owl-nav.disabled button span {
  font-size: 47px;
  position: relative;
  bottom: 18px;
  background-color: rgba(255, 255, 255, 0);
  color: #d9d9d9;
}

.blog .owl-carousel .owl-nav.disabled button:hover, .blog .owl-carousel .owl-nav.disabled button:focus {
  outline-color: transparent;
}

.blog .owl-carousel .owl-nav.disabled button:hover span, .blog .owl-carousel .owl-nav.disabled button:focus span {
  background-color: rgba(255, 255, 255, 0);
  color: #000000;
}

.blog .owl-carousel .owl-nav.disabled button.owl-next {
  left: -65px;
}

.blog .owl-carousel .owl-nav.disabled button.owl-prev {
  right: -65px;
}

.quotes {
  padding: 300px 0px 50px 0px;
  background-color: rgba(248, 248, 248, 0.93);
  margin-top: -250px;
}

.quotes .owl-carousel .owl-item {
  opacity: .75;
  margin-top: 5px;
}

.quotes .owl-carousel .owl-item.center {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1;
}

.quotes .owl-carousel .owl-item.center .text-content {
  opacity: 1;
}

.quotes .owl-carousel .owl-item.center .image-content {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 0px 17px 5px #cccccc;
          box-shadow: 0px 0px 17px 5px #cccccc;
}

.quotes .owl-carousel .owl-nav.disabled {
  display: none;
}

.quotes .owl-carousel .owl-dots.disabled {
  display: block;
}

.quotes .owl-carousel .owl-dots.disabled:focus {
  outline-color: transparent;
}

.quotes .quotes-carousel {
  overflow: hidden;
}

.quotes .quotes-carousel .card {
  border: none;
  background-color: transparent;
  padding: 10px;
}

.quotes .quotes-carousel .card .image-content {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.quotes .quotes-carousel .card .image-content img {
  border-radius: 50%;
  margin: auto;
}

.quotes .quotes-carousel .card .text-content {
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.quotes .quotes-carousel .card .text-content h5 {
  font-size: 18px;
  padding: 6px 0px 3px 0px;
  font-family: 'semiBold-font';
}

.quotes .quotes-carousel .card .text-content span {
  font-size: 14px;
  font-family: 'regular-font';
  font-weight: 500;
}

.quotes .quotes-carousel .card .text-content p {
  font-size: 15px;
  line-height: 1.2;
  color: #a0a0a0;
  padding-top: 7px;
  font-family: 'semiBold-font';
}
/*# sourceMappingURL=style.css.map */