/* Minification failed. Returning unminified contents.
(13174,1): run-time error CSS1019: Unexpected token, found '}'
(13175,2): run-time error CSS1031: Expected selector, found '/'
(13175,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
::-moz-selection {
    background-color: #faa21d;
    color: #FFF;
}

::selection {
    background-color: #faa21d;
    color: #FFF;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

    body.dark-header {
        padding-top: 82px;
    }

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999999999 !important;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.main {
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #6d6d6d;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #faa21d;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.position-r {
    position: relative;
}

.position-s {
    position: static;
}

.position-initial {
    position: initial;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
    color: #fff;
}

.dark-bg {
    background: #141414;
    color: #fff;
}

.gray-bg {
    background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
    display: inline-block;
    max-width: 800px;
}

.middle-580 p {
    display: inline-block;
    max-width: 580px;
}

.border-right {
    border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #616b78;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 40px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

    h2.heading {
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 1px;
        position: relative;
    }

h3 {
    font-size: 21px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
    line-height: 28px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}
/* - Button Style  //----------------*/

.btn, button {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}

    .btn.full {
        width: 100%;
        text-align: center;
    }

    .btn.big-width {
        padding: 13px 30px;
    }

    .btn.big {
        padding: 25px;
    }

    .btn i.fa {
        font-size: 18px;
        margin: 0 5px;
    }

.btn-black {
    color: #fff;
    background: #222;
}

    .btn-black:hover {
        color: #fff;
        background: #faa21d;
    }

.btn-color {
    color: #fff !important;
    background: #faa21d;
}


.btn-grey {
    color: #666666 !important;
    background: #dedede !important;
}

.btn-color:hover {
    color: #fff !important;
    background: #b47617;
}

.btn-white {
    color: #222;
    background: rgba(255,255,255,1);
}

    .btn-white:hover {
        color: #222;
        background: #faa21d;
    }

.btn-sidebar-menu-dropdown {
    display: inline-block;
    color: #fff !important;
    background-color: #faa21d;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
}

    .btn-sidebar-menu-dropdown:hover,
    .btn-sidebar-menu-dropdown:focus,
    .btn-sidebar-menu-dropdown:active {
        color: #fff !important;
    }

/* - Form Style */
* {
    outline: none !important;
}

select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea;
    padding: 5px 24px 5px 5px;
    line-height: 18px;
}

.full select {
    width: 100%;
}

.main-form textarea {
    max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eeeeee;
    min-height: 40px;
}


.check-box label {
    color: #222;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
    /*display: none;*/
}

.category-dropdown {
    /*border: 1px solid #e1e1e1;*/
    /*position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;*/
    width: 152px;
}

    .category-dropdown select {
        border: none;
        height: 45px;
        width: 150px;
        padding: 7px 24px 7px 15px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    }

/*.header-right-part .category-dropdown select {
    background: rgba(0, 0, 0, 0) url("../images/select-icon.png") no-repeat scroll right 50% !important;
}*/

.select-dropdown fieldset {
    padding: 0;
    line-height: 0;
}

.select-dropdown .ui-state-default {
    border: none;
    background: #fff url(../images/select-icon.png) no-repeat scroll right 50% !important;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #666666;
    box-shadow: none;
    display: inline-block;
    border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
    border-right: 1px solid #eaeaea;
}

.category-dropdown .ui-state-default {
    height: 38px;
}

.select-item .ui-state-default {
    margin-top: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
}

.top-link-left.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 0;
}

.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    font-weight: 400;
}

.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 15px;
    margin-top: 10px;
}

.input-box .ui-state-default {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    width: 100% !important;
}

.ui-selectmenu-menu .ui-widget-content {
    background: #fff;
    border-top: 2px solid #faa21d;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    max-height: 350px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    background: none;
    font-family: 'Poppins', sans-serif;
    color: #878787;
    font-size: 14px;
    letter-spacing: 0;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
    color: #faa21d;
    font-weight: 400;
    background: #ebebeb;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
    margin: 0;
}

/* - Spacer Style  //---------------- */

.right-side {
    float: right;
}

.left-side {
    float: left;
}

.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-30 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-5 {
    padding-top: -5px;
    padding-bottom: -5px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.p-0 {
    padding: 0px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.m-0 {
    margin: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}
/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background: #1b2839;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    border: 2px solid #373c54;
    margin: 20px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
    background: transparent;
    padding: 30px 60px;
}

    #newslater-popup .newsletter-inner span {
        color: #faa21d;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 15px;
        text-transform: uppercase;
    }

    #newslater-popup .newsletter-inner input {
        width: 270px;
        padding: 7px;
    }

#newslater-popup button.mfp-close {
    background-color: #1b2839;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    color: #fff;
    display: block;
    font-size: 46px;
    margin-bottom: 35px;
}

#newslater-popup .newsletter-inner input {
    margin-bottom: 35px;
}

#newslater-popup .newsletter-inner form button {
    position: relative;
    background: #faa21d;
    color: #fff;
    cursor: pointer;
}

#newslater-popup .newsletter-inner p {
    margin-bottom: 22px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.header-top.mobile {
    display: none;
}

.header-middle {
    display: inline-block;
    width: 100%;
}

.header-bottom {
    background: #1b2839;
    display: inline-flex;
    height: 56px;
    width: 100%
}

.headBanner {
    background: #faa21d !important;
    display: inline-flex !important;
    height: 60px !important;
    width: 100% !important;
}

.top-right-link {
    /*color: #1b2839;*/
    padding: 10px 0;
}

    .top-right-link ul li > a span {
        background: transparent url("../images/sprite.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 20px;
        width: 25px;
        margin-bottom: -4px;
        transition: all 0.4s ease 0s;
    }

    .top-right-link ul li.login-icon a span {
        background-position: -98px -666px;
    }

    .top-right-link ul li.login-icon:hover a span {
        background-position: -98px -699px;
    }

    .top-right-link ul li.track-icon a span {
        background-position: -98px -728px;
    }

    .top-right-link ul li.track-icon:hover a span {
        background-position: -98px -760px;
    }

    .top-right-link ul li.gift-icon a span {
        background-position: -98px -792px;
    }

    .top-right-link ul li.gift-icon:hover a span {
        background-position: -98px -824px;
    }

    .top-right-link.mobile {
        display: none;
    }

    .top-right-link ul li.content {
        overflow: visible;
    }

.header-middle hr {
    border-color: #e1e1e1;
}

.header-bottom .help-num {
    color: #ffffff;
    padding: 15px 0;
}

.header-bottom .fa.fa-phone {
    margin-right: 5px;
}

.content-dropdown {
    display: none;
}

.content-dropdown {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #faa21d;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 30px;
    transition: all 0.4s ease 0s;
    width: 120px;
    z-index: 4;
}

.top-right-link ul li .content-dropdown ul li {
    font-size: 14px;
    padding: 5px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 10px;
}

    .top-right-link ul li .content-dropdown ul li:hover {
        background: #ebebeb;
    }

    .top-right-link ul li .content-dropdown ul li > a {
        color: #666666;
    }

    .top-right-link ul li .content-dropdown ul li:hover a {
        color: #faa21d;
    }

.top-right-link ul li {
    float: left;
}

.top-right-link ul li {
    border-right: 1px solid #e1e1e1;
    line-height: 17px;
    padding: 0 12px;
    position: relative;
}

    .top-right-link ul li a {
        /*color: #1b2839;*/
    }

        .top-right-link ul li a:hover {
            color: #faa21d;
        }

    .top-right-link ul li:first-child {
        padding-left: 0;
    }

    .top-right-link ul li:last-child {
        border-right: none;
        padding-right: 0;
    }

.navbar-header {
    float: none;
}

    .navbar-header .navbar-brand {
        height: auto;
        margin-top: 0 !important;
        margin-left: 0 !important;
        padding: 20px 0;
    }

.navbar {
    margin-bottom: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

header#header {
    top: 0;
    width: 100%;
    z-index: 2;
    border: none;
    padding: 0;
    position: relative;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.header-right-part {
    /*margin: 26px 0;*/
    margin: 36px 0 0;
    padding: 5px 0 0 250px;
    position: relative;
}

.navbar-collapse.collapse {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}

.collapsing {
    display: inline-block;
}

.navbar-collapse > ul {
    float: none !important;
    margin-bottom: -7px;
    text-align: left;
}

.header-right-link > ul > li {
    float: left;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

.header-right-link ul li:hover {
    overflow: visible;
}

.header-right-link ul li.main-search {
    overflow: visible;
}

.search-box {
    position: relative;
    /*padding-left:152px;*/
}

    .search-box input.input-text {
        border: 1px solid #e1e1e1;
        width: 100%;
        padding: 6px 6px 6px 10px;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        /*border-radius: 0 25px 25px 0;
        -moz-border-radius: 0 25px 25px 0;
        -webkit-border-radius: 0 25px 25px 0;
        -o-border-radius: 0 25px 25px 0;*/
        border-radius: 25px 25px 25px 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
        -o-border-radius: 25px 25px 25px 25px;
        height: 40px;
    }

.popup-detail .search-box input.input-text {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}

.search-box button.search-btn {
    background: url("../images/sprite.png") no-repeat scroll -5px -85px #faa21d;
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}

    .search-box button.search-btn:hover {
        background-color: #b47617;
    }

.aspSearchBtn {
    background: url("../images/sprite.png") no-repeat scroll -5px -118px #fff;
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}

    .aspSearchBtn:hover {
        background-color: #b47617;
        background: url("../images/sprite.png") no-repeat scroll -5px -85px #292b2c;
    }

.header-right-link > ul > li > a {
    padding: 25px 0 29px;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

/*.header-right-link > ul > li > a span {
        background: url("../images/sprite.png") no-repeat scroll 0 0;
        height: 35px;
        width: 35px;
        display: inline-block;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }*/

.header-right-link ul li.compare-icon > a span {
    background-position: -5px -231px;
    position: relative;
}

.header-right-link ul li.compare-icon:hover > a span {
    background-position: -5px -267px;
}

.header-right-link ul li.wishlist-icon > a span {
    background-position: -5px -152px;
    position: relative;
}

.header-right-link ul li.wishlist-icon:hover > a span {
    background-position: -5px -188px;
}

.header-right-link ul li.cart-icon > a span {
    background-position: -5px -3px;
    position: relative;
}

.header-right-link ul li.cart-icon:hover > a span {
    background-position: -5px -39px;
}

.cart-notification {
    font-size: 11px !important;
    background: #1b2839 !important;
    color: #fff !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    height: 16px !important;
    line-height: 15px !important;
    position: absolute !important;
    right: 5px !important;
    text-align: center !important;
    top: 15px !important;
    width: 16px !important;
    z-index: 1000;
}

.cart-notification-new {
    font-size: 25px !important;
    font-weight: 530;
    /*background: #1b2839 !important;*/
    color: #faa21d !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    height: 16px !important;
    /*line-height: 15px !important;
    position: absolute !important;
    right: 5px !important;*/
    text-align: center !important;
    top: 15px !important;
    width: 16px !important;
    z-index: 1000;
}
/* Navigation Menu Style */

.navbar-nav > li > a {
    padding: 54px 18px;
    font-weight: 500;
    color: #1b2839;
}

/*.side-toggle {
    display: none;
}*/

.nav > li {
    position: inherit;
}

.header_search_toggle.mobile-view {
    display: none;
}

.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}

.header-link-dropdown {
    background: #fff;
    border-top: 3px solid #faa21d;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 320px;
    display: inline-block;
    right: 0;
    top: 36px;
    padding: 35px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    z-index: 3;
}

.header-right-link > ul > li:hover .header-link-dropdown {
    opacity: 1;
}

.header-right-link .link-dropdown-list > li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

.cart-dropdown .btn-color.btn {
    font-size: 15px;
    padding: 13px 20px;
    text-transform: none;
}

.nav > li .menu-label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 10px;
    transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 0 3px;
    color: #ffffff;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
}

.menu-label .hot-menu {
    background: #faa21d;
}

.menu-label .new-menu {
    background: #1b2839;
}

.sidebar-menu-dropdown {
    width: 100%;
}

    .sidebar-menu-dropdown > a span {
        background: url("../images/sprite.png") no-repeat scroll -63px -793px rgba(0, 0, 0, 0);
        display: inline-block;
        height: 20px;
        margin-top: -5px;
        margin-right: 20px;
        width: 22px;
    }

.cat-dropdown-main .column-20per {
    height: 0;
}

/*.sidebar-menu-dropdown .cat-dropdown {
    display: none;
}*/

.cat-dropdown {
    background-color: #f7f7f7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 2;
}

    .cat-dropdown .navbar-nav {
        float: none;
        margin: 0;
        width: 100%
    }

.nav.navbar-nav {
    display: block;
}

.cat-dropdown .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.cat-dropdown .sidebar-contant ul li.level {
    float: none;
    border-bottom: 1px solid #e1e1e1;
}

.cat-dropdown .sidebar-contant ul li.level3 {
    border: none;
}


.cat-dropdown .sidebar-contant .navbar-collapse > ul > li:last-child {
    overflow: hidden !important;
    border-bottom: none;
}

.cat-dropdown .sidebar-contant ul li.level:hover {
    background-color: #f5f5f5;
}

.cat-dropdown .sidebar-contant > ul > li > a {
    color: #1f252d;
    font-size: 14px;
    padding: 10px 0 10px 20px !important;
}

.cat-dropdown .navbar-nav > li > a {
    display: inline-block;
    padding: 10px;
    margin-right: 0px;
    color: #666666;
    line-height: 24px;
    width: 100%;
    position: relative;
}

    .cat-dropdown .navbar-nav > li > a i {
        font-size: 15px;
        height: 13px;
        margin-right: 10px;
        text-align: center;
        width: 14px;
    }

        .cat-dropdown .navbar-nav > li > a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav > li > a i.fa.fa-desktop, .cat-dropdown .navbar-nav > li > a i.fa.fa-heart, .cat-dropdown .navbar-nav > li > a i.fa.fa-shopping-bag {
            font-size: 14px;
        }

.cat-dropdown .sub-megamenu a.page-scroll:before {
    /*content: "";*/
    font-family: FontAwesome;
    font-size: 16px;
    float: right;
    right: 10px;
}

.cat-dropdown .sidebar-contant ul li:hover > a, .cat-dropdown .sidebar-contant ul li:focus > a {
    color: #faa21d;
}

.cat-dropdown .nav > li.level .megamenu {
    margin-top: -44px;
    margin-left: -15px;
    left: 16.6667%;
}

.cat-dropdown .nav > li.level:hover .megamenu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    top: auto;
    left: 16.6667%;
}

.cat-dropdown .megamenu.full {
    width: 80%;
}

.cat-dropdown .nav > li.level:last-child .megamenu {
    right: auto;
}

.sub-menu-slider {
    width: 150px;
    height: auto;
}

    .sub-menu-slider .product-item-details {
        text-align: left;
    }

    .sub-menu-slider .detail-inner-left ul li button {
        padding: 8px 5px 9px 3px;
    }

#menu {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.cart-dropdown ul li a:hover {
    color: #faa21d;
}

.cart-dropdown .cart-list li .media {
    padding-right: 25px;
    margin-top: 0;
}

.cart-dropdown .media-body span {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.cart-dropdown .cart-list li .media .pull-left {
    width: 95px;
    padding-right: 20px;
}

    .cart-dropdown .cart-list li .media .pull-left img {
        max-width: 100%;
        border: 1px solid #e1e1e1;
    }

.close-cart {
    height: 15px;
    position: absolute;
    right: 0;
    width: 15px;
}

.cart-dropdown .input-text.qty {
    background-color: transparent;
    padding: 7px 13px;
}

.cart-dropdown .cart-price {
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.account-link-dropdown {
    width: 280px;
}

.header-link-dropdown .dropdown-title {
    color: #faa21d;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
    color: #faa21d;
}

.account-link-dropdown .link-dropdown-list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* --- Megamenu Style --- */

#menu-main .level3 {
    width: 100%;
}

.megamenu {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 20px 30px;
    position: absolute;
    top: 100%;
    z-index: 2;
    left: 0;
}

    .megamenu.full {
        left: 0;
        width: 100%;
    }

.nav > li.level:hover .megamenu {
    display: block;
}

.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}

.megamenu .sub-menu-level1 li.level2 {
    float: left;
    min-width: 200px;
}

.megamenu .level2 > a {
    display: inline-block;
    margin-right: 35px;
    color: #faa21d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
}

.megamenu .sub-menu-level2 li.level3 > a {
    color: #666666 !important;
    display: inline-block;
    padding: 3px 0;
}

    .megamenu .sub-menu-level2 li.level3 > a:hover {
        color: #faa21d !important;
    }

    .megamenu .sub-menu-level2 li.level3 > a span {
        float: left;
        font-size: 9px;
        margin-right: 9px;
        margin-top: -1px;
    }

.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}

.megamenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}
/* Main-Header */
.mobilemenu-content .navbar-nav li:last-child {
    position: relative;
}

.position-a.cat-dropdown-main {
    top: 0;
    width: 100%;
    z-index: 2;
}

.mobilemenu-title {
    display: none;
}

.mobilemenu-content li {
    display: inline-block;
}

    .mobilemenu-content li a {
        background-color: transparent !important;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 18px 20px;
        line-height: 20px;
        display: inline-block;
        text-transform: uppercase;
    }

        .mobilemenu-content li a:hover {
            color: #fff !important;
        }

.mobilemenu-content .megamenu li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

#menu-main > li > a span {
    position: relative;
}

    #menu-main > li > a span:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transform: scale3d(0, 1, 1);
        -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
        -o-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
        -moz-transition: -moz-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
        transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

#menu-main > li:hover > a span:before, #menu-main li.active a span:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

/*magnific-popup-containt*/
.popup-links {
    position: fixed;
    right: 0;
    top: 195px;
    bottom: 0;
}

.popup-links-inner {
    background: #ffffff;
    position: relative;
    right: calc(-100% - -40px);
}

.popup-links ul li {
    background: #faa21d;
    color: #fff;
    width: 100%;
    right: 0;
    padding-right: 5px;
    position: relative;
    margin-bottom: 1px;
    transition: all 0.4s ease 0s;
}

    .popup-links ul li:hover {
        right: calc(100% - 40px);
    }

.popup-links a {
    display: inline-block;
}

.popup-links ul li .icon-text {
    color: #fff;
    background: #faa21d;
    line-height: 40px;
}

.popup-links .icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
    width: 40px;
    height: 35px;
    display: inline-block;
    float: left;
}

.popup-links ul li.categories .icon {
    background-position: -55px -785px;
}

.popup-links ul li.cart-icon .icon {
    background-position: -6px -343px;
}

.popup-links ul li.account .icon {
    background-position: -45px -192px;
}

.popup-links ul li.search .icon {
    background-position: -5px -85px;
}

.popup-links ul li.scroll .icon {
    background-position: -54px -814px;
}

.popup-position {
    background: #fff;
    margin: 0 auto;
    max-width: 530px;
    position: relative;
}

.popup-detail {
    padding: 30px;
    max-height: 530px;
    overflow-y: scroll;
}

.popup-detail-cart {
    /*padding: 30px;*/
    max-height: 530px;
    overflow-y: scroll;
}

.popup-detail-reg {
    padding: 30px;
}

.popup-position .mfp-close {
    color: #fff;
}

.popup-title {
    padding: 30px;
    border-bottom: 1px solid #e1e1e1;
    background: #1b2839;
}

    .popup-title .main_title {
        color: #fff;
    }

.cate-inner .level {
    border-bottom: 1px solid #e1e1e1;
}

    .cate-inner .level:last-child {
        border-bottom: none;
    }

.cate-inner li.level a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
}

.cate-inner li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cate-inner .level {
    position: relative;
}

.mega-sub-menu {
    display: none;
}

.cate-inner .megamenu {
    position: relative;
    opacity: 1;
    box-shadow: none;
    padding: 0;
}

.cate-inner .megamenu-inner-top {
    padding-left: 15px;
}

.cate-inner span.opener {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    margin-top: 10px;
    z-index: 1;
}

.cate-inner span.plus {
    background-position: -90px -378px;
}

.cate-inner span.minus {
    background-position: -90px -416px;
}


#cart_popup .cart-dropdown li {
    margin-bottom: 20px;
}

#cart_popup .cart-list li .media .pull-left {
    width: 150px;
}

#cart_popup .close-cart {
    right: 60px;
}


#account_popup .account-inner {
    text-align: center;
    padding: 12px 0;
    border: 1px solid #e1e1e1;
}

#account_popup .popup-detail a {
    text-align: center;
    color: #faa21d;
}

#account_popup a:hover .account-inner {
    color: #1b2839;
}

#account_popup .popup-detail .fa {
    font-size: 40px;
}

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

    .banner .btn, .sub-banner-block .btn, .perellex-banner .btn {
        padding: 13px 30px;
        font-size: 20px;
        text-transform: uppercase;
    }

/* main-banner icon start */
.main-banner.owl-carousel .owl-wrapper-outer {
    display: inherit;
    margin-top: 0;
    padding-top: 0;
}
/* main-banner icon end */

.banner-detail {
    left: 8%;
    position: absolute;
    top: 30%;
    width: 100%;
}

    .banner-detail .banner-detail-inner {
        color: #fff;
        margin-bottom: 20px;
    }

        .banner-detail .banner-detail-inner .banner-title {
            color: #faa21d;
            font-size: 70px;
            font-weight: 700;
            line-height: 75px;
        }

.banner-1 .banner-detail .banner-detail-inner .banner-title {
    font-style: italic;
}

.banner-2 .banner-detail .banner-detail-inner .banner-title {
    font-weight: 600;
}

    .banner-2 .banner-detail .banner-detail-inner .banner-title span {
        color: #1b2839;
        font-weight: 700;
    }

