/*
    RESPONSIVE
*/



@media all and (max-width: 1000px) {
    /**Gift Card**/
    .html-giftcard-details-page .overview .prices,
    .html-giftcard-details-page .overview .attributes,
    .html-giftcard-details-page .overview .product-name,
    .html-giftcard-details-page .overview .earn-rewardpoints-message {
        text-align: center;
    }
    .html-giftcard-details-page .giftcard input,
    .html-giftcard-details-page .giftcard textarea {
        width: 100%;
    }
    .html-giftcard-details-page .gallery-giftcard + div #cartAndWish .add-to-cart{
        width: auto;
    }
    .html-giftcard-details-page .gallery-giftcard + div #cartAndWish {
        justify-content: center;
    }
    .product-filter .filter-content {
        height: calc(100vh - 192px);
    }
    /****/
    /*** GLOBAL TABLES ***/
    .onlyDesktop {
        display: none !important;
    }
    .cart {
        display: block;
    }

    .cart colgroup,
    .cart thead {
        display: none;
    }

    .cart tbody {
        display: block;
        overflow: hidden;
    }

    .cart tr {
        display: block;
        position: relative;
    }

        .cart td {
            display: block;
            border: none;
            padding: 10px;
            text-align: right;
        }

    .password-recovery-page .page-body {
        text-align: center;
    }

    .cart td.unit-price,
    .cart td.subtotal {
        display: inline-block;
        padding: 0 10px 5px 0;
        vertical-align: middle;
    }

    

    .cart td.subtotal {
        width: 100%;
    }

    .order-details-page .data-table {
        display: block;
    }

    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
        display: none;
    }

    .order-details-page .data-table tbody {
        display: block;
        overflow: hidden;
    }

    .order-details-page .data-table tr {
        display: block;
        float: left;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }

    .order-details-page .data-table td {
        display: block;
        border: none;
        padding: 10px;
    }

    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
    }

    .twoColumnsLayout .center-2 .page-title {
        display: none;
    }
    .twoColumnsLayout .center-2 .order-details-page .page-title {
        display: block;
    }

    /*** MOBILE NAVIGATION ***/

    #mainNav.onScrollTop { width: 100%; /*height: 160px;*/}

    #mainNav.onScrollTop .innerMainNav {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 1000;
        background: #fff;
        -webkit-animation: slideInDown .5s;
        -moz-animation: slideInDown .5s;
        -o-animation: slideInDown .5s;
        animation: slideInDown .5s;
    }
    html.open-search .search-box.store-search-box {width: 95%;position: relative;margin: auto;z-index:10;}
    html.open-search .search-box-form.opened .search-box-button{right: 60px;  top: 16px;}
    html.open-search .search-box-form.opened .icon-close {position:absolute;right: 10px;top: 14px;cursor: pointer; text-transform: inherit; font-size: 18px;line-height:18px;min-height:18px;min-width:18px}
    html.open-search .header {
        margin: 0;
        width: 100%;
    }
    .header {
        width: calc(100% - 50px);
        padding: 10px;
        margin: 5px 0 0 50px;
        text-align: center;
        order: 1;
    }
    .innerHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-logo {
        text-align: center;
        height: 36px;
    }
        .header-logo a img {
            width: 120px;
            height: auto;
        }
    .header-topMenu {
        z-index: 10;
        display: inline-block;
        top: auto;
        right: 0;
    }
    .header-links-wrapper {
        padding: 0;
    }
    .header-links span, .header-links a {
        line-height: 30px;
        min-width: 30px;
        min-height: 30px;
    }
    .header-menu {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: 0px;
        order: 1;
    }
    html.open-search #mainNav.onScrollTop .header-search {
        top: 0px;
    }



    .menu-toggle {
        font-size: 15px;
        font-weight: bold;
        color: #181818;
        text-transform: uppercase;
        padding: 10px 15px;
        cursor: pointer;
        width: 30px;
        height: 20px;
        position: absolute;
        display: block;
        top: -42px;
        left: 18px;
    }

    #hamburger-icon .line {
        display: block;
        background: #181818;
        width: 90%;
        height: 1px;
        position: absolute;
        left: 0;
        border-radius: 4px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
    }

    #hamburger-icon .line.line-1 {
        top: 0;
    }

    #hamburger-icon .line.line-2 {
        top: 50%;
    }

    #hamburger-icon .line.line-3 {
        top: 100%;
    }

    #hamburger-icon.active .line-1 {
        transform: translateY(10px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
        -moz-transform: translateY(10px) translateX(0) rotate(45deg);
    }

    #hamburger-icon.active .line-2 {
        opacity: 0;
    }

    #hamburger-icon.active .line-3 {
        transform: translateY(-10px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
    }

    .top-menu {
        display: none;
        height: 100vh;
        background: #f6f6f6;
    }

    .top-menu > li {
        position: relative;
        margin: 0px;
        background-color: #f6f6f6;
    }

    .top-menu > li > a {
        display: block;
        height: 50px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 50px;
        vertical-align: middle;
        color: #555;
        font-weight: 500;
    }
    .top-menu > li.onlyMobile {background:#ddd}
        .top-menu > li.onlyMobile > a {font-size: 12px; font-weight: 400; height: 35px; line-height: 16px;}
    .top-menu > li.onlyMobile > a:first-child {padding-top:20px}
    .top-menu.mobile > li.onlyMobile:last-child {padding-bottom: 20px;}
    .top-menu .sublist {
        display: none;
        border-top: 2px solid #7DC3BD;
        background-color: #e2f4f4;
        color: #181818;
        padding: 5px 0;
    }

    .top-menu .sublist .pictureCategory {
        display: none;
    }

    .top-menu .sublist li {
        position: relative;
        margin: 0px 0px 0px 20px;
    }

    .top-menu .sublist li a {
        display: block;
        padding: 15px 18px;
        font-size: 15px;
    }

    .sublist-toggle:before {
        font-family: "kasbia" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content:"k";
    }
    .sublist-toggle.open:before {
        content: "j";
    }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        padding: 15px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #7DC3BD;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
        border: none;
    }
    .block-account-navigation ul.list li {
    }
    .block-account-navigation ul.list li:first-of-type {
        border-top: 0px;
    }
    .order-list-page .order-list .section,
    .address-list-page .address-list .section {
        margin: 25px 0 0;
        width: 100%;
    }
    .address-list-page .add-button{
        width:100%;
        margin: 0;
    }
    .address-list-page .button-2 {
        padding: 0px 26px 0px 26px;
        font-size: 26px;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
    }
    .account-page .page-title {
        margin: 0;
        padding: 0;
        background: #7DC3BD;
    }
    .account-page .page-title h1 {
        font-size: 24px;
        line-height: 40px;
        height: 36px;
        color: #fff;
    }
    .account-page .buttons {
        text-align: center;
    }

    .block-account-navigation .listbox {
        border: none;
    }
    .address-list-page .account-page-body, .order-list-page .account-page-body {
        padding: 20px;
    }
    .block-account-navigation ul.list li a {
        font-size: 13px;
        font-weight: 400;
        width: 100%;
    }
    .block-account-navigation .title {
        margin: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
    }
    .block-account-navigation .title .welcome{
        display:none;
    }
    .sidebar .title .icon {
        background: transparent;
        color: #0abdb7;
    }

    .write-review .review-rating {
        text-align: center;
    }

    .write-review .review-rating div.name-description {
        width: 100%;
        margin: 0 5px 0 0;
        text-align: center;
    }

    .header-search.onlyMobile .search-box-text {
        display: none;
    }
    .slider-wrapper.theme-custom {
        max-width: 100%;
        margin: 0px auto 30px;
    }
    .theme-custom .nivoSlider .nivo-caption {
        width: 50%;
        height: auto;
        max-height: 300px;
        top: 20%;
        left: auto;
        right: 4%;
        background: transparent;
        color: #181818;
        font-size: 20px;
        text-align: center;
    }
    .theme-custom .nivoSlider .nivo-caption .btnOnSlide {
        padding: 5px 10px;
        font-size: 14px;
        display: block;
        white-space: nowrap;
        border: 1px solid #181818;
    }

    .homepageTextTopic .topic-block-title h2 {
        font-size: 22px;
        text-transform: uppercase;
    }
    .homepageTextTopic .topic-block-body p {
    font-size: 14px;
    line-height: 1.6em;
}
    .homepageTextTopic .topic-block-body {
        width: 100%;
        padding: 0 10px;
    }
    .home-page .topic-block {
        margin: 0 0 20px;
    }
    .newarrivals-category-grid .categoryGridTitle h2, .bestSellers-category-grid .categoryGridTitle h2 {
        font-size: 20px;
    }
    .product-filter .counterBox {
        position: absolute;
        right: 35px;
    }
    .product-specs-box li.product-specs-attribute {
        padding: 0px 0px 5px 0px;
        list-style: none;
        width: 100%;
        margin: 0px 2%;
        display: inline-block;
        text-align: left;
    }
    #addToCart {
        width: 100%;
        position: relative;
    }
    .singleView .add-to-wishlist, #addToWishlist {
        width: 40%;
        position: relative;
    }
    #giftBoxAttributesTip, #giftBoxAttributesButton {
        cursor: pointer;
        text-align: left;
        width: 100%;
        padding: 10px;
        font-size: 10px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        position: relative;
        max-width: 360px;
        margin: 0px;
        padding-left: 0px;
        font-weight: 500;
        line-height: 28px;
        cursor: pointer;
    }

    /***** OUTLET TOPIC  *****/
    .leftOutletBanner {
        width: 45%;
    }

    /*********** FOOTER ***********/
    .innerFooter {
        flex-direction: column;
    }
    .footer-block.credentials,
    .footer-block.information,
    .footer-block.my-account,
    .footer-block.follow-us {
        width: 100%;
        text-align: center;
    }
    .footer-block.information,
    .footer-block.my-account{
        display: none;
    }
    .footer-block.credentials .footer-info-inner {
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }
    .footer-info-image {
        margin: 20px;
    }
    .innerFooter .footer-payment-method,
    .innerFooter .footer-courier {
        margin: 15px auto;
    }
    .top-category-info {
    padding: 0 10px;
	        margin: 35px 0 0 0;
    }
    /*Category */
    #categoryFilters .product-spec-filter,
    #categoryFilters .product-selectors {
        display: none;
    }
        #categoryFilters .product-spec-filter.open,
        #categoryFilters .product-selectors.open {
            display: block;
            position: absolute;
            top: 50px;
            width: 100%;
            min-height: 50px;
            right: 0px;
            background: #fff;
        }
    #categoryFilters .product-selectors.open {
        float: none;
        text-align: center;
        padding: 30px;
    }
    #categoryFilters .product-spec-filter.open .available-items{
        flex-direction: column;
    }
    #categoryFilters .product-spec-filter.open .available-items .spec-group { width: 100%; padding: 0 10px;border-bottom: 1px solid #eee; }
    #categoryFilters .product-spec-filter.open .product-spec-group {margin-left: 10px;  position: relative; padding: 10px;   border: none; }
    #categoryFilters .product-spec-filter.open .active-filter {
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }
        #categoryFilters .product-spec-filter.open .allFilter.buttons {margin: 0; display: flex; background:#fff; space-between;position: absolute;bottom:0; padding-bottom: 30px;left: 0;         right: 0;
            z-index: 2;}

    @media (max-width: 1000px) {
        .html-wishlist-page .cart td {
            display: flex;
            border: none;
            padding: 10px 5px;
            text-align: right;
            align-items: center;
        }
            .html-wishlist-page .cart td.product-picture {
                width: 110px;
            }
            .html-wishlist-page .cart td.product {
                width: calc(100% - 110px);
                text-align: left;
                flex-wrap: wrap;
            }
            .html-wishlist-page .cart td.unit-price, .html-wishlist-page .cart td.quantity, .html-wishlist-page .cart td.subtotal {
                width: 31%;
                margin-bottom: 10px;
            }

            .html-wishlist-page .cart td.unit-price, .html-wishlist-page .cart td.subtotal {
                display: flex;
                padding: 0;
            }
            .html-wishlist-page .cart td.subtotal {
                width: auto;
            }
    }

    #categoryFilters .product-spec-filter.open .allFilter.buttons .button {
        width: 50%;
        margin: 0px 10px;
        background: #7DC3BD;
        border: 1px solid #7DC3BD;
        color: #fff;
        text-transform: uppercase;
        line-height: 13px;
        border-radius: 3px;
        text-align: center;
        font: normal 13px 'Spartan', sans-serif;
        height: 40px;
        line-height: 40px;
    }
    #categoryFilters .product-spec-filter.open .allFilter.buttons .button.remove-filter { background: #fff; border: 1px solid #7DC3BD;color: #7DC3BD; font-size: 13px !important; }
    section#categoryFilters {
        width: 100%;
    }
    section#categoryFilters.open {
        background: #7DC3BD;
        position: fixed;
        z-index: 99999999;
        top: 93px;
    }
    section#categoryFilters.onScrollTop.open {
        top: 56px;
    }
    #categoryFilters .product-filters {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding: 10px 10px;
        z-index: 2;
    }
    #categoryFilters .product-filters button#mobileFilterMenu {
        order: 2;
    }
    #categoryFilters .product-filters button#mobileSorterMenu {
        order: 1;
    }
    #categoryFilters .product-filters button.remove-filter {
        order: 3;
    }
    #categoryFilters .product-filters button#mobileFilterMenu,
    #categoryFilters .product-filters button#mobileSorterMenu,
    #categoryFilters .product-filters button.remove-filter { background: transparent; border: none; height: 30px; padding: 6px; margin-left: 10px; line-height: 26px;font-size: 18px; vertical-align: middle;color: #000;  }
    #categoryFilters .product-filters button#mobileFilterMenu span{background: #fff;  width: 22px;  height: 22px; display: inline-block;font-size: 12px;line-height: 21px; margin-left: 5px; float: right; color: #7DC3BD;  border: 2px solid #7DC3BD;}
    #categoryFilters.open .product-filters button#mobileFilterMenu,
    #categoryFilters.open .product-filters button#mobileSorterMenu,
    #categoryFilters.open .product-filters button.remove-filter { color: #fff;}
    /*#categoryFilters.open .product-filters button#mobileFilterMenu:before{content: 'x';}*/
    .open .product-filters + .Header_overlay{opacity:1;z-index:1;top: 143px;}
    #categoryFilters .product-filters button#mobileSorterMenu {
        border-right: 1px solid #ccc;
        margin-left: 0px;
        padding-right: 12px;
        width: 45px;
    }
    #categoryFilters .product-filters button.remove-filter {
        padding: 8px 5px;
        display: inline-block;
        /*border: 1px solid #ccc;*/
        width: 45px;
    }
    #categoryFilters .product-filters button.remove-filter .allFiltersCount {
        font-size: 15px;
        vertical-align: middle;
        line-height: 11px;
    }
    #categoryFilters .product-filters button.remove-filter a {
        font-size: 11px;
    }
    #categoryFilters.open .product-filters button.remove-filter a {
        color: #fff;
    }

    .category-page .product-grid .item-grid .category-title-box {
        width: 100%;
        height: 230px;
        padding: 0px;
    }
    .category-page .product-grid .item-grid .category-title-box h1 {
        font-size: 30px;
    }

    .product-essential {
        display: block;
        border: none;
        padding-bottom: 10px;
        margin: 0px;
    }
    .gallery {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }
    .gallery .gallery-nav {
        width: 100%;
        order: 2;
    }
        .gallery .inner-gallery-nav {
            width: auto;
            opacity: 0;
            visibility: hidden;
            height: 50px;
            padding: 0 20px 0 15px;
        }
    .gallery .inner-gallery-nav.slick-initialized {
        visibility: visible;
        height: auto;
        opacity: 1;
    }
    .gallery .feauredImage {
        order: 1;
        width: 100%;
    }
    .inner-gallery-nav a.thumb-item {
        margin-right: 5px;
        width: 70px;
    }
    #button-prev, #button-next {
        display: none;
    }
    .overview {
        position: relative;
        margin: 0 0 0px;
        text-align: left;
        padding: 10px 10px 0px;
    }
    .overview .product-name {
        margin: 0px;
        padding: 0 0 10px;
    }
    .product-essential .overview .breadcrumb {
        width: 100%;
        height: 15px;
        display: inline-block;
        margin-bottom: 15px;
    }
    .product-collateral {
        margin: 10px 0 0px;
    }
    .overview-buttons {
        margin: 0px;
    }
    #variantContainer {
        padding: 10px 0px 0px;
    }
    .detailedInfoBox {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .detailedInfoBox .allDescriptionsArea {
        width: 100%;
        padding: 0px 10px;
        text-align: justify;
        line-height: 1.8em;
        font-size: 15px;
    }
    .detailedInfoBox .specAttributesArea.open,
    .detailedInfoBox .full-description.open {
        display: block !important;
    }
    .detailedInfoBox button.btn.read-more.open {
        font-size:0px;
    }
    .detailedInfoBox button.btn.read-more.open:after {
        content: attr(data-opened-label);
        font-size: 14px;
    }
    #giftBoxAttributesButton {
        font-size: 12px;
    }
    div#modaleTaglie,
    div#giftBoxModal {
    }
    div#modaleTaglie.open,
    div#giftBoxModal.open {
        top: 60px;
        left: 5%;
        width: 90%;
        position: fixed;
        display: block;
        padding: 10px;
    }
    div#giftBoxModal dt {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        color: #333;
        font-weight: 500;
    }
    #giftBoxModal .attribute-square {
        width: 60px !important;
        height: 100px !important;
    }
    div#giftBoxModal #giftBoxBackToProduct {
        font-size: 12px;
        height: 32px;
    }
    div#giftBoxModal dd textarea {
        min-height: 80px;
    }
    .orderSummaryWrapper {
        flex-direction: column;
    }
    .orderSummaryWrapper .totals,
    .orderSummaryWrapper .order-review-container {
        width: 100%;
        padding: 5px;
    }

    .orderSummaryWrapper .product-picture {
        width: 100px;
        float: left;
    }
    button.td-title.icon-close {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    #innerStepsBreadCrumb .stepList li:before {
        width: 1em;
    }
    .use-reward-points {
        padding: 20px 0px;
        display: flex;
        align-items: center;
    }
    .payment-method .method-list li span.icon, .shipping-method .method-list li span.icon {
        font-size: 70px;
        padding: 0px 10px 0px 10px;
        color: #7DC3BD;
    }

    .twoColumnsLayout {
        width: 100%;
    }
    .twoColumnsLayout .sidebar {
        width: 100%;
    }
    .twoColumnsLayout .content {
        width: 100%;
    }

    .enter-address .edit-address .inputs {
        width: 100%;
        padding: 0px 15px 0px 0px;
        margin-left: inherit;
        margin-right: inherit;
    }
    #shippingAddressesList .addressBox, #billingAddressesList .addressBox {
        border-color: #ccc;
        border-radius: 2px;
        padding: 20px 10px;
        line-height: 18px;
        text-align: left;
        width: 230px;
        margin: 30px auto;
        /* min-height: 140px; */
        cursor: pointer;
    }

    .registration-page .form-fields {
        width: 90%;
        margin: 0 auto;
    }
    .html-customer-info-page .block-account-navigation .title .welcome {
        display: block;
    }
}

