@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@1,400;1,500;1,600&family=Inter:wght@200;300;400;500;600;700&family=Josefin+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
}

.heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.heading-lg {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 5px;
}
.heading-md {
  font-size: 1.6rem !important;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.heading-border::after {
  content: "";
  background-color: #979797;
  width: 5rem;
  height: 2px;
}
.home-page-message{
  text-align: center;

  
}
.home-page-message p{
    color: red;
    font-size: 20px;
    margin: 20px auto;
    font-weight: 600;
    text-decoration: underline;
    width: 70%;


}

@media (max-width:	767px) {
.home-page-message p{
  width: 100%;
  font-size: 16px;
  margin: 15px auto;
}
}
p {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 1px;
}

a {
  font-family: "Cabin", sans-serif;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5% !important;
}

body {
  box-sizing: border-box;
  background-color: #fff;
}

ul {
  list-style-type: none;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-50 {
  margin-bottom: 35px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.text-black {
  color: #000;
}

.text-red {
  color: red;
}

.btn {
  min-width: fit-content !important;
}
.btn-lg {
  min-width: 19rem !important;
}

.btn-white {
  font-size: 1.4rem;
  color: #000;
  max-width: 15rem;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 1.1rem 2.5rem;
  transition: 0.2s all ease;
  z-index: 101;
  letter-spacing: 3px;
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

button.sendOrder.buyProductBtn {
  max-width: 15rem !important;
}

.complete-order-button {
  max-width: 100% !important;
}

.complete-order-button,
.btn-black {
  font-size: 1.4rem;
  color: #000;
  max-width: 15rem;
  text-align: center;
  display: inline-block;
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 1.1rem 2.5rem;
  transition: 0.2s all ease;
  z-index: 101;
  letter-spacing: 3px;
}
.complete-order-button:focus, .complete-order-button:active, .complete-order-button:hover,
.btn-black:focus,
.btn-black:active,
.btn-black:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.btn-outline {
  font-size: 1.4rem;
  border: 1px solid #979797;
  color: #000;
  min-width: 15rem;
  max-width: 15rem;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 1.1rem 2rem;
  transition: 0.2s all ease;
  z-index: 101;
  letter-spacing: 3px;
}
.btn-outline:focus, .btn-outline:active, .btn-outline:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

.btn-tab {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #000;
  min-width: 15rem;
  max-width: 15rem;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 0.2rem;
  margin: 0 2rem;
  transition: 0.2s all ease;
  letter-spacing: 1.3px;
}
.btn-tab:focus, .btn-tab:active, .btn-tab:hover {
  color: #2A765C;
  text-decoration: none;
  border-bottom: 2px solid #2A765C;
  box-shadow: none;
}
.btn-tab.active {
  border-bottom: 2px solid #2A765C;
}

.services-wrapper {
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 10rem;
  max-width: 196rem;
  margin-left: auto;
  margin-right: auto;
}
.services-wrapper .service-item {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 2rem;
}
.services-wrapper .service-item .heading-lg {
  margin-bottom: 3rem;
  color: #fff;
}
.services-wrapper .service-item .service-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.services-wrapper .service-info {
  color: #000;
}
.services-wrapper .service-info .service-item {
  border: 1px solid #979797;
  padding: 2rem 3rem;
}
.services-wrapper .service-info h1 {
  color: #000 !important;
}
.services-wrapper .service-info p {
  text-align: center;
  max-width: 81rem;
  margin: 0 auto 3rem;
}
.services-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.services-wrapper .row .col-12.col-md-6 {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 1100px) {
  .service-wedding .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .service-wedding .col-md-6.service-info {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .services-wrapper {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .services-wrapper .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .services-wrapper .service-item {
    margin-bottom: 1rem;
  }
  .services-wrapper .service-item {
    border: none !important;
  }
}
@media only screen and (max-width: 550px) {
  .service-wedding .service-item.wedding {
    height: 34rem !important;
  }
  .service-wedding .service-item {
    height: auto !important;
  }
  .service-wedding .service-item h1 {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .service-wedding .service-item.wedding {
    height: 28rem !important;
  }
}
.about-us {
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.about-us .heading {
  margin-bottom: 2rem;
}
.about-us p {
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.featured-category {
  max-width: 160rem;
  margin: 0 auto 5rem;
  position: relative;
  padding: 5rem 2rem 0;
}
.featured-category .section-heading h2 {
  text-align: center;
}
.featured-category .section-heading h2 a {
  transition: 0.1s;
  color: inherit;
  font-family: inherit;
}
.featured-category .section-heading h2 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.featured-category .btn {
  margin-top: 2rem;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
.featured-category .col-lg-6 .product-img {
  width: 100%;
}
.featured-category .col-lg-6 .product-img img {
  max-width: 100%;
  max-height: 100%;
}

.product {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  transition: 0.2s;
  border: 1px solid #fff;
}
.product-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.product-img {
  width: 100%;
}
.product-img img {
  width: 100%;
  transition: 0.25s all;
  max-width: 50rem;
  max-height: 50rem;
}
.product-info {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.product-title {
  margin-bottom: 1rem;
}
.product-title, .product-price {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.product .btn-outline {
  margin-top: 2rem;
}
.product:hover {
  border: 1px solid #b4b4b4;
  box-shadow: 0px 0px 15px 7px #c3c3c336;
}

.product-form-section-footer {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.product-form-section-footer .left,
.product-form-section-footer .right {
  flex: 1;
}
.product-form-section-footer .left a,
.product-form-section-footer .right a {
  margin-bottom: 0 !important;
}
.product-form-section-footer .steps {
  font-family: "Inter";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
}

@media screen and (max-width: 1100px) {
  .product-form-section-footer {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
  }
  .product-form-section-footer .left {
    display: none;
  }
  .product-form-section-footer .right {
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  .product {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .product:hover {
    border: 1px solid #fff;
    box-shadow: none;
  }
  .product:hover img {
    box-shadow: 0px 0px 15px 7px #c3c3c336;
  }
}
@media screen and (max-width: 900px) {
  .single-product-row .single-product-text {
    padding: 0 2rem !important;
  }
}
@media screen and (max-width: 500px) {
  .single-product-row .single-product-text {
    padding: 0 !important;
  }

  .product-details {
    padding: 0 !important;
  }
  .product-details .single-product-image {
    padding: 0 !important;
  }
}
.testimonials {
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 5rem;
}
.testimonials .qoute:hover {
  cursor: grab;
}
.testimonials .qoute-icon {
  margin-bottom: 6rem;
}
.testimonials .qoute-author,
.testimonials .qoute-text {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 1px;
}
.testimonials .qoute-author {
  margin-bottom: 3.5rem;
  letter-spacing: 1.3px;
}
.testimonials .owl-dot {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff !important;
  border: 1px solid #C2C2C2 !important;
  border-radius: 50%;
  margin-right: 2rem;
}
.testimonials .owl-dot:last-child {
  margin-right: 0;
}
.testimonials .owl-dot.active {
  background-color: #C4C4C4 !important;
  border-color: #C4C4C4 !important;
}

.faq {
  margin-top: 10rem;
  margin-bottom: 26rem;
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
.faq #accordion .card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #979797;
}
.faq #accordion .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom: none;
}
.faq #accordion .card-header button {
  padding: 2rem 1rem 1.5rem;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq #accordion .card-header button svg {
  transition: 0.2s ease-in;
}
.faq #accordion .card-header button.collapsed svg {
  transform: rotate(180deg);
}
.faq #accordion .card-header button:focus {
  box-shadow: none;
  text-decoration: none;
}
.faq #accordion .card-header button:hover {
  text-decoration: none;
}
.faq #accordion .card-header button svg {
  display: block;
}
.faq #accordion .card-body {
  padding-top: 0;
  padding-bottom: 2.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.9px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.faq #accordion button {
  background-color: none;
}

.checkbox-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.4rem;
}
.checkbox-wrapper .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #979797;
  transform: all 0.2s ease-in;
}
.checkbox-wrapper .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
  height: 0;
  width: 0;
}
.checkbox-wrapper .checkbox input:checked ~ .checkmark {
  background-color: #000;
  border: 1px solid #000;
}
.checkbox-wrapper .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-wrapper .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-wrapper .checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-top {
  padding: 1.2rem 1.3rem 0.8rem !important;
  border-bottom: 1px solid #E8E8E8;
}

.sidebar {
  height: 100%;
  width: 350px;
  position: fixed;
  top: 0;
  z-index: 9999;
  right: 0;
  background-color: #fff;
  right: -350px;
  transition: all 0.5s ease;
  overflow-y: auto;
}
.sidebar.active {
  right: 0;
}

.navbar-toggler {
  background-color: #000;
  border-radius: 0;
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  cursor: pointer;
}
.navbar-toggler .bar {
  margin: 0;
  margin-bottom: 0.8rem;
  display: block;
  height: 3px;
  width: 2.6rem;
  background-color: #fff;
  border-radius: 5px;
}
.navbar-toggler .bar:last-child {
  margin-bottom: 0;
}
.navbar-toggler.active {
  background-color: #fff;
  transition: all 0.5s ease;
}
.navbar-toggler.active .bar {
  background-color: #000;
  transition: all 0.5s ease;
}
.navbar-toggler .button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.navbar-toggler .bar {
  transition: all 0.5s ease;
}
.navbar-toggler .button.active .top {
  transform: translateY(11px) rotateZ(45deg);
}

.middle {
  margin: 0 auto;
}

.button.active .bottom {
  transform: translateY(-11px) rotateZ(-45deg);
}

.button.active .middle {
  width: 0;
  opacity: 0;
}

nav {
  padding-top: 30px;
}

.sidebar-list {
  padding: 4rem 3rem;
}
.sidebar-list .action-bar-links {
  display: flex;
}
.sidebar-list .sidebar-item a {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  font-family: 400;
  letter-spacing: 1px;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  text-decoration: none;
  transition: 0.2s ease-in;
  text-transform: uppercase;
  z-index: 9999;
}
.sidebar-list .sidebar-item a:hover {
  text-decoration: none;
  color: #2A765C;
}
.sidebar-list .sidebar-item a.active {
  color: #2A765C;
}
.sidebar-list .sidebar-item .dropdown-menu {
  position: initial !important;
  transform: none !important;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 2rem;
  border: none;
}
.sidebar-list .sidebar-item .dropdown-menu a.dropdown-item {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0.5rem 0;
  text-transform: initial;
}
.sidebar-list .sidebar-item .dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
}
.sidebar-list .sidebar-item .dropdown-menu a.dropdown-item:first-child {
  padding-top: 0;
}
.sidebar-list .sidebar-item .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-list .sidebar-item .dropdown-toggle:hover svg path {
  fill: #2A765C;
}
.sidebar-list .sidebar-item .dropdown-toggle[aria-expanded=true] svg {
  transform: rotate(-45deg);
}
.sidebar-list .sidebar-item .dropdown-toggle svg {
  display: block;
  transition: 0.2s linear;
}
.sidebar-list .sidebar-item .dropdown-toggle::after {
  display: none !important;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  height: 100vh;
  min-height: 60rem;
  max-height: 108rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 3rem;
}
.header-logo {
  position: absolute;
  top: 1.2rem;
  left: 1.3rem;
  z-index: 1;
}
.header img {
  width: 100%;
  max-width: 55.3rem;
}
.header .heading-lg {
  margin-top: 3.5rem;
  margin-bottom: 5rem;
  color: #fff;
}

.home-page .header-logo {
  display: none;
}

.header-section.home-page .header {
  max-height: 100vh !important;
}

.header-section ~ .nav-top {
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  padding: 0 !important;
}
.header-section ~ .nav-top .nav-logo {
  display: none !important;
}

@media only screen and (max-width: 850px) {
  .header {
    min-height: 58rem;
    max-height: 58rem;
  }
}
@media only screen and (max-width: 650px) {
  body {
    display: flex;
    flex-direction: column;
  }

  .header-section ~ .nav-top,
.nav-top {
    order: -1 !important;
    background-color: #fff !important;
    padding: 1.2rem 1.3rem 0.8rem !important;
    border-bottom: 1px solid #E8E8E8 !important;
    position: relative;
  }
  .header-section ~ .nav-top .nav-logo,
.nav-top .nav-logo {
    display: block !important;
  }
  .header-section ~ .nav-top .nav-logo img,
.nav-top .nav-logo img {
    width: 140px !important;
  }
  .header-section ~ .nav-top .navbar-toggler,
.nav-top .navbar-toggler {
    width: 57px;
    height: 57px;
  }

  .header-section.home-page .header {
    max-height: 58rem !important;
  }

  .services-wrapper {
    margin-bottom: 5rem;
  }
  .services-wrapper .service-item {
    height: 37.5rem;
  }

  .testimonials .qoute-author, .testimonials .qoute-text {
    font-size: 1.6rem;
    padding: 0 2rem;
  }

  .faq {
    margin-bottom: 0;
  }
  .faq .card-header button {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .faq .card-header button svg {
    width: 20px;
  }
  .faq .card-body {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    margin-bottom: 0 !important;
  }

  .hide-on-mb {
    display: none;
  }

  .header-section a .header-logo,
.contact-page a .header-logo {
    display: none !important;
  }
}
.footer {
  margin-top: 10rem;
  position: relative;
  background-color: #F8F8F8;
  padding: 11.5rem 5rem 6rem;
}
.footer-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  margin-left: 10vw;
}
.footer-img img {
  width: 100%;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-b .logo {
  max-width: 42rem;
  margin-right: auto;
  z-index: 1;
  margin-bottom: 2rem;
}
.footer-b .logo p {
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.9px;
}
.footer-b .f-categories,
.footer-b .navigation,
.footer-b .social {
  margin-bottom: 2rem;
}
.footer-b .row > div {
  z-index: 1;
}
.footer-b p {
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #000 !important;
  margin-top: 2.5rem;
  font-weight: 300;
}
.footer-b h3 {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
  color: #000;
  margin-bottom: 1.5rem;
}
.footer-b ul {
  z-index: 1;
  list-style-type: none;
}
.footer-b ul li {
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.9px;
  font-size: 1.3rem;
}
.footer-b ul li a {
  font-family: "Inter", sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.9px;
  font-size: 1.3rem;
}
.footer-b .f-categories {
  display: flex;
  justify-content: flex-end;
  padding-right: 4rem;
  max-width: 30rem;
}
.footer-b .social a:hover {
  text-decoration: none;
}
.footer-b .navigation,
.footer-b .social {
  max-width: 20rem;
}
.footer-b .navigation .mail,
.footer-b .social .mail {
  text-decoration: underline;
  margin-bottom: 1rem;
  display: inline-block;
}
.footer .copyright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: 0;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 8rem;
}
.footer .copyright p {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1150px) {
  .footer-logo {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .footer .footer-img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .footer .footer-b .f-categories {
    justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 446px) {
  .footer {
    overflow: hidden;
    position: relative;
  }
  .footer .logo img {
    width: 198px;
  }
  .footer .footer-img {
    position: absolute;
    bottom: 100%;
    z-index: 0;
    margin-left: 10vw;
    top: 49%;
    left: 20%;
    right: -30px;
    transform: rotate(-75deg);
  }
  .footer .copyright {
    justify-content: center;
  }
}
.content-wrapper {
  margin-bottom: 10rem;
}

.section-heading {
  text-align: center;
}
.section-heading svg {
  display: block;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.section-heading .heading {
  text-align: center;
}
.section-heading .heading a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

.divider {
  width: 5rem;
  height: 2px;
  background-color: #979797;
  margin: 4rem 0;
  margin-left: auto;
  margin-right: auto;
}
.divider-sm {
  width: 4rem !important;
}
.divider-bg {
  width: 117rem;
  margin-bottom: 5rem;
  max-width: 100%;
}

.shine {
  overflow: hidden;
}
.shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.17) 77%, rgba(255, 255, 255, 0.26) 92%, rgba(255, 255, 255, 0) 100%);
}
.shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.shine:active:after {
  opacity: 0;
}

.contact-page {
  display: flex;
}
.contact-page .header-img {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 108rem;
  height: 100vh;
}
.contact-page .heading {
  margin-bottom: -1rem;
}
.contact-page .divider {
  margin-bottom: 3rem;
}
.contact-page .header-form {
  margin: 8rem auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-page .header-form svg {
  margin-bottom: 3rem;
}
.contact-page .header-form .form-group {
  position: relative;
  margin-bottom: 3rem;
}
.contact-page .header-form .form-group textarea,
.contact-page .header-form .form-group input {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #979797;
}
.contact-page .header-form .form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}
.contact-page .header-form .form-control:focus + .form-control-placeholder,
.contact-page .header-form .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.contact-section {
  width: 100%;
  max-width: 82rem;
  padding: 0 2rem;
  font-size: 1.5rem;
}
.contact-section .btn-outline {
  width: 17rem !important;
  font-family: "Cabin", sans-serif;
}
.contact-section .btn-outline:hover {
  color: #fff !important;
}

.contact-info {
  background-color: #F8F8F8;
  padding: 6rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.contact-info .row {
  width: 100%;
  width: 100%;
  max-width: 158rem;
  margin: 0 auto;
  justify-content: space-between;
}
.contact-info-wrapper {
  padding: 0 3rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.contact-info-item {
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  min-width: 20rem;
}
.contact-info-item * {
  margin-left: auto;
  margin-right: auto;
}
.contact-info-item h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.contact-info-item a, .contact-info-item p {
  font-weight: 300;
  color: #000 !important;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  max-width: 19rem;
}
.contact-info-item:first-child {
  padding-left: auto;
}
.contact-info-item:last-child {
  padding-right: auto;
}
.contact-info .news-letter {
  width: auto;
}
.contact-info .news-letter h2 {
  margin-bottom: 1.2rem;
}
.contact-info .news-letter .item {
  width: 100%;
  max-width: 40rem;
}
.contact-info .news-letter .contact-form .form-row {
  position: relative;
}
.contact-info .news-letter .contact-form .form-row .btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.contact-info .news-letter .contact-form input {
  width: 40rem;
  background-color: #F8F8F8;
  font-size: 1.5rem;
}
.contact-info .news-letter .contact-form label {
  top: 0.8rem;
  left: 0.5rem;
  font-size: 1.5rem;
}
.contact-info .news-letter .contact-form .form-group {
  padding-top: 0;
}
.contact-info .news-letter .contact-form .form-control {
  border-bottom: 1px solid #979797;
  padding: 8px 7px;
}
.contact-info .news-letter .contact-form .form-control:focus ~ label, .contact-info .news-letter .contact-form .form-control.hasValue ~ label {
  transform: scale(0.7);
  top: -1.1rem;
  left: 0.5rem;
}

.find-us {
  margin-top: 10rem;
  margin-bottom: 0;
}

.contact-form .btn {
  border-radius: 0;
}
.contact-form .btn-outline {
  margin: 0 auto;
  display: block;
}
.contact-form .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .form-group {
  position: relative;
  padding-top: 20px;
  margin-bottom: 0;
}
.contact-form .form-group:first-child:last-child {
  height: 100%;
}
.contact-form .form-group:first-child:last-child .form-control {
  height: 100%;
}
.contact-form .form-group textarea.message {
  resize: none;
  height: 3.2rem;
  max-height: 12rem;
  overflow-y: auto !important;
}
.contact-form .form-group .input-highlight {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  display: block;
  bottom: 0;
  transition: width 0.4s ease;
}
.contact-form .form-group label {
  position: absolute;
  left: 3rem;
  top: 1.5rem;
  transition: all 0.4s ease;
}
.contact-form .form-group .form-control {
  border-radius: 0;
  border-width: 0 0 2px 0;
}
.contact-form .form-group .form-control:focus, .contact-form .form-group .form-control.hasValue {
  box-shadow: none;
  border-color: #ced4da;
}
.contact-form .form-group .form-control:focus ~ label, .contact-form .form-group .form-control.hasValue ~ label {
  transform: scale(0.7);
  top: 0;
  left: 1.5rem;
}

@media screen and (max-width: 950px) {
  .header-section.contact-page {
    flex-direction: column;
  }
  .header-section.contact-page .header-img {
    width: 100%;
    max-height: 50rem;
  }
  .header-section.contact-page .header-form {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .contact-info-wrapper .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.category-wrapper {
  max-width: 160rem;
  margin: 10rem auto 10rem;
}
.category-wrapper .section-heading p {
  margin-bottom: 3rem;
}
.category-wrapper .filters .btn {
  margin: 1rem auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-wrapper .filters .btn:focus, .category-wrapper .filters .btn:active {
  box-shadow: none;
  border: 1px solid #979797;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.category-wrapper .filters .btn:hover {
  box-shadow: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}
.category-wrapper .filters .btn:hover svg path {
  fill: #fff;
}
.category-wrapper .filters svg {
  margin-right: 1.5rem;
}
.category-wrapper .btn[aria-expanded=true] {
  display: none;
}
.category-wrapper #category-filters {
  margin-top: 2rem;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
}
.category-wrapper #category-filters .close-collapse {
  position: absolute;
  right: 0;
  top: 1.5rem;
  cursor: pointer;
  transition: 0.2s;
}
.category-wrapper #category-filters .close-collapse:hover {
  opacity: 0.5;
}
.category-wrapper #category-filters .card-body {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border: none;
}
.category-wrapper .filters-items {
  justify-content: center;
}
.category-wrapper .category-filter {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.category-wrapper .category-filter-group {
  margin: 0 3vw;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.category-wrapper .category-filter-group:last-child {
  border-bottom: none;
}
.category-wrapper .category-filter span {
  text-align: center;
}
.category-wrapper .category-filter ul {
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
}
.category-wrapper .category-filter ul li {
  margin-right: 2rem;
}
.category-wrapper .category-filter ul li:last-child {
  margin-right: 0;
}
.category-wrapper .category-filter li p {
  color: #000;
  font-size: 1.5rem;
}
.category-wrapper .category-filter .checkbox-wrapper {
  justify-content: flex-start;
  margin-top: 0;
}
.category-wrapper .category-filter .checkbox-wrapper .checkbox {
  margin-bottom: 0;
}
.category-wrapper .category-filter .checkbox-wrapper .checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
}
.category-wrapper .category-filter .checkbox-wrapper .checkmark {
  height: 2rem;
  width: 2rem;
  background-color: #fff;
}
.category-wrapper .category-filter .group-heading {
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  padding-top: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.category-wrapper .category-filter .category-wrapper-heading {
  border-bottom: 1px solid red;
}
.category-wrapper .category-filter .col-2 {
  margin-bottom: 0.8rem;
}
.category-wrapper .promo-banner {
  position: relative;
  height: 100%;
}
.category-wrapper .promo-banner .product-img-wrapper {
  width: 100%;
  background-color: #0B7374;
}
.category-wrapper .promo-banner .product-img-wrapper::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.category-wrapper .promo-banner .promo-text {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.category-wrapper .promo-banner .promo-text h2 {
  text-transform: uppercase;
  font-family: "Josefin Sans";
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
.category-wrapper .promo-banner .promo-text h1 {
  font-family: "Josefin Sans";
  font-size: 9rem;
  letter-spacing: 1rem;
}
.category-wrapper .categories-section .heading {
  text-align: center;
  font-size: 1.6rem !important;
  margin-bottom: 2rem;
}
.category-wrapper .categories-section .category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-wrapper .categories-section .category-list .category-item {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 15rem;
  min-width: 15rem;
  text-align: center;
}
.category-wrapper .categories-section .category-list .category-item a {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.category-wrapper .categories-section .category-list .category-item .img-wrapper {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #fff;
  transition: 0.2s;
  border-radius: 50%;
}
.category-wrapper .categories-section .category-list .category-item .img-wrapper img {
  max-width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.category-wrapper .categories-section .category-list .category-item p {
  font-size: 1.4rem;
  color: #000;
}
.category-wrapper .categories-section .category-list .category-item:hover .img-wrapper {
  border: 1px solid #2A765C;
}

.appliedFilterWrapper {
  display: none;
  margin-bottom: 30px;
  font-size: 15px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}

#filterPriceWarning {
  display: none;
  color: red;
  font-size: 16px;
  text-align: center;
  height: 120px;
  padding: 0 10px;
  font-weight: 500;
}

#appliedFilter {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px 35px 5px 15px;
  display: inline-block;
}

.active-filters {
  color: #000;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 500;
}

.fa-times-circle {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: -32px;
  color: #000;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .category-filter {
    flex-direction: column;
    margin: 0;
    text-align: left !important;
  }
  .category-filter ul {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .category-filter ul li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .category-list .category-item {
    max-width: 50% !important;
    min-width: 50% !important;
  }
}
.container.product-details {
  max-width: 160rem;
  margin: 0 auto 8rem;
}

.product-details {
  color: #4E4E4E;
  margin-top: 1rem;
  margin-bottom: 8rem;
  /*-------extras-------*/
  /*-------!extras-------*/
}
.product-details #productTitle {
  margin-bottom: 1.5rem;
}
.product-details #productTitle .heading {
  font-family: "Josefin Sans";
  color: #000;
  font-weight: 700;
  letter-spacing: 4px;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.product-details p {
  font-weight: 400;
  letter-spacing: normal;
}
.product-details .heading {
  font-size: 2.6rem;
}
.product-details #details .row {
  margin-left: 0;
  margin-right: 0;
}
.product-details .single-product-row {
  width: 100%;
  margin: 0 auto;
}
.product-details .single-product-text {
  padding-left: 3rem;
  padding-right: 0;
}
.product-details ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-details ul li {
  margin-bottom: 0.6rem;
}
.product-details ul li i {
  color: #000;
  font-size: 1.7rem;
  padding-right: 2rem;
}
.product-details .visible-xs {
  display: none;
}
.product-details textarea {
  font-size: 13px !important;
}
.product-details .inputs, .product-details input[type=text], .product-details input[type=search], .product-details input[type=password], .product-details input[type=email], .product-details .bn-input, .product-details input[type=date], .product-details textarea {
  background: #fff;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  color: #000;
  outline: 0;
  padding: 10px 8px 11px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.product-details textarea {
  border: 1px solid #DDDDDD !important;
  margin: 20px 0 5px;
}
.product-details button[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  .product-details .single-product-row .fb-like span:first-child {
    height: 30px !important;
  }
}
@media (min-width: 768px) {
  .product-details .single-product-row .fb-like iframe:first-child {
    height: 30px !important;
  }
}
.product-details .single-product-image {
  text-align: center;
  height: fit-content;
  margin-bottom: 8rem;
}
.product-details .single-product-image img {
  width: 100% !important;
  height: auto !important;
}
.product-details .single-product-image img {
  width: 38.9rem;
  height: 38.9rem;
}
@media (max-width: 1199px) {
  .product-details .single-product-image img {
    width: 31.8rem;
    height: 31.8rem;
  }
}
@media (max-width: 991px) {
  .product-details .single-product-image img {
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 429px) {
  .product-details .single-product-image img {
    width: 100%;
    height: auto;
  }
}
.product-details .single-product-text {
  margin-top: 0;
  padding-bottom: 2rem;
}
.product-details .row-flex {
  display: flex;
  margin-top: 2rem;
}
.product-details .single-product-col-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1rem;
}
@media (max-width: 1199px) {
  .product-details .single-product-col-flex {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-details .single-product-col-flex {
    padding: 0 1rem;
  }
}
.product-details .single-product-additional-text {
  display: block;
  margin: 40px 0 20px 2rem;
}
@media (max-width: 767px) {
  .product-details .single-product-additional-text {
    margin-top: 6rem;
  }
}
.product-details .single-product-additional-text h4 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: #d19737;
  font-weight: 400;
}
.product-details .single-product-additional-text p {
  color: #d19737;
  font-weight: 400;
  font-size: 1.3rem;
}
.product-details .product-price,
.product-details .price-of-product {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 1.2px !important;
  color: #000;
}
.product-details .product-price.eu-price,
.product-details .price-of-product.eu-price {
  padding-right: 1rem;
}
.product-details .product-name {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0rem;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}
.product-details .product-details {
  font-style: normal;
}
.product-details .product-price {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0rem;
  font-weight: 500;
}
.product-details .productDescription {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.product-details #product-first-addition-description {
  display: block;
  line-height: 1.4;
  font-size: 1.2rem;
  margin: 2rem 0;
}
.product-details #product-second-addition-description {
  display: none;
  line-height: 1.4;
  color: #666;
  font-size: 1.4rem;
}
.product-details .form-group label {
  font-size: 1.4rem;
  font-weight: 300;
}
.product-details .form-subtitle {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.product-details .product-form-section,
.product-details #details {
  display: none;
}
.product-details #productInfo {
  display: block;
}
.product-details #details label {
  font-weight: 400;
}
@media (max-width: 480px) {
  .product-details #orderingStarted {
    width: 100%;
  }
}
.product-details .firstBuyProductBtn {
  margin-bottom: 0;
  margin-top: 1rem;
}
.product-details .product-page-extras-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 5px 0 1.5rem;
}
@media (min-width: 480px) {
  .product-details .product-page-extras-title {
    font-size: 2rem;
  }
}
.product-details .row.product-page-extras-row {
  position: relative;
}
.product-details .product-page-extras-col {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
  padding: 0 12px;
  position: relative;
}
.product-details .product-page-extras-col:hover {
  cursor: pointer;
}
.product-details .additionalProductsGroupChecked {
  border: unset;
  border: 1px solid #DDDDDD;
  background-color: #f6f6f6;
}
.product-details .additionalProductsGroupChecked input {
  margin-bottom: 0;
}
.product-details .additionalProductCol input {
  margin-bottom: 0 !important;
  margin-right: 8px !important;
}
.product-details .product-page-extras textarea {
  width: 100%;
}
@media (max-width: 767px) {
  .product-details .product-page-extras-col:last-child {
    margin-bottom: 1rem;
  }
}
.product-details .product-page-extras-row {
  display: flex;
  align-items: center;
}
.product-details .product-page-extras-col img {
  width: 100%;
}
.product-details .product-page-extras-col label {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  display: inline-block;
}
.product-details .product-page-extras-price {
  font-weight: 700;
  font-size: 1.2rem;
}
@media (min-width: 480px) {
  .product-details .product-page-extras-price {
    font-size: 1.4rem;
  }
}
.product-details .single-product-row form .additionalProductsGroup {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product-details .single-product-row form .additionalProductsGroup input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: 0;
}
.product-details .single-product-row form .additionalProductsGroup label {
  vertical-align: middle;
}
.product-details .single-product-row .glyphicon {
  font-size: 1.5rem;
}
.product-details .single-product-row .form-subtitle {
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid #dee1e3;
  padding: 1.4rem;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.product-details .single-product-row .form-subtitle i {
  padding-right: 2rem;
  font-size: 1rem;
}
.product-details .single-product-row .form-subtitle.active i {
  transform: rotate(180deg);
  padding-right: 0;
  padding-left: 2rem;
}
.product-details .single-product-row .form-subtitle .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
  width: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  max-height: 3.5rem;
  line-height: 3.2rem;
  border-radius: 50%;
  text-align: center;
  color: #000;
  margin-right: 1.3rem;
}
.product-details .single-product-row .form-subtitle.active .num {
  background-color: #000;
  color: #fff;
}
.product-details .additionalProductCol {
  padding: 0;
  max-width: fit-content;
}
.product-details .additionalProductCol label {
  margin: 0;
}
.product-details .additionalProductCol img {
  width: 8.7rem;
  height: 8.7rem;
}
@media (max-width: 1199px) {
  .product-details .additionalProductCol img {
    width: 7.1rem;
    height: 7.1rem;
  }
}
@media (max-width: 991px) {
  .product-details .additionalProductCol img {
    width: 9.6rem;
    height: 9.6rem;
  }
}
@media (max-width: 767px) {
  .product-details .additionalProductCol img {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.product-details .additionalProductCol input, .product-details .additionalProductCol label {
  cursor: pointer;
}
.product-details .single-product-image .fb-like {
  text-align: center;
}
.product-details .additionalProductCol.additionalProductDetails {
  margin-left: auto;
}
.product-details .additionalProductDetails label {
  position: relative;
  right: 1.5rem;
  bottom: 0 !important;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .product-details .additionalProductDetails label {
    bottom: -2.5rem;
  }
}
.product-details .additionalProductDetails label:hover, .product-details .additionalProductDetails label:focus {
  text-decoration: none;
}
.product-details .additionMessageTitle {
  margin-top: 2rem;
}
.product-details #details .additionalProductCol .additionalProductName {
  font-weight: 600;
}
.product-details .recieverAddressNote {
  font-style: italic;
}
.product-details .col-input .inputFieldHighlight {
  border-bottom: 2px solid red;
}
.product-details .col-input .callRecipientCheckbox {
  width: 1.9rem;
  height: 1.9rem;
}
.product-details .col-input .callRecipientLabel {
  font-size: 1.5rem;
}
.product-details .col-input .callRecipientAlert {
  display: none;
  position: relative;
  top: -1.5rem;
  color: red;
}
.product-details .col-input .privacy-policy-note {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .product-details .col-input .privacy-policy-note {
    max-width: 100%;
  }
}
.product-details .product-extras-list-wrapper {
  position: relative;
  height: 24.2rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.product-details .product-extras-list-wrapper .product-extras-list-item {
  border-bottom: 1px solid #E9E7E5;
  cursor: pointer;
}
.product-details .product-extras-list-wrapper .product-extras-list-item .checkbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem;
  margin: 1rem 0;
}
.product-details .product-extras-list-wrapper .product-extras-list-item .checkbox-wrapper .checkmark {
  top: -0.7rem;
}
.product-details .product-extras-list-wrapper .product-extras-list-item .product-extras-details {
  display: flex;
  align-items: center;
  flex: 1;
}
.product-details .product-extras-list-wrapper .product-extras-list-item .product-extras-details p {
  font-size: 1.2rem;
  margin-left: auto;
  width: 20rem;
}
.product-details .product-extras-list-wrapper .product-extras-list-item .product-extras-details img {
  width: 95px;
  height: 95px;
}
.product-details .product-extras-list-wrapper .product-extras-list-item .product-extras-details h3 {
  margin-left: 2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  margin-right: 1rem;
  color: #000;
}
.product-details .product-extras-list-wrapper .product-extras-list-item .product-extras-details h3 span {
  display: block;
}
.product-details .privacy-policy-note {
  margin: 1rem 0;
}
.product-details .product-form-section {
  border: 1px solid #E9E7E5;
  padding: 0 2rem 1rem;
}
.product-details .product-form-section .buyProductBtn {
  margin-bottom: 1rem;
}
.product-details .product-form-section .col-xs-12 {
  width: 100%;
  min-width: 100%;
}
.product-details .product-form-section input {
  width: 100%;
  margin-bottom: 10px;
}
.product-details .product-form-section .col-sm-6 {
  padding-left: 0;
}
.product-details .product-form-section .row {
  margin: 1rem 0;
}
.product-details .product-form-section textarea {
  width: 100%;
}
.product-details #productInfo {
  border: none !important;
  padding: 0 !important;
}
.product-details .call-recipient {
  display: flex;
}
.product-details .call-recipient input {
  margin-right: 1rem;
  cursor: pointer;
}
.product-details .call-recipient .callRecipientLabel {
  font-size: 1.4rem !important;
  cursor: pointer;
}
.product-details .callRecipientAlert {
  top: -0.5rem !important;
}
.product-details .order-page-message {
  margin-top: 1rem;
}
.product-details .price-of-product ~ .product-price {
  color: #000;
}
.product-details .price-of-product ~ .old-price {
  text-decoration: line-through;
  color: #6E6367;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 900px) {
  .single-product-row {
    flex-wrap: wrap;
  }
  .single-product-image, .single-product-text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-product-image {
    max-width: 54rem;
    margin: 0 auto 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .single-product-row {
    padding: 0 2rem;
  }
}
.desc-item {
  display: flex;
  margin-top: 25px;
}
.desc-item .icon {
  margin-right: 1.2rem;
}
.desc-item .icon img {
  margin-top: -4px;
}
.desc-item .list-col-2 {
  display: flex;
}
.desc-item ul {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  list-style-type: none;
  margin-right: 2rem;
}
.desc-item ul li {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.desc-item ul li svg {
  margin-right: 1rem;
}
.desc-item:first-child {
  margin-top: 3rem;
}
.desc-item .heading-sm {
  letter-spacing: 1.2px !important;
}

.productDescription-footer {
  padding-top: 6rem;
  margin-top: auto;
}
.productDescription-footer .heading-sm {
  letter-spacing: 1.2px !important;
}
.productDescription-footer p {
  font-size: 1.3rem;
}
.productDescription-footer .info {
  display: flex;
  margin-bottom: 2rem;
}
.productDescription-footer .info .icon {
  margin-right: 1.5rem;
}
.productDescription-footer .social h3 {
  margin-bottom: 2.5rem;
}
.productDescription-footer .social a {
  padding: 1.3rem;
  border: 1px solid #979797;
  border-right: none;
}
.productDescription-footer .social a:last-child {
  border-right: 1px solid #979797;
}
.productDescription-footer .social a:hover {
  text-decoration: none;
}

.productDescription-footer {
  margin-bottom: 3rem;
}

.single-product-row .item-wrapper {
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
}
.single-product-row .item-wrapper .form-subtitle {
  border: none !important;
}
.single-product-row .item-wrapper .form-subtitle.active svg {
  transform: rotate(180deg);
}
.single-product-row .item-wrapper .product-form-section {
  border: none !important;
}
.single-product-row .item-wrapper .step-title {
  width: 100%;
}
.single-product-row .item-wrapper .step-title p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: -2px;
  font-weight: 400;
}
.single-product-row .item-wrapper .step-title span {
  font-size: 1.3rem;
  letter-spacing: 0.8px;
  color: #000;
  font-weight: 300;
}
.single-product-row .item-wrapper .num {
  font-family: "Cabin", sans-serif;
}

/*---------loader za dugme Poruci------------*/
.loader-wrapper {
  margin-top: 5px;
  margin-bottom: 20px;
  display: none;
}

.loader-description {
  display: inline-block;
  font-size: 16px;
  color: #000;
}

@media (min-width: 1200px) {
  .loader-description {
    font-size: 16x;
  }
}
.loader {
  display: inline-block;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #2A765C;
  border-radius: 50%;
  width: 28px;
  margin-left: 1rem;
  height: 28px;
  animation: spin 2s linear infinite;
  margin-top: -2px;
  vertical-align: bottom;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.order-type-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.order-type-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.order-type-label {
  margin: 0 0 0 0 !important;
  min-width: 85px;
}

.order-type-input {
  margin: 0 5px 0 0 !important;
}

.hidden-order-type {
  display: none;
}

.post-header {
  margin-top: 6rem;
}
.post-header .heading {
  text-align: left;
  margin-bottom: 0 !important;
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 5px;
}
.post-header .divider {
  margin: 1.5rem 0 5rem;
}

.post-wrapper {
  max-width: 120rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin: 4rem auto 10rem;
}
.post-wrapper h1 {
  color: #000;
  font-family: "Josefin Sans", sans-serif !important;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 400;
}
.post-wrapper h2 {
  font-weight: 400 !important;
  color: #000;
  font-size: 1.4rem !important;
  margin: 1.5rem 0 2rem;
  letter-spacing: 1.7px;
}
.post-wrapper p {
  font-weight: 300 !important;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.post-wrapper p a {
  color: #000;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  text-decoration: underline !important;
}
.post-wrapper p a:hover {
  color: #2A765C;
}
.post-wrapper ul {
  list-style-type: disc;
  font-weight: 300 !important;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 3rem;
  padding-left: 1.6rem;
}
.post-wrapper ul li {
  margin-bottom: 0.8rem;
}
.post-wrapper hr {
  margin: 4rem 0;
  background-color: #979797;
}

@media only screen and (max-width: 850px) {
  .post-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.about-us-wrapper {
  margin-top: 6.5rem;
}

.gallery-page {
  margin: 5rem auto 15rem;
  padding-left: 0;
  padding-right: 0;
}
.gallery-page .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.gallery-page .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
}
.gallery-page .filters button {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .gallery-page .filters {
    flex-direction: column;
    align-items: center;
  }
}
.order-section {
  margin: 5rem auto 10rem;
}

.order-info {
  font-size: 16px;
  margin-top: 30px;
}

.col-input input,
.col-input textarea {
  color: #576167;
  border: 1px solid #dee1e3;
  border-radius: 3px;
  outline: 0;
  padding: 7px 12px;
  width: 100%;
}

.complete-order-button {
  margin: 0 0 20px auto;
  text-align: center;
}

.order-info .complete-order-button {
  margin-top: 25px;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .order-info .complete-order-button {
    margin-top: 10px;
  }
}
.order-info-message {
  text-align: center;
  color: #4E4E4E;
  font-family: "Cabin", sans-serif;
  letter-spacing: 3.33px;
  font-size: 3rem;
  font-weight: 400;
}

.order-message {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.order-table {
  margin-top: 20px;
  width: 100%;
}

.order-table td {
  border: 1px solid #333;
  padding: 5px;
}

.order-table td:nth-child(2) {
  width: 110px;
  text-align: right;
}

.order-table tr:last-child {
  text-align: right;
}

.contact-col h1 {
  font-size: 30px;
}

.contact-map {
  width: 555px;
  height: 400px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .contact-map {
    width: 455px;
  }
}
@media (max-width: 991px) {
  .contact-map {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .contact-map {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .contact-map {
    width: 100%;
  }
}
.order-info .orderConfirmation-button {
  font-family: "Capriola", sans-serif;
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 1.5rem 3.4rem;
  font-size: 1.8rem;
  border-radius: 5rem;
  font-weight: 500;
  text-align: center;
  transition: 0.2s all ease-in;
  border: none !important;
  border: none !important;
}
.order-info .orderConfirmation-button svg {
  margin-left: 5rem;
}
.order-info .orderConfirmation-button:focus, .order-info .orderConfirmation-button:active, .order-info .orderConfirmation-button:hover {
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 0 12px 5px #0000002e;
}

.order-info .orderConfirmation-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.order-info .orderConfirmation-button:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.order-info .orderConfirmation-button:active, .order-info .orderConfirmation-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .order-info .orderConfirmation-button {
    padding: 10px;
    margin-top: 25px;
  }
}
.order-info-table {
  border-top: 1px solid #dee1e3;
  margin: 20px 0;
}

.order-info-table .order-info-table-section {
  padding: 15px;
  border: 1px solid #dee1e3;
  border-top: none;
}

.order-info-table .order-info-table-image {
  text-align: center;
}

.order-info-table .order-info-table-image img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px;
}

.order-info-table .order-info-table-price {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .order-info .modal-dialog .modal-content {
    width: 85%;
    margin: 0 auto;
  }
}
.order-info .modal-dialog .modal-body {
  font-size: 14px;
  padding-bottom: 0;
}

.order-info .modal-dialog .modal-body input[type=text] {
  font-size: 14px;
}

.paymentDescription {
  font-size: 13px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}

.paymentDescription .rowSpace {
  padding-bottom: 3px;
}

.postContent {
  padding-top: 20px;
}

.sotex-link {
  color: #65757E;
}

.sotex-link:hover, .sotex-link:focus {
  color: #fd1072;
}

.totalText {
  border-top: 1px solid #dee1e3;
  margin-top: 3px;
  margin-bottom: -3px;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}

.totalText .col-xs-5 {
  text-align: end;
}

.single-product-row .old-price-final {
  margin-right: 10px;
  text-decoration-line: line-through;
  color: #8d8888;
  font-weight: 500;
}

.order-info .col-xs-12 {
  width: 100% !important;
}

.order-info .labelForTermsAgreement span {
  position: relative;
}
.order-info .labelForTermsAgreement span a {
  color: #000;
  font-weight: 400;
}
.order-info .labelForTermsAgreement span a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.order-section #order_info {
  margin: 0 auto;
  font-size: 14px;
}

.order-section .col-xs-9 {
  width: 75%;
  padding: 4px 14px;
}

.order-section .col-xs-3 {
  width: 25%;
}

.order-section .col-xs-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.order-section col-xs-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.radio-wrapper .radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.radio-wrapper .radio .labelBillingType {
  margin-bottom: 0 !important;
}

.paymentMethod {
  padding: 0 15px;
}

.labelForTermsAgreement {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.order-section .labelForTermsAgreement span {
  left: 15px;
  top: 0;
  font-weight: 500;
  color: #000;
}

#customPayment .labelForTermsAgreement a {
  color: #000;
}

.select-form {
  font-size: 14px;
  margin: 1em 0 0.5em 0;
}

.inherit-width {
  width: inherit;
}

.message-filler-description {
  display: block;
  margin-top: 1em;
}

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

/* contact popup for success form send */

.contact-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 20px;
  box-shadow:  0px 1px 20px 20px #00000012;
  z-index: 1000;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}
.contact-popup-content-error h2, .contact-popup-content-success h2, .contact-popup-content-email h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-popup-content-error p, .contact-popup-content-success p, .contact-popup-content-email p {
  margin-bottom: 20px;
}
.contact-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.no-scroll {
  overflow: hidden;
}
.radioFieldHighlight .order-type-item label{
    color: red !important;
}