@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
body {
    font-family: 'Playfair Display', serif;
}

.showbiz-container {
    -webkit-user-select: auto !important;
    -webkit-user-drag: auto !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    touch-action: auto !important;
}

.text-center {
    text-align: center !important;
}

#additional-menu {
    display: block;
    float: left;
    margin: 18px 0 20px;
}

#additional-menu ul li.lang-menu {
    padding-left: 10px;
}

#additional-menu ul li.lang-menu a {
    padding: 0 5px;
}

#top-bar {
    background: #fff none repeat scroll 0 0;
    color: #808080;
    padding: 0;
    display: block;
}

.menu-fixed #logo a img {
    width: 170px;
}

#logo {
  margin-top: 10px;
}

#logo a img {
    margin: auto;
    width: 300px;
    float: none;
}

.container.fullscreen {
    width: 100%;
}

.top-search {
    display: block;
    float: right;
    margin: 0;
    display: none;
}

.col-full {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.col-half {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.col-half:nth-of-type(odd) {
    padding-left: 0;
}

.col-half:nth-of-type(even) {
    padding-right: 0;
}

.menu {
    background-color: #fff;
    float: left;
    list-style: outside none none;
    margin: 15px 0 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.menu>li {
    float: left;
}

.sped-popup .button {
    background-color: #000;
}

.menu .homepage {
    background: rgba(0, 0, 0, 0) url("../images/home.png") no-repeat scroll 50% center;
    display: none;
    height: 50px;
    padding: 0;
    text-indent: -9999px;
    width: 50px;
}

#price-range .ui-slider .ui-slider-handle {
    background-color: #c0c0c0;
}

.newsletter-btn:hover {
    color: #fff;
}

#categories li a:hover span, #categories li a.active span {
    color: #aaa;
}

#price-range .ui-widget-content {
    background-color: #fbfbfb;
}

input.newsletter {
    color: #fff;
    font-weight: 400;
}

input:focus.newsletter {
    color: #fff;
}

.c1 {
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    width: 300px;
    margin-top: 163px;
}

.c2 {
    color: #000;
    font-size: 22px;
    line-height: 33px;
    width: 300px;
    text-align: right;
}

.c3 {
    color: #7a7a7a;
    font-size: 21px;
    line-height: 33px;
    text-align: center;
    margin: auto;
}

.centered-box {
    margin: 0 auto;
    display: block;
}

.madeinitialy {
    position: fixed;
    right: 0;
    top: 222px;
    z-index: 9999;
}

.adv {
    background-color: #666;
    background-image: url("../images/banner-adv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 51px;
    min-height: 400px;
    padding: 50px;
}

.payoff {
    margin: 25px 0;
}

li.dropdown ul li a {
    border-bottom: 1px solid #777;
    color: #3f3f3f;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-top: -1px;
    min-width: 150px;
    padding: 10px 16px;
    transition: all 0.15s ease-in-out 0s;
}

.menu>li>a:hover {
    color: #000;
}

.menu>li.sfHover .current {
    background-color: #000;
}

.container-logo {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.clearb {
    clear: both;
}

.parallax-titlebar h2 {
    color: #fff;
    display: block;
    font-size: 44px;
    font-weight: lighter;
    left: 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 37%;
    width: 100%;
    z-index: 10;
}

.menu>li>a {
    color: #575757;
    display: inline-block;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 15px 20px 15px;
    text-align: center;
    text-transform: uppercase;
}

.margin-reset h3 {
    margin-top: 30px;
}

.button.dark {
    color: #fff;
}

.button.dark:hover {
    color: #606060;
    background-color: #fff;
}

table[border] td {
    border: 1px solid #606060;
    padding: 5px;
}

.margin-reset ul {
    padding: 15px;
    list-style: disc;
}

.margin-reset ul li {
    margin-bottom: 10px;
}

/* Header*/

.nickel-free {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #000;
    color: #fff;
    padding: 0px;
    width: 200px;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/* end Header */

/* Menu Fixed */

#wrapper-menu {
    width: 100%;
}

.menu-fixed {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-animation: appendMenu 1s ease-out;
    -moz-animation: appendMenu 1s ease-out;
    -o-animation: appendMenu 1s ease-out;
    animation: appendMenu 1s ease-out;
}

.menu-fixed #logo {
    margin-top: 0 !important;
}

.menu-fixed .fixed-menu {
    margin-bottom: 0 !important;
}

.menu-fixed #navigation {
    border-bottom: 0 !important;
}

.menu-fixed .nickel-free {
    display: none;
}

.menu-fixed .container-logo {
    position: absolute;
    top: 10px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@-webkit-keyframes appendMenu {
    from {
        top: -300px;
    }
    to {
        top: 0;
    }
}

@-moz-keyframes appendMenu {
    from {
        top: -300px;
    }
    to {
        top: 0;
    }
}

@-o-keyframes appendMenu {
    from {
        top: -300px;
    }
    to {
        top: 0;
    }
}

@keyframes appendMenu {
    from {
        top: -300px;
    }
    to {
        top: 0;
    }
}

.menu-fixed #logo {
    margin-top: 15px;
}

