/*
   Theme Name: Rosa Child
   Theme URI: https://pixelgrade.com/demos/rosa3
   Version: 1
   Description: Child Theme. Parent Theme Rosa
   Author: Bcn Apps
   Author URI: https://www.bcnapps.es
   Template: rosa
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
@import url("../rosa/style.css");
/*
 * Estilos genericos
*/
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0.2);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.navigation--main{
	float:none;	
}

/*
 * Ocultar sección cupones descuento en el checkout 
 */ 
.woocommerce-form-coupon-toggle{
	display: none !important;
}


/*
*Estilos tienda
*/
body.woocommerce-page header{
    min-height: 72px!important;
}
body.woocommerce-page.post-type-archive-product header{
	min-height: 0!important;
}
body.woocommerce-page .site-header{
	border-bottom: 1px solid rgba(37,37,37,0.5)!important;
}
    
/*body.woocommerce-page.post-type-archive-product header{
	max-height: 0!important;
    min-height: 84px!important;
    position: fixed;
}*/
body.woocommerce-page.post-type-archive-product .article__header:first-of-type + .article--page{
	margin-top: 0;
}
body.woocommerce-page.post-type-archive-product .page .article__content{
	background-color:rgb(26, 26, 26);
	overflow:visible;
	padding-bottom:0;
}
body.woocommerce-page.post-type-archive-product .page .article__content .container{
	padding:0;
}


#fdoe_mini_cart_id::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#fdoe_mini_cart_id::-webkit-scrollbar-track {
  
  border-radius: 5px;
}
 
/* Handle */
#fdoe_mini_cart_id::-webkit-scrollbar-thumb {
  background: #9A9A9A; 
  border-radius: 10px;
}

/* Handle on hover */
#fdoe_mini_cart_id::-webkit-scrollbar-thumb:hover {
  background: #2B2B2B; 
}
#fdoe_mini_cart_id{
	max-height: calc(100vh - 200px);
    overflow: auto;
    overscroll-behavior: contain;
}
    
#fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item, #fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item,
#fdoe_mini_cart_id_2 .total, #fdoe_mini_cart_id .total{
	color:white;
}
#the_menu .fdoe_desc{
	padding:0;
}
/*categoria bebidas*/
#menucat_59 .fdoe_onecol .flex-container-row, #menucat_61 .fdoe_onecol .flex-container-row, #menucat_62 .fdoe_onecol .flex-container-row{
	align-items:center;
	min-height:0;
}
body.woocommerce-page #menucat_59 .woocommerce-placeholder, body.woocommerce-page #menucat_61 .woocommerce-placeholder, body.woocommerce-page #menucat_62 .woocommerce-placeholder{
	display:none;
}
/*ocultar ordernar */
.woocommerce-ordering{
	display:none;
}

/* bloque producto*/
#the_menu .fdoe-item{
	background-color:#212121;
	color: white;
	padding:0px;
	border-color: rgb(26, 26, 26)!important;
	border-bottom-width:2px;
	padding: 5px;
}
/* nombre producto*/
#the_menu div.fdoe_title{
	margin-top: 3px;
}
#the_menu .fdoe-item div.fdoe_title h5{
	color: white;
}
.fdoe_main_container b{
	font-weight:400;
}
/* desciption producto */
#the_menu .fdoe-item span.fdoe_description p{
	color:#9A9A9A;
	margin-bottom:0;
}
#the_menu .fdoe_onecol .fdoe_summary {
	padding: 0 10px;
}
/* imagen producto*/

body.woocommerce-page .fdoe_onecol div.fdoe_thumb{
	margin:0;
}
body.woocommerce-page .fdoe_onecol .fdoe_thumb.fdoe_thumb_small img{
	max-width: 7em !important;
    border: 4px solid #2B2B2B;
	margin:0;
	background-color:black;
}
/* botton añadir */
#the_menu .fdoe_price_and_add_onecol .fdoe_desc{
	padding-top:0;
	padding-bottom:0;
}
#the_menu .fdoe_add_item{
	padding-left:10px;
}
/*secciones */
#the_menu div.menu_titles .fdoe_title_text{
	color:white;
	font-size: 20px;
}
#the_menu div.menu_titles{
	background-color:#2B2B2B;
	padding: 13px 10px;
}

