/*
 Theme Name:     Lobo Child
 Description:    A basic child theme for the Lobo Agency theme.
 Template:       lobo
 Version:        1.0
*/

@import url("../lobo/style.css");
/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/
/* FONDO BIANCO */

body {
    background: #fff;
    text-transform: lowercase !important;
}
#main-wrapper {
    background: transparent;
}
.woo-cheader,
.content-module,
.post-wrapper,
.lobo-tabs .contents,
.woocommerce .lobo-tabs .contents,
.woocommerce-page .post-wrapper {
    background: transparent;
}
.no-hero #hero-wrapper {
    background: transparent;
}
.no-hero #nav-wrapper {
    background-color: transparent;
}
/* VOCI MENU */

.compact-menu .main-d-nav ul li a {
    font-size: 16px !important;
}
.compact-menu .main-d-nav ul li.current a,
.compact-menu .main-d-nav ul li a:hover {
    color: #000 !important;
    font-weight: bold !important;
}
/* SHOP DISTANZIATA */

#menu-item-176 {
    padding-bottom: 30px;
}
/* LOGO CENTRALE*/

.logo {
    position: relative;
    margin: 0 auto;
    max-width: 50%;
    margin-top: 0px;
    top: 30px;
    left: 0;
}
/* FIX LOGO E HOME */
/*body.home {overflow-y:hidden;}*/
/*.home .logo{
  display:none;
}
*/

.player .controls .play,
.player .controls .play .tiny-bars,
.player .controls .play-wrapper,
.player .controls {
    display: none !important;
}
/* BOTTONI E MENU DESTRA + HEADER BLOCCATO IN CIMA */

.compact-menu .menu-firer {
    left: 5%;
    top: 25px;
    right: auto;
}
.menu-firer .icon-menu {
    left: 5%;
    right: auto;
}
.is-active-wc #main-cart-holder {
    position: fixed;
    margin-right: 0;
    top: 25px;
}
#main-cart-holder {
    right: 8%;
    margin-right: 0;
}
#main-cart {
    right: -40px;
}
#main-cart-divider {
    right: 40px;
}
#main-user-divider {
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 8px;
    width: 2px;
    height: 25px;
    background: url(img/cart.png) no-repeat 0 -1px;
    z-index: 99;
    right: -3px;
}
.top-light #main-user-divider,
#main-user-holder.enabled #main-user-divider {
    background-position: -90px -1px;
}
#wishlist-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(img/heart.png) no-repeat -6px 7px transparent;
    z-index: 99;
}
.top-light #wishlist-button {
    background-position: -41px 7px;
}
#main-cart:hover {
    background-image: url(img/cart-hover.png);
}
#wishlist-button:hover {
    background-image: url(img/heart-hover.png);
}
#my-account-button {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    width: 40px;
    height: 40px;
    background: url(img/user.png) no-repeat -6px 7px transparent;
    z-index: 99;
}
.top-light #my-account-button {
    background-position: -41px 7px;
}
#my-account-button:hover {
    background-image: url(img/user-hover.png);
}
.main-d-nav {
    left: 0;
    right: auto;
}
#main-cart .widget_shopping_cart > div {
    background-color: #fff;
}
.compact-menu .main-d-nav {
    background-color: #fff;
}
.compact-menu .main-d-nav ul li a {
    color: #000;
}
#header {
    position: fixed;
}
.no-hero .hero-spacer {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    background: #fff;
}
.no-hero #content-wrapper {
    padding-top: 90px;
}
.no-hero .content-module {
    width: 80%;
    margin: 0 auto;
}
.no-hero #nav-wrapper {
    /*background-color: #fff;*/
}
.no-hero #header {
    background-color: #fff;
}
.menu-firer {
    -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.compact-menu .menu-firer {
    position: fixed;
    z-index: 12000;
}
.compact-menu-open .menu-firer {
    opacity: 1;
    left: 35%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.compact-menu .main-d-nav .c-close-btn {
    display: none;
}
.compact-menu.explorer .main-d-nav {
    left: 0;
}
.compact-menu .main-d-nav {
    width: 30.5%;
}
.compact-menu #main-wrapper {
    left: 0;
    -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.compact-menu #main-wrapper.menu-open {
    left: 30%;
    width: 100%;
}
.compact-menu #hero-wrapper {
    left: 0;
    -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.compact-menu #hero-wrapper.menu-open {
    left: 30%;
    width: 99.9%;
    overflow: hidden;
}
/* SCRITTA MENU VISIBILE */

@media (min-width: 960px) {
    .menu-firer small {
        display: inline;
        font-size: 1.5em;
        margin-left: 40px;
    }
    .compact-menu-open .menu-firer small {
        display: none;
    }
    .top-dark .menu-firer small {
        color: white;
    }
    .top-light .menu-firer small {
        color: black;
    }
}
/* MENU FOOTER FIX */

.menu-logo {
    display: none;
}
.compact-menu .main-d-nav .sf-menu ul li a {
    font-size: 15px !important;
}
/* CARRELLO */

#main-cart .cart-contents span {
    border: 1px solid #000;
    background-color: #fff;
}
table th,
table td {
    padding: 10px 0px 8px;
}
.shop_table tbody td {
    padding: 0 0px 65px;
}
.shop_table .amount {
    margin-left: 0 !important;
}
.woocommerce-cart .post-excerpt .wcp-title {
    padding: 10px 0;
    background: url('img/search.jpg') center center no-repeat;
    background-size: cover;
}
.woo-cheader {
    border-bottom: none;
}
.woocommerce-info {
    background: url('img/search.jpg') center center no-repeat !important;
    background-size: cover;
    color: #000;
}
.showlogin,
.woocommerce-error a {
    border-bottom: 1px dotted #000;
}
/* HERO FIX */

.hero-title {
    display: none;
}
/* NO FOOTER CANONICO */

.footer {
    display: none;
}
/* LARGHEZZA MAX */

.four-fifth {
    width: 100%;
}
/* PORTFOLIO FIX */

