#header #logo a img{
    padding: 5%;
}
#mainMenu nav > ul > li > a {
    font-weight: 800;
    font-size: 15px;
    text-transform: none;
}

#footer,#vegas-slideshow{
    z-index: 101;
}
#footer .copyright-content a{
    color: #848484 !important ;
    font-weight: 800;
    font-size: 15px;
}
#footer .copyright-content a:hover{
    color: #1c9a36!important ;
}
#footer,#footer .copyright-content{
    background-color: #fff;
}
#footer .footer-content .btn.btn-rounded{
    padding: 12px 12px !important;
    border-radius: 50% !important;
}
.contact-floater .btn.btn-rounded{
    padding: 12px 12px !important;
    border-radius: 50% !important;
}

#footer .footer-content span,#footer .footer-content a{
    font-weight: 800;
    font-size: 15px;
}
#footer .footer-content .row{
    border: 2px solid #0ca650;
    border-radius: 25px;
    padding: .4rem;
}
@media(min-width: 992px){
    #footer .footer-content a{
        margin-bottom: 0;
    }
}
.btn.btn-success-grad{
    background: linear-gradient(90deg, rgba(58,170,53,1) 0%, rgba(46,162,54,1) 35%, rgba(0,143,54,1) 100%);
    border-color: #28a745!important;
}
.contact-floater{
    background: linear-gradient(90deg, rgba(58,170,53,1) 0%, rgba(46,162,54,1) 35%, rgba(0,143,54,1) 100%);
    border-radius: 25px 25px 0px 0px;
    padding: 2% 0%;
    font-weight: 700;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
}
.contact-floater span{
    font-size: 12px;
}
#vegas-slideshow h3{
    font-size: 40px;
}
#vegas-slideshow h1{
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
}
#vegas-slideshow .slide-text{
    display: flex;
    align-items: center;
}
.contact-form img{
    max-height: 30px;
    height: auto;
}
.contact-form{
    background-color: rgb(255, 255, 255,.89);
    border-radius: 25px;
    padding: 4%;
}
.product-title-section{
    background: linear-gradient(90deg, rgba(227,7,20,1) 0%, rgba(228,31,33,1) 35%, rgba(231,60,66,1) 100%);
}
@media(max-width: 991px){
    #vegas-slideshow h3{
        font-size: 30px;
        line-height: 20px;
    }
    #vegas-slideshow h1{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    #footer .footer-content .btn.btn-rounded{
        font-size: 12px;
        padding: 0 10px !important;
    }
    .contact-floater .btn.btn-rounded{
        font-size: 12px;
        padding: 0 10px !important;
    }
    #vegas-slideshow .slide-text{
        display: block;
    }
    .contact-form img{
        max-height: 30px;
    }
    .contact-floater{
        display: block !important;
    }
    .header-extras{
        float:right;
    }
    .ul-share{
        display: none;
    }
}
.products-section hr{
    border: 3px dotted #a5a4a3;
    border-style: none none dotted;
}
.btn.btn-gray{
    background-color: #848484!important;
    border-color: #848484!important;
    text-transform: unset!important;

}

/*flipping css */
.product-item{
  width: 100%;
  height: 100%;
  transition: transform 1s;
  -webkit-transition: transform 1s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}
.product-item.is-flipped {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.product-item .product-item__face {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-item .product-item__back {
    background: #f4f2f2;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    padding: 5%;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 5.4px 5.4px 6.2px;
}
.product-item .product-img img{
    max-width: 100%;
}
.products [class^="col-"]{
    min-height: 500px;
    padding-top: 5%;    
}
.product-item__back .close-product-item{
    position: fixed;
    top: 0;
    right: 0;
    margin: .7rem;
    font-size: 15px;
}
html {
  scroll-behavior: smooth;
}
/***************
 * Call to the action buttons styles cart and whatsapp icon
****************/
.ul-share{
    position:fixed;
    right:20px;
    bottom:60px;
    z-index:101;
}
.ul-share .li-share{
    list-style:none;
    margin-bottom:10px;
    width:220px;
    height:60px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(58,170,53,1) 0%, rgba(46,162,54,1) 35%, rgba(0,143,54,1) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 5.4px 5.4px 6.2px;
    padding: 2%;
}
.ul-share .li-share a{
    font-size: 18px;
    color: #39140B;
    margin: auto;
    line-height: 0px;
}
.ul-share .li-share:hover{
    transform: scale(1.05);
    cursor: pointer;
}
.blockUI.blockOverlay{
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(155 149 149 / 80%);
  opacity: 0.5;
  cursor: wait;
  position: absolute;
}
.blockUI.blockOverlay .loading{
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background:rgba(255,255,255,.7);
}
.blockUI.blockOverlay .loading .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
}