/* menu categorias */
#the_menu .navbar-header.fdoe-nav-header{
	background-color:#404040;
	min-height: 50px;
}
#the_menu .fdoe-nav-header .fdoe-collapse-button{
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex:1;
}
#the_menu .fdoe-nav-header .fdoe-collapse-button .fdoe-dropdown-title{
	font-size: 16px;
    font-weight: 400;
    color: white;
}
#the_menu .fdoe-nav-header .fdoe-collapse-button .fdoe-dropdown-icon{
	font-size: 1.5em;
	margin: 0;
	margin-left:6px;
}
#the_menu #menu_headings.fdoe-menu-2 li{
	margin-bottom:5px;
}
#the_menu #menu_headings.fdoe-menu-2 li a{
	color:white;
	font-size:14px;
}

#fdoe-left-left-container{
	background: #212121;
    padding: 0px;
	margin-top:0!important;
	position: -webkit-sticky;
    position: sticky;
    top: 84px;
}
h4.Category_heading{
	color: white;
    background: #2B2B2B;
    margin: 0;
    padding: 22px 10px;
    text-align: center;
}
#fdoe-left-left-container .fdoe_menuitem {
    padding: 1px 10px;
	border-bottom: 1px solid #2B2B2B;
}
#fdoe-left-left-container .fdoe_menuitem a{
	color: #9A9A9A!important;
    border: none;
}
#fdoe-left-left-container .fdoe_menuitem.fdoe-active-link a{
	font-weight:800;
	color:white!important;
	border-bottom:1px solid white;
}

/*menu categorias mobile*/
#the_menu .navbar.navbar-default.fdoe-top-sticky.fdoe-sticky-mobile.hidden-sm.hidden-md.hidden-lg{
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index:9999;
	border:none;
}
#fdoe_products_id{
	border:none;
}

ul#menu_headings li a {
    color: #9A9A9A!important;
}
#the_menu ul#menu_headings.fdoe-menu-2 li a.fdoe-active-link-2 {
	font-weight:800;
	color:white!important;
	border-bottom:1px solid white;
}


/*
#menucat_50:before { content: '';
  display: block;
  height:      55px;
  margin-top: -55px;
  visibility: hidden; }
*/
/* estilos carrito*/
.cart-link.js-open-cart.cart-contents{
	display:none;
}

.widget_shopping_cart_content{
	background:transparent!important;
	padding:0;
}

#fdoe-right-container{
	background: #212121;
    padding: 0px;
	margin-top:0!important;
	position: -webkit-sticky;
    position: sticky;
    top: 78px;
}
#fdoe_mini_cart_id_2 #checkout_button_1{
	width:100%;
	font-size: 16px;
    background-color: #2B2B2B!important;
    color: white;
    letter-spacing: 0.1em;
}
.product-quantity.fdoe-quantity {
	background: #ebe9eb;
	padding: 2px 10px;
}
.fdoe-element .aromodal-body{
	padding:0;
}
h4.Minicart_heading {
    color: white;
    background: #2B2B2B;
    margin: 0;
    padding: 10px;
}
#fdoe_mini_cart_id{
	padding:10px;
}
#fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item, #fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item{
	padding: 0.5em 0;
	font-size:14px;
}
#fdoe_checker_big_devices {
    margin-bottom: 0.5em!important;
    margin-top: 0.5em;
}
#fdoe_checker_big_devices h5{
	color:white;
}
.product-quantity.fdoe-quantity {
    background: #2B2B2B;
    padding: 0px 8px;
    border-radius: 12px;
}
body.woocommerce-page #the_main_container .fdoe-quantity input.qty, .fdoe-element .fdoe-quantity input.qty{
	color:white!important;
}
body.woocommerce-page #fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item.fdoe-3-column,body.woocommerce-page #fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item.fdoe-3-column{
	grid-template-columns: 88px auto auto;
	border-bottom: 1px solid #2B2B2B;
	padding: 0.5em 0;
}
.product-quantity.fdoe-quantity {
	grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
	margin-top:0;
}
#fdoe_mini_cart_id p.total {
	margin-bottom:12px;
	margin-top:12px;
}
/* footer intolerancias*/
.footer-product-list{
	padding: 15px;
}
.footer-product-list p{
	margin-bottom:0;
	color: #9A9A9A;
    font-size: 14px;
    font-style: italic;
}

