/*--------------- SITE SETTINGS ---------------*/
body {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 10px;
  letter-spacing: 0.2px;
}

a {
  color: #c53880;
}
a:focus, a:hover {
  color: #e97f4b;
  text-decoration: none;
}

.menu-divider {
  border-top: 1px solid #c53880;
  margin: 0;
}

/*--------------- !SITE SETTINGS ---------------*/
/*--------------- HEADER ---------------*/
@media (max-width: 767px) {
  .header-wrapper {
    border-bottom: 1px solid #ebe4e8;
  }
}

.logo img {
  width: 220px;
  height: 105px;
  float: right;
}
@media (max-width: 1199px) {
  .logo img {
    max-width: 210px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .logo img {
    max-width: 150px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .logo img {
    max-width: 200px;
    height: 95px;
  }
}

.top-bar {
  display: flex;
  align-items: center;
}

.delivery-info {
  float: right;
  display: flex;
  align-items: center;
}
.delivery-info img {
  margin-right: 10px;
  width: 37px;
  height: 36px;
}
.delivery-info span {
  font-size: 20px;
  color: #bb3081;
  font-weight: bold;
}
@media (max-width: 991px) {
  .delivery-info span {
    font-size: 18px;
  }
}

.instagram-img img {
  margin-right: 9px;
}
@media (min-width: 768px) {
  .instagram-img img {
    width: 25px;
    height: 25px;
  }
}

.facebook-img img {
  width: 20px;
}
@media (min-width: 768px) {
  .facebook-img img {
    width: 25px;
    height: 25px;
  }
}

#liketop {
  display: inline-block;
}

.fb-like-page-wrapper {
  text-align: end;
}

.header .fb-like-page {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 9px;
}

.header {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 10px;
  }
}
.header .language {
  display: inline-block;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .header .language {
    display: block;
    margin-left: 0;
    float: right;
    margin-top: 5px;
  }
}
.header .language a img {
  width: 36px;
  height: 27px;
}
.header .language a img:first-child {
  margin-right: 8px;
}
.header .language #english img {
  width: 34px;
  height: 26px;
}

@media (max-width: 767px) {
  .language {
    padding: 10px 10px 10px 25px;
  }
}
@media (max-width: 767px) {
  .language #srpski-phone img {
    width: 30px;
    height: 25px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .language #english-phone img {
    width: 28px;
    height: 20px;
  }
}

/*--------------- !HEADER ---------------*/
/*--------------- MENU ---------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-wrapper {
    margin-top: 10px;
  }
}

.header-menu-wrapper {
  border-top: 1px solid #ebe4e8;
  border-bottom: 1px solid #ebe4e8;
}
@media (max-width: 767px) {
  .header-menu-wrapper {
    border: none;
  }
}

.navbar-nav {
  width: 100%;
  margin: 5px 0 15px 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    width: auto;
    margin: 0;
    border: none;
  }
}

.navbar-nav > li a {
  color: #725c69;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin-left: 19px;
  margin-right: 18px;
}
@media (max-width: 1199px) {
  .navbar-nav > li a {
    margin-left: 9px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li a {
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li a {
    font-size: 14px;
    margin: 0;
    padding: 10px;
  }
}
.navbar-nav > li a:focus, .navbar-nav > li a:hover {
  background-color: white;
  color: #ba307e;
}

.navbar-toggle {
  font-size: 30px;
  margin-right: 0;
  float: left;
  margin-top: 20px;
}

.navbar-collapse {
  padding: 0;
}
@media (min-width: 768px) {
  .navbar-collapse {
    margin: 18px 0;
  }
}

.sidenav {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 116px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .sidenav {
    display: none !important;
  }
}

.sidenav-inner {
  display: none;
  z-index: 9999;
  width: 70%;
  height: 100%;
  position: fixed;
  left: 0;
  background-color: white;
}
@media (min-width: 768px) {
  .sidenav-inner {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .body-overflow {
    overflow: hidden;
  }
}

/*--------------- !MENU ---------------*/
@media (min-width: 768px) and (max-width: 1199px) {
  .header-text-wrapper {
    text-align: center;
  }
}