@media all and (max-width: 769px) {
.prezzo.btn-fixed {position:fixed;bottom: -110px;background: #7DC3BD;z-index: 2;left:0;transition: all .5s ease-in-out;-webkit-transform: translateY(-110px);-moz-transform: translateY(-110px);-ms-transform: translateY(-110px);-o-transform: translateY(-110px);transform: translateY(-110px);width: 100%;}
.prezzo.btn-fixed .prices {margin: 10px 0 0 10px;}
.prezzo.btn-fixed .prices span, .prezzo.btn-fixed .add-to-wishlist.icon-wish:before {color:#fff;}
.prezzo.btn-fixed .prices span  {font-size: 18px;font-weight: 500;}
.prezzo.btn-fixed .earn-rewardpoints-message {display:none}
.prezzo.btn-fixed .add-to-cart, .prezzo.btn-fixed .add-to-wishlist {margin: 0;padding: 0 0 20px;border:none;}    
.prezzo.btn-fixed .add-to-cart-panel{display:flex; justify-content:center;align-items:center; padding:0 10px}
.prezzo.btn-fixed .add-to-cart-button {/* width:60%; */margin:0;background: #fff;color: #7DC3BD;}

    .prezzo.btn-fixed .prices span {
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }
    .prezzo.btn-fixed .prices .old-product-price span {
        font-size: 12px;
        font-weight: 500;
        color: #888;
    }
    .prezzo.btn-fixed .spVariant.active,
    .prezzo.btn-fixed #scalapayPopUpTrigger {
        background: none;
        padding: 0 10px;
        font-size: 12px;
    }

    .prezzo.btn-fixed .add-to-cart-panel {
        padding: 0 10px 0px 0px;
    }
    .prezzo.btn-fixed .add-to-cart-button {
        width: 95%;
        background: #fff;
        color: #7DC3BD;
        margin: 0 auto 0 0;
    }
    .prezzo.btn-fixed #addToWishlist {
        width: auto;
    }
    .prezzo.btn-fixed .add-to-cart, .prezzo.btn-fixed .add-to-wishlist {
        margin: 0;
        padding: 0 0 20px;
        border: none;
        width: 100%;
    }

    .prezzo.btn-fixed .prices span, .prezzo.btn-fixed .add-to-wishlist.icon-wish:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .prezzo.btn-fixed {
        position: fixed;
        bottom: -110px;
        background: #A3E5DD;
        z-index: 2;
        left: 0;
        transition: all .5s ease-in-out;
        -webkit-transform: translateY(-110px);
        -moz-transform: translateY(-110px);
        -ms-transform: translateY(-110px);
        -o-transform: translateY(-110px);
        transform: translateY(-110px);
        width: 100%;
    }
    .prezzo.btn-fixed .prices {
        margin: 10px 0 0 10px;
        text-align: left;
        padding: 0px;
    }

    .prezzo.btn-fixed .giftBoxInfo,
    .prezzo.btn-fixed #variantSelector,
    .prezzo.btn-fixed #productGiftBoxAttributes {
        display: none;
    }
    .review-rating .name-description {
        text-align: center;
        width: 100%;
        display: block;
    }

    .write-review .review-rating div {
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }

    .innerBanner img {
        padding: 5px;
    }
    .innerBanner .bannerCaptionImage {
        width: 90%;
        font-size: 20px;
        padding: 10px;
    }
    .innerBanner .fullItem .bannerCaptionImage{
        left: 5px;
    }

    .rightArea a.btn.outline {
        font-size: 13px !important;
        display: inline !important;
        background: rgba(255, 255, 255,0.6);
    }

    /***** OUTLET TOPIC  *****/
    .innerOutletBanner {
        flex-direction: column;
        padding: 30px 10px;
    }
    .innerOutletBanner .leftOutletBanner,
    .innerOutletBanner .rightOutletBanner {
        width: 100%;
        clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%);
        background-color: transparent;
        padding: 0px;
    }
    .innerOutletBanner h2{
        font-size: 25px;
    }
    .innerOutletBanner h2,
    .innerOutletBanner p {
        color: #fff;
        margin: 0px 0px 20px 0px;
    }

    /*********** PRE-FOOTER ***********/
    .preFooter {
        padding: 20px 10%;
    }
    .preFooter .innerPreFooter {
        display: flex;
        flex-direction: column;
    }
    .preFooter .innerPreFooter .box {
        display: flex;
        width: 100%;
        align-items: flex-start;
        margin: 15px 0px;
        justify-content: center;
    }
    .preFooter .innerPreFooter .box .box-description span {
        display: inline-block;
    }

    .search-page .product-grid .item-grid .item-box, .category-page .product-grid .item-grid .item-box {
        width: 30%;
        margin: 1.667%;
    }
.newarrivals-category-grid .item-box .category-item .title, 
.bestSellers-category-grid .item-box .category-item .title {    
    font-size: 14px;    
    }
.newarrivals-category-grid .item-box .category-item, 
.bestSellers-category-grid .item-box .category-item { position:relative;z-index: 0; }
.order-list-page .order-list .section { margin: 25px 0 0; width: 100%; }
.order-review-data > div {padding-bottom:20px }
}
@media all and (max-width: 340px) {
.header-links li { margin-left: 0;}
}
@media all and (max-width: 480px){
    .innerBanner { width: 100%; display: block; }
    .innerBanner .rightArea, .innerBanner .leftArea { width: 100%;  display: block; }
    .innerBanner img {width: 100%; padding: 1px 0px; height: auto; }
    .innerBanner .bannerCaptionImage { width: 250px; font-size: 20px; padding: 15px; position: absolute; background: rgba(255,255,255,0.8); }
    .innerBanner .rightArea .topItem .bannerCaptionImage{ left: 10px!important; }
    .innerBanner .rightArea .bottomItem .bannerCaptionImage{ right: 0px!important; }
    .innerBanner .fullItem .bannerCaptionImage{left: 0; }
    .search-page .product-grid .item-grid .item-box, .category-page .product-grid .item-grid .item-box {
        width: 48%;
        margin: 1%;
    }
    .ui-autocomplete {max-width: 380px;}
    .ui-autocomplete a {font-size:12px;text-transform: lowercase !important;}
    .ui-autocomplete a span:first-letter {text-transform:capitalize !important}
}

