@charset "UTF-8";
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
body, button, input, select, table, textarea {
    font-size: 16px !important;
}

.button.button-secondary, .button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #E97239;
  display: inline-block;
  padding: 8px 18px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Abel', sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.button.button-secondary span, .button span,
.cart-table .product-cart-actions .button span,
#co-shipping-method-form .buttons-set .button span,
.footer .button span {
  z-index: 9;
  position: relative;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  border: 0;
  background: #333;
  cursor: pointer;
  color: #ffffff;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active {
  background: #555;
  color: #ffffff;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus {
  color: #ffffff;
  background: #555;
}

.button.button-secondary {
  background: #eeeeee;
  color: #333333;
  text-shadow: none;
}
.button.button-secondary:hover {
  background: #e1e1e1;
  cursor: pointer;
  color: #333333;
}
.button.button-secondary:active {
  color: #333333;
}
.button.button-secondary:focus {
  background: #d5d5d5;
  color: #333333;
  outline: none;
}

/* ------------------------------------------- *
 * Button hover
 */
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  z-index: 999;
}

.btn-previous:hover::after, .sorter > .sort-by .sort-by-switcher:hover, .sorter > .view-mode a.grid:hover, .sorter > .view-mode a.list:hover, .pages ol li a:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.btn-remove:active::after,
.btn-previous:active::after, .sorter > .sort-by .sort-by-switcher:active, .sorter > .view-mode a.grid:active, .sorter > .view-mode a.list:active, .pages ol li a:active {
  opacity: 0.8;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
.toolbar .dropdown {
  width: 100%;
  background-color: #fafafa;
  border: solid 1px #dfdfdf;
  border-radius: 0;
}
.toolbar .dropdown:hover {
  box-shadow: none;
  background: #EDEDED;
}
.toolbar .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
.toolbar .dropdown div {
  background-color: #fafafa;
  border: solid 1px #dfdfdf;
}
.toolbar .dropdown div ul {
  z-index: 12;
}
.toolbar .dropdown div ul li {
  margin: 0;
}
.toolbar .dropdown div ul li.focus {
  background: #EDEDED;
  color: #333333;
}
.toolbar .dropdown div ul li.active {
  font-weight: normal;
  background: #EDEDED;
}
.toolbar .dropdown li,
.toolbar .dropdown .selected {
  font-size: 14px;
  color: #999;
  padding: 13px 20px;
}
.toolbar .dropdown .selected {
  color: #333333;
}
.toolbar .dropdown .selected::after {
  box-shadow: none;
}
.toolbar .dropdown .carat {
  border-width: 6px;
  border-color: #777777 transparent transparent;
  right: 20px;
}
.toolbar .dropdown.open {
  z-index: 15;
}
.toolbar .dropdown.open .carat {
  border-bottom: 6px solid #777777;
  border-top: 6px solid transparent;
  margin-top: -10px;
}
.toolbar .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.toolbar .dropdown.open div ul {
  position: relative;
  z-index: 12;
}


/* -------------------------------------------- *
 * 
 * tag h3
 */
/* -------------------------------------------- *
 * Customizzazione NON tema
 */

h3 a {
    color: #333333;
}

h3 a:hover {
    color: #a5a5a5;
}

.clear {
    clear: both;
}

/* -------------------------------------------- *
 * 
 * Griglia resonsive 
 */
/* -------------------------------------------- *
 * Customizzazione NON tema
 */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}






/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fac58f;
}

.theme-color {
  color: #fac58f;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
  .product-view .product-img-box .product-name h2 {
    font-size: 25px !important;
  }
  .product-view .product-shop .price-box .regular-price .price{
      font-size: 35px!important;
  }
  .footer address {
    border-top: 0;
    padding: 16px 0 0;
    text-align: center !important;
}
.menubar-user {display:none!important;}

#cwsMenu-1 {display:none!important;}
.customercare {text-align: center !important;}
.pagamenti-hd {text-align: center !important;}

}



.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fac58f;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

label {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }

  label {
    font-size: 12px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
}



/*--------------------------------*
 * CSS IMMAGINI VETRINE 
 */
.col1, .col2, .col3, .col33, .col4, .col444, .col5, .col-left, .col-right {
    float: left;
    margin: 0 1% 2% 1%;
}
.col3 {
    width: 31.3%;
}

.blocco_titolo, .blocco_solotesto, .blocco_testodx, .blocco_testosin, .blocco_immagini {
    padding-bottom: 20px;
}

.blocco_immagini img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 6px;
}

/*----------------------------------*
* CSS FAQ
*/ 
.answer{
    
}

.question {
    padding-top: 10px;
    color:#FAC58F;
    font-weight: bold;
}

.more {
    padding-bottom: 10px;
}

.more a {
    float:right;
    color:#333333 !important;
    text-decoration: underline;
}

.std ul {
    list-style: none !important;
}

a {
    color: #a5a5a5 !important;
    text-decoration: none;
}
/*----------------------------------*
* FINE CSS FAQ
*/ 
.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.menu_home2 li a {
    color: #BAA48F !important;
    font-size: 17px;
    font-weight: 900;
}
.menu_home2 {border-bottom: 2px solid #BAA48F;} 
#search_mini_form .search-button {
    border: solid 1px #EE6D30 !important;
    background: #EE6D30 !important;
}

#search_mini_form .search-button::before {
    color: #ffffff !important;
}
.header-search {
    width: 100% !important;
    float: none !important;
}
.user-circle {
    position: absolute;
    left: 0;
    border: 2px solid #7F7F7E;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    overflow: hidden;
    font-size: 30px;
    text-align: center;
}
.member-container {
    position: relative;
    margin-top: 27px;
    padding-left: 40px;
}