#portfolio-width .portfolio {
    width: 100%;
}
#portfolio-width {
    width: 80%;
    margin: 0 auto;
}
#portfolio-width h3.item-cat {
    display: none;
}
.item-hover {
    background: rgba(0, 0, 0, 0.65);
}
.item-meta h2.item-title {
    color: #fff;
}
li.product .item-meta {
    position: relative;
    width: 50%;
    margin-bottom: 0px;
    height: auto;
    left: 0;
    margin: 0 auto;
    text-align: center;
    transform: none;
}
a.closepress {
/*    display: block;
    background: url('img/close64.png');
    background-size: 32px 32px;
    position: absolute;
    top: 20px;
    right: 50%;
    width: 32px;
    height: 32px;
    color: #666;
    z-index: 99999;*/
}
.presslink {
    font-size: 2em;
}
.pressread {
    color: #666 !important;
    font-size: 1.2em;
}
#press-loader {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.page-template-template-portfolio img.rsImg {
    margin-left: 0 !important;
}
.single-portfolio #content-wrapper {
    /*overflow: visible;*/
}
.single-portfolio div[data-size="4-1"],
.single-portfolio div[data-size="4-2"],
.single-portfolio div[data-size="4-3"],
.single-portfolio div[data-size="4-4"] {
    height: auto !important;
}
.rsDefault .rsArrowIcn {
    display: block;
    background: none;
}
.rsDefault .rsArrowLeft {
    height: 100%;
    background: url('img/left64.png') no-repeat center center;
}
.rsDefault .rsArrowRight {
    background: url('img/right64.png') no-repeat center center;
}
.rsDefault .rsArrowIcn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
p.preloader {
    display: block;
    margin: 0 auto;
    height: 28px;
    width: 28px;
    background: url('img/preloader.gif') no-repeat center center;
}
/* BLOG NEWS */

.page-template-template-news.no-hero .content-module {
    width: 100%;
}
.news_body {
    width: 100%;
    height: 60vh;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.news_foot {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 100%;
    min-height: 70px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}
.read-btn {
    color: #666;
}
.pagination-inner {
    background: rgba(255, 255, 255, 0.4);
    padding: 5px;
}
.single-post .post-excerpt img {
    width: 100%;
}
.single-post .post-excerpt img,
.single-post .post-excerpt iframe {
    width: 100%;
    margin: 0 auto;
}
.sharepost {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.category-news .post-body a {
    color: #666;
}
.category-news .post-body a:hover {
    color: #000;
}
.news-img {
    width: 100%;
}
.news-title {
    padding: 100px 0;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.8em;
}
.category-news {
    text-align: center;
}
.category-news .justified-gallery {
    margin-top: 100px;
}
/* LOOKBOOK FIX */

.prtfl-item img {
    padding: 1%;
}
.image-0 {
    width: 98%;
    padding: 1%;
}
.module {
    background-color: transparent;
}
/* COOKIE */

.cookie-notice-container .button {
    border: 1px solid #fff;
    padding: 1px 3px;
}
.cookie-notice-container .button:hover {
    color: #000;
    background: #fff;
}
/* NEWSLETTER */

form.nl {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
}
label {
    font-family: 'Alegreya Sans SC', sans-serif !important;
    display: inline-block;
    width: 100px;
    margin-right: 20px;
}
form.nl select {
    font-family: 'Alegreya Sans SC', sans-serif !important;
    background: rgba(255, 255, 255, 0.1);
    margin: 5px 0;
    width: 225px;
}
form input[type="submit"].nl {
    background: transparent;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #000;
}
form input[type="submit"].nl:hover {
    background: #000;
    color: #fff;
}
input.nl {
    width: 90%;
    display: inline-block;
    font-family: 'Alegreya Sans SC', sans-serif !important;
    background: transparent;
    border: 1px solid #888;
    margin-bottom: 0px;
}
p.nl {
    text-align: center;
    font-size: 1em;
    font-family: 'Alegreya Sans SC', sans-serif !important;
}
h2.nl {
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif !important;
}
a.tos {
    text-decoration: underline;
}
a.tos:hover {
    color: #666;
}
.nl::-webkit-input-placeholder {
    color: #666;
}
.nl:-moz-placeholder {
    /* Firefox 18- */
    
    color: #666;
}
.nl::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
}
.nl:-ms-input-placeholder {
    color: #666;
}
/* STOCKIST */

.text-module a {
    color: #666;
}
.text-module a:hover {
    color: #999;
}
.module .lobo-accordion h3 {
    font-size: 30px;
    padding: 10px 0;
}
.module .lobo-accordion .section:first-child {
    border: none;
    margin-top: 0px;
}
.module .lobo-accordion .section {
    border: none;
}
.module .lobo-accordion .section.opened h3:after,
.module .lobo-accordion .section h3:after {
    display: none;
}
.module .lobo-accordion .section:first-child,
.module .lobo-accordion .section {
    padding-bottom: 10px;
}
.module .lobo-accordion strong {
    margin: 20px 0;
    font-size: 20px;
}
.module .lobo-accordion .content,
.module .lobo-accordion .content p {
    font-size: 16px;
    padding: 10px 0;
}
body.page-id-143 .text-module {
    background: url(img/stockist.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}
.page-id-143 div[data-size="4-2"] {
    min-height: 400px !important;
}
.page-id-143 div[data-size="4-2"].text-module .copy {
    padding: 0;
}
.text-module .copy h4,
.text-module .copy h5,
.text-module .copy h6 {
    font-style: normal;
}
/* THE BRAND / STYLIST / BRIDAL / BESPOKE */

.single-post .hentry {
    padding: 0;
}
sup {
    top: 0.5em;
}
.brandtext {
    padding: 5% 5%;
    width: 40%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    height: 100%;
    min-height: 90vh;
}
.brandtext a {
    padding-top: 20px;
    display: inline-block;
    font-size: 0.75em;
}
.brandtext strong {
    font-size: 1.2em;
}
.brandtext a:hover {
    color: #666;
}
.post-wrapper {
    padding: 0;
}
.post-body h2 {
    display: none;
}
.page-id-147.no-hero .content-module,
.page-id-154.no-hero .content-module,
.page-id-277.no-hero .content-module,
.page-id-280.no-hero .content-module,
.page-id-284.no-hero .content-module {
    width: 100%;
}
.page-id-147.no-hero .post-excerpt,
.page-id-154.no-hero .post-excerpt,
.page-id-277.no-hero .post-excerpt,
.page-id-280.no-hero .post-excerpt,
.page-id-284.no-hero .post-excerpt {
    min-height: 100vh;
}
/* THE BRAND */

.page-id-147 #content-wrapper {
    width: 100%;
}
.page-id-147 .the-post {
    max-width: none;
}
body.page-id-147 {
    background: url(img/brand.jpg) no-repeat center 90px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
/*- MADE TO MEASURE -*/

.page-id-154 #content-wrapper {
    width: 100%;
}
.page-id-154 .the-post {
    max-width: none;
}
body.page-id-154 {
    background: url(img/measure.jpg) no-repeat center 90px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
/*- BRIDAL -*/

.page-id-277 #content-wrapper {
    width: 100%;
}
.page-id-277 .the-post {
    max-width: none;
}
body.page-id-277 {
    background: url(img/bridal.jpg) no-repeat center 90px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
/*- THE DESIGNER -*/

.page-id-280 #content-wrapper {
    width: 100%;
}
.page-id-280 .the-post {
    max-width: none;
}
body.page-id-280 {
    background: url(img/designer.jpg) no-repeat center 90px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
/*- THE MANIFACTURE -*/

.page-id-284 #content-wrapper {
    width: 100%;
}
.page-id-284 .the-post {
    max-width: none;
}
body.page-id-284 {
    background: url(img/manifacture.jpg) no-repeat center 90px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}
/* PAGINE WOOCOMMERCE */

.lobo-tabs .contents {
    padding: 0;
}
/* SOCIAL */

.compact-menu .main-d-nav .social-area {
    left: 0;
    width: 100%;
    bottom: 3%;
}
.compact-menu .main-d-nav .social-area ul {
    text-align: center;
}
a.lastlink {
    width: 100%;
    display: inline-block;
    text-align: center;
}
a.lastlink:hover {
    font-weight: bold;
}
/* MENU */

.compact-menu .main-d-nav ul li a {
    font-size: 24px;
}
/* CONTACT */

.leftdiv,
.middlediv,
.rightdiv {
    min-width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 10%;
    width: 33%;
    text-align: center;
}
.rightdiv a,
.middlediv a,
.leftdiv a {
    color: #aaa;
}
.rightdiv a:hover,
.middlediv a:hover,
.leftdiv a:hover {
    color: #000;
}
.post-171 .post-excerpt {
    text-align: center;
}
form.wpcf7-form {
    text-align: center;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea {
    width: 80%;
    border: 1px solid #666;
}
form.wpcf7-form input[type="submit"] {
    background: #fff;
    border: 1px solid #666;
    width: 30%;
}
form.wpcf7-form p {
    max-height: 50px;
}
.justified-gallery .item-hover {
    z-index: 10000;
}
.justified-gallery .item-hover .item-title {
    font-size: 1em;
}
/* GALLERY */

.mfp-title {
    text-align: center;
    line-height: 18px;
    color: #000;
    word-wrap: break-word;
    position: fixed;
    width: 200px;
    top: 50%;
    margin-top: -30px;
    left: 70%;
    /*background: rgba(255,255,255,0.35);*/
    
    padding: 3px;
}
.mfp-title span,
.item-title span {
    font-size: 0.7em;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
    background-color: #fff;
}
.mfp-wrap,
.mfp-bg {
    z-index: 99999;
}
.mfp-counter {
    display: none;
}
.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before,
.mfp-a,
.mfp-b {
    content: "";
    content: none;
}
button.mfp-arrow-left {
    background: url('img/left64.png') no-repeat center center;
}
button.mfp-arrow-right {
    background: url('img/right64.png') no-repeat center center;
}
button.mfp-close {
    content: "";
    width: 88px;
    content: none;
    background: url('img/close64.png') no-repeat center center;
    background-size: 32px 32px;
}
.mfp-figure:after {
    box-shadow: none;
}
/* overlay at start */

.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate out */

.mfp-with-zoom.mfp-bg.mfp-removing {
    opacity: 0;
}
/* content at start */

.mfp-with-zoom.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */

.mfp-with-zoom.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */

.mfp-with-zoom.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* SHOP */

li.product .price {
    font-size: medium;
    font-weight: normal;
}
li.product .item-cat {
    color: #333;
    margin: 0;
}
li.product .item-hover {
    background: rgba(255, 255, 255, 0.65);
}
li.product h2.item-title {
    color: #000;
}
.woocommerce-page .item-hover:hover:before {
    border-color: #fff !important;
}
#shop-search {
    display: block;
    background: url('img/search.jpg') center center no-repeat;
    background-size: cover;
}
#shop-search > div {
    padding: 1%;
}
#shop-search .titles,
#shop-search .titles ul {
    overflow: visible;
}
#shop-search li,
#shop-search ul {
    float: none;
}
#shop-search .c-tabs {
    text-align: center;
}
#shop-search .titles .wsf-heading,
#shop-search a:not(.ui-slider-handle) {
    color: #000;
}
#shop-search .wsf-title {
    display: none;
}
#shop-search .contents > ul,
#shop-search .contents > div {
    margin: 0 auto;
}
#shop-search #searchform {
    float: none;
    width: 90%;
    margin: 0 auto;
}
#shop-search .wsf-heading:hover,
#shop-search li.opened .wsf-heading {
    border-bottom: 4px solid #000;
}
#shop-search .wsf-search {
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    opacity: 0.75;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    height: 36px;
}
#shop-search .contents,
#shop-search .wsf-help {
    margin-top: 0px;
}
#shop-search .wsf-help {
    padding: 0 10px !important;
}
li.current-cat a {
    opacity: 1 !important;
}
/* PRODOTTI */

