/* Table of Content
==================================================

	Bootstrap override

	Tools

	General

	Text

	Header

	Content

	Sidebar

	Footer

	Responsive
		Resolution more than 1199px
		more than 991px
		more than 990px
		Resolution between 768px and 991px
		more than: 767px
		more than: 650px
		more than: 479px

	Animations

	Overrides
*/

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 430px;
    position: relative;
}

.page {
    margin: 0;
}

/* Bootstrap override */

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }

    .anc-container {
        width: 60%;
    }
}

a, a:hover, a:focus {
    text-decoration: none
}

button:focus,
input:focus,
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: none;
}

.form-control::-moz-placeholder {
    color: #323232;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #323232;
}

.form-control::-webkit-input-placeholder {
    color: #323232;
}

.dropdown-menu {
    left: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: auto;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs {
    border-color: transparent;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

/* Wrapper */

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.anc-container {
    width: 60%;
}

.fancybox-overlay {
    z-index: 1000000 !important;
}

.fancybox-wrap {
    z-index: 1000001 !important;
}

/* -------------------------------------------- *
 * Tools
 */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.d-underline {
    text-decoration: underline !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.no-letter-spacing {
    letter-spacing: 0 !important;
}

.no-font-size {
    font-size: 0 !important;
}

.relative:not(.urbantime-header) {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.no-border {
    border: none !important;
}

.m15-top {
    margin-top: 15px !important;
}

.m15-bottom {
    margin-bottom: 15px !important;
}

.m15-left {
    margin-left: 15px !important;
}

.m15-right {
    margin-right: 15px !important;
}

.p15-top {
    padding-top: 15px !important;
}

.p15-bottom {
    padding-bottom: 15px !important;
}

.p15-left {
    padding-left: 15px !important;
}

.p15-right {
    padding-right: 15px !important;
}

.m30-top {
    margin-top: 30px !important;
}

.m30-bottom {
    margin-bottom: 30px !important;
}

.m30-left {
    margin-left: 30px !important;
}

.m30-right {
    margin-right: 30px !important;
}

.p30-top {
    padding-top: 30px !important;
}

.p30-bottom {
    padding-bottom: 30px !important;
}

.p30-left {
    padding-left: 30px !important;
}

.p30-right {
    padding-right: 30px !important;
}

.border-top {
    border-top: 2px solid #ebebeb
}

.border-bottom {
    border-bottom: 2px solid #ebebeb
}

.border-left {
    border-left: 2px solid #ebebeb
}

.border-right {
    border-right: 2px solid #ebebeb
}

.vertical-align {
    display: flex;
    align-items: center;
}

.img-responsive {
    width: 100%;
    height: auto;
}

label.required em,
span.required em,
.field em.required {
    display: none;
}

.input-text {
    border: 1px solid rgba(95, 96, 98, 0.75);
}

.input-text:focus {
    border: 1px solid #323232;
    box-shadow: none;
}

/* -------------------------------------------- *
 * Container
 */
.responsive-base {
    padding: 0;
}

.responsive-base .container-fluid {
    padding: 0;
}

.main-container {
    padding: 0;
    margin-top: 94px;
}

.main-container,
.footer-container {
    position: relative;
}

.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both;
}

.main-container .col-main,
.main-container .col-left,
.main-container .col-right {
    margin: 0;
}

.main .responsive-base {
    margin-bottom: 50px;
}

.align-center {
    display: block;
    margin: 0 auto;
}

/* General */

header, nav, section, article, aside, footer {
    display: block;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    color: rgba(95, 96, 98, 0.75);
    outline: none !important;
}

a:hover, a:focus {
    color: #323232;
}

.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
.sidebar .actions .button.btn-cart,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    background: #323232;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
.sidebar .actions .button.btn-cart:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    cursor: pointer;
    color: #fff;
    background: #323232
}

.primary-button {
    color: #fff;
    background: #fd5f3d
}

.primary-button:hover {
    color: #fff;
    background: #323232
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    outline: none;
}

a.button, .std a.button {
    text-decoration: none;
}

a.button:hover, a.button:focus,
.std a.button:hover, .std a.button:focus {
    color: #FFFFFF;
}

.buttons-set {
    padding: 10px 30px 30px;
    margin: 0 0 55px 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    background: #323232;
    float: right;
    margin-left: 5px;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
    color: #fff;
    background: #323232;
    cursor: pointer;
}

.secondary-button {
    color: #fff;
    background: #323232
}

.secondary-button:hover {
    color: #fff;
    background: #fd5f3d
}

/* Button Remove */

.btn-remove,
.btn-cart-edit {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: none;
    border: none;
    font: 0px/0 a;
    text-shadow: none;
    color: transparent;
    text-align: center;
    vertical-align: top;
}

.btn-cart-edit {
    margin-right: 5px
}

.btn-remove:after,
.btn-cart-edit:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00d';
    color: #ffffff;
    background-color: #323232;
    font-size: 16px;
    font-family: 'FontAwesome';
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: initial;
}

.btn-cart-edit:after {
    content: '\f040';
}

.btn-remove:hover:after,
.btn-cart-edit:hover:after {
    background: #323232
}

/* Ratings */

.ratings {
    margin: 0 0 7px
}

.ratings .rating-links {
    margin: 5px 0;
}

.ratings .rating-box,
.ratings .rating-box .rating {
    margin: 0;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    text-indent: 0;
}

.ratings .rating-box {
    position: relative;
    vertical-align: middle;
}

.ratings .rating-box .rating {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.ratings .rating-box .fa {
    font-size: 15px;
    float: left;
    margin-right: 5px;
}

.ratings .rating-box .rating .fa {
}

.ratings .rating-box,
.ratings .rating-helper {
    width: 95px;
}

/* Radio */

#co-payment-form .sp-methods dt label.radio-cartown-label,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label,
.opc .form-list .control label.radio-cartown-label,
label.radio-cartown-label {
    float: left;
    padding: 0;
    min-width: inherit;
    width: 20px;
    margin: 4px -30px 0 0;
    cursor: pointer;
}

#co-payment-form .sp-methods dt label.radio-cartown-label {
    margin-top: 9px;
}

#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio],
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio],
.opc .form-list .control label.radio-cartown-label input[type=radio],
label.radio-cartown-label input[type=radio] {
    display: none;
}

#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio] + span,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio] + span,
.opc .form-list .control label.radio-cartown-label input[type=radio] + span,
label.radio-cartown-label input[type=radio] + span {
    position: relative;
}

#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
.opc .form-list .control label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before {
    /*position: absolute;*/
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f1db";
    color: #cecece;
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
.opc .form-list .control label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before {
    content: "\f111";
    color: #323232;
}

#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
.opc .form-list .control label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after {
    position: absolute;
    left: 0;
    top: -2px;
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f111";
    color: #ffffff;
    font-size: 8px;
    line-height: 18px;
    width: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after {
    top: 0;
}

#co-payment-form .sp-methods dt label.radio-cartown-label + label,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label + label,
.opc .form-list .control label.radio-cartown-label + label,
label.radio-cartown-label + label {
    padding-top: 2px;
    padding-left: 30px;
}

/* print */
.link-print {
    text-decoration: none;
    float: right;
    margin-top: -45px;
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

/* General end */

/* Text begin */
body {
    color: #323232;
    font-family: "Open Sans", Arial, serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    background: #fff;
}

h3 {
    font-size: 29px;
    font-family: "Open Sans", Arial, serif;
    font-weight: 700;
    margin-bottom: 34px;
}

h3.faqpage_question {
    font-size: 24px;
    font-weight: 300;
}

.page-title {
    margin: 0;
}

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    color: rgba(95, 96, 98, 0.75);
    font-size: 21px;
    margin-top: 10px;
}

.data-table tbody td,
.data-table tfoot td {
    font-family: "Open Sans", Arial, serif;
}

.block-title h2,
.block-title h3,
.block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    /*text-rendering: optimizeSpeed;*/
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.block-title {
    position: relative;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
    width: 100%;
}

.data-table th {
    background-color: #363636;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
    padding: 15px 10px;
    vertical-align: top;
}

.data-table td {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

.data-table tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid silver;
}

.data-table th.label {
    display: table-cell;
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {
    margin: 10px 10px 0 0;
}

.data-table tbody td .item-options dd {
    margin: 0;
    padding: 0;
}

.data-table tbody td .item-options dt:after {
    content: ':';
}

.data-table a {
    text-decoration: underline;
}

.data-table a:hover {
    text-decoration: none;
}

.data-table .product-name {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.data-table .product-name a {
    text-decoration: none;
}

.data-table a.product-image {
    display: block;
    width: 135px;
    text-align: center;
}

.data-table a.product-image img {
    margin: 0 auto;
}

.data-table .th {
    display: none;
    width: 100px;
    padding: 0 10px 0 0;
    font-size: 12px;
    font-family: "Open Sans", Arial, serif;
    font-weight: 700;
}

.data-table .th:after {
    content: ': ';
}

.data-table .anc-order-thumb {
    float: left;
    margin-right: 8px;
}

/* End text */

/* Header begin */
.cms-index-index .main-container,
.category-azienda .main-container,
.category-company .main-container {
    margin-top: 0 !important;
}

.category-azienda .category-title,
.category-contatti .category-title,
.category-designers .category-title,
.category-prodotti .category-title,
.category-company .category-title,
.category-contacts .category-title,
.category-designers .category-title,
.category-products .category-title {
    display: none;
}

.anc_header_1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
}

.anc_header_1 a {
    color: #fff;
}

.anc_header_1 a:hover {
    color: #fff;
}

.anc_header_1 .logo {
}

.anc_header_1 #block-social .social-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;

    transition: none 0s;
}

.anc_header_1 #block-social .social-icon:hover {
    background-position: center bottom !important;

    transition: none 0s;
}

.anc_header_1 #block-social #facebook {
    background-image: url("../images/anc/icon-facebook.png");
}

.anc_header_1 #block-social #googleplus {
    background-image: url("../images/anc/icon-googleplus.png");
}

.anc_header_1 #block-social #linkedin {
    background-image: url("../images/anc/icon-linkedin.png");
}

.anc_header_1 #block-social #pinterest {
    background-image: url("../images/anc/icon-pinterest.png");
}

.anc_header_1 #block-social #instagram {
    background-image: url("../images/anc/icon-instagram.png");
}

.anc_header_1 #block-social #youtube {
    background-image: url("../images/anc/icon-youtube.png");
}

.anc_header_1 {
    background: rgba(95, 96, 98, 0.75);
    border: none;
}

.header-block {
    background: #363636;
}

.top-menu,
.navbar {
    border-top: 3px solid #fd5f3d;
}

.right-container {
    padding: 0;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.right-container > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

/* Top menu begin */
.top-menu .nav a {
    color: #b0b0b0;
    display: inline-block;
    text-transform: uppercase;
}

.top-menu a:hover {
    color: #fff;
}

.top-menu p {
    margin: 0
}

.top-menu1 .dropdown-menu,
.top-menu2 .dropdown-menu,
.navbar-nav .dropdown-menu {
    background: rgba(95, 96, 98, 0.75);
    -webkit-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    -moz-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
}

.top-menu1 .dropdown-menu li,
.top-menu2 .dropdown-menu li,
.navbar-nav .dropdown-menu li {
    float: none
}

.top-menu1 .dropdown-menu a,
.top-menu2 .dropdown-menu a {
    display: block;
    font-size: 15px;
    padding: 0 12px;
    line-height: 52px;
    color: #ffffff;
    text-decoration: none;
}

.top-menu1 .dropdown-menu a p,
.top-menu2 .dropdown-menu a p {
    margin: 0;
}

.top-menu1 .lang .dropdown-menu a,
.top-menu2 .lang .dropdown-menu a {
    padding: 0 12px;
    background: transparent 15px 50% no-repeat
}

.top-menu1 .dropdown-menu a:hover,
.top-menu1 .lang .dropdown-menu a:hover,
.top-menu2 .dropdown-menu a:hover,
.top-menu2 .lang .dropdown-menu a:hover {
    background-image: none;
    background-color: rgba(95, 96, 98, 0.75);
    color: #ffffff;
}

.top-menu1 .home-icon,
.top-menu2 .home-icon {
    background: #363636;
    font-size: 19px;
    text-align: center;
}

.top-menu1 .fa-home,
.top-menu2 .fa-home {

    color: #fff;
}

.top-menu1 a,
.top-menu2 a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.top-menu1 .fa-chevron-down,
.top-menu2 .fa-chevron-down {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
}

.top-menu1 a:hover .fa-chevron-down,
.top-menu1 a:hover,
.top-menu1 .open a.dropdown-toggle,
.top-menu1 .open a.dropdown-toggle .fa-chevron-down,
.top-menu2 a:hover .fa-chevron-down,
.top-menu2 a:hover,
.top-menu2 .open a.dropdown-toggle,
.top-menu2 .open a.dropdown-toggle .fa-chevron-down {
    color: #fff;
}

.top-menu1 .nav > li > a,
.top-menu2 .nav > li > a {
    padding: 0 15px;
    line-height: 70px;
    font-size: 15px;
}

.top-menu1 .nav > li.lang > a,
.top-menu2 .nav > li.lang > a {
    padding: 0 10px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
}

.top-menu1 .nav > li.home-icon > a,
.top-menu2 .nav > li.home-icon > a {
    padding: 0 19px
}

.lang {
}

.currencies {
}

.currencies .dropdown-menu {
    min-width: 100px;
    left: 0;
}

.currencies .dropdown-menu a {
    display: block;
}

.currencies .dropdown-menu a:hover {
    background-image: none;
}

.lang, .currencies {
    min-height: 52px;
}

.lang .dropdown-menu {
    min-width: 157px;
}

.lang li a {
    padding: 0 15px 0 44px;
    background: transparent 15px 50% no-repeat
}

/*#top-menu2 a > i {*/
/*display: none;*/
/*font-size: 16px;*/
/*padding-right: 8px;*/
/*}*/
/*.top-menu2 { padding-left: 0; }*/
/*.top-menu2 .fa-chevron-down { padding-left: 5px; }*/
/*.top-menu2 .nav>li>a {*/
/*padding: 0 12px;*/
/*line-height: 52px;*/
/*text-transform: uppercase;*/
/*font-size: 17px;*/
/*}*/

.fa-my-account {
}

.fa-my-wishlist {
}

.fa-checkout {
}

.fa-log-in {
}

/* Top menu end */

/* Header block begin  */

.header-block h1, .navbar-search,
.shop-cart .fa-shopping-cart,
.shop-cart p.cart-info {
    float: left;
}

.header-block .logo {
    display: block;
    margin: 30px 0 26px;
}

.navbar-search {
}

.navbar-search,
.shop-cart,
.search-close-container {

}

.search-close-container #search-close-btn {
    background: url(../images/anc/icon-exit.png) no-repeat center center transparent;
    background-size: contain;
    display: block;
    height: 52px;
    line-height: 48px;
    width: 52px;
    box-shadow: none;
    margin: 0 !important;
    outline: none !important;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

.search-close-container #search-close-btn:hover {
    background-color: rgba(95, 96, 98, 0.75);
}

.navbar-search .search-query, .navbar-search .input-group-btn button .anc-search {
    background: url(../images/anc/icon-search.png) no-repeat center top;
    background-size: cover;
    min-width: 19px;
    min-height: 19px;
    overflow: hidden;
}

.navbar-search .search-query, .navbar-search .input-group-btn button {
    background: transparent;
    height: 52px;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    min-width: 50px;
    padding: 17px;
    margin: 0 !important;
    outline: none !important;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 0;
}

.navbar-search .search-query {
    border-right: none;
    -webkit-border-top-left-radius: 26px !important;
    -webkit-border-bottom-left-radius: 26px !important;
    -moz-border-radius-topleft: 26px !important;
    -moz-border-radius-bottomleft: 26px !important;
    border-top-left-radius: 26px !important;
    border-bottom-left-radius: 26px !important;
}

.navbar-search .input-group-btn button {
    border-left: none;
    -webkit-border-top-right-radius: 26px !important;
    -webkit-border-bottom-right-radius: 26px !important;
    -moz-border-radius-topright: 26px !important;
    -moz-border-radius-bottomright: 26px !important;
    border-top-right-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
}

.navbar-search i {
    font-size: 18px;
    color: #fff;
}

.navbar-search .input-group-btn button:hover {
    background-color: rgba(95, 96, 98, 0.75);
}

.navbar-search .input-group-btn button:hover i {
    color: #fff;
}

.navbar-search label {
    margin: 0;
}

.search-close-container .input-group-addon {
    background: transparent;
    display: block;
    height: 52px;
    line-height: 48px;
    width: 52px;
    border: 1px solid #fff;
    font-size: 32px;
    font-weight: 200;
    color: #fff;
    box-shadow: none;
    margin: 0 !important;
    outline: none !important;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */

.search-container,
.search-container #search-btn {
    overflow: hidden;
}

.search-container .anc-search {
    background: url(../images/anc/icon-search.png) no-repeat center top;
    background-size: cover;
    min-width: 19px;
    min-height: 19px;
    overflow: visible;
    margin-top: 10px;

    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.search-container #search-btn:hover .anc-search,
.search-container #search-btn:active .anc-search,
.search-container #search-btn:focus .anc-search {
    background-position: center bottom;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}


.search-wrapper {
    display: block;
    position: fixed;
    padding-top: 60px;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background-color: rgba(95, 96, 98, 0.75);
    z-index: 9999999;
}

.search-wrapper .navbar-search {
    float: none;
    width: 100%;
    max-width: 100%;
    display: block;
}

.search-wrapper .navbar-search .search-input-container {
    width: calc(100% - 55px);
    float: left;
}

.search-wrapper .navbar-search .search-input-container .search-query {
    width: calc(100% - 85px);
}

.search-wrapper .navbar-search .search-close-container {
    float: right;
}

.search-autocomplete {
}

.search-autocomplete ul {
    background-color: #fafafa;
    border: 0;
    left: 0;
    margin-left: -1px;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #363636;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left;
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background-color: #eee;
}

.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}

.search-autocomplete ul li:last-child {
    border-bottom: none;
}