/* tab bar mobile*/
.fdoe-handheld-footer-bar{
	width: 70px;
    border-radius: 50%;
	left:unset!important;
	bottom:10px!important;
	right:10px!important;
}
.fdoe-handheld-footer-bar ul.columns-3 li.minicart,.fdoe-handheld-footer-bar ul.columns-3 li.fdoe_checkout_2{
	display:none;
}
body.woocommerce-page.post-type-archive-product .fdoe-handheld-footer-bar ul.columns-3 li.shop,.fdoe-handheld-footer-bar ul.columns-3 li.fdoe_checkout_2{
	display:none;
}
body.woocommerce-page.post-type-archive-product .fdoe-handheld-footer-bar ul.columns-3 li.minicart{
	display:block;
}
.fdoe-handheld-footer-bar ul.columns-3 li.minicart, .fdoe-handheld-footer-bar ul.columns-3 li.shop{
	width:100%;
}
.fdoe-handheld-footer-bar ul.columns-3 li.minicart a, .fdoe-handheld-footer-bar ul.columns-3 li.shop a{
	border:none;
}
/* carrito mobile*/
#fdoe_mini_cart_id_2 .total {
    margin-bottom: 0;
    margin-top: 12px;
}

/* estilos necesitas algo mas*/
/*ocultamos precio en comepnsales*/
.product-title-2118 span{
	display:none;
}

.aromodal .aromodal-title{
	letter-spacing:0;
	text-transform: unset;
	font-weight:400;
}
.fdoe-element .aromodal .arocol-xs-5{
font-size: 15px;
    width: 50%;
    padding-left: 0;
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	line-height: 1.2;
}
.fdoe-element .aromodal .arocol-xs-6{
	padding-top:5px;
}
.fdoe-element .aromodal .row_featured{
	margin-top:0;
	margin-bottom:0;
}
.aromodal #fdoe_checkout_featured{
	width: 90%;
    font-size: 16px;
    background-color: #2B2B2B!important;
    color: white;
    letter-spacing: 0.1em;
}
#extra_aromodal_footer{
	padding-bottom:0!important;
}

.aromodal-body p:first-child{
	padding:5px 20px;
	font-size:16px;
}
#myModalfeatured .arocol-xs-12.container_featured{
	padding: 0px 20px 10px;
}
#myModalfeatured.aromodal .aromodal-title{
	font-size: 1.2em;
}
#myModalfeatured .arorow.row_featured {
    display: flex;
    align-items: center;
	margin: 0;
	min-height: 54px;
}
#myModalfeatured .footer_buttons .arorow{
	padding-bottom:10px;
}
.fdoe-element #myModalfeatured.aromodal .arocol-xs-6 {
    padding-top: 0;
    justify-content: flex-end;
    display: flex;
	padding-right:0;
}
#myModalfeatured .quantity .qty[type="number"]::-webkit-inner-spin-button,
#myModalfeatured .quantity .qty[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#myModalfeatured .quantity .qty{
	max-width: 22px!important;
	background: #ebe9eb;
	color: #515150;
	font-weight: bold !important;
	height: 32px!important;
}

#myModalfeatured .quantity{
	justify-self: start;
	background: #ebe9eb;
    grid-row-start: 1;
	grid-column-end: 2;
    grid-row-end: 2;
	padding: 0px;
    border-radius: 12px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
#myModalfeatured button.fdoe_incre_button{
	min-width:30px
}
#myModalfeatured button.fdoe_minus_button{
	padding-left:8px
}
#myModalfeatured button.fdoe_plus_button{
	padding-right:8px
}

#myModalfeatured button.fdoe_featured.single_add_to_cart_button.alt{
	background-color: #2B2B2B!important;
    margin-left: 8px;
    padding: 4px 10px;
    border-radius: 12px;	
}
#myModalfeatured button.fdoe_featured.single_add_to_cart_button.alt i{
	display:none;
}
#myModalfeatured button.fdoe_featured.single_add_to_cart_button.alt span{
	color:white;
	font-weight: 400;
}