.header-minicart-c {
    position: relative;
    margin: 0 0 0 70px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 70px;
    float: left;
    height: 40px;
}

.block-garanzie .inner {
    padding: 0;
    border: 3px solid #BAA48F;
    padding: 10px;
}

.block-garanzie i {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 70px;
    border: 0;
    text-align: center;
    line-height: 30px;
    font-size: 41px;
    margin: 0 10px 15px 0;
    color: #BAA48F;
}

.block-garanzie h3 {
    color: #BAA48F;
    margin: 0 !important;
}

.row.block.block-garanzie {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.inner p {
    font-size: 16px;
    font-weight: 500;
}

.left_site_column {
    float: left;
    width: 18.91%;
    padding: 0 !important;
}

.nav-container {
    padding: 0 0 0 15px !important;
}

.grid-full > li > a {
    font-size: 19px !important;
    font-weight: 900;
}

.grid-full .li-wrapper > .level1:first-child {
    padding: 24px 0px 0 0 !important;
}

.grid-full .level1 .catagory-level1 {
    font-weight: 500 !important;
}
.category-title h1 {
    font-size: 30px !important;
}
.product-view .product-shop .product-name .h1{font-size:25px!important;}

.skip-container.mobile {
    background-color: #BAA48F !important;
    margin-bottom: 5px !important;
}
.skip-link {
    color: #ffffff !important;
    
}
.skip-link.skip-nav {
    border-left: solid 1px #fff !important;
}
.skip-link .label {
    color: #ffffff !important;
}

.products-grid .actions {
    padding-bottom: 13px;
    float: right;
    margin-top: -55px !important;
}
.products-grid .price-box {
    margin: 20px 0 2px 0 !important;
}

.product-view .product-shop .availability {
    float: left !important;
    margin-left:0px !important;
}

.camera_prev, .camera_next, .camera_commands{
    background: transparent !important;
}
.bottom_banners_wrapper .bottom_ban.bb1 .ban_holder h2 {
    font-size: 25px !important;
    text-align:center;
}


.products-grid .add-to-links li a {
    padding: 0px !important;
}
.products-grid .add-to-links {
    margin: 10px -6px 0 0 !important;
}

.page {
    padding: 0px 25px 0 !important;
    max-width: unset !important;
}

.grid-full .level > a:hover, .grid-full .level.active > a {
    color: #7F7F7E !important;
}

.grid-full .level1 .catagory-level1:hover, .grid-full .level1.active .catagory-level1 {
    color: #7F7F7E !important;
}

/* -------------------------------------------- *
 * UPVISION custom CSS
 */
 /**
 * Post list page
 *
 */
.post-list li.item { margin-bottom: 20px; border-bottom: 1px solid !important;}
 p.post-meta.details a {
    font-weight: bold !important;
}
span.by-author {
    font-weight: bold !important;
}
.content-page {font-size:19px !important;} 

.content-page strong {
    color: 
    #BAA48F;
}

.theme-block {
    border-top: solid 2px #BAA48F !important;
}
.cart .page-title h2::before {
    color: #BAA48F !important;
}
.cart-table .cart-price .price {
    color: #333 !important;
}
.btn-remove2::before {
    color: #fac58f !important;
}
.cart .cart-totals .price {
    color: #333 !important;
}
.cart-totals .checkout-types .btn-checkout {
    background-color: #EE6E31 !important;
}
.cart .shipping {
    width: 25% !important;
    float: left;
}
.cart .cart-totals {
    padding: 10px !important;
    margin-left: 20px !important;
    border-bottom: solid 1px #ffffff !important;
    border-right: solid 1px #ffffff !important;
    border-left: solid 1px #ffffff !important;
}
.header-minicart .block-subtitle {
    color: #333333 !important;
}

.firecheckout-set button.btn-checkout, .firecheckout-set button.btn-primary, .firecheckout-window button.button {
    background-color: #EE6E31 !important;
    margin: 0 0 5px !important;
    width: 100% !important;
    border-radius: 0px !important;
}
#review-buttons-container .btn-checkout {
    padding:0px !important;
}

/*Pagina success*/
.checkoutsuccess-block-wrapper {
    text-align: center !important;
}

.continue-shopping a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px !important;
}

.thank-you-note .check-mark .circle, .thank-you-note .check-mark .check {
    stroke: #BAA48F !important;
}

body.customer-account .data-table tfoot td:nth-child(2n+1) {
    clear: left;
    width: 50% !important;
}
body.customer-account .data-table tfoot td:nth-child(2n) {
    text-align: left;
    width: 50% !important;
}
body.customer-account .data-table tbody td[data-rwd-label] {
    text-align: center !important;
    padding-left: 30px;
}

.theme-border, .table-bordered, body.customer-account .data-table {
    border-top: solid 2px #BAA48F !important;
}
#product-attribute-specs-table {
    width: 40%;
    border: 1px solid #ccc !important;
}
.aw-blog-read-more {
    background: #EE6D30 !important;
    color: #ffffff !important;
}

.postWrapper .postTitle h2 a, .postWidget .postTitle h2 a {
    color: #333 !important;
}
.postContent {
    overflow: hidden;
    color: #333;
}

