/***************************** overwrites theme css | Latori Software www.latori.com *****************************/

/************ general ************/
.container.store-locator {
  margin-top:20px;
}
.additional-checkout-headline * {
  margin-bottom: 5px !important;
  text-align: center;
}

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

.flex {
  display: flex;
}

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

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

.one-half {
  width: 50%;
}

.small-width {
  max-width:550px;
}

.section-title.row h2 {
  text-transform: uppercase;
  border: 1px solid #9e834b;
}

.newsletter-popup-content-holder {
  padding: 0 20px !important;
}

.newsletter-popup-content-holder input[type=text] {
  text-align: center !important;
}

.minimize {
  height: px;
  overflow: hidden;
}

.minimize:before {
  content: '';
  background: transparent;
  background: linear-gradient(to bottom, rgba(76, 175, 80, 0) 0%, #fdfcfc 100%);
}

.btn.red-more-btn {
  padding-top: 20px;
  cursor: pointer;
  font-size: 16px;
}

/********* Header test *********/
.index #shopify-section-mobile-navigation {
  pointer-events: unset !important;
}

.shifter-active .shifter-navigation {
  z-index: -1;
}
/********** end general **********/

/************ Newsletter Popup ********/
#newsletter-popup-new .pagecontent {
  margin-top: 20px;
}

#newsletter-popup-new #overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 5;
  padding-top: 135px;
}

#newsletter-popup-new #popup {
  max-width: 600px;
  width: 80%;
  max-height: 80vh;
  height: 80%;
  padding: 20px;
  position: relative;
  top: 20px;
  background: #fff;
  margin: 20px auto;
  overflow: scroll;
}

#newsletter-popup-new #popup-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
  margin-bottom: 20px;
}
/********** End Nesletter Popupo*******/

/********* 404 *******************/
#product-loop-bestseller {
  display:flex;
  width: 100%;
  flex-wrap: wrap;
}

#product-loop-bestseller .product{
  width: 25%;
}



@media screen and (max-width: 980px) {
  #product-loop-bestseller .product{
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  #product-loop-bestseller .product{
    width: 100%;
  }
}
/********** end ******************/

/********** Header ***************/ 

ul#main-nav li ul.submenu li:hover {
  background-color: #eeeeee !important;
}

ul#main-nav li ul.submenu li {
  padding: 13px 3px !important;
}

ul#main-nav li.dropdown:hover ul.submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul#main-nav li ul.submenu {
  width: auto;
}

ul#main-nav li ul.submenu li a {
  text-transform: uppercase !important;
  font-size: 14px !important;
}

#banner-message {
  display:flex;
}


.header-mobile-cart #cart {
  position: unset;
}

#icon-lingify-switcher select {
  width: auto;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
}

#desktop-lingify-switcher {
  position: relative;
}

#desktop-lingify-switcher a {
  text-decoration: none;
}

#desktop-lingify-switcher .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: absolute;
  padding: 0 10px;
}

#desktop-lingify-switcher .dropdown-menu hr {
  margin:0;
}

#desktop-lingify-switcher .dropdown-menu-holder {
  display: none;
}

.mobile-langify-switcher-holder {
  display:flex;
  align-items: center;
}

/********* end Header ************/

/************ collection ************/
#collection-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#collection-description .rte {
  padding: 30px 10px;
}

.new-collection-title {
  padding-top: 30px;
}

.collection-redmore-holder .read-more {
  color:black;
  font-weight: bold;
  cursor:pointer;
}
/********** end collection **********/

/********** product **************/
#shopify-section-product-template .select {
  display: flex;
  justify-content: center;
}

.display-jusstify-center {
  display: flex;
  justify-content: center;
}

.product-extracontent div {
  width:33.33%;
  padding: 0 20px 0 20px;
}

#product-main-image img {
  max-height: 514px;
}

#related .owl-wrapper-outer {
  display:flex;
}

#related .owl-wrapper-outer .owl-wrapper {
  width:100% !important;
  display:flex !important;
  justify-content: center;
}

.what-is-it label {
  min-width: 34px !important;
  margin-right:0;
}

/********** end product **********/

/******** Popup location **********/
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
  height: 100% !important;
  top: 10vh !important;
  position: fixed !important;
  background-color: rgba(0,0,0,0.5);
  width: 100% !important;
  height: 100% !important;
  padding: 20px;
  top: 0 !important;
  left: 0 !important;
  overflow: scroll; 
}

#dialog #visualization {
  display: flex;
  justify-content: center;
}

#dialog.ui-dialog-content.ui-widget-content {
  
} 

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
 display: none !important;
}

#dialog .popup_header {
  margin: 20px 0 30px 0;
}

#dialog .popup_header p {
  padding: 0;
  text-align: center;
}

.popup_contries_holder {
  display:flex;
  justify-content: center;
}

.popup_contries_outer {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  width: 70%;
}

.popup_contries_inner {
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.popup_contries_inner p {
  padding-left: 5px;
  margin:0;
}

/********End Popup location **********/

/********** Pages ****************/

#paq-section .accordion {
  cursor: pointer;
  position: relative;
  padding: 10px;
  border-top: #f0f0f0 1px solid;
}

#paq-section div.content {
  padding: 10px;
}

#paq-section div.content p {
  margin: 10px 0;
}

#paq-section .accordion-open span {
  display:block;
  position:absolute;
  right:3px;
  top:25%;
  background:url('//akashasacred.eu/cdn/shop/t/7/assets/gold-down-arrow.png?v=155312266939612912341535902676') center center no-repeat;
    background-size:100%;
  padding:10px;
}

#paq-section .accordion-close span {
  display:block;
  position:absolute;
  right:3px;
  top:25%;
  background:url('//akashasacred.eu/cdn/shop/t/7/assets/gold-right-arrow.png?v=166480077231035573551535902676') center center no-repeat;
    background-size:100%;
    padding:10px;
 }

#shopify-section-ritual-template .accordion-holder {
  flex-wrap: wrap;
}

#shopify-section-ritual-template .accordion-content-holder {
  margin-bottom: 30px
}

#shopify-section-ritual-template .accordion-content-holder.first {
  padding-right: 15px
}

#shopify-section-ritual-template .accordion-content-holder.second {
  padding-left: 15px
}

#shopify-section-ritual-template .accordion-image img:hover {
  opacity: 0.5;
  cursor: pointer;
}

/**********end Pages *************/

/************ @media ************/

@media only screen and (max-width: 740px) {
  
  .product-extracontent {
    flex-wrap: wrap;
  }
  
  #product-main-image { 
    pointer-events: none; 
  }
  
  .product-extracontent div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  .what-is-it.display-jusstify-center, .product-add .display-jusstify-center {
    display: block;
  }
  
  #product-photos img.zoomImg {
    display: none !important;
  }
  
  #shopify-section-product-template .select {
    display: block;
  }
  
  .popup_contries_inner {
    width: 50% !important;
  }
}

@media only screen and (max-width: 500px) {
  
  .popup_contries_inner {
    width: 100% !important;
  }
}