@media all and (min-width: 481px) {


    /*** GLOBAL ***/


    .master-wrapper-content,
    .header-menu {
    }


    /*** GLOBAL TABLES ***/



    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: both;
    }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text { width: 100px; margin-right: 20px; }

    /*.ui-autocomplete {
        width: auto !important;
    }*/

    .ui-autocomplete img {
        display: inline;
    }


    /*** FOOTER ***/


    .footer-block {
    }

    .newsletter-email input[type="text"] {
        width: 240px;
    }


    /*** CATEGORY ***/

    .item-box .product-rating-box {
        margin: 0 0 15px;
    }

    .item-box .prices {
       
    }

    .item-box .product-title {
        margin: 0 0 5px;
    }


    /*** PRODUCT PAGE ***/


    .overview-buttons div {
        /*
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
        */
    }


    /*** WISHLIST ***/


    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }


    /*** TOPICS ***/


    .enter-password-form input[type="password"] {
        width: 260px;
    }


    /*** FORUM & PROFILE ***/

    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }

    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: 40px;
    }

    .forum-table td.image div {
        max-width: 100%;
        background-size: contain;
    }
    .html-topic-page .page-body { width: 92.5%;}
}
@media (min-width: 481px) and (max-width: 1000px){
    .overview {
        text-align: center;
    }

    .overview #giftBoxAttributesButton {
        margin: 0 auto;
    }
    .overview .prezzo {
        justify-content: center;
    }
    .outlinedBox {
        margin: 50px auto;
    }
    .preFooter .innerPreFooter .box {
        display: flex;
        width: 50%;
        padding: 5px 8px 5px 8px;
        justify-content: center;
    }
    .preFooter .innerPreFooter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media all and (min-width: 769px) {


    /**** GLOBAL ***/


    .master-wrapper-content {
    }

    .home-page-polls li {
        min-width: 100px;
    }


    /**** GLOBAL TABLES ***/


    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: none;
    }

    .order-details-page .data-table tr:nth-child(3n+1) {
        clear: both;
    }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        width: 20%;
    }


    /*** FOOTER ***/
    .preFooter{
        
    }

    .footer-block {

    }
    .innerFooter .footer-payment-method .title,
    .innerFooter .footer-courier .title,
    .footer-block .title {
        margin: 0 0 15px;
        background: none;
        padding: 0;
        color: #444;
        cursor: auto;
    }

    .footer-block .list {
        display: block !important; /* prevents toggle display:none on resize */
        background: none;
        padding: 0;
    }

    .footer-block .list li {
        padding: 0px;
    }

    .footer-block .list a {
        display: inline;
        padding: 0;
    }

    .follow-us {
    }


    /*** CATEGORY ***/


    .product-selectors .product-viewmode {
        display: inline-block;
        float: right;
    }

    .product-selectors .product-viewmode span {
        display: none;
    }

    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 0 0 12px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

    .product-selectors .product-viewmode a.grid {
        background-image: url('../images/view-grid.png');
    }

    .product-selectors .product-viewmode a.list {
        background-image: url('../images/view-list.png');
    }

    .product-selectors .product-viewmode a.selected {
        opacity: 1;
    }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-list .item-box .picture {
        float: left;
        width: 220px;
    }

    .product-list .item-box:hover .picture a img {
        opacity: 1;
    }

    .product-list .item-box .picture:hover a img {
        opacity: 0.85;
    }

    .product-list .item-box .picture + .details {
        margin: 0 0 0 240px;
    }

    .product-list .item-box .product-title {
        height: auto;
        padding: 10px 0;
        font-size: 18px;
    }

    .product-list .item-box .description {
        display: block;
        margin: 0 0 10px;
        line-height: 22px;
    }

    .product-list .item-box .prices {
        height: auto;
        margin: 0 0 30px;
    }

    .product-list .item-box .buttons {
    }

    .product-list .item-box .product-box-add-to-cart-button {
        width: auto;
        min-width: 150px;
        padding: 0 20px;
    }

    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
        width: 42px;
    }


    /*** PRODUCT PAGE ***/


    .gallery {
        /*
        width: 550px;
        */
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }

    .write-review .review-rating div {
        display: inline-block;
        margin: 0 0 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 14px;
        height: 17px;
    }




    /*** REGISTRATION, LOGIN, ACCOUNT ***/



    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }


    /*** SHOPPING CART ***/


    .order-progress {
        padding: 20px;
    }

    .order-progress li {
        margin: 0 10px;
    }

    .order-progress a {
        min-width: 80px;
    }

    .cart-options .common-buttons {
        text-align: right;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .terms-of-service {
        text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }

    .cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
        text-align: left;
    }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }


    /*** CHECKOUT ***/


    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

    .order-review-data > div,
    .order-details-area > div,
    .shipment-details-area > div {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }


    /*** ORDER DETAILS & SHIPPING DETAILS ***/
    /*.address-list-page .section,
    .order-list-page .section {
        width: 46% !important;
    }*/
    .order-details-page .section.options {
        text-align: right;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
        text-align: right;
    }

    .order-details-page .totals {
        float: right;
        clear: both;
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: #7DC3BD;
    }


    /*** BLOG & NEWS ***/


    .blog-posts .tags {
        float: right;
        width: 80%;
        text-align: right;
    }

    .blog-posts .buttons {
        float: left;
        width: 20%;
        text-align: left;
    }

    .new-comment {
        text-align: center;
    }

    .new-comment .buttons {
        text-align: center;
    }

    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0;
    }

    .comment-list .comment:last-child {
        border-bottom: 1px solid #ddd;
    }

    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
    }

    .comment-info .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }

    .comment-info .avatar {
        border: none;
    }

    .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%;
    }

    .comment-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }

    .comment-body {
        padding: 20px;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }

    .forum-actions .actions,
    .topic-actions .actions {
        float: left;
    }

    .forum-actions .pager,
    .topic-actions .pager {
        float: right;
        max-width: 450px;
    }

    .forum-actions .pager li,
    .topic-actions .pager li {
        margin: 2px 4px;
    }

    .forum-actions .pager.upper {
        display: block;
    }

    .topic-actions.lower .actions {
        display: block;
    }

    .topic-posts {
        margin: 0 0 30px;
    }

    .topic-post {
        display: table;
        width: 100%;
        margin: 0;
    }

    .topic-post .post-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
        text-align: left;
    }

    .topic-post .user-info {
        width: auto;
    }

    .topic-post .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }

    .topic-post .avatar {
        margin: auto;
        border: none;
    }

    .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%;
    }

    .topic-post .user-stats li {
        margin: 0;
    }

    .topic-post .send-pm {
        margin: 0 0 20px;
    }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        padding: 8px 16px;
        font-size: 13px;
    }

    .topic-post .post-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }

    .topic-post .post-head {
        min-height: 40px;
        overflow: hidden;
        background-color: #f6f6f6;
    }

    .topic-post .post-time {
        float: left;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .topic-post .post-actions {
        float: right;
        margin: 0;
    }

    .topic-post .post-actions a {
        margin: 0;
        line-height: 20px;
    }

    .topic-post .post-actions .manage-post a {
    }

    .topic-post .post-actions .quote-post a {
        min-width: 70px;
    }

    .topic-post .post-actions a.post-link-button {
        margin: 0 0 0 10px;
        border-left: 1px solid #ddd;
        text-align: center;
    }

    .topic-post .post-text {
        padding: 20px 5px;
    }

    .topic-post .post-vote {
        padding: 20px 0 20px 15px;
    }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: none;
    }

    .forum-table td.image div {
        max-width: none;
        background-size: initial;
    }

    .ui-tabs-nav {
        text-align: left;
    }

    .ui-tabs-nav li {
        margin: 0 10px -1px 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 10px -1px 0 !important;
    }

    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }

    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }

    .profile-info-box .title {
        text-align: left;
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }
}