.banner-3 .banner-detail .banner-detail-inner .banner-title {
    text-transform: none;
    font-weight: 600;
}

.banner-detail .banner-detail-inner span.slogan {
    color: #1b2839;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
}

.banner-2 .banner-detail .banner-detail-inner span.slogan {
    color: #fff;
}

.slogan:before {
    background-color: #faa21d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.slogan:after {
    background-color: #faa21d;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 60px;
}

.banner-detail .banner-detail-inner span.offer {
    color: #1b2839;
    display: inline-block;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    margin-top: 15px;
}

.banner-2 .banner-detail .banner-detail-inner span.offer {
    color: #fff;
}

.inner-banner1 {
    background: url(../images/inner-banner1.jpg) no-repeat scroll center center;
    padding: 70px 0 60px;
}

.inner-banner-t {
    padding: 70px 0 60px;
}


.inner-banner1 .banner-detail {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0 !important;
}

    .inner-banner1 .banner-detail h1 {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-align: left;
    }


.inner-banner-t .banner-detail {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0 !important;
}

    .inner-banner-t .banner-detail h1 {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-align: left;
    }

.inner-banner-login {
    background: url(../images/banner-login.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-login .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-login .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-offerte {
    background: url(../images/banner-offerte.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-offerte .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-offerte .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-carrello {
    background: url(../images/banner-carrello.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-carrello .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-carrello .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-ricerca {
    background: url(../images/banner-ricerca.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-ricerca .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-ricerca .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-esercenti {
    background: url(../images/banner-esercenti.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-esercenti .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-esercenti .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-servizi {
    background: url(../images/banner-servizi.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-servizi .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-servizi .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-elettronica {
    background: url(../images/banner-elettronica.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-elettronica .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-elettronica .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-gastronomia {
    background: url(../images/banner-gastronomia.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-gastronomia .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-gastronomia .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-moda {
    background: url(../images/banner-moda.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-moda .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-moda .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-parafarmacia {
    background: url(../images/banner-parafarmacia.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-parafarmacia .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-parafarmacia .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-spedisci {
    background: url(../images/banner-spedisci.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-spedisci .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-spedisci .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-hobby {
    background: url(../images/banner-hobby.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-hobby .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-hobby .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-infanzia {
    background: url(../images/banner-infanzia.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-infanzia .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-infanzia .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-libri {
    background: url(../images/banner-libri.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-libri .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-libri .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-curapersona {
    background: url(../images/banner-curapersona.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-curapersona .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-curapersona .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-elettronica {
    background: url(../images/banner-elettronica.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-elettronica .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-elettronica .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-privacy {
    background: url(../images/banner-privacy.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-privacy .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-privacy .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }



.inner-banner-condizioni {
    background: url(../images/banner-condizioni.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-condizioni .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-condizioni .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }



.inner-banner-contatti {
    background: url(../images/banner-contatti.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-contatti .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-contatti .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-industriale {
    background: url(../images/banner-industriale.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-industriale .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-industriale .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }


.inner-banner-mioprofilo {
    background: url(../images/banner-mioprofilo.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-mioprofilo .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-mioprofilo .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-faq {
    background: url(../images/banner-faq.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-faq .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-faq .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-cosekiwi {
    background: url(../images/banner-cosekiwi.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-cosekiwi .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-cosekiwi .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-resi {
    background: url(../images/banner-resi.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-resi .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-resi .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-lavoraconnoi {
    background: url(../images/banner-lavoraconnoi.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-lavoraconnoi .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-lavoraconnoi .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-animali {
    background: url(../images/banner-animali.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-animali .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-animali .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

.inner-banner-perlacasa {
    background: url(../images/banner-perlacasa.png) no-repeat scroll center center;
    padding: 70px 0 60px;
}

    .inner-banner-perlacasa .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner-perlacasa .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
        }

/* Bread-crumb CSS Start */

.bread-crumb {
    margin-top: 10px;
}

.bread-crumb-Banner-Mobile {
    margin-top: 1px;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
}

    .bread-crumb ul li a {
        color: #fff;
    }

    .bread-crumb ul li a, .bread-crumb ul li span {
        margin: 0 10px;
        font-weight: 600;
    }

        .bread-crumb ul li a:hover {
            color: #faa21d;
        }

    .bread-crumb ul li:first-child {
        padding-left: 0;
    }

    .bread-crumb ul li span {
        color: #ffffff;
    }
/* Bread-crumb CSS End */


/* Bread-crumb CSS Start */

.bread-crumb-Banner {
    margin-top: 1px;
}

    .bread-crumb-Banner ul li {
        display: inline-block;
        color: #fff;
    }

        .bread-crumb-Banner ul li a {
            color: #fff;
        }

        .bread-crumb-Banner ul li a, .bread-crumb ul li span {
            margin: 0 10px;
            font-weight: 600;
        }

            .bread-crumb-Banner ul li a:hover {
                color: #faa21d;
            }

        .bread-crumb-Banner ul li:first-child {
            padding-left: 0;
        }

        .bread-crumb-Banner ul li span {
            color: #ffffff;
        }
/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */

.sub-banner img {
    transition: none;
}

.sub-banner-block .sub-banner:hover img {
    opacity: 0.6;
}

.sub-banner {
    position: relative;
    overflow: hidden;
    background: #1b2839;
    margin-bottom: -7px !important;
    display: inline-block;
    max-width: 100%;
}

    .sub-banner:hover:before {
        top: 50%;
        bottom: 50%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .sub-banner:before, .sub-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .sub-banner:hover:after {
        left: 50%;
        right: 50%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .sub-banner:before, .sub-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .sub-banner .sub-banner-detail {
        /*background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;*/
        color: #1b2839;
        position: absolute;
        text-align: center;
        left: 50%;
        bottom: 25px;
        padding: 15px 0;
        width: calc(100% - 50px);
        transform: translateX(-50%);
    }

        .sub-banner .sub-banner-detail .sub-banner-title {
            font-size: 30px;
            color: #fff;
            text-shadow: 2px 2px 4px #000000;
            font-weight: 400;
            line-height: 30px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 28px;
        }

.banner-top {
    margin-bottom: 15px;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 15px;
}

.sub-banner .sub-banner-detail .sub-banner-type {
    color: #727272;
    font-style: italic;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
    text-transform: none;
}

.sub-banner.sub-banner5 .sub-banner-detail .sub-banner-type, .sub-banner.sub-banner7 .sub-banner-detail .sub-banner-type {
    color: #faa21d;
}

.sub-banner .sub-banner-detail .offer {
    color: #282828;
    font-size: 50px;
    font-weight: 700;
}

.sub-banner-subtitle span {
    color: #faa21d;
}

.sub-banner .sub-banner-detail .sub-banner-title span.color {
    color: #bababa;
    line-height: 32px;
}

.sub-banner .sub-banner-detail .sub-banner-title span {
    font-weight: 300;
}

.sub-banner .sub-banner-detail span.line {
    background: #5b5b5b;
    height: 1px;
    width: 90px;
    display: inline-block;
    margin: 30px 0 25px 0;
}

.sub-banner3 .sub-banner-detail span.line {
    margin: 50px 0;
}

.small-banner:hover img {
    opacity: 0.6;
}

/* Sub Menu Product part */

.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}

.sub-menu-slider .product-image {
    max-width: 100%;
}

.sub-menu-slider .pro_cat {
    min-height: auto !important;
}

.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* Product Box part */
.heading-part {
    position: relative;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
}

    .main_title span::after {
        background: #faa21d none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -5px;
        width: 50px;
    }

.category-bar ul li a.selected {
    pointer-events: none;
}

.category-bar ul li {
    display: inline-block;
}

    .category-bar ul li.selected {
        pointer-events: none;
    }

    .category-bar ul li a {
        display: block;
        padding: 12px;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .category-bar ul li a.selected {
            background: #faa21d;
            color: #fff;
        }

    .category-bar ul li:hover a {
        color: #fff;
        background: #faa21d;
    }

.tab_cat {
    padding: 0 15px;
    position: relative;
}

.pro_cat {
    position: relative;
}

.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    padding-top: 7px;
    margin-top: -7px;
}

.pro_cat .product-slider-main {
    display: none;
}

    .pro_cat .product-slider-main.selected {
        display: block;
    }

.product-item {
    position: relative;
}

.pro_cat .item, #blog .item {
    padding-left: 15px;
    padding-right: 15px;
}

.product-image {
    background: #ffffff none repeat scroll 0 0;
    min-width: 70px;
    overflow: hidden;
    position: relative;
}

    .product-image img {
        transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
    }

.product-item:hover .product-image img {
    opacity: 0.5;
}

.main-label {
    color: #ffffff;
    font-weight: 500;
    line-height: 45px;
    padding-left: 7px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.sale-label {
    background: #ffe400 none repeat scroll 0 0;
    left: 10px;
    color: #1b2839;
}

.new-label {
    background: #ff7200 none repeat scroll 0 0;
    right: 10px;
}

.product-item.sold-out::before {
    background: rgba(255,255,255,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-item.sold-out::after {
    background: #fa6b6b;
    content: "Sold out";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 8px 12px;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
}

.product-detail-inner {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateX(-50%);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.detail-inner-left {
    opacity: 0;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.product-item:hover .detail-inner-left {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.product-item-name a {
    font-size: 16px;
    color: #1f1f2f;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.product-item-name-shops a {
    font-size: 16px;
    color: #666666;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
    word-break: normal;
}

.product-item-name-shops-mobile a {
    font-size: 16px;
    color: #666666;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    word-break: normal;
}

.product-item-name-shops a {
    font-size: 16px;
    color: #666666;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
    word-break: normal;
}

.product-item-details {
    padding-top: 15px;
    text-align: center;
}

.list-type .product-item-details, .product-detail-main .product-item-details {
    text-align: left;
}

.special-products-block .product-item-details {
    margin-top: 0;
}

.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a,
.special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
    color: #faa21d;
}

.product-item-details .price-box .price {
    margin-right: 5px;
}

.price-box {
    display: inline-block;
}


    .price-box .price {
        font-size: 18px;
        font-weight: 500;
        color: #666666;
    }

.product-item-details .price-box .price.old-price {
    font-size: 15px;
    font-weight: 400;
    color: #878787;
}

.detail-inner-left ul {
    display: inline-block;
}

.product-item .detail-inner-left ul li {
    float: left;
    padding: 0 4PX;
    position: relative;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .product-item .detail-inner-left ul li:last-child {
        padding-right: 0;
    }

.detail-inner-left ul li a {
    background: #fff url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
}

    .detail-inner-left ul li a:hover {
        background-color: #faa21d;
    }

.detail-inner-left.right-side ul li a {
    border-right: 1px solid #ff8786;
    padding: 0 18px;
}

.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

.detail-inner-left ul li button {
    background-color: #fff;
    border: none;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 8px 15px 9px 6px;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

    .detail-inner-left ul li button:hover {
        background: #faa21d;
        color: #fff;
    }

    .detail-inner-left ul li button span, .cat-box-inner .cart-link button span {
        background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -11px -318px;
        display: inline-block;
        height: 25px;
        margin-bottom: -8px;
        transition: all 0.6s ease 0s;
        width: 30px;
    }

.cat-box-inner .cart-link button span {
    background-position: -46px -234px;
}

.cat-box-inner .cart-link button:hover span {
    background-position: -46px -266px;
}


.detail-inner-left ul li button:hover span {
    background-position: -11px -353px;
}

.detail-inner-left ul li.pro-wishlist-icon a {
    background-position: -9px -380px;
}

    .detail-inner-left ul li.pro-wishlist-icon a:hover {
        background-position: -9px -417px;
    }

.detail-inner-left ul li.pro-compare-icon a {
    background-position: -9px -311px;
}

    .detail-inner-left ul li.pro-compare-icon a:hover {
        background-position: -9px -347px;
    }

.rating-summary-block .rating-result {
    display: inline-block;
    position: relative;
    width: 71px;
}

.rating-summary-block.big .rating-result {
    width: 88px;
}

.rating-summary-block .rating-result:before {
    color: #c7c7c7;
    content: "" "" "" "" "";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    left: 0;
    letter-spacing: 2px;
    line-height: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rating-summary-block .rating-result > span {
    display: block;
    overflow: hidden;
}

    .rating-summary-block .rating-result > span::before {
        color: #ffaf47;
        content: "" "" "" "" "";
        display: block;
        font-family: FontAwesome;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        height: 16px;
        letter-spacing: 2px;
        line-height: 16px;
        position: relative;
        z-index: 1;
    }

    .rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
        font-size: 13px;
        height: 13px;
        line-height: 13px;
    }

.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
    margin-left: -1px;
    width: calc(100% - 1px) !important;
}

.pro-media img {
    border: 1px solid #d6d6d6;
}

/* daily-deals Start*/

.daily-deals {
    padding: 0 15px;
}

    .daily-deals .price-box {
        margin: 5px 0;
    }

    .daily-deals .product-detail-inner {
        left: 0;
        top: 0;
        position: relative;
        transform: none;
        margin-top: 13px;
    }

    .daily-deals .detail-inner-left {
        opacity: 1;
        transform: scale(1);
    }

        .daily-deals .detail-inner-left ul li button {
            border: 1px solid #e1e1e1;
            padding: 7px 15px 8px 6px
        }

        .daily-deals .detail-inner-left ul li a {
            border: 1px solid #e1e1e1;
        }

        .daily-deals .detail-inner-left ul li.pro-wishlist-icon a {
            background-position: -10px -380px;
        }

            .daily-deals .detail-inner-left ul li.pro-wishlist-icon a:hover {
                background-position: -10px -417px;
            }

    .daily-deals .product-item-details {
        text-align: left;
        padding: 0;
    }

.product-item-details > p {
    line-height: 20px;
    margin-bottom: 10px;
}

.product-item .detail-inner-left ul li:first-child {
    padding-left: 0;
}

.item-offer-clock p {
    margin-bottom: 10px;
}

.item-offer-clock ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .item-offer-clock ul li {
        color: #282828;
        display: inline-block;
        list-style: outside none none;
        vertical-align: top;
    }

        .item-offer-clock ul li.seperator {
            font-size: 20px;
            line-height: 40px;
        }

        .item-offer-clock ul li span, .item-offer-clock ul li p {
            color: #282828;
            display: block;
            line-height: 1;
        }

        .item-offer-clock ul li span {
            border: 1px solid #e1e1e1;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            margin-bottom: 3px;
            text-align: center;
            width: 40px;
            letter-spacing: 0.5px;
        }

        .item-offer-clock ul li p {
            font-size: 13px;
            margin-bottom: 0;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 36px;
        }
/* daily-deals End*/

.product-slider .owl-prev, .product-slider .owl-next,
#brand-logo .owl-prev, #brand-logo .owl-next,
#blog .owl-prev, #blog .owl-next,
.banner .owl-prev, .banner .owl-next,
.client-main .owl-prev, .client-main .owl-next,
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next,
.pro_cat .owl-prev, .pro_cat .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
    background: #f5f5f5;
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    letter-spacing: 0;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}


#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
    background: #fff;
}

.pro_cat .owl-prev, .pro_cat .owl-next,
#blog .owl-prev, #blog .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next,
#brand-logo .owl-prev, #brand-logo .owl-next {
    top: -40px;
}

.product-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 0;
}

.banner .owl-prev, .banner .owl-next {
    background: #fff;
    margin-top: 0;
    transform: translateY(0px);
}

#brand-logo .owl-prev, #brand-logo .owl-next {
    margin-top: -5px;
}

    .banner .owl-prev:hover, .banner .owl-next:hover,
    .pro_cat .owl-prev:hover, .pro_cat .owl-next:hover,
    #brand-logo .owl-prev:hover, #brand-logo .owl-next:hover,
    .sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover,
    #top-cat-pro .owl-prev:hover, #top-cat-pro .owl-next:hover,
    #blog .owl-prev:hover, #blog .owl-next:hover,
    .client-main .owl-prev:hover, .client-main .owl-next:hover {
        background: #faa21d;
    }

.sub-menu-slider .owl-next {
    top: 20px;
    right: 0px !important;
}

.sub-menu-slider .owl-prev {
    top: 20px;
    left: 0px !important;
}

.banner .owl-next {
    right: 20px;
}

.banner .owl-prev {
    left: 20px;
}

.pro_cat .owl-next, #blog .owl-next, #top-cat-pro .owl-next, #brand-logo .owl-next {
    right: 10px;
}

.pro_cat .owl-prev, #blog .owl-prev, #top-cat-pro .owl-prev, #brand-logo .owl-prev {
    right: 60px;
}


.client-main .owl-next {
    right: 0;
}

.client-main .owl-prev {
    left: 0;
}

.product-slider .owl-next {
    right: 10px;
}

.product-slider .owl-prev {
    right: 60px;
}


    .product-slider .owl-prev:after, .product-slider .owl-next:after,
    #brand-logo .owl-prev:after, #brand-logo .owl-next:after,
    #blog .owl-prev::after, #blog .owl-next::after,
    .banner .owl-prev:after, .banner .owl-next:after,
    .client-main .owl-prev:after, .client-main .owl-next:after,
    .sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after,
    .pro_cat .owl-prev:after, .pro_cat .owl-next:after {
        color: #a7a7a7;
        font-size: 25px;
        line-height: 40px;
        font-family: FontAwesome;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

    .product-slider .owl-prev:after, #brand-logo .owl-prev:after,
    #blog .owl-prev:after, .banner .owl-prev:after, .owl-prev:after,
    .client-main .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after {
        content: "";
    }

.product-slider .owl-next:after, #brand-logo .owl-next:after,
#blog .owl-next:after, .banner .owl-next:after, #top-cat-pro .owl-next:after,
.client-main .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after {
    content: "";
}

.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after,
#blog .owl-prev:hover:after, .banner .owl-prev:hover:after,
.client-main .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after,
.pro_cat .owl-prev:hover:after, #top-cat-pro .owl-prev:hover:after {
    color: #fff;
}

.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after,
#top-cat-pro .owl-next:hover:after, #blog .owl-next:hover:after,
.banner .owl-next:hover:after, .client-main .owl-next:hover:after,
.sub-menu-slider .owl-next:hover:after, .pro_cat .owl-next:hover:after {
    color: #fff;
}


/*Our Categories */

.top-cate-bg {
    background: #f1f1f1 none repeat scroll 0 0;
}

.sell-pro .item {
    padding: 0 15px;
}

#top-cat-pro .item-inner {
    position: relative;
    background: #000000;
}

    #top-cat-pro .item-inner:hover img {
        opacity: 0.7;
    }

.cate-detail {
    /*background: #faa21d;*/
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    bottom: 10px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px;
}


/* Sub Menu Product part */
.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}

.sub-menu-slider .product-image {
    max-width: 100%;
}

.sub-menu-slider .pro_cat {
    min-height: auto !important;
}

.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ------------------ */
.shop-list-view {
    margin-bottom: 30px;
    display: inline-block;
}

    .shop-list-view .product-item {
        float: left;
        width: 280px;
        margin-right: 20px;
    }

    .shop-list-view .product-item-name {
        font-size: 16px;
    }

    .shop-list-view .price-box {
        margin: 3px 0 15px;
        float: none;
    }

    .shop-list-view .bottom-detail {
        display: inline-block;
    }

    .shop-list-view .product-item-details, .product-detail-main .product-item-details {
        margin-top: 0;
    }

.bottom-detail ul li {
    display: inline-block;
    padding: 0 5px;
}

.product-detail-main .bottom-detail ul li {
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}

.cart-button .pro-cart-icon {
    margin-top: 9px;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
    padding-left: 0;
}

.bottom-detail ul li span {
    background: url("../images/sprite.png") no-repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-bottom: -12px;
    margin-right: 8px;
    height: 37px;
    transition: all 0.4s ease 0s;
    width: 37px;
}

.bottom-detail ul li:hover span {
    background-color: #faa21d;
}

.bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -312px;
}

.bottom-detail ul li.pro-cart-icon:hover span {
    background-position: -9px -347px;
}

.bottom-detail ul li.pro-wishlist-icon span {
    background-position: -10px -381px;
}

.bottom-detail ul li.pro-wishlist-icon:hover span {
    background-position: -10px -418px;
}

.bottom-detail ul li.pro-compare-icon span {
    background-position: -10px -457px;
}

.bottom-detail ul li.pro-compare-icon:hover span {
    background-position: -10px -491px;
}

.bottom-detail ul li.pro-email-icon span {
    background-position: -43px -453px;
}

.bottom-detail ul li.pro-email-icon:hover span {
    background-position: -43px -488px;
}

.bottom-detail.cart-button ul li.pro-cart-icon span {
    margin-top: -10px;
    margin-right: 0;
}

.bottom-detail.cart-button ul li span {
    border: none;
}

.bottom-detail.cart-button ul li:hover span {
    background-color: rgba(0,0,0,0);
}

.product-detail-main .bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -347px;
}

/* Site Services Features Block css Star */
.ser-feature-block {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}

.feature-box {
    border-right: 1px solid #e1e1e1;
}

.service-box:last-child .feature-box {
    border-right: none;
}

.feature-detail {
    display: inline-block;
    padding-left: 15px;
    padding-top: 15px;
}

.ser-feature-block .feature-icon {
    background: url("../images/shipping_icon.png") no-repeat scroll 0 0;
    color: #737373;
    height: 50px;
    width: 60px;
    float: left;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.ser-feature-block .service-box .ser-title {
    font-size: 20px;
    font-weight: 600;
    color: #1b2839;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.ser-subtitle {
    float: left;
    margin-left: 10px;
}

.ser-feature-block .feature-box:hover .ser-title {
    color: #faa21d;
    cursor: pointer;
}

.ser-feature-block .feature-box:hover .ser-subtitle {
    color: #faa21d;
}

.feature-box .feature-icon.feature1 {
    background-position: 0 4px;
}

.feature-box .feature-icon.feature2 {
    background-position: 0 -118px;
}

.feature-box .feature-icon.feature3 {
    background-position: 0 -245px;
}

.feature-box .feature-icon.feature4 {
    background-position: 0 -376px;
}

.feature-box:hover .feature-icon.feature1 {
    background-position: 0 -54px;
}

.feature-box:hover .feature-icon.feature2 {
    background-position: 0 -183px;
}

.feature-box:hover .feature-icon.feature3 {
    background-position: 0 -310px;
}

.feature-box:hover .feature-icon.feature4 {
    background-position: 0 -445px;
}
/* Site Services Features Block css end */

/* perellex block css start*/
.perellex-banner {
    background: rgba(0, 0, 0, 0) url("../images/perellex.jpg") no-repeat fixed center center;
    font-family: "Roboto", sans-serif;
    color: #1b2839;
}

.perellex-delail {
    background: rgba(255, 114, 0, 0.2);
    padding: 50px;
}

.perellex-offer {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
}


    .perellex-offer span:after {
        background: #faa21d;
        bottom: -15px;
        content: "";
        display: inline-block;
        height: 2px;
        left: 48%;
        position: absolute;
        text-align: center;
        width: 50px;
    }

.perellex-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}

.perellex-delail p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
}
/* perellex block css end */

/* cat-box css Start */
.product-slider .heading-part > h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.product-slider .heading-part span {
    background: #faa21d none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: -100px;
    top: 45%;
    width: 80px;
}

.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .cat-img span {
        background: #fff;
        color: #2a2931;
        position: absolute;
        bottom: 18px;
        font-size: 18px;
        font-weight: 600;
        width: calc(100% - 80px);
        padding: 13px 0;
        left: 50%;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .cat-img:hover span {
        -ms-transform: translateX(-50%) scale(0.9);
        -webkit-transform: translateX(-50%) scale(0.9);
        -o-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
    }

.cat-box-inner .pro-media img {
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.cat-img:hover img, .cat-box-inner li:hover .pro-media img {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.cat-box-inner .pro-media {
    margin-right: 20px;
    width: 155px;
    overflow: hidden;
}

.cat-box-inner ul li {
    display: inline-flex;
    float: left;
    clear: both;
    margin-bottom: 5px;
    padding: 15px 0px;
}

    .cat-box-inner ul li:first-child {
        padding-top: 0;
    }

    .cat-box-inner ul li:last-child {
        padding-bottom: 0;
    }

.cat-box-inner .cart-link {
    border-top: 1px solid #dedede;
    margin-top: 20px;
}

.cat-box-inner .price-box {
    float: none;
    display: block;
}

.cat-box-inner .cart-link button {
    background-color: transparent;
    border: medium none;
    letter-spacing: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 400;
    opacity: 0;
}

.cat-box-inner ul li:hover .cart-link button {
    opacity: 1;
}

.cat-box-inner .cart-link button:hover {
    color: #faa21d;
}
/* cat-box css End */

/* Special Product Block css Start */
.special-products-block {
    position: relative;
    overflow: hidden;
    margin-top: -7px;
    padding-top: 7px;
}

    .special-products-block .product-item {
        max-width: 338px;
        float: left;
        margin-right: 30px;
    }

    .special-products-block .pro-detail-main {
        margin-left: 368px;
        position: relative;
    }

    .special-products-block .product-item-details .product-item-name {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .special-products-block .product-item-details .price-box .price {
        font-size: 20px;
    }

        .special-products-block .product-item-details .price-box .price.old-price {
            font-size: 16px;
        }

    .special-products-block .rating-summary-block {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .special-products-block .label-review {
        color: #8f8f8f;
        font-size: 12px;
        font-style: italic;
    }

    .special-products-block .bottom-detail .pro-compare-icon {
        margin-top: 10px;
    }

    .special-products-block .pro-detail-main .bottom-detail {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.product-item-details .bottom-detail {
    padding: 10px 0;
}

.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
    border: none;
    padding: 0;
}

.product-detail-main .product-item-details .bottom-detail {
    display: inline-block;
}

#special-pro .owl-prev, #special-pro .owl-next {
    position: absolute;
    top: -85px;
    font-size: 0;
}

#special-pro .owl-prev {
    right: 50px;
}

#special-pro .owl-next {
    right: 20px;
}

    #special-pro .owl-prev:after, #special-pro .owl-next:after {
        color: #c2c2c2;
        font-family: FontAwesome;
        font-size: 28px;
        line-height: 55px;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

    #special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
        color: #8a8a8a;
    }

#special-pro .owl-prev:after {
    content: "";
}

#special-pro .owl-next:after {
    content: "";
}

.bottom-detail .btn-black {
    margin-top: 9px;
}
/* Special Product Block css End */

/* Custom News Letter CSS Start */
.newsletter {
    background: #faa21d;
}

.newsletter-bg {
    padding: 30px 0;
    padding-bottom: 0;
}

.newsletter-title .main_title {
    font-size: 25px;
    letter-spacing: 1px;
}

.newsletter-title {
    color: #ffffff;
}

    .newsletter-title .sub-title {
        font-size: 18px;
    }

.newsletter-inner span {
    display: inline-block;
    margin-bottom: 60px;
}

.newsletter-inner p {
    margin-bottom: 35px;
}

.newsletter-box {
    position: relative;
    margin-top: 10px;
}

.newsletter .newsletter-inner form button {
    background: #1b2839;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
}

.newsletter-inner input {
    background: #f5f5f5;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 9px 0 9px 20px;
    width: 100%;
}

.newsletter-title .main_title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.homepage .client-bg {
    background: #faa21d;
    position: relative;
}

.client-bg {
    background: url(../images/testimonial-bg.jpg) repeat scroll 0 0;
    position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}

.top-shadow {
    top: -10px;
}

.bottom-shadow {
    bottom: -8px;
}

.homepage .client-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.client-img {
    margin-right: 40px;
}

.homepage .client-main .owl-carousel .owl-wrapper-outer {
    padding-top: 30px;
    margin-top: 0;
}

.client-main .item {
    display: inline-block;
    padding-bottom: 60px;
}

    .client-main .item p {
        color: #666666;
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        margin: 0;
    }

.homepage .client-main .item p {
    color: #deeaf8;
}

.quote1-img {
    text-align: left;
}

.quote2-img {
    text-align: right;
}

.client-img img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #faa21d;
    display: inline-block;
    overflow: hidden;
}

.homepage .client-img img {
    border: 1px solid #faa21d;
}

.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}

.homepage .designation {
    color: #faa21d;
}

.quote {
    border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 30px 40px;
}

.homepage .quote {
    border: none;
    padding: 0 20px;
}

.homepage .client-main .item .client-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.client-main .item .client-title {
    color: #faa21d;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.homepage .client-main .item .client-title {
    color: #fff;
}

.owl-pagination {
    display: inline-block;
    margin-top: 20px;
}

    .owl-pagination .owl-page {
        float: left;
        margin: 0 3px;
    }

    .owl-pagination .owl-page {
        border: 2px solid #faa21d;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        /*-o-border-radius: 50%;*/
        cursor: pointer;
        height: 16px;
        width: 16px;
    }

.homepage .client-main .owl-pagination .owl-page {
    border: 2px solid #faa21d;
}

.owl-pagination .owl-page > span {
    background: #fff;
    display: block;
}

.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
    background: #faa21d none repeat scroll 0 0;
    border: 2px solid #ffffff;
}

.owl-controls .owl-pagination {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /*-0-transform: translateX(-50%);*/
    transform: translateX(-50%);
}

.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}

    .owl-pagination .owl-page > span {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        /*-o-border-radius: 50%;*/
    }

.client-main .owl-controls .owl-pagination {
    padding-top: 20px;
}

.client-main {
    position: relative;
    overflow: hidden;
}

    .client-main .owl-buttons {
        display: none;
    }
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-listing .blog-item {
    margin-bottom: 30px;
}

.blog-media {
    overflow: hidden;
    background: #1b2839;
    position: relative;
}

.blog-item .blog-media img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.blog-item:hover .blog-media img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.blog-item a.read {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.blog-title {
    margin-bottom: 10px;
}

    .blog-title > a {
        color: #1b2839;
        font-size: 16px;
        font-weight: 500;
    }


        .blog-title > a:hover {
            color: #faa21d;
        }

.blog-detail > span {
    color: #1b2839;
    font-style: italic;
}

.blog-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-item a.read:after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
}

.post-date {
    color: #faa21d;
    font-style: italic;
}

.blog-detail p {
    margin-bottom: 10px;
}

.blog-detail .post-info ul li {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
}

    .blog-detail .post-info ul li a {
    }

.blog-item img {
    width: 100%;
}

.blog-item .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.blog-item .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.blog-item:hover .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-item:hover .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


.blog-item .blog-effect:before, .blog-item .blog-effect:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/* Blog CSS End */


/* Brand-Logo CSS Start */
.brand .item {
    text-align: center;
}

    .brand .item img {
        opacity: 0.5;
    }

        .brand .item img:hover {
            opacity: 1;
        }
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.gray-box {
    padding-bottom: 25px;
}

.sidebar-title {
    margin-bottom: 15px;
    position: relative;
}

    .sidebar-title span::after {
        background: #faa21d none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -5px;
        width: 50px;
    }



.sidebar-block .sidebar-box {
    position: relative;
}

.sidebar-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.listing-box ul li {
    border-bottom: 1px solid #e1e1e1;
}

    .listing-box ul li:last-child {
        border-bottom: none;
    }

    .listing-box ul li a {
        padding: 6px 0px;
        display: inline-block;
        width: 100%;
    }

    .listing-box ul li:first-child a {
        padding-top: 0;
    }

.size ul li {
    margin-bottom: 3px;
}

.inner-title {
    color: #1b2839;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}

.sidebar-item ul li {
    display: inline-flex;
    padding: 7px 0px;
}

    .sidebar-item ul li:first-child {
        padding-top: 0;
    }

.sidebar-item .pro-media {
    padding: 0 15px 0 0;
    width: 120px;
}

.sidebar-item-wide .pro-media {
    width: 110px;
}

.pro-detail-info .price-box .price {
    color: #1b2839;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.pro-detail-info .rating-summary-block {
    padding: 0;
}

.sidebar-item .cart-link button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}

    .sidebar-item .cart-link button:hover {
        color: #faa21d;
    }
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}

    .shorting .view {
        float: left;
        margin-right: 20px;
    }

.list-types {
    display: inline-flex;
    float: left;
    margin: 3px 0px 0;
    padding: 0 5px;
}

    .list-types.grid {
        border-right: 1px solid #dedede;
    }

.list-types-icon {
    background: url(../images/grid-list.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 36px;
}

.grid-icon {
    background-position: 0 -6px;
}

.list-icon {
    background-position: -65px -6px;
}

.grid-icon:hover, .list-types.active .grid-icon {
    background-position: 0 -39px;
}

.list-icon:hover, .list-types.active .list-icon {
    background-position: -65px -39px;
}

.list-types a {
    display: inline-flex;
}

.shorting select {
    font-size: 14px;
}

.short-by, .select-item {
    float: left;
    position: relative;
}

    .short-by > span, .show-item > span {
        float: left;
        margin: 5px 10px 3px;
    }

.compare {
    float: right;
}

    .compare .btn {
        font-size: 15px;
        padding: 9px 15px;
        text-transform: none;
    }

.pagination-bar {
    text-align: center;
    margin-top: 20px;
}

    .pagination-bar ul {
        display: inline-flex;
    }

        .pagination-bar ul li {
            float: left;
            margin: 0 2px;
        }

            .pagination-bar ul li a {
                background: #f0f0f0;
                height: 40px;
                width: 40px;
                display: inline-block;
                line-height: 40px;
                text-align: center;
                border-radius: 25px;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -o-border-radius: 25px;
            }

            .pagination-bar ul li.active a, .pagination-bar ul li:hover a {
                background: #faa21d;
                color: #fff !important;
            }
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
    margin-top: 15px;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    height: auto !important;
    margin: 0 8px;
    opacity: 0.3;
}

    .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
        opacity: 1;
    }

.fotorama__img {
    position: relative;
    top: 0 !important;
}

.fotorama__thumb-border {
    display: none !important;
}

.fotorama__nav::before, .fotorama__stage::before {
    background-image: none;
}

.fotorama__nav::after, .fotorama__stage::after {
    background-image: none;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    /*text-transform: lowercase;*/
}

.product-listing .shop-list-view .product-item {
    margin-bottom: 0;
}

.product-detail-main .price-box .price {
    font-size: 22px;
}

.product-detail-main .rating-summary-block {
    margin-bottom: 20px;
}

.product-info-stock-sku {
    margin-top: 5px;
    margin-bottom: 15px;
}

    .product-info-stock-sku > div {
        display: inline-block;
        margin-right: 20px;
    }

    .product-info-stock-sku label {
        font-weight: 400;
    }

    .product-info-stock-sku .price-box {
        display: inline-block;
    }

    .product-info-stock-sku .info-deta {
        text-transform: uppercase;
        font-weight: bold;
    }

.form-control {
    border-color: #dedede;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    height: 40px;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.product-qty {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.cart-dropdown .product-qty {
    margin-top: 0;
}

.custom-qty {
    display: inline-flex;
}

.increase.items, .reduced.items {
    background: transparent;
    border: 1px solid #e1e1e1;
    color: #888;
    padding: 10px 11px 9px;
    float: left;
    outline: none;
}

.input-text.qty {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 40px;
    padding: 4px 10px;
    float: left;
    text-align: center;
    margin: 0 5px;
}

.share-link {
    margin-top: 30px;
}

    .share-link label {
        font-weight: 400;
        float: left;
        margin-top: 6px;
        margin-right: 10px;
    }

.brand-logo-pro {
    background: #f5f5f5 none repeat scroll 0 0;
}

/* Product Page Tab CSS Start */
.nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}

    .nav-tabs > li > a {
        border-color: #eee #eee #ddd;
    }

.product-detail-tab .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.product-detail-tab {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

    .product-detail-tab .nav > li > a {
        background-color: transparent;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        margin-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        letter-spacing: -0.5px;
    }

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #faa21d;
    border: medium none;
    color: #fff !important;
}

.tab_content {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

.product-listing .tab_content {
    padding: 0;
    border: none;
}

.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
    line-height: 25px;
}

.tab_content ul li strong {
    font-weight: 500;
    color: #222;
}

.items-Description, .items-Product-Tags, .items-Reviews {
    display: none;
}

    .items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
        display: block;
    }
/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.comments-area > .comment-list > li:first-child {
    border: none;
    padding-top: 0;
}

.comment-user {
    float: left;
    margin-right: 20px;
}

.comment-detail {
    display: table-cell;
    padding-bottom: 10px;
}

    .comment-detail .user-name {
        text-transform: uppercase;
        color: #232323;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.1;
    }

ul.child-comment {
    margin-left: 63px;
}

.comment-detail .post-info ul {
    display: inline-flex;
}

    .comment-detail .post-info ul li {
        float: left;
        margin-right: 15px;
        font-size: 14px;
        padding: 0;
    }

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #232323;
    display: inline-block;
    padding: 0;
    transition: none 0s ease 0s;
}

.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
/* --------------- Comment CSS End ------------------ */


/* Product Detail Page CSS End */

/* checkbox CSS Start */
.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 25px;
    position: relative;
}

.checkbox:checked + label::before {
    background: #faa21d none repeat scroll 0 0;
    border-color: #faa21d;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.checkbox + label::before, .radio-button + label::before {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d7d7d7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.checkbox + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 3px;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}
/* checkbox CSS End */

.checkout-section .input-box {
    margin-bottom: 23px;
}

.check-box.left-side {
    margin-top: 10px;
}

.forgot-password {
    color: #0040a5;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
}

.contact-info .p-0 {
    border-right: 1px solid #e1e1e1;
}

    .contact-info .p-0:last-child {
        border: medium none;
    }

/* Cart Page CSS Start */
.commun-table th span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    clear: both;
}

.commun-table td .product-title {
    min-width: 300px;
}

table.table {
    border: 15px solid #f5f5f5;
    border-top: none;
    margin-bottom: 0;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

.complete-order-detail table.table {
    border-top: 15px solid #f5f5f5;
}

.commun-table .table thead tr th {
    background: #f5f5f5;
    border-bottom: none;
    padding: 22px 20px;
}

.cart-item-table .table tbody tr td {
    padding: 20px 25px;
    vertical-align: middle;
}

.cart-total-table .table tbody tr td {
    padding: 10px 25px;
    vertical-align: middle;
}

.cart-total-table .table thead tr th {
    padding: 15px 25px;
    vertical-align: middle;
}

.commun-table .table tbody tr:first-child td {
    border-top: medium none;
}

.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
    max-width: 110px;
}

.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
    text-align: center;
}

.commun-table th ul li {
    text-align: left;
    float: left;
    margin-right: 30px;
}

    .commun-table th ul li .price {
        font-size: 14px;
    }

    .commun-table th ul li:last-child {
        margin-right: 0;
        float: right;
    }

.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
    text-align: left;
}

.commun-table .table tbody tr td i.cart-remove-item {
    color: #faa21d;
    font-size: 18px;
    cursor: pointer;
}

.commun-table tbody tr td .input-box select {
    width: 100px;
    padding: 5px;
}

.cart-total-table .table tbody tr td b {
    font-size: 16px;
    color: #222;
}

.cart-total-table .table tbody tr td .price {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.estimate select {
    padding: 12px 10px;
}
/* Cart Page CSS End */

/* Checkout Page CSS Start */
.checkout-step {
    display: inline-block;
    width: 100%;
}

    .checkout-step ul {
        display: table;
        margin: 0px auto 25px;
    }

        .checkout-step ul li {
            float: left;
            font-size: 15px;
            color: #faa21d;
            cursor: pointer;
        }

            .checkout-step ul li .step {
                float: left;
            }

                .checkout-step ul li .step .circle {
                    background: #faa21d;
                    color: #fff;
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    padding: 3px 11px;
                    font-weight: 500;
                    font-size: 16px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                }

                .checkout-step ul li .step .line {
                    background: #faa21d none repeat scroll 0 0;
                    float: left;
                    height: 7px;
                    margin: 12px -1px 12px 0;
                    width: 65px;
                }

            .checkout-step ul li:first-child .step .line {
                -webkit-border-radius: 3px 0px 0px 3px;
                -moz-border-radius: 3px 0px 0px 3px;
                -o-border-radius: 3px 0px 0px 3px;
                border-radius: 3px 0px 0px 3px;
                width: 65px;
            }

            .checkout-step ul li:last-child .step .line {
                -webkit-border-radius: 0px 3px 3px 0px;
                -moz-border-radius: 0px 3px 3px 0px;
                -o-border-radius: 0px 3px 3px 0px;
                border-radius: 0px 3px 3px 0px;
                width: 65px;
                background: #222;
            }

            .checkout-step ul li span {
                color: #faa21d;
                display: inline-block;
                padding: 6px 15px 6px 6px;
                line-height: 20px;
            }

            .checkout-step ul li.step-done {
                color: #26537f;
            }

            .checkout-step ul li.active {
                color: #faa21d;
            }

            .checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
                background: #26537f;
            }

            .checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
                background: #faa21d;
            }

    .checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle, .checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
        background: #222;
    }

    .checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
        color: #222;
    }

.heading-bg h2.heading {
    background: #f0f0f0;
    padding: 8px 17px;
}

.checkout-section h2.heading {
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.payment-option-box {
    padding: 20px;
    border: 1px solid #e1e1e1;
}

.payment-option-box-inner {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.payment-top-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.paypal-box {
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    position: relative;
    margin-left: 10px;
}

.paypal-top {
    background: #f5f5f5;
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 0 10px;
}
/* Checkout Page CSS Start */

/* Login Register Page CSS Start */
.new-account .link {
    text-decoration: underline;
    color: #222;
}

    .new-account .link:hover {
        color: #faa21d;
    }
/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

.account-tab > span .sub-title {
    font-size: 18px;
}

.account-sidebar .sub-title span {
    background: url("../images/sprite.png") no-repeat scroll -97px -456px;
    display: inline-block;
    height: 21px;
    margin-bottom: -5px;
    width: 21px;
}

.account-sidebar.account-tab .account-tab-inner {
    padding: 0px;
    background: #f0f0f0 none repeat scroll 0 0;
}

.account-sidebar.account-tab > .tab-title-bg {
    padding: 12px 15px;
}

.account-sidebar ul {
    width: 100%;
}

    .account-sidebar ul li {
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }

        .account-sidebar ul li:last-child {
            border-bottom: none;
        }

        .account-sidebar ul li a {
            padding: 8px 15px;
            display: inline-block;
            width: 100%;
        }

            .account-sidebar ul li a .fa {
                position: absolute;
                right: 15px;
                top: 12px;
                transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
            }

        .account-sidebar ul li.active a, .account-sidebar ul li:hover a {
            color: #fff;
            background: #faa21d none repeat scroll 0 0
        }

            .account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
                color: #fff;
                right: 0px;
            }

            .account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #faa21d;
                border-style: solid;
                border-width: 20px 22px 20px 15px;
                top: 0px;
                content: "";
                right: -36px;
                position: absolute;
            }

.account-content {
    padding: 0px 30px;
}

    .account-content .heading-section {
        display: inline-block;
        width: 100%;
    }

        .account-content .heading-section .heading {
            padding: 2px 0px;
        }

        .account-content .heading-section .common-btn {
            margin-top: -4px;
        }

    .account-content p, .address-box p {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .account-content hr {
        margin-top: 5px;
    }

.address-box .inner-heading {
    margin-bottom: 10px;
}
/* Account Page CSS Start */

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    position: relative;
    width: 100% !important;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
/* Blog Page CSS Start */

/* About Page CSS Start */
.about-title {
    color: #6b6b6b;
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
}

.heading-part-desc h2.heading {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}

.partner-detail-main {
    height: 100%;
}

.partner-block {
    display: inline-flex;
    overflow: hidden;
}

    .partner-block ul {
        margin-bottom: -1px;
    }

        .partner-block ul li {
            border-bottom: 1px solid #f0f0f0;
            border-right: 1px solid #f0f0f0;
            float: left;
            width: 33.33%;
            text-align: center;
            padding: 16px;
        }

            .partner-block ul li:nth-child(3n) {
                border-right: none;
            }

            .partner-block ul li span {
                display: inline-block;
                padding: 23px 0;
                width: 100%;
                opacity: 0.5;
                transition: all 0.4s ease 0s;
            }

                .partner-block ul li span:hover {
                    opacity: 0.8;
                }

            .partner-block ul li.owner-logo span {
                opacity: 1;
                filter: grayscale(100%);
            }

                .partner-block ul li.owner-logo span:hover {
                    background-color: transparent;
                    filter: grayscale(0%);
                }

.team-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

    .team-item:hover {
        background: #6b6b6b;
    }

        .team-item:hover img {
            opacity: 0.2;
            transform: scale(1.1);
        }

    .team-item .team-item-detail {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: -40px;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
    }

    .team-item:hover .team-item-detail {
        opacity: 1;
        bottom: 30px;
    }

.team-slider {
    position: relative;
}

#team-slider .owl-item .item {
    padding: 0 15px;
}

.customNavigation .btn {
    background: #f6f6f6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

    .customNavigation .btn:hover {
        background: #dcbd71;
    }

    .customNavigation .btn.next {
        right: -40px;
    }

    .customNavigation .btn.prev {
        left: -40px;
    }

    .customNavigation .btn i.fa {
        color: #1b2839;
        font-size: 20px;
    }

.team-item .sub-title {
    color: #fff;
}

.listing-effect .social_icon {
    margin-top: 25px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.listing-effect:hover .social_icon {
    margin-top: 5px;
}

.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0 3px;
}

    .listing-effect .social_icon ul li i.fa {
        color: #bebebe;
        font-size: 20px;
        height: 40px;
        width: 40px;
        padding: 11px 0;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .listing-effect .social_icon ul li a i.fa:hover {
        color: #fff;
    }

    .listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
        background: #3b5998;
    }

    .listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
        background: #00aced;
    }

    .listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
        background: #f7679a;
    }

    .listing-effect .social_icon ul li a i.fa.fa-youtube:hover {
        background: #cb2027;
    }

    .listing-effect .social_icon ul li a i.fa.fa-instagram:hover {
        background: #ff6f3d;
    }

.listing-effect .listing-meta {
    color: #fff;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block {
    min-height: 965px;
    position: relative;
    overflow: hidden;
}

    .error-block > img {
        height: auto;
        left: -100%;
        margin: auto;
        position: absolute;
        right: -100%;
        top: 0;
    }

.error-block-detail {
    text-align: center;
}

.error-block-bg {
    background: url(../images/404-bg.jpg) no-repeat scroll left top;
}

.error-block-detail .main-error-text {
    font-family: "Poppins", sans-serif;
    font-size: 230px;
    color: #222;
    line-height: 180px;
    font-weight: 500;
    margin-bottom: 60px;
}

.error-small-text {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.error-slogan {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
}

.error-block-detail .social_icon {
    margin-bottom: 20px;
}

.big-btn a {
    display: inline-block;
    color: #1b2839;
    background: #dcbd71;
    padding: 20px 50px;
    font-size: 14px;
}

    .big-btn a:hover {
        background: #fff;
    }
/* 404 Page CSS End */

/* Contact Page CSS Start */
.contact-main iframe {
    min-height: 450px;
    width: 100%;
}

.contact-box .contact-icon {
    height: 27px;
    width: 27px;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat scroll 0 0;
}

.contact-box span {
    display: inline-block;
    font-size: 15px;
    color: #1f1f1f;
    line-height: 1.1;
    margin-bottom: 20px;
    width: 100%;
}

.contact-box p {
    margin-bottom: 0;
}

.contact-box .contact-phone-icon {
    background-position: -101px -502px;
}

.contact-box .contact-mail-icon {
    background-position: -101px -543px;
}

.contact-box .contact-open-icon {
    background-position: -101px -583px;
}

.contact-info .no-padding {
    border-right: 1px solid #e1e1e1;
}

    .contact-info .no-padding:last-child {
        border: none;
    }
/* Contact Page CSS End */

/* Wishlist Page CSS Start */

.commun-table td .product-title .size-text {
    font-size: 11px;
    color: #7e7e7e;
    font-weight: bold;
    padding: 5px 0px;
}

    .commun-table td .product-title .size-text span {
        color: #1b2839;
        padding: 5px 0px;
        display: inherit;
    }

/* Wishlist Page CSS End */

/* Compare Page CSS Start */
.compare-infomation {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 80px;
}

.compare-info {
    width: 100%;
    max-width: 100%;
    border: 15px solid #f5f5f5;
    text-align: center;
}

    .compare-info td {
        padding: 22px 28px;
        border: 1px solid #ebebeb;
        vertical-align: middle;
    }

        .compare-info td.name, .compare-info td.description {
            vertical-align: top;
        }

        .compare-info td:first-child {
            padding: 22px 20px;
            text-transform: uppercase;
            /*font-weight: 700;*/
            vertical-align: middle;
        }

    .compare-info .image img {
        max-width: 180px;
        border: 0px;
    }

    .compare-info .image {
        position: relative;
    }

        .compare-info .image a {
            position: absolute;
            top: 22px;
            right: 40px;
            color: #dcdcdc;
        }

            .compare-info .image a:hover {
                color: #303030
            }

    .compare-info .availability {
        color: #faa21d;
    }

    .compare-info .description {
        line-height: 1.55em;
    }

    .compare-info .price {
        margin-bottom: 20px;
    }

    .compare-info .btn-cart {
        margin-bottom: 15px;
    }

    .compare-info .btn-cart, .compare-info .btn-wishlist {
        width: 100%;
    }

        .compare-info .btn-cart i, .compare-info .btn-wishlist i {
            font-size: 16px;
            margin-right: 5px;
            vertical-align: top;
            line-height: 20px;
        }

    .compare-info thead tr th:first-child, .compare-info tbody tr td:first-child {
        /*max-width: 160px;*/
        width: 50%
    }

/* Compare Page CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
    background: #fafafa;
}

    .footer, .footer a, .footer p {
        color: #878787;
    }

        .footer a:hover {
            color: #faa21d;
        }

.footer-top {
    padding: 32px 0px;
}

.footer-middle .f-logo {
    margin-bottom: 20px;
}

.footer-middle {
    padding: 50px 0;
}

.footer-middle-right {
    padding-left: 50px;
}

.payment {
    padding-bottom: 30px;
}

.footer-top p {
    color: #a4a4a4;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 240px;
}

ul.social-icon li {
    display: inline-block;
}

    ul.social-icon li i.fa {
        color: #faa21d;
        font-size: 22px;
        padding: 0 15px;
        text-align: center;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

.social-link ul.social-icon li i.fa {
    font-size: 20px;
    height: 36px;
    width: 36px;
    padding: 10px;
}

.footer_social {
    text-align: right;
}

ul.social-icon li i.fa.fa-facebook:hover {
    color: #3b5998;
}

ul.social-icon li i.fa.fa-twitter:hover {
    color: #1dcaff;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    color: #0077b5;
}

ul.social-icon li i.fa.fa-rss:hover {
    color: #ff6600;
}

ul.social-icon li i.fa.fa-youtube:hover {
    color: #c8232c;
}

ul.social-icon li i.fa.fa-instagram:hover {
    color: #ff6f3d;
}

.footer-static-block .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}

.footer .title > span {
    border-bottom: 2px solid #faa21d;
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 50px;
}

.footer-static-block ul.address-footer li {
    margin-bottom: 0;
}

.footer-static-block ul li {
    padding: 6px 0;
}

    .footer-static-block ul li:first-child {
        padding-top: 0;
    }

    .footer-static-block ul li:last-child {
        padding-bottom: 0;
    }

.footer hr {
    border-top: 1px solid #e1e1e1;
}

.footer-static-block li i.fa {
    float: left;
    font-size: 16px;
    color: #faa21d;
    margin-top: 5px;
}

.footer-static-block li p {
    margin-left: 25px;
    margin-bottom: 15px;
}

ul.tagcloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

    ul.tagcloud li a {
        border: 1px solid #444444;
        display: inline-block;
        padding: 5px 10px;
    }

.sidebar-block ul.tagcloud li a {
    border-color: #ebebeb;
}

ul.tagcloud li a:hover {
    border-color: #faa21d;
}

.footer-static-block li a:hover span {
    color: #faa21d;
}

.footer-static-block .field {
    margin-bottom: 5px;
}

.footer-static-block input, .footer-static-block textarea {
    background-color: transparent;
    border: 1px solid #444;
    width: 100% !important;
    padding: 5px;
}

.footer-bottom .site-link li {
    display: inline-block;
}

    .footer-bottom .site-link li a {
        padding: 0 10px;
    }

    .footer-bottom .site-link li:first-child a {
        padding-left: 0;
    }

    .footer-bottom .site-link li:last-child a {
        padding-right: 0;
    }

.payment ul li {
    display: inline-block;
    padding: 0 10px;
}

    .payment ul li a {
        display: inline-block;
    }

/* Scroll-top Arrow CSS Start */
.scroll-top {
    bottom: 60px;
    position: fixed;
    right: 10px;
    z-index: 2;
}

    .scroll-top .scrollup:before {
        color: #fff;
        content: "";
        font-family: "FontAwesome";
        font-size: 18px;
    }

    .scroll-top .scrollup {
        background: #faa21d;
        border: 2px solid #fff;
        padding: 9px 15px;
        display: none;
        cursor: pointer;
        border-radius: 55%;
        -moz-border-radius: 55%;
        -webkit-border-radius: 55%;
        -o-border-radius: 55%;
    }
/* Scroll-top Arrow CSS End */

.overrideTh {
    padding: 22px 20px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
}


.overrideTd {
    padding: 22px 28px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.parent-element-custom {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.element-custom {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.separator-line-custom {
    height: 2px;
    /*margin: 0 auto;*/
    /*width: 30px;*/
    /*margin: 7% auto;*/
    background-color: #faa21d;
    margin-top: 8px;
    margin-bottom: 26px;
}

.separator-line-custom-shop {
    height: 1px;
    background-color: #dedede;
}

.multi-column {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 20px;
    column-fill: auto;
    list-style-type: disc;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}


.multifirefox {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}

.macroCat {
    background: #f3f3f3;
    padding: 20px;
    margin: 9px auto;
    text-align: center;
    display: block;
    color: #828282;
    font-weight: 500;
}

.macroCatBox {
    background: #f3f3f3;
    padding: 5px;
    margin: 9px auto;
    text-align: center;
    display: block;
    color: #828282;
    font-weight: 500;
}

.spedisciLeftClass {
    border-bottom: 15px solid #f5f5f5;
    border-top: 15px solid #f5f5f5;
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
}

.spedisciRightClass {
    border-bottom: 15px solid #f5f5f5;
    border-top: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
    border-left: 15px solid #f5f5f5;
}

.toast-success {
    background-color: #faa21d !important;
}

left-div {
    left: 100px;
}

table.table-cons-tot {
    /*border: 15px solid #f5f5f5;*/
    border-top: none;
    margin-bottom: 0;
}

table.border-table {
    border: 10px solid #f5f5f5;
    border-top: none;
    margin-bottom: 0;
    background-color: #f5f5f5;
}

div.border-div {
    border: 10px solid #f5f5f5;
    /*border-top: none;*/
    margin-bottom: 0;
    background-color: #f5f5f5;
}

table.border-table {
    border: 15px solid #f5f5f5;
    border-top: none;
    margin-bottom: 0;
    background-color: #f5f5f5;
}

div.border-div {
    border: 15px solid #f5f5f5;
    border-top: none;
    margin-bottom: 0;
    background-color: #f5f5f5;
}

div.border-div-orange {
    border: 1px solid #faa21d;
    border-top: none;
    margin-bottom: 0;
    border-top: 1px solid #faa21d;
}

.banner-detail-sottocat-Mobile {
    margin-top: 65px !important;
}


/*.scrollbar-mobile {
    height: 850px;
    overflow: scroll;
}*/

.hidden-scrollbar {
    border: 2px solid #666;
    color: white;
    overflow: hidden;
}

.hidden-scrollbar {
    height: 100%;
    overflow: scroll;
    margin: 15px -300px 15px 15px;
    padding-right: 300px;
}


#stickyMat {
    background-image: url("../Uploads/sfondo_menu_desktop.jpg");
}

.padding_lnkCambiaInd {
    padding: 10px;
}

.active-selectAddress {
    background-color: #eeeeee;
    border: 1.5px solid #faa21d;
    color: #1b2839;
}

.padding5NewIndirizzo {
    padding: 5px !important;
}

.classBtnNaviga {
    background-color: #eeeeee;
    border: 1.5px solid #faa21d;
    color: #1b2839;
    height: 70px;
    padding-top: 20px;
}

.topPanelMessCap {
    top: 200px !important;
}

.lnkNavigaFree {
    color: #faa21d;
}

    .lnkNavigaFree:hover {
        color: #1b2839 !important;
    }

.hideScrollPadre {
    height: 200px;
    overflow: hidden;
}

.hideScrollFiglio {
    height: 100%;
    margin-right: -50px; /* Maximum width of scrollbar */
    padding-right: 50px; /* Maximum width of scrollbar */
    overflow-y: scroll;
}

.hideScrollOrizzPadre {
    /*height: 200px;*/
    overflow-x: hidden;
    width:600px;
}
.hideScrollOrizzFiglio {
    white-space:nowrap;
    width: 100%;
    margin-right: -50px; /* Maximum width of scrollbar */
    padding-right: 50px; /* Maximum width of scrollbar */
    overflow-x: initial;
}

.background-black-opacity {
    background: #0b0b0b !important;
    opacity: .6 !important;
}

.widthMiniBox_Mobile {
    width: 350px;
}

.carousel_image-round {
    border-radius: 12px;
}

.carousel_InPrimoPiano {
    border-radius: 12px;
    border: 1px solid #c1c0c0
}

.carousel_InPrimoPiano_mobile {
    border: 1px solid #c1c0c0;
    max-width: 80%;
    border-radius: 12px;
}

.testoCategorie {
    font-weight: 100;
    font-size: 38px;
    color: black;
    margin-top: 5px;
}

.classeIndirizzoCorrente {
    padding-left: 0;  
    padding-top: 8px;
}

.classCarrelloSpanMenu {
    color: white;
    font-size: 14px;
}

.lineheightIndirizzoCorrente {
    line-height: 1;
}

colorCategorieSottoMenu{
    color:white;
}

.btnClose-Menu-sidebar {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 0;
    padding-bottom: 0;
    font-weight: 900;
    /*font-size: 30px;
    font-weight: 900;
    color: #faa21d;
    padding-left: 35px;*/
    color: #faa21d;
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    /*outline: 0;*/
    /*padding: 0;*/
    z-index: 1046;
    /*box-shadow: none;
    touch-action: manipulation;*/
    /*width: 44px;
    height: 44px;
    line-height: 44px;*/
    right: 0;
    top: 0;
    /*text-decoration: none;*/
    /*opacity: .65;*/
    /*padding: 0 0 18px 10px;*/
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

    .btnClose-Menu-sidebar :hover {
      color:white!important;
        
    }

@media (min-width: 1770px) {

    .header-right-link {
        padding-top: 20px !important;
    }

    .navbar-toggle {
        margin-top: 9px !important;
    }

    .scroll-top .scrollup {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1769px) {

    .navbar-toggle {
        margin-top: 9px !important;
    }

    .impaginaLogin {
        padding-top: 0 !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    .header-right-link {
        padding-top: 35px !important;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    /*.marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }

    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .miniBoxDesktopWidth {
        width: 928px !important;
        margin: 0 auto !important;
    }

    .mbMedium {
        width: 100px !important;
        height: 100px !important;
    }

    .mbMedium_Home {
        width: 160px !important;
        height: 160px !important;
    }

    .mbMediumTest {
        width: 145px !important;
        height: 145px !important;
    }

    #ContentPlaceHolder1_btnAddCartSingle {
        padding: 11px 20px !important;
    }

    #trackNone2 {
        display: none !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }

    .container {
        width: 1170px;
        max-width: 100%;
    }


    .col-lgmd-20per {
        max-width: 20%;
        flex: 0 0 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lgmd-60per {
        max-width: 60%;
        flex: 0 0 60%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lgmd-80per {
        max-width: 80%;
        flex: 0 0 80%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .float-right-imp {
        float: right !important;
    }

    .list-type .col-lg-6 {
        width: 100%;
    }

    .navbar-brand > img {
        /*width: 100%;*/
    }

    .header-right-part {
        padding: 5px 0 0 201px;
    }

    .category-dropdown select {
        width: 150px;
    }

    .cat-dropdown .navbar-nav > li > a {
        padding: 8px 6px;
    }

    .cat-dropdown .sub-megamenu a.page-scroll::before {
        right: 8px;
    }

    .cat-dropdown .nav > li.level:hover .megamenu {
        left: 20%
    }

    .sidebar-menu-dropdown > a span {
        margin-right: 5px;
    }

    .navbar-nav .level.hidden-cet {
        display: none;
    }

    .header-right-part {
        margin: 40px 0 0;
    }

    .header-right-link > ul > li > a {
        padding: 0;
    }


    .header-link-dropdown {
        top: 94px;
    }

    .header-bottom {
        height: 50px;
    }

    .mobilemenu-content li a {
        padding: 15px 16px;
    }

    .btn-sidebar-menu-dropdown {
        padding: 15px;
    }

    .header-bottom .help-num {
        padding: 13px 0;
    }

    .header-right-link > ul > li {
        padding: 0 8px;
    }

    .top-right-link ul li {
        /*font-size: 0;*/
        /*line-height: 1px;*/
    }

        .top-right-link ul li a {
            padding: 0;
        }

        .top-right-link ul li > a span {
            margin: 0;
        }

        .top-right-link ul li:last-child > a span {
            border: none;
            padding: 0;
        }

    .popup-links {
        top: 187px;
    }

    .product-listing .col-lg-2 {
        width: 25%;
    }

    .banner {
        margin-bottom: -1px;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 55px;
        line-height: 60px;
    }

    .banner .owl-buttons {
        display: none;
    }

    .banner-detail {
        left: 0%
    }

    .banner-2 .banner-detail {
        left: 10%
    }

    .right-small-banner {
        display: none !important;
    }

    .sub-banner .sub-banner-detail .sub-banner-subtitle {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 20px;
    }

    .banner-top {
        margin-bottom: 7px;
    }

    .ser-feature-block .service-box .ser-title {
        float: none;
    }

    .ser-subtitle {
        float: none;
        margin-left: 0;
    }

    .ser-feature-block .feature-icon {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .feature-detail {
        padding-left: 0;
        padding-top: 0;
    }

    .product-slider .heading-part > h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .price-box .price {
        font-size: 16px !important;
    }

    .pro-detail-info {
        margin-top: 0;
        max-width: 140px;
    }

    .product-item.sold-out::after {
        font-size: 12px;
    }

    .main-label {
        font-size: 12px;
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
        top: 10px;
        width: 45px;
    }

    .homepage .client-main .item p {
        line-height: 25px;
    }

    .footer-middle-right {
        padding-left: 40px;
    }

    .btn.big {
        padding: 15px 20px;
    }

    #brand-logo {
        padding: 0 55px;
    }

    .newsletter-inner .main_title {
        font-size: 22px;
        margin-top: -5px;
    }

    .newsletter-title .sub-title {
        font-size: 15px;
    }

    .payment ul li {
        padding: 0 6px;
    }

    .about-detail h2.heading {
        font-size: 20px;
    }

    .sidebar-contant .pro-detail-info > a {
        font-size: 14px;
    }

    .pro-detail-info > a {
        line-height: 20px;
    }

    .sidebar-item .pro-media {
        width: 100px;
    }

    .sidebar-title h3 {
        font-size: 22px
    }

    .product-page .product-item .detail-inner-left ul li {
        padding: 0 2px;
    }

    .product-page .detail-inner-left.right-side ul li a {
        padding: 0 15px;
    }

    .product-page .product-detail-inner {
        padding: 10px 0 0;
    }

    .scroll-top .scrollup {
        display: none !important;
    }
}

@media (max-width: 1280px) {

    .navbar-toggle {
        margin-top: 9px !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    /*.marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }


    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .miniBoxDesktopWidth {
        width: 928px !important;
        margin: 0 auto !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }

    #ContentPlaceHolder1_btnAddCartSingle {
        padding: 11px 20px !important;
    }

    .container {
        max-width: 100%;
    }

    .partner-block ul li {
        padding: 0;
    }

    .mbMedium_Home {
        width: 160px !important;
        height: 160px !important;
    }
}

@media (min-width: 1200px) {
    #divLogoMenuDesktop {
        padding-left: 0 !important;
    }

    .navbar-toggle {
        margin-top: 9px !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    /*#marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #Banner_Mobile {
        display: none !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }

    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .menu-container {
        margin: 0 auto;
        width: 1170px;
    }

    #ContentPlaceHolder1_btnAddCartSingle {
        padding: 11px 20px !important;
    }

    .footer-static-block .footer-block-contant {
        display: block !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }

    .mbMedium_Home {
        width: 160px !important;
        height: 160px !important;
    }
}

@media (max-width: 1199px) {

    .navbar-toggle {
        margin-top: 14px !important;
    }

    .impaginaLogin {
        padding-top: 10px !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    /*#marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }


    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .miniBoxDesktopWidth {
        width: 928px !important;
        margin: 0 auto !important;
    }

    #mySpanWishlist {
        display: none !important;
    }

    #divSinglePrezzo {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSinglePrezzo {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleConsegna {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleConsegna {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleQuantita {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleQuantita {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleSped {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleSped {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #mySpanCarrello {
        display: none !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }

    .container {
        padding: 0 15px;
    }

    .border-right {
        border-right: none;
    }

    /* Header */

    .header-middle-right {
        border: none;
    }

    .top-right-link ul li {
        font-size: 0;
        line-height: 1px;
        padding-right: 0;
    }

        .top-right-link ul li a {
            padding: 0;
        }

        .top-right-link ul li > a span {
            margin: 0;
        }

        .top-right-link ul li:last-child > a span {
            border: none;
            padding: 0;
        }

    .header-right-link > ul > li > a {
        padding: 22px 0;
    }

    .header-link-dropdown {
        top: 86px;
    }

    .megamenu .level2 > a {
        margin-right: 0;
    }

    .header-bottom {
        height: 50px;
    }

    .mobilemenu-content li a {
        padding: 15px 7px;
    }

    .btn-sidebar-menu-dropdown {
        padding: 15px;
    }

    .header-bottom .help-num {
        padding: 13px 0;
    }

    .cat-dropdown .nav > li.level .megamenu {
        left: 25%;
    }

    .cat-dropdown .nav > li.level:hover .megamenu {
        left: 25%;
    }

    .header-right-part {
        padding: 4px 0 0 180px;
        margin: 23px 0;
    }

    .category-dropdown select {
        width: 150px;
    }

    .popup-links {
        display: none;
    }

    /* Column */
    .ser-feature-block {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .ser-feature-block {
        text-align: left;
    }

        .ser-feature-block .feature-box {
            display: inline-block;
            text-align: left;
            border-right: none;
            margin: 20px 0;
        }

    .homepage .banner {
        min-height: 100%;
    }

    .banner .owl-buttons {
        display: none;
    }

    .banner-detail {
        top: 20%;
        left: 0;
    }

        .banner-detail .banner-detail-inner .banner-title {
            font-size: 45px;
            line-height: 50px;
        }

        .banner-detail .banner-detail-inner span.offer {
            font-size: 25px;
            margin-top: 0;
        }

        .banner-detail .banner-detail-inner span.slogan {
            font-size: 20px;
            margin-bottom: 5px;
            padding: 5px 0;
        }

    .sub-banner .btn.btn-color {
        display: none;
    }

    .sub-banner3 .sub-banner-detail span.line {
        margin: 25px 0;
    }

    .cate-detail a {
        font-size: 14px;
    }

    h2.main_title, .sidebar-title h3 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .detail-inner-left ul li button {
        padding: 8px 6px 9px 0;
    }

    .product-item .detail-inner-left ul li {
        padding: 0 2px;
    }

    .price-box .price {
        font-size: 16px !important;
    }

    .price-box .old-price {
        font-size: 14px !important;
    }

    .product-slider .heading-part > h2 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .pro-detail-info {
        margin-top: 0px;
    }

    .product-item.sold-out::after {
        font-size: 12px;
    }

    .main-label {
        font-size: 12px;
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
        top: 10px;
        width: 45px;
    }

    .sale-label {
        left: 5px;
    }

    .new-label {
        right: 5px;
    }

    .sidebar-contant .pro-detail-info > a {
        font-size: 14px;
    }

    .homepage .client-main .item p {
        line-height: 25px;
    }

    .list-types {
        padding: 0 2px;
    }

    .shorting .view {
        margin-right: 10px;
    }

    .bottom-detail ul li a {
        font-size: 0;
    }

        .bottom-detail ul li a i {
            font-size: 14px !important;
        }

    .short-by > span, .show-item > span {
        font-size: 15px;
    }


    .client-img.left-side {
        float: none;
        margin: 0;
    }

    #brand-logo {
        padding: 0 40px;
    }

    .newsletter-box {
        margin-top: 0;
    }


    .footer .newsletter-inner form button {
        padding: 15px 18px;
    }

    .site-link, .payment {
        text-align: center;
    }

    .footer-static-block {
        position: relative;
        margin-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

        .footer-static-block .title {
            margin-bottom: 20px;
        }

        .footer-static-block .footer-block-contant {
            display: none;
            margin-bottom: 20px;
        }

    .footer .f-col:last-child .footer-static-block {
        border-bottom: none;
    }

    .footer-static-block span.opener {
        background: url(../images/sprite.png) no-repeat scroll 0 0;
        height: 30px;
        width: 30px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        z-index: 1;
    }

    .footer-middle-left .footer-static-block span.opener {
        top: -70px;
    }

    .footer-static-block span.plus {
        background-position: -92px -375px;
    }

    .footer-static-block span.minus {
        background-position: -92px -413px;
    }

    .quote {
        border: none;
    }

    .heading-part-desc h2.heading {
        font-size: 20px;
    }

    .product-page .product-item .detail-inner-left ul li {
        padding: 0 2px;
    }

    .product-page .product-detail-inner {
        padding: 10px 0 0;
    }

    .team-item {
        margin-bottom: 30px;
    }

    .mbMedium_Home {
        width: 160px !important;
        height: 160px !important;
    }
}

@media (min-width: 992px) {

    .navbar-toggle {
        margin-top: 9px !important;
    }

    #labelCambiaCitta {
        display: none !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    /*#marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }


    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }

    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }

    #divlitSingleSped {
        padding-top: 10px;
    }
    /*#divRowCartSingle {
        padding-bottom: 10px !important;
    }*/
    /*.mobilemenu-content, .nav > li.level:hover .megamenu {
        display: block !important;
    }*/

    .sidebar-box .sidebar-contant {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .navbar-toggle {
        margin-top: 9px !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }
    /*.header-right-link {
        padding-top: 10px !important;
    }*/

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    /*#test1 {
        display: none !important;
    }

    #test2 {
        display: block !important;
    }*/

    /*#marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }


    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }
    /* Header */

    /* Content */

    .navbar-brand > img {
        /*width: 100%;*/
    }

    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 16px;
        line-height: 24px;
    }


    .sub-banner .sub-banner-detail .sub-banner-subtitle {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .banner-top {
        margin-bottom: 5px;
    }

    .daily-deals .detail-inner-left ul li button {
        padding: 7px 6px 8px 0;
    }

    .daily-deals .product-item .detail-inner-left ul li {
        padding: 0;
    }

    .item-offer-clock ul li.seperator {
        margin-left: 0;
        margin-right: 0;
    }

    .newsletter-inner .main_title {
        font-size: 18px;
        line-height: 20px;
    }

    .newsletter-title .sub-title {
        font-size: 14px;
    }

    .footer-static-block ul li {
        padding: 3px 0;
    }

    .team-item:hover .team-item-detail {
        bottom: 10px;
    }

    /* Footer */

    .mbMedium_Home {
        width: 160px !important;
        height: 160px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #labelCambiaCitta {
        display: none !important;
    }

    .classCarrelloSpanMenu{
        font-size:12px;
    }

    .navbar-toggle {
        margin-top: 15px !important;
    }

    .sizehoc {
        font-size: 35px !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }
    /*.header-right-link {
        padding-top: 10px !important;
    }*/

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    /*#test1 {
        display: none !important;
    }

    #test2 {
        display: block !important;
    }*/

    #Banner_Desktop {
        display: block !important;
    }

    /*#marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }


    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    #bannerAppMobileHome {
        display: none !important;
    }

    #divRowCartSingle {
        padding-bottom: 10px !important;
    }

    #singleCar {
        padding-left: 10px !important;
    }

    #singleWish {
        padding-left: 25px !important;
    }

    #divSinglePrezzo {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSinglePrezzo {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleConsegna {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleConsegna {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleQuantita {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleQuantita {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleSped {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleSped {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    #imgPromoBox1Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox2Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox3Mobile {
        max-width: 80% !important;
    }

    .primoPianoMobile .owl-prev {
        position: absolute !important;
        top: 50% !important;
        /*left: 30px!important;*/
        margin-left: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

    .primoPianoMobile .owl-next {
        position: absolute !important;
        top: 50% !important;
        right: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

    .primoPianoMobile .owl-prev:after {
        font-size: 60px !important;
        color: #faa21d !important;
    }

    .primoPianoMobile .owl-next:after {
        font-size: 60px !important;
        color: #faa21d !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }
    /* Content */
    .special-products-block .pro-detail-main .bottom-detail {
        bottom: -90px;
    }

    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 16px;
        line-height: 24px;
    }

    .sub-banner .sub-banner-detail .sub-banner-subtitle {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .banner-top {
        margin-bottom: 5px;
    }

    .ser-feature-block .service-box .ser-title {
        font-size: 17px;
    }
}

@media (min-width: 992px) {


    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    /*#marginBottom {
        display: inline !important;
    }*/

    /*#marginBottom2 {
        display: inline !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }


    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .footer .footer-static-block {
        display: block !important;
    }

    #divSinglePrezzo {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSinglePrezzo {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleConsegna {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleConsegna {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleQuantita {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleQuantita {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleSped {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleSped {
        text-align: center !important;
        padding-top: 8px !important;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }

    #bannerAppMobileHome {
        display: none !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }
}

@media (max-width: 991px) {

    #HlHomepage {
        margin: 0;
    }

    .pb-10-orari {
        padding-bottom: 0 !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: none !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    /*#marginBottom {
        display: block !important;
    }*/

    /*#marginBottom2 {
        display: block !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #titolo {
        display: block !important;
    }

    #titoloMobile {
        display: none !important;
    }


    #imgProdotto {
        display: block !important;
    }

    #imgProdottoMobile {
        display: none !important;
    }

    .miniBoxDesktopWidth {
        width: 780px !important;
        margin: 0 auto !important;
    }

    .mbMedium {
        width: 80px !important;
        height: 80px !important;
    }

    .mbMedium_Home {
        width: 130px !important;
        height: 130px !important;
    }

    .mbMediumTest {
        width: 95px !important;
        height: 95px !important;
    }

    #bannerSpedizione {
        display: none !important;
    }

    #bannerAppMobileHome {
        display: none !important;
    }
    /*#divBtnCartSingle{
        padding-bottom:15px !important;
    }
    #divRowCartSingle{
        padding-bottom:10px !important;
    }*/

    #divSinglePrezzo {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSinglePrezzo {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleConsegna {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleConsegna {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleQuantita {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleQuantita {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #divSingleSped {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #divlitSingleSped {
        text-align: center !important;
        padding-top: 0 !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    .se-pre-con {
        background: #fff !important;
    }

    .myLogoHover:hover {
        opacity: 0.5 !important;
    }

    .forDesktopProfilo {
        display: none !important;
    }

    .forMobileProfilo {
        display: inline !important;
    }

    #carrelloMobile {
        display: inline !important;
    }

    #carrelloDesktop {
        display: none !important;
    }

    #carrelloDesktop2 {
        display: none !important;
    }

    #carrelloDesktop3 {
        display: none !important;
    }

    .rimborso {
        display: block !important;
    }

    .hideSpan {
        display: none;
    }

    #LogoutMobile {
        display: inline !important;
    }

    #LoginMobile {
        display: inline !important;
    }

    #TastoSpedizioneDesktop {
        display: none !important;
    }

    #TastoSpedizioneMobile {
        display: inline !important;
    }

    .mySpanProdotto {
        display: none !important;
    }

    #SpedizioneMobile {
        display: inline !important;
    }

    .center-sm {
        text-align: center;
    }

    .container-full-sm .container {
        width: 100%;
        padding: 0;
    }

    .height-sm-0 {
        min-height: 0 !important;
    }

    .float-none-sm {
        float: none !important;
    }

    .float-left-sm {
        float: left !important;
    }

    .float-right-sm {
        float: right !important;
    }

    .ptb-95 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .pt-95 {
        padding-top: 65px;
    }

    .pb-95 {
        padding-bottom: 65px;
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .pt-70 {
        padding-top: 50px;
    }

    .pb-70 {
        padding-bottom: 50px;
    }

    .mtb-60 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mt-60 {
        margin-top: 45px;
    }

    .mb-60 {
        margin-bottom: 45px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }

    .ptb-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mtb-sm-0 {
        margin: 0;
    }

    .mt-sm-0 {
        margin-top: 0;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }


    /* Header */

    body.dark-header {
        padding-top: 0;
    }

    header#header {
        position: relative;
    }

    .navbar-nav > li.dropdown > a:after {
        display: none;
    }

    .header-top {
        padding: 0 15px;
    }

    /*.ui-selectmenu-menu {
	top: 34px !important;
}*/

    .header-middle {
        padding: 0 15px;
    }

    .header-bottom {
        height: 48px;
    }

        .header-bottom .help-num {
            color: #ffffff;
            display: none;
            padding: 13px 0;
        }

    .header-top.mobile .help-num {
        display: block;
    }

    #header .nav > li:first-child a {
        padding-left: 15px;
    }

    .header-right-link > ul > li {
        padding: 0
    }

        .header-right-link > ul > li > a {
            padding: 11px 0 17px;
        }

    .header-link-dropdown {
        top: 77px;
    }

    .header-right-part {
        float: none;
        padding: 10px 0 0 150px;
    }

    .header-middle-right {
        margin-bottom: 20px;
        padding: 0;
    }

    .navbar-header {
        width: 100%;
    }


    button:focus {
        outline: none;
    }

    .category-dropdown select {
        width: 150px;
    }

    .navbar-brand > img {
        height: 30px;
    }

    .navbar-header .navbar-brand {
        padding: 20px 0;
    }

    .navbar-nav > li > a {
        padding: 8px 18px;
    }

    .side-toggle {
        display: block;
    }

    .header-right-part {
        margin: 15px 0;
    }

    .sidebar-menu-dropdown .cat-dropdown {
        display: block;
    }

    .navbar-collapse {
        background: none repeat scroll 0 0 #1b2839;
        bottom: 0;
        border-bottom: 0;
        display: inline-block !important;
        height: 100% !important;
        left: -250px;
        position: fixed !important;
        top: 0 !important;
        margin: 0 !important;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);
        width: 250px;
        z-index: 4;
    }

        .navbar-collapse.menu-open {
            left: 0;
        }

    .navbar-nav > li {
        float: none;
    }

    .header-inner .navbar-collapse, .header-inner .navbar-collapse ul {
        width: 100%;
    }

    #menu-main > li:hover, .navbar-nav li.active {
        background: none;
    }

    .mobilemenu-content .sub-menu-level2 li.level3 > a {
        color: #fff !important;
    }

        .mobilemenu-content .sub-menu-level2 li.level3 > a:hover {
            color: #fff !important;
        }

    #menu-main > li:hover {
        background: none;
    }

    .navbar-collapse > ul {
        margin: 0;
    }

    .navbar-collapse.collapse {
        width: 250px;
    }

    .navbar-nav > li > a {
        padding-left: 0px;
    }

    .nav > li .menu-label {
        display: none;
    }

    #header button i.fa {
        font-size: 22px;
    }

    .header-inner {
        width: 100%;
        position: relative;
        display: inline-block;
    }

    .sidebar-menu-dropdown {
        width: 0;
        display: block;
        padding: 0;
    }

    .btn-sidebar-menu-dropdown {
        display: none;
    }

    .search-container input[type="text"] {
        font-size: 30px;
        padding: 0;
    }

    .sidebar-menu-dropdown .cat-dropdown {
        display: block !important;
    }





    /* content */
    .banner {
        margin-bottom: -1px;
    }

    .main-banner .owl-controls .owl-buttons {
        display: none;
    }

    .banner-detail {
        top: 30%;
    }

    .banner-3 .banner-detail {
        left: 5%;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-detail .banner-detail-inner span.slogan {
        font-size: 20px;
    }

    .slogan {
        position: absolute !important;
        top: 5% !important;
        left: 3% !important;
    }

        .slogan:before {
            width: 30px;
        }

        .slogan:after {
            width: 30px;
        }

    .banner-detail .banner-detail-inner span.offer {
        font-size: 18px;
        margin-top: 0;
    }

    .banner-detail a.btn {
        display: none;
    }

    .inner-banner {
        padding: 60px 0;
    }

    .btn.big {
        padding: 20px;
    }

    .banner-detail a.btn {
        font-size: 20px;
        margin-top: 35px;
    }

    .banner-2 .banner-detail a.btn, .banner-3 .banner-detail a.btn {
        margin-top: 15px;
    }

    .banner-top {
        margin-bottom: 0;
    }

    .sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
        margin-top: 10px;
    }

    .sub-banner.sub-banner6 .sub-banner-detail .sub-banner-subtitle {
        margin-bottom: 0;
    }

    .sub-banner .sub-banner-detail span {
        margin: 20px 0 15px;
    }

    .sub-banner .sub-banner-detail {
        width: calc(100% - 30px);
        bottom: 15px;
    }

    .sub-banner .sub-banner-effect {
        display: none;
    }

    .small-banner.small-banner1 {
        margin-bottom: 20px;
    }

    .special-products-block .pro-detail-main {
        min-height: 1px !important;
    }

    .product-slider .heading-part span {
        right: -80px;
        width: 70px;
    }

    .product-slider .heading-part > h2 {
        font-size: 20px;
    }

    .share-link {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .perellex-delail {
        padding: 30px 0;
    }

    .perellex-title {
        font-size: 35px;
        line-height: 40px;
    }

    .cat-box-inner .cart-link button {
        opacity: 1;
    }

    .quote1-img > img, .quote2-img > img {
        height: 45px;
    }

    .homepage .quote1-img > img, .quote2-img > img {
        height: auto;
    }

    .quote {
        padding: 0;
    }

    .newsletter {
        background-size: cover;
    }

    .newsletter-box {
        margin-top: 15px;
    }

    .newsletter-title {
        display: inline-block;
        margin-top: 0;
    }

    .newsletter-inner p {
        margin-bottom: 15px;
    }

    .newsletter-inner span {
        margin-bottom: 20px;
    }

    .newsletter-inner input {
        width: 100%
    }

    .footer .newsletter-inner form button {
        padding: 20px 22px;
    }

    .client-main .owl-controls .owl-pagination {
        display: inline-block !important;
    }

    .error-block-bg {
        background: none;
    }

    .owl-carousel {
        overflow: hidden;
        padding-top: 7px;
    }

    .banner .owl-carousel {
        overflow: hidden;
        padding-top: 0px;
    }

    .product-item .product-detail-inner {
        bottom: 0;
        text-align: center;
    }

    .product-item:hover .product-detail-inner {
        bottom: 0;
    }

    .daily-deals .product-detail-inner {
        text-align: left;
    }

    .product-slider .owl-prev, .product-slider .owl-next {
        height: 50px;
        width: 35px;
        padding: 0 10px;
        opacity: 1;
    }

        .product-slider .owl-prev::after, .product-slider .owl-next::after {
            font-size: 23px;
            line-height: 47px;
        }

    .product-slider .owl-prev {
        left: 0px;
    }

    .product-slider .owl-next {
        right: 0px;
    }

    .sidebar-box.gray-box {
        padding-bottom: 0;
    }

        .sidebar-box.gray-box .sidebar-contant {
            padding-top: 25px;
        }

    .sidebar-box {
        margin-bottom: 15px !important;
    }

    .homepage .sidebar-box {
        margin-bottom: 30px !important;
    }

    .sidebar-block .sidebar-box {
        position: relative;
    }

    .sidebar-box .sidebar-contant {
        display: none;
    }

    .sidebar-box span.opener {
        background: url(../images/sprite.png) no-repeat scroll 0 0;
        height: 30px;
        width: 30px;
        display: inline-block;
        position: absolute;
        right: 0;
        cursor: pointer;
        z-index: 1;
    }

    .sidebar-box span.plus {
        background-position: -92px -380px;
    }

    .sidebar-box span.minus {
        background-position: -92px -418px;
    }

    .sidebar-box span.opener {
        top: 10px;
    }

    .blog-item:hover .blog-media img {
        opacity: 1;
        transform: scale(1);
    }

    .blog-item a.read {
        opacity: 1;
    }

    .pagination-bar {
        margin-bottom: 20px;
    }

    .client-main .owl-buttons {
        display: none;
    }

    .show-item {
        width: 100%;
        margin-top: 20px;
    }

    .about-title {
        font-size: 25px;
        line-height: 45px;
    }

    .checkout-step ul li .step .line {
        display: none;
    }

    .account-content {
        padding: 0;
    }

    .account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
        border-width: 0px;
    }

    .account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
        right: 15px;
    }

    .copy-right {
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer .title > span {
        margin-left: 0;
        top: 30px;
    }
    /* Footer */

    .bread-bg {
        padding: 10px 0;
    }

    /*About page*/

    .partner-detail-main {
        margin-top: 50px;
    }

        .partner-detail-main p {
            margin-bottom: 30px;
        }

    .partner-block ul li {
        padding: 0;
    }

    table.compare-info tr td button:first-child {
        margin-bottom: 10px;
    }

    /* News-letter PopUp */
    #newslater-popup .newsletter-inner {
        padding: 30px;
    }

    #divSpedizione {
        display: none;
    }

    #divMenuMobile {
        display: inline !important;
    }

    #divSpedizioneMobile {
        display: inline !important;
    }

    .altezzaMiniatura {
        height: 300px !important;
    }

    .altezzaMiniaturaInner {
        min-height: 220px !important;
    }
}



@media (max-width: 767px) {

    #testoHome {
        display: none !important;
    }

    #testoCategorie {
        display: none !important;
    }

    #CartNotification {
        display:inherit!important;
    }
    #spanCarrelloMenuBanner {
        display: none;
    }
    #acapocarrello {
        display: none;
    }
    .cart-notification-new {
        font-size: 11px !important;
        background: #1b2839 !important;
        color: #fff !important;
        border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        height: 16px !important;
        line-height: 15px !important;
        position: absolute !important;
        right: 5px !important;
        text-align: center !important;
        top: 15px !important;
        width: 16px !important;
        z-index: 1000;
    }

        #liLoginDesk {
        display: none;
    }
    #divLinkCarrelloDesk {
        display: none;
    }
    #divLinkCarrelloMob {
        display: inherit !important;
    }

    #liwishMobile {
        display: initial !important;
    }

    #liwishDesktop {
        display: none !important;
    }

    #HlHomepage {
        margin: 0;
    }

    .padding-left-logo-menu {
        padding-left: 0 !important;
    }

    #liMenuMobileSidebar {
        display: inherit !important;
    }

    #divMenuDeskSidebar {
        display: none !important;
    }

    .navbar-toggle {
        font-size: 22px !important;
        padding: 8px 10px !important;
    }
    .profilo-icon-menu{
        font-size:20px!important;
    }

    #divProfiloMedio{
        padding-top:25px!important;
    }

    .wish-icon-menu {
        font-size: inherit !important;
    }

    #liCambiaCittaMob {
        display: inherit !important;
    }
  

    .cart-notification {
        position: absolute !important;
        /*right: 48px !important;
        top:13px!important;*/
    }

    #liCarrelloDesktop {
        display: none !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg");
    }

    #provatest0 {
        display: none;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: inline !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    /*#marginBottom {
        display: block !important;
    }*/

    /*#marginBottom2 {
        display: block !important;
    }*/

    #PrezzoDesktop {
        display: block !important;
    }

    #PrezzoMobile {
        display: none !important;
    }

    #ModelloProdottoMobileHide {
        display: none !important;
    }

    #titolo {
        display: none !important;
    }

    #titoloMobile {
        display: block !important;
    }


    #Venduto {
        display: none !important;
    }

    #imgProdotto {
        display: none !important;
    }

    #imgProdottoMobile {
        display: block !important;
    }

    #MarcaModelloHide {
        display: none !important;
    }

    #MarcaModelloHide {
        display: none !important;
    }

    #MiniBox_Desktop {
        display: none !important;
    }

    #MiniBox_Mobile {
        display: inline !important;
    }

    #bannerSpedizione {
        display: none !important;
    }

    #timelineResp_Mobile {
        display: initial !important;
    }

    #timelineResp_Desk {
        display: none;
    }

    #ContentPlaceHolder1_schedaProdottoSingleEsercente {
        display: none !important;
    }

    #bannerAppMobileHome {
        display: none !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    .se-pre-con {
        background: #fff !important;
    }

    /*#bannerDivGrass {
        font-size: 18px;
    }*/
    .scroll-top {
        bottom: 85px !important;
        position: fixed !important;
        right: 36px !important;
        /* z-index: 2; */
    }

    .myLogoHover:hover {
        opacity: 0.5 !important;
    }

    .brand-logo {
        height: 150px !important;
    }

    #Seguici {
        display: none !important;
    }

    .forDesktopProfilo {
        display: none !important;
    }

    .forMobileProfilo {
        display: inline !important;
    }

    #carrelloMobile {
        display: inline !important;
    }

    #carrelloDesktop {
        display: none !important;
    }

    #carrelloDesktop2 {
        display: none !important;
    }

    #carrelloDesktop3 {
        display: none !important;
    }

    .hidePopup {
        display: none !important;
    }

    .btn-new {
        min-width: 100px !important;
        padding: 1px 6px !important;
        font-size: 12px !important;
    }

    .rimborso {
        display: block !important;
    }

    .hideSpan {
        display: none;
    }

    .divschedaProdottoDesktop {
        display: none !important;
    }

    #schedaProdottoMobile {
        display: inline !important;
    }

    #schedaWhishlistDesktop {
        display: none !important;
    }

    #schedaWhishlistMobile {
        display: inline !important;
    }

    #schedaOrdiniDesktop {
        display: none !important;
    }

    #schedaOrdiniMobile {
        display: inline !important;
    }

    #schedaSpedizioniDesktop {
        display: none !important;
    }

    #schedaSpedizioniMobile {
        display: inline !important;
    }

    #LogoutMobile {
        display: inline !important;
    }

    #LoginMobile {
        display: inline !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    #TastoSpedizioneDesktop {
        display: none !important;
    }

    #TastoSpedizioneMobile {
        display: inline !important;
    }

    .customSpedizione {
        text-align: left !important;
        margin-right: 0 !important;
    }

        .customSpedizione a {
            display: inline-block;
            color: #fff !important;
            text-transform: uppercase;
            padding: 0px 0px !important;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }

    .mySpanProdotto {
        display: none !important;
    }

    .price-box .price {
        font-size: 14px !important;
    }

    .myTableResponsive {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    #ItemDetailDesktop {
        display: none !important;
    }

    #ItemDetailMobile {
        display: inline !important;
    }

    #TabellaDettaglioDesktop {
        display: none !important;
    }

    #TabellaDettaglioMobile {
        display: inline !important;
    }




    .slogan {
        position: absolute !important;
        top: 5% !important;
        left: 3% !important;
    }
    /*.owl-buttons {
        position: relative!important;

    }*/
    .pro_cat {
        height: 250px !important;
    }

    .catePaddingMobile {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
    /*.main-banner .slogan {
        margin-top: 0 !important;
    }*/
    .forDesktop {
        display: none !important;
    }

    .forMobile {
        display: inline !important;
    }

    #SpedizioneMobile {
        display: inline !important;
    }

    .center-xs {
        text-align: center;
    }

    .float-none-xs {
        float: none !important;
    }

    .float-left-xs {
        float: left !important;
    }

    .float-right-xs {
        float: right !important;
    }

    .ptb-95 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pt-95 {
        padding-top: 35px;
    }

    .pb-95 {
        padding-bottom: 35px;
    }

    .ptb-70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }



    .pt-70 {
        padding-top: 40px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .mtb-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mtb-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .mt-40 {
        margin-top: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .pb-xs-0 {
        padding-bottom: 0px;
    }

    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    /* Header */

    .navbar-brand > img {
        height: 25px !important;
    }

    .header-right-part {
        margin-top: 0;
    }

    .header-right-link {
        position: absolute;
        right: 15px;
        top: -122px;
    }

        .header-right-link > ul > li > a {
            padding: 12px 0 13px;
        }

    .header-link-dropdown {
        top: 67px;
    }

    /*.navbar-toggle {
        margin-top: 17px;
    }*/

    .header-right-link > ul > li {
        padding: 0;
    }

    /* Content */
    .inner-banner .banner-detail h1 {
        font-size: 30px;
    }

    h2.main_title, .sidebar-title h3 {
        font-size: 16px;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .banner-2 .banner-detail {
        top: 20%;
    }

    .banner-detail a.btn {
        display: none;
    }

    .sub-banner {
        margin: 0 auto 0;
    }

    .special-products-block {
        text-align: center;
    }

        .special-products-block .product-image {
            float: none;
        }

        .special-products-block .pro-detail-main {
            min-height: 0px !important;
            margin-left: 0;
            margin-top: 30px;
            text-align: left;
        }

            .special-products-block .pro-detail-main .bottom-detail {
                position: relative;
                margin-top: 20px;
            }

        .special-products-block .product-item {
            float: none;
        }

    .product-page .product-detail-inner {
        padding: 10px 5px 0;
    }

    .perellex-delail {
        background: none;
    }

    .perellex-title {
        font-size: 28px;
        line-height: 30px;
    }

    .perellex-offer {
        font-size: 20px;
        line-height: 25px;
    }

    .pro-detail-info {
        margin-top: 0;
    }

    .client-main .item p {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-banner1 {
        padding: 30px 0;
    }

    .inner-banner-login {
        padding: 30px 0;
    }

    .inner-banner-offerte {
        padding: 30px 0;
    }

    .inner-banner-carrello {
        padding: 30px 0;
    }

    .inner-banner-esercenti {
        padding: 30px 0;
    }

    .shop-list-view .bottom-detail ul li {
        padding: 0 10px;
    }

        .shop-list-view .bottom-detail ul li:first-child {
            padding: 0;
        }

        .shop-list-view .bottom-detail ul li:last-child {
            padding-right: 0;
        }

        .shop-list-view .bottom-detail ul li > a {
            font-size: 0;
        }

            .shop-list-view .bottom-detail ul li > a span {
                margin-right: 0;
            }

    .checkout-step ul {
        display: inline-block;
    }

        .checkout-step ul li {
            float: none;
            margin-bottom: 15px;
        }

    .table-responsive {
        display: inline-block;
        margin-bottom: 0;
    }

    .error-block-detail .main-error-text {
        font-size: 220px;
        line-height: 180px;
    }

    .team-item:hover {
        background: none;
    }

        .team-item:hover img {
            opacity: 1;
            transform: scale(1);
        }

    .team-item .team-item-detail {
        bottom: 0;
        opacity: 1;
        position: relative;
    }

    .team-item:hover .team-item-detail {
        opacity: 1;
        bottom: 0;
    }

    .team-item .sub-title {
        color: #000;
        margin-top: 10px;
    }

    .listing-effect .listing-meta {
        color: #000;
    }

    .team-item .sub-title {
        margin-top: 10px;
    }

    .listing-effect .social_icon {
        margin-top: 0;
    }

    .listing-effect:hover .social_icon {
        margin-top: 0;
    }

    .contact-info .p-0 {
        border-right: none;
        margin-bottom: 30px;
    }

    .contact-box span {
        margin-bottom: 10px;
    }

    .ser-feature-block {
        padding: 0;
    }

    .service-box {
        border-bottom: 1px solid #e1e1e1;
    }

        .service-box:last-child {
            border: medium none;
        }

            .service-box:last-child .feature-box {
                padding-bottom: 0;
            }

    .ser-feature-block .feature-icon {
        margin-left: 0;
        float: left;
    }

    .ser-feature-block .feature-icon {
        display: inline-block;
        margin-left: 0;
    }

    .blog-detail .post-info ul li {
        margin-right: 10px;
    }

    .footer .newsletter-inner form button {
        padding: 15px 18px;
    }

    .newsletter-inner .btn.big {
        padding: 15px 20px;
    }

    .footer-middle-left .footer-static-block span.opener {
        top: -80px;
    }

    .footer-top {
        padding: 32px 20px;
    }

        .footer-top .f-logo {
            margin-left: 20px;
        }

        .footer-top p {
            margin-left: 212px;
        }

    /* News-letter PopUp */
    #newslater-popup .newsletter-inner {
        padding: 30px 0;
    }

        #newslater-popup .newsletter-inner .main_title {
            font-size: 35px;
        }

    .nl-popup-inner {
        margin: 10px;
    }

    #newslater-popup button.mfp-close {
        top: 10px;
        right: 10px;
    }

    #divSpedizione {
        display: none;
    }

    #divMenuMobile {
        display: inline !important;
    }

    #divSpedizioneMobile {
        display: inline !important;
    }

    .altezzaMiniatura {
        height: 300px !important;
    }

    .altezzaMiniaturaInner {
        min-height: 220px !important;
    }

    #updDati {
        margin-top: -24px;
    }
}

@media (max-width: 600px) {

    #testoHome {
        display: none !important;
    }

    #testoCategorie {
        display: none !important;
    }


    /*#caroselliInAlto {
        display: none !important;
    }

    #caroselliInBasso {
        display: none !important;
    }

    #caroselliCentrale {
        display: none !important;
    }*/

    #provatest0 {
        display: none;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    #marginBottomMobile {
        display: inline !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    /*#marginBottom {
        display: block !important;
    }*/

    /*#marginBottom2 {
        display: block !important;
    }*/

    #PrezzoDesktop {
        display: none !important;
    }

    #PrezzoMobile {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: block !important;
    }

    #titolo {
        display: none !important;
    }

    #titoloMobile {
        display: block !important;
    }


    #Venduto {
        display: none !important;
    }

    #imgProdotto {
        display: none !important;
    }

    #imgProdottoMobile {
        display: block !important;
    }

    #MarcaModelloHide {
        display: none !important;
    }

    #MiniBox_Desktop {
        display: none !important;
    }

    #MiniBox_Mobile {
        display: inline !important;
    }

    #bannerSpedizione {
        display: none !important;
    }

    #timelineResp_Mobile {
        display: initial !important;
    }

    #timelineResp_Desk {
        display: none;
    }

    .visibleDivPagMobile {
        display: block !important;
    }

    .nascondiDivPag {
        display: none !important;
    }

    #ContentPlaceHolder1_schedaProdottoSingleEsercente {
        display: none !important;
    }

    #bannerAppMobileHome {
        display: none !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    .se-pre-con {
        background: #fff !important;
    }
    /*#bannerDivGrass {
        font-size: 14px;
    }*/
    .scroll-top {
        bottom: 85px !important;
        position: fixed !important;
        right: 36px !important;
        /* z-index: 2; */
    }

    .myLogoHover:hover {
        opacity: 0.5 !important;
    }

    .brand-logo {
        height: 150px !important;
    }

    #Seguici {
        display: none !important;
    }

    .forDesktopProfilo {
        display: none !important;
    }

    .forMobileProfilo {
        display: inline !important;
    }

    #carrelloMobile {
        display: inline !important;
    }

    #carrelloDesktop {
        display: none !important;
    }

    #carrelloDesktop2 {
        display: none !important;
    }

    #carrelloDesktop3 {
        display: none !important;
    }

    .hidePopup {
        display: none !important;
    }

    .btn-new {
        min-width: 100px !important;
        padding: 1px 6px !important;
        font-size: 12px !important;
    }

    .rimborso {
        display: block !important;
    }

    .hideSpan {
        display: none;
    }

    .divschedaProdottoDesktop {
        display: none !important;
    }

    #schedaProdottoMobile {
        display: inline !important;
    }

    #schedaWhishlistDesktop {
        display: none !important;
    }

    #schedaWhishlistMobile {
        display: inline !important;
    }

    #schedaOrdiniDesktop {
        display: none !important;
    }

    #schedaOrdiniMobile {
        display: inline !important;
    }

    #schedaSpedizioniDesktop {
        display: none !important;
    }

    #schedaSpedizioniMobile {
        display: inline !important;
    }

    #LogoutMobile {
        display: inline !important;
    }

    #LoginMobile {
        display: inline !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    #TastoSpedizioneDesktop {
        display: none !important;
    }

    #TastoSpedizioneMobile {
        display: inline !important;
    }

    .customSpedizione {
        text-align: left !important;
        margin-right: 0 !important;
    }

        .customSpedizione a {
            display: inline-block;
            color: #fff !important;
            text-transform: uppercase;
            padding: 0px 0px !important;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }

    .mySpanProdotto {
        display: none !important;
    }

    .price-box .price {
        font-size: 14px !important;
    }

    .myTableResponsive {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    #ItemDetailDesktop {
        display: none !important;
    }

    #ItemDetailMobile {
        display: inline !important;
    }

    #TabellaDettaglioDesktop {
        display: none !important;
    }

    #TabellaDettaglioMobile {
        display: inline !important;
    }

    .slogan {
        position: absolute !important;
        top: 5% !important;
        left: 3% !important;
    }
    /*.owl-buttons {
        position: relative!important;

    }*/
    .pro_cat {
        height: 300px !important;
    }

    .catePaddingMobile {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
    /*.main-banner img {
        min-height: 103px !important;
    }*/
    /* Header */
    .forDesktop {
        display: none !important;
    }

    .forMobile {
        display: inline !important;
    }

    #SpedizioneMobile {
        display: inline !important;
    }

    .top-link ul li:first-child, .top-right-link ul li:first-child {
        padding-left: 15px;
    }

    .category-dropdown select {
        background-position: 72% 50% !important;
        padding: 7px 24px 7px 25px;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 22px;
        line-height: 25px;
    }

    .banner-detail .banner-detail-inner span.slogan {
        font-size: 16px;
    }

    .banner-detail a.btn {
        display: none;
    }

    .feature-detail {
        padding-left: 10px;
    }

    .inner-banner .banner-detail h1 {
        font-size: 25px;
    }

    .header_search_toggle.mobile-view {
        display: block;
        margin-bottom: 20px;
    }

    .mobile-view .search-box input.input-text {
        position: relative;
        right: auto;
        width: 100% !important;
        opacity: 1;
    }

    .mobile-view .search-box button.search-btn {
        position: absolute;
    }

    .product-listing .col-xs-6 {
        padding: 0 10px;
    }

    .product-item:hover .product-image img {
        opacity: 1;
    }

    .product-image {
        background: none;
    }

    .detail-inner-left {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    .product-listing .row .owl-carousel .owl-item .item {
        padding: 0 10px;
    }

    .product-listing .shop-list-view .product-item {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .product-item .detail-inner-left {
        float: right;
    }

        .product-item .detail-inner-left ul li {
            padding: 0 4px;
        }

    .detail-inner-left ul li button {
        font-size: 0;
        background: none;
        padding: 0
    }

        .detail-inner-left ul li button:hover {
            background: none;
        }

    .detail-inner-left ul li a {
        background-color: rgba(0, 0, 0, 0);
        height: 20px;
        width: 25px;
    }

        .detail-inner-left ul li a:hover {
            background-color: rgba(0, 0, 0, 0);
        }

    .product-item-details {
        padding-top: 5px;
        text-align: center;
    }

    .detail-inner-left ul {
        width: 100%;
    }

    .product-item .detail-inner-left ul li {
        width: 33.33%;
        border-right: 1px solid #e1e1e1;
    }

        .product-item .detail-inner-left ul li:last-child {
            border-right: medium none;
        }

    .detail-inner-left {
        margin-bottom: -9px;
    }


    .product-item .detail-inner-left.right-side ul li::before {
        background: #a7a7a7;
        content: "";
        height: 25px;
        left: 0;
        position: absolute;
        width: 1px;
    }

    .product-item .detail-inner-left.right-side ul li {
        width: 50%;
    }

    .product-item .detail-inner-left.left-side ul li {
        width: 100%;
    }

    .detail-inner-left.left-side {
        display: inline-block;
        width: 33.33%;
    }

    .detail-inner-left.right-side {
        width: 66.67%;
    }

        .detail-inner-left.right-side ul li a {
            border: none;
        }

    .product-item .detail-inner-left ul li:last-child {
        padding-right: 3px;
    }

    .product-item.sold-out::after {
        font-size: 10px;
        padding: 5px;
    }

    .product-page .product-listing .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-detail-inner {
        background: transparent;
        position: relative;
        padding: 10px 0 0;
    }

    .detail-inner-left ul li button span, .cat-box-inner .cart-link button span {
        background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -53px -16px;
        height: 20px;
        width: 25px;
        margin-bottom: -5px;
    }

    .cat-box-inner .cart-link button:hover span {
        background-position: -51px -43px;
    }

    .detail-inner-left ul li button:hover span {
        background-position: -53px -42px;
    }

    .detail-inner-left ul li.pro-wishlist-icon a {
        background-position: -55px -65px;
    }

        .detail-inner-left ul li.pro-wishlist-icon a:hover {
            background-position: -55px -90px;
        }

    .detail-inner-left ul li.pro-compare-icon a {
        background-position: -54px -16px;
        margin-right: 24px;
    }

        .detail-inner-left ul li.pro-compare-icon a:hover {
            background-position: -54px -40px;
        }

    .detail-inner-left.right-side ul li a {
        padding: 0 10px;
    }

    .daily-deals .detail-inner-left ul li.pro-wishlist-icon a {
        background-position: -55px -65px;
    }

        .daily-deals .detail-inner-left ul li.pro-wishlist-icon a:hover {
            background-position: -55px -90px;
        }

    .price-box {
        display: block;
        text-align: center;
    }

    .product-page .product-detail-main .price-box {
        text-align: left;
    }

    .list-type .price-box, .sidebar-box.sidebar-item .price-box {
        text-align: left;
    }

    .product-item.sold-out::after {
        top: 40%;
    }

    .rating-summary-block.right-side {
        float: none;
        text-align: center;
    }

    .cat-block .price-box {
        text-align: left;
    }

    .daily-deals .price-box {
        text-align: left;
    }

    .daily-deals .detail-inner-left {
        margin-bottom: 0;
    }

    .daily-deals .product-item .detail-inner-left ul li {
        border-right: none;
    }

    .daily-deals .detail-inner-left ul li button {
        border: none;
        padding: 0;
    }

    .daily-deals .detail-inner-left ul li a {
        border: 0;
    }

    .countdown-inner .countdown-detail {
        padding-right: 10px;
    }

    .daily-deals .product-detail-inner {
        margin-bottom: 5px;
        margin-top: 0;
        padding-top: 0;
    }

    .newsletter-icon {
        margin-right: 10px;
    }

    .newsletter-bg {
        padding: 15px 0;
        padding-bottom: 0;
    }

    .error-block-detail .main-error-text {
        font-size: 150px;
        line-height: 120px;
        margin-bottom: 40px;
    }

    .main_title span {
        padding: 0 70px 0 0;
    }

    .client-main .owl-carousel .owl-wrapper-outer {
        padding-top: 35px;
    }

    .paypal-box {
        display: none;
    }

    .payment-top-box {
        margin-bottom: 0;
    }

    .footer-top .f-logo {
        float: none;
        text-align: center;
    }

    .footer-top p {
        margin-left: 0px;
        margin-top: 20px;
    }

    #divSpedizione {
        display: none;
    }

    #divMenuMobile {
        display: inline !important;
    }

    #divSpedizioneMobile {
        display: inline !important;
    }

    .altezzaMiniatura {
        height: 300px !important;
    }

    .altezzaMiniaturaInner {
        min-height: 220px !important;
    }

    #updDati {
        margin-top: -24px;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg");
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {

    #testoHome {
        display: none !important;
    }

    #testoCategorie {
        display: none !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_desktop.jpg") !important;
    }

    #pnlMessage {
        top: 200px !important
    }

    #divTornaSu {
        top: 300px;
    }

    #provatest0 {
        display: none;
    }

    .ricercaPanelMobileEse {
        display: none !important;
    }

    /*.prova {
    }*/

    #marginBottomMobile {
        display: inline !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    /*#marginBottom {
        display: block !important;
    }*/

    /*#marginBottom2 {
        display: block !important;
    }*/

    #PrezzoDesktop {
        display: none !important;
    }

    #PrezzoMobile {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: block !important;
    }

    #titolo {
        display: none !important;
    }

    #titoloMobile {
        display: block !important;
    }

    #Venduto {
        display: none !important;
    }

    #imgProdotto {
        display: none !important;
    }

    #imgProdottoMobile {
        display: block !important;
    }

    #MarcaModelloHide {
        display: none !important;
    }

    #MiniBox_Desktop {
        display: none !important;
    }

    #MiniBox_Mobile {
        display: inline !important;
    }

    #bannerSpedizione {
        display: none !important;
    }

    .visibleDivPagMobile {
        display: block !important;
    }

    .nascondiDivPag {
        display: none !important;
    }

    #timelineResp_Mobile {
        display: initial !important;
    }

    #timelineResp_Desk {
        display: none;
    }

    #bannerAppMobileHome {
        display: none !important;
    }

    #ContentPlaceHolder1_schedaProdottoSingleEsercente {
        display: none !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    .se-pre-con {
        background: #fff !important;
    }

    /*/*INIZIO CLASSI PER BANNER IN ALTO*/
    /*#tastoSpedizione {
        margin-top: 175px !important;
    }*/
    /*#stickyMat {
        top: 40px !important;
    }*/
    /*#bannMobile {
        height: 40px !important;
    }*/
    /*#bannerDivGrass {
        font-size: 14px;
        height: 50px !important;
        padding: 15px 18px;
    }

    #bannMobile {
        z-index: 9999 !important;
        height: 50px !important;
        background: #fff !important;
        position: fixed !important;  Set the navbar to fixed position 
        top: 0 !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }*/

    /*FINE CLASSI PER BANNER IN ALTO*/

    /*#stickyMat {
        z-index: 9999 !important;
        background: #fff !important;
        position: fixed !important; /* Set the navbar to fixed position */
    /*top: 50px !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;*/
    /*}*/

    .scroll-top {
        bottom: 85px !important;
        position: fixed !important;
        right: 36px !important;
        /* z-index: 2; */
    }

    .myLogoHover:hover {
        opacity: 0.5 !important;
    }

    .brand-logo {
        height: 150px !important;
    }

    #Seguici {
        display: none !important;
    }

    .forDesktopProfilo {
        display: none !important;
    }

    .forMobileProfilo {
        display: inline !important;
    }

    #imgPromoBox1Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox2Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox3Mobile {
        max-width: 80% !important;
    }

    .primoPianoMobile .owl-prev {
        position: absolute !important;
        top: 50% !important;
        /*left: 30px!important;*/
        margin-left: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

    .primoPianoMobile .owl-next {
        position: absolute !important;
        top: 50% !important;
        right: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

    .primoPianoMobile .owl-prev:after {
        font-size: 60px !important;
        color: #faa21d !important;
    }

    .primoPianoMobile .owl-next:after {
        font-size: 60px !important;
        color: #faa21d !important;
    }

    #carrelloMobile {
        display: inline !important;
    }

    #carrelloDesktop {
        display: none !important;
    }

    #carrelloDesktop2 {
        display: none !important;
    }

    #carrelloDesktop3 {
        display: none !important;
    }

    .hidePopup {
        display: none !important;
    }

    .btn-new {
        min-width: 100px !important;
        padding: 1px 6px !important;
        font-size: 12px !important;
    }

    .rimborso {
        display: block !important;
    }

    .hideSpan {
        display: none;
    }

    .divschedaProdottoDesktop {
        display: none !important;
    }

    #schedaProdottoMobile {
        display: inline !important;
    }

    #schedaWhishlistDesktop {
        display: none !important;
    }

    #schedaWhishlistMobile {
        display: inline !important;
    }

    #schedaOrdiniDesktop {
        display: none !important;
    }

    #schedaOrdiniMobile {
        display: inline !important;
    }

    #schedaSpedizioniDesktop {
        display: none !important;
    }

    #schedaSpedizioniMobile {
        display: inline !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    #TastoSpedizioneDesktop {
        display: none !important;
    }

    #TastoSpedizioneMobile {
        display: inline !important;
    }

    .customSpedizione {
        text-align: left !important;
        margin-right: 0 !important;
    }

        .customSpedizione a {
            display: inline-block;
            color: #fff !important;
            text-transform: uppercase;
            padding: 0px 0px !important;
            font-size: 16px !important;
            font-weight: 500;
            line-height: 24px;
        }

    #spedizioneDesktop {
        display: none !important;
    }

    .mySpanProdotto {
        display: none !important;
    }

    .price-box .price {
        font-size: 14px !important;
    }

    .myTableResponsive {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    #TabellaDettaglioDesktop {
        display: none !important;
    }

    #TabellaDettaglioMobile {
        display: inline !important;
    }

    #ItemDetailDesktop {
        display: none !important;
    }

    #ItemDetailMobile {
        display: inline !important;
    }

    .slogan {
        position: absolute !important;
        top: 5% !important;
        left: 3% !important;
    }
    /*.slogan {
        text-align: center !important;
        position: absolute;
        top: 10%;
        left: 0;
    }*/
    /*.owl-buttons {
        position: relative!important;

    }*/
    .pro_cat {
        height: 300px !important;
    }

    .catePaddingMobile {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }

    .inEvidenzaMobile {
        padding-top: 0 !important;
        height: 100%;
    }

    .myHeight {
        height: 820px;
    }

    .main-banner .owl-controls {
        display: none !important;
    }

    .header-top {
        display: none;
    }
    /*.main-banner img {
        min-height: 103px !important;
    }*/
    .forDesktop {
        display: none !important;
    }

    .forMobile {
        display: inline !important;
    }

    /*body {
        margin-top: 170px !important;
    }*/

    /*header {
        background: #fff !important;
        position: fixed !important; 
        top: 0 !important; 
        width: 100% !important; 
    }*/

    .customPadding {
        padding: 0 !important;
    }

    #SpedizioneMobile {
        display: inline !important;
    }

    #AccountMobile {
        display: inline !important;
    }

    #LogoutMobile {
        display: inline !important;
    }

    #LoginMobile {
        display: inline !important;
    }

    #divSpedizione {
        display: none;
    }

    #divMenuMobile {
        display: inline !important;
    }

    #divSpedizioneMobile {
        display: inline !important;
    }

    .altezzaMiniatura {
        height: 300px !important;
    }

    .altezzaMiniaturaInner {
        min-height: 220px !important;
    }

    #updDati {
        margin-top: -24px;
    }

    .fixedMobileWidth {
        width: 400px !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg");
    }
}

@media (min-width: 420px) and (max-width: 500px) {

    #testoHome {
        display: none !important;
    }

    #testoCategorie {
        display: none !important;
    }

    /*#caroselliInAlto {
        display: none !important;
    }

    #caroselliInBasso {
        display: none !important;
    }

    #caroselliCentrale {
        display: none !important;
    }*/

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg") !important;
    }


    #pnlMessage {
        top: 200px !important
    }

    #divTornaSu {
        top: 300px;
    }

    #provatest0 {
        display: none;
    }

    .ricercaPanelMobileEse {
        display: inline !important;
    }

    #marginBottomMobile {
        display: inline !important;
    }

    #Banner_Desktop {
        display: none !important;
    }

    #Banner_Mobile {
        display: block !important;
    }

    /*#marginBottom {
        display: block !important;
    }*/

    /*#marginBottom2 {
        display: block !important;
    }*/

    .ricercaPanelMobile {
        display: inline !important;
    }

    .ricercaPanelDesktop {
        display: none !important;
    }

    #PrezzoDesktop {
        display: none !important;
    }

    #PrezzoMobile {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: block !important;
    }

    #titolo {
        display: none !important;
    }

    #titoloMobile {
        display: block !important;
    }

    #Venduto {
        display: none !important;
    }

    #imgProdotto {
        display: none !important;
    }

    #imgProdottoMobile {
        display: block !important;
    }

    #MarcaModelloHide {
        display: none !important;
    }

    #MiniBox_Desktop {
        display: none !important;
    }

    #MiniBox_Mobile {
        display: inline !important;
    }

    #bannerSpedizione {
        display: none !important;
    }

    #timelineResp_Mobile {
        display: initial !important;
    }

    .visibleDivPagMobile {
        display: block !important;
    }

    .nascondiDivPag {
        display: none !important;
    }

    #timelineResp_Desk {
        display: none;
    }


    #bannerAppMobileHome {
        display: none !important;
    }

    #ContentPlaceHolder1_schedaProdottoSingleEsercente {
        display: none !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    .se-pre-con {
        background: #fff !important;
    }

    /*INIZIO CLASSI PER BANNER IN ALTO*/
    /*#tastoSpedizione {
        margin-top: 40px !important;
    }*/
    /*#stickyMat {
        top: 40px !important;
    }*/
    /*#bannMobile {
        height: 40px !important;
    }*/
    /*#bannerDivGrass {
        font-size: 11px;
        height: 40px !important;
        padding: 10px 18px;
    }*/

    /*#bannMobile {
        z-index: 9999 !important;
        height: 40px !important;
        background: #fff !important;
        position: fixed !important;  Set the navbar to fixed position 
        top: 0 !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }*/

    /*FINE CLASSI PER BANNER IN ALTO*/

    /*#stickyMat {
        z-index: 9999 !important;
        background: #fff !important;
        position: fixed !important;  Set the navbar to fixed position 
        top: 40px !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }*/
    #stickyMat {
        /*z-index: 9999 !important;*/
        /*background: #fff !important;*/
        background-image: url("../Uploads/sfondo_menu_mobile.jpg");
        position: fixed !important; /* Set the navbar to fixed position */
        top: 0 !important; /* Position the navbar at the top of the page */
        width: 100% !important; /* Full width */
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }

    .myLogoHover:hover {
        opacity: 0.5 !important;
    }

    .brand-logo {
        height: 150px !important;
    }

    #Seguici {
        display: none !important;
    }

    #BannerGoogle {
        width: 130px !important;
    }

    #BannerApple {
        width: 130px !important;
    }

    .forDesktopProfilo {
        display: none !important;
    }

    .forMobileProfilo {
        display: inline !important;
    }

    #carrelloMobile {
        display: inline !important;
    }

    #carrelloDesktop {
        display: none !important;
    }

    #carrelloDesktop2 {
        display: none !important;
    }

    #carrelloDesktop3 {
        display: none !important;
    }

    .hidePopup {
        display: none !important;
    }

    .btn-new {
        min-width: 100px !important;
        padding: 1px 6px !important;
        font-size: 12px !important;
    }

    .rimborso {
        display: block !important;
    }

    .hideSpan {
        display: none;
    }

    .divschedaProdottoDesktop {
        display: none !important;
    }

    #schedaProdottoMobile {
        display: inline !important;
    }

    #schedaWhishlistDesktop {
        display: none !important;
    }

    #schedaWhishlistMobile {
        display: inline !important;
    }

    #schedaOrdiniDesktop {
        display: none !important;
    }

    #schedaOrdiniMobile {
        display: inline !important;
    }

    #schedaSpedizioniDesktop {
        display: none !important;
    }

    #schedaSpedizioniMobile {
        display: inline !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    #TastoSpedizioneDesktop {
        display: none !important;
    }

    #TastoSpedizioneMobile {
        display: inline !important;
    }

    .customSpedizione {
        text-align: left !important;
        margin-right: 0 !important;
    }

        .customSpedizione a {
            display: inline-block;
            color: #fff !important;
            text-transform: uppercase;
            padding: 0px 0px !important;
            font-size: 16px !important;
            line-height: 24px !important;
        }

    #spedizioneDesktop {
        display: none !important;
    }

    .mySpanProdotto {
        display: none !important;
    }

    .price-box .price {
        font-size: 14px !important;
    }

    .myTableResponsive {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    #TabellaDettaglioDesktop {
        display: none !important;
    }

    #TabellaDettaglioMobile {
        display: inline !important;
    }

    #ItemDetailDesktop {
        display: none !important;
    }

    #ItemDetailMobile {
        display: inline !important;
    }

    .slogan {
        position: absolute !important;
        top: 5% !important;
        left: 3% !important;
    }
    /*.slogan {
        text-align: center !important;
        position: absolute;
        top: 10%;
        left: 0;
    }*/
    /*.owl-buttons {
        position: relative!important;

    }*/
    .pro_cat {
        height: 300px !important;
    }

    .catePaddingMobile {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }

    .inEvidenzaMobile {
        padding-top: 0 !important;
        height: 100%;
    }

    .brDefault {
        display: inline !important;
    }



    .myHeight {
        height: 820px;
    }

    .main-banner .owl-controls {
        display: none !important;
    }

    .header-top {
        display: none;
    }
    /*.main-banner img {
        min-height: 360px !important;
    }*/
    .forDesktop {
        display: none !important;
    }

    .forMobile {
        display: inline !important;
    }

    body {
        padding-top: 123px !important;
    }


    .scrolling-container {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .scrolling-container .child-element {
            position: relative;
            -webkit-transform: translate3d(0,0,0);
        }

    .customPadding {
        padding: 0 !important;
    }

    #SpedizioneMobile {
        display: inline !important;
    }

    #AccountMobile {
        display: inline !important;
    }

    #LogoutMobile {
        display: inline !important;
    }

    #LoginMobile {
        display: inline !important;
    }

    .scroll-top {
        bottom: 85px !important;
        position: fixed !important;
        right: 36px !important;
        /* z-index: 2; */
    }

    #divSpedizione {
        display: none;
    }

    #divMenuMobile {
        display: inline !important;
    }

    #divSpedizioneMobile {
        display: inline !important;
    }

    .altezzaMiniatura {
        height: 300px !important;
    }

    .altezzaMiniaturaInner {
        min-height: 220px !important;
    }

    #updDati {
        margin-top: -24px;
    }

    .fixedMobileWidth {
        width: 400px !important;
    }
}

@media (max-width: 500px) {

    #testoHome {
        display: none !important;
    }

    #testoCategorie {
        display: none !important;
    }

    /*#caroselliInAlto {
        display: none !important;
    }

    #caroselliInBasso {
        display: none !important;
    }

    #caroselliCentrale {
        display: none !important;
    }*/

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg") !important;
    }

    #pnlMessage {
        top: 200px !important
    }

    #divTornaSu {
        top: 300px;
    }

    #submenu1 {
        display: none !important;
    }

    #submenu2 {
        display: none !important;
    }

    #provatest0 {
        display: none;
    }

    .ricercaPanelMobileEse {
        display: inline !important;
    }

    #marginBottomMobile {
        display: inline !important;
    }

    #Banner_Desktop {
        display: block !important;
    }

    #Banner_Mobile {
        display: none !important;
    }

    /*#marginBottom {
        display: block !important;
    }*/

    /*#marginBottom2 {
        display: block !important;
    }*/

    .ricercaPanelMobile {
        display: inline !important;
    }

    .ricercaPanelDesktop {
        display: none !important;
    }

    #PrezzoDesktop {
        display: none !important;
    }

    #PrezzoMobile {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: block !important;
    }

    #titolo {
        display: none !important;
    }

    #titoloMobile {
        display: block !important;
    }

    #Venduto {
        display: none !important;
    }

    #imgProdotto {
        display: none !important;
    }

    #imgProdottoMobile {
        display: block !important;
    }

    #MarcaModelloHide {
        display: none !important;
    }

    #MiniBox_Desktop {
        display: none !important;
    }

    #MiniBox_Mobile {
        display: inline !important;
    }

    #bannerSpedizione {
        display: none !important;
    }

    .visibleDivPagMobile {
        display: block !important;
    }

    .nascondiDivPag {
        display: none !important;
    }

    #timelineResp_Mobile {
        display: initial !important;
    }

    #timelineResp_Desk {
        display: none;
    }

    #bannerAppMobileHome {
        display: none !important;
    }

    #ContentPlaceHolder1_schedaProdottoSingleEsercente {
        display: none !important;
    }
    /*INIZIO CLASSI PER BANNER IN ALTO*/
    /*#tastoSpedizione {
        margin-top: 40px !important;
    }*/
    /*#stickyMat {
        top: 40px !important;
    }*/
    /*#bannMobile {
        height: 40px !important;
    }*/
    /*#bannerDivGrass {
        font-size: 11px;
        height: 40px !important;
        padding: 10px 18px;
    }*/
    /*#bannMobile {
        z-index: 9999 !important;
        height: 40px !important;
        background: #fff !important;
        position: fixed !important;  Set the navbar to fixed position 
        top: 0 !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }*/

    /*FINE CLASSI PER BANNER IN ALTO*/

    /*#stickyMat {
        z-index: 9999 !important;
        background: #fff !important;
        position: fixed !important;  Set the navbar to fixed position 
        top: 40px !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }*/

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    .se-pre-con {
        background: #fff !important;
    }

    .myLogoHover:hover {
        opacity: 0.5 !important;
    }

    .brand-logo {
        height: 150px !important;
    }

    #Seguici {
        display: none !important;
    }

    #BannerGoogle {
        width: 130px !important;
    }

    #BannerApple {
        width: 130px !important;
    }

    .forDesktopProfilo {
        display: none !important;
    }

    .forMobileProfilo {
        display: inline !important;
    }

    #imgPromoBox1Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox2Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox3Mobile {
        max-width: 80% !important;
    }

    .primoPianoMobile .owl-prev {
        position: absolute !important;
        top: 50% !important;
        /*left: 30px!important;*/
        margin-left: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

    .primoPianoMobile .owl-next {
        position: absolute !important;
        top: 50% !important;
        right: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

    .primoPianoMobile .owl-prev:after {
        font-size: 60px !important;
        color: #faa21d !important;
    }

    .primoPianoMobile .owl-next:after {
        font-size: 60px !important;
        color: #faa21d !important;
    }

    #carrelloMobile {
        display: inline !important;
    }

    #carrelloDesktop {
        display: none !important;
    }

    #carrelloDesktop2 {
        display: none !important;
    }

    #carrelloDesktop3 {
        display: none !important;
    }

    .hidePopup {
        display: none !important;
    }

    .btn-new {
        min-width: 100px !important;
        padding: 1px 6px !important;
        font-size: 12px !important;
    }

    .rimborso {
        display: block !important;
    }

    .hideSpan {
        display: none;
    }

    .divschedaProdottoDesktop {
        display: none !important;
    }

    #schedaProdottoMobile {
        display: inline !important;
    }

    #schedaWhishlistDesktop {
        display: none !important;
    }

    #schedaWhishlistMobile {
        display: inline !important;
    }

    #schedaOrdiniDesktop {
        display: none !important;
    }

    #schedaOrdiniMobile {
        display: inline !important;
    }

    #schedaSpedizioniDesktop {
        display: none !important;
    }

    #schedaSpedizioniMobile {
        display: inline !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    .scroll-top {
        bottom: 85px !important;
        position: fixed !important;
        right: 36px !important;
        /* z-index: 2; */
    }

    #TastoSpedizioneDesktop {
        display: none !important;
    }

    #TastoSpedizioneMobile {
        display: inline !important;
    }

    .customSpedizione {
        text-align: left !important;
        margin-right: 0 !important;
    }

        .customSpedizione a {
            display: inline-block;
            color: #fff !important;
            text-transform: uppercase;
            padding: 0px 0px !important;
            font-size: 16px !important;
            line-height: 24px !important;
        }

    #spedizioneDesktop {
        display: none !important;
    }

    .mySpanProdotto {
        display: none !important;
    }

    .price-box .price {
        font-size: 14px !important;
    }

    .myTableResponsive {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    #TabellaDettaglioDesktop {
        display: none !important;
    }

    #TabellaDettaglioMobile {
        display: inline !important;
    }

    #ItemDetailDesktop {
        display: none !important;
    }

    #ItemDetailMobile {
        display: inline !important;
    }

    .slogan {
        position: absolute !important;
        top: 5% !important;
        left: 3% !important;
    }
    /*.banner-detail-inner {
        margin-top: -100px !important;
    }*/
    /*.owl-buttons {
        position: relative!important;

    }*/
    .pro_cat {
        height: 300px !important;
    }

    .catePaddingMobile {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }

    .inEvidenzaMobile {
        padding-top: 0 !important;
        height: 100%;
    }

    .brDefault {
        display: inline !important;
    }

    .myHeight {
        height: 820px;
    }
    /*.main-banner img {
        min-height: 360px !important;
    }*/
    .main-banner .owl-controls {
        display: none !important;
    }

    .forDesktop {
        display: none !important;
    }

    .forMobile {
        display: inline !important;
    }

    .header-top {
        display: none;
    }

    #SpedizioneMobile {
        display: inline !important;
    }

    #AccountMobile {
        display: inline !important;
    }

    #LogoutMobile {
        display: inline !important;
    }

    #LoginMobile {
        display: inline !important;
    }

    /*.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 10px;
}*/

    .top-link ul li a {
        color: #fff;
    }

    .header-bottom .help-num {
        padding: 20px 0
    }

    /*.ui-selectmenu-menu {
	top: 403px !important;
}*/
    .cat-dropdown .navbar-nav {
        float: none;
        margin: 33px 0 0;
        width: 100%;
        border-top: 1px solid #25374e;
    }

    .header-top.mobile {
        display: block;
        padding: 20px 0;
        text-align: center;
    }

        .header-top.mobile ul li {
            float: left;
        }

        .header-top.mobile .top-link {
            display: inline-block;
            float: none;
        }

    .top-right-link {
        display: none;
    }

    .content-dropdown {
        left: 0;
        top: 35px;
    }

    .top-right-link.mobile {
        display: block;
        padding: 0;
        position: absolute;
        width: 100%;
    }

        .top-right-link.mobile ul li {
            border-right: 1px solid #25374e;
            float: left;
            padding: 6px 0;
            width: 33.33%;
            text-align: center;
        }

    .top-right-link ul li .content-dropdown ul li {
        text-align: left;
    }

    .top-right-link.mobile ul li:last-child {
        border: medium none;
    }

    .top-right-link ul li > a span {
        border: none;
        padding: 0;
    }

    .top-right-link ul li.login-icon a span {
        background-position: -127px -666px;
    }

    .top-right-link ul li.login-icon:hover a span {
        background-position: -127px -698px;
    }

    .top-right-link ul li.track-icon a span {
        background-position: -127px -728px;
    }

    .top-right-link ul li.track-icon:hover a span {
        background-position: -127px -760px;
    }

    .top-right-link ul li.gift-icon a span {
        background-position: -127px -792px;
    }

    .top-right-link ul li.gift-icon:hover a span {
        background-position: -127px -824px;
    }

    .header-middle hr {
        display: none;
    }

    .header-right-link > ul > li > a span {
        width: 35px;
    }

    .header-link-dropdown {
        top: 67px;
    }

    /*.navbar-toggle {
        margin-top: 15px;
    }*/

    .top-link .ui-state-default, .top-link .ui-widget-content .ui-state-default, .top-link .ui-widget-header .ui-state-default {
        background: rgba(0,0,0,0) url("../images/select-icon.png") no-repeat scroll right 50% !important;
        color: #ffffff;
        border: 1px solid #25374e;
    }

    .banner-detail .banner-detail-inner span.offer {
        font-weight: 400;
        font-size: 15px;
    }

    .sub-banner .sub-banner-detail .sub-banner-title {
        font-size: 20px;
    }

    .product-detail-tab .nav-tabs > li {
        float: none;
    }

    .product-detail-main .bottom-detail ul li > a {
        font-size: 0;
    }

        .product-detail-main .bottom-detail ul li > a span {
            margin-right: 0;
            margin-bottom: -12px;
        }

    .daily-deals .product-item .detail-inner-left ul li {
        width: 20%;
    }

    .share-link {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .category-bar ul li a {
        font-size: 18px;
        padding: 10px;
    }

    .ser-feature-block .feature-box {
        padding-left: 0;
        text-align: center;
    }

    .ser-feature-block .feature-icon {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .feature-detail {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        display: block;
    }

    .ser-subtitle {
        float: none;
    }

    .product-item-name {
        margin-bottom: 0;
    }

    .perellex-title {
        font-size: 22px;
        line-height: 25px;
    }

    .perellex-offer {
        font-size: 18px;
        line-height: 20px;
    }

    .team-item .sub-title {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .listing-effect .social_icon ul li {
        display: inline-block;
        margin: 0 -5px;
    }

        .listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
            background: rgba(0,0,0,0);
            color: #3b5998;
        }

        .listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
            background: rgba(0,0,0,0);
            color: #00aced;
        }

        .listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
            background: rgba(0,0,0,0);
            color: #f7679a;
        }

        .listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
            background: rgba(0,0,0,0);
            color: #cb2027;
        }

    .payment ul li {
        padding: 0
    }

    #divSpedizione {
        display: none;
    }

    #divMenuMobile {
        display: inline !important;
    }

    #divSpedizioneMobile {
        display: inline !important;
    }

    .altezzaMiniatura {
        height: 300px !important;
    }

    .altezzaMiniaturaInner {
        min-height: 220px !important;
    }

    #updDati {
        margin-top: -24px;
    }

    .fixedMobileWidth {
        width: 400px !important;
    }

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg");
    }
}

@media (min-width: 420px) and (max-width: 440px) {

    #testoHome {
        display: none !important;
    }

    #testoCategorie {
        display: none !important;
    }

    /*#caroselliInAlto {
        display: none !important;
    }

    #caroselliInBasso {
        display: none !important;
    }

    #caroselliCentrale {
        display: none !important;
    }*/

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg") !important;
    }

    .paddingResp_Minibox {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #pnlMessage {
        top: 200px !important
    }

    #divTornaSu {
        top: 300px;
    }

    #provatest0 {
        display: none;
    }

    #Banner_Desktop {
        display: none !important;
    }

    #Banner_Mobile {
        display: block !important;
    }

    .mbSmall_Home {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 419px) {

    #testoHome {
        display: none !important;
    }

    #testoCategorie {
        display: none !important;
    }

    /* inizio gestione home per smartphone*/
    /*#caroselliInAlto {
        display: none !important;
    }
    #caroselliInBasso {
        display: none !important;
    }
    #caroselliCentrale {
        display: none !important;
    }
  
    #divInPrimoPianoMobile {
        padding-top: 10px !important;
    }*/

    /*fine gestione home per smartphone*/

    #stickyMat {
        background-image: url("../Uploads/sfondo_menu_mobile.jpg") !important;
    }

    .widthMiniBox_Mobile {
        width: 320px !important;
    }

    #pnlMessage {
        top: 200px !important
    }

    #divTornaSu {
        top: 300px;
    }

    #divEliminaIndMenu {
        padding: 5px;
    }

    #provatest0 {
        display: none;
    }

    /*.prova {
        padding-left: 50%;
    }*/

    .ricercaPanelMobileEse {
        display: inline !important;
    }

    #marginBottomMobile {
        display: inline !important;
    }

    #Banner_Desktop {
        display: none !important;
    }

    #Banner_Mobile {
        display: block !important;
    }

    /*#marginBottom {
        display: block !important;
    }*/

    /*#marginBottom2 {
        display: block !important;
    }*/

    .ricercaPanelMobile {
        display: inline !important;
    }

    .ricercaPanelDesktop {
        display: none !important;
    }

    #PrezzoDesktop {
        display: none !important;
    }

    #PrezzoMobile {
        display: block !important;
    }

    #ModelloProdottoMobileHide {
        display: block !important;
    }

    #titolo {
        display: none !important;
    }

    #titoloMobile {
        display: block !important;
    }

    #Venduto {
        display: none !important;
    }

    #imgProdotto {
        display: none !important;
    }

    #imgProdottoMobile {
        display: block !important;
    }

    #MarcaModelloHide {
        display: none !important;
    }

    #MiniBox_Desktop {
        display: none !important;
    }

    #MiniBox_Mobile {
        display: inline !important;
    }

    #bannerSpedizione {
        display: none !important;
    }

    #timelineResp_Mobile {
        display: initial !important;
    }

    .visibleDivPagMobile {
        display: block !important;
    }

    .nascondiDivPag {
        display: none !important;
    }

    #timelineResp_Desk {
        display: none;
    }

    #bannerAppMobileHome {
        display: none !important;
    }

    #bannerAppMobileSpedizione {
        display: none !important;
    }

    #ContentPlaceHolder1_schedaProdottoSingleEsercente {
        display: none !important;
    }

    .se-pre-con {
        background: #fff !important;
    }

    .myLogoHover:hover {
        opacity: 0.5 !important;
    }

    .brand-logo {
        height: 150px !important;
    }

    #Seguici {
        display: none !important;
    }

    #BannerGoogle {
        width: 130px !important;
    }

    #BannerApple {
        width: 130px !important;
    }

    #imgPromoBox1Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox2Mobile {
        max-width: 80% !important;
    }

    #imgPromoBox3Mobile {
        max-width: 80% !important;
    }

    .primoPianoMobile .owl-prev {
        position: absolute !important;
        top: 50% !important;
        /*left: 30px!important;*/
        margin-left: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

        .primoPianoMobile .owl-prev:after {
            font-size: 60px !important;
            color: #faa21d !important;
        }

    /*INIZIO CLASSI PER BANNER IN ALTO*/
    /*#tastoSpedizione {
        margin-top: 40px !important;
    }*/
    /*#stickyMat {
        top: 40px !important;
    }*/
    /*#bannMobile {
        height: 40px !important;
    }*/
    /*#bannerDivGrass {
        font-size: 10px;
        height: 40px !important;
        padding: 10px 18px;
    }*/
    /*#bannMobile {
        z-index: 9999 !important;
        height: 40px !important;
        background: #fff !important;
        position: fixed !important;  Set the navbar to fixed position 
        top: 0 !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }*/

    /*FINE CLASSI PER BANNER IN ALTO*/

    /*#stickyMat {
        z-index: 9999 !important;
        background: #fff !important;
        position: fixed !important;  Set the navbar to fixed position 
        top: 40px !important;  Position the navbar at the top of the page 
        width: 100% !important;  Full width 
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }*/

    #stickyMat {
        z-index: 9999 !important;
        /*background: #fff !important;*/
        background-image: url("../Uploads/sfondo_menu_mobile.jpg");
        position: fixed !important; /* Set the navbar to fixed position */
        top: 0 !important; /* Position the navbar at the top of the page */
        width: 100% !important; /* Full width */
        transform: translate3d(0,0,0) !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }

    .primoPianoMobile .owl-next {
        position: absolute !important;
        top: 50% !important;
        right: 0px !important;
        display: block !IMPORTANT;
        background: transparent !important;
        color: #666666 !important;
    }

        .primoPianoMobile .owl-next:after {
            font-size: 60px !important;
            color: #faa21d !important;
        }

    #carrelloMobile {
        display: inline !important;
    }

    #carrelloDesktop {
        display: none !important;
    }

    #carrelloDesktop2 {
        display: none !important;
    }

    #carrelloDesktop3 {
        display: none !important;
    }

    .hidePopup {
        display: none !important;
    }

    .btn-new {
        min-width: 100px !important;
        padding: 1px 6px !important;
        font-size: 12px !important;
    }

    .rimborso {
        display: block !important;
    }

    .hideSpan {
        display: none;
    }

    .divschedaProdottoDesktop {
        display: none !important;
    }

    #schedaProdottoMobile {
        display: inline !important;
    }

    #schedaWhishlistDesktop {
        display: none !important;
    }

    #schedaWhishlistMobile {
        display: inline !important;
    }

    #schedaOrdiniDesktop {
        display: none !important;
    }

    #schedaOrdiniMobile {
        display: inline !important;
    }

    #schedaSpedizioniDesktop {
        display: none !important;
    }

    #schedaSpedizioniMobile {
        display: inline !important;
    }

    .header-bottom-mobile {
        display: inline !important;
    }

    .header-bottom {
        display: none !important;
    }

    .scroll-top {
        bottom: 85px !important;
        position: fixed !important;
        right: 36px !important;
        /* z-index: 2; */
    }

    #TastoSpedizioneDesktop {
        display: none !important;
    }

    #TastoSpedizioneMobile {
        display: inline !important;
    }

    .customSpedizione {
        text-align: left !important;
        margin-right: 0 !important;
    }

        .customSpedizione a {
            display: inline-block;
            color: #fff !important;
            text-transform: uppercase;
            padding: 0px 0px !important;
            font-size: 16px !important;
            line-height: 24px !important;
        }

    #spedizioneDesktop {
        display: none !important;
    }

    .mySpanProdotto {
        display: none !important;
    }

    .price-box .price {
        font-size: 14px !important;
    }

    .myTableResponsive {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    #TabellaDettaglioDesktop {
        display: none !important;
    }

    #TabellaDettaglioMobile {
        display: inline !important;
    }

    #ItemDetailDesktop {
        display: none !important;
    }

    #ItemDetailMobile {
        display: inline !important;
    }

    /*.banner-detail-inner {
        text-align: center !important;
        margin-top: -100px !important;
    }*/
    /*.owl-buttons {
        position: relative!important;

    }*/
    .slogan {
        position: absolute !important;
        top: 5% !important;
        left: 3% !important;
    }

    .pro_cat {
        height: 280px !important;
    }

    .catePaddingMobile {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }

    .inEvidenzaMobile {
        padding-top: 0 !important;
        height: 100%;
    }

    .brDefault {
        display: inline !important
    }

    .main-banner .owl-controls {
        display: none !important;
    }

    .myHeight {
        height: 820px;
    }



    /*.main-banner img {
        min-height: 360px !important;
    }*/

    .forDesktop {
        display: none !important;
    }

    .forMobile {
        display: inline !important;
    }

    body {
        padding-top: 123px !important;
    }


    .customPadding {
        padding: 0 !important;
    }

    #newslater-popup .newsletter-inner {
        padding: 10px 0;
    }

        #newslater-popup .newsletter-inner .main_title {
            font-size: 25px;
            margin-bottom: 25px;
        }

        #newslater-popup .newsletter-inner input {
            margin-bottom: 20px;
        }

        #newslater-popup .newsletter-inner > form {
            margin-bottom: 20px;
        }

    .header-right-link {
        top: -120px;
    }

    .compare-icon, .wishlist-icon {
        /*display: none;*/
    }


    /* Header */
    .header-right-link > ul > li:hover {
        position: static;
    }

    .header-link-dropdown {
        right: 50%;
        transform: translateX(28%);
        -ms-transform: translateX(28%);
        -webkit-transform: translateX(28%);
        -o-transform: translateX(28%);
    }

    .header-right-part {
        padding: 0
    }

    /*.category-dropdown {
        display: none;
    }*/

    .search-box input.input-text {
        border-radius: 25px;
    }

    .main-banner .owl-controls .owl-pagination {
        bottom: 10px;
    }

    .banner-2 .banner-detail {
        left: 5%;
    }

    .banner-detail .banner-detail-inner .banner-title {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .banner-detail .banner-detail-inner span.offer {
        display: none;
    }

    .banner-detail .banner-detail-inner span.slogan {
        font-size: 12px;
        padding: 0;
    }

    .sub-banner .sub-banner-detail .sub-banner-subtitle {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sub-banner-block .col-xs-6 {
        width: 100%;
    }

    .sub-banner {
        max-width: 100%;
    }

        .sub-banner .sub-banner-detail .sub-banner-title {
            font-size: 16px;
            line-height: 20px;
        }

    .category-bar ul li a {
        font-size: 14px;
        padding: 5px;
    }

    .ser-feature-block .feature-box .ser-subtitle {
        font-size: 12px;
        letter-spacing: 0;
    }

    .main_title span {
        padding: 0;
    }

    .main-label {
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        padding-left: 6px;
        top: 5px;
        width: 35px;
    }

    .product-item .product-detail-inner {
        bottom: 5px;
    }

    .product-item:hover .product-detail-inner {
        bottom: 5px;
    }

    .detail-inner-left {
        margin-bottom: -20px;
    }


    .perellex-offer span::after {
        left: 42%;
    }

    .newsletter-inner {
        padding: 30px 0px;
        padding-bottom: 0;
    }

    .newsletter-icon {
        display: none;
    }

    .newsletter-box {
        padding: 0;
    }

    .newsletter-bg {
        padding: 0;
        background: none;
    }

    .newsletter .newsletter-inner form button {
        position: relative;
        margin-top: 15px;
    }

    .newsletter-inner .main_title {
        font-size: 20px;
        line-height: 25px;
    }

    .newsletter-title .sub-title {
        font-size: 16px;
    }

    .error-block-detail .main-error-text {
        font-size: 120px;
    }

    .error-small-text {
        font-size: 30px;
    }

    .error-slogan {
        font-size: 22px;
    }

    .short-by > span, .show-item > span {
        display: none;
    }

    .short-by, .select-item, .compare {
        display: inline-block;
    }

    .tab_content {
        padding: 10px;
    }

    .product-detail-tab .nav > li > a {
        font-size: 14px;
        padding: 8px 10px;
        display: block;
    }

    .share-link label {
        letter-spacing: 0;
        margin-right: 5px;
    }

    .f-logo img {
        height: 25px;
    }

    .footer-bottom .site-link li a {
        padding: 0 6px;
    }

    ul.social-icon li i.fa {
        padding: 0 5px;
    }

    #SpedizioneMobile {
        display: inline !important;
    }

    #AccountMobile {
        display: inline !important;
    }

    #LogoutMobile {
        display: inline !important;
    }

    #LoginMobile {
        display: inline !important;
    }

    .forDesktopProfilo {
        display: none !important;
    }

    .forMobileProfilo {
        display: inline !important;
    }

    #divSpedizione {
        display: none;
    }

    #divMenuMobile {
        display: inline !important;
    }

    #divSpedizioneMobile {
        display: inline !important;
    }

    .altezzaMiniatura {
        height: 300px !important;
    }

    .altezzaMiniaturaInner {
        min-height: 220px !important;
    }

    #updDati {
        margin-top: -24px;
    }

    .fixedMobileWidth {
        width: 400px !important;
    }

    .altezza-minima-inprimopiano {
        min-height: 1px !important;
    }

    .altezza-max-img-inprimopiano {
        max-height: 280px !important;
    }

    .pbPianoHome {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 768px) {



    #divisoreHeader {
        display: none !important;
    }
}