.no-hero ul.content-module {
    width: 100%;
}
#container {
    width: 80%;
    margin: 0 auto;
}
.single-product .copy > div {
    display: block;
}
.related.products > h2,
.upsells.products > h2,
.cross-sells > h2 {
    background: url('img/search.jpg') center center no-repeat;
    background-size: cover;
}
.fancybox-close {
    background: url('img/close64.png') center center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    right: 0;
    top: 20px;
}
.fancybox-next span {
    background: url('img/right64.png') center center no-repeat;
    background-color: transparent;
    background-size: 64px 64px;
}
.fancybox-prev span {
    background: url('img/left64.png') center center no-repeat;
    background-color: transparent;
    background-size: 64px 64px;
}
.woocommerce-breadcrumb,
.single-product .product_meta > span.sku_wrapper,
.single-product .product_meta > span.posted_in {
    display: none;
}
.category a {
    font-size: 1.5em;
    font-weight: 400;
}
select {
    text-transform: lowercase;
}
.single-product .cart.variations_form .single_variation_wrap {
    position: relative;
  /*  margin-top: 20px;*/
    top: auto;
    right: auto;
}
.related.products li.product .price {
    font-size: 14px;
}
.related.products li.product .item-cat {
    margin-bottom: 5px;
}
.related .module ul li,
.single-product .module ul li {
    list-style-type: none;
    list-style: none;
}
.content h2,
#tab-short,
#tab-additional_information {
    display: none;
}
.single-product .images .thumbnails {
    position: relative;
    width: 77px;
    display: table-cell;
    vertical-align: top;
    margin: 0 auto;
    bottom: auto;
}
.yith_magnifier_gallery li a {
    margin-top: 0;
    margin-bottom: 1px;
}
.yith_magnifier_gallery li a img {
    border: 1px solid #ccc;
}
.yith_magnifier_zoom_wrap {} img.attachment-shop_single.wp-post-image,
.yith_magnifier_zoom img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.product-image-wrapper {
    display: table-cell;
}
.yith-wcwl-add-to-wishlist {
    margin: 40px 0;
}
.single-product .images .module {
    height: auto !important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #fff;
    color: #000;
}
.single-product .module div.copy .price {
    position: relative;
    font-size: 1.2em;
}
.social-area ul li.shareon {
    vertical-align: top;
    margin-right: 15px;
    font-weight: 700;
}
.social-area ul li a {
    display: block;
    color: #000;
}
.social-area ul li {
    display: inline-block;
}
.social-area ul li a i {
    display: block;
    font-size: 17px;
    text-indent: 0;
    position: relative;
    left: 0;
    margin-right: 10px;
}
.single-product .product_meta {
    margin-top: 0;
}
.single-product .cart.variations_form {} .single-product .entry-summary {
    margin-right: 0px;
}
.quantity.buttons_added {
    display: block!important;
}
.product-quantity .quantity.buttons_added {
    display: block !important;
}
.single-product .module div.copy p,
.single-product .module h3,
.single-product .product_meta,
.single-product .module {
    font-weight: 400;
}
#shop-search a:not(.ui-slider-handle) {
    font-size: 18px !important;
    line-height: 18px !important;
}
.single-product .module div.copy .out-of-stock {
    padding-left: 14px;
}
.single-product .module div.copy .in-stock {
    display: none;
}
.single-product .cart.variations_form .single_variation_wrap {
    width: 100%;
}
.single_add_to_cart_button.button {
    width: 95%;
}
/* ACCOUNT */

