﻿
/* View Type: Grid / List */
.products-grid{ list-style: none; padding-left: 0}
/*.products-grid .item {margin-bottom: 2em;}*/
.products-list .item + .item {margin-top: 1.5em; padding-top: 1.5em; border-top: solid 1px rgba(0,0,0,.1);}
.products-grid .item .mobile-btn {
	width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
	cursor: pointer;
}
.mobile-device .products-grid .item .mobile-btn {display: inline-block;}
.widget .products-grid .item:nth-child(4n+1) {clear: left;}
.widget .products-grid .item:nth-child(4n+4) {clear: right;}
.widget-products .category-name {
  font-weight: normal;
  font-size: 1em;
  color: #666;
  margin: 0;
}

.product-view .loading .ajax-media-overlay {z-index: 9999; opacity: 1;}
.image-box {position: relative; overflow: hidden;}
.products-grid .image-box {margin-bottom: 1em; overflow: hidden;}
.products-list .product-buttons .add-to-links i {
    border-radius: 50%;
    border: solid 1px rgba(0,0,0,.1);
    height: 38px;
    width: 38px;
    font-size: 16px;
    color: rgba(0,0,0,.86);
    background-color: #fff;
    display: inline-block;
    line-height: 39px;
}
.products-list .product-buttons .add-to-links i {margin-right: 5px;}
.products-list .product-buttons .add-to-links a {
  color: rgba(0,0,0,.4);
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-list .product-buttons .add-to-links a span {display: inline-block; vertical-align: middle; margin-top: -6px;}
.products-list .product-buttons .add-to-links a:hover {color: #3b8ee3;}
.products-list .product-buttons .add-to-links a:hover i {background-color: #3b8ee3; color: #fff;}
.widget-products .products-grid {margin-bottom: 0;}
.products-grid div:not(#related-slider) .owl-wrapper-outer {padding: 18px 8px 9px; margin: -18px -8px 0; width: calc(100% + 16px);}






.products-grid .item .indent {
	text-align: left;
	position: relative;
	border: solid 1px transparent;
	padding: 15px 9px 12px 9px;
	transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;

}

.products-grid .item .riquadro-block {
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border-color: #ddd;
}

.products-grid .item .login-block, .products-grid .item .ind-block {
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border-color: #ddd;
    margin: 5px;
}

.products-grid .item:hover .indent {box-shadow: 0 0 8px rgba(0,0,0,.1); border-color: #ddd;}
/*.products-grid .item:hover .indent { background-color: #283148; color: white}*/
.products-grid .item:hover .riquadro-block, .products-grid .item:hover .login-block {
    background-color: #ffe5b7;
    color: #444;
}

    .products-grid .item:hover .riquadro-block a:hover {
        color: #444;
    }
    .products-grid .item:hover .riquadro-block a {
        color: white
    }

.products-grid .selected {
    background-color: #ffe5b7;
    color: #444;
    
}

.hover-buttons {
    background: #372e44;
    height: 36px;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    z-index: 99;
    transition: bottom 200ms linear;
    -moz-transition: bottom 200ms linear;
    -webkit-transition: bottom 200ms linear;
}






.mobile-device .item .hover-buttons,
.item:hover .hover-buttons {bottom: 0;}
.hover-buttons .hover-btn {height: 36px; width: 25%; float: left; text-align: center; font-size: 16px; color: #fff; line-height: 36px;}
.hover-buttons .hover-btn:first-child:nth-last-child(1) {width: 100%;}
.hover-buttons .hover-btn:first-child:nth-last-child(2),
.hover-buttons .hover-btn:first-child:nth-last-child(2) ~ .hover-btn {width: 50%;}
.hover-buttons .hover-btn:first-child:nth-last-child(3),
.hover-buttons .hover-btn:first-child:nth-last-child(3) ~ .hover-btn {width: 33.3333%;}
.hover-buttons .hover-btn:first-child:nth-last-child(4),
.hover-buttons .hover-btn:first-child:nth-last-child(4) ~ .hover-btn {width: 25%;}

.hover-buttons .hover-btn:after {content: none;}
.hover-buttons .hover-btn:hover {background-color: rgba(255,255,255,.15)!important;}
.hover-buttons .hover-btn.btn-quickview {background: transparent; padding: 0; border: none; border-radius: 0;}
.hover-buttons .hover-btn.btn-quickview i {display: inline-block; margin: 0;}
.hover-buttons .hover-btn.btn-quickview i + span {display: none;}
.hover-buttons .hover-btn.lightbox-button {position: relative; top: auto; left: auto; margin: 0; opacity: 1; background: transparent; border-radius: 0;}






.products-list .product-image,
.products-grid .product-image {display: block; border: solid 1px transparent; position: relative; overflow: hidden; border-radius: 5px;}
.products-grid .product-name,
.products-list .product-name {margin: 0 0 .66em; line-height: 1.25;}
.product-name a {color: rgba(0,0,0,.86);}
.products-grid .product-name a,
.products-list .product-name a,
.footer-products-list .product-name a {
    
	color: #283148;
    /* text-align: center; */
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Arial', sans-serif;
}
.products-grid .riquadro-block a {
    display: block;
    line-height: 20px;
}

.products-grid .indent h5 a {
     display: block;
    line-height: 20px;
    font-size: 98%;
}




.products-grid .product-name a:hover,
.products-list .product-name a:hover,
.footer-products-list .product-name a:hover {color: #3b8ee3;}

.products-grid .riquadro-block a:hover {
    color: white;
}







.products-grid .availability,
.products-list .availability {margin-bottom: 1em;}
.products-list .availability {display: block;}
.products-grid .ratings,
.products-list .ratings {margin: 0 0 .75em;}
.products-grid .price-box,
.products-list .price-box {margin-bottom: 1em; line-height: 1; border-top: solid 1px #ddd; padding-top: 9px;}
.products-list .price-box-text {
    margin-bottom: 1em;
    line-height: 1;
}
.products-list .timer-box {margin-bottom: 1em;}
.products-grid .add-to-links span,
.products-list .add-to-links span,
.products-grid .btn,
.products-list .btn {display: inline-block; vertical-align: middle;}
.products-grid .add-to-links,
.products-list .add-to-links {display: inline-block; vertical-align: middle; margin: 2px 0 0;}
.products-grid .add-to-links i,
.products-list .add-to-links i {
  height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  line-height: 38px;
  margin: 0;
  font-size: 16px;
  color: #aaa;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-grid .add-to-links i:hover,
.products-list .add-to-links i:hover {background-color: #f0f0f0; color: #aaa;}

.products-grid.no-indents .item {padding: 0; margin-bottom: 0;}
.products-grid.no-indents .item .image-box {margin: 0;}
.products-grid.no-indents .item .product-image {border-width: 0;}
body .btn i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.category-products .products-grid.no-indents {margin: 0!important;}

/* Products Grid Colums */
.widget-grid.row {margin-left: -10px; margin-right: -10px; margin-bottom: 0;}
.products-grid .item {float: left; padding: 0;}
.products-grid.one-column:not(.carousel-ul) .item {min-width: 100%;}
.products-grid.two-columns:not(.carousel-ul) .item {width: 50%;}
.products-grid.three-columns:not(.carousel-ul) .item {width: 33.332%;}
.products-grid.three-columns:not(.carousel-ul) .item:first-child {margin-left: -1px;}
.products-grid.four-columns:not(.carousel-ul) .item {width: 25%;}
.products-grid.five-columns:not(.carousel-ul) .item {width: 20%;}
.products-grid.six-columns:not(.carousel-ul) .item {width: 16.66%;}
.products-grid.seven-columns:not(.carousel-ul) .item {width: 14.28%;}
.products-grid.eight-columns:not(.carousel-ul) .item {width: 12.5%;}
.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n+1),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n+1),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n+1),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n+1),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n+1),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n+1),
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n+1) {clear: left;}
.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n),
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n) {clear: right;}

/* ======================================================================================= */
/* Product Labels */

.product-labels-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  z-index: 4;
}
.product-labels-wrapper > div, .product-labels-wrapper > div a {
  padding: 2px 4px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  float: left;
  position: relative;
}
.product-labels-wrapper > div a:hover {
    color: #f0ad4e;
}
.product-labels-wrapper > div + div {clear: both;}
.product-labels-wrapper > div.label-new {background-color: #ff5400;}
.product-labels-wrapper > div:not(.label-new) {background-color: #82b641;}
.product-labels-wrapper.bottom {
  top: auto;
  bottom: 10px;
}
/* label type 1 */
.product-labels-wrapper.label-type-1 > div {
  border-radius: 50%;
  -moz-border-radius: 50%;
  height: 25px;
  line-height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 7px;
}
.product-labels-wrapper.label-type-1 .availability-only {
  min-width: 33px;
  line-height: 26px;
  min-height: 33px;
}
.product-labels-wrapper.label-type-1 .availability-only p {
  display: block;
  line-height: normal;
  position: relative;
  top: -10px;
}
.label-type-1 .label-sale.percentage {
  font-size: 1em;
  padding: 0 9px;
}
.label-type-1 .label-sale.percentage span {
  display: block;
  height: auto;
  font-size: 0.75em;
  line-height: normal;
  position: relative;
  top: -6px;
}
/* label type 2 */
.product-labels-wrapper.label-type-2 .availability-only p,
.product-labels-wrapper.label-type-2 .percentage span {
  display: inline;
  padding-left: 1px;
}
/* label type 3 */
.product-labels-wrapper.label-type-3 > div {
  border-radius: 50px;
  -moz-border-radius: 50px;
  line-height: 33px;
  height: 33px;
  padding: 0 12px;
}
.product-labels-wrapper.label-type-3 .availability-only {
  line-height: 33px;
}
.product-labels-wrapper.label-type-3 .availability-only p {
  display: inline;
  padding-left: 1px;
}
.product-labels-wrapper.label-type-3 .percentage {
  line-height: 27px;
  padding: 0 18px;
  font-size: 1em;
}
.product-labels-wrapper.label-type-3 .percentage span {
  top: -17px;
  display: block;
  position: relative;
  font-size: .75em;
}
/**** label type 4 ****/
.product-labels-wrapper.label-type-4 > div {
  line-height: 20px;
  height: 20px;
  padding: 0 5px 0 7px;
  position: relative;
}
.product-labels-wrapper.label-type-4 .percentage {
  font-size: 1em;
}
.product-labels-wrapper.label-type-4 .percentage span {
  display: inline;
  padding-left: 1px;
  font-size: .75em;
}
.product-labels-wrapper.label-type-4 .availability-only p {
  display: inline;
  padding-left: 1px;
}
.product-labels-wrapper.label-type-4 > div:before,
.product-labels-wrapper.label-type-4 > div:after {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  content: '';
  position: absolute;
  right: -5px;
}
.product-labels-wrapper.label-type-4 > div:before {
  border-top: 10px solid;
  top: -1px;
}
.product-labels-wrapper.label-type-4 > div:after {
  border-bottom: 10px solid;
  bottom: -1px;
}
.product-labels-wrapper.label-type-4 > div:before,
.product-labels-wrapper.label-type-4 > div:after {
  border-right: 5px solid transparent;
  border-left: inherit;
  left: auto;
  right: -5px;
}
/* Product View ========================================================================== */
/* Rating */
.no-rating {margin: 0;}
.ratings {line-height: 1.25; margin: 7px 0;}
.ratings strong {float: left; margin: 1px 5px 0 0;}
.ratings .rating-links {margin: 2px 0 0; display: inline-block; font-size: 11px;}
.ratings .rating-links a,
.ratings .amount a {color: #3b8ee3;}
.ratings .rating-links a:hover,
.ratings .amount a:hover {color: #3b8ee3;}
.ratings .rating-links .separator {margin: 0 2px;}
.rating-box {
  float: left;
  position: relative;
  font-size: 14px;
  color: #bbb;
  margin-right: 10px;
  top: -2px;
}
.rating-box i {margin-right: 3px; width: 11px; font-style: normal; font-size: 16px; height: 20px; line-height: 20px; display: inline-block;}
body.apple-device .rating-box i {font-size: 12px;}
.rating-box i:before {width: 11px;}
.rating-box i:nth-child(5n) {margin-right: 0;}
.rating-box .rating {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  color: #ffd34b;
  height: 20px;
}


/********** < Product Prices */
.availability.out-of-stock + .price-box .price {color: #b2b2b2;}
.price {
	white-space: nowrap !important;
	color: #283148;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

/* Old price */
.old-price,
.special-price {display: inline-block; vertical-align: bottom; margin-bottom: 0;}
.std .old-price,
.std .special-price {margin-bottom: 0;}
.price-label {display: none;}
.old-price .price {font-size: 14px; font-weight: normal; color: #444; text-decoration: line-through;line-height: 20px; padding: 0 5px}
/* Special price */
.special-price .price-label {display: none;}

/* Minimal price (as low as) */
.minimal-price .price-label {font-weight: bold; white-space: nowrap;}
.minimal-price-link {display: block;}
.minimal-price-link .label {font-size: 1em; color: #666; font-weight: bold; padding-left: 0;}
.minimal-price-link .price {font-weight: normal;}

.product-no-disp {
    color: red;
    font-size: 130%;
    font-weight: 400;
    line-height: 30px;
}

.product-si-disp {
    color: green;
    font-size: 130%;
    font-weight: 400;
    line-height: 30px;
}

.indent .product-no-disp, .indent .product-si-disp {
    font-weight: 600;
    font-size: 115%;
}

.Disponibilita {
    height: 30px;
    line-height: 30px;
}












/* #Tablet (Portrait) ================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1007px) {
    .form-list .gender {
        width: 13.88888888888889%;
    }
	.form-list .gender + li.customer-dob { width: 69.44444444444444%; }
	.form-list .gender + li.customer-dob .dob-month,
	.form-list .gender + li.customer-dob .dob-day { width: 19.99000499750125%; }
	.form-list .gender + li.customer-dob .dob-year { width: 59.82008995502249%; }
	.col-main.col-sm-9 .form-list .customer-name-prefix-middlename .name-middlename,
	.col-main.col-sm-9 .form-list .customer-name-middlename-suffix .name-middlename,
	.col-main.col-sm-9 .form-list .customer-name-middlename .name-middlename { margin-top: -1.5em;}

	body [class*="col2-"] .products-grid.five-columns li.item,
	body [class*="col2-"] .products-grid.six-columns li.item,
	body [class*="col2-"] .products-grid.seven-columns li.item,
	body [class*="col2-"] .products-grid.eight-columns li.item { width: 25%; }

	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(5n+1),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(6n+1),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(7n+1),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(4n+1),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(4n+1),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(4n+1),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(4n+1) { clear: left; }

	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(4n+4),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(4n+4),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(4n+4),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(4n+4) { clear: right; }

	body .col3-layout .products-grid.three-columns li.item,
	body .col3-layout .products-grid.four-columns li.item,
	body .col3-layout .products-grid.five-columns li.item,
	body .col3-layout .products-grid.six-columns li.item,
	body .col3-layout .products-grid.seven-columns li.item,
	body .col3-layout .products-grid.eight-columns li.item { width: 50%; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(3n+1),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(5n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(6n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(7n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(2n+1) { clear: left; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(2n+2) { clear: right; }

	body .col3-layout .category-products .products-grid .btn:not(.btn-quickview) {padding: 0; width: 40px; height: 40px; line-height: 40px;}
	body .col3-layout .category-products .products-grid .btn:not(.btn-quickview) i.fa {display: inline-block;}
	body .col3-layout .category-products .products-grid .btn:not(.btn-quickview) span span {display: none;}

	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename .name-middlename { margin-top: -1.5em;}

	/* Header */
	.header .welcome-msg { display: none; }
	.header .top-block {text-align: center;}
	.header .links,
	.header .header-custom-links {float: none; display: inline-block;}

	.header .header-custom-links .navbar-header {display: none;}
	.header .header-custom-links .header-links.navbar-collapse.collapse {display: block!important; height: auto!important; padding: 0;}
	.header .middle-block .container {text-align: center;}
	.header .logo-wrapper {float: none; display: inline-block; text-align: center; margin: 0 0 14px;}
	.header .right-block {float: none;}

	.header .logo,
	.header .quick-access {float: none; display: inline-block; margin: 0;}
	.header .quick-access {position: relative;}
	header.header .customer-name-wrapper + .links {right: 0; text-align: left;}
	.header h2.logo {margin-bottom: 1em; display: block;}
	.banner-home .divider-border { width: 60%; }
	.header .top-block .navbar-toggle {display: block;}
/* 	.header-links.navbar-collapse { position: absolute; min-width: 150px; right: 0; background-color: #fff; padding: .91em 9px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1); box-shadow: 0px 1px 2px rgba(0,0,0,.1); margin: 0; z-index: 9999; top: 100%;}
	.header-links.navbar-collapse.collapse {display: none!important;}
	.header-links.navbar-collapse.collapse.in {display: block!important;}
	.header-links.navbar-collapse li { display: block; margin: 0; padding: .42em 9px; float: none;}
	.header-links.navbar-collapse li a { color: #222;  width: 100%;}
	.header-links.navbar-collapse li a:hover { color: #ea505e; background: none;} */

	#header .header-custom-block-wrapper {padding-top: 10px; padding-bottom: 0;}
	#header .quick-access {padding-top: 51px; padding-bottom: 41px;}
	#header .logo-wrapper {text-align: left;}
	body #header .header-socials ul.social-links li {margin: 0 10px !important;}
	.header .navbar-header .navbar-toggle {display: block; border: none;}
	.header .navbar-default .navbar-toggle:hover,
	.header .navbar-default .navbar-toggle:focus {background-color: rgba(255,255,255,.1);}
	.header .topmenu.navbar-collapse {
		width: 300px;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 999;
		padding: 1.5em 0;
		transition: left 550ms ease;
	}
	ul.topmenu li.level1.parent > a:after,
	ul.topmenu li.level1.parent li.parent > a:after {content: none;}
	.header .topmenu.navbar-collapse .menu-wrapper {background: none!important;}
	.header .topmenu.navbar-collapse .menu-wrapper ul.level0 {margin: .75em 0;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle {border: none; margin: 0; padding: 0; white-space: normal;}
	ul.topmenu li.level0.parent a.level-top::after,
	.header .nav-wide .menu-wrapper ul.level0 li.level1 a span::before {content: none!important;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul {margin-bottom: .5em;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul a {border: none; padding-top: .5em; padding-bottom: .5em;}
	.header .topmenu.navbar-collapse.collapse {left: -300px;}
	.header .topmenu.navbar-collapse.collapse.in {display: block!important; left: 0;}
	.header .topmenu.navbar-collapse > ul,
	.header .topmenu.navbar-collapse li {display: block; margin: 0; float: none; width: auto!important; padding: 0!important;}
	.header .topmenu.navbar-collapse li a {width: 100%; display: block; float: none; padding-left: 10px; padding-right: 10px;}
	.header .topmenu li.level0 a.level-top:hover,
	.header .topmenu li.level0.over a.level-top,
	.header .topmenu.navbar-nav li.level0.active > a.level-top {color: #3b8ee3!important; background: none;}
	.header .topmenu li.level0 a > i {display: none;}
	.header .topmenu li ul ul {display: none; position: static; width: 100%; box-shadow: none;}
	.header .topmenu li.level0 + li.level0:after,
	.header .topmenu li.level0 + li.level0:before {content: none;}
	.header .topmenu .menu-item-button {position: absolute; right: 10px; padding: 5px; z-index: 1000; cursor: pointer; font-size: 14px; top: 5px; color: #222;}
	.header .topmenu .menu-item-button .icon-minus {display: none;}
	.header .topmenu .menu-item-button.active .icon-minus {display: inline-block;}
	.header .topmenu .menu-item-button.active .icon-plus {display: none;}
	.header .topmenu ul ul .menu-item-button {top: 0;}
	#header .topmenu  ul {padding-left: 10px!important; background: none!important;}

	/* body #header .navbar-default {position: static;} */
	#header .menu-button {background: none; color: #fff; position: absolute; right: 0; bottom: 17px;}
	#header .menu-button:after {content: none;}
	#header .menu-button span {display: none;}
	#header .menu-button i {font-size: 24px;}

	ul.topmenu.nav-wide li.level-top,
	ul.topmenu.nav-wide ul.level0 li.level1 {display: block; margin: 0; float: none; position: relative; width: auto!important; padding: 0 15px;}
	ul.topmenu.nav-wide .top-content,
	ul.topmenu.nav-wide .bottom-content,
	ul.topmenu.nav-wide .right-content {display: none;}
	ul.topmenu.nav-wide .menu-wrapper {position: static; box-shadow: none; padding: 0 20px;}
	ul.topmenu li.level0 a.level-top {border: none; margin: 0; padding: .5em 10px!important; color: #222;}



	#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: 0;}





	#header ul.topmenu li.level0 a.level-top span::after {content: none;}
	#header .top-cart.slide {overflow: hidden;}
	#header .top-cart.slide .topCartContent {
		position: fixed;
		right: -350px;
		width: 300px;
		top: 1.5em;
		bottom: 0;
		background-color: #222;
		color: #fff;
		display: block!important;
		transition: right 250ms linear;
	}
	#header .top-cart.slide .topCartContent .close-btn {display: block;}
	#header .top-cart.slide .active + .topCartContent {right: 0;}
	#header .top-cart.slide .block-content .mini-products-list .product-details .product-name a {color: #fff;}
	#header.header .top-cart.slide .block-content .subtotal {background-color: rgba(255,255,255,.2);}
	#header.header .top-cart.slide .block-content .subtotal .label {color: #fff;}

	#sticky-header {display: none!important;}
	.menu-block .customer-name strong { display: none; }
	.menu-block .customer-name .user-icon { margin-right: 10px; }

	/* .footer-products-list .product-shop {width: 65%;} */
	.customer-reviews-widget .btn {padding-left: 20px; padding-right: 20px;}
	.block-compare li.item .product-name {width: 79%;}

	/* Listing =================================== */
	.block.block-reorder .actions .btn,
	.block.block-compare .actions .btn { width: 100%; }
	body .block .actions .btn-default + .btn-primary {margin: 0.75em auto 0; clear: both; display: block;}


	body .products-list .product-buttons .btn {margin-bottom: .75em;}

	.block-account li:before {vertical-align: top; position: relative; top: 12px;}
	.block-account li.current:before {vertical-align: top; position: relative; top: 6px;}
	.block.block-account li a {max-width: 86%;}
	.col3-layout .sorter .amount,
	.col3-layout .sorter .limiter label { display: none; }

	/* Home Page */
    #home-slider .slide-container.slide-skin .title {font-size: 11px;}
    #home-slider .slide-container.slide-skin .text {font-size: 9px;}

	/* Product Page ============================== */
	.with-sidebar .small-layout .product-buttons a span { width: 56%; }
	.block.block-related .block-title strong span { padding-right: 45px; }
	.product-view .product-buttons a span { width: 71%; }
	.no-sidebar .small-layout .product-buttons a span { width: 70%; }
	.medium-layout .product-buttons a span { width: 65%; }
	.product-options-bottom .price-box { float: none; }
	.product-view .with-sidebar .small-layout .add-to-cart #product-addtocart-button,
	.product-view .with-sidebar .medium-layout .add-to-cart #product-addtocart-button {margin-left: 0; margin-top: .75em;}
	.product-view .with-sidebar .small-layout .quantity-wrapper,
	.product-view .with-sidebar .medium-layout .quantity-wrapper {float: none;}
	.with-sidebar .small-layout .add-to-links li:not(:first-child),
	.product-view .with-sidebar .small-layout .add-to-links li,
	.product-view .with-sidebar .small-layout .add-to-links i { margin: 0; }
	.product-view .with-sidebar .small-layout .add-to-links a:hover i { color: #ea505e; }
	.product-view .with-sidebar .small-layout .add-to-links a span { display: none; }

	.product-view .no-sidebar .medium-layout .add-to-links li:not(:first-child),
	.product-view .no-sidebar .large-layout .add-to-links li:not(:first-child) { margin: 0 15px 0 0; }
	.product-view .with-sidebar .timer-wrapper .add-to-links li:not(:first-child) {margin-top: .75em;}
	.timer-wrapper.full .timer-box > div { min-width: 40px;}
	.timer-wrapper.full .timer-box > div span {font-size: 3em;  min-width: 40px;}
	.small-layout .product-options-bottom .timer-wrapper #product-addtocart-button {margin-top: .75em;}
	.timer-wrapper .title, .timer-box > span.title, .timer-wrapper.full .timer-box > span.title {float: none;}

	.product-view .vertical-tabs .tab-content-inner { width: 69%; }
	.no-sidebar .large-layout .vertical-tabs .tab-content-inner { width: 54%; }
	.no-sidebar .large-layout .vertical-tabs > .nav-tabs > li > a { width: 170px; }
	.no-sidebar .large-layout #tabs.vertical-tabs:after { left: 169px; }
	.product-view .small-layout .vertical-tabs .tab-content-inner { width: 100%; }
	.product-view .extralarge-layout .vertical-tabs .tab-content-inner { width: 70%; }
	.product-view .product-shop .box-tags .form-add .input-box,
	.product-view .product-shop .product-collateral .box-tags .form-add .input-box,
	.product-view > .product-collateral .box-tags .form-add .input-box { width: 100%; }

	.product-view .no-sidebar .medium-layout .nav-tabs>li { float: none; }
	.product-view .no-sidebar .medium-layout .vertical-tabs > .nav-tabs { float: none; margin: 0; }
	.product-view .no-sidebar .medium-layout .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
	.product-view .no-sidebar .medium-layout #tabs.vertical-tabs:after { display: none; }
	.product-view .no-sidebar .medium-layout .vertical-tabs .tab-content-inner { width: 100%; padding: 0 20px;}

	.with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item,
	.no-sidebar .medium-layout #upsell-product-table li.item,
	.large-layout #upsell-product-table li.item { width: 50%; }
	.no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item { width: 100%; }

	.with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(4n+1),
	.with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(4n+4),
	.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+1),
	.large-layout #upsell-product-table li.item:nth-child(3n+1),
	.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+3),
	.large-layout #upsell-product-table li.item:nth-child(3n+3),
	.no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item:nth-child(2n+1),
	.no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item:nth-child(2n+2) { clear: none; }

	.with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(2n+1),
	.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1),
	.large-layout #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
	.with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(2n+2),
	.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2),
	.large-layout #upsell-product-table li.item:nth-child(2n+2) { clear: right; }

	.product-view .no-sidebar .large-layout #tabs:not(.vertical-tabs) .nav-tabs > li > a { max-width: 100px; font-size: .83em; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
	.product-view .product-shop.extralarge-layout #tabs:not(.vertical-tabs) .nav-tabs > li > a { max-width: 140px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }

	.related-bottom li.item:not(.owl-item):nth-of-type(4n+1) { clear: left; }
	.related-bottom li.item:not(.owl-item):nth-of-type(4n+4) { clear: right; }
	.block-related .media-left {display: block; margin: 0 0 .75em; padding: 0;}
	.product-view .product-name h1,
	.product-view .product-shop .price-box .price {font-size: 2em;}
	.product-banner {font-size: .5em;}
	#customer-reviews .form-add {margin-top: 1.5em;}

	#super-product-table .quantity-wrapper {width: 120px;}
	#super-product-table .quantity-wrapper i.fa {width: 20px;}
	#super-product-table .quantity-wrapper input {width: 40px;}


	/* Account ============================================= */
	.my-account p.order-links { text-align: right; }
	.my-account .product-review .media-body .product-name { margin: 0; }
	.my-account .product-review .media-body .product-details small { float: none; margin-bottom: .75em; clear: both;}
	.my-wishlist .cart-cell .add-to-cart-alt { text-align: center; }
	.my-account .my-wishlist .cart-cell .btn-primary { margin: .75em 0 0; clear: both; }
	.my-wishlist .table-button { margin-bottom: .75em; }

	/* Cart =============================================== */
	#shopping-cart-table .product-name a { max-width: 58%; }
	#shopping-cart-totals-table + .checkout-types .btn-proceed-checkout { white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; width: 100%; padding: 6px; }
	.cart .crosssell .product-details { width: 100%; }
	.cart .cart-collaterals.sidebar > div { width: 33.333333%; float: left; padding: 0 10px; }
	.cart .cart-collaterals.sidebar > div:first-child { padding-left: 0; }
	.cart .cart-collaterals.sidebar > div:last-child { padding-right: 0; }
	#co-billing-form .gender { width: 16.66666666666667%; }
	#co-billing-form .dob { width: 100%; }
	#co-billing-form .gender + .dob { width: 83.33333333%; }
	.cart .cart-block .buttons-set .btn {width: 100%;}
	.cart .cart-block .buttons-set .btn + .btn {margin-top: -.5em;}
	.cart .cart-collaterals:not(.sidebar) .cart-block .buttons-set .btn {width: auto;}
	.cart .cart-collaterals:not(.sidebar) .cart-block .buttons-set .btn + .btn {margin-top: 0;}
	#crosssell-products-list .product-image {margin: 0 0 .75em; width: 100%;}
	.cart .crosssell li.item .add-to-links li i,
	.cart .crosssell li.item .btn {width: 32px; height: 32px; line-height: 30px;}
	.checkout-multishipping-addresses .table-responsive {overflow: visible;}

	/* Product listing */
	.products-grid li.item.type-3 .product-buttons-wrapper.bottom-actions .link-compare-wrapper,
	.products-grid li.item.type-3 .product-buttons-wrapper.bottom-actions .link-wishlist-wrapper {margin-left: 5px;}
	.products-grid li.item.type-3 .product-buttons-wrapper .btn-cart {padding-left: 15px; padding-right: 15px;}
	.products-grid li.item .timer-box > div {margin-bottom: 2px;}



	/* Footer */

	/* #popup-block .modal-dialog {width: 80%!important;} */
	/* #popup-block .modal-dialog .modal-content {width: 100%!important;} */
	#popup-block.tablet-hide { display: none !important; }

	.info-block div:last-of-type .inner {padding-right: 40px;}

	[class*="col2-"] #customer-reviews > div,
	.col3-layout #customer-reviews > div {float: none!important; width: 100%;}
	[class*="col2-"] .box-reviews .customer-rating {width: 23%;}
	[class*="col2-"] .review-box {width: 75%; min-height: 181px;}
	[class*="col2-"] .review-box .review {width: 77%;}
	[class*="col2-"] .box-reviews .rating-block #product-review-table .item,
	.col3-layout .box-reviews .rating-block #product-review-table .item {padding-left: 20px; padding-right: 20px;}

	.col3-layout .product-options-bottom .price-box {float: none;}
	[class*="col2-"] .product-view .add-to-links li:nth-child(3n),
	.col3-layout .product-view .add-to-links li:not(:first-child),
	[class*="col2-"] .with-sidebar .add-to-links li:not(:first-child) {margin-top: .75em!important;}
	.col3-layout .nav-tabs > li,
	[class*="col2-"] .nav-tabs > li,
	[class*="col2-"] .vertical-tabs .nav-tabs {float: none; margin-right: 0;}
	.col3-layout .nav-tabs > li a,
	[class*="col2-"] .nav-tabs > li a {width: 100%; max-width: 100%!important;}
	.product-view .product-img-box .more-views h2,
	.catalog-product-view  .block-title strong span {font-size: 1em;}
	[class*="col2-"] .product-view #tabs.vertical-tabs::after {content: none;}
	.col3-layout .vertical-tabs > .nav-tabs {width: 200px;}

	.block-cart .product-image {max-width: 44px;}
	.block-cart.block .block-content .btn-remove{top: -5px;}
	.block-cart .block-content .mini-products-list .product-details {width: 62%;}

	.my-account table.table .nobr {white-space: normal!important;}
	.my-account table.table > thead > tr > td,
	.my-account table.table > tbody > tr > td,
	.my-account table.table > tfoot > tr > td {padding: .75em 9px;}
	aside.sidebar .block.block-wishlist li.item .product-image {width: 100%; margin-right: 0;}

	aside.sidebar .block.block-wishlist .media-left {display: block; margin: 0 0 .75em; padding: 0;}
	aside.sidebar .block.block-wishlist .slider-buttons  {top: 2px;}

	.my-account table.table .product-name {max-width: 76%;}
	#shopping-cart-table .product-image {margin-right: 12px; margin-bottom: .75em;}

 	[class*="col2-"] .product-view  .vertical-tabs .tab-content-inner {width: 100%; padding: 0 20px;}
	.product-view .small-layout .product-buttons > div,
	[class*="col2-"] .product-view .with-sidebar .product-buttons > div {float: none; width: 100%;}
	.product-view .small-layout .product-buttons .prev-button + .next-button ,
	[class*="col2-"] .product-view .with-sidebar .product-buttons .prev-button + .next-button {margin: .75em 0 0;}
	[class*="col2-"] .product-view .with-sidebar .quantity-wrapper + #product-addtocart-button {margin: .75em 0 0;}

 	.catalog-product-view .col3-layout .col-main {float: none; width: 100%; clear: both; left: 0;}
	.catalog-product-view .col3-layout .col-left {width: 50%; left: 0;}
	.catalog-product-view .col3-layout .col-right {width: 50%; right: 0;}
	.product-view .no-sidebar .small-layout .add-to-links li:not(:first-child) {margin-top: .75em;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div {min-width: 30px;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div span {font-size: 2em; min-width: 30px;}
	.timer-wrapper.full .timer-box > div.title {margin-bottom: .5em;}

	#customer-reviews > .pull-left,
	#customer-reviews > .pull-right {float: none!important;}

	#toTop {display: none!important;}
	.form-list label {display: inline-block; float: none;}

	body #footer .footer-bottom p a {display: inline-block;}
	body #footer .footer-bottom .payments-wrapper h4 {margin-bottom: .75em;}
	body #footer .left-background {bottom: -100%;}
	body .toolbar .sorter .a-center {text-align: left!important;}
	#header .right-menu-wrapper {text-align: left;}

	body .block-cart .img-container {width: 56px; margin-right: 10px;}
	body .block-cart .block-content .mini-products-list .product-details {width: 60%;}
	body .block-cart .block-content .mini-products-list .product-details  .product-name {font-size: .91em;}
	.col3-layout .toolbar .sorter .a-center {width: 60%;}
	.col3-layout .toolbar .sorter .a-right {width: 40%;}

	.text-blocks-wrapper p {font-size: .91em;}

	.customer-reviews-widget .product-block {padding-left: 20px; padding-right: 20px;}
	.customer-reviews-widget .right-wrapper {width: 60%;}

	.subscribe-block .info {padding-left: 30px;}
	.subscribe-block .input {float: none; clear: both; border-top: solid 1px rgba(0,0,0,.1); text-align: center;}
	.subscribe-block .input .block-subscribe {display: inline-block;}
	.subscribe-block .input .input-wrapper {width: 450px;}

	#footer .horizontal-links li {font-size: 12px; padding: 0 6px;}
	.nav-wide .menu-wrapper .sub-content .menu-banners {margin: 0 -38px; position: static;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner {width: 50%;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner a {padding: 0;}
	#popup-block .block-subscribe .block-title {margin-bottom: 1em;}

	.block-cart.block  .block-subtitle {border-bottom: solid 1px rgba(0,0,0,.1); margin-bottom: 1em; padding-bottom: 1em;}
	.block-cart.block .block-content .mini-products-list li {border-bottom: solid 1px rgba(0,0,0,.1); padding-bottom: 1em; margin-bottom: 1em;}
	.block-cart.block .block-content .btn-remove,
	.block-cart.block .block-content .btn-edit {padding-left: 6px!important; padding-right: 6px!important; top: 0;}
	.block-cart.block .block-content .mini-products-list li .media-left {display: none; padding: 0 0 9px;}
	.block-cart.block .block-content .mini-products-list li .product-image {width: 100%; max-width: 100%;}
	.block-cart.block .block-content .product-name {font-size: 14px;}
	.catalog-category-view .block-layered-nav .block-title {padding: 9px 0 3px; font-size: 1.16em; float: none;}
	.catalog-category-view .block-layered-nav .block-content {padding: 0 0 9px; background: none; border: none; width: 100%!important;}
	.catalog-category-view .block-layered-nav .block-content dt {padding: 0 10px 0 0; font-size: 1em; border: none;}
	.block-layered-nav .block-content dt::after {margin-left: 4px; margin-top: 2px;}

	.products-grid .product-name {font-size: 14px;}
	.block-title {font-size: 1.33em;}
	.products-grid .item.type-2 .indent {padding: 15px;}
	.block-layered-nav .currently {padding: 0 0 6px; margin-bottom: 6px;}
	.block-layered-nav .actions {padding: 6px;}

	body .subscribe-block {padding: 20px;}
	body .subscribe-block i {display: none;}
	body .subscribe-block .block-content label {font-size: 13px;}
	body .subscribe-block .block-content .input-wrapper {width: 224px;}

	.footer-bottom .banners-row .footer-custom {margin: 1px 0;}
	.footer-bottom .banners-row .shipping-wrapper {width: 60%;}
	.footer-bottom .store-switcher-wrapper {float: none!important; text-align: center;}

	.block-list li.item .product-name a {max-width: 92%; padding-top: .5em; padding-bottom: .5em; padding-left: 0;}
	.block-list li.item .product-name:before {vertical-align: top; position: relative; top: 11px; margin: 0; left: -8px;}
	header.header .top-cart .block-content .actions  .btn-default + .btn-primary {display: inline-block; margin: 0 0 0 14px;}
	
	#header .top-block {text-align: center;}
	#header .top-block .left-block {float: none; display: inline-block;}
	#header .top-block .right-block {float: none; display: inline-block; margin-top: 10px;}
	.header .search-mini-form .form-search .indent {width: 500px;}
	#header .header-middle-left {text-align: center; float: none; padding-top: 0;}
	#header .header-middle-right {float: none; margin: 0 -10px; padding: 16px 70px 16px 10px; background: #2b223a;}
	#header .header-custom-menu .menu-title {vertical-align: top;}
	.header-custom-menu .links {width: 80%; vertical-align: top;}
	.daily-deal-block .product-image {width: 300px;}
	.daily-deal-block .product-content {width: calc(100% - 320px);}
	.daily-deal-block .block-title,
	.daily-deal-block .daily-timer-wrapper {padding-left:350px;}
	.daily-deal-block .owl-dots {width: 300px;}
	#footer .text-banner h5 {font-size: 13px; line-height: 18px;}
	#footer .copyright {margin: 0;}
	#footer .footer-middle .second-block {text-align: center;}
	#footer .footer-logo {float: none;}
	#footer .footer-links {float: none; display: inline-block;}
	#footer .footer-links a {padding: .45em 7px; position: relative; display: inline-block; font-size: 11px;}
	#footer .social-links a {width: 30px; height: 30px; line-height: 30px;}
	#footer ul.social-links li a.twitter {background-position: -64px -10px;}
	#footer ul.social-links li a.rss {background-position: 40px -10px;}
	#footer ul.social-links li a.facebook {background-position: -10px -10px;}
	#footer ul.social-links li a.linkedin {background-position: 148px -10px;}
	#footer ul.social-links li a.pinterest {background-position: 308px -10px;}
	#footer ul.social-links li a.instagram {background-position: 200px -10px;}
	#footer ul.social-links li a.tumblr {background-position: 254px -10px;}
	#footer ul.social-links li a.youtube {background-position: 92px -10px;}
	
	.product-view .quantity-wrapper label[for="qty"] {display: none;}
	.product-view .price-block .link-compare {position: static; float: none; margin-top: 20px;}
	.product-view .top-wrapper .product-buttons {top: -24px;}
	.product-collateral {margin-top: 3em;}
	
	.item .hover-buttons {bottom: 0;}
}

/*  #Mobile (Portrait) ================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .products-grid .item .indent {
        border: 1px solid #dbd7d7;
    }
	.title-buttons { text-align: left; }
	.order-date { float: none; clear: both; padding-top: .75em; }

	body .col2-left-layout .col-main,
	body .col3-layout .col-wrapper .col-main,
	body .col-left.sidebar,
	body .col-right.sidebar {float: none;}

	body .col-main form .form-list .form-group .gender { width: 100%; margin-bottom: 1em; }
	body .col-main form .form-list .form-group .gender + .customer-dob { width: 100%; }
	body .form-list .gender + .customer-dob .dob-month,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-month,
	body .form-list .gender + .customer-dob .dob-day,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-day,
	body .form-list .gender + .customer-dob .dob-year,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-year { width: 33.333333333333%; }

	 /* Data Table */
	table.table table,
	table.table thead,
	table.table tbody,
	table.table th,
	table.table td,
	table.table tr { display: block; border: none!important; text-align: left !important;  width: 100%!important; float: none; }
	table.table thead tr { display: none;}
	table.table th, table.table td { padding: 10px 10px; width: 100%!important;}
	table.table td a.product-image{width:auto; max-width:100%; margin:0 auto; float:none;}
	table.table td a.product-image img{width:100%;}
	table.table td .cart-label { width: 80px; display: inline-block; vertical-align: middle; font-size:1.16em; color:#888; font-weight:normal; }
	table.table td.last { border-bottom: 1px solid #ddd!important;/*  margin-bottom: 1.5em; */ margin-bottom: -1px;}

	table.table tfoot td.last {border: none!important;}

	.form-list .customer-name .name-firstname,
	.form-list .customer-name-prefix .name-lastname,
	.form-list .customer-name-middlename .name-firstname,
	.form-list .customer-name .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name .name-firstname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename .name-firstname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name .name-lastname { width: 100%; }
	.form-list .customer-name-prefix-suffix .name-lastname,
	.form-list .customer-name-prefix-suffix .name-firstname,
	.form-list .customer-name-prefix-middlename-suffix .name-firstname,
	.form-list .customer-name-prefix-middlename .name-firstname,
	.form-list .customer-name-prefix .name-firstname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-suffix .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-suffix .name-firstname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename-suffix .name-firstname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename .name-firstname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix .name-firstname { width: 75%; }
	.form-list .customer-name-middlename .name-middlename,
	.form-list .customer-name-prefix-middlename .name-middlename,
	.form-list .customer-name-prefix-middlename-suffix .name-middlename,
	.form-list .customer-name-middlename-suffix .name-middlename,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename .name-middlename,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename .name-middlename,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename-suffix .name-middlename,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename-suffix .name-middlename { width: 33.003300330033%; margin-top: 0; }
	.form-list .customer-name-middlename .name-lastname,
	.form-list .customer-name-prefix-middlename .name-lastname,
	.form-list .customer-name-prefix-middlename-suffix .name-lastname,
	.form-list .customer-name-middlename-suffix .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename-suffix .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename-suffix .name-lastname { width: 41.91419141914191%; margin-top: 1.5em; }
	.form-list .customer-name-middlename .name-lastname,
	.form-list .customer-name-prefix-middlename .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename .name-lastname,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename .name-lastname { width: 66.996699669967%; margin-top: 1.5em; }
	.form-list .customer-name-middlename .name-suffix,
	.form-list .customer-name-prefix-middlename .name-suffix,
	.form-list .customer-name-prefix-middlename-suffix .name-suffix,
	.form-list .customer-name-middlename-suffix .name-suffix,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename .name-suffix,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename .name-suffix,
	.opc-wrapper-opc .opc-col-left .form-list .customer-name-prefix-middlename-suffix .name-suffix,
	.opc-wrapper-opc .opc-wrapper-opc .opc-col-left .form-list .customer-name-middlename-suffix .name-suffix { margin-top: 1.5em; }

	body.sidebar-left .col2-left-layout .col-main { float: none !important; }
	body.catalog-category-view .col-main { margin-bottom: 3em; }

	/* Header */
	.logo { float: none; margin: 0; text-align: center; clear: both; }
	.header .welcome-msg { display: none; }
	#header .header-custom-block-wrapper {padding-top: 10px; padding-bottom: 0; text-align: center;}
	#header .quick-access {padding-top: 10px; padding-bottom: 10px; text-align: center;}
	.language-currency-dropdown {right: auto; left: 0;}
	.language-currency-dropdown::before {right: auto; left: 20px;}
	#header .search-cart-block {float: none;}
    #header .header-socials .btn-default {margin-right: 0;}
    #header .search-mini-form .form-search.type-1 .indent .inner .input-wrapper {width: 86%;}
    #header .search-mini-form .form-search.type-1 .indent .inner input {width: 72%;}
    #header .search-mini-form .form-search.type-1 .indent .btn-close {right: 30px;}
	ul.topmenu li.level1.parent > a:after,
	ul.topmenu li.level1.parent li.parent > a:after {content: none;}

	header.header .top-cart .block-content { width: 283px; padding-left: 10px; padding-right: 10px; right: auto; left: 0;}
	header.header .top-cart .block-content .cart-actions a + a {margin: 9px 0 0; display: block;}
	.header .search-mini-form {margin: 5px 0 13px 0; display: block; clear: both;}
	.header .search-mini-form .form-search.type-2 .indent {width: auto;}
	.header .search-mini-form .form-search input { width: 100%; }

	#header .navbar-header .navbar-toggle {display: block; border: none; margin-top: 2px; margin-bottom: 0;}
	.header .navbar-default .navbar-toggle:hover,
	.header .navbar-default .navbar-toggle:focus {background-color: rgba(255,255,255,.1);}
	.header .topmenu.navbar-collapse {
		width: 260px;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 999;
		padding: 1.5em 0;
		transition: left 550ms ease;
	}
	.header .topmenu.navbar-collapse .menu-wrapper {background: none!important;}
	.header .topmenu.navbar-collapse .menu-wrapper ul.level0 {margin: .75em 0;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle {border: none; margin: 0; padding: 0; white-space: normal;}
	ul.topmenu li.level0.parent a.level-top::after,
	.header .nav-wide .menu-wrapper ul.level0 li.level1 a span::before {content: none!important;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul {margin-bottom: .5em;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul a {border: none; padding-top: .5em; padding-bottom: .5em;}
	.header .topmenu.navbar-collapse.collapse {left: -300px;}
	.header .topmenu.navbar-collapse.collapse.in {display: block!important; left: 0;}
	.header .topmenu.navbar-collapse > ul,
	.header .topmenu.navbar-collapse li {display: block; margin: 0; float: none; padding: 0!important; width: auto!important;}
	.header .topmenu.navbar-collapse li a {width: 100%; display: block; float: none; padding-left: 10px; padding-right: 10px;}
	.header .topmenu li.level0 a.level-top:hover,
	.header .topmenu li.level0.over a.level-top,
	.header .topmenu.navbar-nav li.level0.active > a.level-top {color: #3b8ee3!important; background: none;}
	.header .topmenu li.level0 a > i {display: none;}
	.header .topmenu li ul ul {display: none; position: static; width: 100%; box-shadow: none; background: none!important; padding-left: 10px;}
	.header .topmenu li.level0 + li.level0:after,
	.header .topmenu li.level0 + li.level0:before {content: none;}
	.header .topmenu .menu-item-button {position: absolute; right: 10px; padding: 5px; z-index: 1000; cursor: pointer; font-size: 14px; top: 5px; color: #222;}
	.header .topmenu .menu-item-button .icon-minus {display: none;}
	.header .topmenu .menu-item-button.active .icon-minus {display: inline-block;}
	.header .topmenu .menu-item-button.active .icon-plus {display: none;}
	.header .topmenu ul ul .menu-item-button {top: 0;}
	.header .bootstrap-select.btn-group .dropdown-menu {right: auto; left: 0;}


	#header .topmenu  ul {padding-left: 10px!important; background: none!important;}
	ul.topmenu.nav-wide li.level-top,
	ul.topmenu.nav-wide ul.level0 li.level1 {display: block; margin: 0; float: none; position: relative; width: auto!important; padding: 0 15px;}
	ul.topmenu.nav-wide .top-content,
	ul.topmenu.nav-wide .bottom-content,
	ul.topmenu.nav-wide .right-content {display: none;}
	ul.topmenu.nav-wide .menu-wrapper {position: static; box-shadow: none; padding: 0 20px;}
	ul.topmenu li.level0 a.level-top {border: none; margin: 0; padding: .5em 10px!important; color: #222;}
	/* ul.topmenu li.level0 a.level-top span {display: block;} */
	#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: 0;}
	#header ul.topmenu li.level0 a.level-top span::after {content: none;}
	#header .top-cart.slide {overflow: hidden;}
	#header .top-cart.slide .topCartContent {
		position: fixed;
		right: -330px;
		width: 280px;
		top: 1.5em;
		bottom: 0;
		background-color: #222;
		color: #fff;
		display: block!important;
		transition: right 250ms linear;
	}
	#header .top-cart.slide .topCartContent .close-btn {display: block;}
	#header .top-cart.slide .active + .topCartContent {right: 0;}
	#header .top-cart.slide .block-content .mini-products-list .product-details .product-name a {color: #fff;}
	#header.header .top-cart.slide .block-content .subtotal {background-color: rgba(255,255,255,.2);}
	#header.header .top-cart.slide .block-content .subtotal .label {color: #fff;}
	header.header .top-cart .block-content .actions {padding-left: 0; padding-right: 0;}
	.fullwidth-banners .banner {float: none; width: auto;}

	/* Listing */
	.sidebar {margin-bottom: 0;}
	.products-grid.two-columns li.item,
	.products-grid.three-columns li.item,
	.products-grid.four-columns li.item,
	.products-grid.five-columns li.item,
	.products-grid.six-columns li.item,
	.products-grid.seven-columns li.item,
	.products-grid.eight-columns li.item { width: 100%; }

	aside.sidebar .block.block-wishlist li.item .product-details { width: 63%; }
	.block:last-of-type { margin-bottom: 3em; }

	/* Toolbar */
	.sorter .sort-by label,
	.sorter .limiter label,
	.sorter .amount { display: none; }
	.sorter .view-mode { margin-right: 10px; }
/* 	.sorter .sort-by .bootstrap-select > .selectpicker { min-width: 90px; }
	.toolbar.no-pagination .sorter {float: left;}
	.toolbar .sorter {width: auto;} */
	.sorter .sort-by {float: left;}
	body .toolbar .sorter .limiter {text-align: left!important; margin-left: 18px;}
	body .toolbar .sorter > div + div + div {margin-top: .75em;}
	.sorter .view-mode span {display: none;}
	.toolbar .pager {width: auto; position: absolute; right: 10px;}
	.toolbar .pager .pages {margin: -5px 0 -5px 10px; padding: 5px 0 5px 15px; border: none;}
	.toolbar-bottom .toolbar .pager {position: static;}
	.col3-layout .toolbar .sorter {width: auto;}

	/* Product Page */
	.product-essential { margin-bottom: 0; }
	.product-view .product-buttons a span { width: 69%; }
	.product-view .add-to-links li.email-friend { margin-left: 0; margin-top: .75em; }
	.product-view .extralarge-layout .box-tags .form-add .input-box,
	.product-view > .product-collateral .box-tags .form-add .input-box { width: 100%; }
	.product-view #upsell-product-table li.item { width: 100%; }
	.product-view #upsell-product-table li.item:nth-child(4n+1)
	.product-view #upsell-product-table li.item:nth-child(4n+4) { clear: none; }
	[class*="col2-"] .product-view .vertical-tabs .tab-content-inner{width: 100%;}
	.product-view .vertical-tabs > .nav-tabs { float: none; margin: 0; }
	.product-view .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
	.product-view #tabs.vertical-tabs:after { display: none; }
	.product-view .product-shop .vertical-tabs .tab-content-inner,
	.product-view .vertical-tabs .tab-content-inner { width: 100%; }
	.product-view .product-collateral .nav-tabs>li { float: none; margin: 0;}
	.product-view .product-collateral .nav-tabs>li a {margin-bottom: 0; padding-top: 10px;}
	.product-sidebar.sidebar-left .sidebar-inner {border: none; padding: 0;}
	.product-view .product-name h1,
	.product-view .product-shop .price-box .price {font-size: 2em;}
	#customer-reviews .form-add {margin-top: 1.5em;}
	#customer-reviews .pull-left,
	#customer-reviews .pull-right {float: none!important;}
	.product-view .vertical-tabs .tab-content-inner {padding: 0 15px;}
	.col3-layout .product-view .vertical-tabs .tab-content-inner {width: 100%;}
	.catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button,
	.catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button {position: static;}
	.related-bottom .more-link {position: static; margin-bottom: 15px;}
	.timer-wrapper .title, .timer-box > span.title, .timer-wrapper.full .timer-box > span.title {float: none;}
	.timer-box > div {min-width: 55px;}
	/* .product-view .product-options-bottom .add-to-cart .btn {margin-top: 0;} */

	/* Login Page */
	.account-login .form-list label {float: none;}
	.account-login .new-users { margin-bottom: 2.25em; }

	/* Account */
	.my-account { margin-bottom: 2.25em; }
	.my-account .form-list li.form-group > div[class*="6"]:first-child { margin-bottom: 1em; }
	.my-account .pager .limiter label,
	.my-account .pager .amount { display: none; }
	.my-account .product-review .product-img-box { float: none; text-align: center; width: auto; }
	.my-account .product-review .product-img-box .product-image { display: inline-block; }
	.my-account .product-review .media-body .product-name { margin-bottom: .75em; }
	.my-account .product-review .media-body .product-details small { float: none; margin-bottom: 1em; clear: both; }
	.my-account .customer-rating { margin-top: -1px; }
	.my-account .my-wishlist .title-buttons .link-rss { float: right; }
	.my-account .my-wishlist .cart-cell .btn-primary { clear: both; }
	.my-account .my-wishlist .form-horizontal .buttons-set .btn { float: none; margin: .75em 0 0; width: 100%; }

	/* Cart ================================================= */
	#shopping-cart-table { border: 0; }
	#shopping-cart-table th { display: none; }
	#shopping-cart-table tr { display: block; border: 0; text-align: left; }
	#shopping-cart-table tr td { display: block; border: 0; padding: .75em 0; }
	#shopping-cart-table tr td .product-image { width: auto; max-width: 100%; float: none; margin: 0 auto 1.5em; text-align: center; }
	#shopping-cart-table tbody tr td:not(:first-child) {text-align: left!important;}
	#shopping-cart-table .quantity-wrapper {margin: 0;}
	#shopping-cart-table .cart-actions { display: block; float: none; clear: both; margin-bottom: 1em; }
	#shopping-cart-table td:before {
		content: attr(data-label);
		font-size: 14px;
		top: -1px;
		position: relative;
		margin-right: 5px;
	}
	#shopping-cart-table .item-options { float: none; clear: both; width: 100%;}
	#shopping-cart-table .a-right { text-align: left !important; }
	#shopping-cart-table tbody td.last { border-bottom: 1px solid #ddd; margin-bottom: 1.5em; }
	#shopping-cart-table tfoot .btn { width: 100%; margin-top: .75em; }
	#shopping-cart-table .btn-empty {margin-left: 0;}
	.cart .page-title h2 {float: none; text-align: center;}
	.cart .checkout-types { float: none; padding-top: .75em; clear: both; text-align: center;}
	.cart .title-buttons .checkout-types li { float: none; margin-left: 0; text-align: center; }
	.cart .crosssell,
	.cart .shipping { margin-bottom: 2.25em; }
	.cart .crosssell .product-details { width: 64%; }
	#crosssell-products-list .product-image {margin-bottom: .75em;}
	#crosssell-products-list li.item:not(:last-child) {margin-bottom: 1.5em!important;}
	.cart .cart-block .buttons-set .btn {width: 100%;}
	.cart .cart-block .buttons-set .btn + .btn {margin-top: -.5em;}

	/* Checkout ============================================= */
	.gift-messages-form .item:not(:last-child) { padding-bottom: 1em; }
	.gift-messages-form .item .product-img-box { float: none; width: auto; text-align: center; }
	.gift-messages-form .item .details { margin: 1em 0 0; }
	.gift-messages-form .item .f-fix { float: none; clear: both; }
	ul.checkout-progress li { float: none; width: auto; padding: .58em 0; }
	.multiple-checkout .buttons-set .btn { margin-top: 1em; }
	#multiship-addresses-table .qty {float: none;}
	.multiple-checkout table.table select.form-control {width: 100%;}
	.opc { margin-bottom: 2.25em; }
	.opc .form-list li > .field:first-child { margin-bottom: 1em; }
	.opc .form-list li.address,
	.opc .form-list ul.form-group { margin-bottom: 0; }
	.opc .buttons-set.disabled .btn { display: none; }
	.opc #checkout-review-submit .btn { margin-top: 1em; }
	.opc form .name-prefix,
	.opc form .name-firstname { margin-bottom: 1em;}


	/* Home Page */
	#home-slider .owl-wrapper {left: -10px !important;}
	#home-slider .owl-item {margin-left: 0; margin-right: 0;}

	/* Footer */
	#footer .footer-links { float: none; clear: both; text-align: center; }
	ul.social-links {float: none;}
	ul.social-links li {float: none; display: inline-block;}


	/* Popup */
	#remember-me-popup .modal-dialog { width: 303px; margin-left: -151px; }
	#popup-block.mobile-hide { display: none !important; }

	#popup-block .modal-dialog {width: 80%!important;}
	#popup-block .modal-dialog .modal-content {width: 100%!important;}
	#popup-block .block-subscribe {width: 90%; margin: 0 5%;}
	#popup-block .block-subscribe .block-content {padding: 0;}
	#popup-block .block-subscribe .block-title {margin-bottom: 1em;}
	#popup-block .popup-bottom {left: auto; width: auto;}
	#popup-block .popup-content-wrapper {background-image: none!important;}
	#sticky-header {display: none!important;}
	.col3-layout .customer-rating,
	[class*="col2-"] .box-reviews .customer-rating {width: 100%; margin-top: -1px;}
	[class*="col2-"] .product-view .add-to-links li:nth-child(3n),
	.col3-layout .product-view .add-to-links li:not(:first-child) {margin-top: .75em!important;}
	.col3-layout .nav-tabs > li {float: none;}
	.col3-layout .nav-tabs > li a {width: 100%; max-width: 100%!important;}
	[class*="col2-"] #customer-reviews > div,
	.col3-layout #customer-reviews > div {float: none!important; width: 100%;}
	.col3-layout .review-box,
	[class*="col2-"] .review-box {width: 100%; min-height: 168px;}
	.col3-layout .review-box .review,
	[class*="col2-"] .review-box .review {width: 68%;}
	.product-options-bottom .price-box {float: none;}
	#toTop {display: none!important;}
	.products-grid:not(.carousel-ul) li.item {width: 100%!important;}
	.products-grid li.item:last-of-type {margin-bottom: 0;}
	.products-list li.item .image-box {margin-bottom: 1em;}
	.widget-products .products-list .image-box,
	.widget-products .products-list .product-shop {width: 100%; float: none;}
	.footer-products-list .product-shop {width: 72%;}
	.my-account .pager .limiter label, .widget-products .pager .limiter label {display: none;}
	.my-account table.table .product-name {white-space: normal; max-width: 82%;}

	.form-list label {float: none;}
	.customer-name-prefix-middlename-suffix label {min-height: 38px;}

	.customer-reviews-widget .product-block {float: none; width: auto; border: none; border-bottom: solid 1px rgba(0,0,0,.1);}
	.customer-reviews-widget .right-wrapper {width: 65%;}
	.customer-reviews-widget .author-block {float: none; width: auto;}

	#footer .horizontal-links li {margin: 0 0 5px;}
	#footer .socials-wrapper {position: static; display: inline-block;}

	hr.mobile {display: block;}
	body header.header .top-cart .block-title .title-cart {padding: 0 7px;}
	body #footer {margin: 0;}
	body .header-breadcrumbs-wrapper {margin: 0;}
	body #footer .footer-bottom .container-inner {padding: 0 10px;}
	body #footer .footer-bottom .payments-wrapper a {max-width: 100%;}
	body ul.social-links li {margin: 0 5px 5px 0!important}
	body ul.social-links li a i {height: 40px; width: 40px; line-height: 40px;}
	body #footer .footer-bottom p a {display: inline-block;}
	body #footer .footer-bottom .payments-wrapper h4 {margin-bottom: .75em;}
	body #footer .left-background {bottom: -100%;}
	body #header .header-custom-block-wrapper .header-socials {float: none; clear: both; margin: 0 0 .75em; display: block;}
	body .header .links,
	body #header .currency-wrapper {margin-left: 25px;}
	body #header .language-wrapper {margin-left: 0;}
	body .text-blocks-wrapper {background-size: cover;}

	#footer .footer-middle,
	#footer .footer-bottom {text-align: center;}
	#footer .payments-block,
	#footer .subscribe-block,
	#footer .store-switcher-wrapper,
	#footer .copyright {float: none!important; display: inline-block; margin: 0; padding: 0;}
	.footer-bottom .payments-wrapper {margin: 0;}
	
	#footer .text-banner h5 {font-size: 13px;}
	#footer,
	#footer .newsletter .label {text-align: center;}
	#footer .footer-logo {float: none;}
	#footer .footer-links {float: none; display: inline-block;}
	#footer .text-banner {float: none; width: 100%; padding: 16px 0;}
	#footer .text-banner:not(:first-child) {border-top: solid 1px #ddd; border-left: none;}

	body .category-banner a .banner-content.skin-1 .center {font-size: .5em;}
	body .category-banner a .banner-content.skin-2 .left-link {bottom: 51%; font-size: .75em; left: 7.5%; width: 44%;}
	body .category-banner a .banner-content.skin-3 .text-wrapper,
	body .category-banner a .banner-content.skin-2 .text-wrapper {font-size: .75em;}

	body .products-list {padding-right: 0;}
	body .products-list .btn {float: none; margin: 0 0 .75em;}
	body .products-list .add-to-links {float: none;}

	body.catalog-product-view .breadcrumbs-wrapper .page-title .breadcrumb {float: none; margin-bottom: 1.5em;}
	body.catalog-product-view .breadcrumbs-wrapper .product-buttons.default {float: left;}
	body .product-view .product-shop {margin-top: 1em; padding: 0;}
	body .product-view .top-wrapper .product-shop-inner {margin: 0;}
	body .product-view .add-to-links li + li {margin-top: .75em;}

	body .product-view .top-wrapper .price-box p + p {margin-top: .5em;}
	body .product-view .top-wrapper .price-box .price-label {margin-bottom: .25em;}
	body .product-view .product-sidebar {margin-top: 1.5em;}
	body .product-view .product-fullwidth-banner .banner-content {top: 11%; width: 30%; right: 5%;}
	body .product-view .product-fullwidth-banner .banner-content .banner-content-inner {padding: .5em;}
	#header .mobile-menu-button {margin-top: 0; margin-bottom: 0;}

	.catalog-category-view .block-layered-nav.horizontal {padding: 0!important;}
	.catalog-category-view .block-layered-nav.horizontal .block-title {float: none; width: 100%;}
	.catalog-category-view .block-layered-nav.horizontal .block-content {float: none; width: 100%!important; border: none; border-top: solid 1px rgba(255,255,255,.2);}
	.catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter {width: 100%;}
	.catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter li {width: 49%;}

	#header .header-custom-block .subscribe-button {margin-right: 0; margin-bottom: 12px;}
	#header .welcome-block {text-align: center;}
	#header .welcome-block .header-phones {float: none;}
	#header .welcome-block .welcome-msg {float: none; margin-bottom: 6px;}
	#header.header-5 .header-custom-block-wrapper {padding-top: 24px;}

	.nav-wide .menu-wrapper .sub-content .menu-banners {margin: 0 -38px; position: static;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner {width: 50%;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner a {padding: 0;}
	.catalog-category-view .block-layered-nav .block-content dt {width: 100%;}

	.block-layered-nav .currently {width: 100%; padding: 12px;}
	.block-layered-nav .block-content .currently li {margin-right: 20px;}

	body .subscribe-block {padding: 20px;}
	body .subscribe-block .block-content .input-wrapper {width: 160px;}
	.product-tabs li {width: 100%;}

	.breadcrumbs-wrapper .page-title + .breadcrumb {float: left;}
	.header .search-mini-form .form-search .indent {width: 100%;}
	.header .wishlist-link {margin-left: 10px; margin-right: 6px;}
	.header .top-block {text-align: center;}
	.header .right-block {float: none;}
	.header .header-custom-links {
		position: relative;
		margin: 0;
		border: none;
		clear: none;
		float: left;
		padding: 0;
	}
	.header .header-custom-links .navbar-toggle {margin: 0; padding: 0;}
	.header .header-custom-links .navbar-collapse {
		display: none;
		position: absolute;
		left: 0;
		width: 200px;
		top: 100%;
		background: #fff;
		height: auto!important;
		box-shadow: 0 0 8px rgba(0,0,0,.1);
		z-index: 999;
	}
	.header .header-custom-links .navbar-collapse.in {display: block;}
	.header .header-custom-links li {border: none; padding: 0 8px; display: block; margin: 5px 0; text-align: left;}
	.header .links {margin: 0; padding: 0; display: block; float: right; margin: 0; border: none; clear: none;}
	.header .links  li {float: none;}
	.header .links:not(.default-links) li a.top-link-login {color: rgba(0,0,0,.65);}
	#header .navbar-header .navbar-toggle {float: none; display: inline-block;}

	.slider-banners {margin: 0 -10px;}
	.slider-banners a {float: left; width: 50%; padding: 0 10px;}
	#home-image-slider .item .slide-container,
	#home-image-slider .item .slide-container.slide-skin-2 {right: 5%;}
	#home-image-slider .item .title {font-size: 24px; line-height: 24px;}
	#home-image-slider .item .title strong {margin-top: 3px;}
	.product-view .product-img-box .product-image-zoom img {position: relative; top: auto; left: auto; opacity: 1;}
	
	
	.icon-blocks-wrapper .icon-block {padding: 18px; float: none; width: 100%; border: none; border-bottom: solid 1px #ddd;}
	.icon-blocks-wrapper .icon-block .media-left {padding-right: 10px;}
	#header .header-custom-menu .menu-title {display: block; text-align: center;}
	#header .header-custom-menu .links {text-align: center;}
	#header .header-custom-menu .links li {padding: 4px 7px;}
	#header .top-block {text-align: center;}
	#header .top-block .left-block {float: none; display: block;}
	#header .top-block .right-block {float: none; display: block; margin-top: 10px;}
	#header .welcome {display: none;}
	#header .home-link a {padding: 1px 6px;}
	#header .header-info {margin-bottom: 12px; display: block;}
	#header .header-info li {margin-left: 8px; padding-left: 11px;}
	#header .header-info li.phone {padding: 0; border: none; margin: 0;}
	.header .default-links.links {float: none;}
	.header .default-links.links li:first-child {margin: 0; padding: 0; border: none;}
	.header .default-links.links li {padding-left: 12px; margin-left: 12px;}
	#header .menu-button {background: none; color: #fff; position: absolute; right: 0; bottom: 17px;}
	#header .menu-button:after {content: none;}
	#header .menu-button span {display: none;}
	#header .menu-button i {font-size: 24px;}
	
	#header .header-middle-left {text-align: center; float: none; padding-top: 0;}
	#header .header-middle-right {float: none; margin: 0 -10px; padding: 10px; background: #2b223a;}
	
	header.header .top-cart {float: left;} 
	.daily-deal-block .owl-dots {display: none;} 
	
	.daily-deal-block .item {padding-bottom: 100px;}
	.daily-deal-block .block-title {font-size: 16px; padding: 12px 20px; text-align: center; margin-bottom: 0;}
	.daily-deal-block .product-image {float: none; margin: 0 0 20px;}
	.daily-deal-block .product-content {float: none; margin: 0; width: 100%;}
	.daily-deal-block .daily-timer-wrapper {padding: 12px;}
	
	.product-view .quantity-wrapper label[for="qty"] {display: none;}
	.product-view .price-block .link-compare {position: static; float: none; margin-top: 20px;}
	.product-view .top-wrapper .product-buttons {top: -24px;}
	.product-collateral {margin-top: 3em;}
	.box-reviews .text-wrapper {margin-right: 14px;}
	.product-shop-inner .right-block {margin: 3em 0;}
	
	.product-view .top-wrapper .product-buttons {position: static; text-align: center; margin-bottom: 12px;}
	.product-buttons > div {float: none; display: block;}
	.product-buttons:not(.default) > div + div {padding: 0; border: none; margin: 10px 0 0;}
	
	.item .hover-buttons {bottom: 0;}
}

/* #Mobile (Landscape) ================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.title-buttons { text-align: right; }
	body .col-main form .form-list .form-group .gender { float: left; width: 25%; margin-bottom: 0; }
	body .col-main form .form-list .form-group .gender + .customer-dob,
	body .col-main form .form-list .form-group .gender + .dob { float: left; width: 75%; margin-bottom: 0; }
	.opc .gender + .dob .dob-day,
	.opc .gender + .dob .dob-month,
	.opc .gender + .dob .dob-year { width: 33.3333333333%; }
	.col-main.col-sm-9 .form-list .customer-name-middlename-suffix .name-suffix,
	.form-list .customer-name-middlename-suffix .name-suffix,
	.col-main.col-sm-9 .form-list .customer-name-middlename .name-lastname,
	.col-main.col-sm-9 .form-list .customer-name-prefix-middlename .name-lastname,
	.col-main.col-sm-9 .form-list .customer-name-middlename-suffix .name-lastname,
	.col-main.col-sm-9 .form-list .customer-name-prefix-middlename-suffix .name-lastname,
	.form-list .customer-name-middlename .name-lastname,
	.form-list .customer-name-prefix-middlename .name-lastname,
	.form-list .customer-name-prefix-middlename-suffix .name-lastname,
	.form-list .customer-name-middlename-suffix .name-lastname,
	.form-list .customer-name-middlename .name-suffix,
	.form-list .customer-name-prefix-middlename .name-suffix,
	.form-list .customer-name-prefix-middlename-suffix .name-suffix,
	.form-list .customer-name-middlename-suffix .name-suffix { margin-top: 0; }
	header.header .top-cart .block-title .title-cart .top-cart-label,
	header.header .top-cart .block-title .title-cart .bottom  { display: inline-block; }
	.header .form-search input { width: 92.5%; }
	.banner-content .title { font-size: 2em; }
	.banner-content.skin-1 { top: 15%; right: 3%; }
	.sorter .sort-by label,
	.sorter .limiter label { display: inline-block; }

	.my-account .product-review .customer-rating .stars-wrapper {width: 50%; display: block; margin: 0 auto;}

	.header.header-16 .form-search input {width: 91%;}
	.header.header-17 .menu-block .pull-right {float: right!important;}
	.header.header-17 .menu-block .search-mini-form {margin-top: .65em;}

	/* Product Page */
	.product-view .add-to-links li.email-friend { margin-top: 0; }
	.product-essential { margin-bottom: 0; }
	.products-grid:not(.carousel-ul) li.item { width: 50%!important; }
	.products-grid.three-columns li.item:nth-of-type(2n+1),
	.products-grid.four-columns li.item:nth-of-type(2n+1),
	.products-grid.five-columns li.item:nth-of-type(2n+1),
	.products-grid.six-columns li.item:nth-of-type(2n+1),
	.products-grid.seven-columns li.item:nth-of-type(2n+1),
	.products-grid.eight-columns li.item:nth-of-type(2n+1) { clear: left!important; }
	.products-grid.three-columns li.item:nth-of-type(2n+2),
	.products-grid.four-columns li.item:nth-of-type(2n+2),
	.products-grid.five-columns li.item:nth-of-type(2n+2),
	.products-grid.six-columns li.item:nth-of-type(2n+2),
	.products-grid.seven-columns li.item:nth-of-type(2n+2),
	.products-grid.eight-columns li.item:nth-of-type(2n+2) { clear: right!important; }
	.products-grid.three-columns li.item:nth-of-type(3n+1),
	.products-grid.four-columns li.item:nth-of-type(4n+1),
	.products-grid.five-columns li.item:nth-of-type(5n+1),
	.products-grid.six-columns li.item:nth-of-type(6n+1),
	.products-grid.seven-columns li.item:nth-of-type(7n+1),
	.products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }
	.product-view #upsell-product-table li.item {width: 50%;}
	.product-view #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
	.product-view #upsell-product-table li.item:nth-child(2n+2) { clear: right; }

	/* Cart =============================*/
	.cart .checkout-types {text-align: left; clear: none; padding: 0; }
	.opc #checkout-review-submit .btn { margin-top: 0; }
	.opc .buttons-set.disabled .btn { display: block; }
	.cart .page-title h2 {float: left; text-align: left;}

	/* Checkout ======================== */
	.multiple-checkout .buttons-set .btn { margin-top: 0; }
	#footer .payments {float: none; display: inline-block;}

	aside.sidebar .block.block-wishlist li.item .product-details {width: 77%;}
	.my-account table.table .product-name {max-width: 86%;}
	.cart .checkout-types {float: right; text-align: right;}
	.customer-name-prefix-middlename-suffix label {min-height: auto;}
	.multiple-checkout .title-buttons {text-align: left;}
	.multiple-checkout .title-buttons .btn {margin-top: .5em;}

	[class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {margin: 0 10px 0 0;}

	.parallax-banners-wrapper .image-wrapper .content {width: 54%; left: 23%;}

	body .toolbar .sorter > div {text-align: left!important; display: inline-block;}
	body .toolbar .sorter > div + div + div {float: right; margin: 0;}
	body .products-list .btn {float: left; margin: 0 10px 0 0;}
	body .products-list .add-to-links {float: left;}
	body #header .bottom-block {padding-left: 0; padding-right: 0;}
	body #header .header-socials {float: left; margin-top: -.5em; margin-bottom: -.5em;}
	body .product-view .product-fullwidth-banner .banner-content {top: 29%;}
}


.image-box .product-image span{
    display: inline-block;
    width: 140px;
    height: 200px;
}

.product-buttons-wrapper .price-box {
    border: 0 none;
}

.button-scheda {
    float: right;
}

.product-buttons-wrapper .price-box {
    padding: 5px 0;
    width: 240px;
    float: left;
}

.label-prezzo {
    padding: 0 5px 0 0;
    color: #444;
    font-weight: 800;
}

.first h3 {
    font-size: 22px;
    font-weight: 400;
}

div.label-new a:hover {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px !important;
}

.p-xs {
    padding: 10px !important;
}

.p-sm {
    padding: 15px !important;
}

.p-m {
    padding: 20px !important;
}

.p-md {
    padding: 25px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-xxxl {
    margin-top: 60px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}


.m-r-xxl {
    margin-right: 50px;
}

.m-r-xxxl {
    margin-right: 60px;
}
.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.profile-pic {
    position: relative;
    display: inline-block;
}

.profile-pic:hover a.edit, .profile-pic:hover a.select {
    display: block;
    width: 100%;
    height: 100%;
    align: center;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-pic:hover a.edit {
    background-image: url("../../../immagini/edit_p.png");
}

.profile-pic:hover a.select {
    background-image: url("../../../immagini/check.png");
}

a.edit, a.select {
    padding-top: 7px;
    padding-right: 7px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

a.edit a, a.select a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.profile-pic.selected, .profile-pic.selected:hover, .products-grid.selected:hover {
    display: block;
    width: 100%;
    height: 100%;
    align: center;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../immagini/check.png");
}

.arancione {
    color: #283148;
}

.messBox {
    font-size: 0;
}

.mess-item {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0 10px;
    text-align: justify;
    vertical-align: middle;
}

    .mess-item > i {
        color: #283148;
        margin: 15px 0 15px 10px;
    }

.required2 > label.label::after {
    content: '**';
    color: #f00;
    padding-left: 2px;
}

.steps span.NomeStep {
    line-height: 12px;
    display: block;
}

.steps li.current span.NomeStep {
    font-weight: 400;
}



.products-grid ol {
    list-style:none;
    padding-left:10px;
}

.font-weight-bold
{
    font-weight: bold;
}





#riassntoCassa p {
    margin: 0;
    padding: 0 20px;
    line-height: 15px;
}

#riassntoCassa h4 {
    margin-bottom: 2px;
}

/*Gestione tabelle responsive*/
table#riassntoCassa {
    width: 100%;
}

#riassntoCassa thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#riassntoCassa thead th {
    font-family: 'Teko';
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding: 5px 30px;
    border: 1px solid #ddd;
    background-color: rgb(251, 251, 251);
}

#riassntoCassa thead th:first-child {
    border-left: 0 none;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

#riassntoCassa thead th:last-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-right: 0 none;
    padding: 5px 40px;
}

#riassntoCassa tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*color: #5f6062;*/
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}



#riassntoCassa tbody tr td:first-child {
    width: 70px;
    padding: 5px;
}

    #riassntoCassa tbody tr td:first-child div {
        width: 65px;
        height: 40px;
        margin: 5px;
    }

#riassntoCassa tbody tr:last-child td {
    border-bottom: none;
}

#riassntoCassa tbody tr td:nth-child(2), #riassntoCassa tr th:nth-child(2) {
    text-align: left;
}

#riassntoCassa tbody tr td:nth-child(4) {
    padding: 10px 15px;
}

#riassntoCassa tbody tr:last-child td:first-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#riassntoCassa tbody tr td img {
    width: 60px;
    max-height: 100%;
}

#riassntoCassa tbody tr:last-child td:last-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


#riassntoCassa tbody tr:hover td {
    background-color: #f7f7f7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#riassntoCassa [data-label="Totale"] {
    color: #283148;
    font-weight: 600;
    font-size: 115%
}

#riassntoCassa [data-label="Q.ta"] span {
    display: block;
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
    border: 1px solid #858d99;
}

#riassntoCassa [data-label="Q.ta"] .list-unstyled {
    width: 40px;
}

#riassntoCassa tbody tr td div {
    margin-top: 25px;
}

#riassntoCassa tfoot, #riassntoCassa tfoot td {
    background-color: rgb(251, 251, 251);
    border: 1px solid #ddd;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

    #riassntoCassa tfoot td:last-child {
        color: #283148;
        font-weight: 600;
    }

#riassntoCassa img {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    #riassntoCassa thead {
        display: none;
    }

    #riassntoCassa tr {
        margin: 0;
        padding: 0;
        display: block;
        text-align: right;
    }

    #riassntoCassa tbody tr td {
        display: block;
        text-align: right;
        font-size: 13px;
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
    }

    #riassntoCassa tbody tr td:first-child {
        width: 100%;
        height: 120px;
    }

    #riassntoCassa tbody tr td:nth-child(3), #riassntoCassa tbody tr td:nth-child(4), #riassntoCassa tbody tr td:nth-child(5) {
        width: 33%;
        height: 65px;
        line-height: 65px;
        float: left;
        border-bottom: 1px solid #ddd;
        border-top: 0 none;
        display: inline-block;
    }

    #riassntoCassa tbody tr td:nth-child(1) {
        margin-top: 65px;
    }

    #riassntoCassa tbody tr:first-child td:nth-child(1) {
        margin-top: 0;
    }

    #riassntoCassa tbody tr td:nth-child(4) {
        line-height: 30px;
        width: 34%;
        border-top: 0;
    }

    #riassntoCassa tbody tr td img {
        width: auto;
        max-height: 90%;
    }

    #riassntoCassa tbody tr td div {
        margin-bottom: 25px;
    }

    #riassntoCassa tbody tr td:nth-child(2), #riassntoCassa tr th:nth-child(2) {
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    #riassntoCassa tbody tr td:nth-child(4) {
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    #riassntoCassa tbody tr td:first-child {
        text-align: center;
    }

    #riassntoCassa td:last-child {
        border-bottom: 0;
    }

    #riassntoCassa td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    #riassntoCassa td:nth-child(4):before {
        line-height: 60px;
    }

    #riassntoCassa [data-label="Q.ta"] span {
        display: inline-block;
        text-align: center;
        width: 40px;
    }

    #riassntoCassa td ul {
        float: right;
        margin: 1px 30px 0 0;
        text-align: center;
    }

    #riassntoCassa td ul li:first-child {
        height: 15px;
    }

    .AumentaQta, .DiminuisciQta {
        height: 15px;
        line-height: 15px;
        margin: 0;
    }
}

.dettaglio-ordine #txtNota {
    width: 100%;
    border: 0px none;
}

.footer-widget a:hover{
    text-decoration: underline;
}

.disponibile{
    background-color:rgb(234, 255, 234)
}

.indisponibile {
    background-color: rgb(255, 238, 238)
}

.qta-scheda .btn i{
    margin:0;
}


.mesi .tabs{
    margin-top:0;
}

.mesi .tabs a{
    display: block;
    text-align:center;
}
    .mesi .tabs a:hover {
        font-weight:600;
        text-decoration:underline;
    }

.products-grid .item .offHome {
    height: 110px;
    vertical-align: middle;
    margin: 5px;
}

.products-grid .offHome a {
    display: block;
    height: 60px;
    line-height: 20px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
#calendar-container{
    margin-left:5px;
}

.linkHome h5 a
{
    line-height:25px;
    text-decoration:none;
}

.products-grid .linkHome .product-name {
    margin: 0px;
}

.pin {
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 15px;
}

.crow
{
	border: 1px solid red;
	padding: 5px;
}

.crow span
{
	font-weight: bold;
}

.crow a{
	text-decoration: underline;
}

.crow a:hover
{
	font-weight: bold;
}