/*
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .iphoneClass {padding-top: 20px !important;}
    .iphoneSafeArea {margin-top: -44px !important;}
    .iphoneStyleMenu {padding-top: 34px !important;}
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
    .iphoneClass {padding-top: 15px !important;}
    .iphoneSafeArea {margin-top: -20px !important;}
    .iphoneStyleMenu {padding-top: 20px !important;}
}

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {
    .iphoneClass {padding-top: 15px !important;}
    .iphoneSafeArea {margin-top: -20px !important;}
    .iphoneStyleMenu {padding-top: 20px !important;}
}*/

/*@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .iphoneClass {
        padding-top: 15px !important;
    }

    .iphoneSafeArea {
        margin-top: -20px !important;
    }

    .iphoneStyleMenu {
        padding-top: 20px !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .iphoneClass {
        padding-top: 15px !important;
    }

    .iphoneSafeArea {
        margin-top: -20px !important;
    }

    .iphoneStyleMenu {
        padding-top: 20px !important;
    }
}*/


/*@media (min-width: 992px){
    /* Menu */

#menu .level {
    position: relative;
}

#sidebarMenuMob .level {
    position: relative;
}

#menu .mobile-sub-menu {
    display: none;
}

#sidebarMenuMob .mobile-sub-menu {
    display: none;
}