.search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #363636;
    border-top: none;
    left: 50%;
    top: -7px;
}

#shop-cart {

}

.shop-cart-button {
    display: block;
    position: relative;
}

.shop-cart p.cart-info {
    margin-right: 15px;
    padding: 9px 0 0;
    line-height: 1.3em;
    color: #fff;
}

.shop-cart p.cart-info span {
    color: #838383;
}

.shop-cart p.cart-info span.items {
    color: #fd5f3d;
}

.anc_header_1 .shop-cart .shop-cart-button,
.urbantime-header .shop-cart .shop-cart-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.anc_header_1 .shop-cart .shop-cart-button .anc-shopping-cart,
.urbantime-header .shop-cart .shop-cart-button .anc-shopping-cart {
    background: url(../images/anc/icon-cart.png) no-repeat center top;
    background-size: cover;
    min-width: 30px;
    min-height: 23px;
    overflow: hidden;

    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.urbantime-header .shop-cart .shop-cart-button .anc-shopping-cart {
    background-position-y: bottom;
}

.urbantime-header .shop-cart .shop-cart-button:hover .anc-shopping-cart {
    background-position: top;

    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.anc_header_1 .shop-cart .shop-cart-button:hover .anc-shopping-cart,
.anc_header_1 .shop-cart .shop-cart-button:active .anc-shopping-cart,
.anc_header_1 .shop-cart .shop-cart-button:focus .anc-shopping-cart {
    background-position: center bottom;

    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.anc_header_1 .shop-cart .shop-cart-button:hover .badge,
.anc_header_1 .shop-cart .shop-cart-button:active .badge,
.anc_header_1 .shop-cart .shop-cart-button:focus .badge {
    color: #323232;
}

.urbantime-header .shop-cart .shop-cart-button:hover .badge,
.urbantime-header .shop-cart .shop-cart-button:active .badge,
.urbantime-header .shop-cart .shop-cart-button:focus .badge {
    color: #fff;
}


.shop-cart .badge {
    content: attr(data-count);
    color: #fff;
    background-color: transparent;
    position: absolute;
    top: -3px;
    padding: 0;
    min-width: 25px; /* BRB - Elia - 14/11/2018 - T6500 - P1.2 */
}

.header-block .dropdown-menu {
    z-index: 10001;
    border-top: 3px solid #fd5f3d;
    min-width: 330px;
    right: 0;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    -moz-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
}

.dropdown-menu .shop-cart-header {
    color: #323232;
    float: none;
    margin: 0;
    padding: 0 0 0 20px;
    background: #f2f2f2;
    font-size: 12px;
    line-height: 40px;
}

.cart-item {
    margin-top: 15px;
}

.cart-item a.item-actions {
    float: right;
    line-height: 100%;
}

.cart-item .fa {
    font-size: 12px;
    color: #fd5f3d;
}

.cart-item .fa:hover {
    color: #525252
}

.cart-item .fa-times {
    margin-right: 20px;
    margin-left: 10px;
}

.cart-item .cart-item-img {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.cart-item .cart-item-name {
    color: #323232;
    padding: 0 10px 0 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 140%;
}

.cart-item .cart-item-name .item-options dd {
    margin: 0;
}

.cart-item .cart-item-name .item-name {
    margin: -2px 0 0;
}

.dropdown-menu .cart-total {
    background: #2e2e2e;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 15px 20px 15px 0;
    text-align: right;
    width: 100%;
}

.dropdown-menu .cart-total span.price {
    color: #fff;
    font-weight: 700;
    text-transform: none;
}

.cart-buttons {
    margin: 0 15px 15px;
}

.cart-buttons a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 17px;
}

.cart-buttons a:hover {
    text-decoration: none;
}

.cart-buttons a.to-checkout {
    float: right
}

/* Header block end */

/* Categories navigation begin */
.nav-container-col {
    padding: 0;
}

.nav-container {
    /*border-top: 3px solid #fd5f3d;*/
    background: transparent;
}

.nav-container.sticky {
    /*position: fixed;*/
    /*z-index: 9999;*/
    /*top: 0;*/
    /*width: 100%;*/
}

.navigation {
    margin: 0;
}

.mobile-menu-trigger {
    position: relative;
    display: none;
    padding: 0 20px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Open Sans", Arial, serif;
}

.mobile-menu-trigger:after {
    left: 100%;
}

.mobile-menu-trigger i {
    padding-right: 15px;
    font-size: 1.15em;
}

.mobile-menu-trigger:hover,
.mobile-menu-trigger.active {
    background: none transparent;
    color: #fff;
}

/* common */
.navigation > li > a,
.navigation .navigation-submenu > li > a {
    font-family: "Open Sans", Arial, serif;
    color: rgba(95, 96, 98, 0.75);
}

.navigation .parent {
    position: relative;
}

/* 1st level */
.navigation > li,
.navbar-nav > li {
    list-style: none;
    float: left;
    /*border-right: 1px solid #343434;*/
    font-size: 15px;
}

.navigation > li:first-child {
}

.navigation > li > a,
.navbar-nav > li > a {
    display: block;
    padding: 0 6px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
}

html[lang=en] .navigation > li > a,
html[lang=en] .navbar-nav > li > a {
    padding: 0 5px;
}

.navigation > li > a .caret,
.navbar-nav > li > a .caret {
    display: none;
}

.navigation > li > a:hover,
.navigation > li.open > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li.open > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus {
    text-decoration: none;
    color: #323232;
}

.navigation > li > a:hover .fa-chevron-down,
.navigation > li.open > a .fa-chevron-down,
.navigation > li.active > a:hover .fa-chevron-down,
.navigation > li.active > a:focus .fa-chevron-down,
.navbar-nav > li > a:hover .fa-chevron-down,
.navbar-nav > li.open > a .fa-chevron-down,
.navbar-nav > li.active > a:hover .fa-chevron-down,
.navbar-nav > li.active > a:focus .fa-chevron-down {
    text-decoration: none;
    color: #323232;
}

.navigation > li.active > a,
.navbar-nav > li.active > a {
    font-weight: bold;
    color: #323232;
}

/* 2nd+ level */
.navigation .dropdown-menu,
.navbar-nav .dropdown-menu {
    left: -15px;
    right: -70px;
    min-width: 210px;
    padding: 19px 20px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    -moz-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    border-top: 0;
    border-bottom: 3px solid #363636;
}

.navigation .dropdown-menu .dropdown-menu,
.navbar-nav .dropdown-menu .dropdown-menu {
    left: 40%;
    right: auto;
    top: 10px;
}

.navigation .navigation-submenu li,
.navbar-nav .navigation-submenu li {
    font-size: 16px;
    line-height: 100%;
    margin: 0 0 7px;
}

.navigation .navigation-submenu li:last-child,
.navbar-nav .navigation-submenu li:last-child {
    margin: 0;
}

.navigation .navigation-submenu > li > a,
.navbar-nav .navigation-submenu > li > a {
    padding: 0;
    text-transform: uppercase;
    white-space: normal;
}

.navigation li .caret,
.navigation li .navigation-submenu .caret,
.navbar-nav li .caret,
.navbar-nav li .navigation-submenu .caret {
    position: absolute;
    right: -5px;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.navigation .navigation-submenu > li > a:hover,
.navigation .navigation-submenu > .active > a,
.navigation .navigation-submenu > .active > a:hover,
.navigation .navigation-submenu > .active > a:focus,
.navbar-nav .navigation-submenu > li > a:hover,
.navbar-nav .navigation-submenu > .active > a,
.navbar-nav .navigation-submenu > .active > a:hover,
.navbar-nav .navigation-submenu > .active > a:focus {
    background: none;
    color: #323232;
}

/* Categories navigation end */

/* alternative search */
.alt-search-trigger {
    display: none;
    float: right;
    width: 48px;
    height: 48px;
    margin: 13px 0 0;

    font-size: 18px;
    line-height: 48px;
    text-align: center;

    background-color: #fff;
}

.alt-search-trigger:hover {
    background: #fd5f3d;
    color: #fff;
}

#alt_search_form {
    display: none;

    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 70px;
    margin: 3px 0 0;
    padding: 13px 0 0;

    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    line-height: 70px;
}

#alt_search_form.sticky {
    top: 0;
    position: fixed;
}

#alt_search_form label,
#alt_search_form .alt-search-close {
    position: relative;
    z-index: 2;
    float: left;
    display: block;
    width: 48px;
    height: 48px;

    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

#alt_search_form .alt-search-close {
    float: right;
}

#alt_search_form .search-query {
    position: absolute;
    width: 85%;
    height: 48px;
    margin: 0 93px 0 63px;

    line-height: 48px;
    font-size: 20px;
    font-weight: 300;

    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#alt_search_autocomplete {
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .alt-search-trigger,
    #alt_search_form {
        display: none !important;
    }

    .tparrows {
        display: none !important;
    }
}

/* alternative search end */

/* cartown_header_2 */
.cartown_header_2 {
}

.cartown_header_2 #shop-cart {
    width: auto;
    background: transparent;
}

.cartown_header_2 .shop-cart p.cart-info {
    margin: 0;
}

.cartown_header_2 .shop-cart p.cart-info span {
    display: none
}

.cartown_header_2 .shop-cart p.cart-info span.items {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;

    padding: 5px;

    font-family: "Open Sans", Arial, serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cartown_header_2 .shop-cart .cartown-icon {
    margin: 0;
    padding: 11px 10px 10px 11px;
    background: transparent;
    border: 3px solid #464646;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* cart hover*/
.cartown_header_2 .shop-cart:hover .cartown-icon {
    background: #fa5d3b;
}

.cartown_header_2 .shop-cart:hover p.cart-info span.items {
}

.cartown_header_2 .header2-banners-container {
    margin: 37px 0 30px
}

.cartown_header_2 .h2b-container {
    position: relative;
    margin: 0 0 15px;
}

.cartown_header_2 .h2b-container span {
}

.cartown_header_2 .h2b-container i.fa {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 25px;
    margin: 0 15px 0 0;
}

.cartown_header_2 .h2b-text {
    overflow: hidden;
    font-family: "Open Sans", Arial, serif;
    font-size: 13px;
    color: #a5a5a5
}

.cartown_header_2 .h2b-big {
    margin: 0 0 5px;
    font-family: "Open Sans", Arial, serif;
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .cartown_header_2 .navigation {
        margin-right: 63px;
    }

    .cartown_header_2 .alt-search-trigger {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .cartown_header_2 #shop-cart > p {
        display: block;
    }

    .cartown_header_2 #shop-cart > a {
        margin-right: 0;
    }

    .tparrows {
        display: none !important;
    }

}

/* cartown_header_2  end*/

/* cartown_header_3 */
.cartown_header_3 {
}

.cartown_header_3 .nav-container {
    display: none;
}

.cartown_header_3 #shop-cart {
    width: auto;
    background: transparent;
}

.cartown_header_3 .shop-cart p.cart-info {
    margin: 0;
}

.cartown_header_3 .shop-cart p.cart-info span {
    display: none
}

.cartown_header_3 .shop-cart p.cart-info span.items {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;

    padding: 5px;

    font-family: "Open Sans", Arial, serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    background-color: #fa5d3b;
    color: #fff;
}

.cartown_header_3 .shop-cart .cartown-icon {
    margin: 0;
    padding: 11px 10px 10px 11px;
    background: transparent;
    border: 3px solid #464646;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* cart hover*/
.cartown_header_3 .shop-cart:hover .cartown-icon {
    background: #fa5d3b;
}

.cartown_header_3 .shop-cart:hover p.cart-info span.items {
    background: #fff;
    color: #363636;
}

@media only screen and (max-width: 991px) {
    .cartown_header_3 #shop-cart > p {
        display: block;
    }

    .cartown_header_3 #shop-cart > a {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    /* header 3 search */
    .cartown_header_3 .search-container {
        position: relative;
    }

    .cartown_header_3 .navbar-search {
        position: absolute;
        right: 15px;
        width: 100%;
    }

    .cartown_header_3 .navbar-search .input-group-btn {
        text-align: right;
    }

    .cartown_header_3 .navbar-search .input-group-btn button {
        border: none;
    }

    .cartown_header_3 .navbar-search .input-group-addon,
    .cartown_header_3 .navbar-search .search-query,
    .cartown_header_3 .navbar-search .search-close {
        display: none;
    }

    .cartown_header_3 .navbar-search.expanded {
        width: 601px;
        max-width: 601px;
    }

    .cartown_header_3 .navbar-search.expanded .input-group-addon {
        display: table-cell;
    }

    .cartown_header_3 .navbar-search.expanded .search-query,
    .cartown_header_3 .navbar-search.expanded .search-close {
        display: block;
    }

    .cartown_header_3 .navbar-search.expanded .input-group-btn button {
        display: none;
    }

    /* header 3 nav */
    .cartown_header_3 .header-block .container,
    .cartown_header_3 .header-block .col-md-7,
    .cartown_header_3 .header-block .col-md-12,
    .cartown_header_3 .header-block .container {
        position: static;
    }

    .cartown_header_3 .header-block > .container {
        position: relative;
    }

    .cartown_header_3 .header-block .navigation .dropdown-menu {
        top: inherit;
    }

    .cartown_header_3 .nav-container {
        display: block;
        border: 0;
        background: transparent;
        margin-top: 37px;
        margin-bottom: 30px;
    }

    .cartown_header_3 .nav-container .container {
        max-width: 100%;
    }

    .cartown_header_3 .navigation > li {
        border-color: transparent;
    }

    .cartown_header_3 .navigation > li:first-child {
        border-left: none;
        border-color: transparent;
    }

    .cartown_header_3 .navigation > li > a {
        padding: 0 15px;
        line-height: 52px;
    }

    /* sticky header*/
    .cartown_header_3 .header-block.sticky {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
    }

    .cartown_header_3 .header-block.sticky .logo,
    .cartown_header_3 .header-block.sticky .nav-container,
    .cartown_header_3 .header-block.sticky .navbar-search,
    .cartown_header_3 .header-block.sticky .shop-cart {
        margin: 10px 0;
    }

    .cartown_header_3 .header-block.sticky .logo {
        max-width: 150px;
    }

}

@media only screen and (min-width: 1200px) {
    .cartown_header_3 .navbar-search.expanded {
        width: 755px;
        max-width: 755px;
    }
}

/* header 3 banners */
.h3b-container {
    background: #252525;
    padding: 10px 0;
}

.h3b-container .h3b-banner {
    display: block;
    padding: 14px;

    background: transparent;
    border: 3px solid #fd5f3d;

    color: #fff;

    font-family: "Open Sans", Arial, serif;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.h3b-container .h3b-banner:hover {
    background: #fd5f3d;
    border-color: #363636;
    color: #fff;
}

.h3b-container .h3b-banner span {
    color: #fd5f3d;
}

.h3b-container .h3b-banner:hover span {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .h3b-container {
        display: none;
    }
}

/* cartown_header_3  end*/

/* Header end */

/* Content begin */

.messages, .std .messages {
    margin: 20px 0;
}

/* Standard formatted text block begin */
.std h1, .std h2, .std h3, .std h4, .std h5, .std h6,
.std .h1, .std .h2, .std .h3, .std .h4, .std .h5, .std .h6 {
    color: rgba(95, 96, 98, 0.75);
    font-size: 21px;
    margin-top: 10px;
    text-transform: uppercase;
}

.std h1.subtitle, .std h2.subtitle, .std h3.subtitle, .std h4.subtitle, .std h5.subtitle, .std h6.subtitle,
.std .h1.subtitle, .std .h2.subtitle, .std .h3.subtitle, .std .h4.subtitle, .std .h5.subtitle, .std .h6.subtitle {
    margin-top: 0;
}

.std h1, .std .h1 {
    font-size: 26px;
}

.std h2, .std .h2 {
    font-size: 21px;
}

.std h3, .std .h3 {
    font-size: 19px;
}

.std h4, .std .h4 {
    font-size: 24px;
}

.std h5, .std .h5 {
    font-size: 22px;
}

.std h6, .std .h6 {
    font-size: 20px;
}

.std p {
    margin: 0 0 1.5em;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.std a {
    text-decoration: underline;
}

.std a:hover, .std a:focus {
    text-decoration: none;
    color: #fd5f3d;
}

.std ol,
.std ul {
    list-style: disc outside;
    margin: 0 0 1.5em;
    padding: 0;
}

.std ol {
    list-style: decimal outside;
}

.std li {
    margin: 0 0 0 2em;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
}

.std blockquote {
    border-left: 0;
    font-size: 15px;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.std blockquote p {
    background-color: #f7f7f7;
    font-style: italic;
    padding: 30px 40px 50px 30px;
    margin-bottom: 0;
}

.std blockquote cite {
    float: right;
    color: #323232;
    padding: 45px 90px 0 0;
    position: relative;
    text-align: right;
}

.std blockquote cite:after {
    position: absolute;
    content: " ";
    top: 0;
    right: 50px;
    width: 0;
    height: 0;
    border-top: 35px solid #f7f7f7;
    border-right: 38px solid transparent;
}

.std blockquote cite a {
    font-weight: bold;
    color: #323232;
}

.std blockquote.quote_inside {
    background-color: #f7f7f7;
    padding: 30px 30px 20px 90px;
    position: relative;
}

.std blockquote.quote_inside:before {
    position: absolute;
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f10d";
    font-size: 30px;
    color: #323232;
    top: 30px;
    left: 30px;
}

.std blockquote.quote_inside p {
    padding: 0;
    margin-bottom: 20px;
}

.std blockquote.quote_inside cite {
    padding: 0;
}

.std blockquote.quote_inside cite:after {
    content: "";
    border: 0;
}

.std img.pull-left {
    margin-right: 40px;
    margin-bottom: 20px;
}

.std img.pull-right {
    margin-left: 40px;
    margin-bottom: 20px;
}

.std table {
    width: 100%;
}

.std th {
    background-color: #363636;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    height: 69px;
    text-align: center;
}

.std th.label {
    display: table-cell;
}

.std td {
    font-size: 14px;
    height: 50px;
    text-align: center;
}

.std tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

/* Standard formatted text block end */

/* Contacts block begin */

#google_map_iframe {
    margin-bottom: 20px;
}

.contact_work_hours {
    padding: 0 0 0 155px;
    background: url('../images/icon_clock.png') no-repeat;
    margin: 20px 0 50px -15px;
}

.contact_information_wrap {
    clear: both;
    float: left;
    margin-left: -15px;
}

.contact_information {
    padding: 20px 0 0 155px;
    position: relative;
    margin-bottom: 10px;
}

.contact_information i.fa {
    position: absolute;
    top: 0;
    left: 55px;
    font-size: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #ebebeb;
    line-height: 64px;
    width: 70px;
    height: 70px;
    text-align: center;
}

.contact_work_hours h2,
.contact_information h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 600;
    padding: 8px 0 20px 0;
    margin: 0 0 20px 0;
    position: relative;
}

.contact_work_hours h2:after,
.contact_information h2:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    border-top: 1px solid #dfdfdf;
}

