.single-product #containThumb {
display: flex;
justify-content: space-between;
margin-top: 15px;
}
.single-product .thumbnailRedirect img {
max-height: 120px;
transition: all ease 0.2s;
}
.single-product .thumbnailRedirect:hover img {
transform: scale(1.1);
}
.single-product .thumbnailRedirect {
padding: 30px;
width: 48%;
text-align: center;
border: solid 1px #f0b100;
}
.up-sells.upsells.products {
display: none;
}
.single-product .titleMoreDiscover{
display: block;
margin-top: 35px;
font-weight: 900;
text-transform: uppercase;
color:#7b7b7e;
font-size: 25px;
}
#headHome{
position: absolute;
top: 320px;
z-index: 10;
width: 100%;
}
@media screen and (max-width:767px){
#headHome h2{
font-size:30px!important;
}
#headHome{
top:350px;
}
#arriveeSlider{
padding-top:150px;
}
}
@media screen and (max-width:500px){
#headHome{
top:390px;
}
.header-fixed-top + #search-popup  + .elementor-4164 #headHome{
top: 270px;
}
}
.navbar.navbar-expand-lg{
z-index: 100;
}
.woocommerce-product-details__short-description + .product_meta{
display: none;
}