.custom-title01, .custom-title02, .custom-title03, .custom-title04, .custom-title05, .custom-title06 {
    color: #BAA48F !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

.custom-title1, .custom-title2, .custom-title3, .custom-title4, .custom-title5, .custom-title6 {
    color: 
    #BAA48F !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

.custom-title01::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title02::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title03::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title04::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title05::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title06::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title1::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title2::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title3::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title4::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title5::before {
    border: solid 2px #BAA48F  !important;
}
.custom-title6::before {
    border: solid 2px #BAA48F  !important;
}
.indent1 {
    font-size: 17px !important;
}

.title-offerte h2{
font-size: 25px;
font-weight: bold;
text-align: center;
}
.product-details {
    display: block !important;
}
.product-view .add-to-cart-buttons .button {
    background-color: #ED6F33 !important;
}
.infobar .customercare {
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
}
.text-right {
    text-align: right;
}
.assistenza {
    font-size: 15px;
    font-weight: 900;
}

.pagamenti {
    display: block;
    position: absolute;
    left: 0px !important;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    margin: 0;
    max-width: 320px !important;
}

.logo {
    display: flex !important;
    justify-content: center !important;
    left: 0px !important;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    margin: 0;
    max-width: 100% !important;
    padding-top: 7px !important;
}

.page-header-container {
    padding: 15px 0 0 !important;
    background: #BAA48F;
}
.swiper-slide h2 {
    text-align: center;
}

.page-header {
    padding: 0;
    background: #ffffff;
}

.wrapper {
    min-width: 100% !important;
    min-height: auto !important;
    margin: 0 auto !important;
    background-color: #f8f8f8 !important;
}

.menubar-user {
    width: auto;
    float: left;
    display: inline-block;
    font-size: 13px;
    border: solid 1px #333;
    border-radius: 0px;
    padding: 4px 4px;
    line-height: 18px;
    height: 40px;
    background: #333;
}

.menubar-user:hover {
    background: #ee6d30;
	border: solid 1px #ee6d30;
}

.menubar .user-btn, .menubar-docked .user-btn {
    display: inline-block;
    font-size: 13px;
    border: solid 1px rgba(255,255,255,.6);
    border-radius: 4px;
    padding: 0 8px;
    background: 0 0;
    line-height: 18px;
    height: 30px;
    color: #fff;
}
.media:first-child {
    margin-top: 0;
    width: 100%;
}
.media:first-child {
    margin-top: 0;
}
.user-btn > div {
    display: -webkit-inline-box !important;
    padding: 5px 5px 5px 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.menubar .user-btn .media-left {
    float: left;
}
.menubar .fa-2x {
    font-size: 1.4em !important;
}


.skip-cart .label {
    font-size: 16px  !important;
    color: #fff  !important;
    font-weight: regular  !important;
    text-transform: capitalize  !important;
    display: inline  !important;
    vertical-align: middle  !importan  !important;
}

.skip-cart .count {
    position: absolute !important;
    left: 30px !important;
    right: 0 !important;
    top: 10px !important;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    z-index: 3 !important;
    font-size: 1vw !important;
}

#font-login-up {display:inline;color:#fff;font-size:16px;}
#a-login-up {vertical-align:middle !important;color:#fff !important;}
#a-login-up:hover {vertical-align:middle !important;color:#333 !important;}

.cart-up {width:auto;background:#EE6D30;float:left !important;border-radius:0px !important;padding:10px 10px !important;line-height:18px !important;height:40px !important;}

.cart-up:hover {background:#333;}


.header-minicart {
    margin: 0 0 0 10px !important;
}

.menubar-quote {
    width: auto;
    float: left;
    display: inline-block;
    font-size: 13px;
    border: solid 1px #ee6d30;
    border-radius: 0px;
    padding: 4px 6px;
    line-height: 18px;
    height: 40px;
    background: #ee6d30;
    margin-left: 10px;
}

.menubar-quote:hover {
    border: solid 1px #333;
    background: #333;
}

#quoteItemlist #addressCheckbox {
    display: none;
}

.assistenza a {
    color: #000 !important;
}

.button.search-button span {
    display: none;
}

.flex-center{ 
    display: flex !important;
justify-content: center !important;}


.catalog-title {
    display: none;
}


.link-wishlist span {
    display: none;
}

.link-compare span {
    display: none;
}

.bottom_banners_wrapper .bottom_ban {
    width: 22% !important;
}


span#description {
    padding-left: 55px;
}
#description {
    background-image: url(/media/wysiwyg/descrizione.png);
    background-size: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

span#additional {
    padding-left: 55px;
    width: 100%;
}
#additional {
    background-image: url(/media/wysiwyg/scheda_tecnica.png);
    background-size: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

span#spedizioni {
    padding-left: 55px;
}
#spedizioni {
    background-image: url(/media/wysiwyg/spedizione.png);
    background-size: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
    background-repeat: no-repeat;
    background-position: 5px 8px;
}

.newsl {
    z-index: 999;
    padding-left: 0px;
    padding-right: 0px;
}


.widget-title {
    padding-top: 40px;
    padding-bottom: 25px;
}

.products-grid .item:hover .item_wrap {
    position: relative !important;
    box-shadow: unset !important;
}

.menu-nascosto {display:none !important;}

.catalogo-primo-livello {
		background-color: #ee6d30 !important;
		/*border: 2px solid #BAA48F;*/
		text-align: center !important;
		height: 40px;
    }
#cwsMenu-1 .cwsMenu.horizontal > li {
    float: none !important;
}
.allinea-sx-up {
    float: left;
}