.contact_work_hours li,
.contact_information li {
    font-size: 16px;
    color: #757575;
    line-height: 23px;
}

.contact_information li {
    font-size: 15px;
}

.contact_work_hours li span,
.contact_information li span {
    display: inline-block;
    color: #595959;
}

.contact_work_hours li span {
    width: 90px;
}

.contact_information_phone li span {
    width: 140px;
}

.contact_information_email li span {
    width: 116px;
}

#contactForm {
    padding: 30px 0 0 0;
    margin-left: -15px;
}

#contactForm .input-text {
    border-color: #e4e4e4;
    width: 570px;
}

#contactForm input[type=text] {
    padding: 0 18px;
    height: 42px;
    color: #323232;
}

#contactForm textarea {
    height: 310px;
    padding: 18px;
    color: #323232;
}

#contactForm .form-list .field,
#contactForm .form-list .wide {
    position: relative;
}

#contactForm label {
    position: absolute;
    top: 12px;
    right: -12px;
}

#contactForm .buttons-set {
    border-top: 0;
}

.contacts-index-index .buttons-set {
    margin-left: 0;
    max-width: 475px;
}

/* Contacts block end */

/* Customer block begin */

.customer-account-login .col-main {
}

.customer-account-login .col2-set .col-1 {
    padding-right: 15px;
}

.customer-account-login .col2-set .content,
.customer-account-create form .content,
.customer-account-forgotpassword form .content {
    border: 1px solid #e4e4e4;
    border-top-width: 3px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 55px;
    font-size: 14px;
}

.account-create .checkbox {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.customer-account-login .col2-set .content p {
    margin-bottom: 20px;
}

.customer-account-login .col2-set .form-list {
    margin-top: 10px;
}

.customer-account-login .col2-set .form-list li {
    float: left;
}

.customer-account-login .col2-set .form-list li:first-child,
.customer-account-login .col2-set .col-1 .buttons-set .button {
    margin-right: 30px;
}

.customer-account-login .col2-set .form-list input,
.customer-account-forgotpassword .form-list input[type=text],
.customer-account-create .form-list input[type=text],
.customer-account-create .form-list input[type=password],
.customer-account-create .form-list select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
}

.customer-account-login .col2-set .form-list input {
    width: 100%;
}

.customer-account-login .col2-set .form-list .input-box,
.customer-account-login .col2-set .col-1 .buttons-set .button {
    width: 236px;
}

.customer-account-login .col2-set .col-2 .buttons-set .button {
    float: left;
    width: auto;
}

.customer-account-login .col2-set .buttons-set .button {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 0;
}

.customer-account-login .buttons-set a {
    text-decoration: underline;
}

.customer-account-login .col2-set .col-1 .buttons-set a {
    display: inline-block;
    margin: 7px 0 7px 15px;
}

.customer-account-login h2,
.customer-account-create .fieldset h2,
.customer-account-forgotpassword .fieldset h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 40px;
    border: 0;
}

.customer-account-login .col2-set .col-2 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px 0;
}

@media only screen and (min-width: 1200px) {
    .customer-account-login .col2-set .form-list .input-box, .customer-account-login .col2-set .col-1 .buttons-set .button {
        width: 231px;
    }
}

@media only screen and (max-width: 1199px) {
    .customer-account-login .col2-set .form-list .input-box,
    .customer-account-login .col2-set .form-list li {
        width: 100%;
    }

    .customer-account-login .col2-set .col-1 .buttons-set .button {
        width: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .customer-account-login .col2-set .col-1 .buttons-set a {
        margin: 0 0 15px;
    }

    .customer-account-login .col2-set .col-1 .buttons-set .button {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .anc-fieldset-login {
        max-width: none;
    }

    .tparrows {
        display: none !important;
    }

    .panel-group .panel-anc #distinta .panel-body {
        padding: 10px 0;
    }

    .anc-products-grid a.ordinamento2,
    .anc-products-grid .ordinamento1 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .customer-account-login .col2-set .col-1 .buttons-set .button,
    .customer-account-login .col2-set .col-2 .buttons-set .button {
        width: 100%;
    }

    .customer-account-login .col2-set .form-list li:first-child,
    .customer-account-login .col2-set .col-1 .buttons-set .button {
        margin-right: 0;
    }

    .customer-account-login .col2-set .form-list li {
        float: none;
    }

    .anc-fieldset-login {
        max-width: none;
    }

    .tparrows {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .customer-account-login .col2-set .content {
        margin-bottom: 0;
    }

    .customer-account-login .col2-set .col-1 {
        padding-bottom: 30px;
        padding-right: 0;
    }

    .anc-fieldset-login {
        max-width: none;
    }

    .tparrows {
        display: none !important;
    }

    .col-map {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .col-form {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .anccolorder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

.customer-account-login .page-title h1,
.customer-account-create .page-title h1,
.customer-account-forgotpassword .page-title h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.customer-account-forgotpassword form .content {
    width: 50%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 0;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set,
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 30px;
    margin-top: 40px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 30px;
}

.customer-account-create form {
    text-align: center;
}

.customer-account-create form .content {
    display: inline-block;
    padding-right: 60px;
    margin: 0 auto;
}

.customer-account-create .fieldset {
    float: left;
    text-align: left;

    border: 1px solid #e4e4e4;
    border-top-width: 3px;
    padding: 15px 15px 30px 15px;

    margin-top: 0;
    margin-bottom: 55px;
    margin-left: 15px;

    font-size: 14px;

}

.customer-account-create .fieldset:first-child {
    margin-left: 0;
}

.customer-account-create .buttons-set {
    max-width: 100%;
}

.customer-account-create .buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 1199px) {
    .customer-account-create form .content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .customer-account-create form .content,
    .customer-account-forgotpassword form .content {
        width: 100%;
    }

    .customer-account-create .fieldset {
        float: none;
        max-width: none;
    }

    .customer-account-create .form-list input[type=text],
    .customer-account-create .form-list input[type=password] {
        width: 100%;
    }

    .form-list .control label {
        min-width: 230px;
    }

    .col-map {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .col-form {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .anccolorder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .customer-account-create .fieldset, .customer-account-create .buttons-set {
        margin-left: 0;
        max-width: none;
    }

    .customer-account-create form .content {
        padding-right: 30px;
    }
}

/* Customer block end */

/* Customer Account block begin */

.block-account li,
.block-cms-menu li {
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0;
}

.block-account li:last-child,
.block-cms-menu li:last-child {
    border-bottom: 0;
}

.block-account li.current a,
.block-cms-menu li.current a {
    color: #323232;
}

.block-account li.current strong,
.block-cms-menu li.current strong {
    font-weight: bold;
}

.block-account li a:hover, .block-account li a:focus, .block-account li a:active,
.block-cms-menu li a:hover, .block-cms-menu li a:focus, .block-cms-menu li a:active {
    color: #323232;
}

ol#cart-sidebar-reorder,
ol#my_recent_reviews {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ol#cart-sidebar-reorder .checkbox {
    float: left;
    margin-top: 0;
}

ol#cart-sidebar-reorder p.product-name {
    display: block;
    overflow: hidden;
    vertical-align: top;
}

.my-account h2,
.my-account-additional h2 {
    font-size: 22px;
    font-weight: 700;
}

.my-account h3,
.my-account-additional h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0;
}

.my-account h4,
.my-account-additional h4 {
    font-size: 16px;
    font-weight: 700;
}

.my-account a:hover,
.my-account .price-box a,
.my-account-additional a:hover,
.my-account-additional .price-box a {
    text-decoration: none;
}

.my-account ol,
.my-account-additional ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-account .messages,
.my-account-additional .messages {
    margin: 20px 0;
}

.my-account .fieldset,
.my-account-additional .fieldset {
    border: 1px solid #e4e4e4;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 20px 30px 10px 30px;
    font-size: 14px;
    margin-top: 0;
}

.my-account .fieldset:first-child,
.my-account-additional .fieldset:first-child {
    border-top-width: 3px;
    margin-top: 20px;
}

.my-account .fieldset h2,
.my-account-additional .fieldset h2 {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    border: 0;
}

.my-account form > .buttons-set,
.my-account-additional .buttons-set {
    border: 1px solid #e4e4e4;
    border-top-width: 0;
    padding: 10px 30px 30px 30px;
    margin-top: 0;
    margin-bottom: 55px;
}

.my-account .form-list .control input.checkbox {
    margin-top: 3px;
}

.my-account .tags-list li a {
    font-size: 14px !important;
    text-decoration: none;
}

.my-account .order-details #my-orders-table .shipping {
    display: none;
}

body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 0;
}

.my-account .toolbar {
    margin: 15px 0;
}

.my-account .pager {
    float: none;
}

.my-account .pager label {
    margin: 0 13px 0 0;
    font-weight: 300;
}

.my-account .toolbar-dropdown {
    position: relative;
    float: left;
    margin-right: 13px;
    height: 32px;
}

.my-account .toolbar-dropdown .dropdown-toggle {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #323232;
    display: inline-block;
    height: 32px;
    line-height: 31px;

}

.my-account .toolbar-dropdown .dropdown-toggle .fa {
    padding: 0 0 0 30px;
    font-size: 10px;
    margin: 0;
    float: none;
}

.my-account .toolbar-dropdown .dropdown-menu {
    border-top: 3px solid #fd5f3d;
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    -moz-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
}

.my-account .toolbar-dropdown .dropdown-menu li {
    float: none
}

.my-account .toolbar-dropdown .dropdown-menu a {
    display: block;
    padding: 0 15px;
    line-height: 33px;
    font-size: 12px;
    color: #363636;
    text-decoration: none;
}

.my-account .toolbar-dropdown .dropdown-menu a:hover {
    background: none #eee
}

.dashboard .box-head h2 {
    font-size: 22px;
    font-weight: 700;
}

.dashboard .box-head h3,
.dashboard .box-title h3,
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0;
}

.dashboard .col2-set h4 {
    font-size: 16px;
    font-weight: 700;
}

.dashboard .box-title a,
.dashboard .box-head a {
    text-decoration: underline;
}

.dashboard .box-title a:hover,
.dashboard .box-head a:hover {
    text-decoration: none;
}

.dashboard .product-name {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.dashboard .box-recent {
    padding: 0;
    border: 0;
}

.dashboard .box-tags {
}

.dashboard .box-tags ul,
.dashboard .box-tags ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard .box-tags li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}

.dashboard .box-tags li:first-child {
    border-top: 0;
}

.dashboard .box-tags li .number {
    line-height: 1.2;
    font-weight: 700;
    margin-right: -20px;
    float: left;
    font-size: 13px;
}

.dashboard .box-tags li .number:after {
    content: '.';
}

.dashboard .box-tags li .details {
    margin-left: 20px;
}

.dashboard .box-tags .tags {
    margin: 0;
}

.dashboard .box-tags .tags ul {
    display: block;
}

.dashboard .box-tags .tags ul li {
    border: 0;
    padding-bottom: 0;
}

#my-tags-table .button {
    margin-bottom: 10px;
}

.my-tag-edit {
    line-height: 30px;
}

.my-tag-edit a {
    margin-right: 10px;
}

.dashboard .box-reviews li .number {
    line-height: 1.2;
    font-weight: 700;
}

.dashboard .box-reviews li .number:after {
    content: '.';
}

.dashboard .box-reviews li .details .ratings {
    margin-top: 5px;
}

.order-info-box .box-title h2 {
    margin-top: 0;
    font-size: 16px;
}

#wishlist-table tbody td.last {
    text-align: left !important;
}

#wishlist-table .description {
    margin-top: 15px;
}

#wishlist-table textarea {
    margin-top: 15px;
    height: 95px;
}

#wishlist-table .qty-container {
    display: block;
    margin: 15px auto 0;
    padding: 0;
    background: transparent;
}

#wishlist-table .btn-cart-edit {
    margin-bottom: 10px;
    margin-left: 0 !important;
}

#wishlist-table .btn-cart {
    margin: 15px auto 0;
}

#wishlist-table .truncated .truncated_full_value .item-options dd {
    text-align: left;
}

.product-review {
}

.product-review .product-img-container {
    float: left;
    margin: 0 30px 0 0;
    text-align: center;
}

.product-review .product-img-container .label {
    padding: 10px 0;
    font-size: 100%;
}

.product-review .rating-table {
    margin-bottom: 15px;
}

.product-review .product-details {
    overflow: hidden;
}

.product-review .product-details h2 {
    margin-top: 0;
}

@media only screen and (max-width: 770px) {
    .sidebar .block {
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: none;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3399cc;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .sidebar .block:not(.block-layered-nav) .block-title {
        margin-top: 0;
        border-top: none;
        margin-bottom: 0;
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong {
        margin: 0;
        margin-bottom: 10px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        /*text-rendering: optimizeSpeed;*/
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        /*user-select: none;*/
        font-weight: 700;
        margin-bottom: 0;
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
    }

    .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 0;
        border-width: 0;
        border-style: solid;
        border-color: #cccccc;
    }
}

/* Customer Account block end */

/* Shopping cart block begin */
.cart .page-title {
    margin: 30px 0;
}

.checkout-cart-index .page-title:after,
.checkout-onepage-index .page-title {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0;
}

.checkout-cart-index .page-title h1,
.checkout-onepage-index .page-title h1,
.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    height: 48px;
    line-height: 48px;
}

.btn-checkout {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 73px 10px 19px;
    position: relative;
    text-transform: none;
}

.btn-checkout:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 33px;
    height: 29px;
    line-height: 29px;
    padding: 0 20px;
    margin: 8px 0;
    border-left: 1px solid #fff;
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    margin: 0;
}

.checkout-types li {
    margin: 0;
}

.cart-table .btn-empty {
    float: left;
    margin-left: 0;
}

.cart-table .qty-container {
    margin: 0;
    padding: 0;
    background: transparent;
}

.cart-collaterals {
    padding: 30px 0 0;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

.cart-table {
}

.cart-table td,
.cart-table .product-name {
    line-height: 22px;
}

.cart-table td.last {
    white-space: nowrap;
}

.cart .cart-totals table td {
    padding: 5px;
}

.cart .cart-totals table tfoot {
    border: 0;
    background: #e4e4e4;
}

.cart .cart-totals table tfoot td {
    padding: 15px 5px;
}

.cart .cart-totals table tfoot span.price {
    font-weight: 700;
}

.cart .cart-totals table td:first-child,
.cart .cart-totals table tfoot td:first-child {
    padding-left: 25px;
}

.cart .cart-totals table td:last-child,
.cart .cart-totals table tfoot td:last-child {
    padding-right: 25px;
}

.checkout-block {
    margin: 0 0 30px;
    padding: 18px 25px 25px 25px;
    border: 1px solid #e4e4e4;
    border-top: 3px solid #323232;
}

.checkout-block h2 {
    font-family: "Open Sans", Arial, serif;
    font-size: 22px;
    margin: 0 0 15px;
}

.checkout-block .input-text,
.checkout-block .form-list select {
    margin: 0;
    width: 100%;
}

.checkout-block .buttons-set {
    border: 0;
    text-align: left;
}

.checkout-block .buttons-set button.button {
    float: none;
    margin: 0;
}

.checkout-block.cart-totals .checkout-types {
    margin: 0 25px;
}

.checkout-block .checkout-types li,
.checkout-block.cart-totals .checkout-types .btn-checkout {
    margin: 0;
}

.checkout-block.cart-totals {
    padding: 18px 0 25px 0;
}

/* Shopping cart block end */

/* Checkout block begin */

.checkout-onepage-index .col-main {
    padding-right: 30px;
}

.checkout-onepage-index .col-right {
    margin-top: 107px;
}

ol.opc {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

ol.opc > li {
    border: 1px solid #ebebeb;
    margin-bottom: 9px;
}

.opc .section .step-title .number,
.opc .section.allow .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 43px;
    height: 43px;
    text-align: center;
    color: #FFFFFF;
    line-height: 43px;
    background-color: #363636;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -22px;
    font-size: 20px;
}

.opc .section.allow .step-title .number {
    background-color: #363636;
}

.opc .section .step-title {
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    /*user-select: none;*/
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #323232;
}

.opc .section .step-title h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 63px;
    height: 63px;
    float: left;
    margin: 0 4px 0 75px;
    text-transform: uppercase;
    color: #323232;
}

.checkout-onepage-index .sidebar .block {
    margin-top: 161px;
    background: none;
}

.opc .section .step {
    font-size: 14px;
    color: #323232;
    padding: 18px 25px 25px;
}

.opc #opc-login .step {
}

.opc .section .step h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.opc .section .step h3.product-name {
    font-size: 14px;
    text-transform: none;
}

.opc #opc-login .form-list {
    margin: 0;
}

.opc #opc-login p:not(.required),
.opc #opc-login h4,
.opc #opc-login ul.ul li {
    font-style: italic;
    font-size: 14px;
}

#checkout-shipping-method-load .sp-methods dd label,
#co-payment-form .sp-methods dt label,
#co-shipping-method-form .sp-methods dd label,
.opc .form-list .control label {
    color: #878787;
    background: none;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 0 10px 6px 0;
    margin-bottom: 0;
}

#checkout-shipping-method-load .sp-methods dd label:hover,
#co-payment-form .sp-methods dt label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.opc .form-list .control label:hover {
    background: none;
}

#co-payment-form .sp-methods dt input.radio,
#co-payment-form .sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.opc .form-list .control input.radio {
    float: left;
    /*margin-right: -40px;*/
    margin-top: 8px;
    margin-left: 15px;
}

.opc .form-list {
    margin: 0 -15px;
}

.opc .form-list .fields {
}

.opc .form-list .fields:after {
    content: '';
    display: table;
    clear: both;
}

.opc .form-list .fields .fields {
    margin: 0 15px;
}

.opc .form-list .field, .opc .form-list .wide, .opc .form-list .control {
    padding: 5px 15px;
}

.opc textarea {
    width: 100%;
}

.opc select {
    border-color: #e4e4e4;
    margin: 0;
}

.opc .form-list .control {
    margin-top: 0;
    margin-bottom: 0;
}

.opc .form-list label {
    font-size: 13px;
    color: #323232;
    font-weight: normal;
}

.opc .step form p.required {
    float: right;
    margin: 0;
}

.opc input[type=text],
.opc input[type=password] {
    border-color: #e4e4e4;
    width: 100%;
}

.opc .address-select {
    width: 100%;
}

.opc #checkout-step-payment form fieldset,
.opc #checkout-step-shipping form fieldset,
.opc #checkout-step-billing form fieldset {
}

.opc #checkout-step-payment select,
.opc #checkout-step-payment input[type=text],
.opc #checkout-step-payment input[type=password],
.opc #checkout-step-shipping select,
.opc #checkout-step-shipping input[type=text],
.opc #checkout-step-shipping input[type=password],
.opc #checkout-step-billing select,
.opc #checkout-step-billing input[type=text],
.opc #checkout-step-billing input[type=password] {
    height: 42px;
}

.opc #opc-review input[type=text] {
    width: 365px;
}

.opc #opc-review textarea {
    border-color: #e4e4e4;
    height: 150px;
}

.opc #opc-review .review_fields label {
    margin: 15px 0 0 0;
}

.sp-methods dt:first-child {
    margin-top: 0;
}

.sp-methods dt {
    margin: 20px 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

#checkout-step-shipping_method h3 {
    margin-top: 30px;
    font-weight: 600;
}

.sp-methods .price {
    font-weight: bold;
    color: #323232;
}

.opc #checkout-step-shipping_method .checkbox {
    display: inline-block;
}

.opc #checkout-step-review .buttons-set p {
    margin: 0;
    line-height: 47px;
}

.opc #checkout-step-review .buttons-set button.button {
    float: right;
    margin-right: 0;
}

.block-progress {
    border: 1px solid #e4e4e4;
    border-width: 0 1px 1px 1px;
    margin: 0;
    padding-left: 30px;
}

.block-progress .block-content {
    font-size: 14px;
}

.block-progress .block-title {
    border: 0;
    padding: 30px 0;
}

.block-progress .block-title strong {
    font-size: 20px;
    font-weight: normal;

}

.block-progress dt:before {
    content: "\f111";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 6px;
    left: 0;
    line-height: 20px;
}

.block-progress dt {
    margin: 0;
    color: #878787;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 8px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
}

.block-progress dt.complete {
}

.checkout-onepage-success .col-main {
    padding: 0 15px;
}

.checkout-onepage-success .col-main .page-title {
    margin: 20px 0;
}

.checkout-onepage-success .buttons-set {
    text-align: left;
}

.checkout-onepage-success .buttons-set button.button {
    float: none;
    margin: 0;
}

/* Checkout block end */

/* empty category block begin */
.empty-category-wrapper {
    margin: 96px auto;
    text-align: center;
}

.no-route-wrapper {
    margin-top: 50px;
}

.empty-category-wrapper h3 {
    margin: 0;
    font-size: 98px;
    font-weight: 700;
    line-height: 96%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.empty-category-wrapper p {
    line-height: 1em;
}

.empty-category-wrapper .empty-primary {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.empty-category-wrapper .empty-secondary {
    margin: 30px 0 0;
}

/* empty category block end */

/* Breadcrumbs block begin */

#breadcrumbs {
    border-bottom: 1px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
    margin: 0;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb:after {
    position: absolute;
    width: 0;
    height: 100%;
    padding: 0 10px;
    right: 0;
    top: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 )"; /* IE6-9 */
}

.breadcrumb > li {
    border-right: 1px solid #e4e4e4;
    padding: 4px 12px;
}

.breadcrumb > li:first-child {
    border-left: 1px solid #e4e4e4;
}

.breadcrumb > li + li:before {
    display: none;
}

.breadcrumb a, .breadcrumb strong {
    color: rgba(95, 96, 98, 0.75);
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}

.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
    text-decoration: none;
    color: #323232;
}

.breadcrumb strong {
    font-weight: 400;
    color: #323232;
}

/* Breadcrumbs block end */

/* Product label  */
.product-label {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-label:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.product-label span {
    float: left;
    width: 100%;
    padding: 50% 7px 0;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
}

.product-label-new {
    color: #fff;
}

.product-label-new.product-label:after {
    background-color: #fa5d3b
}

.product-label-sale {
    color: #fff;
}

.product-label-sale.product-label:after {
    background-color: #28c51c
}

.product-label-top-left {
    top: 10px;
    left: 10px
}

.product-label-top-right {
    top: 10px;
    right: 10px
}

.product-label-bottom-left {
    bottom: 10px;
    left: 10px;
}

.product-label-bottom-right {
    bottom: 10px;
    right: 10px;
}

/* Product label end */

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
    display: inline-block;
}

.price-box,
.price-box .old-price,
.price-box .special-price {
    font-size: 22px;
}

.price-box a {
    font-size: 13px;
}

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #a0a0a0;
}

.price-box .price {
    color: #fd5f3d;
}

.price-box .price,
.price {
    white-space: nowrap;
}

.price-box .price-label {
    display: block;
    font-size: 13px;
    white-space: nowrap;
}

.price-box .minimal-price-link {
    display: block;
    margin-top: 5px;
}

.price-box .minimal-price-link .label {
    color: #a3a3a3;
    padding: 0;
    font-weight: 300;
    font-size: 100%;
}

.price-box .minimal-price-link .price {
    font-weight: 700;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
    display: block;
}

.price-box .old-price {
    margin: 5px 0 0;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    font-size: 18px;
    text-decoration: line-through;
    color: #a3a3a3;
}

.price-box .special-price {
}

.price-box .special-price .price-label {
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
}

.add-to-links a {
}

.add-to-links .separator {
    display: none;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.catalogsearch-result-index .page-title {
    margin-left: 15px;
}

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
}

.catalogsearch-result-index h2.product-name a,
#bundle4simple h2.product-name a {
    font-size: 13px;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
    margin: 0 0 30px;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    padding: 9px 10px 0;
}