.woocommerce-page .lobo-tabs h3 {
    display: block;
}
p.wcp-subtitle {
    width: 100%;
    margin: 0 auto;
}
.woocommerce-page .post-wrapper,
.woocommerce .lobo-tabs .contents {
    padding: 0;
}
.shop_table {
    margin-top: 10px;
}
.shop_table .product-name .variation {
    margin-top: 15px;
}
a.remove {
    font-size: 3em;
    line-height: 0.4em;
}
.woocommerce-page.woocommerce-cart .lobo-tabs,
.cart_totals table,
#order_review table {
    margin-top: 0;
}
.shop_table .amount {
    margin-left: 30px;
}
.related.products li.product .button,
.upsells.products li.product .button,
.cross-sells li.product .button {
    width: 50px;
}
/* WISHLIST */

.shop_table th.product-name {
    padding-left: 0;
}
.woocommerce-wishlist .prtfl-item {
    float: left;
}
.woocommerce-wishlist h2.item-title {
    display: block;
}
li.product.small-product-thumb .price {
    font-size: medium;
}
li.product.small-product-thumb .item-cat {
    margin: 0;
}
.wishlist-title {
    text-align: center;
}
span.product-remove {
    position: absolute;
    top: 5%;
    right: 8%;
}
/* CHECKOUT */

#main-cart .widget_shopping_cart .button.checkout,
.button.view.wc-forward:hover,
#main-cart .widget_shopping_cart .button.view:hover,
a.wc-button,
.lobo-tabs input[type="submit"],
.lobo-tabs button,
.wc-button,
.woocommerce-message .button,
.single_add_to_cart_button,
#shop-search .wsf-help,
li.product .view_button.button:hover,
li.product .button.add_to_cart_button,
input#update-cart:hover,
input.newsletter-submit {
    background: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
#main-cart .widget_shopping_cart .button.checkout:hover,
.button.view.wc-forward,
#main-cart .widget_shopping_cart .button.view,
a.wc-button:hover,
.lobo-tabs input[type="submit"]:hover,
.lobo-tabs button:hover,
.wc-button:hover,
.woocommerce-message .button:hover,
.single_add_to_cart_button:hover,
#shop-search .wsf-help:hover,
li.product .view_button.button,
li.product .button.add_to_cart_button:hover,
input#update-cart,
input.newsletter-submit:hover {
    color: #000 !important;
    background: #fff !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}
#billing_company_field,
#shipping_company_field {
    display: none;
}
.payment_methods img,
.payment_methods li input[type="radio"] {
    display: block
}
.about_paypal {
    display: none;
}
input#payment_method_paypal + label {
    margin-left: -160px;
}
.lobo-tabs .titles li.opened.step-billing {
    background: url(img/1o.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
}
.lobo-tabs .titles li.opened.step-shipping {
    background: url(img/2o.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
}
.lobo-tabs .titles li.opened.step-coupon {
    background: url(img/3o.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
}
.lobo-tabs .titles li.opened.step-review {
    background: url(img/4o.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
}
.lobo-tabs .titles li.step-billing {
    background: url(img/1.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
    border: 1px solid #fff;
}
.lobo-tabs .titles li.step-shipping {
    background: url(img/2.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
    border: 1px solid #fff;
}
.lobo-tabs .titles li.step-coupon {
    background: url(img/3.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
    border: 1px solid #fff;
}
.lobo-tabs .titles li.step-review {
    background: url(img/4.png) center left no-repeat;
    padding: 0 5px 0 32px;
    background-size: 32px 32px;
    border: 1px solid #fff;
}
.lobo-tabs .titles li:hover {
    background-color: #eee;
}
label.checkbox a:hover {
    text-decoration: underline;
}
/* PARALLAX */

.page-template-template-parallax .content-module {
    width: 100%;
}
.page-template-template-parallax .the-post {
    max-width: none;
}
.slide {
    width: 100%;
    height: 75%;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.slide a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 15% 0;
    font-size: 2em;
}
a .phi {
    font-size: 0.6em;
}
#slide-brand {
    background-image: url('img/s-brand.jpg');
}
#slide-craftmanship {
    background-image: url('img/s-craftmanship.jpg');
}
#slide-designer {
    background-image: url('img/s-designer.jpg');
}
#slide-bridal {
    background-image: url('img/s-bridal.jpg');
}
#slide-measure {
    background-image: url('img/s-measure.jpg');
}
/* FIX MOBILE IPAD */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .video-fallback-div {
        width: 100%;
        height: 100vh;
        background-size: contain;
        background-attachment: fixed;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .page-id-1484 .hero-spacer {
        height: 511px!important;
    }
}
/* FIX MOBILE IPHONE PORTRAIT */
/* portrait phone (< 480px) */

@media screen and (max-width: 29.9999em) {
    /* LOGO */
    
    .logo {
        top: 34px;
        max-width: 50%;
        margin-left: 50px;
    }
    #main-cart-holder {
        right: 10%;
    }
    #my-account-button {
        right: 36px;
    }
    #main-cart {
        right: -36px;
    }
    #main-cart-divider {
        right: 38px;
    }
    #main-user-divider {
        right: 0px;
    }
    .compact-menu .main-d-nav > ul {
        display: block;
        margin-top: 20px;
        padding: 0;
    }
    a.lastlink {
        font-size: 17px;
    }
    .compact-menu .main-d-nav .social-area ul li a i {
        font-size: 15px;
    }
    .product-image-wrapper {
        display: inline;
    }
    .video-fallback-div {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
    }
    /* NEWSLETTER */
    
    form.nl {
        width: 240px;
    }
    input.nl {
        width: 90%;
    }
    .module img.logohome {
        width: 90%;
    }
    /* MENU */
    
    .compact-menu .main-d-nav > ul li {
        padding: 0;
    }
    .compact-menu .main-d-nav ul:first-child li a {
        font-size: 11px !important;
        text-align: center;
    }
    ul.sub-menu li a {
        font-size: 12px !important;
    }
    .compact-menu-open .menu-firer {
        opacity: 1;
        left: 90%;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .compact-menu-open #wishlist-button,
    .compact-menu-open #main-cart,
    .compact-menu-open #my-account-button {
        display: none;
    }
    .compact-menu .main-d-nav .c-close-btn {
        display: none;
    }
    .compact-menu.explorer .main-d-nav {
        left: 0;
    }
    .compact-menu .main-d-nav {
        width: 80%;
    }
    .compact-menu #main-wrapper {
        left: 0;
        -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }
    .compact-menu #main-wrapper.menu-open {
        left: 80%;
        width: 100%;
    }
    .compact-menu #hero-wrapper {
        left: 0;
        -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }
    .compact-menu #hero-wrapper.menu-open {
        left: 80%;
        width: 99.9%;
        overflow: hidden;
    }
    /* CONTACT*/
    
    .leftdiv,
    .middlediv,
    .rightdiv {
        text-align: center
    }
    .page-id-171.no-hero .content-module {
        width: 100%;
    }
    /* GALLERY */
    
    .mfp-title {
        top: auto;
        left: auto;
        margin-top: 0px;
        right: 5%;
        bottom: 10%;
        color: #000;
        background: rgba(255, 255, 255, 0.35);
        padding: 0;
    }
    /* BRAND ECC */
    
    .brandtext {
        padding: 5% 5%;
        width: 90%;
        left: 0%;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
        height: 100%;
    }
    .slide a {
        padding: 45% 0;
    }
    body.page-id-147,
    body.page-id-154,
    body.page-id-277,
    body.page-id-280,
    body.page-id-284 {
        background-position: center center;
        background-attachment: scroll;
    }
    /* SHOP */
    
    .woocommerce-page:not(.single-product) td {
        display: block !important;
        text-align: center;
    }
    .woocommerce td.product-subtotal {
        padding-bottom: 0;
    }
    .woocommerce td.product-price {
        display: none !important;
    }
    body.single-product .images .thumbnails {
        display: table-cell;
    }
    form input[type="submit"] {
        font-size: 15px;
        height: auto;
        right: 0%;
        width: auto;
    }
    .yith_magnifier_gallery li a img {
        width: 70px;
        height: auto;
    }
    .single_add_to_cart_button {
        margin-left: -6%;
    }
    li.product.small-product-thumb .button {
        padding: 0px 25px;
        width: 30px;
    }
}
/* RELATED SCHERMI PICCOLI */