.icone-pagamenti {

    font-size:30px !important;
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev {

    left:10px !important;
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {

    right:10px !important;
}

.widget-catalogsale-products-carousel {
    position: relative;
    padding-bottom: 50px;
}

.border-grigio, .border-left-grigio {
    border-left: 2px solid #BAA48F;
}
.border-grigio, .border-bottom-grigio {
    border-bottom: 2px solid #BAA48F;
}
.border-grigio, .border-right-grigio {
    border-right: 2px solid #BAA48F;
}
.border-grigio, .border-top-grigio {
    border-top: 2px solid #BAA48F;
}

.border-grigio.text-center.px-4.py-3 h4 {
    color: #BAA48F;
    font-weight: bold;
    font-size: 20px;
}
.pr-0 {
    padding-bottom: 15px;
}

.border-grigio.text-center.px-4.py-3:hover {
    opacity: .5;
    border: 2px solid #6E5842;
}

.icona-servizi {

    font-size: 40px;
    padding-top: 10px;
    color: #BAA48F;
}

h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #333333 !important;
}

.center {text-align:center;}

.product-image-thumbs a::before {
    border: solid 4px #BAA48F !important;
}

/* start cms-banner */
.cms-banner-inner img{

  backface-visibility: hidden;
    transform: translate3d(-10px, 0px, 0px);
	-webkit-transform:  translate3d(-10px, 0px, 0px);  -ms-transform: translate3d(-10px, 0px, 0px); -o-transform: translate3d(-10px, 0px, 0px); -moz-transform: translate3d(-10px, 0px, 0px); 
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-ms-transition:opacity 0.35s ease 0s, transform 0.35s ease 0s; 
	-o-transition:opacity 0.35s ease 0s, transform 0.35s ease 0s;
	max-width: none;
}
.cms-banner-inner:hover img {
    opacity: 0.5;-khtml-opacity: 0.5; -webkit-opacity: 0.5; -moz-opacity:0.5; -ms-opacity: 0.5;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform:  translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); 
	
}

.one_third{float:left; width:33.333%;}
.cms1 .one_third_inner.content_inner{margin-right:10px; overflow:hidden;}
.cms2 .one_third_inner.content_inner{margin:0px 10px;overflow:hidden;}
.cms3 .one_third_inner.content_inner{margin-left:10px;overflow:hidden;}

@media only screen  and (min-width : 1824px) {
.cms2 .one_third_inner.content_inner{margin:0px 15px;overflow:hidden;}
}

/* ==========================================================================
   CMS Block Start
   ========================================================================== */
  .res_head {
    box-sizing: border-box;
    display: none;
}
.cms-banner-inner{position:relative;display: inline-block; width:100%; overflow:hidden; vertical-align:middle;}
.cms-banner .cms-banner-item a{display:inline-block;}
.cms-banner .cms-banner-item img{max-width:none;}

.cms-banner-item .static-text{	
	font-size:35px;
	color:#ffffff;	
	text-transform:uppercase;
	
}
.static-wrapper {
    bottom: 12px;
    box-sizing: border-box;
    left: 0;
    padding:0px  30px;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 8;
    text-shadow: 1px 1px 1px #000000;
}