.toolbar .toolbar {
    float: right;
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.toolbar:after {
    content: '';
    display: table;
    clear: both;
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px;
}

.toolbar,
.pager {
    line-height: 32px;
    font-size: 13px;
    color: #878787;
}

.toolbar label,
.pager-no-toolbar label {
    margin: 0 13px 0 0;
    font-weight: 300;
}

.toolbar .toolbar-dropdown {
    position: relative;
    float: left;
    margin-right: 13px;
    height: 32px;
}

.toolbar .toolbar-dropdown .dropdown-toggle {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #323232;
    display: inline-block;
    height: 32px;
    line-height: 31px;

}

.toolbar .toolbar-dropdown .dropdown-toggle .fa {
    padding: 0 0 0 30px;
    font-size: 10px;
}

.toolbar .toolbar-dropdown .dropdown-menu {
    border-top: 3px solid #fd5f3d;
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    -moz-box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
}

.toolbar .toolbar-dropdown .dropdown-menu li {
    float: none
}

.toolbar .toolbar-dropdown .dropdown-menu a {
    display: block;
    padding: 0 15px;
    line-height: 33px;
    font-size: 12px;
    color: #363636;
    text-decoration: none;
}

.toolbar .toolbar-dropdown .dropdown-menu a:hover {
    background: none #eee
}

.sorter {
    float: left;
    margin-bottom: 10px;
}

.sorter label {
    float: left;
}

.sorter label:after {
    content: ':';
}

.sorter > .sort-by {
    float: left;
    margin-right: 13px;
    height: 32px;
}

.sorter > .sort-by .sort-by-switcher {
    height: 32px;
    display: inline-block;
}

.sorter > .view-mode {
    float: right;
    margin: 0 0 0 20px;
}

.sorter > .view-mode .grid,
.sorter > .view-mode .list {
    float: left;
    font-size: 24px;
}

.sorter > .view-mode .fa-list:before {
    content: "\f00b";
}

.sorter > .view-mode .fa-grid:before {
    content: "\f00a";
}

.sorter > .view-mode strong.grid {
    padding-right: 10px;
}

.sorter > .view-mode strong.list {
    padding-left: 10px;
}

.sorter > .view-mode strong,
.sorter > .view-mode a:hover {
    color: #fd5f3d;
}

.pager {
    float: right;
    margin: 0 0 10px;
}

.pager li {
    display: block;
}

.pager li > a, .pager li > span {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.pager > .count-container {
    float: left;
}

.pager .amount {
    float: left;
    white-space: nowrap;
    margin: 0 30px 0 0;
}

.pager .limiter {
    float: left;
}

.pager .limiter > label {
    float: left;
}

.pager .limiter > label:after {
    content: ':';
}

.pager .amount,
.pager .limiter,
.pager .pages {
}

.pages {
    float: right;
}

.pages ol {
    margin: 0;
    padding: 0;
}

.pages strong {
    display: none;
}

.pages li {
    float: left;
}

.pages li,
.pages .current {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 32px;
    width: 30px;
    height: 32px;
    padding: 0;
}

.pages .current,
.pages .current:hover {
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    cursor: default;
}

.pages li a:hover,
.pages li a:active {
    background-color: transparent;
}

.pages .next,
.pages .previous {

}

.col3-layout .sorter,
.col3-layout .pager {
    width: 100%;
}

.col3-layout .pager {
    float: left;
    clear: both;
}

.col3-layout .pager .pages {
    float: right;
    margin-left: 0;
}

@media only screen and (max-width: 479px) {
    .pager .amount {
        display: none;
    }

    .pages li, .pages .current {
        width: 25px
    }

    .sorter label {
        display: none;
    }

    .anc-products-grid a.ordinamento2,
    .anc-products-grid .ordinamento1 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .limiter label {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .sorter,
    .pager {
        width: 100%;
    }

    .pager {
        float: left;
        clear: both;
    }

    .pager .pages {
        float: right;
        margin-left: 0;
    }
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 12px 0 2px;
    line-height: 1.2;
    /*text-rendering: optimizeLegibility;*/
    font-family: "Open Sans", Arial, serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    text-decoration: none;
    color: #323232;
}

.products-grid .product-name,
.products-list .product-name {
}

.products-grid .product-name a,
.products-list .product-name a {
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
    position: relative;
    margin: 0 -15px;
}

.products-grid a {
    text-decoration: none;
}

.products-grid:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid li.item {
    position: relative;
    display: inline-block;
    margin: 0 -4px 25px 0;
    padding: 0 15px;
    vertical-align: top;
    text-align: center;
    background: #fff;
}

.products-grid li.item:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid .desc-border {
    max-width: 102px;
    margin: 21px auto 12px;
    border-top: 1px solid #d7d7d7;
}

.products-grid .swatch-border {
    margin-top: 8px;
}

.products-grid .product-image {
    position: relative;
    margin: 0 auto;
}

.products-grid .product-info {
    padding: 0 6px;
}

.products-grid .product-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 15px;
    right: 15px;
    border: 1px solid #e4e4e4;
}

.products-grid .product-link {
    display: block;
}

.products-grid .actions {
    margin: -1px;
    background: #fdfdfd;
    border: 1px solid #e4e4e4;
}

.products-grid .add-to-links {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

.products-grid .add-to-links li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
}

.products-grid .add-to-links li:last-child {
    border-right: 0;
}

.products-grid .add-to-links a {
    line-height: 61px;
    display: block;
}

.products-grid .add-to-links button {
    padding: 0;
    border: 0;
    background-color: #fff;
    color: #252525;
    line-height: 61px;
}

.products-grid .add-to-links button,
.products-grid .add-to-links button span {
    display: block;
    width: 100%;
}

.products-grid .add-to-links a:hover,
.products-grid .add-to-links button:hover {
    background: #fd5f3d;
    color: #fff;
}

.products-grid .add-to-links a span {
    display: none;
}

.products-grid .add-to-links .fa {
    font-size: 22px;
    line-height: 61px;
}

.products-grid .add-to-links .fa,
.products-grid .add-to-links .cartown-icon {
    margin: 0 auto;
    padding: 0;
    float: none;
    display: block;
    width: 24px;
    height: 61px;
}

.products-grid .rating-wrapper {
    padding: 0 7px 16px;
    background: #fff;
    text-align: center;
}

.products-grid .rating-wrapper p {
    margin: 0;
    line-height: 120%;
    font-size: 13px;
}

.products-grid .ratings {
    margin: 0 0 7px
}

.products-grid .ratings .rating-box,
.products-grid .ratings .rating-box .rating {
    margin: 0;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    text-indent: 0;
}

.products-grid .ratings .rating-box {
    position: relative;
    vertical-align: middle;
}

.products-grid .ratings .rating-box .rating {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.products-grid .ratings .amount {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
}

.products-grid .ratings .fa {
    font-size: 12px;
    float: left;
    margin-right: 5px;
}

.products-grid .ratings .rating-box .rating .fa {
    color: #fd5f3d;
}

.products-grid .price-box-original {
    margin: 23px 0 0;
}

.products-grid .price-box {
    margin: 0 auto;
    text-align: center;
}

.products-grid .price-box-clone {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 15%;
    left: 50%;
    font-weight: 700;
    color: #fff;
}

.products-grid .quick-view-injected .price-box-clone {
    top: 5%;
}

.products-grid .price-box-clone .old-price .price {
    font-weight: 300;
}

.products-grid .price-box-clone .price-box-circle {
    position: relative;
    left: -50%;
}

.products-grid .price-box-clone .price-box .price {
    padding: 0 3px;
    color: #fff;
}

.products-grid .price-box-clone .price-box p.price-from,
.products-grid .price-box-clone .price-box p.price-to {
    white-space: nowrap;
}

.products-grid .price-box-clone .price-box p.price-from .price,
.products-grid .price-box-clone .price-box p.price-to .price {
    padding: 0 10px;
    white-space: nowrap;
}

.products-grid .price-box-clone .price-box a,
.products-grid .price-box-clone .price-box .price-label,
.products-grid .price-box-clone .price-box .minimal-price-link .label {
    color: #fff;
    font-weight: 300;
}

.products-grid .price-box-clone .price-box-circle:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fa5d3b;
}

.products-grid .price-box-clone .price-box {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.products-grid .additional-images-wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.products-grid .additional-images-wrapper-init {
    overflow: visible;
}

.products-grid .additional-images-wrapper .owl-carousel {
    display: block;
}

.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    z-index: 4;
    top: 50%;
    margin-top: -26px;
    width: 28px;
    height: 46px;
    border: 3px solid #ebebeb;
    background: #fff;
    text-align: center;
    line-height: 42px;

    visibility: hidden;
    opacity: 0;
}

.products-grid .owl-controls .owl-buttons div.owl-prev {
    left: -14px;
}

.products-grid .owl-controls .owl-buttons div.owl-next {
    right: -14px;
}

/* grid hover */
.products-grid .item.hover .product-hover {
    visibility: visible;
    opacity: 1;
}

.products-grid .item.hover .product-label {
    visibility: hidden;
    opacity: 0;
}

.products-grid .item.hover .price-box-clone {
    visibility: visible;
    opacity: 1;
}

.products-grid .item.hover.additional-images-active .price-box-clone {
    visibility: hidden;
    opacity: 0;
}

.products-grid .item.hover .additional-images-wrapper img {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
    visibility: visible;
    opacity: 1;
}

.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div.disabled {
    cursor: default;
}

/* disable hover under 992
 * comment out this block if you want to have rollover on mobile devices
 ************************************************************************/
@media only screen and (max-width: 991px) {
    .products-grid .product-hover {
        visibility: visible;
        border: 0;
        opacity: 1;
        position: static;
    }

    .products-grid .item.hover .product-label {
        visibility: visible;
        opacity: 1;
    }

    .products-grid .product-link {
        display: none;
    }

    .products-grid .actions,
    .products-grid .rating-wrapper,
    .products-grid .add-to-links li {
        border: 0;
        display: none;
    }

    .products-grid .item.hover .price-box-clone,
    .products-grid .item.hover .quick-view-container,
    .products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
        display: none;
    }

    .products-grid .item.hover .additional-images-wrapper img {
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

}

.category-col-2 {
}

.category-col-3 {
}

.category-col-4 {
}

.category-col-5 {
}

.category-col-6 {
}

.category-col-7 {
}

.category-col-2 .products-grid li.item {
    width: 50%;
}

.category-col-3 .products-grid li.item {
    width: 33.3333%;
}

.category-col-4 .products-grid li.item {
    width: 25%;
}

.category-col-5 .products-grid li.item {
    width: 20%;
}

.category-col-6 .products-grid li.item {
    width: 16.6666%;
}

.category-col-7 .products-grid li.item {
    width: 14.2857%;
}

.col1-layout {
}

.col2-left-layout, .col2-right-layout {
}

.col2-left-layout .category-col-5 .products-grid .price-box, .col2-right-layout .category-col-5 .products-grid .price-box,
.col2-left-layout .category-col-6 .products-grid .price-box, .col2-right-layout .category-col-6 .products-grid .price-box,
.col2-left-layout .category-col-7 .products-grid .price-box, .col2-right-layout .category-col-7 .products-grid .price-box,
.col2-left-layout .category-col-5 .products-grid .product-name, .col2-right-layout .category-col-5 .products-grid .product-name,
.col2-left-layout .category-col-6 .products-grid .product-name, .col2-right-layout .category-col-6 .products-grid .product-name,
.col2-left-layout .category-col-7 .products-grid .product-name, .col2-right-layout .category-col-7 .products-grid .product-name {
    font-size: 18px
}

.col3-layout {
}

.col3-layout .category-col-5 .products-grid li.item,
.col3-layout .category-col-6 .products-grid li.item,
.col3-layout .category-col-7 .products-grid li.item {
    width: 25%;
}

.col3-layout .category-col-4 .products-grid .price-box,
.col3-layout .category-col-5 .products-grid .price-box,
.col3-layout .category-col-6 .products-grid .price-box,
.col3-layout .category-col-7 .products-grid .price-box,
.col3-layout .category-col-4 .products-grid .product-name,
.col3-layout .category-col-5 .products-grid .product-name,
.col3-layout .category-col-6 .products-grid .product-name,
.col3-layout .category-col-7 .products-grid .product-name {
    font-size: 16px
}

@media only screen and (max-width: 1199px) {
    .col3-layout .category-col-4 .products-grid li.item,
    .col3-layout .category-col-5 .products-grid li.item,
    .col3-layout .category-col-6 .products-grid li.item,
    .col3-layout .category-col-7 .products-grid li.item {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 991px) {
    .category-col-2 .products-grid li.item {
        width: 50%;
    }

    .category-col-3 .products-grid li.item,
    .category-col-4 .products-grid li.item {
        width: 33.3333%;
    }

    .category-col-5 .products-grid li.item,
    .category-col-6 .products-grid li.item,
    .category-col-7 .products-grid li.item {
        width: 25%;
    }

    .col1-layout {
    }

    .col2-left-layout, .col2-right-layout {
    }

    .col2-left-layout .category-col-5 .products-grid .price-box, .col2-right-layout .category-col-5 .products-grid .price-box,
    .col2-left-layout .category-col-6 .products-grid .price-box, .col2-right-layout .category-col-6 .products-grid .price-box,
    .col2-left-layout .category-col-7 .products-grid .price-box, .col2-right-layout .category-col-7 .products-grid .price-box,
    .col2-left-layout .category-col-5 .products-grid .product-name, .col2-right-layout .category-col-5 .products-grid .product-name,
    .col2-left-layout .category-col-6 .products-grid .product-name, .col2-right-layout .category-col-6 .products-grid .product-name,
    .col2-left-layout .category-col-7 .products-grid .product-name, .col2-right-layout .category-col-7 .products-grid .product-name {
        font-size: 16px
    }

    .col3-layout {
    }

    .col3-layout .category-col-4 .products-grid .price-box,
    .col3-layout .category-col-5 .products-grid .price-box,
    .col3-layout .category-col-6 .products-grid .price-box,
    .col3-layout .category-col-7 .products-grid .price-box,
    .col3-layout .category-col-4 .products-grid .product-name,
    .col3-layout .category-col-5 .products-grid .product-name,
    .col3-layout .category-col-6 .products-grid .product-name,
    .col3-layout .category-col-7 .products-grid .product-name {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .category-col-2 .products-grid li.item {
        width: 50%;
    }

    .category-col-3 .products-grid li.item,
    .category-col-4 .products-grid li.item,
    .category-col-5 .products-grid li.item,
    .category-col-6 .products-grid li.item,
    .category-col-7 .products-grid li.item {
        width: 33.3333%;
    }

    .col1-layout {
    }

    .col2-left-layout, .col2-right-layout {
    }

    .col3-layout {
    }

    .col3-layout .category-col-5 .products-grid li.item,
    .col3-layout .category-col-6 .products-grid li.item,
    .col3-layout .category-col-7 .products-grid li.item {
        width: 33.3333%;
    }

}

@media only screen and (max-width: 650px) {
    .category-col-2 .products-grid li.item,
    .category-col-3 .products-grid li.item,
    .category-col-4 .products-grid li.item,
    .category-col-5 .products-grid li.item,
    .category-col-6 .products-grid li.item,
    .category-col-7 .products-grid li.item {
        width: 50%;
    }

    .col1-layout {
    }

    .col2-left-layout, .col2-right-layout {
    }

    .col3-layout {
    }

    .col3-layout .category-col-5 .products-grid li.item,
    .col3-layout .category-col-6 .products-grid li.item,
    .col3-layout .category-col-7 .products-grid li.item {
        width: 50%;
    }
}

/* ============================================ *
 * Categories List
 * ============================================ */
.catalogimg-listing .category-entry h2,
.anc-cms-page h2 {
    border-bottom: 1px solid rgba(95, 96, 98, 0.75);
}

.catalogimg-listing .category-entry h2 a {
    color: rgba(95, 96, 98, 0.75);
    font-size: 20px;
    letter-spacing: -2px;
}

.anc-cms-page h2 a {
    color: rgba(95, 96, 98, 0.75);
    text-transform: uppercase;
    letter-spacing: -1px;
}


.catalogimg-listing .category-entry h2 a:hover,
.catalogimg-listing .category-entry h2 a:focus,
.catalogimg-listing .category-entry h2 a:active,
.anc-cms-page h2 a:hover,
.anc-cms-page h2 a:focus,
.anc-cms-page h2 a:active {
    color: #323232;
}

.category-image {
    margin-bottom: 1.5em;
}

.anc-category-filter {
    padding: 8px;
}

.anc-category-filter ul {
    margin-left: 0;
}

.anc-category-filter ul li {
    border-right: 1px solid rgba(95, 96, 98, 0.75);
    padding-right: 8px;
}

.anc-category-filter ul li:last-child {
    border-right: none;
}

.anc-category-filter ul li a {
    color: #323232;
    text-transform: uppercase;
    font-size: 12px;
}

.anc-category-filter ul li a:hover {
    color: #323232;
}

.anc-category-filter ul li a:active,
.anc-category-filter ul li a.active {
    font-weight: bold;
    color: #323232;
}

.catalogimg-listing .category-entry-col img {
}

/* Solo le colonne a sx */
.category-arredo-urbano .catalogimg-listing .category-entry-col:nth-child(odd) {
    clear: left;
}

.catalogimg-listing .category-entry-col.cat-hidden {
    display: none;

    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.category-head {

}

.category-head h2 {
    color: rgba(95, 96, 98, 0.75);
    font-size: 21px;
    margin-top: 10px;
}

.category-head h2 .anc-designer {
    font-size: 16px;
}

.carousel {
    margin-bottom: 20px;
}

.category-description {
    margin: 20px 0;
    text-align: justify;
}

.category-collection-gallery {
    margin: 20px 0;
}

.category-video-references .row {
    margin-bottom: 10px;
}

.category-3d a {
    color: rgba(95, 96, 98, 0.75);
}

.category-3d a:hover,
.category-3d a:focus,
.category-3d a:active {
    color: #323232;
    text-decoration: underline;
}

/* ============================================ *
 * Product List
 * ============================================ */

.listing-products {

}

.listing-products .product-entry-col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.listing-products .product-entry {
    position: relative;
}

.listing-products .product-entry .product-name {
    display: block;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 20;
    margin: 0;
    padding: 5px 10px;
}

.listing-search .product-entry .product-name {
    text-transform: none;
    position: relative;
    background: transparent;
    padding: 0 0 10px 0;
    font-weight: normal;

}

.listing-search .product-entry .product-name a {
    color: #323232;
}

.listing-search .product-entry .product-name a:hover,
.listing-search .product-entry .product-name a:active,
.listing-search .product-entry .product-name a:focus {
    text-decoration: underline;
}

.listing-search .product-entry .product-description {
    text-transform: lowercase;
}

.listing-search .product-entry .product-description:first-letter {
    text-transform: uppercase;
}

.listing-search .product-entry .product-image {
    border: 1px solid rgba(95, 96, 98, 0.75);
}

/* View Type: Anc Grid (Table) */
.anc-products-grid {
    width: 100%;
    table-layout: fixed;
}

.anc-products-grid .col1 {
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
    color: #323232;
    line-height: 12px;
}

.anc-products-grid td {
    padding: 2px;
    vertical-align: middle;
}

.anc-products-grid a.ordinamento2 {
    border: 1px solid #323232;
    color: #323232;
    display: block;
    font-size: 11px;
    min-height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.anc-products-grid a.ordinamento2:hover,
.anc-products-grid a.ordinamento2:active,
.anc-products-grid a.ordinamento2:focus {
    text-decoration: none;
    color: #ffffff;
    background: rgba(95, 96, 98, 0.75);

    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: outside none none;
    padding: 0;
}

.products-list > li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.products-list > li:after {
    content: '';
    display: table;
    clear: both;
}

.products-list .additional-images-wrapper {
    position: relative;
    float: left;
    width: 23%;
}

.products-list .additional-images-wrapper .owl-carousel {
    display: block;
}

.products-list .additional-images-wrapper img {
    visibility: hidden;
    opacity: 0;
}

.products-list .additional-images-wrapper a.product-image img,
.products-list .additional-images-wrapper-init img {
    visibility: visible;
    opacity: 1;
}

.products-list .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    z-index: 4;
    top: 50%;
    margin-top: -26px;
    width: 28px;
    height: 46px;
    border: 3px solid #ebebeb;
    background: #fff;
    text-align: center;
    line-height: 42px;
    visibility: visible;
    opacity: 1;
}

.products-list .item .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div.disabled {
    cursor: default;
}

.no-touch .products-list .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
    visibility: hidden;
    opacity: 0;
}

.products-list .owl-controls .owl-buttons div.owl-prev {
    left: -14px;
}

.products-list .owl-controls .owl-buttons div.owl-next {
    right: -14px;
}

.products-list .item:hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
    visibility: visible;
    opacity: 1;
}

.products-list .item:hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div.disabled {
}

.products-list > li .additional-images-wrapper img,
.products-list > li .product-image img {
    width: 100%;
    max-width: 270px;
}

.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 77%;
    padding-left: 30px;
}

.products-list .product-shop .product-name {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

.products-list .product-shop .desc-border {
    width: 145px;
    margin: 30px 0;
    border-top: 1px solid #d7d7d7;
}

.products-list .product-shop .ratings {
    margin-bottom: 20px;
}

.products-list .product-shop .ratings .rating-box {
    float: left;
    margin-right: 7px;
    margin-top: 14px;
}

.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-top: 11px;
}

.products-list .product-shop .price-box {
    margin-top: 12px;
    float: right;
    text-align: right;
    margin-left: 10px;
}

.products-list .product-shop .price-box .price {
    font-size: 30px;
    font-weight: 700;
}

.products-list .product-shop .price-box .old-price .price {
    font-size: 20px;
}

.products-list .product-shop .action {
    margin: 7px 0;
}

.products-list .product-shop .desc {
    margin-top: 0;
    margin-bottom: 20px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 100%;
    overflow: hidden;
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 25%;
    text-align: right;
    clear: right;
}

.products-list .product-shop .desc:after,
.products-list .product-shop .ratings:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.products-list .product-shop .button {
    text-transform: none;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 5px;
}

.products-list .product-shop .button:last-child {
    margin-right: 0;
}

.products-list .product-shop .cartown-list-btn .fa,
.products-list .product-shop .cartown-icon {
    font-size: 17px;
    padding: 0;
    margin-right: 10px;
    width: auto;
    height: 24px;
    line-height: 28px;
}

@media only screen and (min-width: 480px) {
    .products-list .product-name a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1279px) {
    .products-list .product-shop .product-primary,
    .products-list .product-shop .desc {
    }

    .products-list .product-shop .product-secondary {
        float: right;
        width: 40%;
    }
}

@media only screen and (max-width: 670px) {
    .products-list .product-shop .product-name {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .products-list .product-shop .desc {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .products-list .product-shop .button {
        display: block;
        clear: both;
        text-align: left;
        margin-top: 5px;
        width: 85%;
    }

    .products-list .product-shop .button + .button {
        margin-left: 0;
    }

    .products-list .product-shop .ratings {
        padding-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0;
    }

    .products-list .product-shop .product-primary,
    .products-list .product-shop .product-secondary,
    .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .products-list .product-shop {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .products-list .additional-images-wrapper {
        float: none;
        width: auto;
        margin: 0 auto;
        max-width: 270px;
    }

    .products-list .product-shop .button {
        width: 100%;
    }

    .products-list .product-shop .price-box {
        text-align: center;
        float: none;
        margin-left: 0;
    }

    .anc-category-filter ul li a {
        font-size: 11px;
    }
}

/* Product view begin */
.product-view {
    position: relative;
}

.product-view h1 {
    color: rgba(95, 96, 98, 0.75);
    font-size: 21px;
    margin-top: 10px;
}

.product-view h1 .anc-designer {
    font-size: 16px;
}

.product-view .addthis {
    position: absolute;
    top: 16px;
    right: 15px;
}

.product-view .description {
    margin: 20px 0;
    text-align: justify;
}

.product-img-box {
    margin-bottom: 0;
    float: none;
}

.product-img-box .product-image {
    margin-bottom: 30px;
}

.product-img-box .product-image img {
    display: block;
}

.product-img-box .zoomWrapper {
    margin: 0 auto;
}

.product-img-box .more-views {
    margin-bottom: 30px;
}

.product-img-box .more-views li {
    padding: 0 15px;
}

.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons div {
    width: 30px;
    height: 46px;

    border-width: 2px;
    line-height: 42px;
    font-size: 15px;
}

.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons {
    margin-top: -23px;
}

.product-image-thumbs a {
    display: block;
    border: none;
}

.product-image-thumbs a:hover {
    opacity: 0.7;
}

.product-image-thumbs a img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.product-view .product-shop .no-rating,
.product-view .product-shop .ratings {
    padding: 0 0 25px;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    line-height: 20px;
}

.product-view .product-shop .ratings .rating-box,
.product-view .product-shop .ratings .rating-helper {
    width: 130px;
}

.product-view .product-shop .ratings .rating-box .fa {
    font-size: 20px;
    margin-right: 7px;
}

.product-view .product-shop .ratings .rating-links {
    float: right;
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    margin: 35px 0 0;
    padding: 0;
}

.product-view .product-shop .extra-info {
    float: right;
    margin-top: 40px;
    font-size: 13px;
    text-align: right;
}

.product-view .product-shop .extra-info p {
    margin: 0;
    line-height: 1.5;
}

.product-view .product-shop .availability {
    font-size: 13px;
}

.product-view .product-shop .price-info {
    overflow: hidden;
    float: none;
    padding-right: 25px;
    text-align: left;
}

.product-view .product-shop .price-box .regular-price,
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price {
    display: inline-block;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    font-size: 40px;
    font-weight: 700;
}

.product-view .product-shop .price-box .special-price {
    margin: 0 20px 0 0;
}

.product-view .product-shop .price-box .old-price {
    margin: 0;
}

.product-view .product-shop .price-box .old-price .price {
    font-size: 25px;
    font-weight: 600;
}

.product-view .product-shop .alert-price {
}

.product-view .product-shop .price-box.map-info {
}

.product-view .product-shop .price-box.map-info span {
    display: block;
}

.product-view .product-shop .price-box {
    float: right;
    margin: 20px 0;
}

.product-view .product-shop .price-box .price-as-configured {

}

.product-view .product-shop .price-box .price-as-configured .price-label {
    float: left;
    font-size: 26px;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-view .product-shop .price-box .price-as-configured .full-product-price {

}

.product-view .product-shop .price-box.map-info span.msrp-price-hide-message {
    font-size: 13px;
}

.product-view .product-shop .price-box.map-info a {
    margin: 0 15px 0 0;
    text-decoration: underline;
    display: block;
}

.product-view .product-shop .tier-prices {
    margin: 0;
    padding: 0;
}

.product-view .price-box-bundle {
    display: inline-block;
    margin-right: 25px;
}

.product-view .price-box-bundle .price-box .price,
.product-view .product-shop .price-box .full-product-price .price {
    font-size: 26px;
    font-weight: 700;
    color: #323232;
}

.product-view .price-box-bundle .price-box p {
    display: inline-block;
}

.product-view .price-box-bundle .price-box p.price-from {
    margin-right: 25px;
}

.product-view .product-shop .short-description {
    background-color: #f7f7f7;
    margin: 35px 0 0;
    padding: 25px 30px;
}

.product-view .add-to-cart {
    margin: 30px 0 0;
    float: right;
}

.product-view .add-to-cart .button .cartown-icon {
    width: 24px;
    padding: 0;
    margin: 0 30px 0 0;
}

.product-view .add-to-cart .button,
.product-view .add-to-cart .button span {
    height: 73px;
    line-height: 73px;
}

.product-view .add-to-cart .button {
    float: right;
    margin: 0 0 30px;
    padding: 0 30px;
    border: 0;
    vertical-align: top;
    font-size: 17px;
    background-color: rgba(95, 96, 98, 0.75);
}

.product-view .add-to-cart .button:hover,
.product-view .add-to-cart .button:focus,
.product-view .add-to-cart .button:active {
    background-color: #323232;
}

.product-view .add-to-cart .button span {
    display: block;
}

.product-view .add-to-links {
    padding: 30px 0 0;
    float: left;
}

.product-view .add-to-links li {
    display: inline-block;
    margin: 0 34px 15px 0;
}

.product-view .add-to-links li a {
    display: block;
    height: 73px;
    line-height: 73px;
    padding: 0 30px;
    text-transform: uppercase;
    background-color: rgba(95, 96, 98, 0.75);
    color: #fff;
    font-size: 17px;
}

.product-view .add-to-links li a:hover,
.product-view .add-to-links li a:focus
.product-view .add-to-links li a:active {
    background-color: #323232;
}

.product-view .add-to-links .fa {
    float: left;
    overflow: hidden;
}

.product-view .add-to-links .fa,
.product-view .add-to-links .cartown-icon {
    width: 26px;
    height: 50px;
    line-height: 73px;
    padding: 0;
    margin-right: 20px;
    font-size: 26px;
}

.product-view .product-options-bottom .price-box {
    display: none;
}

.product-view .product-options-bottom .price-box .price-label {

}

.product-view .product-options-bottom .price-box .price {
    color: #323232;
    font-weight: bold;
}

.product-options {
    margin: 0;
    padding: 0;
    border: 0;
}

.product-options p,
.product-options p.required {
    position: relative;
    color: #323232;
    text-align: left;
    top: auto;
    right: auto;
    margin: 0;
}

.product-options p.required {
    margin-bottom: 15px;
}

.product-options dl {
    margin: 0;
    padding: 0;
    border: 0;
}

.product-options dd {
    margin: 0;
    padding: 0;
    border: none;
}

.product-options dt.title-option,
.product-options dt.radio-option {
    clear: both;
    background: #323232;
    margin: 0;
}

.product-options dt.title-option .required,
.product-options dt.radio-option .required {
    color: #FFFFFF;
    display: block;
    padding: 3px 0;
    margin: 0;
    text-align: center;
}

.product-options dt.title-option .required em,
.product-options dt.radio-option .required em {
    color: #fff;
    margin-left: 5px;
    display: inline;
}

.product-options dt.title-option .required::after,
.product-options dt.radio-option .required::after {
    display: none;
    content: '';
}

.product-options-bottom {
    background: none transparent;
    padding: 0;
    border: none;
    margin: 0;
}

.product-options-bottom .add-to-cart {
    display: none;
    margin: 0;
    clear: both;
}

.product-options-bottom .add-to-cart .button {
    float: right;
    background-color: rgba(95, 96, 98, 0.75);
}

.product-options-bottom .add-to-cart .button:hover,
.product-options-bottom .add-to-cart .button:active,
.product-options-bottom .add-to-cart .button:focus {
    background-color: #323232;
}

.product-options-bottom .add-to-cart .qty-container {
    background-color: transparent;
    float: right;
}

.product-options-bottom .add-to-links {
    display: none;
}

.product-view .add-to-box {
    clear: both;
}

.product-view .add-to-box .qty-container {
    background-color: transparent;
}

.options-list tr td {
    color: #323232;
    border: 1px solid #323232;
    /*border-top: 1px solid #323232;*/
    padding: 2px;
    vertical-align: middle;
}

.options-list tr.last td {
    border: 1px solid #323232;
}

.options-list th {
    border: 1px solid #323232;
    padding: 1px 2px;
    vertical-align: middle;
}

.options-list th span {
    display: block;
    font-weight: bold;
    line-height: 14px;
    color: #323232;
}

.options-list th span.dx {
    text-align: right;
    font-size: 11px;

}

.options-list th span.center {
    text-align: center;

}

.options-list th.col6,
.options-list th.col7 {
    display: none;
}

.options-list {
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
    font-size: 11px;
    width: 100%;
}

.options-list tr td span.label {
    display: block;
    font-weight: normal;
    text-align: left;
}

.options-list tr td span.label a,
.options-list tr td a.link {
    font-size: 11px;
    color: #323232;
    text-decoration: none;
    line-height: normal;
    height: auto;
}

.options-list tr td span.label a:hover,
.options-list tr td a.link:hover {
    text-decoration: underline;
}

.toggle-description {
    position: relative;
    width: 400px;
}

.col3-layout .toggle-description {
    position: relative;
    width: 240px;
}

.product-options dt {
    background: none repeat scroll 0 0 #323232;
    font-weight: normal;
    padding: 2px 0;
}

.options-list tr td input {
    margin: 0 auto;
}

.options-list tr td.col1 {
    width: 30px;
    text-align: center;
}

.options-list tr td.col3 {
    width: 70px;
}

.options-list tr td.col4 {

}

.options-list tr td.col4-5 {
    width: 267px;
}

.options-list tr td.col5 {
    text-align: center;
    width: 45px;
}

.options-list tr td.col6 {
    text-align: right;
    width: 54px;
    display: none;
}

.options-list tr td.col7 {
    text-align: right;
    width: 54px;
    display: none;
}

.options-list .total-net {
    font-weight: bold;
}

.options-list .total-list {
    /*text-decoration: line-through;*/
}

.options-list tr td.col4 span.label {
    display: block;
    line-height: 12px;
}

.toggle-description .product-img {
    border: 1px solid #323232;
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.toggle-description .more-descrition {
    width: 290px;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-top: 20px;
}

.toggle-description .more-descrition span.desc-title {
    line-height: 15px;
    font-size: 11px;
    display: block;
    font-weight: bold;
}

.toggle-description .more-descrition span {
    line-height: 15px;
    font-size: 11px;
    display: block;
}

.product-view .block-related {
    clear: both;
    width: 100%;
    float: none;
}

.block-related .block-title {
    padding: 5px 0;
    margin: 0;
    background-color: #323232;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.block-related .checkbox {
    margin: 0 auto;
    float: none;
}

.block-related-4-simple {
    margin-top: 20px;
}

.block-related-4-simple .block-title strong {
    display: block;
    color: #FFFFFF;
    display: block;
    padding: 3px 0;
    text-align: center;
    background: #323232;
}

.block-related-4-simple .block-title strong span {
    color: #ffffff;
}

.block-related-4-simple .options-list .col1 {
}

.block-related-4-simple .options-list .col2 {
}

.block-related-4-simple .options-list .col3 {
}

.block-related-4-simple .options-list .col4 {
}

.block-related-4-simple .options-list .col5 {
}

.block-related-4-simple .product-img {
}

.block-bundle-4-simple {
    margin-top: 40px;
}

.block-bundle-4-simple .options-list {
    width: 100%;
}

.block-bundle-4-simple .block-title strong {
    display: block;
    color: #FFFFFF;
    display: block;
    padding: 3px 0;
    text-align: center;
    background: #323232;
}

.block-bundle-4-simple .block-title strong span {
    color: #fff;
}

.block-bundle-4-simple .options-list .col4 {
    width: auto;
}

.block-bundle-4-simple .options-list .col7 {
    width: 60px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .product-options {
        width: inherit;
    }

    .product-options dl dt {
        float: none;
        width: inherit;
        padding-bottom: 6px;
    }

    .product-options dl dd {
        float: none;
        width: inherit;
        margin: 0 0 13px;
    }

    .product-options dl dt, .product-options dl dd {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
}

.grouped-items-table {
    margin: 30px 0 0;
}

.grouped-items-table th {
    padding: 15px;
}

.grouped-items-table td {
    padding: 5px 15px;
    vertical-align: top;
    line-height: 30px;
}

.product-view .product-shop .grouped-items-table .price-box .regular-price .price,
.product-view .product-shop .grouped-items-table .price-box .special-price .price,
.product-view .product-shop .grouped-items-table .price-box .full-product-price .price {
    font-size: 18px;
    font-weight: 400;
}

.product-view .product-shop .grouped-items-table .price-box .old-price .price {
    font-size: 14px;
    font-weight: 400;
}

.product-view .product-shop .grouped-items-table .price-box .special-price {
    margin-right: 0;
}

.product-view .product-shop .grouped-items-table .price-box .old-price {
    margin-left: 10px;
}

/**
 * BARRE LATERALI
 */
.brb-left-bar-wrapper {
    position: relative;
}

.brb-left-bar-wrapper .brb-left-bar {
    width: 25px;
    position: absolute;
    height: 100%;
    left: -35px;
}

.brb-left-bar-wrapper .brb-left-bar-inner {
    position: relative;
    top: 50%;
}

.brb-left-bar-wrapper .brb-left-bar-text {
    transform: rotate(-90deg);
    display: block;
    color: #fff;
    white-space: nowrap;
}

#brb-product-composition .brb-left-bar {
    background-color: #e21319;
}
#brb-product-composition .brb-left-bar-inner {
    top: calc(50% + 65px);
}
#brb-product-components-related .brb-left-bar {
    background-color: #55ab26;
}
#brb-product-components-related .brb-left-bar-inner {
    top: calc(50% + 50px);
}

/* Product view end */

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #e4e4e4;
    margin: 0 5px 5px 0;
}

.swatch-link img {
    border-radius: 0;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.product-options dt.swatch-attr .select-label {
    color: #323232;
    font-weight: 700;
}

.product-view .product-options .swatch-attr .input-box {
    margin-bottom: 0;
}

.product-options dl dd.swatch-attr {
    margin: 0;
}

.product-options dl dd.swatch-attr.last {
    margin: 0 0 16px;;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    position: relative;
    z-index: 3;
    margin: 0;
    /*zoom: 1;*/
    clear: both;
    -webkit-transform: translateZ(0px);
}

.product-view .configurable-swatch-list {
    z-index: 0;
}

.products-list .configurable-swatch-list {
    margin: 10px 0;
}

.configurable-swatch-list li {
    float: left;
    /*zoom: 1;*/
    margin: 0;
}

.block-layered-nav .block-content > dl > dd > ol.configurable-swatch-list > li {
    border: 0;
}

.products-list .configurable-swatch-list li,
.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 15px;
    width: 47%;
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #FD5F3D;
}

#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 0;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 10px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 0;
    box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #FD5F3D;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

.product-view .product-shop {
    float: none;
    margin: 0;
}

/* qty buttons */
.qty-container {
    display: inline-block;
    margin: 0 30px 30px 0;
    padding: 20px 17px;
    background: #f7f7f7;
    white-space: nowrap;
}

.qty-container label,
.qty-container span,
.qty-container input {
    display: inline-block;
    line-height: 32px;
}

.qty-container label {
    margin: 0 10px 0 0;
    font-weight: 400;
}

.qty-container span {
    width: 17px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #323232;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.qty-container input[type=number].qty, .qty-container input[type=text].qty {
    width: 33px;
    height: 32px;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
    vertical-align: top;
}

/* qty buttons end */

/* review list */

.reviews-list {
    /*background: #f9f9f9;*/
    padding: 40px 0 0;
}

.reviews-list h3 {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.reviews-list .button {
    margin: 0 0 0 15px;
    padding: 4px 12px;
    vertical-align: top;
}

ol.reviews-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.reviews-list li {
    margin: 35px 0 0;
    padding: 35px 0 0;
    border-top: 4px solid #e1e1e1;
}

.review-overall-text {
    margin: 20px 0 0
}

.overall-rating {
    margin: 20px 0 0
}

.overall-rating span.h4 {
    display: block;
    float: left;
    margin: 1px;
}

.overall-rating .ratings {
    float: left;
    margin: 0 15px;
}

.rating-table {
    margin: 15px 0 0
}

.rating-table th {
    padding: 7px 40px 7px 0;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.rating-table td.value {
    line-height: 1;
}

.rating-table .ratings {
    margin: 0
}

.rating-table .ratings .rating-box,
.rating-table .ratings .rating-helper {
    width: 220px;
}

.rating-table .ratings .rating-box .rating span.rating-element {
    background-color: #fd5f3d;
}

.rating-votes {
    float: left;
    margin-right: 56px;
}

.rating-details {
    overflow: hidden;
}

.rating-details h4 {
    font-size: 20px;
    margin: 0 0 15px;
}

.rating-author {
    margin: 0 0 10px;
}

.rating-author .fa {
    margin: 0 15px;
    font-size: 16px;
}

.rating-author .fa.fa-clock-o {
    margin-left: 0;
}

.review-product-list {
}

.review-product-list .product-view .product-shop .ratings {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}

.review-product-list .product-view .product-shop .ratings .rating-box,
.review-product-list .product-view .product-shop .ratings .rating-helper {
    width: 220px;
}

.review-product-list .product-view .product-shop .nobr {
    clear: both;
    display: block;
    padding: 20px 0 25px;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    line-height: 20px;
}

#customer-reviews h2 {
    margin: 0 0 30px;
}

#customer-reviews h2 span {
}

#customer-reviews ol.reviews-list {
    margin: 0 0 35px;
}

#customer-reviews ol.reviews-list li:first-child,
#customer-reviews .add-review {
    margin: 0;
    padding: 0;
    border: 0;
}

#customer-reviews .rating-table {
    margin: 0;
}