.header-text {
  font-size: 16px;
  margin-top: 35px;
  float: right;
  color: #ba307e;
  font-style: italic;
}
@media (max-width: 767px) {
  .header-text {
    float: unset;
    text-align: center;
    margin-top: 20px;
  }
}
.header-text span {
  font-weight: bold;
}

/*--------------- FOOTER ---------------*/
.footer-background-image {
  background-color: #fbf7f9;
  background-image: url("../img/footer-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .footer-background-image {
    height: 750px;
    margin-top: 100px;
  }
}

.footer-wrapper {
  margin-top: 75px;
  margin-left: 0;
  margin-right: 0;
}
.footer-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #ba307e;
  letter-spacing: -0.6px;
}
@media (max-width: 991px) {
  .footer-wrapper h3 {
    font-size: 20px;
  }
}
.footer-wrapper p {
  font-size: 16px;
  color: #595959;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer-wrapper p {
    font-size: 14px;
  }
}

.footer-block {
  text-align: center;
}
@media (max-width: 767px) {
  .footer-block {
    margin-bottom: 30px;
  }
}
.footer-block img {
  display: block;
  width: 70px;
  height: 60px;
  margin: 0 auto;
}

.footer-info p {
  color: #78636f;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.footer-info-image {
  text-align: center;
  margin-bottom: 30px;
}
.footer-info-image img {
  width: 144px;
  height: 50px;
}
.footer-info-image a:first-child img {
  width: 230px;
}

.instagram-footer, .facebook-footer {
  width: 14px;
  height: 14px;
}

.site-info {
  margin-top: 55px;
  margin-bottom: 55px;
  text-align: center;
  color: #78636f;
  font-weight: 600;
}