@media (max-width: 960px) {
    .single-product .related.products,
    .single-product .upsells.products {
        display: block;
        width: 75%;
        margin-left: -20px;
    }
}
/* WISHLIST SCHERMI PICCOLI */

@media only screen and (max-width: 760px),(max-device-width: 1024px) and (min-device-width: 768px) {
    .variations-table td {
        padding: 0;
        padding-left: 1%;
        text-align: center;
    }
    .single-product .cart.variations_form table {
        margin-left: -24px;
        width: 100%!important;
    }
    .single-product .entry-summary {
        padding-top: 0px;
        margin-right: 0;
    }
    .woocommerce td.product-remove {
        position: relative;
        display: table-cell;
        margin-top: 0px;
        left: 0%;
        vertical-align: middle;
    }
    .woocommerce:not(.single-product) td:nth-of-type(2):before,
    .woocommerce:not(.single-product) td:nth-of-type(4):before {
        content: "";
        content: none;
    }
    .woocommerce-page:not(.single-product) td {
        display: table-cell;
        vertical-align: middle;
    }
    .woocommerce-page:not(.single-product) tr {
        display: table-row;
    }
    .woocommerce-page:not(.single-product) table {
        display: table;
    }
    .woocommerce-page:not(.single-product) thead {
        display: table-header-group;
    }
    .woocommerce-page:not(.single-product) tbody {
        display: table-row-group;
    }
    .single_add_to_cart_button {
        margin-left: -6%;
    }
    .single-product .related.products,
    .single-product .upsells.products {
        width: 100%;
        margin-left: 0;
    }
    .woocommerce td.product-quantity {
        margin: 0 auto;
        padding-left: 40px;
    }
    .woocommerce td.product-subtotal {
        width: 50%;
        float: left;
    }
}
/* RETINA FIX */

@media (-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
    #wishlist-button {
        background-size: 92px 25px !important;
        background-image: url(img/heart_x2.png) !important;
    }
    #wishlist-button:hover {
        background-image: url(img/heart-hover_x2.png) !important;
    }
    #my-account-button {
        background-size: 92px 25px !important;
        background-image: url(img/user_x2.png) !important;
    }
    #my-account-button {
        background-image: url(img/user-hover_x2.png) !important;
    }
    #main-cart,
    #main-user-divider {
        background-size: 92px 25px !important;
        background-image: url(img/cart_x2.png) !important;
    }
    #main-cart:hover {
        background-image: url(img/cart-hover_x2.png) !important;
    }
}


/* AGGIUNTE STEFANO */
.single-product.woocommerce-page .onsale{
    display: none!important;
}
.page-id-1484 #hero-wrapper{
    position: absolute;
}
.related.products li.product .add_to_cart_button{
    display: none;
}

.compact-menu #hero-wrapper.menu-open{
    left:0px;
}

button.mfp-close{
    background: url("http://www.urbanstudios-devarea.com/jessicachoay/wp-content/themes/lobo-child/img/close64-old.png") no-repeat center center;
    background-size: 32px 32px;
}

a.closepress{
/*    
    top: 780px;
    right: 50%;
    transform: translateX(50%);
*/

 display: block;
    background: url('img/close64.png');
    color: #666;
    z-index: 99999;
    background-size: auto;
    position: relative;
    margin:0 auto;
    width: 80px;
    height: 20px;
}
.presslink{
    margin-top: 0px;
}
.mfp-title{
    background: rgba(255, 255, 255, 0.75);
}
#shop-search .clearfix{
    padding: 0px;
}

#shop-search .contents{
    background: #f7f7f7;
    padding:20px;
}
#shop-search .contents .product-categories li a{
color:#000;
}
.reset_variations{
    display: none!important;
}
.single-product .module .price del {
    position: initial;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    top: 0;
}
li.product .price del + ins{
    top:0px;
}
li.product .price del {
    position: initial;
    font-size: 16px;
    color: #000;
    width: 100%;
    left: 0;
    opacity: 1;
}

.onsale {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #F00;
    color: #FFF75F;
    top: 10px;
    border-radius: 80px;
    right: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 70px;
    font-weight: 700;
    color: #fff!important;
    text-transform: uppercase;
    vertical-align: bottom;
    z-index: 9;
}

