/* montserrat-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin_latin-ext-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v25-latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin_latin-ext-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin_latin-ext-500.woff") format("woff"), url("../fonts/montserrat-v25-latin_latin-ext-500.ttf") format("truetype"), url("../fonts/montserrat-v25-latin_latin-ext-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v25-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin_latin-ext-700.woff") format("woff"), url("../fonts/montserrat-v25-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/montserrat-v25-latin_latin-ext-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Montserrat";
  scroll-padding-top: 0px;
}

section {
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

a, a:hover {
  text-decoration: none;
  color: #141432;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  transition: 0.5s;
  background-color: #FFF;
  padding: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.navbar-nav {
  justify-content: end;
}
.navbar-brand img {
  max-height: 75px;
}
.navbar .nav-item {
  padding: 10px 15px;
}
.navbar .nav-item a:hover {
  fill: #00A0E3;
}
.navbar .nav-link {
  color: #242021 !important;
  font-size: 16px;
}
.navbar .nav-link:hover {
  color: #00A0E3 !important;
}
.navbar .separator {
  height: auto;
  width: 1px;
  background-color: #EDEDE9;
}
.navbar .nav-icons {
  display: flex;
  align-items: center;
}
.navbar .nav-icons svg {
  height: 20px;
  display: inline-block;
}

.navbar-active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
}

.top-navbar {
  background-color: #f5f5f5;
}
.top-navbar .inline-navbar {
  margin: 0;
  text-align: center;
}
.top-navbar .inline-navbar li {
  display: inline-flex;
  align-items: center;
  margin: 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.top-navbar .inline-navbar li svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: #212121;
  position: relative;
  margin-right: 5px;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 38px;
  color: #242021;
}

h2 {
  font-size: 32px;
  color: #242021;
}

h4 {
  font-size: 20px;
}

.title-h2 {
  font-size: 36px;
  color: #242021;
  position: relative;
}
.title-h2:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  background: #d2d4da;
  width: 100%;
  max-width: 1820px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
}
.title-h2 span {
  background-color: #FFF;
  z-index: 2;
  position: relative;
  padding: 0 30px;
}

h3, .title-h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #242021;
  border: 1px solid #242021;
  color: #FFF;
  box-shadow: none;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 0px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn-arrow {
  position: relative;
  margin-left: 20px;
}
.btn-arrow:before {
  background-size: auto;
  display: inline-block;
  content: url(../img/arrow.svg);
}

.btn-primary {
  background-color: #242021;
  border: 1px solid #242021;
  color: #FFF;
}
.btn-primary:hover {
  background-color: #00A0E3;
  border: 1px solid #00A0E3;
}

p {
  font-size: 16px;
  line-height: 2;
  color: #242021;
  margin-bottom: 0;
}

.special-list {
  margin-top: 30px;
  padding-left: 0px;
}
.special-list li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.special-list li:before {
  content: "~";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0px;
  font-size: 25px;
  color: #242021;
}

header {
  padding: 50px 0;
}
header h1 {
  margin-bottom: 30px;
}

.products-in {
  margin-bottom: 60px;
  text-align: center;
}
.products .card {
  border: 0;
  margin-bottom: 60px;
}
.products .card-img-top {
  overflow: hidden;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .card-img-top img {
  transition: 0.5s;
}
.products .card-body {
  padding-top: 0px;
}
.products .card-body-price {
  color: #00A0E3;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 15px 0;
}
.products .card-body-title {
  color: #242021;
  font-size: 16px;
  font-weight: 500;
}
.products .card a {
  text-decoration: none;
}
.products .card a:hover img {
  scale: 1.3;
}
.products .card a:hover .card-body-title {
  text-decoration: underline;
}
.products .categories .card {
  background-color: #EDEDE9;
  padding: 30px;
  transition: 0.5s;
  margin-bottom: 0px;
}
.products .categories .card:hover {
  background-color: #242021;
}
.products .categories .card:hover h3 {
  color: #FFF;
}

.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-right .size-box ul li {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #efefef;
  text-align: center;
  display: table-caption;
}
.product-right .size-box ul li.active {
  background-color: #efefef;
}
.product-right .size-box ul li a {
  color: #222222;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-right .size-box span {
  color: #222222;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-right .color-variant {
  margin-bottom: 10px;
  padding-left: 0px;
}
.product-right .color-variant ul {
  padding: 0px;
  list-style: none;
}
.product-right .color-variant li {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.product-right .color-variant li .active {
  position: relative;
}
.product-right .color-variant li .active:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
  top: 10px;
  right: 4px;
  height: 15px;
  width: 15px;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.8;
}

.product-right .product-title {
  color: #222222;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 16px;
}

.blog-in {
  margin-bottom: 60px;
  text-align: center;
}
.blog .card {
  border: 0;
  margin-bottom: 60px;
}
.blog .card-img-top {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 350px;
  height: 100%;
}
.blog .card-img-top img {
  transition: 0.5s;
  width: 100%;
}
.blog .card-img-top .date {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog .card-body {
  padding-top: 0px;
  text-align: center;
}
.blog .card-body-title {
  color: #242021;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
}
.blog .card-body p {
  font-size: 14px;
}
.blog .card a {
  text-decoration: none;
}
.blog .card a:hover img {
  scale: 1.3;
}
.blog .card a:hover .card-body-title {
  text-decoration: underline;
}

.instagram-in {
  margin-bottom: 60px;
  text-align: center;
}

footer {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #EDEDE9;
}
footer .title-h3 {
  margin-bottom: 10px;
  display: block;
}
footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 10px;
}
footer ul li a {
  color: #242021;
  text-decoration: none;
  transition: 0.3s;
}
footer ul li a:hover {
  color: #00A0E3;
}
footer .credits {
  font-size: 14px;
}
footer .credits span {
  display: block;
  margin-bottom: 20px;
}
footer .credits span a {
  color: #242021;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12px;
  margin: 0 10px;
}
footer .credits span a:hover {
  color: #00A0E3;
}
footer .credits .text-link {
  color: #242021;
}

#instafeed {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 3px;
  margin-left: auto;
  margin-right: auto;
}

.instagrid .instagram-photo {
  flex: 1 1 20%;
  margin: 10px;
  position: relative;
  transition: 0.3s;
}
.instagrid .instagram-photo:hover {
  opacity: 0.7;
}

.instagrid .instagram-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 500px;
}

.breadcrumb-section {
  background-color: #f8f8f8;
  padding: 30px 0;
}
.breadcrumb-section .page-title {
  display: flex;
  height: 100%;
  align-items: center;
}
.breadcrumb-section .page-title span {
  font-size: 16px;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 14px;
  color: #242021;
  font-weight: 600;
  margin: 0;
  padding-right: 0;
}
.breadcrumb-section .breadcrumb a {
  color: #555555;
  font-weight: 600;
}

.product-detail .gallery {
  width: 100%;
  overflow: hidden;
}
.product-detail .gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  border-radius: 20px;
  position: relative;
}
.product-detail .gallery-slider .swiper-button-next, .product-detail .gallery-slider .swiper-button-prev {
  background: #00A0E3;
  color: #FFF;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.product-detail .gallery-slider .swiper-button-next:after, .product-detail .gallery-slider .swiper-button-prev:after {
  font-size: 20px;
}
.product-detail .gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
  border-radius: 50px;
  padding: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.product-detail .gallery-slider .swiper-slide img {
  display: block;
  margin: 0 auto;
}
.product-detail .gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.product-detail .gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.product-detail .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.product-detail .gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}
.product-detail h1 {
  font-size: 36px;
}
.product-detail .price {
  color: #00A0E3;
  font-size: 24px;
  font-weight: 700;
}

.order-process-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px;
  text-transform: uppercase;
  background: #242021;
}
.order-process-inner a {
  color: #FFF;
}
.order-process-inner .active-item {
  font-weight: 600;
}

.cd-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

.close_cart {
  padding-right: 20px !important;
}

#cd-hamburger-menu {
  left: 0;
}

@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}
#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  padding-top: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 53;
}

@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 80px;
  }
}
#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}

#cd-cart.speed-in {
  right: 0;
}

#cd-cart > * {
  padding: 0 1em;
}

#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}

#cd-cart .cd-cart-items {
  padding: 0;
}

#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}

#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-price {
  color: #a5aebc;
}

#cd-cart .cd-qty {
  font-weight: 600;
}

.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}

#cd-cart .cd-cart-total span {
  float: right;
}

#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #2FCFEA;
  color: #FFF;
  text-align: center;
}

.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}
@media (max-width: 767px) {
  #cd-cart {
    width: 100%;
  }
}
.left-sidebar .nav-link {
  color: #00A0E3;
}

.left-sidebar .list-group-item.active {
  background-color: #00A0E3;
  border-color: #00A0E3;
}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 16px;
  }
  .products .categories .card {
    padding: 14px;
  }
  .navbar .col-md-5 {
    display: flex;
    align-items: center;
  }
  .navbar .col-md-5 .navbar-toggler {
    height: 40px;
  }
  section {
    padding: 60px 0;
  }
  header {
    max-height: 400px;
    margin-top: 50px;
  }
  header video {
    width: auto;
  }
  header .container-in {
    padding: 0 20px;
  }
  .products .card-img-top img {
    max-height: 250px;
    height: auto;
  }
  .blog .card-img-top {
    max-height: 250px;
  }
  .products .categories .card {
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */