/*
  ----------------------------
  Prana default styles
  ----------------------------
  Globals:

  blue: #1d70b7;
  green: #359E3F;
  green-dark: #016938;
  background-dark: #f5f5f5;
  background-light: #fff;
  dark-links: #333;

*/
.prana {
  padding: 0 !important;
  background: #fff;
}

body.prana {
  font-size: 15px;
}

.prana .personName,
.prana .personEmail,
.prana .badge-brown,
.prana .dropdown-menu,
.prana .receiverAddress,
.prana .receiverName,
.prana .receiverEmail,
.prana .col-xs-12.padding-top-20 h4,
.prana .checkoutOrderProductRow,
.prana .modal2 .modal-title,
.prana .gifticum-panel-title-text,
.prana .btn.btn-round.btn-brown.confirmPersonData,
.prana .container-fluid.gifticum-page-header-title,
.prana #filterModal .sortFilter,
.prana #filterModal .sortFilter h3,
.prana #filterModal .categoryFilter,
.prana #filterModal .categoryFilter h3,
.prana #filterModal .perPageFilter,
.prana #headerMenuModal .h4,
.prana .perPageFilter.margin-top-15 b
.prana .navbar-default .navbar-toolbar>li>a,
.prana .btn.btn-brown.btn-round.filterDropdownButton,
.prana .gifticum-page-header a.web-category-link,
.prana .cartOrderProductRowName, 
.prana .cartOrderProductQuantity, 
.prana .cartOrderProductRowPrice,
.prana .panel-title.inline-block.padding-left-10 {
  font-family: Roboto, sans-serif !important;
  font-weight: 600;
}

body.prana,
.prana .gifticum-page .product-name,
.prana .gifticum-page .nav.nav-tabs.nav-tabs-line,
.prana .receiverPhone,
.prana #deliveryMethodFilled .editAddressButton {
  font-family: Roboto, sans-serif !important;
}

.prana .sticky {
  position: sticky;
  top: 0;
}

.prana .page-title {
  display: flex;
  width: 100%;
  min-height: 160px;
  position: relative;
  padding: 4rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(./../assets/images/rohelinelainepos2.png);
  /*background: url(https://st2.depositphotos.com/2296055/9858/v/600/depositphotos_98583460-stock-illustration-black-outline-flower-of-life.jpg);*/
  background-size: cover;
  background-position: center;
}

.prana .page-title .bg-overlay {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height:100%;
  background: #fff;
  opacity: 0.9;
}

.prana .page-title .title-category {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
  font-size: 3rem;
  font-weight: 600;
}

.prana .page-title .title-category__info {
  position: relative;
  margin-top: 1rem;
  z-index: 1;
  font-size: 1.5rem;
}

.prana .page-content {
  padding: 3rem 0;
}

.prana .panel {
  box-shadow: none;
}

.prana .panel .panel-body {
  padding: 0 !important;
}

.prana .categories h5 a {
  font-size: 2rem;
  color: #359E3F;
}

.prana .categories .panel-heading {
  border-bottom: 1px solid #359E3F;
}

.prana .categories ul {
  padding: 1rem;
  list-style-type: none;
}

.prana .categories ul li {
  padding: 0.25rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.prana .categories .panel-container a {
  display: block;
}

.prana .categories .dropdown-item {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.categories .dropdown-item,
.categories .category-name {
  transition: color .25s ease-in;
}

.categories .dropdown-item.selected,
.categories .category-name.selected {
  color: #359E3F;
}

.categories .dropdown-item:hover,
.categories .category-name:hover {
  color: #359E3F;
  text-decoration: none;
}

.prana .panel-container {
  padding: 1rem;
}

.prana a:focus,
.prana .categories .cats-title,
.prana .categories .cats-title:hover {
  text-decoration: none;
}

.prana .info-tab {
  display: block;
  margin-left: 1rem;
}
/*.prana a[aria-expanded=true],
.prana a[aria-expanded=true]:focus {
  color: #359E3F;
}*/

.prana .modal .bs-searchbox .form-control {
  font-weight: 400;
}

.prana .gifticum-page.page {
  min-height: auto !important;
}

.prana .gifticum-logo img {
  width: 200px;
}

.prana .gifticum-site-header {
  display: flex;
  height: auto;
  padding: 3.75rem 2rem;
  justify-content: space-between;
  border-color: #359E3F;
}

.prana .gifticum-site-header__nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.prana .gifticum-site-header__nav .btn {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  transition: color .25s ease-in;
  text-transform: uppercase;
}

.prana .gifticum-site-header__nav .btn:hover {
  color: #359E3F;
  text-decoration: none;
}

.prana .gifticum-site-header__nav .btn:hover .nav-subnav,
.prana .gifticum-site-header__nav .btn:focus .nav-subnav {
  display: flex;
}

.prana .nav-subnav {
  position: absolute;
  display: none;
  top: 3.5rem;
  left: 1rem;
  padding: 1rem;
  min-width: 250px;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.prana .nav-subnav a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #333;
  text-align: left;
  transition: color .3s ease-in-out;
  text-transform: none;
}

.prana .nav-subnav a:hover {
  color: #359E3F;
  text-decoration: none;
}

.prana .wide-info-section {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.prana .wide-info-section:not(:last-child) {
  margin-bottom: 100px;
}

.prana .wide-info-section .wide-info-section__col {
  display: flex;
  width: 50vw;
  height: auto;
  min-height: 200px;
  align-items: center;
}

.prana .wide-info-section .wide-info-section__col-content {
  padding: 4rem;
}

.prana .wide-info-section .wide-info-section__col-content h2 {
  margin-top: 0;
  font-weight: 600;
}

.prana .wide-info-section .wide-info-section__col-content .info {
  margin: 2rem 0;
  font-weight: 600;
}

.prana .wide-info-section .wide-info-section__col-content .btn {
  font-size: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .prana .wide-info-section {
    flex-direction: column;
  }

  .prana .wide-info-section:not(:last-child) {
    margin-bottom: 15px;
  }

  .prana .wide-info-section.rtl {
    flex-direction: column-reverse;
  }

  .prana .wide-info-section .wide-info-section__col {
    width: 100%;
  }

  .prana .wide-info-section .wide-info-section__col-content {
    padding: 4rem 0rem;
  }
}

@media only screen and (max-width: 500px) {
  .prana .wide-info-section .wide-info-section__col-content .btn {
    width: 100%;
  }
}

.prana .break-spaces {
  white-space: break-spaces;
}

.prana .info h3 {
  font-size: 2rem;
  font-weight: 600;
}

.prana .gifticum-site-header__cart {
  display: flex;
}

.prana .shopping-cart-button {
  display: flex;
  align-items: center;
}

.prana .btn-primary {
  font-weight: 600;
  color: #fff;
  background: #359E3F;
  border-color: #359E3F;
  border-radius: 0;
  transition: all 0.2s ease-in;
}

.prana .btn-primary:hover {
  background: #016938;
  border-color: #016938;
}

.prana .btn-primary-outline {
  font-weight: 600;
  color: #359E3F;
  border-color: #359E3F;
  background: transparent;
  transition: all 0.2s ease-in;
}

.prana .btn-primary-outline:hover {
  color: #fff;
  background: #359E3F;
}

.prana .product-name {
  font-size: 1.75rem;
}

.prana .web-product {
  transition: all 0.3s ease-in;
}

.prana .web-product:hover {
  border-color: #359E3F;
}

.prana .web-product:hover .product-info-overlay {
  opacity: 1;
}

.prana .product-info-overlay {
  position: absolute;
  top: -1px;
  left:-1px;
  width: calc(100% + 2px);
  height:calc(100% + 1px);
  padding: 1rem;
  opacity: 0;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, .5);
  transition: opacity .3s ease-in;
}

.prana .product-info-overlay b {
  font-weight: 600;
}

.prana .web-product .product-img {
  display: block;
  position: relative;
  width: 100%;
  height:280px;
}

.prana .web-product img {
  position: relative;
  visibility: hidden;
}

.prana .web-product img:after {
  display: block;
  position: absolute;
  width: 100%;
  height:100%;
  background: #359E3F;
  opacity: 0.1;
}

.prana .pagination .active span {
  background-color: #359E3F;
  border-color: #359E3F;
}

.pagination li a:hover {
  background: #f5f5f5;
}

.prana .pagination .active span:hover {
  background: #016938;
}

.prana .btn-secondary {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #282828;
  background: #fff;
  border-radius: 0;
  transition: all .2s ease-in;
}

.prana .btn-secondary:hover {
  color: #fff;
  background: #359E3F;
}

.prana #descriptionTab {
  white-space: break-spaces;
}

.prana .productsResults {
  padding-top: 0;
  padding-bottom: 0;
}

.prana .productsResults .panel {
  margin: 0;
}

.prana .productsResults .panel .panel-body {
  padding: 3rem 0 !important;
}

.prana .dataContainer {
  padding-left: 0 !important;
}

.prana .dataContainer b {
  font-weight: 700;
}

.prana .productsResults .dataContainer .nav-item a {
  color: #333;
  text-decoration: none;
  transition: none;
}

.prana .productsResults .dataContainer .nav-item.active a {
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #359E3F;
}

.prana .productsResults .dataContainer .product-name {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
}

.prana .productsResults .dataContainer .productPrice {
  margin-bottom: 0;
  padding-bottom: 1.75rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
}

.prana .productsResults .imagesContainer .product-name {
  display: none !important;
}

.prana .checkedIcon {
  margin-top: 2px;
  margin-left: -10px;
  font-size: 2rem;
  color: #359E3F;
}

.prana .paymentMethodNotSelected {
  display: flex;
  flex-direction: column;
}

.prana .paymentMethodNotSelected button {
  text-align: left;
}

.prana .paymentMethodNotSelected button:not(:last-child) {
  margin-bottom: 1rem;
}

.prana .paymentMethodButton {
  width: 100%;
  text-align: left;
}

.prana .checkbox-custom label:after {
  color: #fff;
}

.prana .checkbox-custom input[type=checkbox]:checked+label::before {
  border-color: #359E3F;
}

.prana .checkbox-custom label::after {
  padding-top: 0;
  font-weight: 600;
}

.prana .form-material.form-green .form-control {
  background-image: linear-gradient(#359E3F, #359E3F), linear-gradient(#e0e0e0, #e0e0e0) !important;
}

.prana .form-material.form-green .form-control:focus ~ .floating-label {
  color: #359E3F;
}

.prana .table-container {
  overflow: auto;
}

.prana .cartOrderProductRowPrice,
.prana .cartOrderProductQuantity,
.prana .cartOrderProductPrice,
.prana .checkoutOrderProductQuantity,
.prana .checkoutOrderProductPrice,
.prana .checkoutOrderProductRowQuantity,
.prana .checkoutOrderProductRowPrice {
  white-space: nowrap;
}

.prana .cartOrderProductRow,
.prana .checkoutOrderProductRow {
  border-top: 1px solid #e4e4e4;
}

.prana .cartOrderProductRow td,
.prana .checkoutOrderProductRow td {
  vertical-align: top;
}

.prana .cartOrderProductRowName,
.prana .checkoutOrderProductRowName {
  font-weight: 600;
}

.prana .checkoutConfirmOrderButton {
  width: 100%;
}

.prana .gifticum-page-header-title {
  font-weight: 600;
}

.prana .cartOrderProductRowDelete {
  cursor: pointer;
}



/* Cart */
.prana .cart-sidePanel .sidePanel {
  display: none;
  width: 100%;
  padding: 3rem;
}

.prana .cart-sidePanel .sidePanel.visible {
  display: block !important;
  width: 100vw;
}

.prana .cart-sidePanel .panel-title {
  padding-top: 1.75rem;
  padding-left: 0 !important;
  font-weight: 600;
}

.prana .cart-sidePanel .btn-pure {
  margin-top: 0.25rem;
  padding-right: 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #808080;
}

.prana .filters {
  font-size: 1.5rem;
}

.prana .filters b {
  font-weight: 600;
}

.prana .btn-cart {
  display: flex;
  padding: 0.25rem 1rem;
  align-items: center;
  font-weight: 600;
  color: #359E3F;
  border-color: #359E3F;
  border-radius: 50px;
  background: transparent;
  transition: all .2s ease-in;
}

.prana .btn-cart i {
  color: #359E3F;
  font-size: 2rem !important;
  transition: color .2s ease-in;
}

.prana .btn-cart:hover {
  color: #fff;
  background: #359E3F;
}

.prana .btn-cart:hover i {
  color: #fff;
}

.prana .info-section {
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-align: center;
}

.prana .info-section:not(:first-of-type) {
  margin-top: 5rem;
  margin-bottom: 6rem;
}

.prana .info-section h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #333;
}

.prana .info-card-section {
  display: flex;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}

.prana .info-card-section__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #359E3F;
  opacity: 0.075;
}