.text1.static-text {
    margin: 0 5px 0 0;
}
.text2.static-text {
    font-weight: bold;
}
.text3.static-text {
    font-size: 13px;
    opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; -moz-opacity:0; -ms-opacity: 0;
    padding: 1em 0;
    transform: translate3d(100%, 0px, 0px);
	-webkit-transform:  translate3d(100%, 0px, 0px);  -ms-transform: translate3d(100%, 0px, 0px); -o-transform: translate3d(100%, 0px, 0px); -moz-transform: translate3d(100%, 0px, 0px); 

    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-ms-transition:opacity 0.35s ease 0s, transform 0.35s ease 0s; 
	-o-transition:opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.cms-banner-inner:hover .text3.static-text {
opacity: 1;-khtml-opacity:1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity: 1;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform:translate3d(0px, 0px, 0px);  -ms-transform:translate3d(0px, 0px, 0px); -o-transform:translate3d(0px, 0px, 0px); -moz-transform:translate3d(0px, 0px, 0px); 

}

.cms-banner2 .static-wrapper,.cms-banner5 .static-wrapper{
	top:21px;
	bottom:auto;
}
.cms-banner2 .text3.static-text,.cms-banner5 .text3.static-text{
	bottom:20px;
	top:auto;
}

.cms-banner3 .text3.static-text {
    bottom: auto;
    left: auto;
    right: 30px;
    top: 30px;
}
.cms-banner-inner .static-inner:after {
    background: #fff none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height:1px;
    left: 0;
    position: absolute;
    transform: translate3d(-130%, 0px, 0px);-webkit-transform:translate3d(-130%, 0px, 0px);  -ms-transform:translate3d(-130%, 0px, 0px); -o-transform:translate3d(-130%, 0px, 0px); -moz-transform:translate3d(-130%, 0px, 0px); 
    transition: transform 0.35s ease 0s; -webkit-transition: transform 0.35s ease 0s; -moz-transition: transform 0.35s ease 0s; -ms-transition: transform 0.35s ease 0s; -o-transition: transform 0.35s ease 0s;
    width: 100%;
}

.cms-banner-inner:hover .static-inner:after{transform: translate3d(0px, 0px, 0px);-webkit-transform:translate3d(0px, 0px, 0px); -moz-transform:translate3d(0px, 0px, 0px); -ms-transform:translate3d(0px, 0px, 0px); -o-transform:translate3d(0px, 0px, 0px);}
.cms-banner3 .static-wrapper {
    bottom: auto;
    right: 30px;
    top: 61px;
}
.static-inner{position:relative;}
.cms-banner-inner > a{background:#161b1e;}
.cms-banner-item:hover .static-text{
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.cms-banner-item:hover .text1.static-text:before{border-color:#000000;}
.cms-banner-item.cms-banner1,.cms-banner-item.cms-banner4 {    margin-bottom: 30px;}
.cms_outer.container-width{overflow:hidden;}

#nl-title {
    color: #333333;
}

tr.odd {
    background: #FAFAFA;
}

#product-attribute-specs-table .label {text-align:left !important;}

.col-lg-5ths {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
.icone-pagamenti-header a {
    color: #000 !important;
    font-size: 22px;
}

.icone-pagamenti-header {
    color: #000;
    font-weight: bold;
}

.footer .footer-cols-wrapper {
    padding-bottom: 40px !important;
    padding-top: 50px !important;
}

.footer address {
    padding: 5px 0 3px !important;

}

.right.privacy-box.no-right-gutter {
    padding-top: 15px;
}



@media only screen and (max-width: 767px) {
.banner_content {
    display: none;
}
    
}

.checkout-types.bottom {
    overflow: hidden;
}


/* ==========================================================================
   CSS Header
   ========================================================================== */
.header-custom {background: #fff;padding-top: 25px;padding-left: 5px;margin-left:10px; margin-right:10px; margin-bottom: 0px;color:#000000 !important}
.orari-header {color:#EE6E31;padding-top: 30px; line-height: 1.2em;}
.menu_home2 {background: #fff;height: 65px;padding-top: 20px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.15) !important; border-bottom: 2px solid #CFCFCF !important;}


/* ==========================================================================
   CSS Checkbox
   ========================================================================== */


.form-list .control input[type="radio"] + label:after, .form-list .control input[type="radio"] + .label label:after {
  background-image: url('../../images/record.svg');
  background-size: 8px 8px;
  box-shadow: 0 0 0 10px #888 inset !important;
}


/* ==========================================================================
   CSS Scheda Tecnica
   ========================================================================== */
.intestazione-scheda {
    margin: 0;
    margin-bottom: 0px;
    color: #333333;
    font-family: 'Abel', sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-align:center;
    border-bottom: 1px solid;
}

.nome-prodotto-scheda {
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 1.5em;
    color: #333333;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-align:center;
}

div.greyGridTable {
  background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.greyGridTable .divTableCell, .divTable.greyGridTable .divTableHead {
  border: 1px solid #FFFFFF;
  padding: 10px 10px;
}
.divTable.greyGridTable .divTableBody .divTableCell {
  font-size: 13px;
  color: #333333;
}
.divTable.greyGridTable .divTableCell:nth-child(even) {
  background: #EBEBEB;
}
.divTable.greyGridTable .divTableHeading {
  background: #FFFFFF;
  border-bottom: 2px solid #333333;
}
.divTable.greyGridTable .divTableHeading .divTableHead {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.greyGridTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}
.greyGridTable .tableFootStyle {
  font-size: 14px;
}
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
.divTableCell:hover {
    background: #D4D4D4 !important;
}


@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.header-row,
.page-header {
  font-family: 'Abel', sans-serif;
  border: none;
  margin: 0 auto !important;
}

a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: none !important;
}

body,
button,
input,
select,
table,
textarea {
  font-family: 'Abel', sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #a5a5a5;
  text-decoration: none;
}

a:focus {
  outline: 0;
  outline-color: none;
  text-decoration: none;
  color: inherit;
  color: #a5a5a5;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1,
.h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #333333;
  font-family: 'Abel', sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2,
.h2 {
  margin: 0;
  margin-bottom: 1.5em;
  color: #333333;
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3,
.h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Abel', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4,
.h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5,
.h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Abel', sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6,
.h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #333333;
  font-family: 'Abel', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
}

.availability.in-stock {
  color: #54b70b;
  font-weight: 500;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #ee372a;
}

.availability-only {
  color: #333333;
  margin-bottom: 0;
}

.label {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  text-align: left;
  border-radius: 0;
  line-height: inherit;
  white-space: normal;
  color: #999;
}

.clear {
  clear: both;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title,
.widget-title {
  text-align: center;
}

.cms-index-index .page-title,
.cms-index-index .widget-title,
.catalog-category-view .page-title,
.catalog-category-view .widget-title {
  text-align: center;
  line-height:1px;
}

.page-title h1,
.page-title h2,
.widget-title h1,
.widget-title h2 {
  font-size: 43px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-title h1,
  .page-title h2,
  .widget-title h1,
  .widget-title h2 {
    font-size: 20px;
  }
}

.cms-index-index .page-title h1,
.cms-index-index .page-title h2,
.cms-index-index .widget-title h1,
.cms-index-index .widget-title h2 {
  font-size: 23px;
}

/* ============================================ *
 * Buttons
 * ============================================ */
.sidebar .actions button.button {
  white-space: normal;
}

a.button {
  text-decoration: none;
}
a.button::after {
  display: none;
}

a.button:hover {
  color: #ffffff;
}

.button.disabled,
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.button2:hover {
  color: #fac58f;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    display: inline-block;
    margin: 15px 0 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set a.back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a.back-link small {
  display: none;
}
.buttons-set a.back-link::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 23px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #fac58f;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 15px 40px;
  background-color: transparent;
  padding: 6px 0 7px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: 'Abel', sans-serif;
  text-transform: none;
  font-weight: 300;
}
.breadcrumbs li span {
  font-size: 18px;
  font-weight: normal;
}
.breadcrumbs li a {
  display: inline-block;
  color: #999;
}
.breadcrumbs li a:hover {
  color: #333333;
}
.breadcrumbs li.home a {
  float: left;
  margin: -1px 0 0;
  font-size: 0;
  line-height: 0;
  color: #cdcdcd;
}
.breadcrumbs li.home a::before {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.breadcrumbs li.home a:hover {
  color: #333333;
}

.breadcrumbs strong {
  color: #999;
  font-weight: 300;
}

.breadcrumbs span {
  padding: 0 10px;
  line-height: 16px;
  color: #c7c7c7;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .breadcrumbs {
    margin-top: -30px;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}

.btn-remove:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  color: #e0e0e0;
  line-height: 20px;
  width: 100%;
  font-size: 18px;
}
.btn-remove:hover:after {
  color: #fac58f;
}

.btn-remove2 {
  border: none;
  width: auto;
  height: auto;
}
.btn-remove2:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 22px;
  color: #fac58f;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #333333;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #ffffff;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #fafafa;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin: 7px 0 0;
  font-size: 14px;
  color: #ee372a;
  line-height: 24px;
  display: inline-block;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container {
    padding: 30px 0;
  }

  .footer-container {
    padding: 30px 0 8px;
  }
}
.footer-container {
  padding-top: 0;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.col-left {
  float: left;
}

.col3-layout .col-main,
.col2-left-layout .col-main {
  float: right;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 768px) {
  .top-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #333333;
  color: #E6E6E6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #333333;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: 'Abel', sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #54b70b;
}

.error {
  color: #ee372a;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 25px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #fafafa;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #ee372a;
  background-color: #FAEBE7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ee372a;
  border-right: none;
}

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #54b70b;
  background-color: #EFF5EA;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #54b70b;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #ffffff;
  height: auto;
}

.page-popup h1,
.page-popup h2 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #fafafa;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: none;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: none;
  border-bottom: 10px solid #fafafa;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
}

.swiper-slide .price-box {
  text-align: center;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #909090;
}

.price-box .price {
  color: #fac58f;
  font-size: 30px !important;
  font-weight: 300;
}

.price-box .price-label {
  color: #909090;
  white-space: nowrap;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #333333;
  display: block;
}
.price-box .minimal-price-link .label {
  color: #909090;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: block;
}
.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 {
  color: #999;
  text-decoration: line-through;
  font-size: 18px !important;
  font-weight: 300;
}

.price-box .special-price .price {
  color: #fac58f;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  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;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 12px;
  font-family: 'Abel', sans-serif;
  color: #999;
  font-weight: 400;
  text-transform: capitalize;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  padding-right: 0;
  color: #333333;
  font-weight: 400;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  background-color: #fac58f;
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  padding: 6px 14px;
}
.truncated a.details:hover {
  background: #333;
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 18px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) ;
  background-color: #F6F6F6;
  top: 31px;
  right: -80px;
}
.truncated .truncated_full_value .item-options::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 14px solid transparent;
  border-left: none;
  border-bottom: 14px solid #dfdfdf;
  border-top: none;
  top: -14px;
  left: 50px;
}
.truncated .truncated_full_value .item-options::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 14px solid transparent;
  border-left: none;
  border-bottom: 14px solid #fafafa;
  border-top: none;
  top: -12px;
  left: 51px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 10px 0;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options dl {
    overflow: hidden;
    margin-bottom: 0;
  }
  .truncated .truncated_full_value .item-options:after, .truncated .truncated_full_value .item-options:before {
    display: none !important;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #ffffff;
}

.sales-order-print .col-1,
.sales-order-print .col-2 {
  float: left;
  width: 45%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.sales-order-print .col-1 h2,
.sales-order-print .col-2 h2 {
  margin-bottom: 10px;
}
.sales-order-print .product-name {
  font-size: 16px;
  text-transform: none;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
  font-size: 14px;
}
.add-to-links a {
  display: inline-block;
  padding: 0 3px 3px;
  font-weight: 300;
}

.link-compare,
.link-wishlist {
  font-weight: 300;
  color: #333333;
}
.link-compare::before,
.link-wishlist::before {
  font-size: 28px;
  padding-right: 0px;
  vertical-align: middle;
  margin-right: 5px;
}
.link-compare:hover,
.link-wishlist:hover {
  color: #fac58f;
}

.link-compare::before {
  display: none;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.link-wishlist::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: none;
  text-align: center;
}
.product-image img,
.no-touch .product-img-box .product-image:not(.zoom-available):hover img {
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  body .product-img-box .product-image:hover {
    border-color: #dfdfdf;
  }
}
/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
  font-size: 12px;
  line-height: 26px;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links a {
  vertical-align: middle;
  color: #333333;
}
.ratings .rating-links a:hover {
  color: #fac58f;
}
.ratings .separator {
  margin: 0 10px;
  overflow: hidden;
  text-indent: -999em;
  position: relative;
  line-height: 26px;
  display: inline-block;
  width: 2px;
  vertical-align: middle;
}
.ratings .separator.temp {
  float: left;
}
.ratings .separator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #909090;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #ffffff;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-bottom: 35px;
  background-color: #fafafa;
  padding: 0;
  clear: both;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar select {
  width: auto;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin: 7px;
}
.toolbar .dropdown {
  border-top: none;
  border-left: none;
  border-bottom: none;
  float: left;
  width: 210px;
}
.toolbar .dropdown li,
.toolbar .dropdown .selected {
  padding: 18px 20px 17px;
  background: #FAFAFA;
}
.toolbar .dropdown .carat {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .toolbar .dropdown {
    width: auto;
    min-width: 130px;
  }
  .toolbar .dropdown .selected {
    padding-right: 40px;
  }
  .toolbar .dropdown div {
    top: 104%;
    left: auto;
    min-width: 100%;
    width: auto;
  }
  .toolbar .dropdown div ul {
    width: auto;
    min-width: 100%;
  }
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: 'Abel', sans-serif;
  color: #999;
  line-height: 30px;
  font-size: 12px;
}
.toolbar li,
.pager li {
  border: none;
  margin-right: 2px;
}
.toolbar li > a,
.toolbar li > span,
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  vertical-align: top;
}

.toolbar label,
.pager-no-toolbar label {
  float: left;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  color: #333333;
}

.sorter {
  float: left;
}
.sorter label {
  float: left;
  margin-right: 5px;
  display: none;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-left: 0;
}
.sorter > .sort-by .selectboxit-container .selectboxit-list {
  margin-left: -1px;
}
.sorter > .sort-by .sort-by-switcher {
  float: left;
  position: relative;
  overflow: hidden;
  font-size: 0;
  vertical-align: top;
  padding-top: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #e0e0e0;
  border-right: solid 1px #dfdfdf;
  background-color: #fafafa;
}
.sorter > .sort-by .sort-by-switcher::before {
  font-size: 24px;
  line-height: 46px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.sorter > .sort-by .sort-by-switcher:hover::before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sorter > .sort-by .sort-by-switcher--desc:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sorter > .sort-by .sort-by-switcher--desc:hover::before {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sorter > .view-mode {
  float: left;
  margin-bottom: 0;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  font-size: 0;
  position: relative;
  border-right: solid 1px #dfdfdf;
  background-color: #fafafa;
  line-height: 0;
  padding: 10px 13px 10px 13px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #e0e0e0;
  height: 50px;
  overflow: hidden;
}
.sorter > .view-mode .grid:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
}
.sorter > .view-mode strong.grid {
  color: #333;
}
.sorter > .view-mode .list:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
}
.sorter > .view-mode strong.list {
  color: #333;
}

.pager {
  float: right;
  margin: 0;
}
.pager .selectboxit-container .selectboxit-btn {
  width: 120px !important;
  border-right: none;
  border-left: solid 1px #dfdfdf;
}
.pager .selectboxit-container .selectboxit-list {
  width: 120px;
}
.pager .selectboxit-container .selectboxit-list li {
  margin: 0;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 10px 20px 0 0;
  color: #999;
  font-size: 14px;
}
.pager .amount strong {
  font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pager .amount {
    display: none;
  }
}
.pager .limiter {
  float: left;
  height: 50px;
  line-height: 50px;
}
.pager .limiter > label {
  padding-right: 20px;
  text-transform: uppercase;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .dropdown {
  text-align: left;
  border: none;
  border-left: solid 1px #dfdfdf;
  width: 120px;
}
.pager .dropdown li,
.pager .dropdown .selected {
  padding: 18px 20px 17px;
}

.category-products .pages {
  display: none;
}

.pages {
  float: left;
  margin: 0;
}
.pages strong {
  display: none;
}

.pages li {
  display: inline-block;
  margin: 0;
  float: left;
  position: relative;
}

.pages ol li a,
.pages ol li.current {
  display: inline-block;
  border: 0;
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid #dfdfdf;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pages ol li a.next,
.pages ol li.current.next {
  border-right: none;
}

.pages ol li a {
  color: #999;
  background-color: #fafafa;
}
.pages ol li a:hover {
  color: #333333;
  background-color: #EDEDED;
}

.pages ol li.current,
.pages ol li.current a {
  color: #333333;
  background-color: #EDEDED;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  position: relative;
}
.pages .next:before,
.pages .previous:before {
  color: #fac58f;
  font-size: 18px;
  line-height: 50px;
}

.pages .next:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.pages .previous:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.toolbar-bottom .toolbar {
  background: #ffffff;
}
.toolbar-bottom .toolbar .pager {
  float: left;
}
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .count-container {
  display: none;
}

.category-products .toolbar-bottom .toolbar .pages {
  display: block;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .pages ol li a,
  .pages ol li.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .pages .next:before,
  .pages .previous:before {
    line-height: 30px;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 991px) {
    .menubar-user {display:none!important;}

#cwsMenu-1 {display:none!important;}
.page-header-container {display:none!important;}

.skip-link {
    border-right: solid 1px #fff !important;
}

.count {display:none!important;}

  .sorter {
    border-bottom: solid 1px #dfdfdf;
  }

  .sorter > .sort-by {
    float: right;
  }

  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #0d0d0d;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: none;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: none;
  border-bottom: 7px solid #0d0d0d;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
#hideit,
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * OWL controls
 * ============================================ */
.owl-controls .owl-buttons div {
  background: none;
  opacity: 1;
}
.owl-controls .owl-buttons div.owl-prev, .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 45%;
  left: -25px;
  right: auto;
  background: none;
  padding: 0;
  text-align: center;
  margin: 0;
  font-size: 0;
  opacity: 1;
}
.owl-controls .owl-buttons div.owl-prev::before, .owl-controls .owl-buttons div.owl-next::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #c9c9c9;
  background: none;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
}
.owl-controls .owl-buttons div.owl-prev:hover::before, .owl-controls .owl-buttons div.owl-next:hover::before {
  color: #333333;
}
.owl-controls .owl-buttons div.owl-next {
  right: -25px;
  left: auto;
}
.owl-controls .owl-buttons div.owl-prev:before {
  content: "";
}
.owl-controls .owl-buttons div.owl-next:before {
  content: "";
}
@media only screen and (max-width: 1269px) {
  .owl-controls .owl-buttons div.owl-prev, .owl-controls .owl-buttons div.owl-next {
    top: -40px;
  }
  .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 50px;
  }
  .owl-controls .owl-buttons div.owl-next {
    right: 15px;
  }
}

/* ============================================ *
 * Additional Styles (Transitions etc.)
 * ============================================ */
a,
.button,
.swatch-link,
.swatch-link .swatch-label,
.swatch-link .swatch-text,
.swatch-link.has-image .swatch-label::before,
.block .product-image,
label:after,
#header-cart,
.skip-cart .count {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img,
.truncated .truncated_full_value .item-options {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}

#message-popup {
  z-index: 9999;
}
#message-popup .modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
}
#message-popup .close {
  position: absolute;
  top: 17px;
  right: 20px;
  opacity: 1;
  z-index: 9;
  font-size: 14px;
}
#message-popup .close:hover {
  color: #fac58f;
}
#message-popup .messages .error-msg li {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 20px;
}
#message-popup .messages .error-msg li:before {
  display: none;
}
#message-popup .success-msg li {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  padding: 20px;
}
#message-popup .success-msg li:before {
  display: none;
}