.mfp-title {
    left: 63%;
     background: rgba(255, 255, 255, 0.4);
}
.no-touch .call-to-action-achr:hover {
    background: rgba(0, 0, 0, 0.4);
    color:#fff!important;
}
.no-touch .call-to-action-achr:hover h3{
    color: #fff!important;
}
.no-touch .call-to-action-achr:hover p{
    color: #fff!important;
    
}
#main-wrapper small{
    text-transform: lowercase!important;
}
body.home .module div.copy p{
    font-size: 17px!important;
}
.no-touch .call-to-action-achr p{
    font-size: 17px;
}
li.product .button.add_to_cart_button {
    padding: 0px 44px;
    margin-left: 5px;
}
.single-product .images .thumbnails {
    display: inline-block;
    width: auto;
}
.single-product .images {
    text-align: center;
}
.single-product .product-content .copy {
    width: 100%;
}
#hero-wrapper .target-top {
    top: 0px;
}
#nav-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 77px;
    padding: 0px;
    background: rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.archive.woocommerce-page li.product .button.add_to_cart_button {
    display: none;
}
#hero-wrapper .target {
    position: absolute;
    display: block;
    width: 100%;
    height: 77px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    background: white;
}
@media only screen and (max-device-width: 1024px) {
    .news_body {
        width: 100%;
        height: 60vh;
        position: relative;
        text-align: center;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    body.page-id-147 {
        background-position: right;
    }
}



/*Libero dalle query*/

body.page-id-169 {
    text-transform: inherit!important;
}
#terminiecondizioniTxt p {
    font-family: lato!important;
    font-size: 15px!important;
    font-weight: 200!important;
    margin-bottom: 50px;
}
.related.products {
    margin-bottom: 100px;
}
.ancoraTerms {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}
#shop-search .wsf-heading:hover,
#shop-search li.opened .wsf-heading {
    border-bottom: 4px solid #fff;
}
#shop-search .titles .wsf-heading,
#shop-search a:not(.ui-slider-handle) {
    color: #fff;
}
#shop-search {
    background: #000;
}
.related.products > h2,
.upsells.products > h2,
.cross-sells > h2 {
    background: #000;
    margin-top:50px;
    height: 50px;
    margin-bottom: 30px;
    line-height: 50px!important;
    color: #fff;
}
.related.products ul{
    width: 100%!important;
}
.related.products ul li {
    width:25%!important;
}
span.onsale{
    display: none;
}
.single-product .module .price del{
    font-size: 16px;
}
.single-product .module .price ins{
    font-size: 16px;
    color:rgb(255,0,0);
}
#shop-search .titles{
    height: 59px;
    line-height: 50px;
}

#shop-search .contents li a{
    color:#000!important;
}

#main-cart .widget_shopping_cart .product_list_widget img{
    height: auto;
    width:100px;
}

.woocommerce-wishlist .view_button{
    display: none!important;
}
.woocommerce-wishlist .add_to_cart_button{
    display: none!important;
}

.woocommerce-wishlist .item-cat{
    display: none!important;
}

body.archive .item-meta ins{
    color:red;
}

#shop-search  .contents li.cat-item-45 a{
    color:red!important;
    opacity: 1;
}
.woocommerce-wishlist .item-title{
    margin-top: 20px!important;
}
.price ins{
    color:red!important;
}
.wishlist-title{
margin-bottom:30px;
}

#shop-search a:hover:after{
    display: none!important;
    opacity: 0!important;
}

a.add_to_wishlist {
    padding-left: 3px;
}

.yith-wcwl-add-to-wishlist{
	margin: 30px 10px;
}

.single-product .cart.variations_form table{
	width: 100%!important;
}

.single_add_to_cart_button.button{
    width: 100%;

}

.single_variation_wrap .quantity{
    display: none!important;
}
.single_variation_wrap{
    margin-top: 40px;
}
.single-product .fancybox-overlay .fancybox-close{
    background: url('img/close64-old.png') center center;
        background-size: 32px 32px;
    background-repeat: no-repeat;
}
.product-quantity .input-text{
    width: auto;
}

.product-quantity .quantity:before, .product-quantity .quantity:after {
    font-size: 10px;
    line-height: 28px;
}

.cart-collaterals{
    display: none;
}
.woocommerce-cart .shipping h2, .woocommerce-cart .shipping h3, .woocommerce-cart .shipping input, .woocommerce-cart .shipping .shipping-calculator-form,.woocommerce-cart a.checkout-button{
    display: none!important;
}

.woocommerce-info{
    margin-bottom: 25px;
}

.woocommerce-cart td.product-quantity{
    display: none!important;
}
table.shop_table.cart{
    margin: 0 auto;
    width: 60%;
}

.page-id-1562 .the-post{
    max-width: none;
}
.page-id-1562 .no-hero .content-module{
    width: 100%!important;
}

.page-id-1578  .call-to-action-module{
    border-bottom:1px solid white;
}
#module-15781{
    border-right:1px solid white;
}

.testounterzo{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
}


.iconesocialhome{
    text-align: center!important;
    margin:0 auto;    
}

.iconesocialhome li{
    margin:0 10px;
}

.social-area .iconesocialhome li a i{
    font-size: 20px;
}

.fotounterzo{
    /*width: 33.20%;*/
    width: calc((100vw - 2px)/3);
    height: 50vh;
    border-top: 1px solid white;
    float: left;
}
/*div[data-size="2-2"]{
    width: 49.9%!important;
}*/
#module-15784{
    padding: 0px!important
}
#module-15784 .copy{
    width: 100%!important;
    padding:0px!important;
}
#module-15784 .copy div div{
    padding: 0px!important;    
}
.fotounterzo.bloccouno{
    background: url(https://www.jessicachoay.com/wp-content/uploads/2016/02/SD-211-X2.jpg);
    background-size: cover;
}
.fotounterzo.bloccodue{
    background: url(https://www.jessicachoay.com/wp-content/uploads/2016/02/Philosophy-Craftsmanship-Menu.jpg);
    background-size: cover;
    border-right:1px solid white;
    border-left:1px solid white;
}
.fotounterzo.bloccotre{
    background: url(https://www.jessicachoay.com/wp-content/uploads/2016/02/jessicaprofilo.jpg);
    background-size: cover;
    background-position: right;
}
#module-15784 .no-wrap{
    height: 100%;
}

.hoverunterzo{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.0);
}
.hoverunterzo:hover{
   background: rgba(0,0,0,.4);
   cursor: pointer;
}
/*.text-module a{
    color:white;
}*/
.copy p{
    font-style: italic!important;
}
.hoverunterzo:hover a{
    color:white;
}
.hoverunterzo:hover .sottotesto{
    color:white;
}
.module .copy h3{
    font-size: 25px;
}

#module-15785 .copy div div{
    padding:0px;
}
        
#module-15786 .copy div div{
    padding:0px!important;
}
.module .copy div div h3:after{
    display: none;
}

.call-to-action-achr .call-action-icon{
    display: none;
}

   #module-15785 .copy div div{
    padding-bottom:0px!important;
   }

   span.sottotesto{
    font-size: 17px;
    display: none!important;
   }