/*
* Estilos legenda alérgicos

.pixcode.pixcode--grid.grid{
	width: 71.333333%;
    margin: auto;
}
.container-legend {
	width:100%; display:inline-block;
	justify-content: space-around;
	margin-top: 40px;
	color:white;
}
.content-legend {
	float: left;
	margin: 10px;
	color:#9A9A9A;
}
*/
#allergens_legend p{
	margin-bottom:5px;
}
.allergen-icon{
	background-color: black;
    border-radius: 50%;
    padding: 3px;
}
#allergens{
	padding-left:10px;
	flex:1;
}
#allergens a{
	border:none;
}

.fdoe_main_container *{
	letter-spacing:1px!important;
}
.fdoe_description{
	text-transform:initial;
	font-size:12px;
	font-style:unset;
}

/*estilos checkout*/
.woocommerce-page .woocommerce-info{
	margin-top:0!important;
	margin-bottom:20px;
}
.woocommerce-page h3{
	margin-bottom:10px;
    margin-top: 30px;
}
.woocommerce-page .checkbox{
	padding-left:0;
	align-items:flex-start;
}
.woocommerce form .form-row label{
	line-height:inherit;
}
.woocommerce form .form-row .input-checkbox{
	margin-top:8px;
}
textarea#order_comments::-webkit-input-placeholder {
  	color: #7f7f7f;
    text-transform: inherit;
}
textarea#order_comments:-moz-placeholder { /* Firefox 18- */
 	color: #7f7f7f;
    text-transform: inherit;
}
textarea#order_comments::-moz-placeholder {  /* Firefox 19+ */
  	color: #7f7f7f;
    text-transform: inherit;
}
textarea#order_comments:-ms-input-placeholder {
  	color: #7f7f7f;
    text-transform: inherit;
}
textarea#order_comments::placeholder {
    color: #7f7f7f;
    text-transform: inherit;
}
/*estilos mi cuenta*/
.woocommerce-account .woocommerce-MyAccount-navigation{
	padding:0;
}
.woocommerce-MyAccount-navigation ul{
	text-align:left;
    margin-top: 0;
}
.woocommerce-MyAccount-navigation ul li{
	display:block;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	letter-spacing:0;
	font-size:20px;
	font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li:last-child{
	border: 6px solid transparent;
	line-height: 1;
}

#menucat_38,#menucat_40,#menucat_42,#menucat_43,#menucat_44,#menucat_45,#menucat_46,#menucat_47,#menucat_48,#menucat_49,#menucat_50,#menucat_51,#menucat_54,#menucat_56,#menucat_57,#menucat_58, #menucat_59, #menucat_61, #menucat_62 {
	padding-top: 78px;
	margin-top: -78px;
}



/*opcion cerrar tienda - Vacation shop*/
#woo-store-vacation{
	position: sticky!important;
    top: 82px;
    z-index: 99999;
}
#woo-store-vacation .woocommerce-info{
	border:0;
	margin: 0 0 10px;
	text-align:center;
}
/* ocultamos boton añadir*/
div#woo-store-vacation ~ #the_main_container .fdoe_add_item {
    display: none!important;
}

/* opcion horaios*/
.shop-status-bar{
	padding: 17px 0;
	z-index: 999999;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .headline__primary {
      font-size: 30px;
    }
    .headline__secondary {
      font-size: 70px;
      margin-bottom: -30px !important; 
    }
    .separator--flower{
      margin: 18px 0;
    }
    .grid__item.island{
      padding-top: 20px;
    }
}

@media only screen and (max-width: 1024px){
	#fdoe-left-left-container .fdoe_menuitem {
		line-height:1.2;
	}
	#fdoe-left-left-container .fdoe_menuitem a{
		font-size:14px;
	}
	#fdoe-left-left-container .fdoe_menuitem {
		padding: 5px 10px;
	}
	body.woocommerce-page #fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item.fdoe-3-column,body.woocommerce-page #fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item.fdoe-3-column{
		grid-template-columns: auto auto;
		border-bottom: 1px solid #2B2B2B;
		padding: 0.5em 0;
	}
	.product-quantity.fdoe-quantity {
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 2;
		margin-top:5px;;
	}
}