.account-social-login .theme-block {
  min-height: 240px !important;
  text-align: center;
}
.account-social-login .theme-block ul {
  margin-top: 10px;
}
.account-social-login .theme-block ul li {
  display: inline-block;
}
.account-social-login .theme-block ul li a:hover img {
  opacity: .8;
}

.account-social-login-y {
  margin-top: 10px;
}
.account-social-login-y ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Abel', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
  position: relative;
}
.input-box .input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  margin: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' * ';
  color: #ee372a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #909090;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  background: #fff;
  font-size: 14px;
}
.input-text:focus,
textarea:focus {
  border: 1px solid #cdcdcd;
  outline: 0;
}

.input-text.validation-failed {
  border-color: #ee372a;
}

.input-text.validation-failed:focus {
  outline-color: #f79b95;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  padding: 0 8px;
  border: solid 1px #dfdfdf;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 230px;
  max-width: 100%;
}

select {
  max-width: 100%;
  width: 92%;
  height: 40px;
  background: #fff;
  border: solid 1px #dfdfdf;
  margin-top: 0;
}
select option {
  padding: 5px 10px;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #909090;
}

input:-moz-placeholder {
  color: #909090;
}

input::-webkit-input-placeholder {
  opacity: 0.7;
}

input::-moz-placeholder {
  opacity: 0.7;
}