.fotounterzo a{
    font-size: 25px;
    color:#fff;
}

   #scroll-discover {
        position: fixed;
        background-color: #fff;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        /*border-top: 1px solid #d8c7b0;*/
        z-index: 999;
        font-weight: 500;
    }

    .twitterIcHome a:hover{
        color: #00acee;
    }
    .facebookIcHome a:hover{
        color: #3b5998;
    }
    .pinterestIcHome a:hover{
         color: #c00014;
    }
    .instagramIcHome a:hover{
         color: #3F729B;
    }
    .googleIcHome a:hover{
         color: #dd4b39;
    }

    .video-embedded .vem-overlay:hover .vem-play {
        background-color:rgba(0,0,0,0)!important;
    }
    .video-embedded .vem-overlay:hover .vem-play{
        background-position: center center!important;
    }
/*    .vem-overlay:hover .vem-play{
        background: inherit!important;
    }*/

    .mobileBlocco{
        width: 100vw;
        height: calc(100vh - 145px);
        background: #000;
        border-bottom:1px solid #fff;
        /*font-size: 1.8em;*/
        color: #fff;
        position: relative;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mobileBlocco:hover h3, .mobileBlocco:hover p, .mobileBlocco:hover a{
        color:grey!important;
    }
    .mobileBloccoShop{
        background-image:url("http://www.jessicachoay.com/wp-content/uploads/2018/09/Banner-1-1600x800.jpg");
        background-size: cover;
        background-position: right;
    }
    .mobileBlocco1{
        background-image:url("http://www.jessicachoay.com/wp-content/uploads/2016/02/GIGI-banner.jpg");
        background-position: center;
    }
    .mobileBlocco2{
        background-image:url("http://www.jessicachoay.com/wp-content/uploads/2016/02/HOME-CHOKER-WHITE-lookbook-960x960.jpg");
    }
    .mobileBlocco3{
        background-image:url("http://www.jessicachoay.com/imageHome/bg3n.jpg");
        background-position: top center;
    }
    .mobileBlocco4{
        
    }
    .mobileBlocco5{
        background-image:url("http://www.jessicachoay.com/imageHome/bg5.jpg");
    }
    .mobileBlocco6{
        background-image:url("http://www.jessicachoay.com/imageHome/bg6.jpg");
    }
    .mobileBlocco7{
        background-image:url("http://www.jessicachoay.com/imageHome/bg7.jpg");
    }
    .mobileBlocco .testoInterno{
        position: absolute;
        top:50%;
        left: 50%;
        transform:translate(-50%, -50%);
        -webkit-transform:translate(-50%, -50%);
        -o-transform:translate(-50%, -50%);
        -moz-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
    }
    .mobileBlocco a{
        color: #fff;
        font-size: 1em;
        text-decoration:none!important; 
        text-transform: none!important;
    }
    .mobileBlocco a:hover, .mobileBlocco a:focus, .mobileBlocco a:active, .mobileBlocco a:visited{
        color: #fff;
        text-transform: none!important;
        text-decoration: none!important;
    }
    .mobileBloccoVideo{
        height: auto;
    }
    .homeSuMobile{
        display: none;
    }

    #terminiecondizioniTxt p a{
        text-decoration: underline!important;
    }
/*Fine libero dalle query*/




@media only screen and (max-device-width: 1024px) {

   
    .page-id-1484 #hero-wrapper .target {
        display: none;
    }
    .page-id-143 .module.text-module{
        position: relative!important;
        height:90vh!important;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    #hero-wrapper figure{
        transform:none!important;
    }
    a.closepress{
/*        background-size: 80px 20px!important;
        position: absolute!important;
        top: 425px!important;
        left: 50%;
        margin-left: -40px;*/
    }

    .single_add_to_cart_button{
        margin-top:5px;
        margin-left: 0%;
    }
    .single-product .cart.variations_form table{
        margin-left: 0px;
        width: 100%!important;
    }
    .page-id-171 #content-wrapper{
    width: 95%;
    margin: 0 auto;
}

    .news_body {
        width: 100%;
        height: 60vh;
        position: relative;
        text-align: center;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .single-product td{
    padding-left: 0%;
}
    .emodal.small{
        width: 45%;
    }
    body.page-id-147 {
        background-position: right;
    }
    body.page-id-280 {
        background-position: top right;
    }
    li.product .item-meta {
        position: relative;
        width: 50%;
        margin-bottom: 0px;
        height: auto;
        margin: 50px auto;
        left: 27%;
    }
    body.compact-menu-open .logo{
      left:17%;
    }
}

@media only screen and (max-device-width: 481px) {
    .homeSuMobile{
        display: block!important;
    }
    .fotounterzo:hover a{
        color:#666;
    }
    .fotounterzo.bloccodue:hover span{
         color:#666!important;
    }
    .hoverunterzo:hover{
        background: rgba(0,0,0,0);
    }

	.related.products ul{
    width: 70%!important;
}
    .single_add_to_cart_button.button{
        margin-left:0px;
        width:100%;
    }
    body.single-product .cart.variations_form .single_variation_wrap{
        top:0px;
    }

    #hero-wrapper figure{
        transform:none!important;
    }
    #eModal-1{
        top:0px!important;
    }

.logo img{
    max-width: 100%;
    width: 100%;
}
#main-cart-holder{
    right:15%!important;
}

.logo{
    /*max-width: 70%!important;*/
    top:32px!important;
    margin-top: 3px!important;
}
a.closepress{
/*    background-size: 80px 20px!important;
    position: absolute!important;
    top: 192px!important;*/
}
.mfp-title{
    right: 50%;
    transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background: rgba(255, 255, 255, 0.75);
    left:auto!important;
}
    table.variations td.label {
    padding: 10px 3px 8px!important;
}
.single-product .cart.variations_form table{
    margin-left:0px;
    width: 100%!important;
}
.single-product td{
    padding-left:0%!important;
}
.single-product #container{
    width:95%;
    margin: 0 auto;
}
.emodal.small{
    margin-top: 100px!important;
}