.prana .info-card-section__content {
  z-index: 1;
  text-align: center;
}

.prana .info-card-section__content h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.prana .contact-page {
  padding: 3rem 0;
}

.prana .contact-page form {
  margin: 0 auto;
}

.prana .checkout .panel-body {
  padding: 0 3rem 3rem !important;
}

.prana .badge-primary {
  background: #359E3F;
}

.prana #checkoutDeliveryPanel .icon.md-pin-drop,
.prana #checkoutDeliveryPanel .icon.md-account {
  color: #359E3F;
}

.prana .modal .paymentMethods {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.prana .paymentMethods__method {
  width: 100%;
  margin-bottom: 10px;
}

.prana .paymentMethods__method .btn {
  width: 100%;
  text-align: left;
}

/* Carousel */
.prana .carousel {
  position: relative;
  width: 100%;
  height: 450px;
  background: lightgray;
}

.prana .carousel .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background: #fff;
  opacity: 0.2;
}

.prana .carousel .carousel-content {
  display: flex;
  width: 100%;
  height:100%;
}

.prana .carousel .carousel-slide {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  background: url('./../assets/images/avaleht.jpg') no-repeat;
  /*
  background: url('./../assets/images/20140603075156.jpg') no-repeat;
  background: url('https://media.istockphoto.com/photos/ingredients-for-turmeric-hot-tea-on-grey-background-healthy-ayurvedic-picture-id1149544882') no-repeat;
  background: url('./../assets/images/sections/ajurveeda_konsult.png') no-repeat;
  background: url('https://media.istockphoto.com/photos/ingredients-for-turmeric-hot-tea-on-grey-background-healthy-ayurvedic-picture-id1149544882') no-repeat;
  background: url('https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=2674&q=80') no-repeat;
  */
  background-size: cover;
  background-position: 50% 70%;
}