@media only screen and (min-width: 900px) {
    .wpfm-floating-wh-wrapper {
      display: none;
    }
	
	
}
@media only screen and (min-width: 768px) {
	.fdoe-quantity{
		grid-row-start: 2!important;
		margin-top:5px;
	}
	#fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item, #fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item{
		padding:0.5em 0!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
	#fdoe-left-left-container{
		top:0;
	}
	#fdoe-right-container{
		top:0;
	}
	#fdoe-left-container{
		margin-top:0!important;
	}
	body.woocommerce-page.post-type-archive-product .page .article__content .container{
		margin:0;
	}
	h4.Category_heading{
		padding: 25px 10px;
	}
	#menucat_38,#menucat_40,#menucat_42,#menucat_43,#menucat_44,#menucat_45,#menucat_46,#menucat_47,#menucat_48,#menucat_49,#menucat_50,#menucat_51,#menucat_54,#menucat_56,#menucat_57,#menucat_58, #menucat_59, #menucat_61, #menucat_62 {
		padding-top: 0;
		margin-top: 0;
	}

	
}



@media only screen and (max-width: 767px) {
    .wpfm-position-right ul{
      top: 0% !important;
      padding-top: 75px;
    }
	body.woocommerce-page.post-type-archive-product header{
		min-height: 0!important;
	}
	.grid__item.one-whole.palm-one-whole {
		padding-left:5px;
	}
	#fdoe_checker_big_devices {
		margin-bottom: 0!important;
		margin-top: 0;
	}
	#fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item, #fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item, #fdoe_mini_cart_id_2 .total, #fdoe_mini_cart_id .total{
		color: #515150;
	}
	#menucat_38,#menucat_40,#menucat_42,#menucat_43,#menucat_44,#menucat_45,#menucat_46,#menucat_47,#menucat_48,#menucat_49,#menucat_50,#menucat_51,#menucat_54,#menucat_56,#menucat_57,#menucat_58, #menucat_59, #menucat_61, #menucat_62 {
		padding-top: 50px;
		margin-top: -50px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width:calc(100% + 44px);
		margin-left:-22px;
		margin-right:-22px;
	}
	.tabs__nav li, .woocommerce-MyAccount-navigation ul li{
		border: none!important;
   	 	padding: 4px 22px 10px;
    	border-bottom: 1px solid rgba(37,37,37,0.5)!important;
	}
	.woocommerce-account .page .article__content{
		padding-top:0;
	}
	
}
@media only screen and (max-width: 767px) {
	body.woocommerce-page #fdoe-left-container{
		margin-left: -22px;
    	margin-right: -22px;
    	width: calc(100% + 44px);
		padding-left:0;
		padding-right:0;
	}
	.widget_shopping_cart_content{
		background:rgba(255, 255, 255, 0.1);
		padding: 0px 20px 10px;
	}
	body.woocommerce-page #fdoe_mini_cart_id li.fdoe_minicart_item.woocommerce-mini-cart-item.fdoe-3-column,body.woocommerce-page #fdoe_mini_cart_id_2 li.fdoe_minicart_item.woocommerce-mini-cart-item.fdoe-3-column{
		grid-template-columns: 88px auto auto;
		border-bottom: 1px solid #ddd;
		min-height:54px;
	}
	.product-quantity.fdoe-quantity{
		background:#ebe9eb;
		grid-row-start: 1;
		margin:0;
	}
}
#the_menu .fdoe_onecol div.fdoe_thumb {
		grid-column: unset!important;
		/*grid-row-start: unset!important;
		grid-row-end: unset!important;*/
		margin-left: 0!important;
		margin-right: 0!important;
		
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 3;
	}	
	#the_menu .fdoe_onecol .fdoe_summary {
    	grid-column-start: unset!important;
    	grid-column-end: unset!important;
    	align-self: unset!important;
		padding: 0px 10px;
	}
	#the_menu .fdoe_onecol .fdoe_price_and_add_onecol{
		justify-content:flex-end;
		grid-column-start: 2;
    	grid-column-end: 2;
    	grid-row-start: 2;
    	grid-row-end: 3;
	}
	#the_menu .fdoe_onecol .flex-container-row{
		display: grid;
		justify-content:flex-start;
		align-items:flex-start;
		grid-template-columns: 112px calc(100% - 120px);
    	grid-template-rows: auto auto;
	}
	#menucat_59 .fdoe_onecol .flex-container-row, #menucat_61 .fdoe_onecol .flex-container-row, #menucat_62 .fdoe_onecol .flex-container-row{
		grid-template-columns: 0% 100% 0%;
		display: flex;
    	align-items: center;
	}
	.fdoe_item_price{
		margin-left:.5em!important;
		font-weight:bold;
	}