#customer-reviews .add-review h2 {
    margin: 0 0 10px;
}

#customer-reviews .sorter,
#customer-reviews .pager {
    width: 100%;
}

#customer-reviews .pager {
    float: left;
    clear: both;
}

#customer-reviews .pager .pages {
    float: right;
    margin-left: 0;
}

/* review list end */

/* review elements */
span.rating-element {
    display: block;
    float: left;
    width: 21px;
    height: 5px;
    margin: 0 1px 0 0;
    background-color: #929292;
}

span.review-value {
    float: left;
    font-size: 10px;
    color: #7e7e7e;
}

span.review-value.review-satisfied {
    float: right;
}

/* review elements end*/

/* add review */
.add-review {
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 4px solid #e1e1e1;
}

.add-review h2,
.add-review h3,
.add-review h4 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

.add-review h4 {
    font-size: 18px;
    margin: 0;
}

.add-review .review-table-wrapper {
    margin: 15px 0 0;
    background-color: #363636;
}

.add-review .data-table {
    width: auto;
}

.add-review .data-table th {
    padding: 10px 25px;
    background-color: transparent;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

.add-review .data-table td,
.add-review .data-table tr:nth-child(odd) td {
    border: 0;
    vertical-align: middle;
    color: #fff;
    background: transparent;
}

.add-review .data-table td.value {
    padding-top: 2px;
}

.add-review .data-table td input {
    display: none;
}

.add-review .data-table span.review-value {
    color: #ffffff;
}

.add-review .data-table span.rating-element.active {
    background-color: #fd5f3d;
}

.add-review .form-list {
    background-color: #f7f7f7;
    margin: 15px 0 0;
    padding: 17px 25px 10px;
}

.add-review .form-list input.input-text,
.add-review .form-list textarea {
    width: 100%;
}

.add-review .form-list textarea {
    display: block;
}

/* add review end */

/* Promo banners block begin */
.promo-banners-container {
    margin: 0 0 70px;
}

.promo-banner {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.promo-banner.text-banner {
    padding: 30px;
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.promo-banner::before {
    color: #ebebeb;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0 0 0 2px;
    -moz-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
}

.promo-banner.no-shadow::before {
    color: transparent;
}

.promo-banner img {
    position: relative;
    z-index: 1;
}

.promo-banner .title-wrapper {
    position: absolute;
    z-index: 2;
    left: 19px;
    right: 20px;
    top: 16px;
    bottom: 20px;
    font-family: "Open Sans", Arial, serif;
    text-transform: uppercase;
}

.promo-banner .title-wrapper > span {
    display: block;
}

.promo-banner .big {
    margin: 0 0 13px;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    color: #323232;
}

.promo-banner .small {
    font-size: 17px;
    font-weight: 300;
}

.promo-banner.bigger-banner {
    display: inline-block;
}

.promo-banner.bigger-banner .title-wrapper {
    left: 40px;
    right: 40px;
    top: 65px;
    bottom: 70px;
}

.promo-banner.bigger-banner .big {
    font-size: 50px;
    font-weight: 300;
    line-height: 52px;
}

.promo-banner.bigger-banner .button {
    position: absolute;
    bottom: 0;
    font-weight: 300;
}

.promo-banner.medium-banner {
    display: inline-block;
}

.promo-banner.medium-banner .title-wrapper {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
}

.promo-banner.medium-banner .big {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.promo-banner.medium-banner .small {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.1;
}

.promo-banner.medium-banner span.ul {
    display: block;
    margin-top: 20px;
}

.promo-banner.medium-banner span.ul span.li {
    display: block;
    position: relative;
    margin: 0 0 0.5em 0.2em;
    font-size: 14px;
    font-weight: 700;
}

.promo-banner.medium-banner span.ul span.li:before {
    content: '\b7\a0\a0';
    font-size: 16px;
}

@media (max-width: 479px) {
    .promo-banner.medium-banner span.ul,
    .promo-banner.medium-banner .small {
        display: none;
    }

    .promo-banners-container {
        margin-bottom: 30px;
    }

    .anc-products-grid a.ordinamento2,
    .anc-products-grid .ordinamento1 {
        font-size: 10px;
    }
}

.promo-banner:hover {
}

.promo-banner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.promo-banner:hover::before {
    -webkit-box-shadow: inset 0 0 50px 20px;
    -moz-box-shadow: inset 0 0 50px 20px;
    box-shadow: inset 0 0 50px 20px;
}

.promo-banner.text-banner:hover::before {
    opacity: 0.4;
}

.promo-banner img,
.promo-banner::before {
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.promo-banner img {
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    -ms-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

/* Promo banners block end */

/* Additional Products block begin */
.additional-products {
    background: #f4f4f4;
    padding: 20px 0 30px;
}

.additional-products h3 {
    padding-left: 15px;
    font-family: "Open Sans", Arial, serif;
    font-weight: 400;
    color: #323232;
    text-transform: uppercase;
}

.additional-products .button {
    font-size: 12px;
}

.additional-products p {
    font-size: 14px;
    margin: 0 0 30px;
    text-align: center;
}

.banner-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
}

.banner-wrapper img {
    position: relative;
    z-index: 1
}

.banner-wrapper .title-wrapper {
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 10%;
}

.banner-wrapper .primary-title,
.banner-wrapper .secondary-title {
    display: block;
    float: left;
    padding: 4px 10px;
    text-align: center;
}

.banner-wrapper .primary-title {
    padding: 6px 10px;
    background: #fd5f3d;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.banner-wrapper .secondary-title {
    clear: left;
    background: #252525;
    color: #cdcdcd;
    font-size: 12px;
    font-weight: 600;
}

.banner-wrapper:hover {
}

.banner-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-wrapper img,
.banner-wrapper .primary-title,
.banner-wrapper .secondary-title {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.banner-wrapper img {
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    -ms-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

.banner-wrapper .secondary-title {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* Additional Products block end */

/* Home more Products block*/
.home-more-products-container {
    background: #f5f5f5;
    padding: 70px 0 30px;
}

.home-more-products {
}

.home-more-products h3 {
    margin: 0 0 40px;
    font-family: "Open Sans", Arial, serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-more-products ul {
}

.home-more-products ul li {
    margin: 0 0 40px;
}

.home-more-products .product-image {
    float: left;
    margin: 0 30px 0 0
}

.home-more-products .product-info {
    overflow: hidden;
}

.home-more-products .product-name {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
}

.home-more-products .price-box,
.home-more-products .price-box .old-price,
.home-more-products .price-box .old-price .price,
.home-more-products .price-box .special-price {
    margin: 0 5px 0 0;
    font-weight: 600;
    font-size: 15px;
}

.home-more-products .price-box .old-price,
.home-more-products .price-box .special-price {
    display: inline;
}

/* Home more Products block end */

/* Contact block begin */

.footer-banners {
    padding: 26px 0 20px;
    background: #fff;
}

.footer-banners-right {
    text-align: right;
    padding-right: 20px;
}

.footer-banners .fa {
    border: 3px solid #ebebeb;
    border-radius: 50%;
    float: left;
    color: #fd5f3d;
    margin-right: 30px;
    padding-top: .6em;
    width: 70px;
    height: 70px;
    font-size: 28px;
    text-align: center;
}

.footer-banners .fa-phone {
    padding-top: .7em;
}

.footer-banners .input-group {
    max-width: 400px;
    padding: 14px 0;
}

.footer-banners .input-group .form-control,
.footer-banners .input-group button {
    height: 45px;
    border-radius: 0;
}

.footer-banners .input-group button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
}

.footer-banners .input-group .form-control {
    border: 2px solid #ebebeb;
    border-right: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px 19px;
    font-size: 13px;
}

.footer-banners .subscribe-container .validation-advice {
    display: none
}

.footer-banners .subscribe-container .form-control {
}

.footer-banners .subscribe-container .form-control.validation-failed {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(95, 96, 98, 0.75);
    box-shadow: inset 0 1px 1px rgba(95, 96, 98, 0.75);
}

.footer-banners p {
    color: #363636;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 26px 0;
}

.footer-banners p span {
    color: #fd5f3d;
}

/* End Content */

/* Sidebar */

/* Sidebar blocks begin */

.sidebar .powerbanners-container {
    margin-top: 30px;
}

.block .actions a {
    float: right;
    line-height: 34px;
}

.block-content {
}

.block-content .product-name {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.block-content .btn-remove {
    border: 0;
    width: 15px;
    height: 15px;
}

.block-content .btn-remove:after {
    border: 0;
    background-color: transparent;
    color: #FD5F3D;
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.block-content .btn-remove:hover,
.block-content .btn-remove:hover:after {
    background-color: transparent;
    color: #525252;
}

.block .actions .button {
    float: left;
}

.sidebar .block {
    background-color: #f8f8f8;
    border-top: 3px solid #d9d9d9;
    padding: 0 20px 20px 20px;
    margin-top: 30px;
}

.sidebar .block:first-child {
    margin-top: 0;
}

body:not(.customer-account) .col-left .block:first-child .block-title {
    border-top: none;
}

.block-wm-categories {
}

.block-wm-categories .block-content {
    list-style: outside none none;
    padding: 0;
    margin: 0 0 -10px;
}

.block-wm-categories .block-content li {
    position: relative;
    border-top: 1px solid #e3e3e3;
    font-size: 12px;
}

.block-wm-categories .block-content li ul {
    display: none;
}

.block-wm-categories .block-content li.open > ul {
    display: block;
}

.block-wm-categories .block-content li > a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.block-wm-categories .block-content li li > a {
    padding-left: 10px;
    text-transform: none;
}

.block-wm-categories .block-content li li li > a {
    padding-left: 20px;
}

.block-wm-categories .block-content li .caret {
    float: right;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.block-wm-categories .block-content li.open > a .caret {
    margin-right: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
}

.block-compare .block-content,
.block-tags .block-content {
    margin-top: 10px;
}

.tags-list {
    margin: 0;
    padding: 0;
}

.tags-list:after {
    content: '';
    display: table;
    clear: both;
}

.tags-list li {
    float: left;
    margin: 0 10px 10px 0;
}

.tags-list li a {
    display: block;
    line-height: 34px;
    padding: 0 12px;
    border: 1px solid #e4e4e4;

    -webkit-transition-property: background, color, border;
    -moz-transition-property: background, color, border;
    -o-transition-property: background, color, border;
    transition-property: background, color, border;
}

.tags-list li a:hover {
    color: #fff;
    border-color: #fd5f3d;
    background-color: #fd5f3d;
}

.block-poll {
}

.block-poll .block-subtitle {
    margin-top: 10px;
}

.block-poll li label,
.block-poll li .label {
    color: #363636;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.block-poll li .radio {
    display: inline-block;
    margin: 0;
    min-height: inherit;
}

.block-compare {
}

.block-compare ol {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.block-compare ol li.item {
    margin: 0 0 15px;
    padding: 0;
}

.block-subscribe {
}

.block-subscribe .form-subscribe-header {
    margin-top: 15px;
}

.block-wishlist {
}

.block-wishlist .link-cart {
    position: relative;
    display: inline-block;
    padding: 6px 6px 6px 26px;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    background: #fd5f3d;
}

.block-wishlist .link-cart:hover {
    background: #323232;
}

.block-wishlist .link-cart:after {
    position: absolute;
    top: 0;
    left: -2px;
    content: 'b';
    color: #ffffff;
    font-size: 13px;
    font-family: 'cartown', serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: none;
    text-indent: initial;
}

.block-reorder {
}

.block-reorder .btn-cart {
    position: relative;
    margin: 0;
    padding: 6px 6px 6px 26px;
    font-size: 12px;
}

.block-reorder .btn-cart:after {
    position: absolute;
    top: 0;
    left: -2px;
    content: 'b';
    color: #ffffff;
    font-size: 13px;
    font-family: 'cartown', serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: none;
    text-indent: initial;
}

/* Sidebar blocks end */

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list {
    margin: 15px 0 0;
    padding: 0;
}

.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}

.mini-products-list .product-details {
    margin-left: 65px;
}

.mini-products-list .product-details .product-name {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.mini-products-list li.item {
    margin: 0 0 15px;
    clear: both;
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
    display: block;
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}

/* Layered navigation begin */

.sidebar .block.block-layered-nav {
    background: none;
    border: 0;
    padding: 0;
}

.block-layered-nav .block-content .currently,
.block-layered-nav .actions {
    background: #363636;
}

.block-layered-nav .block-content .currently {
    border-top-width: 3px;
    border-top-style: solid;
}

.block-layered-nav .actions {
    margin: 0;
    padding: 10px 20px;
}

.block-layered-nav .actions a {
    float: right;
    color: #fd5f3d;
    text-decoration: none;
}

.block-layered-nav .actions a:hover {
    color: #fff;
}

.block-layered-nav .block-title,
.block-layered-nav .block-content .block-subtitle {
    display: none;
}

.block-layered-nav .currently ol {
    list-style: outside none none;
    padding: 0 10px;
    margin: 0;
}

.block-layered-nav .currently ol li {
    position: relative;
}

.block-layered-nav .currently ol li .label {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    padding: 20px 10px;
    text-align: left;
}

.block-layered-nav .currently ol li .value {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    display: block;
    background: #535353;
    text-transform: uppercase;
    padding: 15px 10px;
}

.block-layered-nav .currently ol li .btn-remove {
    border: 0;
    position: absolute;
    right: 20px;
    bottom: 15px;
    height: 21px;
    line-height: 21px;
    width: auto;
    height: auto;
}

.block-layered-nav .currently ol li .btn-remove:after {
    background: none;
    color: #fd5f3d;
    font-size: 13px;
    width: auto;
    height: auto;
    display: block;
    line-height: 21px;
}

.block-layered-nav .currently ol li .btn-remove {
    background: none;
}

.block-layered-nav .currently ol li .btn-remove:hover:after {
    color: #ffffff;
}

.block-layered-nav .block-content > dl > dt {
    background-color: #f8f8f8;
    border: 0;
    border-top: 3px solid #d9d9d9;
    padding: 20px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
}

.block-layered-nav .block-content > dl > dt:first-child {
    margin-top: 0;
}

.block-layered-nav .block-content > dl > dd {
    background-color: #f8f8f8;
    border: 0;
    padding: 0 20px;
    margin: 0;
}

.block-layered-nav .block-content > dl > dd > ol {
    list-style: outside none none;
    padding: 0;
}

.block-layered-nav .block-content > dl > dd > ol > li {
    border-top: 1px solid #e3e3e3;
    font-size: 12px;
}

.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a {
    padding: 15px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #363636;
}

/* Layered navigation end */

/* End Sidebar */

/* Footer */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 450px;
    background: rgba(95, 96, 98, 0.75);
    line-height: 20px;
}

footer h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 80px 0 20px 0;
}

footer iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 258px;
}

footer p {
    color: #ffffff;
    text-decoration: none;
    font-weight: lighter;
    font-size: 17px;
    line-height: 27px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: lighter;
    font-size: 17px;
    line-height: 27px;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #ffffff;
    text-decoration: underline;
}

footer .fa-stack {
    font-size: 14px;
}

footer .btn {
    margin: 20px 0 40px 0;
    background-color: #e7e7e7;
    color: #323232;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

footer .btn:hover,
footer .btn:active,
footer .btn:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background-color: #323232;
    color: #e7e7e7;
}

footer .copyrights p {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.cartown_footer_1 .container.anc-container .row:first-of-type {
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cartown_footer_1 .container.anc-container .row:first-of-type {
        margin-top: 40px;
    }
}

/* Footer end */

/* to Top start */
#to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: none;

    border: 1px solid transparent;
    border-radius: 50%;

    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}

#to-top:before {
    content: "\f077";
    display: block;
    margin-top: -3px;
}

#to-top:hover {
}

.page-popup #to-top {
    display: none !important;
}

/* to Top end */

/* Compare popup */

.compare-table th {
    background-color: #363636;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
    padding: 15px 10px;
    vertical-align: top;
}

.compare-table td {
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

.compare-table tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.compare-table tbody td .item-options {
    margin: 10px 10px 0 0;
}

.compare-table tbody td .item-options dd {
    margin: 0;
    padding: 0;
}

.data-table tbody td .item-options dt:after {
    content: ':';
}

.compare-table a {
    text-decoration: underline;
}

.compare-table a:hover {
    text-decoration: none;
}

.compare-table .product-name {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.compare-table .product-name a {
    text-decoration: none;
}

.compare-table a.product-image {
    display: block;
    width: 135px;
    text-align: center;
}

.compare-table a.product-image img {
    margin: 0 auto;
}

.compare-table thead th, .compare-table thead {
    border-bottom: 3px solid #FFF;
}

.compare-table thead th {
    padding: 18px 19px 19px 19px;
    background-color: #f4f4f4;
}

.compare-table tbody td {
    border: 3px solid #FFF;
    background-color: #fafafa;
}

.compare-table .product-name {
    position: relative;
    margin: 15px 0 20px;
    padding: 0 0 20px;
}

.compare-table .product-name:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 145px;
    border-top: 1px solid #d7d7d7;
}

.compare-table .btn-remove {
    display: block;
    margin: auto;
}

.compare-table .btn-cart {
    position: relative;
    margin: 15px 0 5px;
    padding-left: 40px;
}

.compare-table .btn-cart:after {
    position: absolute;
    top: 0;
    left: 7px;
    content: 'b';
    color: #ffffff;
    font-size: 16px;
    font-family: 'cartown', serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: none;
    text-indent: initial;
}

.catalog-product-compare-index .buttons-set {
    border: none;
}

.carousel-caption {
    padding: 0;
}

.carousel-inner > .active.left {
    left: -100%;
    width: 100%;
}

.carousel-inner > .active.right {
    left: 100%;
    width: 100%;
}


.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-indicators li {
    background: rgba(95, 96, 98, 0.75);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-color: rgba(95, 96, 98, 0.75);
}

/* Compare popup END */

/* Responsive */

@media (max-width: 1199px) {

    .product-img-box {

    }

    .header-block h1 {
        margin: 25px 0;
    }

    .shop-cart {
        float: right;
        margin-left: 0;
    }

    .navbar-search {
        max-width: 450px;
    }

    .cart .cart-totals table tfoot td {
        font-size: 20px;
    }

    #brand .owl-wrapper-outer {
        margin: 0 0 -8px;
        width: 97%;
    }

    .footer-banners .fa {
        height: 60px;
        width: 60px;
        padding-top: .45em;
    }

    .footer-banners .fa-phone {
        height: 60px;
        width: 60px;
        padding-top: .5em;
    }

    .footer-banners p {
        font-size: 20px;
        padding: 20px 0;
    }

    .footer-banners .input-group {
        padding: 8px 0;
    }

    .social-icons li {
        display: inline-block;
        margin-bottom: 20px;
    }

    .catalogimg-listing .category-entry h2 {
        font-size: 18px;
    }

}

@media (min-width: 991px) {
    .add-review .form-add {
        max-width: 60%;
    }

    .opc .form-list .field {
        float: left;
        width: 50%;
    }
}

@media (max-width: 991px) {
    .vertical-align {
        display: block;

    }

    .right-container > div {
        flex: 1 1 auto;
    }

    .shop-cart {
        margin: 0;
    }

    .nav-container .mobile-menu-trigger {
        margin: 0;
        padding: 0;
        line-height: 40px;
    }

    .contatti-form-wrapper {
        padding: 10px
    }

    .category-video-references .col-md-3 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .col-md-5.top-menu1 {
        float: left;
    }

    .logo-container {
    }

    .search-container {
        margin: 0 10px 0 20px;
        max-width: none;
    }

    .navbar-search {
        margin-left: 0;
        max-width: 400px;
    }

    .shop-cart {
        background: none;
        float: right;
    }

    #shop-cart {
        width: 52px;
    }

    #shop-cart > a {
        margin-right: 15px;
    }

    #shop-cart > p {
        display: none;
    }

    .nav-container-col {
        padding: 0 15px;
    }

    .nav-container {
    }

    .nav-container .container {
        width: auto
    }

    .nav-container .col-md-12 {
        padding: 0;
    }

    .nav-container.sticky {
        position: relative
    }

    .mobile-menu-trigger {
        display: block;
    }

    .navigation {
        display: none;
        margin: 0
    }

    .navigation > li > a .caret,
    .navigation li .caret,
    .navigation li .navigation-submenu .caret {
        display: block;
        right: 5px;
        top: 14px;
    }

    .navigation li.open > a .caret {
        transform: rotate(90deg);
        right: 8px;
    }

    .navigation > li,
    .navigation > li:first-child {
        border: 0;
    }

    .navigation > li {
        float: none;
        font-size: 16px;
    }

    .navigation > li > a {
        padding: 10px 20px !important;
        line-height: 16px;
        text-transform: uppercase;
        white-space: normal;
        border-bottom: 1px solid #5f6062;
    }

    .navigation > li:first-child > a {
        border-top: 1px solid #5f6062;
    }

    .navigation > li:last-child > a {
        border: 0;
    }

    .navigation .dropdown-menu {
        position: static;
        width: 100%;
        float: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        background: #252525;
        padding: 0;
    }

    .navigation .navigation-submenu li {
        margin: 0;
    }

    .navigation .navigation-submenu > li > a {
        display: block;
        padding: 10px 20px 10px 35px;
        line-height: 16px;
        text-transform: none;
        white-space: normal;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #343434;
    }

    .navigation .navigation-submenu .navigation-submenu > li > a {
        font-size: 14px;
    }

    .navigation .dropdown-menu .dropdown-menu .navigation-submenu > li > a {
        padding-left: 50px;
    }

    .navigation .dropdown-menu .dropdown-menu .dropdown-menu .navigation-submenu > li > a {
        padding-left: 65px
    }

    .navigation .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .navigation-submenu > li > a {
        padding-left: 80px
    }

    .navigation .navigation-submenu > li > a:hover,
    .navigation .navigation-submenu > .active > a,
    .navigation .navigation-submenu > .active > a:hover,
    .navigation .navigation-submenu > .active > a:focus,
    .navigation .navigation-submenu > .open > a,
    .navigation .navigation-submenu > .open > a:hover,
    .navigation .navigation-submenu > .open > a:focus {
        background: #fd5f3d;
        color: #fff;
    }

    .checkout-onepage-index .col-right,
    .opc #opc-login .step .col-md-6:last-child {
        margin-top: 30px;
    }

    .product-view .add-to-cart .button {
        padding: 0 20px;
    }

    .product-view .add-to-cart .button .cartown-icon {
        margin-right: 20px;
    }

    .product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons div {
        width: 19px;
        height: 31px;

        border-width: 2px;
        line-height: 28px;
        font-size: 10px;
    }

    .product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons {
        margin-top: -16px;
    }

    .sidebar .block,
    .block-layered-nav .block-content > dl,
    .block-layered-nav .block-content > dl > dd > ol {
        margin: 0;
    }

    .sidebar .block-title,
    .block-layered-nav .block-content > dl > dt {
        position: relative;
        border-bottom-width: 0;
        padding-bottom: 20px;
        padding-left: 0;
        cursor: pointer;
    }

    .block-layered-nav .block-content > dl > dt {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .block-layered-nav .block-content > dl > dt:after {
        position: absolute;
        content: '';
        left: 0;
        top: 27px;
        width: 0;
        height: 0;
        border-left: 4px solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    .block-layered-nav .block-content > dl > dt:after {
        top: 17px;
    }

    .block-layered-nav .block-content > dl > dd {
        display: none;
    }

    .sidebar .block.open {
    }

    .sidebar .open .block-title,
    .block-layered-nav .block-content > dl > dd.open {
        border-bottom-width: 1px;
        padding-bottom: 20px;
    }

    .block-layered-nav .block-content > dl > dd.open {
        padding-bottom: 0;
    }

    .sidebar .open .block-title:after,
    .block-layered-nav .block-content > dl > dt.open:after {
        transform: rotate(90deg);
        left: -2px;
    }

    .sidebar .open .block-content,
    .block-layered-nav .block-content > dl > dd.open {
        display: block;
    }

    /* filters */
    .sidebar .block.block-layered-nav {
        background-color: #f8f8f8;
        border-top: 3px solid #d9d9d9;
        padding: 0 20px 20px 20px;
        margin-bottom: 30px;
    }

    .block-layered-nav .block-title {
        display: block;
        border: 0;
    }

    .contact_information_wrap {
        float: none;
    }

    .footer-banners .col-md-6 {
        margin: 10px auto 0;
    }

    .footer-banners .col-md-6:first-child {
        margin-top: 0;
    }

    .footer-banners-right {
        text-align: left;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .carousel-control {
        width: 49%;
    }

    .carousel-control span {
        visibility: hidden;
    }

    .category-collection-gallery .carousel-control {
        width: 30%;
    }

    .right-container {
        padding: 0 15px;
        display: flex;
    }

    .right-container > div {
    }

    .top-menu1 .home-icon {
        display: none;
    }

    .top-menu1 .nav > li > a {
        padding: 0 10px;
    }

    .header-block .container {
        position: relative;
    }

    .logo-container {

    }

    .logo-container .logo img {
        margin: 0 auto
    }

    .search-container {
        margin: 0 10px 0 20px;
        max-width: none;
    }

    .social-container {
        display: none;
    }

    .shop-cart {
        margin: 0;
    }

    .top-menu2 .nav > li > a {
        padding: 0 10px;
    }

    .search-wrapper {
        top: 169px;
    }

    .search-close-container {
        padding: 0;
    }

    .anc-category-filter ul li {
        padding-right: 4px;
    }

    .anc-category-filter ul li:last-child {
        padding-left: 4px;
        padding-right: 0;
    }

    .category-explosion .btn-anc,
    .category-measures .btn-anc,
    #distinta #btn_print_schedule,
    .checkout-onepage-index .col-right {
        display: none
    }

    /*
        #breadcrumbs {
            display: none;
        }
    */
    #breadcrumbs .col-md-12 {
        padding: 0;
    }

    #breadcrumbs .breadcrumb li {
        padding: 4px 8px;
    }

    #breadcrumbs .breadcrumb li.product {
        display: none;
    }

    #to-top {
        display: none !important;
    }

    .copyrights .container {
        padding-top: 0;
    }

    .page-title,
    .cart .page-title,
    .checkout-cart-index .page-title:after,
    .checkout-onepage-index .page-title {
        margin: 20px;
    }

    .cms-page-view .page-title {
        margin: 20px 0;
    }

    .page-title h1 {
        margin-bottom: 0;
    }

    .contatti-form-wrapper {
        padding: 10px
    }

    .category-video-references .col-md-3 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .products-grid {
        overflow: hidden;
    }

    .product-view .add-to-cart,
    .product-view .add-to-links {
        margin-top: 10px;
        padding-top: 0;
        float: none;
    }

    .product-view .add-to-cart .button {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }

    .product-view .add-to-links li {
        margin: 0;
        display: block;
    }

    .product-view .add-to-box .qty-container {
        margin: 0;
    }

    .product-view .addthis {
        position: static;
        margin: 0 0 15px;
    }

    .product-view h1 {
        padding: 0;
    }

    .product-view .product-shop,
    .product-view .product-img-box {
        max-width: 100%;
        float: none;
        margin: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .rating-votes {
        float: none;
        margin: 0 0 15px;
    }

    .cart-empty, .empty-category-wrapper {
        margin-top: 20px;
    }

    .data-table thead,
    table.data-table th,
    .data-table tbody td .item-options {
        display: none;
    }

    .data-table table,
    .data-table tbody,
    table.data-table td,
    .data-table tr {
        display: block;
        border: 0;
        text-align: left !important;
    }

    .lt-ie9 table.data-table tr,
    .lt-ie9 table.data-table td {
        width: 100%;
        float: left;
    }

    .data-table a.product-image {
        width: 100%;
    }

    .data-table .th {
        display: inline-block;
    }

    .add-review .data-table tr {
        display: table-row;
    }

    .add-review .data-table th,
    .add-review .data-table td {
        display: table-cell;
    }

    .add-review .data-table .th {
        display: none;
    }

    .product-review .product-img-container {
        float: none;
        margin: 0 0 30px;
    }

    .checkout-cart-index .page-title h1,
    .cart .page-title h1 {
        float: none;
    }

    .checkout-types {
        float: none;
        margin: 10px 0 0 0;
    }

    table.cart-table td {
        max-width: 300px;
        margin: auto;
        background: transparent !important;
    }

    table.cart-table tfoot td,
    #my-tags-table td {
        text-align: center !important;
    }

    .btn-cart-edit {
        margin-left: 100px;
    }

    .cart-table .button {
        display: block;
        float: none;
        width: 100%;
        margin: 8px auto;
    }

    #wishlist-table tbody td.last {
        text-align: center !important;
    }

    .my-account {
        padding: 0 10px;
    }

    .my-account .page-title {
        margin: 20px 0 0 0;
    }

    .my-account .title-buttons button {
        margin: 20px 0 0 0;
    }

    #wishlist-table .btn-cart-edit,
    #wishlist-table .btn-remove {
        position: absolute;
        top: 10px;
        right: 5px;
        margin: 0;
        padding: 0;
    }

    #wishlist-table .btn-remove {
        top: 50px;
    }
}