/*--------------- !FOOTER ---------------*/
/*-----------------SLIDER-------------------*/
.carousel {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .carousel {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-control .glyphicon-chevron-right, .carousel .carousel-control .glyphicon-chevron-left {
    top: 35%;
  }
}

.slider-img-xs {
  margin: 0 auto;
}

.slide1-button, .slide2-button, .slide3-button {
  border: 2px solid white;
  font-size: 18px;
  color: white;
  background-color: #bb3081;
  animation-delay: 2.5s;
  margin-top: 0;
  position: relative;
  width: 140px;
  padding: 5px;
  margin-bottom: 40px;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .slide1-button, .slide2-button, .slide3-button {
    margin: 5px 0;
  }
}
@media (min-width: 992px) {
  .slide1-button, .slide2-button, .slide3-button {
    margin-bottom: 0px;
    margin-top: 13px;
  }
}
@media (min-width: 1200px) {
  .slide1-button, .slide2-button, .slide3-button {
    font-size: 20px;
    width: 165px;
    padding: 8px;
    margin: 15px 0;
  }
}

.slide1-button:focus, .slide1-button:hover, .slide2-button:focus, .slide2-button:hover, .slide3-button:focus, .slide3-button:hover {
  color: #bb3081;
  background-color: #fff;
  outline: 0 !important;
}

.slide1Title1, .slide2Title1, .slide3Title1 {
  font-size: 19px;
  width: 100%;
  color: white;
  margin: 0;
  animation-delay: 1.5s;
}
@media (min-width: 992px) {
  .slide1Title1, .slide2Title1, .slide3Title1 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .slide1Title1, .slide2Title1, .slide3Title1 {
    font-size: 30px;
    margin-top: 20px;
  }
}

.slide1Title2, .slide2Title2, .slide3Title2 {
  font-size: 20px;
  width: 100%;
  color: white;
  animation-delay: 1.5s;
}
@media (min-width: 992px) {
  .slide1Title2, .slide2Title2, .slide3Title2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .slide1Title2, .slide2Title2, .slide3Title2 {
    font-size: 30px;
  }
}

.slide1Description, .slide2Description, .slide3Description {
  font-size: 15px;
  width: 89%;
  color: white;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0%;
  animation-delay: 2.5s;
}
@media (min-width: 992px) {
  .slide1Description, .slide2Description, .slide3Description {
    width: 96%;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .slide1Description, .slide2Description, .slide3Description {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 14px;
  }
}

.slide1Wrapper, .slide2Wrapper, .slide3Wrapper {
  text-align: center;
  position: absolute;
  padding: 15px;
  display: block;
  width: 41%;
  background-color: rgba(128, 13, 80, 0.7);
  animation-delay: 0.8s;
  right: 15%;
  border: 6px double white;
}
@media (min-width: 768px) {
  .slide1Wrapper, .slide2Wrapper, .slide3Wrapper {
    height: 170px;
    top: 15%;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .slide1Wrapper, .slide2Wrapper, .slide3Wrapper {
    height: 217px;
    top: 16%;
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .slide1Wrapper, .slide2Wrapper, .slide3Wrapper {
    height: 275px;
    top: 20%;
    width: 560px;
  }
}

.slide1DescriptionMobile, .slide2DescriptionMobile, .slide3DescriptionMobile {
  text-align: center;
  padding: 15px;
  background-color: rgba(128, 13, 80, 0.7);
}

/*-----------------!SLIDER-------------------*/
/*-----------------BREADCRUMBS-------------------*/
.breadcrumbs {
  color: #000;
  font-size: 15px;
  z-index: 2;
  float: unset;
  margin: 15px 0;
}

.breadcrumbs a {
  color: #bb3081;
}

.breadcrumbs a:hover {
  color: #e97f4b;
}

.product-breadcrumbs-category {
  text-transform: capitalize;
}

/*-----------------!BREADCRUMBS-------------------*/
.index-page-title {
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.75px;
  color: #78636f;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .index-page-title {
    font-size: 24px;
  }
}

/*--------------- PRODUCTS ---------------*/
.product-category-title {
  margin-top: 0;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #bb3081;
}
@media (min-width: 768px) {
  .product-category-title {
    font-size: 30px;
  }
}

.product-category-description {
  font-size: 16px;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .product-category-description {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .product-list {
    max-width: 480px;
    margin: 0 auto;
  }
}

.product-wrapper {
  padding: 12px;
}
@media (max-width: 767px) {
  .product-wrapper {
    padding: 10px 15px;
  }
}
.product-wrapper .product {
  border: 1px solid #ebe4e8;
  padding: 0;
  cursor: pointer;
  display: flex;
  border-radius: 3px;
}
@media (max-width: 370px) {
  .product-wrapper .product {
    height: 200px;
  }
}
.product-wrapper .product:focus, .product-wrapper .product:hover {
  box-shadow: 0 2px 10px 0 #e6dee2;
  border: 1px solid #e9e7e5;
}
.product-wrapper .product:focus .product-button, .product-wrapper .product:hover .product-button {
  color: white;
  background-color: #ba307e;
  border: 1px solid #ba307e;
}

.product-image-wrapper {
  padding: 9px;
  display: flex;
  align-items: center;
}
.product-image-wrapper img {
  width: 164px;
  height: 164px;
}
@media (max-width: 1199px) {
  .product-image-wrapper img {
    width: 211px;
    height: 211px;
  }
}
@media (max-width: 991px) {
  .product-image-wrapper img {
    width: 156px;
    height: 156px;
  }
}
@media (max-width: 767px) {
  .product-image-wrapper img {
    width: 206px;
    height: 206px;
  }
}
@media (max-width: 479px) {
  .product-image-wrapper img {
    width: 100%;
    height: auto;
  }
}

.product-info {
  padding: 9px;
  padding-left: 0;
}

.product-title {
  color: #ba307e;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .product-title {
    font-size: 18px;
  }
}

.product-description {
  font-size: 14px;
  margin-bottom: 0;
  color: #4b4b4b;
}

.product-price-wrapper {
  position: absolute;
  bottom: 55px;
}

.old-price-final {
  font-size: 16px;
  color: #78636f;
  margin-right: 5px;
  text-decoration-line: line-through;
}
@media (max-width: 767px) {
  .old-price-final {
    font-size: 14px;
  }
}

.price-final {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .price-final {
    font-size: 14px;
  }
}

.product-button {
  color: #ba307e;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 19px;
  border: 1px solid #da92ba;
  position: absolute;
  bottom: 9px;
  background-color: white;
}
@media (max-width: 767px) {
  .product-button {
    padding: 7px 18px;
  }
}
.product-button:focus, .product-button:hover {
  color: white;
  background-color: #ba307e;
  border: 1px solid #ba307e;
}

/*--------------- !PRODUCTS ---------------*/
/*--------------- FEATURED PRODUCTS ---------------*/
.featured-products-title {
  font-size: 30px;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 25px;
  letter-spacing: -0.75px;
  border-bottom: 1px solid #ebe4e8;
  position: relative;
}
@media (max-width: 767px) {
  .featured-products-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.featured-products-title span {
  font-weight: 600;
  background-color: white;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  bottom: -13px;
}
@media (max-width: 767px) {
  .featured-products-title span {
    bottom: -10px;
  }
}
.featured-products-title span a {
  color: #78636f;
}
.featured-products-title span a:focus, .featured-products-title span a:hover {
  text-decoration: underline;
}

.view-all-featured-products {
  font-weight: 600;
  background-color: white;
  font-size: 14px;
  color: #ba307e;
  text-decoration: underline;
  padding-left: 35px;
  padding-right: 0;
  position: absolute;
  right: 0;
  bottom: -7px;
}
@media (max-width: 767px) {
  .view-all-featured-products {
    bottom: -30px;
  }
}
.view-all-featured-products:focus, .view-all-featured-products:hover {
  color: #666;
}

/*--------------- !FEATURED PRODUCTS ---------------*/
/*--------------- SINGLE PRODUCT ---------------*/
.single-product form {
  margin: 0;
}
.single-product label {
  color: #576167;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0;
}
.single-product .form-subtitle {
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #dee1e3;
  padding: 10px 40px 10px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.single-product .form-subtitle span {
  background-color: #dee1e3;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}
.single-product .form-group {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .single-product .fb-like span:first-child {
    height: 30px !important;
  }
}
@media (min-width: 768px) {
  .single-product .fb-like iframe:first-child {
    height: 30px !important;
  }
}

.single-product-image {
  text-align: center;
}
.single-product-image img {
  width: 400px;
  height: 400px;
  margin-bottom: 20px;
}
@media (max-width: 429px) {
  .single-product-image img {
    width: 100%;
    height: auto;
  }
}

.single-product-title {
  color: #bb3081;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.single-product-text {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .single-product-text {
    margin-top: 20px;
  }
}

.price-of-product {
  font-size: 20px;
  margin-right: 10px;
}

.single-product-price {
  font-size: 20px;
  padding: 0;
  color: #bb3081;
}

.long-description {
  padding-top: 20px;
}

#product-first-addition-description {
  display: block;
  color: #777;
  font-size: 15px;
}

#product-second-addition-description {
  display: none;
  color: #777;
  font-size: 15px;
}

.product-points {
  margin: 15px 0 15px 15px;
  list-style: none;
  padding: 0;
  color: #777;
}
.product-points li:before {
  color: #8a979e;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 6px;
}

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

button[type=submit] {
  width: 100%;
}

.complete-order-button {
  font-size: 20px;
  font-weight: 600;
  padding: 9px 22px;
  color: white;
  background-color: #ba307e;
  border: 1px solid #ba307e;
  border-radius: 30px;
  transition: all 150ms ease-in-out;
  margin: 25px 0 30px;
  outline: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .complete-order-button {
    padding: 7px 18px;
  }
}
.complete-order-button:focus, .complete-order-button:hover {
  color: #ba307e;
  border: 1px solid #da92ba;
  background-color: white;
  outline: 0 !important;
}

@media (max-width: 480px) {
  .scroll-button {
    width: 100%;
  }
}

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

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

@media (min-width: 1200px) {
  .loader-description {
    font-size: 20px;
  }
}
.loader {
  display: inline-block;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #888;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---!loader za dugme Poruci-----*/
.order-info {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.order-info .complete-order-button {
  font-size: 20px;
  margin-top: 55px;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 375px) {
  .order-info .complete-order-button {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .order-info .complete-order-button {
    margin-top: 10px;
  }
}
.order-info .order-info-message {
  text-align: center;
  font-size: 18px;
}
@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;
}

.firstBuyProductBtn {
  display: block;
  width: 160px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  margin-left: auto;
}

@media (max-width: 480px) {
  #orderingStarted {
    width: 100%;
  }
}

.product-form-section,
#details {
  display: none;
}

.product-form-section {
  font-size: 16px;
}

#productInfo {
  display: block;
}

/*---extras---*/
.product-page-extras textarea {
  width: 100%;
  border-color: #dee1e3;
}

.product-page-extras-col {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.product-page-extras-col img {
  width: 100%;
}
.product-page-extras-col label {
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.product-page-extras-col:hover {
  cursor: pointer;
}

.additionalProductsGroupChecked {
  border: unset;
  border: 2px solid #d19737;
  background-color: #f4e6d0;
}

.product-page-extras-col:last-child {
  margin-bottom: 20px;
}

.product-page-extras-row {
  display: flex;
  align-items: center;
}

.product-page-extras-price {
  font-size: 12px;
}
@media (min-width: 480px) {
  .product-page-extras-price {
    font-size: 14px;
  }
}

.single-product form .additionalProductsGroup {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-product form .additionalProductsGroup input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: 0;
}
.single-product form .additionalProductsGroup label {
  vertical-align: middle;
}

.additionalProductCol {
  padding: 0;
}
.additionalProductCol input, .additionalProductCol label {
  cursor: pointer;
}
.additionalProductCol label {
  margin: 0;
}
.additionalProductCol img {
  width: 73px;
  height: 73px;
}
@media (max-width: 1199px) {
  .additionalProductCol img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .additionalProductCol img {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .additionalProductCol img {
    width: 72px;
    height: 72px;
  }
}

.additionalProductDetails label {
  position: absolute;
  right: 25px;
  bottom: -28px;
  font-weight: 400;
  color: #d19737;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .additionalProductDetails label {
    bottom: -25px;
  }
}
.additionalProductDetails label:focus, .additionalProductDetails label:hover {
  text-decoration: none;
}

.additionMessageTitle {
  margin-top: 20px;
}

#details .additionalProductCol .additionalProductName {
  font-weight: 600;
}

#details .additionalProductCol .additionalProductPrice {
  font-weight: 400;
}

/*---!extras---*/
#details .inputFieldHighlight {
  border: 1px solid red;
}

/*--------------- !SINGLE PRODUCT ---------------*/
/*--------------- ABOUT US ---------------*/
.about-us h1 {
  color: #bb3081;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}
.about-us a {
  font-weight: 700;
}
.about-us .breadcrumbs a {
  font-weight: unset;
}

.about-image {
  text-align: center;
}
.about-image img {
  width: 100%;
  max-width: 370px;
}

/*--------------- !ABOUT US ---------------*/
/*--------------- CONTACT ---------------*/
.contact {
  font-size: 15px;
}
@media (min-width: 992px) {
  .contact {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contact {
    font-size: 15px;
  }
}
.contact p {
  font-weight: 700;
}
.contact a,
.contact span {
  font-weight: 400;
}
.contact .contact-page-content {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contact .contact-page-content {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.contact .contact-form-wrapper {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .contact .contact-form-wrapper {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .contact .contact-form-wrapper {
    order: 2;
    margin-top: 20px;
  }
}
.contact #contact-form .contact-form-title {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact #contact-form .contact-form-title {
    margin-top: 0;
  }
}
.contact #contact-form .form-group .required-symbol {
  color: red;
}
.contact #contact-form .contact-form-btn {
  background-color: #bb3081;
  color: #fff;
  font-size: 20px;
  border: 1px solid #bb3081;
  border-radius: 3px;
  padding: 4px 12px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin: 5px 0 30px;
  outline: 0;
}
.contact #contact-form .contact-form-btn:hover, .contact #contact-form .contact-form-btn:focus {
  color: #bb3081;
  background-color: #fff;
}

.contact-map {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact-map {
    order: 1;
  }
}
.contact-map iframe {
  width: 555px;
  height: 400px;
}
@media (max-width: 1199px) {
  .contact-map iframe {
    width: 455px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .contact-map iframe {
    width: 345px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    width: 100%;
  }
}

/*--------------- !CONTACT ---------------*/
/*--------------- POST ---------------*/
.post-page-confirmation {
  margin-top: 20px;
  padding: 30px 20px;
  text-align: center;
  font-size: 17px;
  margin-bottom: 150px;
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .post-page-confirmation {
    margin-bottom: 70px;
  }
}
.post-page-confirmation p:first-child {
  text-decoration: underline;
  font-size: 19px;
  margin-bottom: 20px;
}

/*--------------- !POST ---------------*/
/*--------------- ORDER CONFIRMATION PAGE ----------------------*/
.order-table {
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
}

.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;
}

.order-info-table {
  border-top: 1px solid #dee1e3;
  margin: 15px 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 {
  width: 62px;
  height: 62px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .order-info-table .order-info-table-image img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 991px) {
  .order-info-table .order-info-table-image img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .order-info-table .order-info-table-image img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 361px) {
  .order-info-table .order-info-table-image img {
    width: 100%;
    height: auto;
  }
}
.order-info-table .order-info-table-price {
  text-align: right;
  padding-left: 0;
}

.paymentDescription {
  font-size: 14px;
  text-align: center;
}
.paymentDescription .rowSpace {
  padding-bottom: 3px;
}

/*---------------- !ORDER CONFIRMATION PAGE ----------------*/
/*--------------- PRODUCT OLD PRICE ---------------*/
.single-product-price-old {
  text-decoration-line: line-through;
  color: #e97f4b;
  margin-right: 15px;
}

/*--------------- !PRODUCT OLD PRICE ---------------*/
.totalText {
  border-top: 1px solid #dee1e3;
  margin-top: 3px;
  margin-bottom: 3px;
}

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

/*--------------------FAQ------------------------*/
.faq-wrapper {
  padding-bottom: 60px;
}

.faq-inner {
  border-bottom: 1px solid #AAA;
}

.faq-title {
  color: #bb3081;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .faq-title {
    font-size: 26px;
  }
}

.questionWrapper {
  cursor: pointer;
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #AAA;
  border-bottom: none;
}
@media (min-width: 768px) {
  .questionWrapper {
    font-size: 20px;
    padding: 10px;
  }
}

.answer {
  display: none;
  padding: 10px 20px 20px 20px;
  font-size: 15px;
  border: 1px solid #AAA;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .answer {
    padding: 20px 40px;
    font-size: 16px;
  }
}