#menu span.opener {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
    z-index: 1;
}

#sidebarMenuMob span.opener {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
    z-index: 1;
}

#sidebarMenuMob span.plus {
    background-position: -94px -378px;
}

#sidebarMenuMob span.minus {
    background-position: -94px -416px;
}

#menu span.plus {
    background-position: -94px -378px;
}

#menu span.minus {
    background-position: -94px -416px;
}

#menu-main .level {
    position: relative;
}

#menu-main .mobile-sub-menu {
    display: none;
}

#menu-main span.opener {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    z-index: 1;
}

#menu-main span.plus {
    background-position: -117px -378px;
}

#menu-main span.minus {
    background-position: -117px -416px;
}

.navbar-collapse {
    padding: 0;
}

.megamenu .level2 > a {
    position: relative;
    margin-bottom: 2px;
    color: #faa21d;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

    .megamenu .level2 > a:before {
        /*content: "";*/
        font-family: FontAwesome;
        position: absolute;
        left: -11px;
    }

.nav > li:hover {
    overflow: hidden;
}

.megamenu {
    background-color: transparent;
    border-top: none;
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding: 0px 30px;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

    .megamenu .container {
        width: 100%;
    }

    .megamenu .sub-menu-level1 li.level2 {
        float: none;
        margin-bottom: 0px;
    }

    .megamenu .megamenu-inner-top .level2 {
        margin-bottom: 15px;
    }

.megamenu {
    box-shadow: none;
}

.mobilemenu-content .navbar-nav li:last-child {
    border: none;
}

.mobilemenu-content ul li.level3 {
    border: medium none;
}

.mobilemenu-title.mobilemenu > span {
    display: inline-block;
    font-weight: 500;
    padding: 8px 0 0 10px;
    text-transform: uppercase;
}

.mobilemenu-content.right-side li a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 10px 15px;
}

.mobilemenu-title {
    display: block;
}

.mobilemenu {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 4px 5px;
    top: 100px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}


    .mobilemenu.openmenu {
        border-radius: 5px 5px 0 0;
    }

    .mobilemenu.closemenu {
        border-radius: 5px;
    }

.mobilemenu-title .fa {
    font-size: 18px;
    height: 37px;
    margin: 0;
    padding: 10px;
    width: 37px;
}

.mobilemenu-content {
    background: #faa21d;
    transition: none 0s ease 0s;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;
}

    .mobilemenu-content ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .mobilemenu-content ul li {
            border-bottom: 1px solid #fabc5e;
            float: left;
            width: 100%;
        }

            .mobilemenu-content ul li a {
                display: inline-block;
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
                padding: 5px 15px;
                width: 100%;
            }

#menu-main > li > a span::before {
    display: none;
}

.cat-dropdown .sidebar-contant ul li.level:hover {
    background-color: transparent;
}

}
*/