@media (max-width: 768px) {
    .anc-container {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .header-block .dropdown-menu {
        min-width: 300px;
    }

    .empty-category-wrapper h3 {
        font-size: 64px;
    }

    .product-view .product-shop .no-rating, .product-view .product-shop .ratings {
        text-align: center;
    }

    .product-view .product-shop .ratings .rating-links {
        float: none;
        margin-top: 15px;
    }

    .reviews-list .button {
        display: block;
        margin: 15px 0;
    }

    .rating-table th {
        padding-right: 20px;
    }

    .add-review .data-table th {
        padding: 10px;
    }

    .add-review span.rating-element {
        height: 10px;
    }

    .add-review span.rating-element-duplicate {
        display: none
    }

    .addresses-list .item {
        float: none;
        padding-right: 0;
    }

    .footer-banners .fa {
        margin-right: 16px;
    }

    .copyrights {
        font-size: 10px;
    }

    .copyrights .container {
        padding: 0 2px;
    }

    .copyrights .links li {
        margin-left: 6px;
    }

    .copyrights .links li:before {
        padding-right: 2px;
    }

    footer .copyrights p {
        margin: 8px 8px 0 8px;
        line-height: 15px;
    }

    .anc-container {
        width: 100%;
    }

    .finitura-wrapper .finitura-color {
        height: 50px !important;
    }

}

/* Responsive end */

/* Animations */
a, a i, button, button i, .cart-item .fa, #to-top, span.button,
.mobile-menu-trigger:before,
.mobile-menu-trigger:after,
.btn-remove:after,
.btn-cart-edit:after,
.cartown_header_2 .shop-cart p.cart-info span.items,
.box-tags .product-tags li a, .box-tags .product-tags li,
.opc .section .step-title,
.opc .section .step-title .number {
    -webkit-transition: 512ms ease-in-out;
    -moz-transition: 512ms ease-in-out;
    -o-transition: 512ms ease-in-out;
    transition: 512ms ease-in-out;

    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
}

a:hover, a:hover i, button:hover, button:hover i, .cart-item .fa:hover, #to-top:hover, span.button:hover,
.mobile-menu-trigger:hover:before,
.mobile-menu-trigger:hover:after,
.btn-remove:hover:after,
.btn-cart-edit:hover:after,
.cartown_header_2 .shop-cart:hover p.cart-info span.items,
.box-tags .product-tags li:hover, .box-tags .product-tags li:hover a,
.opc .section:hover .step-title,
.opc .section:hover .step-title .number {
    -webkit-transition-duration: 32ms;
    -moz-transition-duration: 32ms;
    -o-transition-duration: 32ms;
    transition-duration: 32ms;
}

.products-grid .add-to-links a {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

.products-grid .product-label,
.products-grid .product-hover,
.products-grid .price-box-clone,
.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.products-grid .additional-images-wrapper img {
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: o-transform .3s;
    -ms-transition: ms-transform .3s;
    transition: transform .3s;
}

.products-grid .price-box-clone {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.product-image-thumbs a {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

/* Animations end */

.anc-grid {
    content: '';
    display: block;
    clear: both;
}

.anc-grid .anc-grid-item {
    max-width: 20%;
    float: left;
}

/* Bootstrap Panel Anc */
.panel-group .panel-anc {
    box-shadow: none;
}

.panel-group .panel-anc .panel-heading {
    border-radius: 0;
    border: none;
    background-color: rgba(95, 96, 98, 0.75);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.panel-group .panel-anc .anc-button i {
    float: right;
}

.panel-group .panel-anc .panel-body {
    background: none #fff;
    border: none;
    color: rgba(95, 96, 98, 0.75);
}

.panel-group .panel-anc #distinta .panel-body,
.panel-group .panel-anc #note .panel-body {
    color: #323232;
}

#configuratoreLumiere .panel-body {
    padding-left: 0;
    padding-right: 0;
}

#configuratore-wrapper {
    text-align: center
}

#configuratore-link {
    text-transform: uppercase;
    color: #585858;
    font-size: 14px;
    font-weight: bold;
    text-indent: -9999px;
    display: block;
    max-width: 100%;
    min-height: 200px;
    margin: 0 auto;
    background: url(../images/anc/configuratore.jpg) no-repeat center center;
    background-size: contain;
}

.anc-photogallery-title {
    color: rgba(95, 96, 98, 0.75);
    text-transform: uppercase;
    font-size: 21px;
}

/* Overrides */
.btn-anc {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(95, 96, 98, 0.75);
    color: #fff;
}

.btn-anc:hover,
.btn-anc:focus,
.btn-anc:active {
    background-color: #323232;
    color: #fff;
}

#btn-print-measures,
#btn-print-explosion,
#btn-login {
    font-size: 16px;
    height: 60px;
    line-height: 46px;
    left: calc((100% - 25%) / 2);
    margin-left: -7px;
    position: relative;
    text-transform: uppercase;
    width: 25%;
}