.menu-fixed #logo a .logo {
    width: 50%;
}

.menu-fixed #logo a .brand {
    width: 15%;
}

/* end Menu Fixed */

/* Social */

.tw-timeline-container {
    margin: 0;
    overflow: hidden;
    padding: 15px 5px 0 0;
    width: 40%;
    float: left;
    box-sizing: border-box;
}

.fb-timeline-container {
    margin: 0;
    overflow: hidden;
    padding: 15px 0 0 5px;
    width: 40%;
    float: left;
    box-sizing: border-box;
}

.tw-timeline-container+.fb-timeline-container {
    float: right;
}

.fb-timeline-container {
    margin: 0;
}

.prod-detail-social a {
    color: #7f7f7f;
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.prod-detail-social a:hover {
    opacity: 0.8;
}

.csbuttons-count {
    display: none;
}

/* end Social */

#footer {
    background: #dfdfdf none repeat scroll 0 0;
    color: #7c7c7c;
    margin: 0;
    padding: 35px 0 40px;
}

#footer h3.footer {
    background: #DFDFDF none repeat scroll 0 0;
    color: #47474b;
    text-transform: uppercase;
}

#footer a {
    color: #616161;
}

.footer-links li a:hover {
    color: #999 !important;
    padding-left: 3px;
}

a.button:hover {
    color: #fff;
}

#jPanelMenu-menu .hidden-on-mobile, #jPanelMenu-menu .mega-headline {
    display: block;
    background-color: #505050;
    color: #fff;
    margin: 0;
}

ul.top-bar-menu li.lang-menu {
    margin: 0 35px 0 0;
    overflow: hidden;
}

ul.top-bar-menu li.lang-menu>a img {
    float: left;
    margin: 4px 8px 0 0;
    width: 24px;
    transition: all 0.4s ease-in-out 0s;
}

ul.top-bar-menu li.lang-menu>a:hover img {
    opacity: 0.5;
}

#cart ul li a img {
    width: 45px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.mod-compatibili {
    padding: 10px 0;
}

ul.mod-compatibili li {
    background-color: #f2f2f2;
    float: left;
    margin: 5px;
    padding: 10px;
}

ul.mod-compatibili li i {
    color: #dd3737;
    margin: 0 5px 0 0;
}

/*.twitter-timeline-container, .fb-timeline-container {
  clear:  ;
  margin: 0 6% 0 0;
  overflow: hidden;
  padding: 15px 0 0;
  width: 47%;
  float: left;
}*/

.fb-timeline-container {
    margin: 0;
}

.checkout-container {
    min-height: 500px;
    margin: 0 auto 30px;
}

.form-checkout label.tipo-pay {
    width: 100%;
    height: auto;
}

.tp-banner-container {
    overflow: hidden;
    position: relative;
}

.fattura-label {
    background-color: #f6f6f6;
    box-sizing: border-box;
    cursor: pointer;
    padding: 15px 20px;
    transition: background-color 0.2s ease-in-out 0s;
    width: 100%;
    /* height: 140px; */
    position: relative;
}

label.fattura-label.selected {
    background-color: #999;
}

label.fattura-label.selected>span,
.fattura-label.selected>p {
    color: #fff;
}

.fattura-label>input[type=checkbox] {
    float: left;
    margin: 5px 15px 0 0;
    width: auto;
}

.fattura-label>span {
    font-size: 16px;
    font-weight: bold;
    color: #606060;
}

.fattura-label>p {
    margin: 5px 10px 0 30px;
}

.selected-box {
    background-color: #f6f6f6;
    clear: both;
    overflow: hidden;
    padding: 10px 15px;
}

.selected-box .button {
    float: right;
    padding: 2px 5px 2px 7px;
}

/* WISHLIST */

.share-buttons {
    float: none;
}

.share-buttons a.button {
    background-color: #c0c0c0;
    float: left;
}

.share-buttons a.button:hover {
    background-color: #606060;
}

.share-buttons .addthis_toolbox {
    float: left;
}

/* IMMAGINI PROD CENTRATE */

.products .product {
    min-height: 435px;
}

.product .mediaholder>a.thumb {
    display: block;
    height: 280px;
    line-height: 280px;
    text-align: center;
    vertical-align: middle;
}

.product .mediaholder>a.thumb img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.mfp-gal {
    width: 100%;
}

/* NEWS */

.news-item figure a {
    display: block;
    max-height: 180px;
    overflow: hidden;
}

.news-item figure a img {
    min-height: 180px;
    width: 100%;
}

/* BLOCK UI */

div.blockOverlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    background-color: transparent;
}

.blockUI.blockMsg.blockElement>h1 {
    line-height: 30px;
    background-color: #028968;
    background-image: url("../images/ajax-loader-green.gif");
    background-position: 11px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: -3px 5px 7px -4px #000;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    padding: 11px 15px 11px 55px;
}

/* MAGNIFIC POPUP */