@media (min-width: 1001px) {
    .Button_openPanel:hover~.Header_overlay {opacity: 1; pointer-events: all;}
    .Button_openPanel:hover a.icon-user, .Button_openPanel:hover a.icon-cart{ z-index: 10;}
    .Button_openPanel:hover a.icon-user {background-color: #f2f2f2;}
        .Button_openPanel:hover .Header_Dropdown {display: block; pointer-events: all;}
    .Button_openPanel:hover .Header_Dropdown .Header_Dropdown_content { visibility: visible; transform: translate(0,0);}

    /*** GLOBAL STYLES ***/

    .onlyMobile{
        display:none!important;
    }

    .master-wrapper-content {
        margin: auto;
    }
    .twoColumnsLayout{margin-top:40px}
    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        padding-right: 30px;
        width: 25%;
    }

    .page {
        text-align: left;
    }

    .page-body {width: 99%; margin: 0 auto; max-width: 1200px; }

    .inputs {
        text-align: left;
    }

    .configure-cookies .inputs {
        display: flex;
        align-items: center;
    }

        .configure-cookies .inputs label {
            width: auto;
            margin: 0 0 0 10px;
        }

        .password-recovery-page .inputs {
        text-align: center;
    }


    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select {
        min-height: 40px;
    }

    .inputs .option-list li {
        margin: 0 10px 0 0;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    .page-title a + h1 {
        float: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }


    /*** GLOBAL TABLES ***/


    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart label {
        display: none;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }


    /*** HEADER ***/
    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

    .header-selectors-wrapper > div {
        width: auto;
        min-width: 100px;
        margin: 0 12px 0 0;
        line-height: 43px;
    }

    .header-selectors-wrapper select {
        height: 25px;
        padding: 4px;
        font-size: 12px;
    }

    .language-list {
        text-align: left;
    }

    /******** NAV TOP ON SCROLL ***********/
    #mainNav.onScrollTop { width: 100%; /*height: 160px;*/ }

    #mainNav.onScrollTop .innerMainNav {
        position: fixed;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        width: 100%;
        top: 0px;
        right: 0px;
        z-index: 1000;
        background: #fff;
        box-shadow: 0px 10px 50px -20px;
        -webkit-animation: slideInDown .5s;
        -moz-animation: slideInDown .5s;
        -o-animation: slideInDown .5s;
        animation: slideInDown .5s;
    }

    #mainNav.onScrollTop .innerHeader {
        display: flex;
        flex-direction: column-reverse;
    }
     #mainNav.onScrollTop .header .header-logo{
         display:none;
     }
     #mainNav.onScrollTop .header {
         margin: 0 auto;
         padding:0;
     }
    .header-topMenu {
         position: absolute;
     }
     #mainNav.onScrollTop .innerHeader .header-topMenu{display: block; right: 0; top: 10px; z-index:10; }
    #mainNav.onScrollTop .innerHeader .header-logo
     {
        top: -25px;
        right: inherit;
        left: inherit;
    }

    #mainNav.onScrollTop .innerHeader .header-logo a img {
        max-width: 100px;
        padding-bottom: 10px;
        border-bottom: 2px solid #7DC3BD;
        margin-bottom: -1px;
    }

    #mainNav.onScrollTop .header-menu {
        display: inline-block;
        padding: 10px 0 10px 10px;
    }
    #mainNav.onScrollTop .header-menu {
        display: flex;
        align-items: center;
        height: 60px;
        min-width: 992px;
        margin: 0 auto;
    }
    
    #mainNav.onScrollTop .header-links a,
    #mainNav.onScrollTop .header-links span {text-transform: lowercase; }
    #mainNav.onScrollTop .flyout-cart {
        /*top: 25px;*/
        right: 0;
        /*left: 10px;*/
        z-index: 100;
    }

    #mainNav.onScrollTop .header-menu > ul > li > a {
        display: inline-block;
        font-size: 13px;
        letter-spacing: -1px;
        color: #333;
        line-height: 60px;
    }
     #mainNav.onScrollTop .header-menu > ul li.header-search {
         float:none;
         margin-left: 15px;
     }
     #mainNav.onScrollTop .header-menu > ul li.header-search .icon-search{
         display: none;
     }
    #mainNav.onScrollTop .search-box input.search-box-text {
        border-color: #fff;
        display: none;
    }
    html.open-search #mainNav.onScrollTop .header-menu > ul li.header-search {
        float: none;
        margin-left: 0px;
        top: 0px;
    }

    html.open-search #mainNav.onScrollTop .search-box input.search-box-text{
        /* border-color: #7DC3BD; */
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        display: block;
    }
    html.open-search #mainNav.onScrollTop .search-box.store-search-box {
        height: 60px;
        padding: 7px 10px;
    }
    html.open-search #mainNav.onScrollTop .search-box-form.opened {
        top: 14px;
    }

    .header-links-wrapper {
        padding: 0;
    }

    /*.header-links li { margin: 0 10px;  }*/

    .header-links a,
    .header-links span { line-height: 40px; text-transform: none; }

    .header-logo {
        display: block;
        text-align: center;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box input.search-box-text,
    .search-box .search-box-button {
        padding: 0px;
        height: auto;
        border: none;
    }    
    .search-box .search-box-button {
        font-size: 18px;
        /* margin-left: 4px; */
        /* float: right; */
    }
    .search-box input.search-box-text {
        border-bottom: 1px solid #333;
        font-size: 14px;
        font-weight: bold;
        background: transparent;
    }
    .search-box input.search-box-text::placeholder {
        color: rgba(112, 112, 112, 0.7);
        font-weight: normal;
    }

    .showsearch .icon-search {
        top: 0;
        z-index: 199;
    }
    
    html.open-search .header {
        display: none;
    }

    html.open-search .search-box.store-search-box {
        width: 60%;
        height: 140px;
        padding: 45px;
        margin: 0 auto;
        position: relative;
        z-index:10;
    }
    html.open-search .search-box-form.opened {
        /* top:48px; */
    }
    html.open-search .header-menu > ul {
        height: 122px;
    }
    html.open-search .search-box-form.opened .icon-close {
        font-size: 17px;
        position: absolute;
        right: 10px;
        top: 14px;
        cursor: pointer;
        color: #333;
    }

    html.open-search .search-box form.small-search-box-form {
        width: 100%;
        position: relative;
    }
    /*** NAVIGATION ***/
    #mainNav { /*height: 178px;*/ }
    #mainNav.onScrollTop .header-menu > .header-logo {
        display:block;margin-right: 50px;
    }
        #mainNav.onScrollTop .header-menu .header-logo a img {
            width: 120px;
            height: auto;
        }
    /*#mainNav.onScrollTop .header-menu ul{
        margin-right: 20px;
    }*/
    #mainNav:not(.onScrollTop) .header-menu{ margin: 0 auto; }
    .header-menu { position: relative;  z-index: 4;  width: 100%;  }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {display: block !important;   font-size: 0; padding: 0 10px;max-width: 1360px;  margin: 0 auto;  }
    .onScrollTop .header-menu > ul {margin:0}
    .header-menu > ul.mobile {
        display: none !important;
    }

    .header-menu > ul > li {
        display: inline-block;        
        vertical-align: middle;
    }
    .header-menu > ul > li:nth-last-child(2){
        padding-right: 0;
    }
    .header-menu > ul li.header-search {
        float: right;
        padding: 0 0 10px 0;
    }

    .header-menu > ul > li:first-child {
        border-left: none;
    }

    .header-menu > ul > li > a {
        display: block;
        font-size: 13px;
        color: #555;
        cursor: pointer;
        text-transform: uppercase;
        line-height: 40px; font-weight:500; padding-right:20px;
    }

    .header-menu > ul > li > a:hover {
        color: #7DC3BD;
    }

    #mainNav.onScrollTop .header-menu .sublist {
        top: 60px;
    }
    #mainNav.onScrollTop .header-menu .sublist .megamenu {
        padding: 20px; margin:0
    }        

    .header-menu .sublist .megamenu {
        display: flex;
        justify-content: space-between;
        background: #fff;
        padding: 30px 0;max-width: 1360px;  margin: 0 auto;
    }

    .header-menu .sublist .megamenu ul {
        column-count: 2;
    }

    .header-menu .sublist li {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 5px;
    }

    .header-menu .sublist li a {
        display: block;
        position: relative;
        padding: 10px 20px 10px 0px;
        width: 100%;
        font-size: 14px;
        color: #444;
    }

    .header-menu .sublist li a:after {
        content: "k";
        font-family: kasbia;
        font-size: 12px;
        color: #7DC3BD;
        position: absolute;
        top: 12px;
        left: auto;
        right: 6px;
        width: 12px;
        height: 12px;
    }

    .header-menu .sublist li:hover > a {
        background-color: #f6f6f6;
    }

    .header-menu ul li:hover > .sublist { display: block;border-bottom: 1px solid #ddd;  background: #fff; visibility:visible; opacity:1;-webkit-transform: translateY(0);-ms-transform: translateY(0); transform: translateY(0); }
    .header-menu .sublist {
        visibility: hidden; opacity:0;
        position: absolute;
        width: 100%;
        box-shadow: none;
        background-color: transparent;
        padding: 0 0 20px 0;
        top: 40px;
        left: 0px;
        border-top: 2px solid #7DC3BD;
        -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: .3s linear;
    transition: .3s linear;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important;
    }

    .product-filter .active-filter:after { color: #7DC3BD; }
    .product-filter .product-spec-group {border-radius:4px; top:40px}
    .singleView .overview .add-to-cart,
    .singleView .overview .back-in-stock-subscription {
        width: 80%;
    }
    .variant-overview #addToWishlist {
        width: 20%;
    }

    /*** FOOTER ***/
    .footer-upper {
        width: 980px;
        padding: 35px 10px;
    }

    .footer-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-block {
    }

    .footer-block:first-child {
    }

    .footer-block .list {
        margin: 0;
    }

    .follow-us {
    }

    .follow-us .social li {
        margin: 0 10px 10px 0;
        width: 100%;
    }

    .newsletter-email {
        display: block;
    }

    .newsletter-email input[type="text"] {
        width: 200px;
    }

    .newsletter-email .newsletter-subscribe-button {
        width: 100px;
        padding: 0 5px;
    }

    .newsletter-validation .field-validation-valid {
        text-align: left;
    }

    .footer-lower {
        position: relative;
        width: 980px;
        padding: 25px 5px;
    }

    .footer-lower:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-info {
    }

    .footer-powered-by {
        float: left;
        margin: 0;
        line-height: 32px;
    }

    .theme-selector {
        float: left;
        margin: 0 0 0 15px;
    }
    .innerFooter .footer-payment-method,
    .innerFooter .footer-courier {
        width: 45%;
        margin: 0 auto;
    }

    .footer-courier .footer-courier-images,
    .footer-payment-method .footer-payment-method-images {
        justify-content: normal;
    }
    .innerFooter .footer-payment-method .title,
    .innerFooter .footer-courier .title {
        text-align: left;
    }
    .search-page .product-grid .item-grid .category-title-box h1,
    .category-page .category-title-box h1,
    .manufacturer-page .product-grid .category-title-box h1 {
        font-size: 40px;
        font-weight: 400;
    }
    /*** COLUMN ***/


    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .block .title {
        margin: 0;
        background: none;
        cursor: auto;
    }

    .block .title strong {
        font-weight: bold;
    }

    .block .listbox {
        display: block;
        border-bottom: none;
    }

    .block.block-account-navigation .title{
        max-width: 265px;
        margin: 0 0 0 auto;
    }

    .block.block-account-navigation .listbox{
        max-width: 265px;
        margin: 0 0 0 auto;
    }

    .block a.product-picture {
        display: inline-block;
        position: relative;
        width: 30%;
        margin: 0 0 0 -15px;
        vertical-align: middle;
    }

    .block a.product-name {
        vertical-align: middle;
    }

    .block a.product-picture + a.product-name {
        width: 70%;
    }

    .block a.product-picture + a.product-name:before {
        display: none;
    }


    /*** CATEGORY ***/


    .breadcrumb {
        display: inline-block;
    }

    .item-box .buttons {
        text-align: left;
    }


    /*** PRODUCT PAGE ***/


   

    .gallery .picture {
        width: auto;
    }

    .overview {
        display: inline-block;
        width: 40%;
    }

    .product-details-page .overview {
        padding-left: 3%;
    }

        .rental-attributes {
        overflow: hidden;
    }

    .rental-attributes .attribute-item {
        float: left;
        margin: 0 20px 0 0;
    }

    .rental-attributes .datepicker {
        width: 160px;
        text-align: left;
    }

    .attribute-squares li {
        margin: 0 10px 10px 0;
    }

    .product-details-page .title {
        text-align: center;
    }
    .product-details-page .related-products-grid .title {
        padding-top: 50px;
    }
    .product-details-page .also-purchased-products-grid .title:after,
    .product-details-page .related-products-grid .title:after {
        content: "";
        display: inline-block;
        width: 10%;
        height: 1px;
        margin: 0px auto 0px auto;
        border-bottom: 2px solid #dedede;
        transform: translate(10px, -10px);
        z-index: -1;
    }
    .product-details-page .also-purchased-products-grid .title:before,
    .product-details-page .related-products-grid .title:before {
        content: "";
        display: inline-block;
        width: 10%;
        height: 1px;
        margin: 0px auto 0px auto;
        border-bottom: 2px solid #dedede;
        transform: translate(-10px, -10px);
        z-index: -1;
    }
    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 850px;
    }

    .write-review .review-rating div.name-description {
        width: 265px;
        margin: 0 5px 0 0;
        text-align: right
    }


    /*** WISHLIST & COMPARE LIST ***/

    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        right: 0;
    }

    .compare-products-table .full-description td {
        display: table-cell;
    }

    .compare-products-table .full-description td p {
        margin-top: 0;
    }


    /*** TOPICS ***/


    .center-1 .topic-block-title {
        text-align: center;
    }

    .topic-page p {
        text-align: justify;
    }

    .html-topic-page .page-body {  width: calc(100% - 20px);  margin: auto;  max-width: 1360px;}
    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .gender span {
        margin: 0 10px 0 0;
    }

    .gender span > * {
        margin: 0 5px 0 0;
    }

    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    .login-page .customer-blocks {
        overflow: hidden;
    }

    .login-page .new-wrapper {
    }

    .login-page .returning-wrapper {
    }
    .login-page .page-body {
        width: 100%;
        max-width: 100%;
    }


    .login-page .returning-wrapper .inputs {
        text-align: center;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }

    .registration-page .vat-note {
        margin-left: 275px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 150px;
    }

    .customer-info-page .vat-status {
        display: inline-block;
    }
    .block-account-navigation .title {
        background: #A3E5DD80;
        text-align: left;
    }
    .block-account-navigation .title:after {
        display: none;
    }
    /*** SHOPPING CART ***/
    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        display: flex;
        justify-content: flex-end;
        justify-content: center;
        flex-direction: column;
    }

    .shopping-cart-page .checkout-attributes li {
        margin: 5px 10px 5px 0;
    }

    .shopping-cart-page .selected-checkout-attributes {

    }

    .block-account-navigation .title > strong {
        display: none;
    }
    /*** CHECKOUT ***/


    .order-progress {
        margin: -30px 0 50px;
    }

    .checkout-page .address-item {
        width: 31.33333%;
    }

    .checkout-page .terms-of-service {   /*text-align: center;*/    }

    .payment-info .info {
        padding: 30px 15px;
    }

    .payment-info .info td:first-child {
        width: 265px !important;
        margin: 0 10px 0 0;
        text-align: right;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }

    .opc .order-review-data ul {
        text-align: left;
    }


    /*** SEARCH & SITEMAP ***/


    .advanced-search .price-range {
        margin-left: 114px;
    }


    /*** BLOG & NEWS ***/


    .comment-list {
        margin: 0 0 50px;
    }

    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: left;
    }

    .news-list-homepage .news-item {
        float: left;
        width: 31.33333%;
        margin: 0 1% 30px;
    }

    .news-list-homepage .news-item:nth-child(3n+1) {
        clear: both;
    }

    .news-list-homepage .news-item:only-child {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }

    .news-list-homepage .news-head {
        text-align: center;
    }

    .news-list-homepage .news-body {
        text-align: justify;
    }


    /*** FORUM & PROFILE ***/


    .forum-breadcrumb {
        margin: -30px 0 30px;
    }

    .current-time {
        float: right;
    }

    .forum-search-box {
        float: left;
    }

    .forum-search-box .advanced {
        text-align: left;
    }

    .forum-search-box .advanced a {
        line-height: normal;
    }

    .forums-table-section td {
        min-width: 150px;
    }

    .forums-table-section td:first-child {
        min-width: 90px;
    }

    .forums-table-section .view-all {
        text-align: right;
    }

    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }

    .forum-table .forum-details,
    .forum-table .topic-details {
        min-width: 225px;
    }

    .forum-table td {
        padding: 20px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px;
    }

    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }
}



