 body {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 font-family: Roboto !important;
 --bs-font-sans-serif: Roboto !important;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
 }
 a {
	 text-decoration: none !important;
 }
h1{
	font-weight: 600 !important;
	text-align:center;
	color: #82957b !important
	}
h2, h3, h4, h5, a h1, a h2, a h3, a h4, a h5{
	font-weight: 600 !important;
	text-align:left;
	color: #82957b !important
	}
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong{
	font-weight: 600 !important
	}
strong {
	font-weight: normal !important
	}
section a, .item-page a, .breadcrumb a, button.nav-link, .jshop a{	
	 color:#212529 !important;
	 --bs-link-color:#212529 !important;
	}
a.btn-success {
	color:#fff !important;
}
.modal {
    --bs-modal-zindex: 9999 !important;
}

#intro {
        background-image: url("../images/ecoprostir.webp");
        height: 100vh;
        margin-top: -58.59px;
}

      .navbar .nav-link {
        color: #fff !important;
      }

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.shadow-1-strong {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
}
.shadow-2-strong {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-collapse {
//    flex-grow: 0 !important;
}
.navbar {
    --bs-navbar-padding-y: 0 !important;
}
.nav-link img{
	max-height:30px;
}
	 .indicators {
    border-color: #ceffbe;
    background: transparent;
    margin: 5px;
    padding: 0 !important;
    width: 15px;
    height: 15px;
}
.fixed-bottom, .fixed-top {
//    position: sticky !important;
//    top: 0px;
}
.nav-link.dropdown-toggle, .nav-link.dropdown-toggle.show, nav-link.dropdown-toggle {
    outline: none !important;
    border: none 0 !important;
}
a.nav-link:hover {
	background:none
}

/**GALLERY**/ 
.modal button.close {
  
  outline: 0;
}
  
#gallery-lightbox img {
  height: 350px;
  object-fit: cover;
  cursor: pointer;
}

#gallery-lightbox img:hover {
  opacity: 0.9;
  transition: 0.5s ease-out;
}
/** END GALLERY**/ 

/**ZOOM**/  
ul.gallery{    
margin-left: 3vw;     
margin-right:3vw;  
}    
.dropdown-menu{
--bs-dropdown-bg: transparent !important;
--bs-dropdown-link-hover-bg: transparent !important;
}
ul.dropdown-menu li.zoom img, .zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(1.5);    
-moz-transform: scale(1.5);  
-webkit-transform: scale(1.5);  
-o-transform: scale(1.5);  
transform: scale(1.5);    
position:relative;      
z-index:100;  
}

/**To keep upscaled images visible on mobile, 
increase left & right margins a bit**/  
@media only screen and (max-width: 768px) {   
ul.gallery {      
margin-left: 15vw;       
margin-right: 15vw;
}

/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.DivName {cursor: pointer}
}

/**
 * ----------------------------------------
 * MESSENGERS BOTTOM MENU
 * ----------------------------------------
 */

.custom-soccontacts {
	position:fixed;
	bottom:15px;
	right:15px
}

.trigButton { display: none; }

.trigButton + label.x{
  cursor: pointer;
  position: fixed;
  right: 1em;
  bottom: 1em;
  background-color: #9bc65a;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  z-index: 1002;
  padding:12px;
  color:#fff;
  box-shadow: 0px 5px 10px #647d52;
}

.viber, .telegram, .whatsapp {
  cursor: pointer;
  position: fixed;
  right: 1em;
  bottom: 1em;
  padding: 6px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  z-index: 1000;
  transform: rotateZ(90deg);
  font-size: 1em;
  color: #fff;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0px 5px 10px #647d52;
}
.viber a, .telegram a, .whatsapp a {
 font-size:40px;
 color:#fff !important;
}
.trigButton:checked ~ .viber, .trigButton:checked ~ .telegram, .trigButton:checked ~ .whatsapp { opacity: 1; }

.trigButton:checked ~ .viber {
  background-color: #9bc65a;
  transform: translateX(-5em);
}

.trigButton:checked ~ .telegram {
  background-color: #9bc65a;
  transform: translateX(-3.5em) translateY(-3.5em);
  transition-delay: .25s;
}

.trigButton:checked ~ .whatsapp {
  background-color: #9bc65a;
  transform: translateY(-5em);
  transition-delay: .4s;
}

.trigButton:checked ~.viber:hover, .trigButton:checked ~ .telegram:hover, .trigButton:checked ~ .whatsapp:hover { opacity: .9; }

/**
 * ----------------------------------------
 * TO TOP BUTTON
 * ----------------------------------------
 */

.btn.styled {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0rgba(0,0,0,.2),0 2px 10px 0rgba(0,0,0,.1);
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
}
.btn-floating, [class*=btn-outline-].btn-floating {
    border-radius: 50%;
    padding: 0;
    position: relative;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: .875rem;
    line-height: 1.6;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: rgb(143 155 110 / 100%) !important;
}
.jshop_prod_cart img {
	max-width:200px
}
@media (max-width: 480px) {
	.productfull .prod_qty_input {
		margin-top: 0px;
	}
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    --bs-accordion-btn-focus-border-color: #6e8775 !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25remrgb(118 159 121 / 49%) !important;
    border-color: #6e8775 !important;
    box-shadow: 0 0 0 0.25remrgb(118 159 121 / 49%) !important;
}
.accordion-button{
	font-size:1.3rem !important;
}
@media (min-width: 768px), screen not (orientation: portrait) {
	.filtersblock {
		position: sticky;
		top: 100px;
	}
}
.prod_title {
	overflow: hidden;
    min-height: 55px;
    display: block;
    color: #82957b !important;
    font-weight: 600;
    height: 45px;
}
.jshop_list_product .block_product{
    padding-bottom: 0.5rem;
	margin: 0.5rem 1rem;
    box-sizing: border-box;
	transition: box-shadow 0.2s;
    box-shadow: 0 1px 5px rgba(1,2,2,.15);
	transition: all 0.3s;
}
.jshop_list_product .block_product:hover{
    border-radius: 1rem !important;
    box-shadow: 0 1px 5px rgb(154 165 124) !important;
}
.jshop_list_product .image_block {
    padding: 1rem !important;
    display: inline-block;
    min-height: 130px;
}
.jshop_categ{
    padding: 0.5rem;
	margin: 0.5rem 1rem;
    box-sizing: border-box;
	transition: box-shadow 0.2s;
    box-shadow: 0 1px 5px rgba(1,2,2,.15);
	transition: all 0.3s;
}
.jshop_categ:hover{
    border-radius: 1rem !important;
    box-shadow: 0 1px 5px rgb(154 165 124) !important;
}
.jshop input[type="radio"], .jshop input[type="checkbox"] {
    margin: 5px;
	transform : scale(2);
}
.option {
	font-size:1.2rem
}
.jshop_price{
    color: #212529;
}

#mod-custom157 {
    position: fixed !important;
    right: -90px;
    top: 45%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
#mod-custom157  a{
	text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 15px #5f784a;
	color:red !important;
    background-color: rgba(0,0,0,0.10)!important;
    padding: 10px 30px;
    display: block;
}
.navbar  .col-xs-6 {
	width:50% !important
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s linear 5s infinite both;
	        animation: heartbeat 1.5s linear 5s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-22 9:24:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
p.lightbox-caption {
	background-color: #000;
}
.carousel-item .small {
    font-size: 1.2em;
}

tr.shipping {
	display:none
}