.mfp-preloader {
    width: 30px;
    height: 30px;
    background-color: #FFF;
    opacity: 0.65;
    margin: 0 auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -999px;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

/* MARCHI */

.thumb-marca .product .mediaholder>a.thumb {
    height: 150px;
    line-height: 150px;
    opacity: 0.7;
    transition: all 0.3s ease-in-out 0s;
}

.thumb-marca .product .mediaholder>a.thumb:hover {
    opacity: 1;
}

/* PAGINAZIONE */

.pagination ul li a.pagination-empty {
    color: #fff;
    background-color: #d0d0d0 !important;
    cursor: default;
}

/* Menu */

.menu>li:hover .current {
    background-color: #c4c4c4 !important;
}

/* end Menu */

/* Cart */

#cart a {
    color: #808080;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#cart a:hover {
    color: #808080;
}

.cart-btn .button.hovered, .cart-btn .button:hover {
    color: #808080;
    background-color: #fff;
    opacity: 0.8;
}

#cart_popup-dialog .cart-buttons a {
    background-color: #c0c0c0;
    color: #fff;
}

#cart_popup-dialog .cart-buttons a.checkout, #cart .cart-buttons a.checkout {
    background-color: #7a7a7a;
    color: #fff;
}

.cart-list {
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

#cart .cart-list .cart-remove {
    background-color: #fff;
    color: #666;
}

.cart-list table.cart-table th {
    background-color: #fff;
}

#cart .cart-buttons a.view-cart {
    color: #fff;
}

.cart-list table.cart-table tr:last-of-type td {
    border-bottom: 1px solid #fff;
}

table.cart-table.bottom .button.proceed {
    background-color: #7a7a7a;
}

table.cart-table.bottom .button.proceed:hover {
    color: #fff;
}

table.cart-table.bottom .cart-btns a:hover {
    color: #7a7a7a;
}

table.cart-table.bottom .button.gray:hover {
    color: #7a7a7a;
}

/* end Cart */

/* Contatti */

#contact fieldset div input.checkboxForm {
    float: left;
    margin: 0px 20px 20px 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

#contact fieldset div input.checkboxForm.error+label {}

#contact fieldset div input {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
}

#contact fieldset div textarea {}

#contact .submit {
    background-color: #c0c0c0;
    color: #fff;
}

#contact .submit:hover {
    background-color: #606060;
    color: #fff;
}

#richiedi-info {
    background-color: #c0c0c0;
    color: #fff;
}

#richiedi-info:hover {
    background-color: #606060;
    color: #fff;
}

/* end Contatti */

/* Prod */

.product-price-discount i {
    color: #606060;
    background-color: transparent;
}

.linking .button {
    padding: 12px 15px 12px 52px;
    line-height: 16px;
}

.linking .button:hover {
    color: #fff;
}

.linking .button.adc:before {
    padding: 12px 15px 12px 12px;
}

/* end Prod */

#jPanelMenu-menu a.current {
    background-color: #505050 !important;
}

.zoom {
    display: block;
}

/* Instagram */

.insta-post-img {
    float: left;
    width: calc(100%/7);
}

.insta-post-img a {
    display: block;
    height: 100%;
    width: 100%
}

.insta-post-img a:hover {
    opacity: 0.7;
}

.square-container {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.square-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* end Instagram */

/* Footer */

.footer-links li:before {
    color: #616161;
}

/* end Footer */

/************* RESPONSIVE ***********************************************************************************************************/

@media only screen and (min-width: 769px)and (max-width: 1389px) {
    .product .mediaholder>a.thumb {
        height: 220px;
        line-height: 220px;
    }
}

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .product .mediaholder>a.thumb {
        height: auto;
        line-height: none;
    }
    .product .mediaholder>a.thumb img {
        max-height: none;
        width: 100%;
    }
    .thumb-marca .product .mediaholder>a.thumb {
        height: auto;
        line-height: none;
    }
    .autocomplete-suggestions {
        display: none;
    }
    #cart ul li section {
        width: 180px;
    }
    #cart_popup-dialog .container {
        display: none;
    }
    #cart_popup-dialog .mainproduct .product-price {
        float: none;
        display: inline-block;
    }
    #cart_popup-dialog .cart-buttons a {
        float: none;
        width: 100%;
        padding: 7px 0;
    }
    #cart_popup-dialog .mainproduct>a>img {
        width: 80px;
    }
    #cart_popup-dialog .mainproduct section {
        margin: 0 10px 0 100px;
    }
    .linking .button {
        clear: both;
        margin: 15px 0 0;
    }
    .caption.dark h2, .caption h2 {
        font-size: 20px;
        line-height: 22px;
        margin: -20px 0 0 0;
    }
    .caption.dark h3, .caption h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #cart ul li section {
        width: 300px;
    }
}

/* Responsive */

@media only screen and (max-width: 1389px) {
    .menu>li>a {
        padding: 15px 10px 15px;
        font-size: 13px !important;
    }
    .menu-fixed #top-menu {
        display: none;
    }
    .menu-fixed .container-logo {
        position: relative;
    }
}

@media only screen and (max-width: 1289px) {
    #additional-menu {
        margin: 35px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .madeinitialy {
        bottom: 66px;
        top: auto;
        display: none;
    }
}

/* end Responsive */