/*!
Theme Name: givat
Theme URI: brainstorm.rs
Author: brainstorm.rs
Author URI: brainstorm.rs
Description: Description
Version: 1.0.0
Tested up to: 7.3
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: givat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

givat is based on brainstorm.rs.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.lang {
  top: 5vw !important;
}

.active-lang i {
  color: #fff !important;
}

.single-product .active-lang i,
.sticky-on .active-lang i {
    color: #5C5C5C !important;
}

@media screen and (max-width: 1600px) {
  .lang {
    top: 7vw !important;
  }
}


@media only screen and (max-width: 500px) {
  .product-single .swiper-button-next, 
  .product-single .swiper-button-prev {
    display: block !important;
    top: 77%;
  }

  @media only screen and (max-width: 380px) {
      .intro-section {
        background-position: 40% 135%;
        background-size: inherit;
    }

    .products-dropdown {
        height: 83%;
    }

  }


  .product-single .swiper-button-next {
    right: -25px;
  }

  .product-single .swiper-button-prev {
    left: -10px;
  }

  .product-single .dashicons-arrow-left-alt2,
  .product-single .dashicons-arrow-right-alt2 {
    display: none;
  }

  .product-single .ps-flavors a:hover .flavor-back {
    border: 4px solid #98d0c7;
  }



}





.product-single .ps-flavors .flavor-img {
    margin: 0 3px;
}
.bg-lightblue {
    background-color: #96B3E5;
}
.bg-blue {
    background-color: #3B68BA!important;
}
.bg-lightblue:hover{
    background-color: #5083E2!important;
}
.sp-mobile-buttons a.sp-button {
	display: inline-block;
		width: 127px;
    height: 46px;
	padding: auto;
	    padding: 10px 0!important;
	text-align: center;
	margin-top: 0!important;
	}
.swiper-button-next, .swiper-button-prev {
	display:none; }
@media screen and (min-width: 700px) {
	
.product-single .product-single-main .ps-right .sp-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid;
    padding: 9px 11px;
    margin-top: 26px;
    border-radius: 8px;
    width: 125px;
    text-align: center;
}
.product-single .ps-flavors .flavor-img:hover .flavor-text {
    -webkit-transform: translateY(104px);
    transform: translateY(104px);
    opacity: 1;
}
}
@media (max-width: 767px){



  .lang {
    display: flex !important;
    width: 105% !important;
    position: static !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    margin: 22px 0 0 0 !important;
  }

  .lang li {
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .lang li a {
    font-size: 15px !important;
    line-height: 1 !important; 
    padding: 0 !important;
    border: none !important;
  }

  .lang i {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;

  }






	.row.ingridients {
		width: 94%;
		margin: 0 auto;
		margin-top: 13px;
	}
	.kosher_cer{
		    width: 93%;
    margin: 0 auto;
	}
	.sp-mobile-buttons {
    padding-top: 39px!important;
    margin-top: 0 !important;
}
.product-single .ps-flavors .flavor-img .flavor-text {
    -webkit-transform: translateY(79px);
    transform: translateY(79px);
	display: none;
}
.product-single .ps-flavors a {
    margin-right: 1px;
    height: 74px;
}
	.proVariations {
		width: 84%;
	}
.product-single .ps-flavors {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-weight: 900;
    color: grey;
}
.swiper-button-next, .swiper-button-prev {
	display:none;
    position: absolute;
    top: 25%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    /***display: flex;***/
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.product-single .ps-flavors .flavor-img {
    width: 74px;
}
	.row.ps-flavors.d-flex .choose.houschka-demibold.d-lg-block {
		margin: 0 0 9px;
	}
	.row.ps-flavors.d-flex {
		margin-right: 0;
    	margin-left: 0;
    	position: relative;
}
	.dashicons-arrow-left-alt2 {position: absolute;
    left: -8px;
    top: 56px;
    /* width: 2px; */
    font-size: 28px;
	}
	.dashicons-arrow-right-alt2 {
		position: absolute;
		right: 11px;
		top: 56px;
		font-size: 28px;
	}
	.product-single .sp-mobile-buttons .sp-button:first-child {
	margin-left: -17px;
	}
	.product-single .sp-mobile-buttons .sp-button:nth-child(2) {
	margin-left: 2px;
	}
/****End of maxwidth 767px*****/
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	.row.ingridients {
		width: 80%;
    	margin: 0 auto;
	}
	.kosher_cer{
		    width: 85%;
    margin: 0 auto;
	}
	.sp-mobile-buttons {
    padding-top: 35px!important;
    margin-top: 0 !important;
}
.product-single .ps-flavors .flavor-img .flavor-text {
    -webkit-transform: translateY(79px);
    transform: translateY(79px);
	display: none;
}
.product-single .ps-flavors a {
    margin-right: 0;
    height: 104px;
}
	.proVariations {
		width: 78%;
	}
