* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 1.6;
  background-color: #fff;
  font-weight: 400;
}

.container {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.w-1 {
  width: 8.3333%;
}

.w-2 {
  width: 16.6666%;
}

.w-3 {
  width: 25%;
}

.w-4 {
  width: 33.3333%;
}

.w-5 {
  width: 41.6666%;
}

.w-6 {
  width: 50%;
}

.w-7 {
  width: 58.3333%;
}

.w-8 {
  width: 66.6666%;
}

.w-9 {
  width: 75%;
}

.w-10 {
  width: 83.3333%;
}

.w-11 {
  width: 91.6666%;
}

.w-12 {
  width: 100%;
}

.w-1,
.w-2,
.w-3,
.w-4,
.w-5,
.w-6,
.w-7,
.w-8,
.w-9,
.w-10,
.w-11,
.w-12 {
  padding-left: 16px;
  padding-right: 16px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0%;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.py-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.topbar {
  background: #000;
  color: #fff;
  padding: 10px 0;
}
.topbar p {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  font-weight: 300;
}
.topbar .lang img {
  margin: 0 5px 0 0;
}
.topbar .lang span {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  font-weight: 300;
}
.topbar .lang i {
  margin: 0 0 0 5px;
}
.topbar .price {
  margin: 0 0 0 15px;
}
.topbar .price span {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  font-weight: 300;
}
.topbar .price i {
  margin: 0 0 0 5px;
}

.navbar {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.navbar .menubar a {
  color: #000;
}
.navbar .menubar a i {
  padding: 10px;
  font-size: 18px;
  transition: all 0.4s ease-in;
}
.navbar .menubar a i:hover {
  color: #40b884;
}
.navbar .logo {
  padding: 20px 18px;
}
.navbar .logo img {
  height: auto;
  display: block;
}
.navbar .menu li {
  padding: 20px 15px;
}
.navbar .menu li a {
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
}
.navbar .menu li a:hover {
  color: #40b884;
}
.navbar .menu li .dropdown-menu, .navbar .menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  position: absolute;
  top: 60%;
  left: -17px;
  z-index: 999;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0 0 6px #eee;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
}
.navbar .menu li .dropdown-menu .sub-menu, .navbar .menu li .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  left: 110%;
  top: -125%;
}
.navbar .menu li .dropdown-menu ul li, .navbar .menu li .sub-menu ul li {
  padding: 5px 0;
}
.navbar .menu li .dropdown-menu ul li a, .navbar .menu li .sub-menu ul li a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.navbar .menu li .dropdown-menu ul li a:hover, .navbar .menu li .sub-menu ul li a:hover {
  color: #40b884;
}
.navbar .menu li .dropdown-menu ul li a span i, .navbar .menu li .sub-menu ul li a span i {
  font-size: 10px;
}
.navbar .dropdown, .navbar .sub {
  position: relative;
}
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .sub:hover .sub-menu, .navbar .sub:hover .dropdown-menu, .navbar .sub .sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .icons a {
  padding: 10px;
  color: #000;
}
.navbar .icons a i {
  font-size: 16px;
  transition: all 0.5s ease-in;
}
.navbar .icons a i:hover {
  color: #40b884;
}

.banner {
  background-image: url("../images/d1banner2_2000x.webp");
  width: 100%;
  height: 750px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-content .banner-title h3 {
  font-size: 60px;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 700;
}
.banner .banner-content .banner-title p {
  font-size: 20px;
  margin: 0 0 35px;
  line-height: 1.2;
  font-weight: 400;
}

.btn .banner-btn-1 a {
  background-color: #333;
  color: #fff;
  padding: 15px 35px;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #000;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
}
.btn .banner-btn-1 a:hover {
  background-color: #40b884;
  border-color: #40b884;
}
.btn .banner-btn-2 a {
  background-color: #fff;
  color: #333;
  padding: 15px 35px;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #333;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.btn .banner-btn-2 a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.sec-title {
  margin-bottom: 35px;
}
.sec-title h2 {
  font-family: "Domine";
  font-size: 26px;
  color: #111;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.categories .categories-img {
  overflow: hidden;
}
.categories .categories-img img {
  transition: transform 0.5s ease;
}
.categories .categories-img img:hover {
  transform: scale(1.08);
}
.categories .details {
  padding: 18px 10px;
}
.categories .details p {
  font-size: 25px;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
}
.categories .details .btn {
  margin: 15px 0 0;
}

.new-arrivals .sec-title {
  padding: 0 0 35px;
  margin: 0;
}
.new-arrivals .sec-title p {
  font-size: 15px;
  margin: 5px 0 0 0;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.new-arrivals .arrival-content .arrival-img {
  overflow: hidden;
  object-fit: cover;
}
.new-arrivals .arrival-content .arrival-img img {
  width: 100%;
  height: 100%;
}
.new-arrivals .arrival-content .arrival-details {
  padding: 0 10px 10px;
  margin: 0 0 30px;
}
.new-arrivals .arrival-content .arrival-details a {
  font-size: 14px;
  color: #111;
  font-weight: 500;
  display: block;
  margin: 10px 0 0;
}
.new-arrivals .arrival-content .arrival-details span {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  display: inline-block;
  margin: 10px 0 0;
}
.new-arrivals .arrival-content .arrival-details .effective-price {
  color: #e22515;
}
.new-arrivals .arrival-content .arrival-details .effective-price .sale {
  margin: 0 4px 0 0;
  color: #333;
  opacity: 0.6;
}
.new-arrivals .arrival-content .arrival-details .review .star {
  margin: 6px 0 0;
}
.new-arrivals .arrival-content .arrival-details .review .star i {
  font-size: 12px;
}
.new-arrivals .arrival-content .arrival-details .color-box, .new-arrivals .arrival-content .arrival-details .color ul li .color10, .new-arrivals .arrival-content .arrival-details .color ul li .color9, .new-arrivals .arrival-content .arrival-details .color ul li .color8, .new-arrivals .arrival-content .arrival-details .color ul li .color7, .new-arrivals .arrival-content .arrival-details .color ul li .color6, .new-arrivals .arrival-content .arrival-details .color ul li .color5, .new-arrivals .arrival-content .arrival-details .color ul li .color4, .new-arrivals .arrival-content .arrival-details .color ul li .color3, .new-arrivals .arrival-content .arrival-details .color ul li .color2, .new-arrivals .arrival-content .arrival-details .color ul li .color1 {
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: 3px;
  box-shadow: 0 0 1px 1px #ddd;
  transition: all 0.5s ease-in-out;
}
.new-arrivals .arrival-content .arrival-details .color-box:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color10:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color9:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color8:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color7:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color6:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color5:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color4:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color3:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color2:hover, .new-arrivals .arrival-content .arrival-details .color ul li .color1:hover {
  border: 0.8px solid #000;
}
.new-arrivals .arrival-content .arrival-details .color {
  margin: 7px 0 0;
}
.new-arrivals .arrival-content .arrival-details .color ul li {
  display: inline-block;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color1 {
  background-color: #a9d1e9;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color2 {
  background-color: #bfdbc9;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color3 {
  background-color: #c3b1e1;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color4 {
  background-color: #e1c3e0;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color5 {
  background-color: #a8a46b;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color6 {
  background-color: #000;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color7 {
  background-color: #f7665f;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color8 {
  background-color: #f5f5dc;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color9 {
  background-color: #f7a563;
}
.new-arrivals .arrival-content .arrival-details .color ul li .color10 {
  background-color: #ffc0cb;
}
.new-arrivals .btn .banner-btn-1 a {
  font-size: 13px;
  font-weight: 300;
}

.explore {
  background-color: #fafafa;
  padding-top: 50px;
}
.explore .explore-content {
  position: relative;
  padding: 0 7.5px 15px;
}
.explore .explore-content .explore-img {
  overflow: hidden;
}
.explore .explore-content .explore-img img {
  max-width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.explore .explore-content .explore-img img:hover {
  transform: scale(1.08);
}
.explore .explore-content .btn {
  position: absolute;
  bottom: 35px;
  left: 35%;
}
.explore .explore-content .btn .banner-btn-2 a {
  font-size: 13px;
  border-color: transparent;
}
.explore .explore-logo {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.explore .explore-logo ul li {
  width: 13%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.explore .explore-logo ul img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.mb-35-explore {
  margin-bottom: 35px;
}

.news-article {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.news-article .news-content {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.news-article .news-content .news-details {
  padding: 25px 10px;
  margin: 0 0 30px;
}
.news-article .news-content .news-details h3 a {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.01em;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.news-article .news-content .news-details h3 a:hover {
  color: #333;
}

.services {
  background-color: #1f1f1f;
  padding: 10px 0;
}
.services ul li {
  padding: 15px;
}
.services ul li .service-img {
  display: inline-block;
}
.services ul li .service-img img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.services ul li .service-details span {
  font-size: 13px;
  color: #fff;
}

.footer {
  background-color: #f5f5f5;
  padding: 60px 0 0;
}
.footer .footer-content {
  margin: 0 0 40px;
}
.footer .footer-content span {
  display: block;
  font-size: 13px;
  margin: 0 0 20px;
  padding: 20px 0 0 0;
  letter-spacing: 0.02em;
}
.footer .footer-content p {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px;
}
.footer .footer-content .social-media ul li a i {
  color: #000;
  padding: 0 12px 0 0;
  transition: all 0.5s ease-in;
}
.footer .footer-content .social-media ul li a i:hover {
  color: #40b884;
}
.footer .info {
  margin: 0 0 40px;
}
.footer .info h4 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.footer .info ul li {
  margin: 0 0 7px;
}
.footer .info ul li a {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.02em;
  transition: all 0.3s ease-in-out;
}
.footer .info ul li a:hover {
  color: #40b884;
  text-decoration: underline;
}
.footer .news-letter {
  margin: 0 0 40px;
}
.footer .news-letter p {
  letter-spacing: 0.02em;
  margin: 0 0 25px;
}
.footer .news-letter .form input {
  padding: 10px 35px;
  background-color: #fff;
  border: none;
  border-radius: 6px 0 0 6px;
  outline: none;
}
.footer .news-letter .form button {
  background-color: #333;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  padding: 12px 25px;
  border: none;
  border-radius: 0 6px 6px 0;
  transition: all 0.3s ease-in-out;
}
.footer .news-letter .form button:hover {
  background-color: #40b884;
}

.footer-bottom {
  background-color: #f5f5f5;
  padding: 0 0 20px;
}
.footer-bottom p {
  font-size: 13px;
  margin: 0 0 10px;
  font-weight: 300;
}

/*# sourceMappingURL=style.css.map */