.faq-wrapper .fa-angle-down {
  font-size: 25px;
  float: right;
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
  color: #bb3081;
}

/*--------------------!FAQ------------------------*/
.footer-menu {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-top: solid 1px #ebe4e8;
  border-bottom: solid 1px #ebe4e8;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer-menu a {
  margin: 0 30px;
  color: #ba307e;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer-menu a {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer-menu a {
    margin: 0;
    display: block;
    padding: 7px 0;
  }
}

.footer-wrapper {
  margin-bottom: 10px;
}

.footer-info {
  margin-top: 0;
}

/*-----------COMMENTS-------------*/
.commentsPage {
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .commentsPageTitle {
    text-align: center;
  }
}
#addCommentForm {
  margin-top: 40px;
}
@media (max-width: 480px) {
  #addCommentForm {
    margin-top: 20px;
  }
}

.addCommentTitle {
  font-size: 16px;
}

.addCommentName, .addCommentMail, .addCommentText {
  width: 400px;
  padding: 7px 10px;
  border: 1px solid #cfcfcf;
}
@media (max-width: 480px) {
  .addCommentName, .addCommentMail, .addCommentText {
    width: 100%;
  }
}

.addCommentText {
  height: 100px;
}

.addCommentButton {
  color: white;
  background-color: #c53880;
  padding: 10px 30px;
  border: unset;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 15px;
}
.addCommentButton:hover {
  background-color: #e97f4b;
}
@media (max-width: 480px) {
  .addCommentButton {
    width: 100%;
  }
}

