@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;400;500&display=swap');


body {
	
	font-family: 'Jost', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 

	font-family: 'Jost', sans-serif;
font-size: 1.8rem;
	
}

.logo {
  max-width: 220px;
}

.info-boxes-slider .owl-item:not(:first-child):not(:last-child)
 {
    background-color: #d9c425;
}

.bg-primary {
    background-color: #ffe636!important;  
}

.menu>li.active>a {
	color: #0d4a74;
	
}

.menu>li:hover>a {
	
	color: #0d4a74
}

.menu .megamenu {
	
	width: auto
}

.brand {
    padding: 12.8% 25%;
    background: #f4f4f4;
}


.instagram-feed {
    position: relative;
    margin-bottom: 2.4rem;
    margin-top: 8rem; 
}

.footer .logo img {
    height: auto; 
}

.overlay-zoom {
    overflow: hidden; 
}

.overlay-opacity img {
    transition: 0.3s;
}

.banner img {
    width: 100%;
    object-fit: cover;
	
}

.banner {
    position: relative;
    font-size: 1.6rem;
}

.brand-section {
    margin-bottom: 8rem;
    margin-top: 4rem;
}

.category-content h3 {
	
	    font-size: 4.5rem;
		font-family: 'Tenor Sans', sans-serif;
		text-align: center;
}

.overlay-light figure:after {
    background-color: rgb(4 4 4 / 39%);
}

.overlay-light figure:after {
	background-color: rgb(4 4 4 / 39%); }


.product-category {
    color: #1d2127;
    margin-bottom: 1rem;
    position: relative;
    /*margin-top: 10rem;*/
}

.product-category a:hover {
    color: #ed6e99;
}

.btn {
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 1em 1.6em;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    line-height: 1.429;
    background-color: #161616;
    color: #ffffff;
	margin: 10px 0px 10px 0px;
}

a:focus, a:hover {
	
	color: #d9c425
	
}
.row-with-background {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
	text-align: center;
    font-size: 18px;
  }

  .row-with-divider .col-md-4:not(:last-child) {
    border-right: 1px solid #efefef;
  }

  .icon-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .icon-centered i {
    margin-bottom: 10px;
  }

.logo-intro {
	
	max-width: 120px;
	text-align: center;
	margin: 5px;
}

.boxintro {
	
	padding: 2rem;
}

::selection {
    background-color: #d13285;
	color: #fff; }

.main-nav .menu>li>a {
	
	font-size: 14px;
}

.table.table-cart .product-image-container, .table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}

 
/*EFFETTI ANIMATI*/

@keyframes fade-in {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  #banner-image {
    animation: fade-in 1s ease-in-out;
  }

#logo-image {
    animation: fade-in 1s ease-in-out;
  }

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative;
    height: 350px;
    object-fit: cover; }

.product-default:hover figure img:last-child {
	
	    height: 350px;
    object-fit: cover; }
	
.product-default figure img {
	height: auto;
	width: 100%;
	transition: none;
	}


.newsletter-form .btn {
    padding: 0 2.5em;
    height: 48px;
    border-radius: 0 5rem 5rem 0;
    border: 0;
    font-size: 1.2rem;
    line-height: 48px;
    letter-spacing: 0.005em;
    box-shadow: none;
	margin:0px;
}

@media all and (max-width: 480px) {
	
	
.product-default:hover figure img:last-child  {
    opacity: 1;
    position: absolute;
    height: 160px;
    object-fit: cover;
	}
	
	.product-default figure img:first-child{
    
    height: 160px;
    object-fit: cover;
	}
	
	.product-default figure img {
    transition: opacity 0.3s ease-in-out;
    height: 160px;
    width: 100%;
	}
	
	.product-default figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.6rem;
  height: auto;
	}
	
.product-default:hover figure img:first-child {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  height: 150px;
	}
}

#formreg h1{
	background-color: #d13285;
	color: white;
	padding: 10px}

.inputn{ 
	display: none}

#registrazione {
	
	padding-left: 10px;
    padding-right: 10px;
	  margin-top: 3.9rem;
	 margin-bottom: 0;
    font-size: 2.2rem;
    letter-spacing: -0.01em;
}

.input {
    padding: 1rem 1.2rem;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.login-container form .form-input {
    margin-bottom: 1.7rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-color: #e7e7e7;
	line-height: 32px;}



#login-container-registrazione {
    margin-top: 3.9rem;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.login-container-registrazione form .btn {
    font-family: "Open Sans",sans-serif;
    font-size: 1.6rem;
}
.btn-dark {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none;
}
.btn-md {
    padding: 1em 1.2em;
    font-size: 1.2rem;
}
.btn {
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 1em 1.6em;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    line-height: 1.429;
}
.w-100 {
    width: 100%!important;
}


.login-container-registrazione .heading .title {
    margin-bottom: 0;
    font-size: 2.2rem;
	letter-spacing: -0.01em;
}

.container-registrazione {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.registrati-title  {
	
	margin-top:30px;
	border-color: #ffe636;
    background-color: #ffe636;

	
}


@media (min-width: 992px) {
.container-registrazione {
    padding-left: 10px;
    padding-right: 10px;
}
	
	}

/*CARRELLO PREVIEW*/

.dett-prodotto {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
}


.carrello_quantita {
  margin-top: 10px;
}


.view-cart {
  margin-top: 5px;
}