.field-infinity_account_id {
    display: none;
}

.field-infinity_csync_account {
    display: none;
}

.field-infinity_account_obsoleto {
    display: none;
}

/* Overrides end */

/* CONTACT FORM */
.flexibleforms_form {
    margin-top: 20px;
}

.flexibleforms_form h2 {
    border-bottom: none;
    color: #323232;
    margin-bottom: 0;
}

.flexibleforms_form .buttons-set {
    border: none;
}

.flexibleforms_form .form-group .control-label {
    padding-top: 4px;
    padding-right: 0;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.flexibleforms_form em {
    color: red;
}

.flexibleforms_form .form-horizontal .radio,
.flexibleforms_form .form-horizontal .checkbox,
.flexibleforms_form .form-horizontal .radio-inline,
.flexibleforms_form .form-horizontal .checkbox-inline {
    padding-top: 0;
}

.flexibleforms_form .form-control {
    width: 100%;
    border: 1px solid #323232;
    border-radius: 0;
    box-shadow: none;
}

/* FINITURE */
#finiture h2 {
    border-bottom: 1px solid rgba(95, 96, 98, 0.75);
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
}

#finiture h2 small {
    font-size: 12px;
    text-transform: none;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.finitura-wrapper .finitura-color {
    height: 150px;
    border: 1px solid rgba(95, 96, 98, 0.75);
}

.finitura-wrapper .finitura-name {
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0 16px 0;

}

/* Bundle 4 Simple */
.block-bundle-4-simple {
    margin: 0;
}

.block-bundle-4-simple .options-list {
    width: 100%;
}

.block-bundle-4-simple .block-title {
    padding: 0;
    border-bottom: none;
}

.block-bundle-4-simple .block-title strong {
    display: block;
    color: #FFFFFF;
    display: block;
    padding: 3px 0;
    text-align: center;
    background: #323232;
}

.block-bundle-4-simple .block-title strong span {
    color: #fff;
}

.block-bundle-4-simple .options-list .col4 {
    width: auto;
}

.block-bundle-4-simple .options-list .col7 {
    width: 60px;
    text-align: center;
}

/* ATTACHMENT - CATALOGO */
.category-catalog .catalog-area {
    position: relative;
}

.category-catalog .link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background-color: rgba(95, 96, 98, 0.75);

    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.category-catalog .link:hover {
    background-color: rgba(50, 50, 50, 0.75);

    -webkit-transition: background-color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in;
    -o-transition: background-color 0.5s ease-in;
    -ms-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
}

.category-catalog .link span {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    font-size: 24px;
    text-transform: uppercase;
}

.category-catalog .title {
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0 16px;
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
    border: none !important;
}

.rev_slider .uranus.tparrows::before {
    overflow: hidden;
}

.tp-caption a {
    color: #fff;
    text-decoration: underline;
}

.tp-caption a:hover,
.tp-caption a:active,
.tp-caption a:focus {
    color: #fff;
    text-decoration: underline;
}

#nwd_sl_icons {
    display: none !important;
}

.hermes .tp-bullet {
    background-color: rgba(95, 96, 98, 0.75) !important;
}

.hermes .tp-bullet::after {
    background-color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(95, 96, 98, 0.75) inset !important;
    border-radius: 50%;
}

.anc-fieldset-login {
    max-width: 335px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .icon-next,
.carousel-control .fa-angle-right {
    margin-right: -120px;
    right: 50%;
    text-shadow: none;
}

.carousel-control .icon-prev,
.carousel-control .fa-angle-left {
    margin-left: -120px;
    left: 50%;
    text-shadow: none;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 55px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    color: rgba(95, 96, 98, 0.75);
    opacity: 1;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control.left:hover,
.carousel-control.right:hover,
.carousel-control.left:active,
.carousel-control.right:active,
.carousel-control.left:focus,
.carousel-control.right:focus {
    background-image: none;

}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
}

.carousel-control.left:hover .fa-angle-left,
.carousel-control.right:hover .fa-angle-right,
.carousel-control.left:active .fa-angle-left,
.carousel-control.right:active .fa-angle-right,
.carousel-control.left:focus .fa-angle-left,
.carousel-control.right:focus .fa-angle-right {
    color: #323232;
    opacity: 1;
}


.anc_header_1 .logo img {
    display: block;
    max-height: 45px;
}

.anc_header_1 .navbar .right-menu {
    float: right;
}

.anc_header_1 .navbar-nav .fa-chevron-down {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
}

.anc_header_1 .search-container .anc-search {
    margin: 0;
    position: relative;
    top: 4px;
}

.anc_header_1 .social-container {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    min-width: 108px;
}

.anc_header_1 #block-social {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}


.anc_header_1 .shop-cart,
.navbar-search,
.shop-cart,
.anc_header_1 .search-close-container {
    float: left;
    margin: 0;
}

.anc_header_1 .shop-cart,
.urbantime-header .shop-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    min-width: 30px;
}

.urbantime-header .shop-cart {
    height: 55px;
}

.anc_header_1 .navbar {
    margin: 0;
    border: none;
}

.anc_header_1 .navbar-toggle {
    font-size: 22px;
    color: #fff;
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 70px;
}

.anc_header_1 .navbar-toggle span {
    margin-right: 10px;
}

.navbar-nav .dropdown-menu {
    background: rgba(95, 96, 98, 0.75) none repeat scroll 0 0;
    box-shadow: 3px 3px 10px 0 rgba(95, 96, 98, 0.75);
    border: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .dropdown-menu li a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 52px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-nav .dropdown-menu li a p {
    margin: 0;
    padding: 0;
}


.navbar-nav .search-container #search-btn span {
    display: none;
}

.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a:active,
.navbar-nav .dropdown-menu li a:focus {
    background-color: transparent;
    background-image: none;
    color: #323232;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}


@media only screen and (max-width: 1200px) {
    .navbar-collapse {
    }

    .anc_header_1 .navbar-collapse .right-menu {
        float: none;
    }

    .anc_header_1 .navbar-collapse #header-menu {
        float: none;
    }

    .anc_header_1 .navbar-collapse #other-containter {
        float: none;
    }

    .navbar-collapse .navbar-nav {
        margin: 0;
        padding: 0;
    }

    .anc_header_1 .navbar-collapse .search-container #search-btn {
        display: inline;
    }

    .anc_header_1 .navbar-collapse .search-container #search-btn span {
        display: inline;
    }

    .anc_header_1 .navbar-collapse .search-container #search-btn i {
        display: none;
    }

    .anc_header_1 .navbar-collapse .social-container,
    .anc_header_1 .navbar-collapse .shop-cart {
        height: 30px;
        padding: 0 6px;
    }

    .navbar-collapse .navbar-nav > li,
    .navbar-collapse .navbar-nav .social-container,
    .navbar-collapse .navbar-nav .shop-cart {
        float: none;
        margin: 0;
        min-height: 0;
    }

    .navbar-collapse .navbar-nav > li > a {
        line-height: 30px;
    }

    .navbar-collapse .navbar-nav .open .dropdown-menu {
        min-width: 0;
    }
}

#distinta .description {
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
}

#distinta .anc-product-notes,
#note .anc-product-notes {
    font-style: italic;
}

#distinta .anc-product-notes strong,
#note .anc-product-notes strong {
    font-style: normal;
}

#richiestaInformazioni .flexibleforms_form .buttons-set {
    margin: 0;
    padding: 0;
}

.brb-page-privacy h3 {
    margin: 25px 0 5px 0;
    font-size: 16px;
}

.brb-page-privacy table td {
    text-align: left;
    padding: 5px;
    height: auto;
}

a.anc-download-button,
a.anc-privacy-download-button {
    display: block;
    border: 2px solid #323232;
    border-radius: 10px;
    text-align: center;
    background: url(../images/anc/baseline_assignment_returned_black_48dp.png) left center no-repeat;
    background-size: contain;
    color: #323232;
    padding: 20px 20px 20px 80px;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    word-break: break-all;
}

a.anc-download-button:hover,
a.anc-download-button:active,
a.anc-download-button:focus,
a.anc-privacy-download-button:hover,
a.anc-privacy-download-button:active,
a.anc-privacy-download-button:focus {
    text-decoration: underline;
    color: #323232;
}

.whistleblowing h3 {
    display: none;
}

/* General iPad Layouts */
@media only screen and (device-width: 768px) {
    .tparrows {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .wrapper {
        padding-bottom: 470px;
    }

    footer {
        height: 470px;
    }
}

@media only screen and (max-width: 1200px) {
    .wrapper {
        padding-bottom: 700px;
    }

    footer {
        height: 700px;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        padding-bottom: 700px;
    }

    footer {
        height: 700px;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        padding-bottom: 940px;
    }

    footer {
        height: 940px;
    }

    footer h3 {
        margin: 40px 0 20px 0;
    }
}

@media only screen and (max-width: 480px) {
    .wrapper {
        padding-bottom: 900px;
    }

    footer {
        height: 900px;
    }
}

.background-gainsboro {
    background-color: gainsboro;
}