@media all and (min-width: 1367px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
    }

    .inputs label {
        width: 375px;
    }

    .password-recovery-page .inputs label {
        width: 100%;
    }

 
    .center-2 .inputs label {
        width: 213px;
    }

    .inputs.accept-consent label {
        width: auto;
    }


    /*** HEADER ***/


    .header {
    }


    /*** NAVIGATION ***/


    .header-menu {
    }


    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        
    }

    /*** FOOTER ***/


    .footer-upper {
        width: 1200px;
        padding: 35px 30px;
    }

    .footer-block {
        width: 280px;
    }
    .footer-block.footer-courier,
    .footer-block.footer-payment-method {
        width: 30%;
    }
    .footer-lower {
        width: 1200px;
        padding: 25px 20px;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }

    .write-review .review-rating div.name-description {
        margin: 0 5px 0 0;
        min-width: 375px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        /*width: 360px;*/
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }

    /*** SHOPPING CART ***/


    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        width: 760px;
        margin: 0;
    }

    .cart-footer .cart-collaterals .deals {
        float: left;
        width: 360px;
    }

    .cart-footer .cart-collaterals .shipping {
        float: right;
        width: 360px;
    }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }


    /*** CHECKOUT ***/


    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 0px 1%;
    }

    .payment-info .info td:first-child {
        width: 375px !important;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }
    #mainNav.onScrollTop .header-menu {
        margin: 0 auto;
        min-width: 1280px;
        padding-left: 5%;
    }
}

@media all and (min-width: 1100px) {
    .search-box input.search-box-text {
        width: 195px;
    }
}
@media all and (max-width : 1024px) {
    .innerBanner .rightArea .bannerCaptionImage {
        bottom: 20px !important;
    }
    .item-box .prices {
        flex-direction: column;
    }
    .item-box .actual-price{
        order: 1;
    }
}