@media only screen and (max-width: 900px){
	#fdoe-top-element{
		padding-top: 40px;
	}	
	
}


#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	z-index:999999;
}
@media (min-width: 1200px){
	.fdoe_main_container .arocol-lg-3, .fdoe-element .arocol-lg-3 {
    	width: 30%;
	}	
	.fdoe_main_container .arocol-lg-7, .fdoe-element .arocol-lg-7 {
		width: 50%;
	}
	.fdoe_main_container .arocol-sm-2{
		width: 20%;
	}
}
@media screen and (max-width: 900px){
	.nav--main > .menu-item > a {
    	padding-right: 20px!important;
	}	
	.nav--main > .menu-item > a {
    	padding-left: 20px!important;
	}
}
@media screen and (min-width: 768px){
	.fdoe_main_container .arocol-sm-2{
		width:18.66666667%;
	}
	.fdoe_main_container .arocol-sm-7{
		width:49.33333333%;
	}
	.fdoe_main_container .arocol-sm-3{
		width:32%;
	}
	.nav--main > .menu-item > a {
    	padding-right: 7px!important;
	}	
	.nav--main > .menu-item > a {
    	padding-left: 7px!important;
	}
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	font-weight: bold;
    font-size: 17px;
    padding-bottom: 24px;
}

/* images for selección de restaurante*/
.photo_bg {
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    background-clip: border-box;
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
    display: flex;
	align-items:center;
	justify-content:center;
	width: 450px;
    max-width: 100%;
    height: 260px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space:nowrap;
	text-align:center;
	color:white;
	font-size:32px;
	font-weight:bold;
	line-height:38px;
	margin:auto;
}

/*
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        margin-left: 0!important;
}
.fdoe-aromodal .fdoe-product-price-wrapper{
	width:100%!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image{
	padding-left:0!important;
}
*/
.fdoe-aromodal .fdoe_summary_class .fdoe-product-image-wrapper{
    margin: 0!important;
}
.fdoe-element .close{
	color:white;
	opacity:1;
}
.fdoe-product-price-wrapper .price{
    display: flex !important;
    align-items: center;
    justify-content: center;
	flex-direction:column;
}
.fdoe-element .product-aromodal .aromodal-content{
	background-color: #2B2B2B;
}
.single-product .entry-summary .price span{
	font-size:30px!important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	line-height:1.5em;
}
.single-product .entry-summary form.cart{
	margin-bottom:30px!important;
}
.fdoe-element label{
	margin-bottom:0;
	margin-top:5px;
	color:white;
}

.fdoe-element .product-aromodal .aromodal-header{
	border-bottom:2px dashed rgb(26, 26, 26)!important;
}
.fdoe-element .product-aromodal .aromodal-footer{
	border-top:2px dashed rgb(26, 26, 26)!important;
}
.fdoe-aromodal .product_title {
    color: white;
    margin-top: 10px !important;
    letter-spacing: 3px;
}	
.woocommerce div.product form.cart .button{
	background: #c59d5f !important;
}
.single-product .entry-summary .woocommerce-variation-price .price{
	margin: 16px 0 24px;
}
@media only screen and (max-width: 899px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        margin-left: 0!important;
    }
	.woocommerce div.product div.images .woocommerce-product-gallery__image{
		padding-left:0!important;
	}
}
@media only screen and (max-width: 485px) {
    .woocommerce div.product div.images img, .product-aromodal img {
        max-width: 100%;
		height:100%;
		margin:0;
		border-radius: 5%;
		border: 4px solid #212121;
    }
}
.variation-SALSAS{
	margin:0!important;
	margin-left:2px!important;
	padding: 0 0 .25em!important;
}
.variation-SALSAS p{
	margin:0!important;
	padding:0!important;
	line-height: 1.42857143;
	font-size:14px!important;
}
}