.product-single .ps-flavors {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
	.product-single .ps-flavors .flavor-img {
    width: 74px;
}
	.row.ps-flavors.d-flex .choose.houschka-demibold.d-lg-block {
		margin: 0 0 9px;
		width: 100%;
		text-align: center;
	}
	.row.ps-flavors.d-flex {
		margin-right: 0;
    	margin-left: 0;
    	position: relative;
}
	.dashicons-arrow-left-alt2 {
		position: absolute;
    left: 15px;
		    top: 56px;
	}
	.dashicons-arrow-right-alt2 {
		position: absolute;
    right: 23px;
		    top: 56px;
	}
	.product-single .ps-flavors {
    margin-bottom: 25px;
}
	.product-single .ps-flavors .flavor-img .flavor-back {
    height: 74px;
    width: 74px;
    border-radius: 100%;
    background: #BBDFE2;
}
	.product-single .shows-table .black-line {
    margin: 0 0 32px 0;
}
	.p-main-info {
    margin-bottom: 11px;
}
	.product-single .product-single-main .ps-right .sp-title {
    padding-top: 0;
}
	.dashicons-arrow-left-alt2 {position: absolute;
    left: -1px;
    top: 56px;
    /* width: 2px; */
    font-size: 28px;
	}
	.dashicons-arrow-right-alt2 {
		position: absolute;
		right: 11px;
		top: 56px;
		font-size: 28px;
	}
	.product-single .ingridients {
    padding: 2.8rem 3rem 3rem 3rem;
}
	/***End of min-width 768***/
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	.row.ingridients {
		width: 92%;
    	margin: 0 auto;
	}
	.kosher_cer{
		    width: 93%;
    margin: 0 auto;
	}
	.sp-mobile-buttons {
    padding-top: 35px!important;
    margin-top: 0 !important;
}
.product-single .ps-flavors .flavor-img .flavor-text {
    -webkit-transform: translateY(79px);
    transform: translateY(79px);
	display: none;
}
.product-single .ps-flavors a {
    margin-right: 0;
    height: 104px;
	display: flex;
    justify-content: center;
}
	.proVariations {
		width: 85%;
	}
.product-single .ps-flavors {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
	.product-single .ps-flavors .flavor-img {
    width: 74px;
}
	.row.ps-flavors.d-flex .choose.houschka-demibold.d-lg-block {
		margin: 0 0 15px;
		width: 100%;
		text-align: center;
	}
	.row.ps-flavors.d-flex {
		margin-right: 0;
    	margin-left: 0;
		margin-top: 0;

        margin: auto;

   

	}
	.dashicons-arrow-right-alt2 {
    position: absolute;
    right: 82px;
    top: 62px;
}
	.dashicons-arrow-left-alt2 {
    position: absolute;
    left: 84px;
    top: 62px;
}
	.product-single .ps-flavors {
    margin-bottom: 25px;
}
	.product-single .ps-flavors .flavor-img .flavor-back {
    height: 74px;
    width: 74px;
    border-radius: 100%;
    background: #BBDFE2;
}
	.product-single .shows-table .black-line {
    margin: 0 0 29px 0;
}
.product-single .product-single-main .ps-right {
    margin-bottom: 1rem;
}
	.dashicons-arrow-left-alt2 {position: absolute;
    left: 62px;
    top: 56px;
    /* width: 2px; */
    font-size: 28px;
	}
	.dashicons-arrow-right-alt2 {
		position: absolute;
		right: 66px;
		top: 56px;
		font-size: 28px;
	}
	/***End of min-width 992***/
}
@media (min-width: 1100px) {
.product-single .ps-flavors {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 176px;
	    width: 100%;
    margin: 107px auto 0 auto;
}
	.proVariations {
		width:77%;
		/*margin-left: 31px;*/
        overflow: visible;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.product-single .ingridients {
    margin-top: 0;
    padding: 5.7rem 7.4rem;
}
	.product-single .ps-flavors .choose {
    padding-top: 39px;
		margin-right: 0;
}
	.product-single .ps-flavors a {
    margin-right: 27px;
}
	/***End 1100px*****/
}

/*** Extra large devices (large desktops, 1200px and up) **/
@media only screen and (min-width: 1200px) {
	.row.ps-flavors.d-flex .choose.houschka-demibold.d-lg-block {
    margin: 0 0 15px;
    width: 117px;
    text-align: center;
	margin-top: 3px;
    display: none !important;
}
.product-single .ps-flavors .flavor-img .flavor-back {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: #BBDFE2;
}
	.product-single .ps-flavors a {
    margin-right: 25px;
    height: 104px;
    display: flex;
    justify-content: center;

    width: auto !important;
}



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

.swiper-wrapper a:first-child::before {
    content: 'Choose a flavor:';
    font-size: 15px;
    color: #000000BE;
        font-family: houschka-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
        display: flex;
    align-items: center;
    margin-right: 20px;
}

	.product-single .ps-flavors .flavor-img {
    width: 100px;
}
	.product-single .ps-flavors .flavor-img .flavor-text {
    -webkit-transform: translateY(79px);
    transform: translateY(79px);
    display: block;
}
	.product-single .product-single-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom:89px;
}
	.product-single .ingridients {
    margin-top: 0;
    padding: 5.7rem 7.4rem;
    max-width: 1352px;
}
	.product-single .product-single-main .ps-right .sp-text {
    font-size: 18px;
    padding-top: 28px;
}
	.product-single .product-single-main .ps-right .sp-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid;
    padding: 9px 11px;
    margin-top: 26px;
    border-radius: 8px;
    width: 125px;
    text-align: center;
    margin-right: 5px;
}
	/***End of min-width 1200***/
}
