/*
Theme Name: temafiglio
Template: covan
*/


/* modifica Stripe per i campi della Carta di Credito */

#stripe-exp-element > .__PrivateStripeElement{
	width:70px;
}
#stripe-card-element > .__PrivateStripeElement{
	width:200px;
}
#stripe-cvc-element > .__PrivateStripeElement{
	width:30px;
}


/* modifica Stripe per togliere i pallini al pagamento delle Carte di Credito */
.woocommerce-SavedPaymentMethods.wc-saved-payment-methods{
	list-style: none;
    margin-bottom: 25px;
}

li.woocommerce-SavedPaymentMethods-token > label::before{
	display: none;
}

li.woocommerce-SavedPaymentMethods-new > label::before{
	display: none;
}



/* modifica Stripe per allineare le label ai campi della Carte di Credito */
.checkout ul.payment_methods li label {
    margin-top: 11px !important;
}



.bwp-header .wpbingoLogo img {
    max-height: 220px !important;
}


.myh2:before{
	  content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 23px);
    width: 47px;
    height: 30px;
    background: url(../images/icon-title.png) no-repeat 50%;
    background-color: #fff;
    padding: 0 10px;
}
.woocommerce-MyAccount-content{
	    overflow: auto;
}
.woocommerce-column--1,.woocommerce-column--2{
	    flex: 0 0 100%;
    max-width: 100%;
}
.myh2:after{
	  content: "";
    position: absolute;
    bottom: 14px;
    width: 230px;
    height: 1px;
    background: #e3e3e3;
    z-index: -1;
    left: calc(50% - 115px);
}

.woocommerce-orders-table__cell-order-actions a {
    margin: 0 5px;
}

.grecaptcha-badge { visibility: hidden; }





/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 767px) {

	.content-categories-shoppage{
		width: 30%;
		height: 140px;
	}
	
	.padder-shoppage{
		padding-left: 10%;
	}

}

/* Aumento margine logo whatsapp per cellulari */
@media only screen and (max-width: 991px) {
  .joinchat__button {
  	margin-bottom: 40px;
  }
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.padder-shoppage{
		padding-left: 3%;
	}

	.content-categories-shoppage{
		height: 100%;
		text-align: center;
		display: flex;
		width: 30%;
	}
}




.bwp-header .wpbingoLogo img {
     max-height: 220px !important;
}
.header-logo {
	padding: 0 !important;
}


.custom-hover-effect-shoppage {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	margin:0 auto;
	margin: 10px;
	max-height: 350px;
	width: 400px;
	
}
.custom-hover-effect-shoppage:before, .custom-hover-effect-shoppage:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: white;
}
.custom-hover-effect-shoppage:before {
  top: 0;
}
.custom-hover-effect-shoppage:after {
  bottom: 0;
}
.custom-hover-effect-shoppage:hover > * > *:before, .custom-hover-effect-shoppage:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.custom-hover-effect-shoppage:hover > * > * > *:before, .custom-hover-effect-shoppage:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.custom-hover-effect-shoppage > *:before, .custom-hover-effect-shoppage > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: white;
}
.custom-hover-effect-shoppage > *:before {
  left: 0;
}
.custom-hover-effect-shoppage > *:after {
  right: 0;
}
.custom-hover-effect-shoppage > * > *:before, .custom-hover-effect-shoppage > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #e7b053;
}
.custom-hover-effect-shoppage > * > *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-hover-effect-shoppage > * > *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-hover-effect-shoppage > * > * > *:before, .custom-hover-effect-shoppage > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #e7b053;
}
.custom-hover-effect-shoppage > * > * > *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-hover-effect-shoppage > * > * > *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
 




.card-shoppage{
	background-color: #FFF;
	@include btn-border-slide(white, #e7b053, 2px, 0.8s);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
}

.card-shoppage:hover{
	cursor:pointer;
}






.contact-us-form-FULLCUSTOM textarea {
    width: 100%;
    max-height: 210px;
    padding: 10px 20px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #909090;
    background: #f5f5f5;
    border: none;
}

.contact-us-form-FULLCUSTOM input[type=email], .contact-us-form-FULLCUSTOM input[type=text] {
    height: 45px;
    line-height: 45px;
    margin-bottom: 25px;
    width: 100%;
    padding: 10px 20px;
    font-weight: 400;
    color: #666;
    background: #f5f5f5;
    border: none;
}

.contact-us-form-FULLCUSTOM input[type=submit]{
    font-family: "Muli",Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.6px;
    color: #FFF;
    background-color: #E7B053;
    border-radius: 0 0 0 0;
    padding: 0 30px 0 30px;
	  border: none;
}

.contact-us-form-FULLCUSTOM input[type=submit]:hover{
    cursor:pointer;
}

.contact-us-form-FULLCUSTOM .title {
    color: #080808;
    font-family: Prata,serif;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    margin-bottom: 30px;
}
#bwp_form_filter_product .bwp-filter{
	float: unset;
}


.full-width-mobile > .glsr-review{
	width: 95% !important;
}










.elementor-11861 .elementor-element.elementor-element-6964d70 > .elementor-element-populated, .elementor-11861 .elementor-element.elementor-element-6964d70 > .elementor-element-populated > .elementor-background-overlay, .elementor-11861 .elementor-element.elementor-element-6964d70 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-11861 .elementor-element.elementor-element-6964d70 > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-11861 .elementor-element.elementor-element-19c4505{width:auto;max-width:auto;}.elementor-11861 .elementor-element.elementor-element-19c4505 > .elementor-widget-container{background-color:#FFFFFF00;border-style:solid;border-width:1px 1px 1px 1px;border-color:#DCDCDC;border-radius:2px 2px 2px 2px;box-shadow:0px 0px 50px 0px rgba(0,0,0,0.5);}.elementor-11861 .elementor-element.elementor-element-5aca2ed > .elementor-widget-container{border-style:solid;border-width:1px 1px 1px 1px;border-color:#C7C7C7;}/* Start custom CSS for html, class: .elementor-element-19c4505 */li.hero-image {
 
  background-color: #cccccc;
  max-height: 180px;
  max-width: 180px;
  height: 140px;
  width: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  margin: 2px;
  border: 3px solid #efefef !important;
  padding-top: 0px !important; 
  padding-bottom: 0px !important;
}

.hero-text {

  text-align: center;
  position: absolute;
  height: 30px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -20%);
  color: black;
  text-transform: uppercase;
  width: 99%;
  line-height: 1;
}

.link-in-menu{
	background-color: rgba(255,255,255,0.4);
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    padding: 3px;
}

#megawrap{
    margin:2px;
    padding:2px;
    display: flex;
}

.all-wrap{
	width: 100%;
	height: 100%;

    -webkit-transition: background 3s ease-out;
    -moz-transition: background 3s ease-out;
    -o-transition: background 3s ease-out;
    transition: background 3s ease-out;
	background-color: none;
    }

.all-wrap:hover{
	background: rgb(235,235,235);
	background: radial-gradient(circle, rgba(235,235,235,0.1) 0%, rgba(255,255,255,1) 100%);
}

.hero-image:hover > .all-wrap > .hero-text >.link-in-menu{
  	font-weight: 500;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}


.hero-image:hover {
  border: 3px solid #e7b053 !important;
}

#megamenu{
	list-style-type: none;
    width: 1000px;
    text-align: center;
    justify-content: center;
    display: flex;
}/* End custom CSS */