input:-moz-placeholder {
  opacity: 0.7;
}

input:-ms-input-placeholder {
  opacity: 0.7;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.3;
}

input:focus::-moz-placeholder {
  opacity: 0.3;
}

input:focus:-moz-placeholder {
  opacity: 0.3;
}

input:focus:-ms-input-placeholder {
  opacity: 0.3;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #ee372a;
  font-size: 14px;
}

.validation-advice {
  color: #eb340a;
  position: absolute;
  z-index: 139;
  bottom: -21px;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
}
.validation-advice:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 140;
  background: #ffffff;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.required {
  font-size: 14px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 300px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 15px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
.product-options ul.options-list label {
  color: #999;
  background-color: #fafafa;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
.product-options ul.options-list label:hover {
  background-color: #EDEDED;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 100%;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 15px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #909090;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
  margin-bottom: 30px;
}

.data-table td,
.data-table th {
  padding: 5px 15px;
  vertical-align: middle;
}

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: 'Abel', sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #dfdfdf;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: 'Abel', sans-serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #dfdfdf;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #dfdfdf;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #dfdfdf;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead {
    display: none;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: 'Abel', sans-serif;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead {
    display: none;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: 'Abel', sans-serif;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/*# sourceMappingURL=styles.css.map */

.sorter > .view-mode .grid, .sorter > .view-mode .list {
    border-right: solid 1px #FAFAFA;
    background-color: #FAFAFA;
}
.toolbar{
  border: 0px solid #FAFAFA;
  background: #FAFAFA;
}
.toolbar .dropdown{
  background: #FAFAFA;
  border-right: solid 1px #FAFAFA;
}
.sorter > .sort-by .sort-by-switcher{
  border-right: solid 1px #FAFAFA;
  background-color: #FAFAFA;
}
.pager .dropdown{
  border-left: 1px solid #FAFAFA;
  border-right: none;
}

@media screen and (max-width: 480px){

    .header-minicart-c{display:none;}
    .block-garanzie .inner{margin-bottom:5px;}
}
.lookbook-container.single{}
#home_pin_picture{}
#home_pin_picture .card{text-align:center;padding:30px;background:#313131;color:#fff}
#home_pin_picture .card p.h2{margin-bottom:20px;margin-top:0;color:#fff}
#home_pin_picture .card h2{font-size:18px;font-weight:600;color:#fff}
#home_pin_picture .card h3{font-size:18px;color:#fff}
#home_pin_picture .card p{line-height:30px;margin-top:30px}
#home_pin_picture .card .btn{margin-top:20px;color:#313131;width:100%;background:#fff}
#home_pin_picture .mgs-lookbook-container,#home_pin_picture img{width:100%;height:auto}
.pin__icon--add span.pin-label,.pin__type--area span.pin-label{background-color:#b36865!important;width:20px!important;height:20px!important;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%}
.pin__icon--add,.pin__type--area{background:rgba(255,255,255,.8)!important}
#home_ambienti{margin:20px auto 50px}
#home_ambienti .item{position:relative;float:left;width:100%}
#home_ambienti .item.big-size{background-repeat:no-repeat;background-position:0 0;background-size:cover}
#home_ambienti .item img{max-width:100%}
#home_ambienti .item .overlay{background-color:rgba(0,0,0,.4);padding:40% 20%;position:absolute;left:0;width:100%;top:0;height:100%}
#home_ambienti .item .overlay h3{color:#fff;font-size:24px}
#home_ambienti .item .overlay:hover{background-color:transparent}
#home_ambienti .item-big{background-repeat:no-repeat;background-position:center center;background-size:cover}
#home_ambienti .item-big .card{min-width:49.6%;max-width:65%;text-align:left;right:0;position:absolute;bottom:0;min-height:49.6%;max-width:100%}
#home_ambienti .item-big h3.card-title{text-align:left;font-size:21px;margin-bottom:40px}
#home_ambienti .item-big .card .card-body{padding:50px 60px}
#home_ambienti .item-big .card .card-body p{line-height:32px}
#home_ambienti .item-big .card .card-body .btn-link{margin-top:40px;float:left}
#home_ambienti .item-big .overlay{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,.4)}
.form-list .control input[type=checkbox]:checked + label:after {display:none !important;}
#checkout-shipping-method-load dl dd label { padding: 0 0 0 25px !important;}
#checkout-shipping-method-load dl dt { float: none !important;}