body.single-product .images{
    width:72%;
    margin:0 auto;
}
.related.products h2{
    margin-top: 50px;
    line-height: 50px!important;
    height: 50px;
}
.related.products .item-meta h2{
    margin-top: 0px;
    height: auto;
    margin-bottom:0px!!important;
}
.related.products .item-meta{
    width:100%;
}
.gema75_chart_table_container{
    min-width: 260px;
    margin-top: 50px;
}
.page-id-164 h2{
    font-size: 15px!important;
}
.page-id-164 h2 a{
    font-size: 15px!important;
}
.page-id-164 .news_foot{
    min-height: 60px;
}

    .compact-menu.explorer .main-d-nav {
        left: 0;
    }
    .compact-menu .main-d-nav {
        width: 100%;
    }
    .compact-menu #main-wrapper {
        left: 0;
        -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }
    .compact-menu #main-wrapper.menu-open {
        left: 100%;
        width: 0%;
    }
    .compact-menu #hero-wrapper {
        left: 0;
        -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }
    .compact-menu .main-d-nav > ul li {
        padding: 0;
            margin-bottom: 0.1em;
    }
    .compact-menu .main-d-nav ul:first-child li a {
        font-size: 20px!important;
        text-align: center;
    }
    ul.sub-menu li a {
        font-size: 25px;
    }
    .compact-menu-open .menu-firer {
        opacity: 1;
        left: 100%;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .compact-menu-open #wishlist-button,
    .compact-menu-open #main-cart,
    .compact-menu-open #my-account-button {
        display: none;
    }
    .compact-menu .main-d-nav > ul {
        position: absolute;
        top: 50%;
        transform: translateY(-70%);
        -moz-transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        -o-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
    }
    .compact-menu.explorer .main-d-nav {
        left: 0;
    }
    .compact-menu .main-d-nav {
        width: 100%;
    }
    .compact-menu #main-wrapper {
        left: 0;
        -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }
    .compact-menu #main-wrapper.menu-open {
        left: 100%;
        width: 0%;
    }
    .compact-menu #hero-wrapper {
        left: 0;
        -webkit-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -moz-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        -o-transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 0.555s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }
    .compact-menu #hero-wrapper.menu-open {
        top: 100%;
        width: 0%;
        overflow: hidden;
    }
    /* CONTACT*/
    
    .leftdiv,
    .middlediv,
    .rightdiv {
        text-align: center;
    }
    .page-id-171.no-hero .content-module {
        width: 100%;
    }
    .compact-menu #hero-wrapper.menu-open {
        top: 100%;
        width: 99.9%;
        overflow: hidden;
    }
    .compact-menu .main-d-nav .c-close-btn {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 5%;
        left: 5%;
        display: block;
    }
    .compact-menu .main-d-nav .c-close-btn span {
        width: 45px;
    }
    #my-account-button,
    #wishlist-button,
    #main-user-divider,
    #main-cart-divider {
        display: none;
    }
    .logo {
        position: relative;
        margin: 0 auto;
        max-width: 50%;
        margin-top: 5px;
        top: 30px;
        left: 0;
    }
    .product-image-wrapper {
        display: inline;
    }
    .compact-menu .main-d-nav .social-area{
        bottom:0px;
    }
    .compact-menu .sf-menu ul{
        margin:10px 0;
    }

    .woocommerce-cart .shop_table .product-name img{
        width:120px;
        margin:0 auto;
        float:none;
        display: block;
    }
    .woocommerce-cart .shop_table td{
            margin: 0 auto;
    display: block!important;
    text-align: center;
    padding-bottom: 0px;
    }
    .woocommerce-cart .shop_table .product-name .variation{
        margin-bottom: 15px;
    }
    .woocommerce-cart td.product-quantity{
        margin: 0 auto;
        padding-left: 0px!important;
        text-align: center;
        width: 100%;
        height: auto;
    }
    .woocommerce-cart td.product-subtotal {
        width: 100%;
        float: none;
    }   
    .woocommerce-cart td {
        display: block!important;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 0px;
        vertical-align: middle;
    }
    .woocommerce-cart td.product-quantity{
        display: none!important
    }
    .product-quantity .quantity.buttons_added{
        margin: 0 auto;
    }
    .woocommerce-cart td.product-subtotal{
        display: none!important;
    }

    .related.products ul li {
        width: 100%!important;
    }
    td.product-quantity .quantity {
     margin: 0 auto;
    }
    table.shop_table.cart{
        margin: 0 auto;
        width: 100%;
    }
}
.choay_nextBtn{
    margin-bottom: 30px;
}
.choay_nextBtn a{
    border: 1px solid #000;
    padding: 10px 30px;
    color: #fff;
    background: #000;
}
.choay_nextBtn a:hover{
    color: #000;
    background: #fff;
}

.choay_nextCoupon{
    margin-top: 40px;
}
#checkout_coupon form.checkout_coupon{
    display: block!important;
}

@media only screen and (max-width: 960px) {
    #module-15785, #module-15785 .copy,  #module-15786,  #module-15786 .copy{
        padding:0px!important;
    }
    .text-module ul{
        margin-top: 12px;
    }
   #module-15785 .copy div div{
    padding-bottom:0px!important;
   }
    #module-15781{
        border-right:none;
    }
     .fotounterzo.bloccodue{
        border-left:none;
        border-right:none;
        border-top: 1px solid white;
        /*border-bottom: 1px solid white;*/
    }

    .fotounterzo{
        float:none;
        width: 100%;
    }

}
.mobileBlocco3{
    display: none;
}
#wpadminbar{
    /*display: none!important;    */
}
div .fotounterzo a p {
    display: none;
}
.star-rating{
    display: none;
}
/*
#shop-search .right{
    width: 100%!important;
    margin-top: 0px;
}*/




.archive .woocommerce-pagination {
    background-color: transparent;
        font-family: 'Alegreya Sans SC', sans-serif;
}
li.product.type-product {
    position: relative!important;
    left: 0px!important;
    top: 0px!important;
    float: left;
    transition: none!important;
    transform: none!important;
}
.woocommerce-pagination .page-numbers .page-numbers {
    position: relative;
    display: block;
    padding: 5px 5px!important;
}
.woocommerce-pagination .page-numbers li {
    padding: 40px 10px!important;
}
.no-hero ul.content-module{
    height: auto!important;
}
.single-post .post-body li {
    width: 24.5%;
    position: relative!important;
    display: inline-block!important;
    padding: 0px!important;
    margin: 0.1% 0.25% !important;
}
.img_as_seen_on img {
    width: 100%!important;
    position: relative!important;
    display: block;
}
.alm-btn-wrap .alm-load-more-btn{
    background: transparent!important;
    margin-left: 100px;
    bottom: 0px;
}
.alm-btn-wrap .alm-load-more-btn.loading{
    margin: 0px!important;
    padding:0px!important;
}
@media screen and (max-width: 1020px){
    .single-post .post-body li {
        width: 32.83%!important;
    }
}
@media screen and (max-width: 768px){
    .single-post .post-body li {
        width: 49.5%!important;
    }
}
.the-post{
    max-width: 1450px!important;
}
.no-hero .content-module {
    width: 100%;
    margin: 0 auto!important;
}
.tre_colonne{
    width: 32.83%!important;
}
@media screen and (min-width: 1400px){
    .single-post .post-body li {
        width: 24.5%!important;
    }
}
.single-post .hentry {
    max-width: 90%;
    padding: 0;
    margin: 0 auto!important;
    float: none!important;
}
h2.item-title.titolo_as_seen_on {
    display: block;
    font-size: 19px;
}
li.product .item-meta {
    min-height: 150px;
}