.previousCommentsTitle {
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .previousCommentsTitle {
    margin-top: 50px;
  }
}

.previousCommentsWrapper {
  padding: 15px 30px 15px 25px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .previousCommentsWrapper {
    padding: 15px;
  }
}

.previousCommentName {
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
}

.previousCommentDate {
  float: right;
  color: #777;
}

.previousCommentText {
  font-size: 15px;
}

/*-----------!COMMENTS-------------*/
.form-group .callRecipientCheckbox {
  width: 19px;
  height: 19px;
  margin-top: 10px;
}

.form-group .callRecipientLabel {
  position: absolute;
  top: 4px;
  margin-left: 25px;
  font-size: 15px;
}

.form-group .callRecipientAlert {
  display: none;
  position: relative;
  top: -3px;
  color: red;
}

.recieverAddressNote {
  font-style: italic;
  font-size: 15px;
  margin-top: 15px;
}

.wpwl-wrapper-submit .wpwl-button-pay {
  width: unset;
}

.col-input .privacy-policy-note {
  font-size: 15px;
  color: red;
  margin-bottom: 15px;
  max-width: 90%;
}
@media (max-width: 767px) {
  .col-input .privacy-policy-note {
    max-width: 100%;
  }
}

.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;
  }
}

.order-page-message {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: red;
  font-weight: bold;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    justify-content: center;
  }
}

.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 660px;
  min-width: 100%;
  object-fit: cover;
}

.review-section.review .buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-section.review .buttons-wrapper a {
  font-size: 20px;
  font-weight: 600;
  padding: 9px 22px;
  color: white;
  background-color: #ba307e;
  border: 1px solid #ba307e;
  border-radius: 30px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin: 25px 0 30px;
  outline: 0;
  width: fit-content;
}

@media only screen and (max-width: 840px) {
  .review-section .buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .review-section .buttons-wrapper span {
    margin: 10px !important;
  }
}
.select-form {
  font-size: 14px;
  margin: 1em 0 0.5em 0;
}

.inherit-width {
  width: inherit;
}

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

.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;
}
.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;
  margin-top:0 !important;
}
.contact-popup-content-error p, .contact-popup-content-success p, .contact-popup-content-email p {
  margin-bottom: 28px;
  font-size: 16px;
}
.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;
}
.contact-popup-button{
  cursor: pointer;
  position:  unset !important;
}
.radioFieldHighlight .order-type-item label{
    color: red !important;
}
  .facebook-btn span{
    width: 200px !important;
  }
 .facebook-btn span iframe{
    width: 200px !important;
  }