#popUpFrame {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    top:0;
    left:0;
    z-index: 9999;
}
/*------WOOCOMMERCE VARIABLES SELECTOR------*/
div.selector {
    background:#eee;
    float:left;
    width:100%;
    border-radius:3px;
    overflow:hidden;
    cursor:pointer;
    position:relative;
}
.woocommerce .product .summary table.variations, .woocommerce .product .summary table.variations .label label, .woocommerce .product .summary label {
    font-size:16px;
    font-weight: bold;
}
div.selector ul, div.selector .arrow.button {
    float:left;
    margin:0;
    line-height:2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
div.selector ul {
    width:calc(100% - 30px);
    height:2em;
    overflow:hidden;
    background:#fff;
    padding:0;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
div.selector .spanover {
    display:block;
    position:absolute;
    width:100%;
    height:2em;
    top:0;
    left:0;
}
div.selector.active ul {
    max-height:230px;
    overflow:auto;
}
div.selector .arrow {
    width:30px;
    height:2.3em;
    padding:3px 10px 2px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
div.selector.active ul {
    height:auto;
}
div.selector ul li {
    padding:0 20px;
}
div.selector ul li:hover {
    background:#eee;
    color:#000;
}
table.variations select, table.variations a.reset_variations {
    display:none !important;
}
div.single_variation_wrap {
    width:100%;
}
div.selector ul li[data-option="n-a"] {
    display:none;
}
div.selector ul li.n-a {
    display:none;
}
input.qty {
    background:#fff;
}
div.product_custom_fields {
    display: flex;
    align-items: center;
    flex:none;
    width:100%;
    margin-bottom: 15px;
}
div.product_custom_fields input {
    flex: 1;
    border-radius: 5px;
}
div.product_custom_fields label {
    margin-right: 1em;
}
/*-----/WOOCOMMERCE VARIABLES SELECTOR------*/
nav.main-navigation ul ul {
    background-color:#efefef;
    box-shadow:3px 3px 5px rgba(0,0,0,0.15);
}
nav.main-navigation ul .children > li, nav.main-navigation ul .sub-menu > li {
    float: left;
    width: 100%;
    display: block;
    position: unset;
}
nav.main-navigation ul li {
    text-transform: none;
}
nav.main-navigation ul .sub-menu {
    top: 0 !important;
    width: auto;
}
nav.main-navigation ul .children li > ul,
nav.main-navigation ul .children li > ul,
nav.main-navigation ul .sub-menu li > ul,
nav.main-navigation ul .sub-menu li > ul {
    left:100%;
    min-height: 100%;
    float: left;
}
li.product-list div {
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    background: #db9f0f;
}
nav.main-navigation ul .sub-menu a.main-menu-product {
    display: block;
    padding: 15px;
    width: 30% !important;
    background: #fff;
}
li.product-list h6 {
    font-size: 100%;
    line-height: 1.2;
}
nav.main-navigation ul .children li a, nav.main-navigation ul .sub-menu li a {
    white-space: unset;
}
nav.main-navigation > div > ul > li > ul.sub-menu {
    margin-top: 76px;
    padding: 0 15px;
}
header#masthead .main-navigation ul:not(.shopping-cart).sub-menu.cat-child {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    float: left;
}
header#masthead .main-navigation ul:not(.shopping-cart).sub-menu.cat-child li {
    text-align: left;
    float: none;
}
header#masthead .main-navigation ul:not(.shopping-cart).sub-menu.cat-child .product-list {
    align-self: flex-end;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: flex-end;
}
div#mobile-navigation ul li .dropdown-toggle i:before {
    color: #fff;
}
div#mobile-navigation ul li a {
    padding: 0 15px;
    display: block;
    box-sizing: border-box;
}
div#mobile-navigation ul ul ul li a {
    padding-left: 15px;
}
div#mobile-navigation ul li ul.sub-menu.cat-child a {
    background: #777;
}
div#mobile-navigation ul li.product-list div {
    background: #777;
    padding: 15px 0;
}
div#mobile-navigation ul li ul.sub-menu.cat-child li.product-list div a {
    background: #fff;
    padding: 10px;
    margin: 0 15px;
}
/*MENU MOVIL*/
header.site-header.mobile-menu {
    z-index: 10002;
}
div#mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: 100000001;
    background: #666;
    overflow: auto;
}
/*/MENU MOVIL*/


/*-------------MASONRY-------------*/
.sow-masonry-grid-item a div.masonry-content {
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:180%;
	font-weight:400;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:0 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	top:0;
	left:0;
	background:rgba(0,0,0,0.0);
    z-index: 10;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.albondigas h1, .albondigas h2, .albondigas h3, .albondigas h4, .albondigas h5, .albondigas h6 {
    font-weight: normal;
}
.sow-masonry-grid-item a:hover div.masonry-content {
    background:rgba(0,0,0,0.5);
}
.sow-masonry-grid-item a div.masonry-content .title {
    text-shadow:2px 2px 0 #000;
}
.sow-masonry-grid-item a img, .sow-masonry-grid-item a span {
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.sow-masonry-grid-item a:hover img {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.sow-masonry-grid-item a:hover .title {
    transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
/*OWL CAROUSEL*/
.owl-item img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.owl-item.active.center img, .owl-item:hover img {
    transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
    z-index: 0;
}
span.amount {
    color: #ff4122;
    font-weight: bold;
}

/*-------------PRODUCTS ON SALE-------------*/
.woocommerce .tdp-on-sale-products.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce .tdp-on-sale-products.products > div.product {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 30px 0;
    overflow: hidden;
    background: rgba(230,230,230,1);
    background: -moz-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(242,242,242,1)));
    background: -webkit-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
    background: linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f2f2f2', GradientType=1 );
}
.woocommerce .tdp-on-sale-products.products > div.product > div {
    flex: 1;
    padding: 0 30px;
    text-align: left;
    z-index: 1;
    position: relative;
}
.woocommerce .tdp-on-sale-products.products > div.product > div .buttons {
    text-align: center;
}
.woocommerce .tdp-on-sale-products.products > div.product > div .buttons a {
    width: 50px;
    height: 50px;
    transform: none;
    border-radius: 5px;
    font-size: 120%;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 5px;
}
.woocommerce .tdp-on-sale-products.products > div.product h3 {
    margin-top: 0;
    font-size: 110%;
    color: #ff4122;
    line-height: 1;
}
.woocommerce .tdp-on-sale-products.products > div.product h3 strong {
    color: #000 !important;
    width: 100%;
    display: block;
}
.woocommerce .tdp-on-sale-products.products span.image-background {
    position: absolute;
    transform: rotate(30deg);
    z-index: 0;
    width: 85%;
    left: -15%;
    top: -20%;
    opacity: 0.15;
}
.woocommerce .tdp-on-sale-products.products > div.product .short_description,
.woocommerce .tdp-on-sale-products.products > div.product .short_description h1,
.woocommerce .tdp-on-sale-products.products > div.product .short_description h2,
.woocommerce .tdp-on-sale-products.products > div.product .short_description h3,
.woocommerce .tdp-on-sale-products.products > div.product .short_description h4,
.woocommerce .tdp-on-sale-products.products > div.product .short_description h5,
.woocommerce .tdp-on-sale-products.products > div.product .short_description h6,
.woocommerce .tdp-on-sale-products.products > div.product .short_description p,
.woocommerce .tdp-on-sale-products.products > div.product .short_description li {
    font-size: 100%;
    font-weight: normal;
    color: #333;
}