.prana .carousel .carousel-slide__container {
  z-index: 1;
  text-align: center;
}

.prana .carousel .carousel-slide__container h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.prana .carousel .carousel-slide__container .btn:not(:last-child) {
  margin-right: 2rem;
}

/* Terms, privacy */
.prana .rights-obligations {
  margin: 3rem 0;
}

.prana .rights-obligations h3 {
  font-size: 2rem;
  font-weight: 600;
}

.prana .rights-obligations span {
  margin-left: 2rem;
}

.prana .links-green a {
  color: #359E3F;
}

/* Maksekeskus payment providers */
.prana .mk-payment-options {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.prana .mk-payment-options .mk-payment-options__option {
  margin-right: 20px;
  margin-bottom:20px;
  transition: box-shadow .2s ease-in-out;
}

.prana .mk-payment-options .mk-payment-options__option.active {
  box-shadow: 0 0 0 5px #359e3f;
}

.prana .mk-payment-options .mk-payment-options__option img {
  max-width: 92px;
}

/* Footer */
.prana footer {
  padding-top: 7rem;
  padding-bottom: 2rem;
  border-top: 1px solid #359E3F;
}

.prana footer a {
  color: #359E3F;
}

.prana footer img {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.prana footer .listing {
  list-style-type: none;
}

.prana footer .listing .regular {
  color: #333;
}

.prana footer .copyright {
  margin-top: 4rem;
  font-size: 1.25rem;
}

.prana .terms-section {
  max-height: 300px;
  margin: 15px;
  margin-bottom: 30px;
  overflow: auto;
}

.prana .terms-section .rights-obligations {
  margin: 0;
}

.prana .deliveryDescription,
.prana .deliveryDescriptionConfirm {
  white-space: pre-wrap;
}

/* Delivery/parcel machine selector */
.prana .bootstrap-select .filter-option {
  color: #333;
}

.prana .bootstrap-select .dropdown-menu {
  font-size: 14px;
}

.prana .bootstrap-select .dropdown-menu li a {
  color: #333;
}

.prana .text-image-space-evenly {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.prana .text-image-space-evenly img {
  width: 200px;
}

.prana .b-600 b {
  font-weight: 600 !important;
}

/* Media queries */
@media (max-width: 800px) {
  .prana .checkoutConfirmOrderButton {
    width: calc(100% - 30px);
  }
}

@media (max-width: 992px) {
  .prana .gifticum-logo img { width: 175px; }
  .prana .sticky { position: inherit; }
  .prana .d-none { display: none; }
}

@media (max-width: 768px) {
  .prana .web-product .product-img {
    height: auto;
  }
}

@media (max-width: 576px) {
  .prana .gifticum-logo img {
    width: 150px;
  }
  .prana .cart-sidePanel.visible {
    width: 100%;
  }
  .prana .cart-sidePanel .sidePanel.visible {
    max-width: 100%;
  }
  .prana .text-image-space-evenly img {
    width: 125px;
  }
}

@media (min-width: 576px) {
  .prana .container { max-width: inherit; }
  .prana .d-sm-table-cell { display: table-cell !important; }
}

@media (min-width: 768px) {
  .prana .container { max-width: inherit; }
  .prana .dataContainer { padding-left: 2rem !important;}
  .prana .contact-page form {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .prana .container { max-width: inherit; }
  .prana .d-md-none { display: none; }
}

@media (min-width: 1200px){
  .prana .container { max-width: 1300px; }
}