/* Minification failed. Returning unminified contents.
(11581,38): run-time error CSS1046: Expect comma, found '0'
(11581,42): run-time error CSS1046: Expect comma, found '/'
(11606,38): run-time error CSS1046: Expect comma, found '0'
(11606,42): run-time error CSS1046: Expect comma, found '/'
 */
@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}
/*********** CSS RESET **********/
* {
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html { margin: 0 }

ol,
ul {
	list-style: none;
	margin: 0;
}

a img {
	border: none;
}

a:active {
	outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-moz-placeholder {
	opacity: 1;
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
@font-face {
    font-family: 'Fira Sans';
    src: url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Light.eot);
    src: local('Fira Sans Light'), local('FiraSans-Light'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Light.eot?#iefix) format('embedded-opentype'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Light.woff2) format('woff2'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Light.woff) format('woff'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Bold.eot);
    src: local('Fira Sans Bold'), local('FiraSans-Bold'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Bold.eot?#iefix) format('embedded-opentype'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Bold.woff2) format('woff2'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Bold.woff) format('woff'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Regular.eot);
    src: local('Fira Sans Regular'), local('FiraSans-Regular'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Regular.eot?#iefix) format('embedded-opentype'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Regular.woff2) format('woff2'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Regular.woff) format('woff'),
        url(/Themes/Macri/Content/font/hinted-subset-FiraSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prisma';
    src:  url(/Themes/Macri/Content/font/prisma.eot?xwq28l);
    src:  url(/Themes/Macri/Content/font/prisma.eot?xwq28l#iefix) format('embedded-opentype'),
    url(/Themes/Macri/Content/font/prisma.ttf?xwq28l) format('truetype'),
    url(/Themes/Macri/Content/font/prisma.woff?xwq28l) format('woff'),
    url(/Themes/Macri/Content/font/prisma.svg?xwq28l#prisma) format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********** GLOBAL STYLES **********/
body {
	max-width: 100%;
	color: #222;
	background-color: #fff;
	overflow-x: hidden;
	/* responsive navigation & filters scroll bug fix*/
	font-size: 13px;
	font-family: 'Fira Sans', sans-serif;
	margin: 0;
}

a {
	color: inherit;
	cursor: pointer;
}

img {
	max-width: 100%;
}

.master-wrapper-page {
	max-width: 100%;
	overflow-x: hidden;
}

.master-wrapper-content {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.center-1 {
	margin: 0 0 50px;
}

.center-2,
.side-2 {
	margin: 0 0 50px;
}

.page {
	min-height: 200px;
}

.page-title {
	margin: 6px 0 5px;
	padding: 8px 15px;
}

.page-title h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #444;
}

.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}

.topic-page-body .page-body:after {
	display: none;
}

.buttons {
	margin: 0 0 20px;
	text-align: center;
}

.buttons .button-1,
.buttons .button-2,
.notify-me-button {
	padding: 13px 35px;
	border: 0;
	background: #232323;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.link-rss {
	display: none;
	position: relative;
	width: 18px;
	height: 18px;
	font-size: 0;
}

.link-rss:after {
	content: '\e90f';
	position: absolute;
	top: 0;
	left: 0;
	font-family: prisma;
	font-size: 18px;
	color: #ccc;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
}

::selection {
	background: #231f20;
	/* WebKit/Blink Browsers */
	color: #fff;
}

::-moz-selection {
	background: #231f20;
	/* Gecko Browsers */
	color: #fff;
}


@media all and (min-width: 481px) {

	/* GLOBAL STYLES */
	.side-2:after {
		content: "";
		display: block;
		clear: both;
	}
}


@media all and (min-width: 769px) {
	/* GLOBAL STYLES */

	.page {
		clear: both;
	}

	.link-rss {
		display: block;
		float: right;
		margin: 10px 0 0;
	}

	.message-error,
	.field-validation-error,
	.poll-vote-error,
	.password-error {
		display: inline-block;
		margin: 4px;
	}
}


@media all and (min-width: 1025px) {
	.master-wrapper-content {
		width: 100%;
		max-width: 1200px;
	}

	.master-wrapper-content {
		margin: 20px auto 20px auto;
	}

	.page--home .master-wrapper-content {
		margin-top: 0;
	}

	.center-1 {
		margin-bottom: 200px;
	}

	.center-2 {
		float: right;
		width: 73%;
	}

	.side-2 {
		float: left;
		width: 25%;
	}
}


@media all and (min-width: 1281px) {

	.html-recently-added-products-page .master-wrapper-content,
	.home-page-body .page-body>div,
	.master-wrapper-content,
	.category-page-body .master-wrapper-content {
		width: 1200px;
	}

	.center-2 {
		width: 78%;
	}

	.side-2 {
		width: 20%;
	}

	.flyout-cart .items {
		max-height: 400px;
		max-height: -webkit-calc(100vh - 360px);
		max-height: calc(100vh - 360px);
	}
}
/*********** GLOBAL TABLES ***********/
.table-wrapper {
    overflow-x: auto;
}
.cart,
.forums-table-section table {
    margin: 0 0 4px;
}
.cart th, .data-table th,
.forums-table-section th {
    padding: 12px;
    background: #f6f6f6;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: #333;
    white-space: nowrap;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
    padding: 10px;
    border: 1px solid #f6f6f6;
    min-width: 50px;
    background: #fff;
}
.cart {
    border-collapse: separate;
    text-align: center;
}
.cart .remove-from-cart input,
.cart .add-to-cart input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cart .remove-from-cart label,
.cart .add-to-cart label {
    display: inline-block;
    padding: 0 0 0 24px;
}
.cart label {
    font-size: 0pt;
}
.cart a, .data-table a {
    font-weight: bold;
}
.cart .product {
    text-align: center;
}
.cart .product-name {
    margin-bottom: 5px;
    border: 0;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    color: #666;
}
.cart .product-name:hover {
    color: #000;
}
.cart .rental-info,
.cart .recurring-info,
.cart .attributes {
    line-height: 20px;
    font-size: 13px;
    color: #aaa;
}
.data-table .message,
.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart td.unit-price {
    font-weight: bold;
    font-size: 14px;
    color: #888;
}
.cart .qty-input,
.cart .qty-dropdown {
    border: 1px solid #eee;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.cart .subtotal span {
    display:  inline-block;
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}
.cart .subtotal .discount,
.cart .subtotal .discount + div {
    font-size: 13px;
    color: #888;
    white-space: nowrap; /*remove this if you have no space enough for discounted products price*/
}
.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 25px 15px 15px;
    width: 100%;
    color: #fff;
    opacity: 0.95;
    z-index: 1080;
}

.bar-notification.success {
	background: #232323;
}

.bar-notification.warning {
    background: #f93;
}

.bar-notification.error {
    background: #ff5874;
}

.bar-notification .content {
    float: left;
    margin: 0 10px 0 0;
    font-size: 13px;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}

.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

.bar-notification .close:after {
    content: '\e901';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 12px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.bar-notification .close:hover {
    opacity: 0.9;
}

.noscript {
    background-color: #ff9;
    padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
	border-bottom: 40px solid #232323;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}

.ui-dialog {
    position: absolute !important;
    width: 450px !important;
    max-width: 95%;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    z-index: 1080;
}

.ui-dialog-titlebar {
    padding: 13px;
	background: #232323;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    border: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: none;
    font-size: 0;
    opacity: 0.7;
}

.ui-dialog-titlebar button::after {
    content: '\e901';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 10px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.ui-dialog-titlebar button:hover {
    opacity: 0.9;
}

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    font-size: 13px;
    color: #666;
    max-height: none!important;
}

.ui-dialog-content .page {
    min-height: 0;
}

.ui-dialog-content .page-title {
    margin: 5px 0;
}

.ui-dialog-content .page-title h1 {
    font-size: 18px;
}

.ui-dialog-content .tooltip {
    margin: 5px 0;
    line-height: 20px;
    text-align: center;
    color: #888;
}

.ui-dialog-content button {
    display: block;
    margin: 10px auto 0;
}

.back-in-stock-subscription-page .page-body > .tooltip {
    width:auto;
}

.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data {
    text-align: left;
}

.reward-points-page .no-data {
    margin-top: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -160px;
    padding: 20px;
    width: 320px;
    height: 180px;
    background: #f6f6f6;
    text-align: center;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    z-index: 1050;
}

.eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
}

.eu-cookie-bar-notification button {
    margin: 0 0 20px 0;
    padding: 13px 35px;
    border: 0;
	background: #232323;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.eu-cookie-bar-notification button:hover {
    background: #fff;
	color: #232323;
}

.eu-cookie-bar-notification a {
    display: block;
    text-decoration: underline;
}

@media all and (min-width: 481px) {
    .eu-cookie-bar-notification {
        width: 450px;
        max-width: 95%;
        margin-left: -225px;
    }
}
.bnr-segmento {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
    max-width: 1200px;
    background: #000000;
    padding: 30px 0;
}

/* Banner Individual */
.bnr-segmento__item {
    margin: 0 auto 30px auto;
    flex-basis: 400px;
    height: 120px;
    border-top-style: solid;
    border-top-width: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    
}
.bnr-segmento__item:last-of-type {
    margin-bottom: 0;
}

/* Content */
.bnr-segmento__item h2 {
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin: 24px 0 20px 0;
}

.bnr-segmento__item ul {
    display: flex;
    justify-content: space-around;
}

.bnr-segmento__item ul a {
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    text-decoration: none;
}
.bnr-segmento__item ul a:hover {
    color: #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}

@media all and (min-width: 720px) {
    .bnr-segmento__item {
        flex-basis: 32.5%;
    }
    .bnr-segmento__item {
        margin-bottom: 0;
    }
}

/***************************************************
        NAV BANNER HOMEPAGE
****************************************************/

/* Imágenes */
.bnr-segmento__item--entrenamiento {
    border-top-color: #1a1a1a;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-entrenamiento.jpg);
}
.bnr-segmento__item--lifestyle {
    border-top-color: #b0d149;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-lifestyle.jpg);
}
.bnr-segmento__item--zapateria {
    border-top-color: #ea1c24;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-zapateria.jpg);
}

.bnr-segmento__item h2 a:hover {
    border-bottom: 2px solid #fff;
}

/***************************************************
        NAV BANNER TOPICS
****************************************************/

/* Content */
.html-topic-segmentacion-page a {
    text-decoration: none!important;
}

.html-topic-segmentacion-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Imagenes Entrenamiento */
.bnr-segmento__item--entrenamiento-mujer {
    border-top-color:#1a1a1a;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-entrenamiento-mujer.jpg);
}
.bnr-segmento__item--entrenamiento-nino {
    border-top-color:#1a1a1a;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-entrenamiento-nino.jpg);
}
.bnr-segmento__item--entrenamiento-hombre {
    border-top-color:#1a1a1a;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-entrenamiento-hombre.jpg);
}

/* Imagenes Lifestyle */
.bnr-segmento__item--lifestyle-mujer {
    border-top-color:#b0d149;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-lifestyle-mujer.jpg);
}
.bnr-segmento__item--lifestyle-nino {
    border-top-color:#b0d149;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-lifestyle-nino.jpg);
}
.bnr-segmento__item--lifestyle-hombre {
    border-top-color:#b0d149;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-lifestyle-hombre.jpg);
}

/* Imagenes Zapateria */
.bnr-segmento__item--zapateria-mujer {
    border-top-color:#ea1c24;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-zapateria-mujer.jpg);
}
.bnr-segmento__item--zapateria-nino {
    border-top-color:#ea1c24;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-zapateria-nino.jpg);
}
.bnr-segmento__item--zapateria-hombre {
    border-top-color:#ea1c24;
    background-image: url(/Themes/Macri/Content/img/segmentacion/segmento-zapateria-hombre.jpg);
}

.bnr-mercado-pago {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.main-rail {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 200px;
    text-align: center;
    color: #000;
    border-bottom: 2px dotted #c3c3c3;
    margin: 10px 16px;
    flex-grow: 1;
    padding:0 8px 12px 8px;
    text-transform: uppercase;
}

.main-rail__label {
    font-size: 15px;
}

.main-rail__icon {
    display: block;
}

.main-rail__icon--mercado-pago {
    width: 70px;
    height: 18px;
    padding-left: 12px;
}

.main-rail__icon--cuotas {
    width: 41px;
    height: 27px;
}

.main-rail__icon--efectivo {
    width: 53px;
    height: 27px;
}

.resalte {
    text-transform: uppercase;
    font-weight: 700;
    
}

.main-rail__item--cuotas .resalte {
  display: inline-block;
}

.secondary-rail {
  display: flex;
  flex-wrap: wrap;
}

.secondary-rail > * {
  margin: auto 6px;
  flex-grow: 1;
  text-align: center;
  color: #404041;
  font-size: 12px;
  margin-bottom: 12px;
  /* margin-top: 17px; */
  display: flex;
  flex-direction: column;
  align-items:  center;
}

.secondary-rail > *::before {
  display: block;
}

.secondary-rail__icon {
    margin: 0;
    min-height: 28px;
}

.secondary-rail__visa svg {
    width: 39px;
    height: 13px;
}
.secondary-rail__oca svg {
    width: 47px;
    height: 12px;
}
.secondary-rail__scotia svg {
    width: 74px;
    height: 14px;
}
.secondary-rail__master svg {
    width: 27px;
    height: 22px;
}
.secondary-rail__diners svg {
    width: 60px;
    height: 15px;
}
.secondary-rail__lider svg {
    width: 35px;
    height: 14px;
}

.secondary-rail__creditel svg {
    width: 42px;
    height: 14px;
}

.secondary-rail__abitab svg {
    width: 62px;
    height: 13px;
}
.secondary-rail__redpagos svg {
    width: 65px;
    height: 13px;
}

@media (min-width:600px) {
    .main-rail__label {
        font-size: 20px;
    }
    .main-rail__icon--mercado-pago {
        width: 90px;
        height: 22px;
    }
}
/*********** LEFT/RIGHT COLUMN ***********/
.block {
	border-bottom: 5px solid #fff;
}

.block .title а,
.block .title strong {
	position: relative;
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	cursor: pointer;
}

.block .title а:after,
.block .title strong:after {
	content: '\e923';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 28px;
	height: 28px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 10px;
	color: #dcdde0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.block .title.open а:after,
.block .title.open strong:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.block .listbox {
	display: none;
	padding: 15px 20px 40px;
	font-size: 13px;
}

.block .listbox li a:before {
	content: '\e925';
	display: inline-block;
	margin-right: 10px;
	font-family: prisma;
	font-size: 10px;
	color: #dcdde0;
	transition: all .3s;
}

.block .listbox li a:hover:before {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list a {
	display: inline-block;
	padding: 8px 3px;
}

.block .list>li>a {
	color: #666;
}

.block .list>li>a:hover,
.block .sublist>li>a:hover {
	color: #000;
}

.block .sublist>li>a {
	color: #888;
	padding: 4px 6px;
}

.block .sublist>li.active>a {
	color: #000;
}

.block .list .product-name {
	max-width: 72%;
}

.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before {
	content: none;
}

.block .sublist {
	padding: 0 15px 5px 10px;
	font-size: 12px;
}

.block .view-all {
	margin: 10px 0 0;
}

.block .view-all a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.block .view-all a:after {
	content: '\e925';
	display: inline-block;
	margin-left: 10px;
	font-family: prisma;
	font-size: 10px;
	color: #ccc;
	vertical-align: middle;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.block .view-all a:hover:after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	color: #000;
}

.block .tags {
	margin: 0 0 10px;
	font-size: 0;
}

.block .tags ul {
	font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}

.block .tags li {
	margin: 2px;
}

.block .tags li a,
.product-tags-all-page li a {
	display: inline-block;
	padding: 3px 10px;
	line-height: 24px;
	font-size: 13px !important;
	/*setting base size*/
	color: #888;
	background: #fff;
}

.product-tags-all-page .product-tags-list {
	text-align: left;
}

.product-tags-all-page li a {
	padding: 0;
	background: none;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

.poll-options,
.poll-results {
	margin: 0 auto 15px;
	max-width: 420px;
}

.poll-options li,
.poll-results li {
	display: block;
	margin: 5px 0;
	font-size: 14px;
	color: #444;
}

.poll-options li input {
	display: none;
}

.poll-options input[type=radio]+label {
	display: block;
	padding: 10px 15px;
	border-left: 4px solid transparent;
	background: #fff;
	font-size: 14px;
	color: #888;
	transition: all .3s;
	cursor: pointer;
}

.poll-options li label:hover,
.poll-options li input:checked+label {
	border-left-color: #000;
}

.poll-options li label:before,
.poll-options li input:checked+label:after {
	content: none;
}

.poll .buttons input {
	padding: 10px 20px;
	border: 0;
	background: #000;
	min-width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

.home-page-polls {
	padding: 40px 0;
	text-align: center;
}

.home-page-polls .poll+.poll {
	margin-bottom: 30px;
}

.home-page-polls .title {
	margin: 0 0 25px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	font-size: 24px;
	color: #444;
}

.home-page-polls .title strong {
	font-weight: normal;
}

.home-page-polls input[type=radio]+label {
	background: #f6f6f6;
}


@media all and (min-width: 481px) {
	/* LEFT/RIGHT COLUMN */

	.block {
		float: left;
		width: 48%;
		border-bottom: 0;
		margin: 0 1% 2%;
		text-align: left;
	}

	.block:nth-of-type(2n+1) {
		clear: both;
	}

	.block-account-navigation {
		width: 100%;
	}

	.block .poll-options li,
	.block .poll-results li {
		display: block;
	}

	.block .poll .buttons,
	.block .poll-total-votes {
		text-align: left;
	}
}


@media all and (min-width: 769px) {
	/* LEFT/RIGHT COLUMN */

	.block {
		width: 31.3333%;
		margin: 0 1% 1%;
	}

	.block-account-navigation {
		width: 100%;
	}

	.block:nth-of-type(2n+1) {
		clear: none;
	}

	.block:nth-of-type(3n+1) {
		clear: both;
	}
}


@media all and (min-width: 1025px) {

	/* LEFT/RIGHT COLUMN */
	.block {
		float: none;
		width: auto;
		margin: 0;
	}

	.block .listbox {
		display: block;
		border-bottom: 1px solid #eee;
	}

	.block:last-of-type .listbox {
		border-bottom: 0;
	}

	.block .title {
		border-bottom: 1px solid #eee;
	}

	.block .title:after {
		content: none;
	}

	.block .product-picture {
		display: inline-block;
		vertical-align: middle;
	}

	.block .list .product-picture {
		display: block;
		max-width: 100%;
	}

	.block .product-name {
		display: inline-block;
		width: 72%;
		vertical-align: middle;
	}

	.block-recently-viewed-products .listbox {
		padding: 5px;
		font-size: 0;
	}

	.block-recently-viewed-products .listbox li {
		display: inline-block;
		width: 33%;
		text-align: center;
	}

	.block-recently-viewed-products .listbox .product-name {
		display: none;
	}
}
.aw-theme .category-grid .item-box .sub-categories-list li a:hover {
	color: #ffffff;
}


.html-category-page--gender .sub-category-item .content-wrapper {
	padding-bottom: 10px;
}

/********** CATEGORY PAGE **********/
.aw-theme .product-selectors .product-viewmode {
	display: none;
}

.html-category-page--gender .aw-theme .filter-options {
	display: none;
}

.html-category-page--gender .master-wrapper-content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.html-category-page--gender .page-title {
	margin: 0;
	border-bottom: 0;
}

.html-category-page--gender .page-title h1 {
	display: none !important;
}

.html-category-page--gender .page-title .breadcrumb {
	text-align: left;
	margin-top: 0px;
}

.html-category-page--gender .category-page-body .page-body {
	margin: 0;
	border-bottom: 0;
}

/* Imagen */
.html-category-page--gender .item-box .picture {
	background: #000000;
}

.html-category-page--gender .item-box .picture a:before {
	content: none;
}

.html-category-page--gender .item-box .picture img {
	position: static;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 100%;
}

.html-category-page--gender .category-grid {
	padding: 0;
	background: #000000;
	color: #ffffff;
}


.filtersGroupPanel .checkbox-list label {
	padding: 4px 10px 12px 32px !important;
}



.html-category-page--gender .category-grid .item-box .content-wrapper {
	background: transparent;
}

.html-category-page--gender .sub-category-grid .item-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.html-category-page--gender .category-grid .item-box {
	width: 100%;
	margin: 0 !important;
	flex-basis: 400px;
}

.html-category-page--gender .item-box .title a {
	color: #ffffff;
	background: #1a1a1a;
	padding: 8px 6px 6px 6px;
}

.html-category-page--gender .item-box .title a[href="/mujer-entrenamiento"],
.html-category-page--gender .item-box .title a[href="/hombre-entrenamiento"],
.html-category-page--gender .item-box .title a[href="/ni%C3%B1o-entrenamiento"] {
	background: #1a1a1a;
}

.html-category-page--gender .item-box .title a[href="/mujer-zapateria"],
.html-category-page--gender .item-box .title a[href="/hombre-zapateria"],
.html-category-page--gender .item-box .title a[href="/ni%C3%B1o-zapateria"] {
	background: #ea1c24;
}

.html-category-page--gender .item-box .title a[href="/mujer-lifestyle"],
.html-category-page--gender .item-box .title a[href="/hombre-lifestyle"],
.html-category-page--gender .item-box .title a[href="/ni%C3%B1o-lifestyle"] {
	background: #b0d149;
}























.category-grid {
	padding: 30px 15px 15px;
	background: #fff;
}



.category-page .sub-category-item li {
	font-size: 13px;
}

.filter-options {
	display: none;
}





.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content {
	width: 100%;
	max-width: 1200px;
}

.category-description,
.manufacturer-description,
.vendor-description {
	padding: 15px;
	line-height: 24px;
	font-size: 13px;
	color: #888;
}

.contact-vendor {
	margin: 0 0 20px;
}

.contact-vendor-button {
	border: 0;
	padding: 12px 20px;
	border: 1px solid #eee;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.product-tag-page .pager {
	background: #f6f6f6;
}

.product-filters {
	display: none;
}

.product-list {
	margin: 15px auto 0;
	width: 95%;
}

.product-grid .title {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #444;
}

.product-grid .title strong {
	font-weight: normal;
}

.product-grid.featured-product-grid {
	padding-bottom: 0;
	margin-bottom: 0;
}

.pager {
	padding: 5px;
	border-top: 4px solid #fff;
	background: #f6f6f6;
}

.pager ul {
	text-align: center;
	font-size: 0;
}

.pager li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.pager li:last-child {
	margin: 0;
}

.pager li {
	position: relative;
	background: #fff;
}

.pager li a,
.pager li span {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	/*reset zeroing*/
	color: #aaa;
	cursor: pointer;
	text-decoration: none;
}

.pager li a:hover,
.pager li span:hover,
.pager li.current-page span {
	color: #fff;
}

.pager li:before,
.pager li.current-page:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.pager li.current-page:before,
.pager li:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
	position: relative;
	font-size: 0;
}

.pager li.previous-page a:after,
.pager li.next-page a:after,
.pager li.first-page a:after,
.pager li.last-page a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pager li.previous-page a:after {
	content: '\e921';
}

.pager li.next-page a:after {
	content: '\e922';
}

.pager li.first-page a:after {
	content: '\e924';
}

.pager li.last-page a:after {
	content: '\e925';
}

.category-page .pager~div {
	padding-top: 20px;
	border-top: 4px solid #fff;
}

.category-page .pager~div div {
	background: none;
}

/*manufacturers , vendors*/
.manufacturer-page .product-grid,
.vendor-page .produt-ct-grid {
	margin: 0 auto;
}

.vendor-item .picture,
.manufacturer-item .picture {
	position: relative;
}

.vendor-item .picture .hover,
.manufacturer-item .picture .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.vendor-item:hover .picture .hover,
.manufacturer-item:hover .picture .hover {
	opacity: .9;
}

.vendor-item .picture .hover span,
.manufacturer-item .picture .hover span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vendor-item .title,
.manufacturer-item .title {
	height: auto;
	text-align: center;
}

.vendor-item .title a,
.manufacturer-item .title a {
	margin: 0;
	padding: 15px 0;
	margin-top: 4px;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}

.vendor-item:hover .title a,
.manufacturer-item:hover .title a {
	color: #000;
}

/* home page */

.home-page .product-grid,
.home-page .bestsellers {
	position: relative;
	padding: 50px 0 0;
	border-bottom: 4px solid #fff;
	margin: 0 auto;
}

.home-page-category-grid .item-grid {
	font-size: 0;
}

.home-page-category-grid .item-box {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.two-colums-wrapper {
	padding: 50px 0;
	overflow: hidden;
}


@media all and (max-width: 1024px) {

	.product-selectors,
	.filter-options {
		display: none;
	}

	.category-page-body .footer {
		padding-bottom: 30px;
	}

	.category-page-body .filter-options {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #ffffff;
		box-shadow: 0 0 15px rgba(0, 0, 0, .2);
		font-size: 0;
		z-index: 1000;
	}

	.filter-options>.filters-button {
		display: none;
	}

	.filter-options>div {
		position: relative;
		display: inline-block;
		padding: 20px 10px;
		width: 50%;
		background: #fff;
		text-transform: uppercase;
		text-align: center;
		font-size: 13px;
		color: #888;
		cursor: pointer;
	}

	.filter-options>.product-display-mobile {
		display: none;
	}

	.filter-options>div:before {
		display: inline-block;
		margin-right: 5px;
		font-family: prisma;
		font-size: 20px;
		color: #000;
		vertical-align: middle;
		cursor: pointer;
	}

	.filters-button:before {
		content: '\e907';
	}

	.product-sorting-mobile:before {
		content: '\e90c';
	}

	.product-display-mobile:before {
		content: '\e906';
	}

	.filter-options li:after {
		content: '.';
		position: absolute;
		top: 10px;
		right: 0;
		height: 40px;
		width: 1px;
		background: #eee;
		text-indent: -9999px;
		font-size: 0;
	}

	.filter-options li:last-of-type:after {
		content: none;
	}

	.filter-options>div>div span {
		display: none;
	}

	.product-sorting-mobile,
	.product-display-mobile {
		position: relative;
	}

	.product-sorting-mobile select,
	.product-display-mobile select {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	h1.page-category__title {
		text-align: center;
		margin: 17px;
	}
}



@media all and (min-width: 769px) {
	/* CATEGORY PAGE & GRIDS */

	.page-title,

	.checkout-page .page-title {
		margin: 0 0 20px 0;
		border-bottom: 1px solid #eee;
		text-align: center;
		overflow: hidden;
		background: none;
	}

	.order-progress {
		padding-bottom: 0;
	}

	.html-recently-added-products-page .master-wrapper-content,
	.vendor-page .master-wrapper-content,
	.manufacturer-page .master-wrapper-content,
	.category-page-body .master-wrapper-content {
		width: 98%;
	}

	.product-selectors {
		text-align: left;
	}

	.product-grid,
	.product-list {
		width: auto;
	}

	.product-list {
		margin: 15px;
	}



	.product-list .buttons-wrapper {
		display: inline-block;
		background: #fff;
	}

	.product-list .add-info {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		border-top: 3px solid #f6f6f6;
		font-size: 0;
	}



	.product-list .buttons-wrapper {
		float: right;
		direction: rtl;
		-webkit-display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		width: 50%;
		max-width: 50%;
	}

	.product-list .buttons-wrapper * {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}





	.manufacturer-page .product-grid,
	.vendor-page .product-grid {
		padding: 20px;
	}
}


@media all and (min-width: 1025px) {

	/* CATEGORY PAGE & GRIDS */

	.category-page .page-title {
		display: table;
		width: 100%;
	}

	.category-page .page-title h1 {
		display: table-cell;
		margin-bottom: 0;
		text-align: left;
	}

	/* grids */


	.home-page .topic-block {
		padding: 50px 0;
	}

	.home-page .product-grid,
	.home-page .bestsellers {
		padding: 10px 0 0;
	}

	.home-page-polls {
		padding: 70px 0;
	}

}


.category-grid .item-box .content-wrapper {
	position: relative;
	margin: -40px auto 40px;
	width: 83%;
	height: auto;
	background: #fff;
	z-index: 2;
}

.category-grid .item-box .title {
	margin: 0;
	padding: 25px 0;
	height: auto;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #444;
}

.category-grid .item-box .sub-categories-list li {
	margin-bottom: 12px;
	color: #f1f1f1;
	text-align: center;
	font-size: 15px;
}

[class].product-page-size {
	display: none;
}

.product-details__product-name {
	font-size: 20px;
	font-weight: initial;
	color: black;
}
/********** PRODUCT PAGE **********/
.product-essential {
	display: grid;
	gap: 1rem;
}

@media (min-width: 1025px) {
	.product-essential {
		grid-template-columns: 1fr 1fr;
	}

	.product-essential .overview {
		grid-column: 2;
	}
}


.product-name {
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
}

.product-name h1 {
	text-align: center;
	font-size: 26px;
	color: #444;
}

.product-name .breadcrumb {
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #eee;
}

.gallery .picture {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.gallery .picture a {
	display: inline-block;
	max-width: 100%;
	/*Ie fix*/
	width: 100%;
}

.gallery .picture:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.gallery .picture-wrapper img,
.gallery .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.gallery .picture-thumbs {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.gallery .thumb-item {
	position: relative;
	width: 80px;
	cursor: pointer;
}

.gallery .thumb-item:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.gallery .thumb-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.overview,
.variant-overview {
	position: relative;
	display: grid;
	gap: .75rem;
	align-content: start;
}

.discontinued-product h4 {
	margin: 0 0 20px;
	font-size: 14px;
	color: #c00;
}

.product-review-box {
	float: right;
	margin-top: 5px;
	width: 50%;
	text-align: left;
}

.product-review-box .rating {
	width: 70px;
	height: 11px;
	background-image: url(/Themes/Macri/Content/img/rating_gray.svg);
	background-repeat: repeat-x;
	background-color: #ccc;
}

.product-review-box .rating div {
	height: 11px;
	background-image: url(/Themes/Macri/Content/img/rating_gray.svg);
	background-repeat: repeat-x;
	background-color: #232323;
}

.overview .value a,
.variant-overview .value a {
	color: #232323;
}

.back-in-stock-subscription {
	margin-top: 10px;
	font-size: 0;
}

.back-in-stock-subscription:before {
	content: '\e93f';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 22px;
	color: #aaa;
	vertical-align: middle;
}

.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button {
	border: none;
	padding: 0;
	background: none;
	font-size: 13px;
	color: #232323;
	vertical-align: middle;
}

.free-shipping {
	color: #aaa;
}

.free-shipping:after {
	content: '\e92a';
	float: right;
	width: 50%;
	text-align: left;
	font-family: prisma;
	font-size: 20px;
	color: #232323;
}

.overview .delivery,
.variant-overview .delivery {
	padding: 0;
}

.overview .delivery>div,
.variant-overview .delivery>div {
	padding: 15px;
}

.overview .delivery>div+div,
.variant-overview .delivery>div+div {
	border-top: 1px solid #eee;
}

.overview .delivery-date,
.variant-overview .delivery-date {
	margin: 5px 0;
}

.attributes select {
	background-position: 96% center;
	border: solid thin #eee;
}

.qq-uploader .qq-upload-button {
	border: 0;
	width: auto;
	background: #fff;
	color: #232323;
}

#product_attribute_22uploader,
.attributes div .qq-uploader {
	padding: 0;
}

.attributes div .qq-uploader {
	border-bottom: 4px solid #232323;
}

.qq-uploader .qq-upload-button div {
	padding: 0;
	font-weight: bold;
	color: inherit;
}

.qq-uploader .qq-upload-list li.qq-upload-success {
	margin-top: 10px;
	padding-top: 13px;
	background: #232323;
}

.qq-uploader .qq-upload-list li.qq-upload-fail {
	margin-top: 10px;
}

#product_attribute_22downloadurl,
#product_attribute_22downloadurl+div {
	display: inline-block;
	padding: 10px 0;
	width: 49%;
	text-align: center;
}

/*option list*/
.attributes .option-list {
	font-size: 0;
}

.attributes .option-list li {
	display: inline-block;
	margin: 2px;
}

.attributes .option-list.radio-list label {
	display: block;
	padding: 0 10px;
	height: 35px;
	background: white;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	white-space: nowrap;
	border: solid #1a1a1a 1px;
}

.radioButtonDisabled label {
	background: transparent !important;
	border: dashed #ccc 1px !important;
}

.radioButtonDisabled label:hover {
	color: #888 !important;
}



.attributes .option-list.checkbox-list li {
	display: block;
	margin: 0;
	text-align: left;
	padding-left: 10px;
	background: #fff;
}

.attributes .option-list.radio-list li:hover label,
.attributes .option-list.radio-list input[type=radio]:checked+label {
	background: #232323;
	color: #fff;
}

.attributes .option-list input[type=radio]+label:before,
.attributes .option-list input[type=radio]:checked+label:after {
	content: none;
}

/*attr squares*/
.attribute-squares {
	font-size: 0;
}

.attribute-squares li {
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: normal !important;
	text-align: center;
}

.attribute-squares.option-list li:hover label,
.attribute-squares li.selected-value label {
	border-color: #ccc;
	background: #fff;
}

.attribute-squares label {
	display: block;
	padding: 3px;
	border: 1px solid transparent;
	margin: 0 !important;
	width: 38px;
	height: 38px;
	background: none;
	overflow: hidden;
}

.attribute-squares span {
	display: block;
}

.attribute-square {
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.attribute-squares .tooltip-container {
	display: none;
}

/*attr rent period*/
.rental-attributes .attribute-item>div {
	padding: 0;
}

.rental-attributes .attribute-label {
	margin-bottom: 10px;
	font-size: 14px;
	color: #aaa;
}

.attribute-item:last-of-type {
	margin-bottom: 0;
}

.attribute-data {
	position: relative;
	max-width: 100%;
}

.attribute-data:after {
	content: '\e930';
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: prisma;
	font-size: 16px;
	color: #ddd;
}

.ui-datepicker {
	margin-top: 4px;
	width: 280px;
	background-color: #fff;
	text-align: center;
}

.ui-datepicker-header {
	position: relative;
	margin: 0 10px;
	border-bottom: 1px solid #eee;
	height: 50px;
	background-color: #fff;
}

.ui-datepicker-header a {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 30px;
	background: #f9f9f9;
	font-size: 0;
	z-index: 1;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
}

.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
}

.ui-datepicker-header a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ui-datepicker-header a.ui-datepicker-prev:after {
	content: '\e924';
}

.ui-datepicker-header a.ui-datepicker-next:after {
	content: '\e925'
}

.ui-datepicker-title {
	position: relative;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	z-index: 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
}

.ui-datepicker-calendar th {
	text-transform: uppercase;
	color: #888;
}

.ui-datepicker-calendar td {
	border: 1px solid #eee;
	font-size: 12px;
	color: #aaa;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}

.ui-datepicker-week-end {
	background: #f9f9f9;
}

.ui-state-highlight {
	background: #232323;
	color: #fff;
}

/*prices*/
.overview .prices,
.variant-overview .prices {
	overflow: hidden;
	text-align: center;
}

.tax-shipping-info {
	display: block;
	font-size: 13px;
	color: #aaa;
}

.overview .rental-price,
.variant-overview .rental-price {
	display: block;
	color: #aaa;
	vertical-align: text-bottom;
}

.overview .old-product-price,
.variant-overview .old-product-price {
	text-decoration: line-through;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
}

.price-n-add-to-cart .shelf p {
    font-size: 1.3rem;
}

.overview .old-product-price label,
.variant-overview .old-product-price label,
.overview .product-price label,
.variant-overview .product-price label,
.overview .non-discounted-price label,
.variant-overview .non-discounted-price label {
	display: none;
}

.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

.tier-prices {
	margin: 0 0 20px;
	clear: both;
}

.tier-prices .title {
	margin-bottom: 10px;
}

.tier-prices .title strong {
	font-weight: normal;
	color: #aaa;
}

.tier-prices .prices-table {
	background: #fff;
}

.tier-prices .prices-table:after {
	content: '';
	display: block;
	clear: both;
}

.tier-prices .prices-row {
	float: left;
	width: 50%;
}

.tier-prices .prices-row>div {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
}

.tier-prices .prices-row.thead>div {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.tier-prices .prices-row>div:last-of-type {
	border-bottom: 1px solid #eee;
}

.tier-prices .field-header {
	color: #888;
}

.overview .customer-entered-price,
.variant-overview .customer-entered-price {
	padding: 15px;
	overflow: hidden;
	background: #f6f6f6;
	text-align: center;
}

.customer-entered-price label {
	display: inline-block;
	margin-bottom: 5px;
	color: #aaa;
}

.customer-entered-price>div {
	display: inline-block;
}

.customer-entered-price .price-input input {
	padding: 5px;
	border: 0;
	width: 50%;
	text-align: right;
	color: #666;
}

.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}

.customer-entered-price .price-range,
.base-price-pangv {
	display: block;
	margin-top: 5px;
	line-height: 1;
	font-size: 13px;
	color: #ccc;
}

.customer-entered-price .price-range:before,
.customer-entered-price .price-range:after,
.base-price-pangv:before,
.base-price-pangv:after {
	font-size: 13px;
	color: #ccc;
}

.customer-entered-price .price-range:before,
.base-price-pangv:before {
	content: '(';
}

.customer-entered-price .price-range:after,
.base-price-pangv:after {
	content: ')';
}

/*giftcard form*/
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.giftcard div {
	margin: 0 0 10px;
}

.giftcard label {
	display: block;
	margin: 0 0 5px;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.giftcard input[type=text],
.giftcard textarea {
	display: block;
	margin: 0 auto;
	border: 0;
	width: 350px;
	max-width: 100%;
}

.giftcard textarea {
	height: 150px;
}

/*QTY*/
.attributes .qty-box {
	margin: 10px 0 0 0;
	padding: 0;
}

.attributes .qty-box input {
	width: 48px;
	height: 32px;
}

.overview .qty-label,
.variant-overview .qty-label {
	font-size: 14px;
}


.overview .qty-wrapper,
.variant-overview .qty-wrapper {
	border: 0;
	text-align: center;
}

.qty-wrapper .qty-dropdown {
	width: 50px;
}

.qty-wrapper span {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #fff;
	border: solid thin #eee;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
}

.qty-wrapper span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 36px;
	text-align: center;
	font-family: prisma;
	font-size: 12px;
	color: #ddd;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color .3s;
	transition: color .3s;
}

.qty-wrapper span:hover:after {
	color: #232323;
}

.qty-wrapper .decrease:after {
	content: '\e93d';
}

.qty-wrapper .increase:after {
	content: '\e944';
}

/*BNTS*/

/**overview end*/
.full-description {
	clear: both;
	margin: 0 15px 20px;
	line-height: 24px;
	font-size: 13px;
	text-align: left;
	color: #888;
}

.product-collateral {
	margin: 50px 0;
}

.product-collateral>div {
	margin: 0 0 50px;
}

.product-collateral .title {
	margin: 0 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #444;
}

.product-collateral .table-wrapper {
	padding: 30px;
	background: #f9f9f9;
}

.product-collateral .title strong {
	font-weight: normal;
}

.product-specs-box .data-table {
	border-color: #eee;
}

.product-specs-box .data-table td {
	padding: 10px;
	font-size: 14px;
	color: #888;
}

.product-specs-box .data-table .spec-value {
	color: #444;
}

.product-specs-box .attribute-square {
	margin: 0 auto;
	width: 20px;
	height: 20px;
}

.product-tags-list {
	font-size: 0;
}

.product-tags-list li {
	display: inline-block;
	margin: 3px;
	padding: 8px 10px;
	background: #eee;
	font-size: 13px;
	/*reset zeroing*/
	color: #222;
}

.product-tags-list li:before {
	content: '\e914';
	display: inline-block;
	font-family: prisma;
	font-size: 15px;
	color: #ccc;
	vertical-align: middle;
	transition: all .3s;
}

.product-tags-list li:hover:before {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	transform-origin: top right;
}

.product-tags-list li.separator {
	display: none;
}

.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

.product-variant-line {
	margin: 0 0 30px;
	padding: 20px 15px;
	background: #f6f6f6;
}

.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}

.variant-picture {
	position: relative;
	width: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}

.variant-overview {
	width: 100%;
}

.variant-name {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.related-products-grid .title,
.also-purchased-products-grid .title {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #444;
}


.ui-tabs {
	margin: 0 0 20px;
}

.ui-tabs .ui-tabs-nav {
	margin-bottom: 4px;
	overflow: hidden;
	font-size: 0pt;
}

.ui-tabs .ui-tabs-nav li {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	background: #f9f9f9;
}

.ui-tabs .ui-tabs-nav li a {
	position: relative;
	display: inline-block;
	padding: 15px 45px;
	text-transform: uppercase;
	font-size: 14px;
	color: #888;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #fff;
}

.ui-tabs .ui-tabs-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #232323;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.ui-tabs .ui-tabs-nav li:hover:before,
.ui-tabs .ui-tabs-nav li.ui-state-active:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ui-tabs .ui-tabs-panel {
	background: #f9f9f9;
	font-size: 13px;
	color: #888;
}

.ui-tabs .ui-tabs-panel .table-wrapper {
	padding: 10px;
}

.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 24px;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs .ui-tabs-panel th,
.ui-tabs .ui-tabs-panel td {
	padding: 15px;
	border: 1px solid #eee;
	background: #fff;
}

.ui-tabs .ui-tabs-panel td a {
	font-weight: normal;
}

.ui-tabs .ui-tabs-panel input {
	position: static;
	clip: auto;
	height: auto;
	width: auto;
}




#shipping-info {
	border-right: none;
	background: url(/Themes/Prisma/Content/img/shipping.png) no-repeat;
	background-position: 8px;
	background-size: 39px;
	padding-left: 63px;
}

div#ui-id-5 {
	max-height: none !important;
}


@media all and (min-width: 769px) {
	.overview .qty-label,
	.variant-overview .qty-label {
		position: static;
		left: 0;
		margin: 0 10px 0 0;
	}

	.attributes .qty-box {
		margin-top: 10px;
	}

	.variant-picture {
		float: left;
	}

	.variant-picture+.variant-overview {
		width: auto;
		margin: 0 0 0 235px;
	}

	.variant-overview .qty-wrapper,
	.variant-overview .prices {
		text-align: left;
	}

	.attribute-item:last-child {
		margin-bottom: 0;
	}

	.attribute-item:after {
		content: '';
		display: block;
		clear: both;
	}

	.attr-item:after {
		content: none;
	}

	.attribute-label {
		width: 50%;
	}

	.attribute-data {
		float: none;
		display: inline-block;
	}

	.tier-prices .prices-table {
		display: table;
		width: 100%;
		border: none;
		border-collapse: collapse;
	}

	.tier-prices .prices-row {
		display: table-row;
		float: none;
		width: auto;
	}

	.tier-prices .prices-row>div {
		display: table-cell;
		border: 1px solid #eee !important;
	}

	.tier-prices .field-header {
		min-width: 100px;
	}

	.overview-buttons {
		text-align: left;
	}

	.variant-overview .attributes dd .attribute-squares {
		padding: 0;
		text-align: left;
	}

	.variant-overview .add-to-wishlist,
	.variant-overview .add-to-cart {
		display: inline-block;
		width: 49%;
		width: -webkit-calc(100%/2 - 2px);
		width: calc(100%/2 - 2px);
		vertical-align: top;
	}

	.variant-overview .add-to-cart {
		margin-left: 4px;
	}

	.product-share-wrapper {
		text-align: left;
	}

	.giftcard>div {
		position: relative;
		text-align: center;
	}

	.giftcard label {
		float: left;
		margin: 5px 0 5px 0;
		width: 20%;
		width: -webkit-calc((100% - 350px)/2);
		width: calc((100% - 350px)/2);
		text-align: left;
	}

	.product-specs-box .attribute-square {
		margin: 0;
	}
}


@media all and (min-width: 1025px) {
	.product-essential .product-name {
		display: table;
		direction: rtl;
		padding: 10px 15px;
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.product-essential .product-name h1 {
		display: table-cell;
		direction: ltr;
		margin: 0;
		text-align: left;
	}

	.gallery .picture {
		width: auto;
	}

	.attribute-label {
		width: auto;
	}

	.attribute-data,
	.rental-attributes .datepicker {
		float: right;
	}

	/*attr*/
	.attributes .attr-value {
		text-align: right;
	}

	/*variants*/
	.product-variant-line {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}

	.product-variant-line:nth-of-type(2n) {
		margin-left: 2%;
	}

	.variant-picture {
		width: 200px;
	}

	.variant-picture+.variant-overview {
		margin-left: 210px;
	}

	.variant-overview .attribute-squares {
		text-align: left;
	}

	.variant-overview .attributes dt {
		padding: 0 15px;
	}

	.variant-overview .add-to-wishlist {
		width: 50px;
	}

	.variant-overview .add-to-wishlist span {
		font-size: 0;
	}

	.variant-overview .overview-buttons .add-to-cart {
		width: 84%;
		width: calc(100% - 54px);
	}

	.variant-overview .overview-buttons .add-to-wishlist-button:before {
		margin: 0;
	}

	.variant-overview .value {
		display: block;
		margin-top: 5px;
	}

	.variant-overview .attributes dd {
		display: block;
		clear: left;
		width: 100%;
		text-align: left;
	}

	.vendor-list-page .page-title h1 {
		text-align: left;
	}

	.vendor-page .product-grid {
		padding: 20px;
	}
}


@media all and (min-width: 1281px) {

	/* PRODUCT PAGE */
	.product-content-wrappper {
		padding-right: 50px;
	}

	.ui-tabs .inputs label {
		width: 290px;
	}

	.variant-overview .attributes dt {
		padding: 10px 15px;
	}

	.variant-overview .attributes dd {
		display: inline-block;
		padding: 15px 0;
		width: 50%;
	}

	.variant-overview .value {
		display: inline-block;
		margin: 0;
	}
}

@media (max-width:542px) {
	a#size-table,
	a#shipping-methods {
		border-right: none;
		display: block;
		text-align: center;
		width: 263px;
		margin: 0 auto;
		font-size: 15px;
	}

	a#size-table {
		background-position: 22px 0px;
	}

	.additional-details {
		display: none;
	}

	.attributes div {
		display: inline-block;
	}

	.attributes .option-list.radio-list label {
		padding: 0 6px;
		height: 33px;
		text-align: left;
		line-height: 32px;
		font-size: 14px;
	}

	.attributes .option-list li {
		display: inline-block;
		margin: 2px;
		width: 26px;
	}
}

.product-price__old-price {
	font-size: 20px;
	color: #9F9F9F;
	text-decoration: line-through;
}

.product-price__current-price {
	font-size: 22px;
	color: #232323;
	font-weight: 600;
}

.qty-wrapper .qty-label {
	display: none;
}

.stepper-n-add-to-cart {
	display: flex;
	justify-content: center;
}

.attributes > ul {
	display: grid;
	gap: .5rem;
}

.attributes > ul > li {
	display: flex;
	align-items: baseline;
	gap: .5rem;
}

.attributes > ul > li .attr-label {
	flex-basis: 60px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.product-details-page-body .gallery {
	display: flex;
}

.product-details-page-body .gallery {
	display: flex;
}
/********** PRODUCT REVIEWS **********/
.product-reviews-page h1 a {
    color: #000;
}
.product-reviews-page .title,
.new-comment .title,
.comment-list .title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}
.write-review,
.new-comment {
    margin: 0 0 20px;
    padding: 20px;
    background: #f9f9f9;
}
.write-review .fieldset {
    border-bottom: 1px solid #eee;
}
.write-review .form-fields {
    margin: 0 auto 20px;
    padding-bottom: 10px;
    max-width: 430px;
}
.write-review .inputs,
.new-comment .inputs {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.write-review .inputs {
    border: 0;
}
.write-review .inputs label {
    margin-bottom: 5px;
    text-align: left;
}
.write-review ::-webkit-input-placeholder {
    color: #bbb;
}
.write-review ::-moz-placeholder {
    color: #bbb;
}
.write-review :-ms-input-placeholder {
    color: #bbb;
}
.write-review :-moz-placeholder {
    color: #bbb;
}
.write-review .inputs label {
    margin-bottom: 5px;
    text-align: left;
}
.write-review .buttons {
    margin: 10px 0 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.write-review input[type=text],
.write-review textarea,
.new-comment input[type=text],
.new-comment textarea {
    border: 1px solid #eee;
    height: 40px;
    width: 100%;
}
.write-review .required {
    margin-left: 5px;
}
.write-review .review-rating {
    padding: 12px;
    border: 1px solid #eee;
    background: #fff;
    text-align: left;
}
.write-review .review-rating label {
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    color: #666;
    vertical-align: middle;
}
.write-review .review-rating label:before {
    content: none;
}
.review-rating ul {
    float: right;
    font-size: 0;
    vertical-align: middle;
}
.rating-options {
    overflow: hidden;
    width: 70px;
}
.rating-options input {
    float: right;
    margin: 0 0 0 -12px;
    width: 12px;
    height: 12px;
    opacity: 0;
}
.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label {
    background-color: #000;
}
.write-review .rating-options input:checked ~ label:after {
    content: none;
}
.write-review .rating-options label,
.write-review .rating-options:hover label {
    position: relative;
    float: right;
    display: block;
    width: 12px;
    height: 11px;
    background-color: #ccc;
    background-image: url(/Themes/Macri/Content/img/rating.svg);
    background-position: 0 0;
    font-size: 0;
    cursor: pointer;
}
.write-review .review-rating li {
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    cursor: default;
}
.write-review .review-rating li.first {
    color: #c00;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
    vertical-align: baseline;
}
.write-review .review-rating li.last {
    color: #690;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.product-reviews-page .message-error {
    margin: 0 0 20px;
}
.product-reviews-page .result {
    margin: 20px;
    font-size: 14px;
    color: #000;
}
.product-review-list {
    overflow: hidden;
    padding: 20px;
    background: #f9f9f9;
}
.product-review-item {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    overflow: hidden;
}
.product-review-item:last-of-type {
    border-bottom: 0;
}
.product-review-item .review-item-head {
    margin: 0 0 20px;
    overflow: hidden;
}
.product-review-item .review-title {
    float: left;
    max-width: 80%;
    color: #444;
}
.product-review-item .product-review-box {
    float: right;
    margin: 0;
    width: auto;
}
.product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 24px;
    text-align: left;
    color: #888;
}
.product-review-item .review-info {
    margin: 0 0 5px;
    text-align: left;
}
.product-review-item .review-info label {
    color: #aaa;
}
.product-review-item .review-info strong {
    font-weight: normal;
    color: #aaa;
}
.product-review-item .review-info a {
    font-weight: bold;
    color: #000;
}
.product-review-item .review-info span {
    color: #666;
}
.product-review-item .review-info .separator {
    color: #d8d8d8;
}
.product-review-helpfulness {
    position: relative;
    text-align: left;
    padding-bottom: 15px;
}
.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    color: #aaa;
}
.product-review-helpfulness .question + span {
    display: inline-block;
    vertical-align: middle;
}
.product-review-helpfulness .result {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.product-review-item .reply {
    margin: 30px 0 0;
    padding: 15px;
    background: #f6f6f6;
}
.product-review-item .reply-header {
    margin: 0 0 10px;
    font-weight: bold;
}
.vote-stats {
    display: none;
}
.vote-options {
    display: inline-block;
}
.product-review-helpfulness .vote {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    vertical-align: top;
    cursor: pointer;
    font-size: 0;
}
.product-review-helpfulness .vote:after {
    content: '\e92a';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 12px;
    color: #000;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-review-helpfulness .vote + .vote:after {
    content: '\e901';
    color: #e53850;
}

@media all and (min-width: 769px) {
    /* REVIEW PAGE */
    .review-content:after {
        content: '';
        display: block;
        clear: both;
    }
    .review-info {
        float: left;
    }
    .product-review-helpfulness {
        float: right;
        padding-bottom: 30px;
    }
    .product-review-helpfulness .result {
        text-align: right;
    }
}


@media all and (min-width: 1025px) {
    /* REVIEW PAGE */
    .product-reviews-page .page-body:after {
        content: '';
        display: block;
        clear: both;
    }
}
/********** WISHLIST & COMPARE LIST **********/
.wishlist-content {
    margin: 0 0 4px;
}
.wishlist-content .table-wrapper {
    margin-bottom: 4px;
}
.wishlist-content .cart .sku,
.wishlist-content .cart col:nth-of-type(3) {
    display: none;
}
.wishlist-content .message-error {
    margin: 0 10px 10px;
}
.wishlist-content .tax-shipping-info {
    margin: 20px 0 20px;
    text-align: center;
}
.wishlist-content .buttons {
    padding: 15px;
    background: #f6f6f6;
    font-size: 0;
}
.wishlist-content button.button-2 {
    display: block;
    margin: 0 auto 5px;
    padding: 13px 25px;
    width: 250px;
    background: #fff;
    color: #000;
}
.wishlist-content .button-2 span {
    display: inline-block;
    vertical-align: middle;
}
.update-cart-button:before,
.continue-shopping-button:before,
.wishlist-content .button-2:before {
    display: inline-block;
    margin: -3px 8px 0 0;
    font-weight: normal;
    font-family: prisma;
    font-size: 16px;
    color: #ccc;
    vertical-align: middle;
}
.update-cart-button:before,
.update-wishlist-button:before {
    content: '\e949';
}
.wishlist-add-to-cart-button:before {
    content: '\e91c';
}
.email-a-friend-wishlist-button:before {
    content: '\e933';
}
.wishlist-page .share-info {
    position: relative;
    padding: 30px;
    background: #f6f6f6;
    font-size: 13px;
    color: #aaa;
    text-align: center;
}
.wishlist-page .share-info:before {
    content: '\e919';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: prisma;
    font-size: 60px;
    color: #e9e9e9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}
.wishlist-page .share-info a {
    display: block;
    margin: 5px 0;
    font-weight: bold;
    color: #000;
}
.wishlist-page .share-info a,
.wishlist-page .share-info span {
    position: relative;
    z-index: 1;
}
.wishlist-page .share-info span {
    color: #888;
}
.compare-products-page {
    position: relative;
    overflow: hidden;
}
.compare-products-page .clear-list {
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}
.compare-products-page .clear-list:before {
    content: '\e901';
    display: inline-block;
    margin-right: 5px;
    font-family: prisma;
    font-size: 10px;
    color: #bbb;
}
.compare-products-page .remove-button {
    padding: 8px 10px;
    border: 0;
    background: #eee;
    text-transform: uppercase;
    font-size: 11px;
    color: #aaa;
}
.compare-products-page .remove-button:before {
    content: '\e901';
    display: inline-block;
    margin-right: 5px;
    font-family: prisma;
    font-size: 8px;
    color: #bbb;
}
.compare-products-table {
    display: none;
}
.compare-products-page img {
    max-width: 100%;
}
.compare-products-table td:first-child {
    background: #f6f6f6;
    text-align: right;
    font-size: 15px;
    color: #aaa;
}
.compare-products-table .full-description {
    display: none;
}
.compare-products-table-mobile img {
    max-width: 160px;
}


@media all and (max-width: 1024px) {
    /* WISHLIST */    
    .wishlist-content .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }
    .wishlist-content .cart tbody {
        font-size: 0;
        background: #f6f6f6;
    }
    .wishlist-content .cart label,
    .wishlist-content .cart td {
        font-size: 14px;
        color: #666;
    }
    .wishlist-content .cart .product-picture,
    .wishlist-content .cart .product,
    .wishlist-content .cart .unit-price {
        border: 0;  
    }
    .wishlist-content .cart .remove-from-cart,
    .wishlist-content .cart .add-to-cart {
        width: 50%;
        height: 48px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wishlist-content .cart .product-picture {
        float: left;
        width: 30%;
        padding-right: 0;
    }
    .wishlist-content .cart .product-picture ~ td {
        margin: 0 0 0 40%;
        text-align: left;
        padding: 10px;
    }
    .wishlist-content .cart .quantity {
        float: left;
        clear: left;
        width: 40%;
    }
    .wishlist-content .cart .subtotal {
        float: right;
        padding-left: 0;
        width: 60%;
        text-align: left;
    }
    .wishlist-content .cart tr td.quantity,
    .wishlist-content .cart tr td.subtotal {
        margin: 0;
        border:0;
        border-top: 4px solid #f6f6f6;
        max-width: none;
    }
    .wishlist-content .cart .qty-dropdown {
        padding-right: 15px;
        min-width: auto;
        width: 48px;
    }


    /*COMPARE MOBILE*/
    .compare-products-mobile {
        padding: 10px;
        background: #f6f6f6;
    }
    .compare-section {
        margin-bottom: 30px;
    }
    .compare-section:last-child {
        margin-bottom: 0;
    }
    .compare-section .title {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #444;
    }
    .compare-section ul {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 500px;
        background: #fff;
    }
    .compare-section ul li {
        padding: 15px 0;
        font-size: 13px;
        color: #666;
    }
    .compare-section ul li + li {
        border-top: 1px solid #eee;
    }
    .compare-section.product .title {
        font-size: 0;
    }
    .compare-section.product ul {
        padding: 0;
        background: none;
    }
    .compare-section.product li {
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }
    .compare-section.product li:after {
        content: '';
        display: block;
        clear: both;
    }
    .compare-section.product .picture {
        float: left;
        margin-right: 4px;
        width: 25%;
        background: #fff;
        text-align: center;
    }
    .compare-section.product .product-name {
        text-align: left;
        font-size: 13px;
        color: #666;
    }
    .compare-section.product .details {
        position: relative;
        padding: 20px 10px 10px;
        background: #fff;
        overflow: hidden;
    }
    .compare-section .remove-button {
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: 100%;
        max-width: 136px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .compare-section.price li {
        font-weight: bold;
        color: #000;
    }

}


@media all and (max-width: 768px) {
    .compare-section.product .picture {
        width: 45%;
    }
}


@media all and (min-width: 769px) {
    /* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons {
        margin: 0;
    }
    .wishlist-content button.button-2 {
	    margin: 0 10px 0 0;
        display: inline-block;
        width: auto;
    }
    .compare-products-table {
	    display: table;
    }
    .compare-products-mobile {
	    display: none;
    }
    .compare-products-page .clear-list {
	    position: absolute;
	    top: 15px;
	    right: 0;
    }

    .compare-products-page .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }
    .compare-products-table td {
        position: relative;
        padding: 15px;
        border: 0;
        max-width: 50%;
        font-size: 14px;
        color: #666;

    }
    .compare-products-table tr + tr + tr td + td:before {
        content:'.';
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        height: 1px;
        background: #eee;
        text-indent: -9999px;
        font-size: 0;
    }
    .compare-products-table td:first-child {
        border: 0;
        font-size: 15px;
        color: #aaa;
    }
    .compare-products-table td + td + td {
        border-left: 8px solid #f6f6f6;
    }
    .product-picture td {
        position: relative;
        border-bottom: 8px solid #f6f6f6;
    }
    .product-picture td .remove-button {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .compare-products-table a.picture {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .compare-products-table a.picture:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .compare-products-table a img {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .product-price td + td {
        font-weight: bold;
        color: #000;
    }
}


@media all and (min-width: 1025px) {
    /* WISHLIST & COMPARE LIST */
    .order-summary-content .table-wrapper,
    .wishlist-content .table-wrapper {
        padding: 0 10px;
        background: #f6f6f6;
    }
    .cart .remove-from-cart label,
    .cart .add-to-cart label {
        padding: 0;
        font-size: 0;
        width: 20px;
    }

    .section.order-summary {
        margin-top: 70px;
    }    
}


@media all and (min-width: 1281px) {
    /* WISHLIST & COMPARE LIST */
    .compare-products-page .table-wrapper {
        padding: 20px;
    }
}
.topic-page .page-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 12px;
}

.topic-page .page-body div.size-table {
	flex-basis: 400px;
	margin: 0 12px 56px;
}

.topic-page table {
	max-width: 400px;
	margin: auto;
	border: 0;
	text-align: center;
	line-height: 3.2;
}

.topic-page td {
	width: 25%;
    line-height: 22px;
    padding-top: 0px;
}



.topic-page tr {
	border-bottom: solid thin #ccc;
	margin: 0px;
}

.topic-page tr:first-child {
	color: #fff;
	background: #EA1C24;
	line-height: 2;
	padding: 0;
}

.topic-page .page-body div.envios-entregas-wrapper,
.topic-page .page-body div.content {
	flex-basis: 100%;
	max-width: 640px;
}

.topic-page h2 {
	margin: 8px 0 4px;
	font-weight: normal;
	text-align: center;
}




.topic-block-title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.topic-block-title h2 {
    font-size: 24px;
}
.home-page .topic-block-title h2 {
    font-weight: normal;
    font-size: 24px;
    color: #444;
}
.topic-block-body {
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
}
.topic-block a,
.topic-page a {
    text-decoration: underline;
}
.topic-page .page-body {
    line-height: 20px;
    font-size: 14px;

}
.popup-window .topic-page {
    padding: 15px;
}
.not-found-page p {
    margin: 30px 0;
}
.topic-password {
    margin: 50px 0 100px;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}
.topic-password .password-error {
    display: block;
}
.enter-password-title {
    margin: 0 0 10px;
    font-size: 13px;
    color: #666;
}
.enter-password-form {
    display: inline-block;
    overflow: hidden;
}
.enter-password-form input[type="password"] {
    width: 200px;
    height: 36px;
}
.enter-password-form input[type="submit"] {
    display: block;
    width: 150px;
    margin: 20px auto 0;
    padding: 10px 35px;
    border: none;
    height: 36px;
	background: #232323;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.password-error {
    margin: 0 0 10px;
}
.registration-page .accept-privacy-policy label {
    display: inline-block;
}

@media all and (min-width: 481px) {
    .enter-password-form input[type="password"] {
	    width: 300px !important;
    }
}


@media all and (min-width: 769px) {
    .topic-block-body {
        line-height: 28px;
    }
}


@media all and (min-width: 1025px) {
    .topic-block-body {
        margin: 0 auto;
        max-width: 90%;
    }
}
/*********** CONTACT & EMAIL A FRIEND ***********/
.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
    padding: 10px;
    text-align: center;
    background: #f6f6f6;
}
.contact-page .title,
.contact-page .topic-block-title,
.contact-page .topic-block-body,
.apply-vendor-page .title,
.apply-vendor-page .topic-block-title,
.apply-vendor-page .topic-block-body  {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    max-width: 100%;
}
.apply-vendor-page .topic-block {
    margin-bottom: 0;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
    margin: 0 0 15px;
}
.account-page .inputs,
.password-recovery-page .inputs,
.registration-page .inputs,
.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.contact-page .result,
.email-a-friend-page .result {
    font-size: 14px;
    color: #000;
}
.account-page .inputs:last-child,
.registration-page .inputs:last-child {
    border: 0;
}
.account-page input[type=text],
.password-recovery-page input[type=text],
.registration-page input[type=text] {
    width: 350px;
}
.contact-page input[type=text],
.email-a-friend-page input[type=text],
.apply-vendor-page input[type=text],
.contact-page textarea,
.email-a-friend-page textarea,
.apply-vendor-page textarea {
    width: 400px;
}
.account-page label,
.password-recovery-page label,
.registration-page label,
.contact-page label,
.email-a-friend-page label,
.apply-vendor-page label {
    font-size: 13px;
    color: #666;
}
.account-page .message-error {
    margin: 10px 0;
}
.password-recovery-page .message-error,
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    margin: 10px 20px;
}
.email-a-friend-page .title h2 {
    padding: 15px 0;
    font-weight: normal;
    color: #000;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons  {
    margin: 0;
}
.accept-privacy-policy .read {
    color: #000;
}
.customer-pages-body .side-2 {
    margin-bottom: 30px;
}


@media all and (min-width: 769px) {
    /* CONTACT PAGE & EMAILaFRIEND */

    .registration-page .page-body,
    .contact-page .page-body,
    .email-a-friend-page .page-body,
    .apply-vendor-page .page-body {
        padding: 15px 30px 25px 30px;
    }
    .account-page .inputs > label,
    .password-recovery-page label,
    .registration-page .inputs > label,
    .contact-page label,
    .email-a-friend-page label,
    .apply-vendor-page label,
    .return-request-page label {
        float: left;
        margin: 8px 0 8px 0;
        width: 31%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
        text-align: left;
        white-space: pre-line;
    }
    .contact-page label,
    .email-a-friend-page label,
    .apply-vendor-page label {
        width: 34%;
        width: -webkit-calc((100% - 400px)/2);
        width: calc((100% - 400px)/2);
    }
    .account-page input[type=text],
    .password-recovery-page input[type=text],
    .registration-page input[type=text],
    .contact-page input[type=text],
    .email-a-friend-page input[type=text],
    .apply-vendor-page input[type=text],
    .contact-page textarea,
    .email-a-friend-page textarea,
    .apply-vendor-page textarea,
    .return-request-page textarea,
    .return-request-page input {
        display: inline;
        margin: 0 auto;
    }
}
/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.account-page,
.registration-page .fieldset {
	margin-bottom: 4px;
	padding: 20px;
	min-height: auto;
	background: #f6f6f6;
}

.account-page .title,
.registration-page .title {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
}

.account-page .page-title {
	display: none;
}

.customer-pages-body .center-2 {
	margin: 0 10px 50px;
	background: #f6f6f6;
}

.gender {
	display: inline-block;
}

.gender span {
	display: inline-block;
	width: 105px;
	vertical-align: middle;
}

.account-page .date-of-birth select,
.registration-page .date-of-birth select {
	width: 31%;
	/*birth-date selectors, always single line*/
	max-width: 110px;
	background-position: 90% center;
}

.date-of-birth select+select {
	margin: 0 0 0 10px;
}

.check-username-availability-button {
	margin: 10px 0 0;
	border: 0;
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.btn-wrapper {
	margin: 0 auto;
	max-width: 350px;
	text-align: right;
}

.field-validation-valid,
.username-available-status,
.username-not-available-status {
	float: left;
	margin-top: 8px;
}

#username-availabilty:empty {
	display: none;
}

.account-page select,
.registration-page select {
	border: 1px solid #eee;
	background-position: 97% center;
}

.vat-status,
.vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 13px;
	/*reset zeroing*/
	color: #aaa;
	white-space: normal;
}

.vat-note em {
	font-style: normal;
}

.accept-privacy-policy {
	margin: 0 0 10px;
	text-align: center;
}

.accept-privacy-policy>* {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}

.accept-privacy-policy .read {
	font-weight: bold;
	cursor: pointer;
}

.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
	padding: 11px 28px;
	border-radius: 10px;
}

.nuevaCuenta {
	padding: 16px;
	text-align: center;
}

.registration-result-page .result {
	margin: 0 0 20px;
	text-align: center;
	font-size: 14px;
	color: #888;
}

.password-recovery-page .page-body {
	padding: 20px;
	background: #f6f6f6;
}

.password-recovery-page .tooltip {
	margin: 0 0 20px;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.checkout-as-guest-button {
	margin-bottom: 10px;
}

.checkout-as-guest-or-register-block .buttons input {
	min-width: 250px;
}

.block-account-navigation .title {
	text-align: left;
	font-size: 20px;
}

.block-account-navigation .listbox {
	padding: 10px;
}

.block-account-navigation li {
	position: relative;
	margin-bottom: 4px;
	background: #fff;
}

.block-account-navigation .list li a {
	position: relative;
	display: block;
	padding: 21px 10px 21px 49px;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	color: #444;
	z-index: 1;
}

.block-account-navigation .list li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	z-index: -1;
}

.block-account-navigation .list li a.active:after,
.block-account-navigation .list li a:hover:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.block-account-navigation .list>li>a.active,
.block-account-navigation .list>li>a.active:hover,
.block-account-navigation .listbox .list>li>a:hover {
	color: #fff;
}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 27px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
}

.block-account-navigation .listbox li a.active:before,
.block-account-navigation .listbox li a:hover:before {
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block-account-navigation li.customer-info a:before {
	content: '\e945';
}

.block-account-navigation li.customer-addresses a:before {
	content: '\e91f';
}

.block-account-navigation li.customer-orders a:before {
	content: '\e903';
}

.block-account-navigation li.return-requests a:before {
	content: '\e90d';
}

.block-account-navigation li.downloadable-products a:before {
	content: '\e932';
}

.block-account-navigation li.back-in-stock-subscriptions a:before {
	content: '\e927';
}

.block-account-navigation li.reward-points a:before {
	content: '\e90e';
}

.block-account-navigation li.change-password a:before {
	content: '\e940';
}

.block-account-navigation li.customer-avatar a:before {
	content: '\e945';
}

.block-account-navigation li.forum-subscriptions a:before {
	content: '\e935';
}

.block-account-navigation li.customer-reviews a:before {
	content: '\e92f';
}

.customer-pages-body .master-column-wrapper>.page-title {
	display: none;
}

.account-page .edit-address {
	margin: 0 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.change-password-page .buttons,
.customer-info-page .buttons {
	margin-bottom: 0;
	padding: 30px 0;
	background: #f6f6f6;
}

.change-password-page .buttons {
	border-top: 1px solid #eee;
}

.customer-pages-body .data-table {
	margin: 30px 0;
	border-color: #eee;
	color: #888;
}

.return-request-page .data-table th,
.customer-pages-body .data-table th {
	border: 1px solid #eee;
	background: #fff;
}

.return-request-page .data-table td,
.customer-pages-body .data-table td {
	padding: 15px;
	border-color: #eee;
	text-align: center;
	font-size: 14px;
}

.customer-pages-body .data-table td.date {
	white-space: nowrap;
}

.customer-pages-body .data-table td.points {
	font-weight: bold;
	color: #666;
}

.customer-pages-body .data-table td.points-balance {
	font-weight: bold;
	color: #000;
}

.customer-pages-body .data-table td.message {
	color: #666;
}

.account-page .description {
	margin: 0 0 20px;
	font-size: 13px;
}

.address-list .buttons .button-2,
.order-list .buttons .button-2 {
	position: relative;
	padding: 0;
	width: 30px;
	height: 30px;
	background: #f6f6f6;
	font-size: 0;
	transition: all .3s;
}

.address-list .buttons .button-2:hover,
.order-list .buttons .button-2:hover {
	background: #000;
}

.address-list .buttons .button-2:after,
.order-list .buttons .button-2:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 13px;
	color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.address-list .buttons .button-2:hover:after,
.order-list .buttons .button-2:hover:after {
	color: #f6f6f6;
}

.address-list .buttons .edit-address-button:after {
	content: '\e920';
}

.address-list .buttons .delete-address-button:after {
	content: '\e901';
	color: #e53850;
}

.order-list .buttons .order-details-button:after {
	content: '\e931';
}

.order-list .buttons .return-items-button:after {
	content: '\e92e';
	color: #e53850;
}

.add-more-external-records {
	padding: 20px 0;
	font-size: 13px;
	color: #666;
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
	margin: 10px 5px;
	vertical-align: top;
	font-size: 12px;
	/*reset zeroing*/
	white-space: normal;
}

.request-item .title,
.address-list-page .title,
.order-list-page .title {
	padding: 19px 80px 10px 19px;
	border-bottom: 4px solid #f6f6f6;
	background: #fff;
}

.request-item .title {
	padding: 19px;
}

.address-list-page .info,
.order-list-page .info {
	margin: 0 0 10px;
	padding: 15px;
	background: #fff;
	line-height: 20px;
	font-size: 13px;
	color: #666;
}

.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 7px;
	right: 7px;
}

.address-list-page .info .name {
	font-weight: bold;
}

.address-list-page .add-button {
	margin: 15px 0;
	text-align: center;
}

.address-list-page .add-button input {
	padding: 13px 35px;
	border: 0;
	background: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.customer-pages-body .data-table .select-boxes {
	text-align: center;
}

.select-boxes input,
.use-reward-points input {
	margin: 0;
	padding: 0;
	clip: auto;
	height: auto;
	overflow: visible;
	position: static;
	width: auto;
}

.request-item .details {
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 24px;
	font-size: 13px;
}

.request-item label {
	display: inline-block;
	width: 48%;
	color: #888;
}

.request-item label+div {
	display: inline-block;
}

.request-item label+div,
.request-item span {
	color: #444;
}

.request-item a {
	color: #000;
}

.request-item a+span {
	width: auto;
}

.return-request-list-page a {
	font-weight: bold;
}

.return-request-page .page-body {
	padding: 20px;
	background: #f6f6f6;
}

.return-request-page .data-table td select {
	border: 1px solid #eee;
	width: 60px;
}

.return-request-page .data-table td.product {
	color: #888;
}

.return-request-page .data-table td.unit-price {
	font-weight: bold;
	color: #000;
}

.return-request-page .section {
	margin-bottom: 40px;
}

.return-request-page .inputs {
	margin-bottom: 10px;
}

.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	text-align: center;
}

.reward-points-overview {
	margin: 0 0 15px;
	display: inline-block;
}

.order-list-page .recurring-payments>.title {
	background: none;
	padding: 0;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}

.avatar-page .fieldset {
	margin: 0 auto 15px;
	max-width: 400px;
	background: #fff;
}

.avatar-page .image {
	margin: 0 auto 10px;
	max-width: 180px;
}

.file-upload {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	background: #fff;
	text-align: left;
	font-size: 0pt;
}

.file-upload .fieldset {
	position: relative;
}

.file-upload label {
	display: inline-block;
	padding: 10px 19px;
	height: 40px;
	background: #fff;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.file-upload .filename {
	border: 0;
	height: 40px;
	max-width: 289px;
}

.avatar-page input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 110px;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
}

.avatar-page button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	width: 36px;
	height: 36px;
	background: #f0f0f0;
	font-size: 0;
}

.avatar-page button::after {
	content: '\e901';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 12px;
	color: #e53850;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.avatar-page .info {
	margin: 20px 0;
	font-size: 13px;
	color: #888;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 0;
	text-align: center;
}

.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 10px;
}


@media all and (max-width: 1024px) {
	.html-account-page .block {
		float: none;
		width: auto;
		text-align: center;
	}
}


@media all and (max-width: 768px) {

	.shipments thead,
	.products thead,
	.return-request-page thead,
	.recurring-payments thead,
	.reward-points-history thead,
	.downloadable-products-page thead {
		display: none;
	}

	.shipments tr,
	.products tr,
	.return-request-page tr,
	.recurring-payments tr,
	.reward-points-history tr,
	.downloadable-products-page tr {
		display: block;
		margin-bottom: 10px;
		border: 1px solid #eee;
		background: #fff;
	}

	.shipments td,
	.products td,
	.return-request-page td,
	.recurring-payments td,
	.reward-points-history td,
	.downloadable-products-page td {
		display: block;
		padding: 10px;
		border: 0;
		text-align: center;
	}

	.shipments td:first-of-type,
	.products td:first-of-type,
	.return-request-page td:first-of-type,
	.recurring-payments td:first-of-type,
	.reward-points-history td:first-of-type,
	.downloadable-products-page td:first-of-type {
		display: none;
	}

	.return-request-page td.product {
		text-align: center;
	}

	.shipments td label,
	.products td label,
	.return-request-page td label,
	.recurring-payments td label,
	.reward-points-history td label,
	.downloadable-products-page td label {
		margin-bottom: 10px;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 11px;
		color: #bbb;
	}

}


@media all and (min-width: 481px) {
	/* REGISTRATION, LOGIN, MY ACCOUNT */

	.request-item .title,
	.address-list-page .title,
	.order-list-page .title {
		padding: 19px;
	}

	.request-item .details label {
		width: auto;
		min-width: 170px;
	}

	.request-item .details span,
	.request-item .details a,
	.request-item .details div {
		width: auto;
	}

	.address-list .buttons,
	.order-list .buttons {
		top: 12px;
		right: 12px;
	}

	.nuevaCuenta {
		display: none;
	}
}


@media all and (min-width: 769px) {
	/* REGISTRATION, LOGIN, MY ACCOUNT */

	.avatar-page .fieldset {
		float: left;
		margin-right: 40px;
	}

	.avatar-page .fieldset:empty {
		margin: 0;
	}

	.avatar-page .buttons {
		text-align: left;
		overflow: hidden;
	}

	.btn-wrapper {
		margin: 0 auto;
	}

	.login-page .returning-wrapper .inputs label {
		float: left;
		margin: 10px 0;
		width: auto;
	}

	.login-page .returning-wrapper .inputs input {
		float: right;
	}

	.order-list-page .info span {
		float: right;
		display: inline-block;
		width: 80%;
	}

	.return-request-page .data-table td,
	.customer-pages-body .data-table th,
	.customer-pages-body .data-table td {
		text-align: left;
	}
}


@media all and (min-width: 1025px) {

	/* REGISTRATION, LOGIN, MY ACCOUNT */
	.account-page .fieldset,
	.account-page .section {
		margin-bottom: 35px;
	}

	.account-page,
	.registration-page .fieldset {
		padding: 20px 30px 10px 30px;
	}

	.account-page .message-error {
		margin: 20px 20px 0;
	}

	#check-availability-button {
		margin: 10px auto;
	}

	.login-page .inputs.reversed>* {
		width: auto;
		vertical-align: middle;
	}

	.login-page .customer-blocks>div {
		float: left;
		padding-bottom: 60px;
		margin-bottom: 0;
		width: 49.2%;
	}

	.login-page .customer-blocks>div+div {
		margin-left: 1.5%;
	}

	.external-authentication {
		clear: both;
	}

	.html-my-product-reviews-list-page .center-2,
	.customer-pages-body .center-2 {
		margin: 0 0 50px;
		width: 75%;
	}

	.html-my-product-reviews-list-page .side-2,
	.customer-pages-body .side-2 {
		border-right: 4px solid #fff;
		width: 25%;
	}

	.login-page .customer-blocks .buttons {
		position: absolute;
		bottom: 15px;
		margin-bottom: 0;
		width: 87%;
		text-align: center;
	}

	.login-page .customer-blocks .buttons input {
		margin: 0;
		min-width: 0;
	}

	.login-page .customer-blocks .buttons input:hover {
		background: #444;
	}

	.block-account-navigation .listbox {}

	.block-account-navigation .title {
		display: none;
	}

	.account-page.customer-info-page {
		padding: 0;
	}

	.customer-pages-body .master-column-wrapper>.page-title {
		display: block;
	}

	.customer-info-page .fieldset {
		margin: 0;
		border-bottom: 4px solid #fff;
		padding: 30px 30px 10px 30px;
	}

	.request-item .title,
	.address-list-page .title,
	.order-list-page .title {
		padding: 19px 25px;
	}

	.address-list-page .info,
	.order-list-page .info {
		padding: 15px 25px;
	}

	.current-balance {
		color: #444;
		font-size: 14px;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.current-balance:before {
		content: '\e90e';
		display: inline-block;
		margin-right: 10px;
		font-family: prisma;
		font-size: 29px;
		color: #ccc;
		vertical-align: middle;
	}

	.account-page .description {
		font-size: 14px;
		color: #666;
	}
}


@media (min-width: 1281px) {
	.html-my-product-reviews-list-page .center-2,
	.customer-pages-body .center-2 {
		width: 78%;
	}

	.html-my-product-reviews-list-page .side-2,
	.customer-pages-body .side-2 {
		width: 22%;
	}
}

/********** SHOPPING CART **********/
.cart-title,
.checkout-page .page-title {
	margin: 0;
	padding: 20px 0 10px;
	background: #f6f6f6;
}

.order-progress {
	margin: 0 0 20px;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #f6f6f6;
}

.order-progress ul {
	text-align: center;
	font-size: 0;
}

.order-progress li {
	display: inline-block;
	width: 15%;
	width: -webkit-calc(100% /6 - 3px);
	width: calc(100% /6 - 3px);
	max-width: 130px;
	vertical-align: baseline;
}

.order-progress li+li {
	margin-left: 3px;
}

.order-progress a {
	position: relative;
	display: block;
	border-top: 4px solid transparent;
	height: 50px;
	background: #fff;
}

.order-progress a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-weight: normal;
	font-size: 30px;
	color: #ccc;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.order-progress li:first-of-type a:before {
	content: '\e903';
}

.order-progress li:nth-of-type(2) a:before {
	content: '\e902';
}

.order-progress li:nth-of-type(3) a:before {
	content: '\e911';
	font-size: 35px;
}

.order-progress li:nth-of-type(4) a:before {
	content: '\e909';
	font-size: 32px;
}

.order-progress li:nth-of-type(5) a:before {
	content: '\e92d';
	font-size: 28px;
}

.order-progress li:nth-of-type(6) a:before {
	content: '\e92c';
	font-size: 26px;
}

.order-progress li.active-step.last a {
	border-top: 4px solid #000;
	cursor: pointer;
}

.order-progress li.active-step.last a:before {
	color: #000;
}

.order-progress li.inactive-step a {
	background: #fbfbfb;
	color: #777;
	cursor: default;
}

.shopping-cart-page .selected-checkout-attributes {
	display: none;
}

.shopping-cart-page .button-1 {
	padding: 9px 15px;
}

.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.remove-discount-button,
.remove-gift-card-button {
	margin: 0 0 0 5px;
	border: 0;
	width: 20px;
	height: 20px;
	background: #fff url(/Themes/Macri/Content/img/close.png) center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}

.cart-options {
	margin: 0 0 20px;
	text-align: center;
}

.cart-options .common-buttons {
	margin-bottom: 4px;
	padding: 20px;
	background: #f6f6f6;
	font-size: 0;
}

.cart-options .common-buttons button {
	padding: 15px 25px;
	margin: 0 5px 5px;
	border: 0;
	width: 280px;
	min-width: 150px;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.continue-shopping-button:before {
	content: '\e92e';
}

.cart-options .checkout-attributes {
	margin: 20px 0;
	width: 100%;
	padding: 20px;
	background: #f6f6f6;
	max-width: 421px;
	margin: auto;

}

.imagen-teleton {
	float: right;
}

.cart-options .checkout-attributes:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cart-options .checkout-attributes dt {
	float: right;
	clear: right;
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #ea1c24;
}

.cart-options .checkout-attributes dd {
	float: right;
	clear: right;
	margin: 0 0 15px;
}

.cart-options .checkout-attributes li {
	line-height: 24px;
}

.cart-options .checkout-attributes li * {
	vertical-align: middle;
}

.cart-options .checkout-attributes input,
.cart-options .checkout-attributes textarea,
.cart-options .qq-uploader {
	max-width: 100%;
	width: 350px;
}

.cart-options select {
	width: 117px;
}

.cart-options .selected-checkout-attributes {
	margin: 20px 0;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}

.cart-footer .totals {
	margin: 10px auto 30px;
}

.cart-footer .total-info {
	margin: 0 0 10px;
}

.cart-total td {
	padding: 5px;
	border: 1px solid #ccc;
	width: 40%;
}

.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}

.terms-of-service {
	margin: 10px 5px 20px;
	text-align: left;
}

.terms-of-service label {
	cursor: pointer;
}

.terms-of-service input[type=checkbox]+label {
	display: inline;
}

.font-comfortaa .terms-of-service input[type=checkbox]+label:before,
.font-comfortaa .terms-of-service input[type=checkbox]+label:after {
	top: 8px;
}

.terms-of-service input[type=checkbox]+label:before,
.terms-of-service input[type=checkbox]+label:after {
	top: 13px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.terms-of-service a {
	position: relative;
	margin: 0 0 0 3px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.addon-buttons {
	margin-top: 10px;
}

.cart-collaterals {
	max-width: 100%;
}

.cart-collaterals .title {
	margin: 0 0 5px;
	padding: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
}

.cart-collaterals .coupon-box {
	border-bottom: 4px solid #fff;
}

.cart-collaterals .hint {
	margin: 10px 10px 5px;
	font-size: 13px;
	color: #bbb;
}

.cart-collaterals .deals>div,
.estimate-shipping {
	padding-bottom: 15px;
	text-align: left;
}

.estimate-shipping {
	background: #f6f6f6;
}

.cart-collaterals .coupon-code {
	padding: 5px 10px 10px;
	overflow: hidden;
	font-size: 0;
}

.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	margin: 0 -1px 0 0;
	width: 55%;
	height: 40px;
}

.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	border: 1px solid #eee;
	width: 45%;
	height: 40px;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.cart-collaterals .shipping-options {
	padding: 10px;
}

.cart-collaterals .shipping-options label {
	text-align: left;
}

.cart-collaterals .shipping-options .inputs {
	margin-bottom: 10px;
}

.cart-collaterals .shipping-options .buttons {
	margin-bottom: 0;
}

.cart-collaterals .buttons .estimate-shipping-button {
	padding: 11px 24px;
	border: 1px solid #eee;
	width: 100%;
	background: #fff;
	color: #666;
}

.cart-collaterals .shipping-options select {
	border: 1px solid #eee;
	background-position: 96% center;
}

.cart-collaterals .message-failure {
	margin: 0 10px;
	font-size: 13px;
	color: #d63150;
}

.cart-collaterals .message-success {
	margin: 0 20px;
	font-size: 13px;
	color: #000;
}

.cart-collaterals .current-code {
	margin: 5px 10px 0;
}

.cart-collaterals .current-code span {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.cart-collaterals .shipping-results {
	margin: 22px 0 0;
	padding: 20px;
	background: #f6f6f6;
	color: #666;
}

.cart-collaterals .shipping-results li {
	margin: 10px 0;
}

.edit-item {
	margin-top: 5px;
	font-size: 13px;
	color: #000;
}


/********** CHECKOUT **********/


.checkout-page .billing-addresses .section,
.shipping-address-page .pickup-in-store,
.shipping-address-page .select-shipping-address,
.payment-info {
	margin: 0 0 20px;
	padding: 20px;
	background: #f6f6f6;
}

.shipping-address-page .new-shipping-address {
	padding: 20px 20px 0 20px;
	background: #f6f6f6;
}

.shipping-address-page .pickup-points {
	margin: 0 20px 20px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.shipping-address-page .pickup-in-store {
	margin-bottom: 0;
}

.shipping-address-page .pickup-in-store .selector {
	padding: 0;
}

.shipping-address-page .checkout-data>form {
	padding: 10px 0;
	background: #f6f6f6;
}

.new-billing-address .buttons,
.new-shipping-address .buttons {
	margin-bottom: 0;
}

.shipping-address-page .address-select {
	width: 100%;
	max-width: 350px;
	background-position: 96% center;
}

.checkout-page .section .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
}

.section.order-summary {
	margin-top: 50px;
}

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
	border-bottom: 0;
}

.ship-to-same-address>div,
.pickup-in-store>div {
	padding: 10px 0;
	background: #fff;
	text-align: center;
}

.pickup-in-store .description {
	padding: 0 0 15px;
	font-size: 13px;
	color: #aaa;
}

.checkout-page .address-grid {
	font-size: 0;
}

.checkout-page .address-item {
	margin: 0 0 20px;
	text-align: center;
}

.checkout-page .address-item>div {
	padding: 20px;
	background: #fff;
}

.checkout-page .address-box {
	margin: 0 0 4px;
	padding: 20px;
	background: #fff;
	font-size: 13px;
	color: #666;
}

.checkout-page .address-item input {
	padding: 15px 20px;
	border: 0;
	background: #000;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.checkout-page .address-item li {
	padding: 2px 0;
}

.checkout-page .address-item li.name {
	font-weight: bold;
}

.checkout-page .edit-address {
	margin: 0 0 20px;
}

.checkout-page .inputs {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.checkout-page .inputs select {
	background-position: 96% center;
}

.checkout-page .inputs label {
	margin: 8px 0 8px 0;
	white-space: pre-line;
}

.checkout-page .pickup-points .title {
	display: none;
	margin: 0 0 40px;
}

.checkout-page .select-pickup-point {
	text-align: center;
}

.checkout-page .select-pickup-point li {
	display: inline-block;
	font-size: 13px;
	color: #666;
}

.checkout-page .select-address select {
	max-width: 100%;
}

.checkout-page .pickup-points-map {
	margin: 20px 0 0;
	height: 300px;
}

.order-summary-content th:first-child,
.order-summary-content th.sku,
.order-summary-content .cart-item-row td:first-child,
.order-summary-content .cart-item-row td.sku {
	display: none;
}

.order-summary-content .product-quantity {
	color: #666;
}

.shipping-method,
.payment-method {
	padding: 20px;
	background: #f6f6f6;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
	text-align: center;
}

.shipping-method .method-list li,
.payment-method .method-list li {
	position: relative;
	margin: 0 auto 4px;
	padding: 20px 30px;
	max-width: 500px;
	background: #fff;
	text-align: left;
}

.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	max-width: 80%;
	vertical-align: top;
}

.shipping-method .method-list li label,
.payment-method .method-list li .payment-details label {
	position: static;
	padding: 0 0 5px;
	max-width: 100%;
	white-space: pre-line;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.shipping-method .method-list li label:before,
.payment-method .method-list li .payment-details label:before {
	content: '.';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	transform: none;
	background: none !important;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.shipping-method .method-list li label:hover,
.payment-method .method-list li label:hover {
	color: #000;
}

.shipping-method .method-list li label:after,
.payment-method .method-list li label:after {
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #000;
}

.payment-method .method-name {
	white-space: nowrap;
}

.shipping-method .method-description,
.payment-method .payment-description {
	line-height: 20px;
	font-size: 13px;
	color: #888;
	white-space: normal;
}

.shipping-method .buttons,
.payment-method .buttons {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.use-reward-points,
.multiple-locations {
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
	color: #aaa;
}

.use-reward-points {
	margin: 0 0 10px;
}

.payment-info .info {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	color: #666;
}

.payment-info .info td {
	display: block;
	padding: 5px;
	margin: 0 auto;
	max-width: 350px;
}

.payment-info .info td:first-of-type {
	display: block;
	text-align: center;
}

.payment-info .info td p {
	text-align: center;
}

.payment-info .info td label {
	line-height: 1.2;
}

.payment-info .info td select,
.payment-info .info td input {
	border: 1px solid #eee;
	width: 100% !important;
	max-width: 350px;
	height: 46px;
}

#ExpireMonth,
#ExpireYear {
	max-width: 47.8%;
}

.order-review-data {
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.order-review-data .billing-info,
.order-review-data .shipping-info {
	margin-bottom: 50px;
}

.confirm-order .terms-of-service {
	margin: 30px 0;
	text-align: center;
}

.confirm-order .buttons {
	margin: 30px 0 20px;
}

.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 16px;
}

.confirm-order {
	padding: 10px 20px 5px;
	background: #f6f6f6;
}

.order-completed {
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
}

.order-completed .details {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.order-completed .order-number strong {
	font-weight: normal;
	font-size: 14px;
	color: #888;
}

.order-completed .details a {
	display: inline-block;
	margin: 20px 0 0;
	padding: 11px 28px;
	border: 1px solid #eee;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.order-completed .buttons {
	margin-bottom: 0;
}

.opc li {
	margin-bottom: 10px;
}

.opc .step-title {
	overflow: hidden;
	padding: 20px;
	background: #f6f6f6;
	text-transform: uppercase;
	color: #444;
}

.opc .allow .step-title {
	cursor: pointer;
}

.opc .active .step-title {
	border-bottom: 1px solid #eee;
}

.opc .step-title * {
	float: left;
	font-size: 16px;
}

.opc .step-title span {
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #000;
}

.opc .step {
	padding: 20px;
	background: #f6f6f6;
}

.opc .section {
	margin: 0 0 15px;
}

.opc .section>label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	color: #666;
}

.opc input[type="text"],
.opc select {
	width: 350px;
	max-width: 100%;
	background-position: 96% center;
}

.opc .buttons {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.opc .back-link {
	margin: 0 0 10px;
}

.opc .back-link small {
	display: none;
}

.opc .back-link a {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.opc .back-link a:before {
	content: '\e92e';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 14px;
	color: #aaa;
	vertical-align: middle;
}

.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.opc .section.confirm-order {}

.opc .terms-of-service {
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

#opc-confirm_order .buttons {
	margin: 0;
	padding: 0;
	border: 0;
}

button.button-2.update-cart-button,
button.button-2.continue-shopping-button {
	display: none;
}

.secondary-btn {
	border: 1px solid #ccc;
	width: 50%;
	height: 35px;
	background: #f1f1f1;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #666;
	border-radius: 6px;
	margin-top: 10px;
}

.form-fieldset--coupon-box {
	margin-bottom: 18px;
	color: #444;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 11px 12px;
	cursor: pointer;
	margin: 0 12px;
}

.form-fieldset__legend {
	font-size: 16px;
	display: flex;
	align-items: center;
	font-weight: 300;
}

.form-fieldset__legend__ico-arrow-down {
	width: 18px;
	margin-left: 10px;
}

@media all and (max-width: 1024px) {
	.shopping-cart-page .cart-item-row td:first-child,
	.shopping-cart-page .cart-item-row td.sku {
		display: none;
	}

	.order-summary-content td,
	.shopping-cart-page td {
		padding: 5px 10px;
		border-bottom: none;
		background: none;
		text-align: left;
	}

	.order-summary-content .cart .remove-from-cart,
	.shopping-cart-page .cart .remove-from-cart {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		width: 100%;
		text-align: right;
	}

	.order-summary-content td.product,
	.shopping-cart-page td.product {
		text-align: left;
	}

	.order-summary-content .cart .product-name,
	.shopping-cart-page .cart .product-name {
		font-size: 13px;
	}

	.order-summary-content .cart label,
	.shopping-cart-page .cart label {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 11px;
		color: #333;
		;
	}

	.order-summary-content td.quantity,
	.shopping-cart-page td.quantity {
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}

	.order-summary-content td.subtotal,
	.shopping-cart-page td.subtotal {
		padding-bottom: 0;
		font-size: 14px;
	}

	.order-summary-content .cart td,
	.shopping-cart-page .cart td {
		float: right;
		padding-left: 0;
		width: 58%;
	}

	.order-summary-content .cart .product-picture,
	.shopping-cart-page .cart .product-picture {
		float: left;
		width: 40%;
	}
}


@media all and (max-width: 768px) {
	.cart tr {
		width: 49.7%;
	}

	.cart tr:nth-of-type(2n) {
		margin-right: 0;
	}

	.cart tr:nth-of-type(2n+1) {
		clear: left;
		margin-right: .6%;
	}

	.cart tr:nth-of-type(3n+1) {
		clear: none;
	}

	.cart tr:nth-of-type(3n) {
		clear: none;
	}
}


@media all and (max-width: 480px) {
	.cart tr {
		width: 100%;
	}

	.cart tr:nth-of-type(2n) {
		margin-right: 0;
	}

	.cart tr:nth-of-type(2n+1) {
		clear: none;
	}

	.cart tr:nth-of-type(3n+1) {
		clear: none;
		margin: 0;
	}
}


@media all and (min-width: 481px) {
	/* SHOPPING CART & CHECKOUT */

	.order-progress a {
		height: auto;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		/*reset zeroing*/
		color: #444;
	}

	.order-progress a:before {
		position: static;
		display: block;
		margin: 5px 0;
		height: 35px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.shipment-details-area,
	.order-review-data,
	.order-details-area {
		display: table;
		width: 100%;
		margin: 0 0 30px;
	}

	.cart-collaterals .buttons .estimate-shipping-button {
		width: auto;
	}

	.shipment-details-area>div,
	.order-review-data>div,
	.order-details-area>div {
		display: table-cell;
		width: 50%;
		border: 0;
	}
}


@media all and (min-width: 769px) {
	.cart-options {
		text-align: right;
	}

	.cart-options .common-buttons input {
		margin: 0 0 0 10px;
	}

	.cart-options .checkout-attributes li {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	.cart-options .attribute-squares {
		text-align: right;
	}

	.cart-collaterals {
		float: left;
		width: 49%;
	}

	.cart-footer .totals {
		margin-top: 0;
	}

	.cart-options .common-buttons button {
		width: auto;
	}

	.checkout-page .address-item {
		display: inline-block;
		width: 49%;
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}

	.checkout-page .address-item:nth-child(2n) {
		margin: 0 0 0 20px;
	}

	.checkout-page .inputs label,
	.payment-info .info td:first-child {
		float: left;
		margin-top: 7px;
		width: 35%;
		width: -webkit-calc((100% - 350px)/2);
		width: calc((100% - 350px)/2);
		text-align: left;
	}

	.payment-info .info td:only-child {
		width: 100%;
		max-width: 100%;
	}


	.order-details-page .page-title a {
		float: right;
		margin: 3px;
	}

	.order-details-page .options,
	.order-details-page .tax-shipping-info {
		text-align: right;
	}

	.order-details-page .total-info {
		overflow: hidden;
	}

	.order-details-page .cart-total {
		float: right;
	}

	.order-details-page .actions {
		text-align: right;
	}

	.order-details-page .actions input {
		min-width: 0;
	}

	.order-details-page label,
	.account-page .table-wrapper td label,
	.return-request-page label {
		display: none;
	}

	.order-details-page .cart-total label {
		display: block;
	}

	.return-request-page .fieldset,
	.return-request-page .fieldset .inputs {
		text-align: center;
	}

	.return-request-page .fieldset select {
		background-position: 96% center;
	}
}


@media all and (min-width: 1025px) {
	.cart-title,
	.checkout-page .page-title {
		display: none;
	}

	.cart td {
		min-width: 150px;
	}

	.cart-collaterals {
		margin-right: 4px;
		width: 67.8%;
		width: -webkit-calc(68% - 4px);
		width: calc(68% - 4px);
		margin: 0;
	}

	.cart-collaterals .deals {
		float: left;
		margin-right: 4px;
		width: 49.8%;
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		margin: 0;
		min-height: 100%;
	}

	.cart-collaterals .deals>div {
		height: 49.8%;
		height: -webkit-calc(50% - 2px);
		height: calc(50% - 2px);
	}

	.cart-collaterals .shipping {
		float: right;
		width: 49.8%;
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		margin: 0;
		height: 100%;
	}

	.estimate-shipping {
		margin: 0;
		height: 100%;
	}

	.cart-collaterals .coupon-code input[type="submit"],
	.cart-collaterals .buttons .estimate-shipping-button {
		transition: all .3s;
	}

	.cart-collaterals .coupon-code input[type="submit"]:hover,
	.cart-collaterals .buttons .estimate-shipping-button:hover {
		color: #000;
	}

	.cart-collaterals .shipping .buttons {
		text-align: right;
	}

	.checkout-page .opc .edit-address label {
		width: 295px;
	}

	.checkout-page .totals {
		float: right;
		width: 32%;
	}
}


@media all and (min-width: 1281px) {

	/* SHOPPING CART & CHECKOUT */
	.cart-collaterals .current-code {
		margin: 5px 20px 0;
	}

	.cart-collaterals .message-failure {
		margin: 0 20px;
	}

	.cart-collaterals .coupon-code {
		padding: 5px 20px 10px;
	}

	.cart-collaterals .shipping-options {
		padding: 20px 20px 10px 20px;
	}

	.cart-collaterals .hint {
		margin: 10px 20px 5px;
	}

	.cart-collaterals .shipping .inputs {
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}

	.cart-collaterals .shipping label {
		display: inline-block;
		width: 33%;
		margin: 0;
		text-align: left;
	}

	.cart-collaterals .shipping label+* {
		width: 67%;
	}

	.checkout-page .opc .edit-address label {
		width: 430px;
	}
}
/*********** ORDER DETAILS & RETURN REQUEST ***********/
.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 20px;
	overflow: hidden;
}

.order-review-data>div,
.order-details-area>div {
	margin: 0 0 30px;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	margin: 0 0 10px;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 0 0 5px;
}

.order-details-page .page-title {
	margin: 40px 0 20px;
	overflow: hidden;
}

.order-details-page .page-title h1 {
	margin: 0 0 20px;
}

.shipment-details-page .page-body,
.order-details-page .page-body {
	text-align: center;
	font-size: 13px;
	color: #666;
}

.order-details-page .btns-wrapper {
	padding: 30px;
	background: #f6f6f6;
	text-align: center;
	font-size: 0;
}

.order-details-page .btns-wrapper>a {
	display: inline-block;
	padding: 10px 0;
	width: 49%;
	max-width: 200px;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.order-details-page .btns-wrapper>a+a {
	margin-left: 2%;
}

.order-details-page .order-number,
.order-details-page .title,
.shipping-info-wrap .title {
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
}

.order-details-page .billing-info,
.order-details-page .shipping-info {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.shipment-details-area .title,
.order-details-page .title {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.shipment-details-page .info-list .name,
.order-details-page .info-list .name {
	font-weight: bold;
}

.order-info-wrap,
.billing-info-wrap,
.order-details-page .order-overview,
.shipping-info-wrap {
	padding: 0 30px 30px;
	border-bottom: 4px solid #fff;
	background: #f6f6f6;
	line-height: 20px;
	font-size: 14px;
}

.shipments .title,
.products .title {
	margin: 0;
	padding: 20px 0;
	border: 0;
}

.shipments .table-wrapper,
.products .table-wrapper {
	padding: 20px;
	background: #f6f6f6;
}

.shipments table td,
.products table td {
	border-width: 4px;
	text-align: center;
}

.products table td.product {
	text-align: center;
}

.shipments table em,
.products table em {
	font-style: normal;
}

.shipments table em a,
.products table em a {
	font-weight: normal;
	font-size: 15px;
}

.products,
.section.options {
	margin-bottom: 4px;
}

.products .product-unit-price {
	font-weight: bold;
}

.products .attributes {
	font-size: 13px;
	color: #aaa;
}

.products .product-subtotal {
	font-weight: bold;
	color: #000;
}

.order-details-area {
	padding: 0 30px 30px;
	background: #f6f6f6;
}

.order-details-page .tax-shipping-info {
	margin: 10px 20px 10px 0;
}

.order-details-page .actions {
	margin-top: 20px;
	overflow: hidden;
	font-size: 0;
}

.order-details-page .actions input+input {
	margin-top: 10px;
	background: #fff;
	color: #000;
}

.order-total strong {
	color: #000;
}

.giftcard-summary label+span {
	font-weight: bold;
	color: #000;
}

.giftcard-summary .giftcard-remaining {
	font-size: 12px;
}

.cart-total {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}

.cart-total td {
	border: 0;
}

.return-request-file>div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}

.return-request-page .qq-upload-button {
	padding: 8px;
	border: 0;
	width: 100%;
	height: 34px;
	background-color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	color: #000;
}

.return-request-page textarea {
	border: 0;
}

.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 13px;
	color: #666 !important;
}

.return-request-page .buttons {
	margin-bottom: 0;
}

.shipment-details-area {
	background: #f6f6f6;
	text-align: center;
}


@media all and (min-width: 1025px) {

	/* ORDER DETAILS */
	.order-details-page .totals {
		width: 32%;
	}
}
/*********** SEARCH & SITEMAP ***********/
.search-input {
	padding: 0 20px 10px;
	margin-bottom: 1rem;
}

.search-input form {
	display: flex;
}

.search-input .inputs {
	padding: 10px;
}

.search-input .inputs.reversed label {
	float: none;
	width: 350px;
}

.advanced-search {
	margin: 0 0 20px;
}

.advanced-search .price-range {
	display: inline-block;
}

.advanced-search select {
	border: 1px solid #eee;
	background-position: 96% center;
}

.advanced-search .price-range {
	max-width: 350px;
}

.advanced-search .price-range input {
	width: 49%;
}

.advanced-search .price-range input+input {
	margin-left: 2%;
}

.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	color: #c00;
}

.search-results {
	padding: 30px 15px;

	font-size: 13px;

}

.sitemap-page .description,
.sitemap-page .entity {
	margin: 0 0 4px;
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
}

.sitemap-page .description {
	font-size: 13px;
	color: #aaa;
}

.sitemap-page .entity-title {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	color: #444;
}

.sitemap-page .entity-title h2 {
	font-size: 14px;
}

.sitemap-page .entity-body {
	margin-top: 20px;
	line-height: 24px;
}

.sitemap-page li {
	display: inline-block;
	margin: 5px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.sitemap-page a {
	display: block;
}

.sitemap-page a:empty {
	display: none;
}

@media all and (min-width: 1025px) {

	/* SEARCH & SITEMAP */
	.basic-search input[type="text"] {
		width: 350px;
	}

	.advanced-search .price-range input {
		height: auto;
	}

	.search-box .search-box-button {
		background: #000 url(/Themes/Macri/Content/img/search.png) no-repeat center;
	}
}
/********** BLOG & NEWS **********/
.year strong {
    display: block;
    cursor: default;
}
.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 4px;
    padding: 20px;
    background: #f6f6f6;
}
.blog-page .post:after,
.news-items .item:after {
    content: "";
    display: block;
    clear: both;
}
.post-title,
.news-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}
.post-title:hover,
.news-title:hover {
    color: #000;
}
.news-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.post-date,
.news-date {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}
.post-date:before,
.news-date:before {
    content: '\e930';
    display: inline-block;
    margin: -4px 10px 0 0;
    font-family: prisma;
    font-size: 16px;
    color: #ddd;
    vertical-align: middle;
}
.post-body,
.news-body {
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 13px;
    color: #888;
}
.post-body {
    line-height: 24px;
}
.news-content {
    margin-bottom: 4px;
    padding: 20px;
    background: #f6f6f6;
}
.blog-page .tags,
.blogpost-page .tags {
    margin: 15px 0 15px;
    overflow: hidden;
    font-size: 0;
}
.blog-page .tags label,
.blogpost-page .tags label {
    display: none;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
    font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 13px;
    color: #888;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
    margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
    display: inline-block;
    line-height: 24px;
}
.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.blog-posts .read-more:after,
.news-items .read-more:after,
.news-list-homepage .view-all:after {
    content: '\e925';
    display: inline-block;
    margin-left: 10px;
    font-family: prisma;
    font-size: 10px;
    color: #ccc;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blog-posts .read-more:hover:after,
.news-items .read-more:hover:after,
.news-list-homepage .view-all:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.blog-posts .read-comments {
    margin-right: 20px;
    line-height: 1.4;
    font-size: 13px;
    color: #888;
}
.blog-details {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.blog-details a:hover {
    color: #000;
}
.blog-details .buttons {
    margin: 0;
}
.blog-page .tags:before,
.blogpost-page .tags:before,
.blog-posts .read-comments:before {
    display: inline-block;
    margin: 0 5px;
    font-family: prisma;
    font-size: 18px;
    color: #ccc;
    vertical-align: middle;
}
.blog-posts .read-comments:before {
    content: '\e92b';
}
.blog-page .tags:before,
.blogpost-page .tags:before {
    content: '\e914';
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blog-page .tags:hover:before,
.blogpost-page .tags:hover:before {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.blogpost-page .post-date,
.blogpost-page .post-body,
.blogpost-page .tags {
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
}
.blogpost-page .post-body {
    padding-bottom: 1px;
    text-align: left;
}
.blogpost-page .post-date {
    padding-bottom: 0;
}
.blogpost-page .post-body ul {
    text-align: left;
}
.blogpost-page .tags {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.new-comment {
    clear: both;
    margin: 4px 0;
    background: #f6f6f6;
}
.new-comment .title {
    margin: 0 0 10px;
}
.new-comment .notifications {
    margin: 0 0 10px;
    text-align: center;
}
.new-comment .result {
    font-size: 13px;
    color: #000;
}
.new-comment .form-fields {
    margin: 0 0 20px;
}
.new-comment .buttons {
    margin: 0;
}
.new-comment input[type=text], .new-comment textarea {
    width: 350px;
}
.comment-list {
    padding: 20px;
    background: #f6f6f6;
}
.comment-list .title {
    margin: 0 0 10px;
    font-weight: bold;
}
.blog-comment,
.news-comment {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.blog-comment:last-of-type,
.news-comment:last-of-type {
    border: 0;
}
.blog-comment:after,
.news-comment:after {
    content: "";
    display: block;
    clear: both;
}
.comment-info {
    width: 150px;
    margin: 0 auto 20px;
}
.comment-info .username {
    display: block;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.comment-info .avatar {
    position: relative;
    margin: 15px auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.comment-title {
    margin-bottom: 15px;
    padding: 5px 0 0;
    text-transform: uppercase;
    color: #444;
}
.comment-time {
    margin: 0 0 10px;
    color: #aaa;
}
.comment-body {
    line-height: 26px;
    color: #888;
}
.news-item-page .inputs:first-child label {
    display: block;
}
.news-list-homepage {
    position: relative;
    padding: 50px 10px;
    background: #f6f6f6;
}
.news-list-homepage:before,
.news-list-homepage:after {
    content: '.';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #f6f6f6;
    text-indent: -9999px;
    font-size: 0;
}
.news-list-homepage:before{
    right: 100%;
}
.news-list-homepage:after{
    left: 100%;
}
.news-list-homepage .title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #444;
}
.news-list-homepage .news-item {
    padding-top: 25px;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
}
.news-list-homepage .news-item:only-child {
    display: block;
    margin: 0 auto;
}
.news-list-homepage .title strong {
    font-weight: normal;
}
.news-list-homepage .view-all {
    display: block;
    margin: 20px 0 0;
    text-align: center;
}
.news-list-homepage .post-body,
.news-list-homepage .news-body {
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
}
.news-list-homepage .news-head {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}
.news-list-homepage .news-date {
    float: none;
}
.news-list-homepage .news-title {
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    transition: all .3s;
}
.news-list-homepage .news-title:hover {
    color: #000;
}
.news-list-homepage .news-items .buttons {
    margin-bottom: 20px;
    text-align: center;
}


@media all and (min-width: 769px) {
    /* BLOG & NEWS */

    .news-list-page .page-title,
    .news-item-page .page-title,
    .blogpost-page .page-title  {
        text-align: left;
    }
    .post-head ~ *,
    .news-head ~ * {
	    display: block;
    }
    .post-title,
    .news-title {
        float: left;
    }
    .post-date,
    .news-date {
        float: right;
        margin: 0;
    }

    .blog-posts .buttons,
    .news-items .buttons {
        margin-bottom: 0;
        text-align: left;
    }
    .blog-page .tags {
	    float: left;
        margin: 0;
    }
    .blog-page .tags label,
    .blogpost-page .tags label {
	    margin: 0 10px 0 0;
	    line-height: 24px;
    }
    .blogpost-page .post-date {
        float: none;
        text-align: left;
    }
    .blog-posts .buttons {
	    padding: 20px 0 0;
    }

    .blog-posts .read-comments {
        float: left;
    }
    .new-comment .title,
    .comment-list .title {
        text-align: left;
    }
    .comment-info {
	    float: left;
	    margin: 0 30px 0 0;
    }
    .new-comment .inputs label {
        float: left;
        width: 31%;
        width: -webkit-calc((100% - 350px)/2);
        width: calc((100% - 350px)/2);
        text-align: left;
    }
}


@media all and (min-width: 1025px) {
    /* BLOG & NEWS */
    .blogpost-page .page-title,
    .blog-page .page-title {
        padding-left: 0;
    }
    .blogpost-page .page-title h1,
    .blog-page .page-title h1,
    .product-tag-page .page-title h1 {
        text-align: left;
    }
    .news-list-page .page-title {
        padding-left: 0;
    }
    .news-item-page .inputs:first-child label {
        display: inline-block;
    }
    .news-list-homepage {
        padding: 100px 0;
        font-size: 0;
    }
    .news-list-homepage .news-item {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .news-list-homepage .news-item:nth-child(2n) {
        margin-left: 2%;
    }
}
/***************************************************

        HOME PAGE BANNER DESKTOP Y MOBILE

****************************************************/

.theme-hp-main-banner-DESKTOP {
	display: none;
}

.theme-hp-main-banner-MOBILE {
	display: block;
}

@media (min-width:600px) {

	.theme-hp-main-banner-DESKTOP {
		display: block;
	}

	.theme-hp-main-banner-MOBILE {
		display: none;
	}

}

/***************************************************

        HOME PAGE SECONDARY BANNERS

****************************************************/



/*---------------------------------------------------------------
---------------------------------------------------------------*/
/* Otros banners */

.saber-tu-talle {
	background: #ea1c24;
	color: #ffffff;
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.saber-tu-talle:hover {
	background: #444;
}

.saber-tu-talle__icon {
	width: 28px;
	height: 35px;
	margin: 0 12px 0 0;
	fill: #ffffff;
}

.saber-tu-talle__label {
	font-size: 24px;
	font-weight: 300;
}

.bnr-envios {
	background: #232323;
	color: #ffffff;
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bnr-envios__icon {
	width: 32px;
	height: 24px;
	margin: 0 12px 0 0;
	fill: #ffffff;
}

.bnr-envios__label {
	font-size: 24px;
	font-weight: 300;
}

a.bnr-envios:hover {
	background: #ea1c24;
}

.bnr-envios__label {
	font-size: 24px;
}

@media (min-width:1025px) {
	.hp-secondary-banners {
		margin-bottom: 30px;
	}
}
/*-----------------------------------------------------------*\
	
	MODULE: #md__sale-of-the-day
	a.k.a.: feat-prods
  File location: /Cale/HomepageCategories.cshtml



	BLOCK:        feat-prods
  ELEMENTS:     feat-prods__title
								feat-prods__list
								feat-prods__prod-box
								feat-prods__prod-gall
								feat-prods__prod-overrview
								feat-prods__prod-name
								feat-prods__prod-img
								feat-prods__prod-short-description
								feat-prods__prod-full-description

\*-----------------------------------------------------------*/

.feat-prods {
	display: flex;
	flex-wrap: wrap;
  align-items: center;
	margin: 0 0 40px 0;
}



.feat-prods__title {
	color: #232323;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	padding: 9px 4px;
	align-self: stretch;
	flex-basis: 100%;
}

@supports (writing-mode:vertical-lr) {
	.feat-prods {
		flex-wrap: initial;
	}
  .feat-prods__title {
		writing-mode:vertical-lr;
		transform: rotate(180deg);
		align-self: stretch;
		flex-basis: initial;
		background: #EA1C24;
		color: #ffffff;
	}
}



.feat-prods__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: auto;
}



.feat-prods__prod-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-basis: 48%;
}

.feat-prods__prod-box--full-item {
	flex-basis: 100%;
}



.feat-prods__prod-gall {
	flex-basis: 70%;	
	margin: auto;
}

.feat-prods__prod-box--full-item .feat-prods__prod-gall {
	flex-basis: 42.5%;
	max-width: 450px;
}



.feat-prods__thumbs-gall {
	display: flex;
	justify-content: space-around;
}



.feat-prods__prod-overview {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	flex-basis: 100%;
}

.feat-prods__prod-box--full-item .feat-prods__prod-overview {
	flex-basis: 55%;
	max-width: 750px;
	display: flex;
	flex-direction: column;
	align-self: initial;
}



.feat-prods__prod-name {
	color: #232323;
	font-weight: normal;
	font-size: 17px;
}



.feat-prods__buy-cta {
	font-size: 17px;
	padding: 12px;
	text-transform: uppercase;
	color: #ffffff;
	background: #232323;
	text-align: center;
	width: 100%;
	max-width: 240px;
	margin: auto;
}

.feat-prods__buy-cta:hover {
	background: #000000;
}



.feat-prods__price {
	font-size: 18px;
	color: #232323;
	margin: 12px 4px;
}

.feat-prods__price--old-price {
	text-decoration: line-through;
	font-size: 14px;
	color: #888888;
}

@media all and (max-width: 767px) {

	/* RESPONSIVE MENU */
	.master-header-wrapper {
		position: relative;
	}

	.ps-container>.ps-scrollbar-y-rail {
		visibility: hidden !important;
	}

	.scrollYRemove {
		overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.overlayOffCanvas {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(221, 221, 221, 0.6);
		z-index: 1010;
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
	}

	.overlayOffCanvas.show {
		background: rgba(0, 0, 0, 0.4);
	}

	.header-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 320px;
		height: 100%;
		background: #eee;
		text-align: left;
		overflow: hidden;
		z-index: 1070;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-transform: translate(-320px);
		-ms-transform: translate(-320px);
		transform: translate(-320px);
	}

	.header-menu.opened {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	.navigation-wrapper {
		padding: 15px;
		border: 0;
		/* background: #0033A0; */
		cursor: pointer;
		overflow: hidden;
		font-size: 0;
	}

	.header-menu .close-menu,
	.header-menu ul .back-button {
		float: right;
	}

	.header-menu .close-menu span,
	.header-menu ul .back-button span {
		position: relative;
		display: inline-block;
		padding: 0;
		width: 28px;
		height: 28px;
		background: rgba(0, 0, 0, 0.1);
		font-size: 0;
		color: #fff;
		line-height: 15px;
	}

	.header-menu .close-menu span:after,
	.header-menu ul .back-button span:after {
		content: '\e901';
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 8px;
		color: #fff;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.header-menu ul .back-button {
		margin-right: 5px;
	}

	.header-menu ul .back-button span:after {
		content: '\e924';
	}

	.header-menu>ul li {
		border-bottom: 1px solid #eee;
		background: #f6f6f6;
	}

	.header-menu>ul li:after {
		content: "";
		display: block;
		clear: both;
	}

	.header-menu>ul li>a,
	.header-menu>ul li>span {
		position: relative;
		display: block;
		padding: 16px 18px;
		line-height: 17px;
		text-align: left;
		font-size: 15px;
		color: #666;
		z-index: 0;
		width: 80%;
	}

	.header-menu>ul li>a:hover,
	.header-menu>ul li>span:hover {
		color: #0033A0;
	}

	.header-menu>ul li:last-child>a,
	.header-menu>ul li:last-child>span {
		border-bottom: 0;
	}

	.header-menu>ul li>.with-subcategories {
		float: left;
	}

	.plus-button {
		position: relative;
		float: right;
		margin: 10px;
		width: 28px;
		height: 28px;
		background: #fff;
		cursor: pointer;
		z-index: 1;
		border: 1px solid #ccc;
	}

	.plus-button:after {
		content: '\e925';
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: prisma;
		font-size: 8px;
		color: #999;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.header-menu .sublist-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 320px;
		height: 100%;
		background: #eee;
		box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
		z-index: 2;
		overflow: hidden;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.header-menu .sublist-wrap {
		-webkit-transform: translate(-320px);
		-ms-transform: translate(-320px);
		transform: translate(-320px);
	}

	.header-menu .sublist-wrap.active {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	.flyout-cart {
		display: none;
	}

	.cat-colapse-list {
		display: block;
		text-align: center;
		font-size: 15px;
		margin: 12px 0 23px 0;
		background: url(/Themes/Prisma/Content/img/colapse.png) no-repeat;
		width: 100%;
		padding: 7px;
		cursor: pointer;
		background-color: #f3f3f3;
		background-size: 13px;
		background-position: 12px 9px;
	}

	h2.cat-box__name {
		font-size: 16px;
		margin-top: 16px;
	}

	.cat-list {
		margin-left: 8%;
		line-height: 18px;
	}

	.sub-categories-list li a {
		width: 95%;
		display: block;
		padding: 3px 0;
		border-bottom: 1px dashed #ccc;
	}

	.site-header__search {
		order: 2;
	}

	.header-search-flyout form>.search-box-text {
		flex-grow: 1;
		border-radius: 33px;
		width: 60%;
		padding-left: 10px;
	}


	.search-page input.button-1.search-button {
		padding: 7px 18px;
		border-radius: 7px;
	}

	.search-page .search-input {
		padding: 0 20px 10px;
		background: #f6f6f6;
	}

	.search-page .fieldset,
	.section {
		position: relative;
		margin: 0 0 10px;
	}

	.search-page .buttons {
		margin: 0 0 10px;
		text-align: center;
	}
}



@media all and (min-width: 1025px) {
	[data-main-menu-toggle],
	.site-header__menu .header-search-flyout {
		display: none !important;
	}

	/* HEADER MENU */
	.overlayOffCanvas {
		display: none !important;
	}

	.header-links .ico-wishlist {
		display: none;
	}

	.header-menu {
		position: relative;
		text-align: center;
		/* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); */
		z-index: 1010;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #f3f3f3;
		background: white;
	}

	.header-menu>ul {
		margin: 0 auto;
		/* width: 980px; */
		display: block;
		font-size: 0;
	}

	.header-menu>ul>li {
		display: inline-block;
		vertical-align: middle;
	}

	.header-menu>ul>li>a,
	.header-menu>ul>li>span {
		display: block;
		padding: 16px 24px;
		text-transform: uppercase;
		font-size: 14px;
		color: #666;
		cursor: pointer;
		-webkit-transition: all .3s;
		transition: all .3s;
		border-bottom: 2px solid transparent;
		text-decoration: none;
	}

	.header-menu>ul>li:hover>a,
	.header-menu>ul>li:hover>span {
		/* color: white; */
		background: white !important;
		border-bottom: 2px solid #EA1C24;

	}

	.header-menu .sublist-wrap {
		opacity: 0;
		position: absolute;
		min-width: 220px;
		background: #222;
		text-align: left;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
		-webkit-transition: transform .3s, opacity .3s;
		transition: transform .3s, opacity .3s;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
		pointer-events: none;
	}

	.header-menu .hover+.sublist-wrap {
		opacity: 0;
	}

	.header-menu>ul>li>.sublist-wrap {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	.header-menu li:hover>.with-subcategories+div+.sublist-wrap,
	.header-menu li>.with-subcategories.hover+div+.sublist-wrap {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		pointer-events: auto;
	}

	.header-menu .sublist-wrap.active {
		display: block;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		pointer-events: auto;
	}

	.top-menu {
		display: block;
	}

	.header-menu .sublist li {
		position: relative;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.header-menu .sublist .back-button {
		display: none;
	}

	.header-menu .sublist li a {
		display: block;
		padding: 11px 20px 10px;
		font-size: 13px;
		color: #fff;
		-webkit-transition: background .3s;
		transition: background .3s;
		border-bottom: 2px solid transparent;
		text-decoration: none;
	}

	.header-menu .sublist li:hover>a {
		color: white;
		background: black;
		border-bottom: 2px solid #EA1C24;

	}

	.header-menu .sublist-wrap .sublist-wrap {
		top: -1px;
		left: 100%;
	}

	.cat-colapse-list {
		display: none;
	}
}

@media all and (min-width: 1281px) {
	.mega-menu .dropdown {
		margin-left: -625px;
		width: 1250px;
	}
}
.html-manufacturer-list-page .main-menu__brands a {
	text-decoration: underline;
	color: #ea1c24;
}

.manufacturers-page {}

.manufacturers-page__title {
	display: none;
}

.manufacturers-page__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.manufacturers-page__manufacturer {
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-basis: 100px;
	margin: 8px 4px 16px 4px;
}

.manufacturers-page__manufacturer-cta {
	font-size: 11px;
	margin: 0 0 6px 0;
	display: none;
}

.manufacturers-page__manufacturer-name {
	font-size: 11px;
	text-decoration: underline;
	color: #ea1c24;
}

@media (min-width:760px) {
	.manufacturers-page__manufacturer {
		flex-basis: 160px;
		margin: 8px 12px 24px 12px;
	}
}

/* ANYWHERE PAGE MAP */

.anywhere-page-map {
	margin: 10px 0 30px;
}

.anywhere-page-map .map-title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	color: #444;
	text-align: center;
}

.anywhere-page-map .map-title strong {
	font-weight: normal;
}

.anywhere-page-map .map-wrapper {
	margin: 0 0 10px;
}

.anywhere-page-map img {
	max-width: none;
	max-height: none;
}

.align-map-button {
	margin: 0 0 0 20px;
	cursor: pointer;
}



/* ALL SHOPS PAGE */

.directions-wrapper {
	display: none;
	height: 300px;
}

.directions-shown {
	display: block;
}

.directions-panel {
	height: 100%;
	overflow-y: auto;
	padding: 10px;
	text-align: left;
}

.current-location-wrap {
	padding: 0 10px;
	margin: 0 0 15px;
}

.getUserGeoLocation {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 25px;
	color: #232323;
	text-decoration: underline;
	background: url(/Themes/Macri/Content/img/icon-current-location.png) no-repeat left center;
}

.current-location-wrap .additional-info {
	color: #aaa;
}

#all-shops-map-holder {
	height: 380px;
}

#shop-address-input {
	top: 10px !important;
	width: 160px;
	height: 30px;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	font-size: 11px;
}

/* filter sorting */

.shops-sorting-filtering-wrapper {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 15px;
	margin: 0 0 30px;
}

.shops-sorting-options label {
	margin: 0 10px 0 0;
}

.shops-sorting-options select {
	height: 30px;
}

.radiusFilterWrapper {
	margin: 17px 0;
}

.radiusFilterWrapper input[type=number] {
	width: 130px;
	height: 30px;
	border: 1px solid #ddd;
	padding: 6px;
	vertical-align: middle;
}

.searchbytags-wrapper {
	margin: 17px 0;
}

.searchbytags-wrapper label {
	margin: 0 10px 0 0;
}

.searchbytags-wrapper input[type=text] {
	height: 30px;
	padding: 6px;
	width: 110px;
}

a#clearShopFilters {
	display: none;
	background: url(/Themes/Macri/Content/img/icon-close.png) no-repeat left center;
	padding-left: 15px;
}

.shops-sorting-filtering-wrapper .button-wrap {
	margin: 15px 0 0;
}

button#searchForFilteredShops {
	background: #232323;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	padding: 10px 21px;
}



/* shops list */

.shops-list {
	margin: 30px 0 0;
}

.shops-item {
	margin: 0 0 50px;
}

.shops-item .picture-link {
	display: block;
	line-height: 0;
}

.shops-item .picture-img {
	max-width: 100%;
}

.shops-item .info-wrap {
	padding: 10px 0 0;
}

.shops-item .shop-name {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 5px;
}

.shops-item .distance-line {
	color: #666;
	margin: 0 0 7px;
}

.shops-item .show-directions {
	display: inline-block;
	color: #232323;
	padding-left: 16px;
	background: url(/Themes/Macri/Content/img/icon-location.png) no-repeat left center;
	margin: 0 0 7px;
}

.shops-item .short-description {
	margin: 0 0 7px;
	line-height: 1.6;
}

.shops-item .tags,
.shop-page .tags {
	margin: 0 0 10px;
}

.shops-item .tags-label,
.shop-page .tags-label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 5px;
}

.shops-item .tag-item,
.shop-page .tag-item {
	display: inline-block;
	color: #232323;
	margin: 0 0 5px 2px;
}

.shops-item .tag-item:before,
.shop-page .tag-item:before {
	content: ',';
	margin-right: 5px;
	color: #777;
}

.shops-item .tag-item:first-child,
.shop-page .tag-item:first-child {
	margin: 0 0 5px;
}

.shops-item .tag-item:first-child:before,
.shop-page .tag-item:first-child:before {
	display: none;
}

.shops-item .read-more {
	display: inline-block;
	background: #aaa;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	padding: 11px 13px;
}

.no-shops-after-filtering {
	display: none;
}



/* SHOP PAGE */

.shop-page .back-to-all-shops {
	margin: 0 0 15px;
}

.shop-page .back-to-all-shops a {
	color: #232323;
	font-size: 14px;
}

.shop-map-images {
	max-width: 480px;
	margin: 0 auto 30px;
}

.shop-page .main-picture {
	margin: 0 0 20px;
}

.shop-page .main-picture-link {
	display: block;
	line-height: 0;
}

.shop-page .main-picture-img {
	max-width: 100%;
}

.all-shop-images {
	margin: 0 0 30px;
}

.all-shop-images:after {
	content: "";
	display: block;
	clear: both;
}

.all-shop-images li {
	float: left;
	margin: 0 0 5% 5%;
	width: 30%;
}

.all-shop-images li:nth-child(3n+1) {
	margin-left: 0;
}

.all-shop-images a {
	display: block;
	font-size: 0;
}

.all-shop-images img {
	max-width: 100%;
	max-height: 100%;
}

#shop-map-holder {
	margin-bottom: 10px;
	height: 450px;
}

.get-directions-to-shop {
	color: #232323;
	font-size: 14px;
}

.shop-map-images .directions-wrapper {
	float: none;
	width: 100%;
}

.shop-full-description {
	margin: 0 0 30px;
}

.shop-info {
	margin: 0 0 20px;
}

.shop-info table {
	background-color: #fff;
}

.shop-info table td {
	border: 1px solid #fff;
	background-color: #f6f6f6;
	padding: 10px 15px;
	text-align: left;
}

.shop-info ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}

.shop-info ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}

.shop-info p {
	margin: 10px 0;
}

.shop-info .tag-list {
	margin: 0;
	list-style: none;
	padding: 0;
}



@media all and (min-width: 481px) {

	.map-wrapper #shop-address-input {
		width: 200px;
	}

}

@media all and (min-width: 651px) {

	/* shops list */

	.shops-item .picture-wrap {
		float: left;
		width: 350px;
	}

	.shops-item .info-wrap {
		margin: 0 0 0 370px;
		text-align: left;
	}

}

@media all and (min-width: 769px) {

	.directions-wrapper {
		float: left;
		width: 40%;
	}

	.map-wrapper.directions-shown {
		float: right;
		width: 60%;
	}

	/* SHOP PAGE */

	.shop-map-images {
		float: left;
		width: 40%;
		margin-bottom: 0;
		text-align: left;
	}

	.shop-map-images+.shop-info {
		float: right;
		width: 56%;
		text-align: left;
	}

}

@media all and (min-width: 1001px) {

	.shops-sorting-options {
		float: left;
		margin: 2px 0;
	}

	div#searchRadiusWrapper {
		float: left;
		margin: 2px 25px;
	}

	.searchbytags-wrapper {
		float: left;
		margin: 2px 0;
	}

	.shops-filtering-buttons {
		float: right;
		clear: none;
		padding: 0;
		text-align: center;
	}

	.shops-filtering-buttons #clearShopFilters {
		float: left;
		margin: 10px 10px 9px 0;
	}

	.shops-filtering-buttons .button-wrap {
		margin: 0;
		float: right;
	}

	/* shops list */

	.shops-list:after {
		content: '';
		display: block;
		clear: both;
	}

	.shops-item {
		float: left;
		width: 49%;
		margin: 0 0 4% 2%;
	}

	.shops-item:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}

	.shops-item .picture-wrap {
		width: 250px;
	}

	.shops-item .info-wrap {
		margin: 0 0 0 270px;
	}


	/* shop page */

	.shop-page .page-body {
		padding: 0 10px;
	}

}

@media all and (min-width: 1367px) {

	.shops-sorting-filtering-wrapper {
		padding: 18px 25px;
	}

	.shops-sorting-options {
		position: relative;
		margin: 2px 60px 2px 0;
	}

	.shops-sorting-options:after {
		content: '';
		position: absolute;
		top: -21px;
		right: -30px;
		width: 1px;
		height: 73px;
		background: #ddd;
	}

	div#searchRadiusWrapper {
		margin: 2px 25px 2px 0;
	}

	.searchbytags-wrapper input[type=text] {
		width: 130px;
	}

	.shop-map-images+.shop-info {
		width: 57%;
	}

}
/*---------------------------------------------*\
    #PROD-BOX
\*---------------------------------------------*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.prod-box-grid .clear {
	display: none;
}

.prod-box__quantity-box-label {
	display: none;
}

.product-list .prod-box {
	display: flex;
	flex-basis: 100%;
	margin-bottom: 50px;
}

.product-list .prod-box__price {
	float: left;
}

.product-list .prod-box__link--product-details,
.product-list .prod-box__description {
	display: none;
}

.prod-list-view {
	float: left;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.product-list .prod-box__name-link {
	text-align: left;
	flex-basis: 100%;
}

.infinite-scroll-loader {
	flex-basis: 100%;
}

.prod-box-grid {
	display: flex;
	flex-wrap: wrap;
}

.product-grid .ico--cart {
	display: none;
}

.prod-box {
	max-width: 100%;
	display: flex;
	flex-basis: 48%;
	flex-direction: column;
	margin: 0 auto 40px auto;
	padding: 0 0 16px 0;
	border-bottom: solid thin #ddd;
}

.prod-box__image {
	min-width: 140px;
	object-fit: contain;
	height: 270px;
	margin: auto;
}

.prod-box__image--in-list {
	max-width: 48px;
	min-width: 48px;
	height: auto;
}

.prod-box__link {
	display: block;
}


.prod-box__name {
	margin: 0 0 8px 0;
	font-weight: normal;
	font-size: 16px;
	color: #373737;
}


@media (min-width: 580px) {
	.prod-box__name {
		min-height: 42px;
	}
}





.prod-box__sku {
	margin: 10px 0;
	font-weight: normal;
	font-size: 13px;
	color: #666;
}

.prod-box__price {
	font-weight: bold;
	font-size: 18px;
	color: #373737;
}

.prod-box__link--product-details {
	margin: auto;
	width: fit-content;
	font-size: 12px;
	padding: 1em 2.5em;
	text-transform: uppercase;
}

.prod-box__description {
	font-size: 12px;
	color: #373737;
	margin: 8px 0;
}

.category-page .item-box .title {
	padding: 20px;
	font-size: 16px;
}

.category-page .item-box .content-wrapper {
	margin: -30px auto 0;
}

.item-box .product-title,
.item-box .title {
	margin: 0 0 10px 0;
	height: 40px;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

.item-box .product-title:hover,
.item-box .title:hover {
	color: #444;
}

.item-box .product-title a,
.item-box .title a {
	display: block;
}

.item-box .description {
	margin-bottom: 5px;
	font-size: 13px;
	color: #373737;
	padding: 6px;
}

.product-list .item-box .description {
	line-height: 24px;
}

.html-topic-page--category-landing .prod-box__link-arrow {
	fill: #EA1C24;
}


.item-box .description a {
	display: block;
	overflow: hidden;
}

.item-box .old-price {
	margin-right: 7px;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
}


.item-box .base-price-pangv,
.item-box .tax-shipping-info {
	white-space: nowrap;
	font-size: 11px;
	color: #aaa;
}

.also-purchased-products-grid .item-box .old-price,
.related-products-grid .item-box .old-price {
	font-size: 15px;
}

.also-purchased-products-grid .item-box .actual-price,
.related-products-grid .item-box .actual-price {
	font-size: 16px;
}

.item-box .attribute-squares {
	text-align: left;
}

.item-box .attribute-squares li {
	margin: 0 2px 0 0;
}

.item-box .attribute-squares label {
	padding: 2px;
	width: 26px;
	height: 26px;
}

.item-box .attribute-square {
	width: 20px;
	height: 20px;
}

/* QUANTITY BOX & BUY BUTTON */

.common-buttons-wrapper {
	display: flex;
	justify-content: space-between;
}

.productQuantityTextBox {
	height: 44px;
	width: 44px;
	text-align: center;
	border-radius: 0;
}

.item-box .add-to-cart__button-wrapper {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	font-size: 0;
}

.prod-box__add-to-cart-btn {
	margin: 16px 0 0 0;
	border-radius: 0;
	height: 44px;
	padding: 0 35px;
	border: 0;
	background: #EA1C24;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
}

.prod-box__add-to-cart-btn:hover {
	background: #444;
}

.product-list .prod-box__add-to-cart-btn {
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prod-box-grid {
	text-align: center;
}


.html-topic-page--category-landing .prod-box__add-to-cart-btn {
	padding: 0 16px;
}

@media all and (min-width: 580px) {
	.item-box .buttons {
		text-align: left;
	}

	.prod-box-grid {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		text-align: center;
	}

	.prod-box {
		
		max-width: 420px;
	}

	.product-list .prod-box {
		max-width: 100%;
	}

}

@media all and (min-width: 769px) {
	.item-box .buttons {
		text-align: left;
	}
}

@media all and (min-width: 1025px) {


	.bestsellers .item-box .picture {
		display: table-cell;
		width: 45%;
		margin-right: 10px;
		vertical-align: top;
	}

	.bestsellers .item-box .details {
		display: table-cell;
		padding: 15px 15px 46px 15px;
		overflow: hidden;
	}

	.common-buttons-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.product-list .common-buttons-wrapper {
		height: 44px;
	}

	.product-list .common-buttons-wrapper {

		margin-right: 4px;
	}

	.product-list .prod-box__name {
		min-height: initial;
	}

	.add-to-cart__button-wrapper .plus,
	.add-to-cart__button-wrapper .minus {
		font-size: 16px;
		line-height: 20px;
		height: 21px;
		width: 21px;
		display: inline-block;
		border: solid thin #EA1C24;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.add-to-cart__button-wrapper .plus {
		order: 2;
		margin-left: 3px;
	}

	.add-to-cart__button-wrapper .minus {
		order: 3;
		align-self: flex-end;
		margin-left: -21px;
	}


	.ajax-cart-button-wrapper .plus,
	.ajax-cart-button-wrapper .minus {
		font-size: 18px;
		line-height: 44px;
		height: 44px;
		width: 44px;
		display: inline-block;
		border: solid thin #232323;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		order: 3;
	}

	/**/

	.html-topic-page--category-landing .prod-box__add-to-cart-btn {
		padding: 0 32px;
	}

	.bestsellers .item-box .prices {
		height: 40px;
	}

	.bestsellers .item-box .product-title {
		margin-bottom: 5px;
	}

	.cross-sells .item-box button,
	.also-purchased-products-grid .item-box button,
	.related-products-grid .item-box button {
		width: 44px;
	}

	.prod-box {
		flex-basis: 24%;
		margin-bottom: 24px;
		padding: 8px;
	}

	
	.prod-box:hover {
		background: #232323;
		transition: background .3s ease-in;
	}

	.prod-box:hover .prod-box__name {
		color: #fff;
		transition: color .3s ease-out;
	}

	.prod-box:hover .prod-box__price {
		transition: color .3s ease-out;
		color: #fff;
	}

	.prod-box__image {
		height: 200px;
	}
}
.mega-menu,
.menu-title,
.mega-menu .dropdown {
	display: none;
}

@media all and (min-width: 768px) {

	.menu-title,
	.close-menu {
		display: none;
	}

	.mega-menu {
		display: block;
		position: relative;
	}

	.mega-menu-responsive {
		display: none !important;
	}

	.mega-menu .dropdown {
		opacity: 0;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -490px;
		border-top: 1px solid #eee;
		width: 980px;
		max-height: 400px;
		max-height: -webkit-calc(100vh - 250px);
		max-height: calc(100vh - 250px);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		background: #f6f6f6;
		-webkit-transition: transform .3s, opacity .3s;
		transition: transform .3s, opacity .3s;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		pointer-events: none;
	}

	.mega-menu .dropdown.active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}

	.mega-menu .dropdown .row-wrapper {
		padding: 10px;
	}

	.mega-menu[data-enableclickfordropdown='true'] .dropdown,
	.mega-menu[data-enableclickfordropdown='true'] .sublist-wrap {
		display: none;
		opacity: 1;
		transform: none;
	}

	.mega-menu[data-enableclickfordropdown='true'] .dropdown.active,
	.mega-menu[data-enableclickfordropdown='true'] .sublist-wrap.active {
		display: block;
	}

	.mega-menu .row {
		overflow: hidden;
	}

	.mega-menu .box {
		float: left;
		padding: 10px 10px 20px;
		width: 33%!important;
	}

	.mega-menu .boxes-4 .box {
		width: 25%;
	}

	.mega-menu .boxes-5 .box {
		width: 20%;
	}

	.mega-menu .boxes-6 .box {
		width: 16.66666%!important;
	}

	.mega-menu .boxes-7 .box {
		width: 14.28%;
	}

	.mega-menu .boxes-8 .box {
		width: 12.5%;
	}

	.mega-menu .title {
		margin-bottom: 4px;
		padding: 15px 0;
		background: #fff;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		color: #444;
		transition: all .3s;
	}

	.mega-menu .title:hover {
		color: #000;
	}

	.mega-menu .picture a {
		display: block;
		background: #fff;
	}

	.mega-menu .picture img {
		width: 100%;
		max-width: 100%;
	}

	.mega-menu .box ul {
		margin-top: 5px;
	}

	.mega-menu .box li {
		margin-top: 15px;
		text-align: left;
	}

	.mega-menu .box li a {
		font-size: 13px;
		color: #888;
		transition: all .3s;
	}

	.mega-menu .box li:before {
		content: '\e925';
		display: inline-block;
		margin-right: 10px;
		font-family: 'prisma';
		font-size: 10px;
		color: #dcdde0;
		transition: all .3s;
	}

	.mega-menu .box li:hover:before {
		-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
		transform: translateX(5px);
	}

	.mega-menu .box li a:hover {
		color: #000;
	}

	.mega-menu li a.view-all {
		font-weight: bold;
		background: none;
	}
}

@media all and (min-width: 1281px) {
	.mega-menu .dropdown {
		margin-left: -625px;
		width: 1250px;
	}
}


@media (min-width: 1025px) {
	.mega-menu .title {
		padding: 15px 20px!important;
		text-align: left!important;}
}

ul li.menu-link__sportcenter > a {
	color: #231f20;
	font-weight: bold;
}

.prod-list-section__title {
	margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
	color: #444;
	font-weight: normal;
}
.obj-list {
	display: grid!important;
	grid-gap: 24px;
	grid-template-columns: 1fr 1fr;
}

.obj-list .item-box {
	display: contents;
}

.prod-list-section__prod-list .obj-list {
	grid-template-columns: 46% 46%;
	padding-bottom: 48px;
}

@media (min-width: 760px) {
	.obj-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.html-home-page .spc-products .obj-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.product-list .obj-list {
		grid-template-columns: 1fr!important;
	}

	.html-manufacturer-list-page .obj-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}


}


@media (min-width: 1180px) {

	.two-per-row .obj-list {
		grid-template-columns: 1fr 1fr;
	}

	.three-per-row .obj-list {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.four-per-row .obj-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.html-home-page .spc-products .obj-list {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}

}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
	Framed Image helps to wrap backend images keeping their aspect ratio
*/

.framed-image {
	position: relative;
	display: block;
	overflow: hidden;
}

.framed-image--manufacturer-box {
	border: solid thin gainsboro;
}

.framed-image::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.framed-image__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
	height: auto;
}



/*
	Full Width Background helps as it says :)
*/
.full-width-background { 
	position: relative;
	z-index: 0;
}

.full-width-background::after {
	background-color: inherit;
	
	content: "";
	position: absolute;
	width: 300vw;
	height: 100%;
	top: 0;
	left: -100vw;
	z-index: -1;
}



/*
	Is Hidden helps as it says :)
*/
.is-hidden { display: none !important }
[class].cl-red-brand { color: #ED1C24 }
[class].cl-red-brand-light { color: #fff }
[class].cl-red-brand-dark { color: #fff }


[class].cl-light-grey { color: #EBECEC }
[class].cl-midtone-grey { color: #C4C4C4 }
[class].cl-dark-grey { color: #232323 }


[class].cl-gray-0 { color: #fff }
[class].cl-gray-1 { color: #eee }
[class].cl-gray-2 { color: #ccc }
[class].cl-gray-3 { color: #aaa }
[class].cl-gray-4 {	color: #888 }
[class].cl-gray-5 {	color: #666 }
[class].cl-gray-6 {	color: #444 }
[class].cl-gray-7 {	color: #222 }
[class].cl-gray-8 { color: #000 }





[class].bg-gray-0 { background-color: #fff }
[class].bg-gray-1 { background-color: #eee }
[class].bg-gray-2 { background-color: #ccc }
[class].bg-gray-3 { background-color: #aaa }
[class].bg-gray-4 {	background-color: #888 }
[class].bg-gray-5 {	background-color: #666 }
[class].bg-gray-6 {	background-color: #444 }
[class].bg-gray-7 {	background-color: #222 }
[class].bg-gray-8 { background-color: #000 }
body {
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.4;
	font-weight: 400;
	color: #444;
}

a { color: inherit }

.link-hover {
	transition: color .2s ease-in-out;
}

.link-hover:hover {
	color: firebrick;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

th { 
	text-align: initial
}


.tx-l-h-i {	line-height: initial }
.tx-l-h-1 {	line-height: 1 }


[class].tx-s-1 { font-size: .75rem }
[class].tx-s-2 { font-size: .875rem }
[class].tx-s-3 { font-size: 1rem }
[class].tx-s-4 { font-size: 1.25rem }
[class].tx-s-5 { font-size: 1.5rem }
[class].tx-s-6 { font-size: 2rem }
[class].tx-s-7 { font-size: 2.5 }
[class].tx-s-8 { font-size: 3rem }



[class].tx-w-normal { font-weight: 400 }
[class].tx-w-bold { font-weight: 600 }
[class].tx-w-black { font-weight: 900 }



.tx-centered { text-align: center }
.no-wrap { white-space: nowrap }
.uppercase { text-transform: uppercase }
.line-through { text-decoration: line-through }


/*
.main-title {
	font-size: 1.25rem;
	font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .25rem;
  padding: .75rem;
  border-bottom: solid thin whitesmoke;
}
*/

.main-title,
.section-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	display: grid;
	text-align: center;
}

.page--login .main-title, 
.page--login .section-title {
	text-align: left;
}

.main-title::after,
.section-title::after {
	content: "";
	height: 1px;
	background-color: red;
	width: 100%;
	max-width: 40%;
	margin: 0 auto .25rem;
}

.page--login .main-title::after, 
.page--login .section-title::after {
	margin: 0 0 .25rem;
}

.block-title {
	font-size: .875rem;
	font-weight: bold;
  text-transform: uppercase;
  color: #444;
	padding: .375rem 0;
  border-bottom: solid thin whitesmoke;
}

.site-footer .block-title {
	font-size: 1rem;
	font-weight: bold;
  text-transform: uppercase;
	padding: .375rem 0;
  border-bottom: 0;
	color: white;
}

.message-error {
	text-align: inherit;
}

.message-warning {
	font-weight: 700;
	color: deeppink;
}

.required {
	font-weight: 700;
	color: deeppink 
}





.wysiwyg-wrapper ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: .75rem 0;
	padding: 0 0 0 2.25rem;
	list-style: disc;
}

.wysiwyg-wrapper ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: .75rem 0;
	padding: 0 0 0 2.25rem;
	list-style: decimal;
}

.wysiwyg-wrapper p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 0 0 .75rem 0;
}

.wysiwyg-wrapper p:last-child {
	margin: 0;
}

.table td {
	padding: .25rem 0;
}



.stack--category-template-categories a {
	border-bottom: solid thin #ED1C24;
	text-decoration: none;
}

.field-validation-error {
	background-color: #ea1c24;
	color: white;
	padding: .25rem;
	font-weight: 600;
}
/*-----------------------------------------------------------*\

	LAYOUTS ALMOST EVERY LIST OF ITEMS
	BLOCK:			stack
	
\*-----------------------------------------------------------*/

body {
	margin: 0;
}

.master-wrapper-page {
	height: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

dl,
dd {
	margin: 0;
}

.additional-info dd {
	font-weight: 600;
}

.site-main,
.two-columns-layout {
	display: grid;
	gap: 1rem;
	width: 100%;
	max-width: 82rem;
	padding: 1.5rem .5rem;
}

.page--home .site-main {
	display: flex;
	flex-direction: column;
	padding: .75rem .5rem 0;
	gap: 2.5rem;
}

.page--login .site-main {
	gap: 3rem;
}

.page--cart .site-main {
	gap: 1rem;
}


.site-main--category-template,
.site-main--product-template {
	gap: 1rem;
}

.site-main--order-confirm {
	gap: 4rem;
}

@media (min-width: 1025px) {
	.two-columns-layout { 
		grid-template-columns: 1fr 3fr;
		align-items: start;
	}
	
	.side-column {
		order: -1;
	}
}





/* Narrow content such as form fieldsets */
.narrow-content {
	width: 100%;
	max-width: 24rem;
	margin: 0 auto;
}





/* Optimize for readability */
.ofr {
	width: 100%;
	max-width: 40rem;
	line-height: 1.6;
	margin: auto;
}





/* Helps to layout main items such as products, manufacturers, categories, etc. */
.stack {
	display: grid;
	grid-gap: 2rem;
	align-items: start;	
}

@media (min-width: 20rem) {
	.stack {
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	}

	.stack--products {
		grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
		grid-gap: 1rem;
		align-items: initial;
	}

	.stack--categories {
		grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
		grid-gap: 4rem 1rem;
	}

	.stack--manufacturers {
		grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
	}

	.stack--categories {
		gap: 1rem;
	}
}


@media (min-width: 24rem) {
	.stack--categories,
	.stack--products {
		grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	}

	.stack--category-template-categories {
		grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
		gap: 1rem;
	}

	.stack--manufacturers {
		grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
	}

	.stack--categories {
		gap: 1rem;
	}
}


@media (min-width: 40rem) {
	.stack--products {
		grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	}

	.stack--categories {
		gap: 2rem;
	}

	.stack--category-template-categories {
		gap: 2rem;
		flex-grow: 1;
		flex-basis: 100%;
		padding: 1rem;
	}
}





/* Layout items in one column */
.rack {
	display: grid;
	gap: .5rem;
}

.rack--spc-1 { gap: .125rem }
.rack--spc-2 { gap: .25rem }
.rack--spc-3 { gap: .5rem }
.rack--spc-4 { gap: .75rem }
.rack--spc-5 { gap: 1rem }
.rack--spc-6 { gap: 1.5rem }
.rack--spc-7 { gap: 2rem }
.rack--spc-8 { gap: 3rem }





/* Layout items in rows */
.shelf {
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
	align-items: center;
}

.shelf--centered { justify-content: center }

.shelf--spaced { justify-content: space-between }

.shelf--no-wrap { flex-wrap: nowrap }

.shelf--spc-1 { gap: .125rem }
.shelf--spc-2 { gap: .25rem }
.shelf--spc-3 { gap: .5rem }
.shelf--spc-4 { gap: .75rem }
.shelf--spc-5 { gap: 1rem }
.shelf--spc-6 { gap: 1.5rem }
.shelf--spc-7 { gap: 2rem }
.shelf--spc-8 { gap: 3rem }

.shelf--accept-privacy-policy {
	align-items: center;
}




.shelf--tier-prices > * {
	flex-basis: 5rem;
	text-align: center;
}

.shelf--tier-prices > *:first-child {
	flex-basis: 3.5rem;
	text-align: initial;
}









.shelf--product-box-price {
	justify-content: end;
}

.shelf--catalog-selectors {
	align-items: flex-end;
}

.shelf--order-summary-product-info {
	align-items: start;
}













.order-summary {
	display: grid;
	gap: 2rem;
	align-items: start;
}

@media (min-width: 1025px) {
	.order-summary {
		grid-template-columns: 3fr 1fr;
	}
}

.cross-sell {
	grid-column: 1 / -1;
}


[class].product-reviews-overview {
  display: initial;
}
.btn {
	color: inherit;
	
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	
	line-height: 1.4;
	
	display: flex;
	position: relative;
	
	background-color: whitesmoke;
	border: solid thin whitesmoke;
	
	border-radius: .125rem;
	
	width: -moz-fit-content;
	width: fit-content;
	
	padding: .5em .75em;
	
	cursor: pointer;
}

.btn--primary {
	font-size: 1.25rem;
	padding: .5em 1.25em;
	
	color: white;
	background-color: black;
	border-color: black;

	font-weight: bold;
}

.btn--secondary {
	font-size: 1rem;
	padding: .5em 1em;
	
	color: white;
	background-color: #444;
	border-color: #444;
}

.btn--tertiary {
	font-size: 1rem;
	padding: .375em .625em;
	
	color: #222;
	background-color: #ddd;
	border-color: #ddd;
}

.btn--quaternary {
	font-size: .875rem;
	padding: .25em .5em;
}

.btn--quinary {
	font-size: .875rem;
	padding: .25em .5em;
	background-color: transparent;
}

.btn--senary {
	font-size: .75rem;
	padding: .125rem .25rem;
	background-color: transparent;
}

.btn--link {
	background-color: transparent;
	border-color: transparent;
	text-decoration: underline;
}

.btn--ico {
	padding: .25rem;
	gap: .5rem;
	align-items: center;
}

.btn--ico::before {
	content: "";
	width: 1.75rem;
	height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
}

.btn--ico-only {
	font-size: 0;
	gap: 0;
	width: fit-content;
}




.btn.selected {
	background-color: grey;
	color: white;
}

/* Catalog UI */
.btn--menu,
.btn--user-config,
.btn--wishlist,
.btn--search,
.btn--add-to-cart
{
	background-color: transparent;
	border-color: transparent;
}

.search-box .btn--search { padding-right: .5rem }


.btn--menu::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--menu-view);
	background-size: 23px 17.18px;
}

.btn--user-config::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--user-config-view);
	background-size: 24px 24px;
}

.btn--wishlist::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--wishlist-view);
	background-size: 18px 15.75px
}

.btn--search::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--search-view);
	background-size: 24px 24px;
}

.btn--add-to-cart::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--cart-view);
	background-size: 27px 24px;
}

.prod-ov .btn--add-to-cart::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--cart-view-white);
}





/* Social networks */
.btn--twitter::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--twitter-view);
	background-size: 18px 14.62px;
}

.btn--instagram::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--instagram-view);
	background-size: 15.76px 15.76px;
}

.btn--facebook::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--facebook-view);
	background-size: 9.64px 18px;
}

.btn--youtube::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--youtube-view);
	background-size: 19.2px 13.5px;
}










.btn--mini-cart {
	border: none;
	text-transform: uppercase;
	padding: 15px 35px;
	background: #454545;
	color: #fff;
	transition: all .25s ease-in-out;
	border-radius: 0;
}

.btn--mini-cart:hover {
	background: #b50000
}




.banner .btn {
	width: max-content;
	font-size: .75rem;
	padding: .125rem .5rem;
	border: 0;
	border-radius: .5rem 0;
	background-color: #ED1C24;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
}

.banner--without-link .btn {
	padding: initial;
	border: initial;
}

.slightly-banner .btn {
	border-color: transparent;
	border-radius: .125rem;
	/* justify-self: end; */
	background-color: #444;
	font-size: 1rem;
	color: white;
}



/* Header Links */
.header-links .btn {
	width: initial;
	background-color: white;
	border-color: transparent;
	padding: 0;
	border-radius: 0;
	color: black;
}

.btn--login::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--password-view);
	background-size: 15.75px 18px;
}

.btn--register::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--user-plus-view);
	background-size: 22.5px 18px;
}

.btn--logout::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--logout-view);
	background-size: 18.7px 14px;
}

.btn--my-account::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--user-view);
	background-size: 15.75px 18px;
}









/* Customer Navigation */
.btn--customer-nav {
	width: initial;
	background-color: white;
}

.account-page-navigation .btn--customer-nav {
	width: initial;
	text-align: center;
	flex-basis: 8rem;
	background-color: white;
	flex-direction: column;
	justify-content: start;
	line-height: 1.2;
	padding: .5rem;
  gap: .25rem;
}

.account-page-navigation .btn--customer-nav.active {
	border: solid thin gray;
	background-color: whitesmoke;
}

.btn--customer-info::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--user-view);
	background-size: 15.75px 18px;
}

.btn--customer-addresses::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--address-view);
	background-size: 13.5px 18px;
}

.btn--customer-orders::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--orders-view);
	background-size: 13.5px 18px;
}

.btn--return-requests::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--return-request-view);
	background-size: 22.5px 18px;
}

.btn--downloadable-products::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--download-view);
	background-size: 18px 18px;
}

.btn--back-in-stock-subscriptions::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--product-subscription-view);
	background-size: 13.5px 18px;
}

.btn--reward-points::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--reward-points-view);
	background-size: 13.5px 18px;
}

.btn--change-password::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--password-view);
	background-size: 15.75px 18px;
}

.btn--customer-avatar::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--user-view);
	background-size: 15.75px 18px;
}

.btn--customer-reviews::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--reviews-view);
	background-size: 13.5px 18px;
}

.btn--customer-vendor-info::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--user-view);
	background-size: 15.75px 18px;
}

.btn--shipping-info::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--truck-view);
	background-size: 24px 18px;
}

.btn--shipping-methods::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--truck-view);
	background-size: 24px 18px;
}






/*
.btn--my-account {
	background-color: rgba(255, 255, 255, .2);
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--user-view);
	background-size: 15.75px 18px;
}
*/
.sortOptionsDropDown,
.toggle-cats,
.btn--filters {
	font-weight: 600;
	text-transform: uppercase;
	color: #ED1C24;
	font-size: 14px;
	background-color: white;
	border-radius: 0;
	border: solid thin #ED1C24
}

.sortOptionsDropDown,
.toggle-cats {
	color: #191919;
	border-color: #232323;
}

.shelf--catalog-selectors label {
	display: none;
}

.btn--filters::before {
	background-color: rgba(255, 255, 255, .2);
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--filters-view);
	background-size: 18px 18px;
}



/*Product detail*/
.btn--product-page-payment,
.btn--product-page-shipping {
	width: 100%;
	display: flex;
    justify-content: space-between;
}

.btn--product-page-payment::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--payment-view);
	background-size: 25.78px 20px;
}

.btn--product-page-shipping::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--shipping-view);
	background-size: 25.78px 20px;
}

.btn--ico.btn--product-page-payment::after {
	content: "";
	width: 1.75rem;
	height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
}

.btn--product-page-shipping::after {
	content: "";
	width: 1.75rem;
	height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
}

.btn--product-page-payment::after {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--arrow-down-view);
	background-size: 19px 14px;
}

.btn--product-page-shipping::after {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--arrow-down-view);
	background-size: 19px 14px;
}





.btn--subscribe {
	border: 0;
	gap: 0;
	padding-right: .75rem;
	border-radius: .5rem 0;
}

.btn--subscribe::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--subscribe-view);
	background-size: 15px 15px;
}



/* Footer links */
.btn--landline-phone,
.btn--email,
.btn--map-pin {
	background: transparent;
	border-color: transparent;
	padding: 0;
	gap: .25rem;
}

.btn--landline-phone::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--landline-phone-view);
	background-size: 15px 15px;
}

.btn--email::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--mail-view);
	background-size: 15px 15px;
}

.btn--map-pin::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--address-footer-view);
	background-size: 15px 15px;
}



@media (min-width: 1025px) {
	.btn--menu,
	.btn--filters { display: none }
}



@media (min-width:64rem) {
	.banner .btn {
		padding: .25rem .75rem;
	}
}


.add-to-cart-button,
.nopAjaxCartProductVariantAddToCartButton {
	background-color: #ED1C24;
	border-radius: 8px 0 8px 0;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: .75rem 2rem;
	border: 0;
}

.order-summary .add-to-cart-button {
	width: 100%;
}

.nopAjaxCartProductVariantAddToCartButton::before {
	content: none;
}


.btn--size-table {
	font-size: 17px;
	border-right: 1px solid #ea1c24;
	padding-right: 20px;
	color: #ea1c24;
	padding-left: 52px;
	background: url(/Themes/Prisma/Content/img/shoesize.png) no-repeat;
	background-position: 8px;
	background-size: 39px;
	border-color:transparent ;
}


.btn--shipping-info {
	font-size: 17px;
	border-right: 1px solid #ea1c24;
	padding-right: 20px;
	color: #ea1c24;
	padding-left: 52px;
	background: url(/Themes/Prisma/Content/img/shoesize.png) no-repeat;
	background-position: 8px;
	background-size: 39px;
	border-color:transparent ;
}

.btn---show-create-update-address-panel {
	margin: auto;
}

[class].continueShoppingLink {
	display: none;
}

.page--shipping-address .btn.is-active {
	background-color: black;
	color: white;
}
fieldset {
  border: 0;
	margin: 0;
  padding: 0;
  display: grid;
}

legend { 
	display: contents;
	padding: 0;
}

legend,
label { font-size: .875rem }

input,
textarea,
select,
button {
	color: inherit;
	
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	
	padding: .5rem .25rem;
	border: solid thin lightgrey;
	border-radius: .125rem;
}

[type="color"] { padding: initial }

[type="radio"],
[type="checkbox"] { margin: auto 0 }

[type="file"] { font-size: revert }

textarea { min-height: 9rem; }

select {
	min-width: 5rem;
	background-color: white;
}

:disabled,
:disabled + .checkbox__info,
:disabled + .radio-button__info {
	opacity: .5
}


/* Custom Radio Buttons */
.radio-button--custom .radio-button__input { display: none; }

.radio-button--custom .radio-button__info {
	display: flex;
	align-items: center;
	text-decoration: inherit;
}

.radio-button--custom .radio-button__info::before {
	content: '';
	width: .875rem;
	height: .875rem;
	margin: 0 .25rem 0 0;
	border-radius: 100%;
	border: solid thin gray;
	background: whitesmoke;
}

.radio-button--custom :checked + .radio-button__info::before,
.radio-button--custom .radio-button__info.selected::before {
	background: dimgrey;
	border: solid thin dimgrey;
	box-shadow: inset 0 0 0 3px white;
}



/* Radio Buttons Cards */
.radio-button--card { position: relative; }
.radio-button--card .radio-button__input { display: none; }

.radio-button--card .radio-button__info {
	display: flex;
	align-items: center;
	text-decoration: inherit;
	padding: .75rem;
}

.radio-button--card .radio-button__info::after {
	content: '';
	position: absolute;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	border: solid thin silver;
	border-radius: .5rem;
	background: white;
	z-index: -1;
}

.radio-button--card :checked + .radio-button__info,
.radio-button--card .radio-button__info.selected {
	color: black;
}

.radio-button--card :checked + .radio-button__info::after,
.radio-button--card .radio-button__info.selected::after {
	background: whitesmoke;
	border: solid thin grey;
	box-shadow: inset 0 0 0 2px white;
}





/* Custom Check Boxes */
.checkbox--custom .checkbox__input { display: none; }

.checkbox--custom .checkbox__info {
	display: flex;
	align-items: center;
	text-decoration: inherit;
}

.checkbox--custom .checkbox__info::before {
	content: '';
	width: .875rem;
	height: .875rem;
	margin: 0 .25rem 0 0;
	border-radius: .25rem;
	background: whitesmoke;
	box-shadow: inset 0 0 0 1px gray;
}

.checkbox--custom :checked + .checkbox__info::before,
.checkbox--custom :checked + input + .checkbox__info::before {
	background: dimgrey;
	box-shadow: 
		inset 0 0 0 1px dimgrey, 
		inset 0 0 0 3px white;
}



/* Check Boxes Cards */
.checkbox--card { position: relative }
.checkbox--card .checkbox__input { display: none }

.checkbox--card .checkbox__info {
	display: flex;
	align-items: center;
	text-decoration: inherit;
	padding: .75rem;
	width: 100%;
}

.checkbox--card .checkbox__info::after {
	content: '';
	position: absolute;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	border: solid thin silver;
	border-radius: .5rem;
	background: whitesmoke;
	z-index: -1;
}

.checkbox--card :checked + input + .checkbox__info,
.checkbox--card :checked + .checkbox__info,
.checkbox--card .checkbox__info.selected {
	color: white;
}

.checkbox--card :checked + input + .checkbox__info::after,
.checkbox--card :checked + .checkbox__info::after,
.checkbox--card .checkbox__info.selected::after {
	background: grey;
	border: solid thin grey;
	box-shadow: inset 0 0 0 2px white;
}



.field-validation-valid:empty {
	display: none;
}

.discount-coupon-code, 
.gift-card-coupon-code {
	flex-grow: 1;
}

.qty-input--product-order-summary {
	max-width: 3rem;
	text-align: center;
}


#product-details-form .option-list.radio-list {
	display: flex;
	gap: .5rem;
}

#product-details-form .option-list.radio-list label {
	display: flex;
	border: solid thin gainsboro;
}

#product-details-form .option-list.radio-list input {
	position: absolute;
	margin: -10000px;	
}


.stepper {
	border-radius: 0 8px 0 8px;
	background-color: white;
	overflow: hidden;
	
}

.stepper .qty-input {
	max-width: 2rem;
	text-align: center;
	border: 0;
}

.stepper .qty-label {
	display: none;
}

.stepper .btn {
	background: transparent;
	border-color: transparent;
}

.product-add-to-cart-panel .qty-label {
	display: none;
}

.price-n-add-to-cart {
	padding: .5rem .75rem;
	background-color: #E2E2E2;
	border-radius: 0 8px 0 8px;
	width: 100%;
	display: grid;
	gap: .5rem;
}

.product-add-to-cart-panel .qty-input {
	text-align: center;
	max-width: 3rem;
}

.stepper-n-add-to-cart > .shelf {
	align-items: initial;
}

@media (min-width: 1025px) {
	.price-n-add-to-cart {
		width: fit-content;
		width: -moz-fit-content;
	}
}
.header-sticky-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem .5rem;

	width: 100%;
	max-width: 82rem;
	margin: auto;
	padding: 0 .5rem .5rem;

	background-color: #EBECEC;

	position: relative;
	transition: all .4s;
	z-index: 1;
}

.header-sticky-section.stick {
	/* position: fixed; */
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

[class].site-header {
	height: initial !important;
	background: #EBECEC;
}

.header-sticky-section.stick.nav-up {
	top: -180px;
}

@media (min-width: 1025px) {
	.header-sticky-section {
		gap: 1rem;
		z-index: 1020;
		padding: 0 .5rem .5rem .5rem;
		grid-column: 1 / -1;
	}
}






.site-header__site-logo {
	flex-grow: 1
}

.site-header .site-logo {
    display: block;
    line-height: 0;
    width: max-content;
    max-width: 130px;
    margin: auto;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.site-header .site-logo {
		margin: 0;
		max-width: 160px;
	}
}

.personal-button {
	order: 10;
}

.shopping-cart-link {
	order: 20;
}

.stores-nav {
	display: flex;
	justify-content: space-around;
	flex-basis: 100%;
	background-color: black;
	color: white;
	font-size: 14px;
	padding: .375rem 0;
	grid-column: 1 / -1;
}

.stores-nav__item {
	text-decoration: none;
	position: relative;
	padding: .125rem .5rem;
}

.stores-nav__item--is-current {
	font-weight: 600
}

.stores-nav__item--is-current::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: red;
	bottom: .125rem;
	left: 0;
	right: 0;
}

@media (min-width: 720px) {
	.stores-nav {
		justify-content: initial;
		gap: 2rem;

	}
}


.header-links-wrapper {
	position: relative;
}

.header-nav-user__cart-qty-flyout,
.header-nav-user__account {
	display: none;
}






















/***************************************************

        ADMIN HEADER LINKS

****************************************************/

.admin-header-links {
	background: #fff;
	text-align: center;
}

.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
}

.admin-header-links .impersonate {
	display: inline-block;
}

.admin-header-links a {
	font-weight: bold;
}


/***************************************************

        STORES NAV

****************************************************/

.store__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 4px auto;
	padding: 0 0 0 8px;
}

.store__label {
	margin-right: 4px;
}

.store__link {
	font-size: 13px;
	background: #ffffff;
	padding: 6px;
	margin: 0 4px;
	border-radius: 0 0 8px 8px;
	border-top: solid 3px #ffffff;
}

.store__link--active {
	background: #ebecec;
	border-top: solid 3px #ea1c24;
	padding: 6px 12px;
}


/***************************************************

        HEADER LAYOUT

****************************************************/






/***************************************************

        TOP HEADER AD
        Promo: El segundo par a la mitad. Condiciones.

****************************************************/

.site-header__ad .topic-block {
	background: #ea1c24;
	text-align: center;
	padding: 8px 6px 6px 6px;
	font-size: 14px;
}

.site-header__ad .topic-block-title {
	display: none;
}

.site-header__ad .topic-block-body {
	color: #ffffff;
}

.site-header__ad .topic-block-body a {
	font-size: 11px;
}

@media all and (min-width: 920px) {
	.site-header__ad .topic-block {
		background: #ffffff;
		text-align: left;
		padding: 6px;
		margin: 6px 0 0 0;
	}

	.site-header__ad .topic-block-body {
		color: #ea1c24;
		margin: 0;
		padding: 0;
		max-width: 100%;
	}

	.site-header__ad .topic-block a {
		color: #4d4d4d;
		text-decoration: underline;
	}
}




/***************************************************

        HEADER USER NAVIGATION
        Account | Wishlist | Cart  

****************************************************/

/*  Container  */

.site-header__user-nav {
	display: flex;
	justify-content: space-between;
	margin: 5px 4px 5px 4px;
	position: relative;
	height: 40px;
}

@media all and (min-width: 600px) {
	.site-header__user-nav {
		justify-content: space-between;

	}
}

@media all and (min-width: 920px) {
	.site-header__user-nav {
		width: 100%;
		max-width: 240px;
		justify-self: end;
	}
}

/******  ACCOUNT  ******/
/*  Button  */
.header-nav-user__account {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*  Icon */
.header-nav-user__account-icon {
	fill: #cccccc;
	margin: 0 6px 0 0;
	width: 19px;
	height: 19px;
}

.header-nav-user__account:hover,
.header-nav-user__wishlist-label:hover,
.header-nav-user__cart-label:hover {
	color: #EA1C24;
}


/******  WISHLIST  ******/
/*  Button  */
.header-nav-user__wishlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*  Label  */
.header-nav-user__wishlist-label {
	padding: 0 0 0 3px;
	order: 3;
}

/*  Icon  */
.header-nav-user__wishlist-icon {
	fill: #cccccc;
	margin: 0 6px 0 0;
	width: 21px;
	height: 19px;
}

/*  Quantity  */
.header-nav-user__wishlist-qty {
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	background: #cacaca;
	color: #777777;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	order: 2;
	margin: 3px 0 0 -12px;
	align-self: flex-start;
}


/******  CART  ******/
/*  Module  */
.header-nav-user__cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*  Label  */
.header-nav-user__cart-label {
	padding: 0 0 0 3px;
	order: 3;
}

/*  Icon */
.header-nav-user__cart-icon {
	fill: #cccccc;
	width: 24px;
	height: 22px;
	order: 2;
}

/*  Quantity  */
.header-nav-user__cart-qty {
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
	color: #777777;
	background: #cacaca;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	order: 1;
	margin: -6px -23px 0 0;
	align-self: flex-start;
	z-index: 1;
	top: 20px;
	right: -70px;
}

/*  Quantity  */
.header-nav-user__cart-qty-flyout {
	display: none;
}

.header-nav-user__cart-qty-flyout-container {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media all and (min-width: 1025px) {
	.header-nav-user__cart-qty-flyout {
		display: none;
	}
}


.flyout-cart {
	position: relative;
}




/***************************************************

        ACCOUNT LINKS
        Orders | Addresses | Info | Logout

****************************************************/

/*  Opener  */

.header__account {
	display: flex;
	align-items: center;
	position: relative;
}

.customer-name {
	font-size: 11px;
	line-height: 1;
}

.header-nav-user-account {
	position: absolute;
	display: flex;
	flex-direction: column;
	padding: 8px 16px;
	border: #555;
	background: #ffffff;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
	margin: 10px;
	border-radius: 8px;
	z-index: 10000;
	top: 26px;
	right: 0;
	min-width: 200px;
}

.header-nav-user-account.hidden {
	display: none !important;
}

.header-nav-user-account>a {
	display: flex;
	align-items: center;
	margin: 6px 0;
}

.header-nav-user-account>a:hover {
	color: #ea1c24;
}

.header-nav-user-account svg {
	fill: #cccccc;
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
}

@media (min-width:1025px) {
	.header-nav-user__cart-qty-mobile {
		display: none;
	}
}




/* ---------------------------------------------- */



/***************************************************

        HEADER SEARCH

****************************************************/

.header-search__switch {
	border: solid thin #ededed;
	min-width: 100px;
	min-height: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	padding: 0 8px 0 0;
}

.search-box-button {
	border: solid thin #ededed;
	min-width: 100px;
	min-height: 40px;
	background: black;
	color: white;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	padding: 0 8px 0 0;
}

.header-search__icon {
	width: 20px;
	height: 20px;
	margin: 0 8px;
	fill: #cccccc;
}




.header-search-flyout.hidden {
	/* display: none!important; */
}

.header-search-flyout {
	/* position: absolute; */
	display: flex;
	padding: 8px 16px;
	border: #555;
	background: #ffffff;
	/* box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2); */
	/* margin:0 5%; */
	/* border-radius: 8px; */
	z-index: 10000;
	top: 60px;
	left: 0;
	width: 100%;

}

/***************************************************

        HEADER CATEGORY MENU
        Mujer | Niño | Hombre | Ofertas

****************************************************/






.header-selectors-wrapper {
	padding: 10px;
	background: #eee;
	font-size: 0;
}

.header-selectors-wrapper>div {
	position: relative;
	margin: 0 0 10px;
	vertical-align: middle;
}

.header-selectors-wrapper>div:last-child {
	margin-bottom: 0;
}



.search-box {
	position: relative;
}

.search-box form {
	position: relative;
}

.search-box form:after {
	content: "";
	display: block;
	clear: both;
}

.search-box input {
	border: none;
	height: 45px;
	color: #666;
}

.search-box input.search-box-text {
	width: 89%;
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
}

.search-box .search-box-button {
	width: 45px;
	font-size: 0;
}



.shopping-cart-link {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header .store-search-box ::-webkit-input-placeholder,
.header .store-search-box ::-moz-placeholder,
.header .store-search-box :-ms-input-placeholder,
.header .store-search-box :-moz-placeholder {
	color: #bbb;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	position: absolute;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100% !important;
	max-width: 100%;
	font-size: 14px;
	color: #666;
	background: #fff;
	z-index: 1070;
}

.ui-autocomplete li {
	border-top: 1px solid #ccc;
}

.ui-autocomplete li:first-child {
	border-top: none;
}

.ui-autocomplete a {
	display: block;
	padding: 20px;
	background: #f6f6f6;
	text-align: left;
}

.ui-autocomplete a.ui-state-focus {
	background: #fff;
	color: #000;
}

.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.shopping-cart-link>.cart-qty {
    font-size: 11px;
    line-height: 1;
    font-weight: bolder;
    color: white;
    background-color: #ED1C24;
    border-radius: 2rem;
    padding: .25rem;
    position: absolute;
    top: -2px;
    right: 5px;
    min-width: 19px;
    text-align: center;
}

@media all and (max-width: 1024px) {
	.admin-header-links {
		z-index: 1030;
		width: 100%;
	}

	/* RESPONSIVE MENU */
	.master-header-wrapper {
		position: relative;
	}

	.ps-container>.ps-scrollbar-y-rail {
		visibility: hidden !important;
	}

	.scrollYRemove {
		overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.overlayOffCanvas {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(221, 221, 221, 0.6);
		z-index: 1010;
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
	}

	.overlayOffCanvas.show {
		background: rgba(0, 0, 0, 0.4);
	}

	.flyout-cart {
		display: none;
	}

	.store-search-box {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		background: white;
		text-align: center;
		z-index: 1010;
		padding: .5rem;
	}

	.store-search-box.open {
		display: block;
	}

	.search-box.store-search-box input {
		border: 0;
		height: 40px;
		background: none;
		color: #fff;
	}
}

.store-search-box {
	background: white;
	padding: .5rem;
	right: 0;
  top: 100%;
	position: absolute;


  border: #555;
  background: #ffffff;
  box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 20%);
  border-radius: 8px;
}


@media all and (min-width: 481px) {}


@media all and (min-width: 769px) {}


@media all and (min-width: 1025px) {


	.product-name .breadcrumb {
		margin-bottom: 20px;
		padding: .5rem;
	}

	/*flyout cart*/
	.flyout-cart .mini-shopping-cart {
		opacity: 0;
		position: absolute;
		width: 380px;
		background: #fff;
		box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 20%);
  	border-radius: 8px;

		transform: translateY(20px);
		transition: transform .3s, opacity .3s;
		pointer-events: none;
		z-index: 1020;
		right: -74px;
		top: -8px;
	}

	.flyout-cart.opened .mini-shopping-cart {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;

	}

	.flyout-cart .count {
		padding: 20px;
		font-size: 14px;
		color: #666;
	}

	.flyout-cart .items {
		position: relative;
		padding: 0 20px;
		max-height: 240px;
		max-height: -webkit-calc(100vh - 360px);
		max-height: calc(100vh - 360px);
		background: #f6f6f6;
		text-align: left;
		overflow: hidden;
	}

	.flyout-cart .item {
		position: relative;
		margin: 20px 0;
		font-size: 14px;
		color: #666;
		overflow: hidden;
	}

	.flyout-cart .item:last-child {
		margin-bottom: 0;
	}

	.flyout-cart .item .picture {
		float: left;
		margin-right: 20px;
		width: 100px;
		text-align: center;
	}

	.flyout-cart .item .product {
		padding-right: 20px;
		overflow: hidden;
	}

	.flyout-cart .item .name {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.flyout-cart .item .quantity {
		margin-bottom: 5px;
		color: #aaa;
	}

	.flyout-cart .item .price {
		font-size: 0;
	}

	.flyout-cart .item .attributes {
		margin: 0;
		line-height: 1.5;
		font-size: 13px;
		color: #aaa;
	}

	.flyout-cart .item .price span {
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}

	.flyout-cart .totals {
		padding: 20px;
		margin: 0;
		width: 100%;
		background: none;
		text-align: left;
		text-transform: uppercase;
		font-size: 14px;
		color: #666;
	}

	.flyout-cart .totals strong {
		float: right;
		font-size: 18px;
		color: #000;
	}


	.responsive-nav-wrapper .flyout-cart a.remove-item {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 18px;
		height: 18px;
		background: #fff;
		font-size: 0;
	}

	.responsive-nav-wrapper .flyout-cart a.remove-item:after {
		content: '\e901';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		font-family: prisma;
		font-size: 8px;
		color: #bbb;
	}

	.ui-autocomplete {
		z-index: 1015;
		/*should be lower than header but equal or higher than header-menu*/
	}


	/* HEADER MENU */
	.site-header__menu {
		z-index: 1010;
	}

}


@media all and (min-width: 768px) {
	.header-menu>ul {
		width: 100%;
	}

}


/*-----------------------------------------------------------*\

	BANNERS MODULE
	#banner
	Location: /AnywhereSliders/NivoSlider.cshtml

	Displays 			banner-group

	BLOCK:        banner

	BLOCK:        banner
	ELEMENTS:     banner__image

\*-----------------------------------------------------------*/

.banner-group {
	display: grid;
	gap: .75rem;
	text-align: initial;
	margin-bottom: .75rem;
	grid-template-columns: 1fr 1fr;
}

.banner {
	display: grid;
	position: relative;
	color: #444;
	text-shadow: white;
	text-decoration: inherit;
	/* max-width: 40rem; */
}

.banner__image {
	display: block;
	margin: auto;
	height: auto;
}

.banner__copy-wrapper {
	display: grid;		
	gap: .5rem;
	padding: .5rem;
}

.banner__copy {
	font-weight: 700;
	font-size: 1.125rem;
}

.banner__copy p { margin: 0 }



@media (min-width:20rem) {}


@media (min-width:40rem) {
	.banner-group.hp-secondary-banner,
	.banner-group.hp-marcas {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width:60rem) {
	.banner-group.hp-marcas {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}



.free-shipping-banner {
	padding: .5rem;
	display: flex;
	justify-content: center;
	gap: .375rem;
	font-size: 14px;
	width: 100%;
	background-color: #EBECEC;
}


.page--home .free-shipping-banner {
	margin-bottom: .75rem;
}

.hp-main-banner-MOBILE {
	display: none;
}


.hp-secondary-banners {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}


@media (min-width:40rem) {
	.hp-secondary-banners {
		flex-wrap: nowrap;
	}
}

.hp-secondary-banner {
	position: relative;
	display: grid;
	z-index: 1;
	grid-template-columns: 1fr;
}

.hp-secondary-banner .banner__image {
	z-index: 0;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.hp-secondary-banner .banner__copy-wrapper {
	z-index: 1;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	align-self: end;
	justify-self: start;
}

.hp-secondary-banner .banner__copy {
	background-color: #EBECEC;
	color: black;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	padding: .5rem 1.5rem;
}


.newsletter-box {
	background-color: #ED1C24;
	padding: .75rem 1rem;
	border-radius: 0 1rem;
}

.newsletter-subscribe-block-opener { display:none }

.newsletter-validation { display:none }

.newsletter-validation .please-wait { display: none }

.newsletter-result { 
	display: none;
	padding: .5rem .75rem;
  border-radius: .25rem;
  background-color: white;
	color: black;
}
.attribute-squares-wrapper { display: contents }

.prod-ov {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: .5rem;
	align-items: start;
	border: solid thin #C4C4C4;
	padding: .25rem;
	height: 100%;
 }

.prod-ov--order-summary {
	grid-template-columns: 1fr 3fr;
}

.prod-ov__name {
	border-top: solid thin #C4C4C4;
	padding-top: .25rem;
	flex-grow: 1;
	text-decoration: none;
}

.prod-ov__content {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	height: 100%;
}





.prod-ov--sale-of-the-day {
	border-radius: 10px;
	border-color: #ebecec;
	padding: 0;
	overflow: hidden;
	position: relative;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	text-decoration: none;
}

.prod-ov--sale-of-the-day .prod-ov__image, 
.prod-ov--sale-of-the-day .prod-ov__content, 
.prod-ov--sale-of-the-day .prod-ov__price {
	grid-column: 1 / -1;
}

.prod-ov--sale-of-the-day .prod-ov__image {
	z-index: 0;
	grid-row: 1 / 3;
}

.prod-ov--sale-of-the-day .prod-ov__content {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	background-color: rgba(240, 240, 240, .7);
	grid-row: 2 / 3;
	z-index: 1;
	height: initial;
	align-self: end;
	margin: .75rem;
	color: #000;
	padding: .75rem;
}

.prod-ov--sale-of-the-day .prod-ov__price {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	background-color: rgb(237, 28, 36);
	grid-row: 1 / 2;
	z-index: 1;
	margin: .75rem;
	justify-self: end;
	padding: 1rem;
	text-align: center;
	border-radius: 10rem;
	color: white;
	min-height: 6rem;
	min-width: 6rem;
	justify-content: center;
	font-size: 19px;
}


.prod-ov--sale-of-the-day .prod-ov__price s {
	font-size: 17px;
}


.prod-ov--sale-of-the-day .prod-ov__name {
	font-size: 16px;
	padding-top: initial;
	border: 0;
	font-weight: 600;
}







/* ATTRIBUTES */
.prod-ov .attribute-squares .attribute-square {
	width: 17px !important;
	height: 17px !important;
	background-size: 100%;
}

.prod-ov .attribute-squares li input {
	margin: -23px 0 0;
	opacity: 0;
}

.prod-ov .attribute-squares li {
	margin: 0 3px 3px 0;
}


/* RATING */
.prod-ov__rating .rating {
	background: url(/Themes/Macri/Content/img/rating-1.png) repeat-x;
	width: 80px;
	height: 13px;
}

.prod-ov__rating .rating div {
	background: #b50000 url(/Themes/Macri/Content/img/rating-2.png) repeat-x;
	height: 13px;
}



.prod-ov .ajax-cart-button-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
	align-items: center;
	flex-wrap: nowrap;
	border-radius: .125rem;
	width: max-content;
	background: black;
}

.prod-ov .input-text--qty-box {
	max-width: 3rem;
	text-align: center;
	font-size: 1rem;
	align-self: stretch;
	border: transparent;
	border-radius: .125rem;
	border: solid thin black;
}

.prod-ov .btn--add-to-cart {
	border: solid thin black;
	background: black;
	color: white;
	padding: .25rem .75rem .25rem .25rem;
}

.prod-ov .btn--wishlist {
	padding: .25rem;
	background-color: white;
	border: solid thin lightgrey;
}


@media (min-width: 1025px) {}
/*-----------------------------------------------------------*\

	#wildcard
  Location: /Customer/Addresses.cshtml

	Displays the address box module

	BLOCK:			wildcard
	ELEMENTS:		wildcard__head
	ELEMENTS:		wildcard__body
	ELEMENTS:		wildcard__footer
	
\*-----------------------------------------------------------*/

.wildcard {
	display: grid;
	gap: .5rem;
	padding: .5rem .75rem;
	border: solid thin gainsboro;
	border-radius: .25rem;
	margin: 0 auto;
	width: 100%;
	max-width: 32rem;
}

.wildcard--full-width {
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.wildcard__head {
	display: grid;
	gap: .5rem;
}

.wildcard__body {
	display: grid;
	gap: .25rem
}

.wildcard__body p { margin: 0; }

.wildcard__footer {
	display: flex;
	gap: .5rem;
	padding: .5em 0 0 0;
  border-top: thin solid whitesmoke;
}



.wildcard--order-totals {
	max-width: initial;
}

.wildcard--order-details-buttons {
	max-width: initial;
	grid-template-columns: repeat(auto-fit, minmax(14.5rem, 1fr));
	gap: 1rem;
}

.site-footer {
	display: grid;
  width: 100%;
  max-width: 82rem;
	margin: 0 auto;
	padding: 2rem .5rem 0;
}

.site-footer__main-rail {
	margin-bottom: 1.5rem;
}

.site-footer__main-rail a {
	text-decoration: none;
}

.site-footer__signature {
	padding: 2rem 0;
}

.site-footer__signature::before {
	background-color: inherit;
	content: "";
	position: absolute;
	width: 300vw;
	height: 100%;
	top: 0;
	left: -100vw;
	z-index: -1;
	border-top: solid thick white;
}

.site-footer__signature::after {
	border-bottom: solid thick #ED1C24;
}

.newsletter-subscribe-text {
	flex-grow: 1;
	border-radius: 0 .5rem;
	border-color: transparent;
}
/* electronics-pattern */
.electronics-pattern .site-footer {}

.electronics-pattern .site-footer .newsletter-result {
	border: solid thin black;
}
.electronics-pattern .site-footer .btn {}

.electronics-pattern .header-sticky-section.full-width-background::after {
  border-bottom: solid thin silver;
}

.electronics-pattern .site-footer.full-width-background::after {
  border-top: solid thin silver;
}





/* fashion-pattern */
.fashion-pattern .header-sticky-section {
	background: black;
	color: whitesmoke;
}

.fashion-pattern .logo { filter: invert(1); }

.fashion-pattern .header-menu { background-color: black }

.fashion-pattern .search-box { 
	background-color: black;
}

.fashion-pattern .search-box .btn {
	color: black;
}

@media (min-width: 1025px) {
	.fashion-pattern .header-menu>ul>li>a, 
	.fashion-pattern .header-menu>ul>li>span {
		color: white;
	}

	.fashion-pattern .header-menu>ul>li>a:hover, 
	.fashion-pattern .header-menu>ul>li>span:hover {
		color: black;
		background-color: white;
		border-radius: 0;
	}
}


.fashion-pattern .site-footer {
	background: black;
	color: whitesmoke;
}

.fashion-pattern .site-footer .newsletter-result,
.fashion-pattern .site-footer .btn {
	color: black;
}

.fashion-pattern .site-footer.full-width-background::after {
  border-top: solid thin black;
}





/* baby-pattern */
.baby-pattern .site-footer {
	color: white;
	background-color: DeepPink;
}

.baby-pattern .newsletter-result,
.baby-pattern .btn {
	/* color: black; */
}

.baby-pattern .site-footer.full-width-background::after {
  border-top: solid thick orange;
}





/* furniture-pattern */
.furniture-pattern .site-footer {
	color: white;
	background-color: sienna;
}

.furniture-pattern .newsletter-result,
.furniture-pattern .btn {
	/* color: black; */
}

.furniture-pattern .site-footer.full-width-background::after {
  border-top: solid thick maroon;
}











.item-type-2 .prod-ov {
	grid-template-columns: 1fr 3fr;
	align-items: start;
}


/* Max items per row */
@media (min-width:1025px) {
	.two-per-row .stack--products { grid-template-columns: 1fr 1fr }
	
	.three-per-row .stack--products { grid-template-columns: 1fr 1fr 1fr }

	.four-per-row .stack--products { grid-template-columns: 1fr 1fr 1fr 1fr }

	.two-per-row .prod-ov, 
	.three-per-row .prod-ov, 
	.four-per-row .prod-ov { max-width: initial }
}

.ribbon-wrapper {
	position: relative;
}

.product-essential .gallery > .picture,
.product-essential .gallery > .ribbon-wrapper {
	flex-grow: 1;
}

.ribbon-wrapper .top-left {
	position: absolute;
	top: .25rem;
	left: .25rem;
}

.category-page-body .page-body {
	padding: .5rem;
	display: grid;
	grid-gap: .5rem;
}

.ribbon--id-9 {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: #ED1C24;
	font-weight: 600;
	font-size: 12px;
	color: white;
	padding: .5rem;
	width: 3rem;
	height: 3rem;
	border-radius: 2rem;
}

.ribbon--id-3 {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: #232323;
	font-weight: 600;
	font-size: 12px;
	color: white;
	padding: .125rem .5rem;
	border-radius: 2rem;
}

.also-purchased-products-grid,
.related-products-grid {
	margin-top: 2.5rem;
}
@keyframes triangle-skew-spin {
	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0)
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg)
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg)
	}

	100% {
		transform: perspective(100px) rotateX(0) rotateY(0)
	}
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}

ol,
ul {
	list-style: none
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}

@font-face {
	font-family: 'prisma';
	src: url(/Themes/Macri/Content/font/prisma.eot?xwq28l);
	src: url(/Themes/Macri/Content/font/prisma.eot?xwq28l#iefix) format('embedded-opentype'),
		url(/Themes/Macri/Content/font/prisma.ttf?xwq28l) format('truetype'),
		url(/Themes/Macri/Content/font/prisma.woff?xwq28l) format('woff'),
		url(/Themes/Macri/Content/font/prisma.svg?xwq28l#prisma) format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	max-width: 100%;
	background-color: #fff;
	overflow-x: hidden;
}

a {
	color: inherit
}

img {
	max-width: 100%;
	height: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[type=text].input-validation-error,
textarea.input-validation-error,
input[type=password].input-validation-error {
	border-bottom: 2px solid deeppink;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
	content: none;
	opacity: 0;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	margin-top: 5px;
	font-size: 13px;
}

.field-validation-valid,
.username-available-status {
	display: inline-block;
	font-size: 12px;
	color: #222;
	vertical-align: bottom;
}

.captcha-box {
	text-align: center;
	line-height: 0;
}

.captcha-box>div {
	display: inline-block;
	margin-left: -20px;
	transform: scale(.9);
}

.captcha-box input {
	height: auto;
}


/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px 25px 15px 15px;
	width: 100%;
	color: #fff;
	opacity: 0.95;
	z-index: 1080;
}

.bar-notification.success {
	background: navy;
}

.bar-notification.warning {
	background: orangered;
}

.bar-notification.error {
	background: deeppink;
}

.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
	font-size: 13px;
}

.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}

.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	width: 32px;
	height: 32px;
	opacity: 0.7;
}

.bar-notification .close:after {
	content: '\e901';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 12px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
	background-color: #ff9;
	padding: 10px;
	text-align: center;
}

.ajax-loading-block-window {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #222;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.ui-dialog {
	position: absolute !important;
	width: 450px !important;
	max-width: 95%;
	background: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
	z-index: 1080;
}

.ui-dialog-titlebar {
	padding: 13px;
	background: #222;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}

.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	border: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: none;
	font-size: 0;
	opacity: 0.7;
}

.ui-dialog-titlebar button::after {
	content: '\e901';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}

.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	font-size: 13px;
	color: #666;
	overflow: auto;
}

.ui-dialog-content .page {
	min-height: 0;
}

.ui-dialog-content .page-title {
	margin: 5px 0;
}

.ui-dialog-content .page-title h1 {
	font-size: 18px;
}

.ui-dialog-content .tooltip {
	margin: 5px 0;
	line-height: 20px;
}

.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -160px;
	padding: 20px;
	width: 320px;
	height: 180px;
	background: #f6f6f6;
	text-align: center;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
	z-index: 1050;
}

.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}

.eu-cookie-bar-notification button {
	margin: 0 0 20px 0;
	padding: 13px 35px;
	border: 0;
	background: #222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	transition: all .3s;
}

.eu-cookie-bar-notification button:hover {
	background: #fff;
	color: #222;
}

.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	position: absolute;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100% !important;
	max-width: 100%;
	font-size: 14px;
	color: #666;
	background: #fff;
	z-index: 1070;
}

.ui-autocomplete li {
	border-top: 1px solid #ccc;
}

.ui-autocomplete li:first-child {
	border-top: none;
}

.ui-autocomplete a {
	display: block;
	padding: 20px;
	background: #f6f6f6;
	text-align: left;
}

.ui-autocomplete a.ui-state-focus {
	background: #fff;
	color: #222;
}

.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.block {
	border-bottom: 5px solid #fff;
}

.block .title а,
.block .title strong {
	position: relative;
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	cursor: pointer;
}

.block .title а:after,
.block .title strong:after {
	content: '\e923';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 28px;
	height: 28px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 10px;
	color: #dcdde0;
	transform: translateY(-50%) rotate(180deg);
}

.block .title.open а:after,
.block .title.open strong:after {
	transform: translateY(-50%) rotate(0);
}

.block .listbox {
	display: none;
	padding: 15px 20px 40px;
	font-size: 13px;
}

.block .listbox li a:before {
	content: '\e925';
	display: inline-block;
	margin-right: 10px;
	font-family: prisma;
	font-size: 10px;
	color: #dcdde0;
	transition: all .3s;
}

.block .listbox li a:hover:before {
	transform: translateX(5px);
}

.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list a {
	display: inline-block;
	padding: 8px 3px;
}

.block .list>li>a {
	color: #666;
	text-decoration: none;
}

.block .list>li>a:hover,
.block .sublist>li>a:hover {
	color: #222;
}

.block .sublist>li>a {
	color: #888;
}

.block .sublist>li.active>a {
	color: #222;
}

.block .sublist {
	padding: 0 15px 5px 10px;
	font-size: 12px;
}

.block .tags {
	margin: 0 0 10px;
	font-size: 0;
}

.block .tags ul {
	font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}

.block .tags li {
	margin: 2px;
}

.block .tags li a {
	display: inline-block;
	padding: 3px 10px;
	line-height: 24px;
	font-size: 13px !important;
	/*setting base size*/
	color: #888;
	background: #fff;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

.poll-options,
.poll-results {
	margin: 0 auto 15px;
	max-width: 420px;
}

.poll-options li,
.poll-results li {
	display: block;
	margin: 5px 0;
	font-size: 14px;
	color: #444;
}

.poll-options li input {
	display: none;
}

.poll-options input[type=radio]+label {
	display: block;
	padding: 10px 15px;
	border-left: 4px solid transparent;
	background: #fff;
	font-size: 14px;
	color: #888;
	transition: all .3s;
	cursor: pointer;
}

.poll-options li label:hover,
.poll-options li input:checked+label {
	border-left-color: #222;
}

.poll-options li label:before,
.poll-options li input:checked+label:after {
	content: none;
}

.poll .buttons input {
	padding: 10px 20px;
	border: 0;
	background: #222;
	min-width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

/********** PRODUCT PAGE **********/
.gallery .picture a {
	display: inline-block;
	max-width: 100%;
	/*Ie fix*/
	width: 100%;
}

.gallery .picture:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.gallery .picture-wrapper img,
.gallery .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.gallery .picture-thumbs {
	margin: 10px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	min-width: 90px;
}

.gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 80px;
	margin: 0 5px 10px 0;
	overflow: hidden;
	cursor: pointer;
}

.gallery .thumb-item:last-child {
	margin-right: 0;
}

.gallery .thumb-item:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.gallery .thumb-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.qq-uploader .qq-upload-button {
	border: 0;
	width: auto;
	background: #fff;
	color: #222;
}

#product_attribute_22uploader {
	padding: 0;
}

.qq-uploader .qq-upload-button div {
	padding: 0;
	font-weight: bold;
	color: inherit;
}

.qq-uploader .qq-upload-list li.qq-upload-success {
	margin-top: 10px;
	padding-top: 13px;
	background: #222;
}

.qq-uploader .qq-upload-list li.qq-upload-fail {
	margin-top: 10px;
}

#product_attribute_22downloadurl,
#product_attribute_22downloadurl+div {
	display: inline-block;
	padding: 10px 0;
	width: 49%;
	text-align: center;
}

/*attr squares*/
.attribute-squares {
	font-size: 0;
}

.attribute-squares li {
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: normal !important;
	text-align: center;
}

.attribute-squares.option-list li:hover label,
.attribute-squares li.selected-value label {
	border-color: #ccc;
	background: #fff;
}

.attribute-squares label {
	display: block;
	padding: 3px;
	border: 1px solid transparent;
	margin: 0 !important;
	width: 38px;
	height: 38px;
	background: none;
	overflow: hidden;
}

.attribute-squares span {
	display: block;
}

.attribute-square {
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.attribute-squares .tooltip-container {
	display: none;
}

.attribute-data {
	position: relative;
	max-width: 100%;
}

.attribute-data:after {
	content: '\e930';
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: prisma;
	font-size: 16px;
	color: #ddd;
}

.ui-datepicker {
	margin-top: 4px;
	width: 280px;
	background-color: #fff;
	text-align: center;
}

.ui-datepicker-header {
	position: relative;
	margin: 0 10px;
	border-bottom: 1px solid #eee;
	height: 50px;
	background-color: #fff;
}

.ui-datepicker-header a {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 30px;
	background: #f9f9f9;
	font-size: 0;
	z-index: 1;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
}

.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
}

.ui-datepicker-header a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
	transform: translate(-50%, -50%);
}

.ui-datepicker-header a.ui-datepicker-prev:after {
	content: '\e924';
}

.ui-datepicker-header a.ui-datepicker-next:after {
	content: '\e925'
}

.ui-datepicker-title {
	position: relative;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	z-index: 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
}

.ui-datepicker-calendar th {
	text-transform: uppercase;
	color: #888;
}

.ui-datepicker-calendar td {
	border: 1px solid #eee;
	font-size: 12px;
	color: #aaa;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}

.ui-datepicker-week-end {
	background: #f9f9f9;
}

.ui-state-highlight {
	background: #222;
	color: #fff;
}

.ui-tabs {
	margin: 0 0 20px;
}

.ui-tabs .ui-tabs-nav {
	margin-bottom: 4px;
	overflow: hidden;
	font-size: 0pt;
}

.ui-tabs .ui-tabs-nav li {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	background: #f9f9f9;
}

.ui-tabs .ui-tabs-nav li a {
	position: relative;
	display: inline-block;
	padding: 15px 45px;
	text-transform: uppercase;
	font-size: 14px;
	color: #888;
	transition: all .3s;
	z-index: 1;
}

.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #fff;
}

.ui-tabs .ui-tabs-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #222;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform .3s ease-out;
}

.ui-tabs .ui-tabs-nav li:hover:before,
.ui-tabs .ui-tabs-nav li.ui-state-active:before {
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ui-tabs .ui-tabs-panel {
	background: #f9f9f9;
	font-size: 13px;
	color: #888;
}

.ui-tabs .ui-tabs-panel .table-wrapper {
	padding: 10px;
}

.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 24px;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs .ui-tabs-panel th,
.ui-tabs .ui-tabs-panel td {
	padding: 15px;
	border: 1px solid #eee;
	background: #fff;
}

.ui-tabs .ui-tabs-panel td a {
	font-weight: normal;
}

.ui-tabs .ui-tabs-panel input {
	position: static;
	clip: auto;
	height: auto;
	width: auto;
}

.product-review-helpfulness {
	position: relative;
	text-align: left;
	padding-bottom: 15px;
}

.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	color: #aaa;
}

.product-review-helpfulness .question+span {
	display: inline-block;
	vertical-align: middle;
}

.product-review-helpfulness .result {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.vote-stats {
	display: none;
}

.vote-options {
	display: inline-block;
}

.product-review-helpfulness .vote {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	font-size: 0;
}

.product-review-helpfulness .vote:after {
	content: '\e92a';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 12px;
	color: #222;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-review-helpfulness .vote+.vote:after {
	content: '\e901';
	color: #e53850;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}

.compare-products-page .clear-list {
	display: block;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #222;
}

.compare-products-page .clear-list:before {
	content: '\e901';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
}

.compare-products-page .remove-button {
	padding: 8px 10px;
	border: 0;
	background: #eee;
	text-transform: uppercase;
	font-size: 11px;
	color: #aaa;
}

.compare-products-page .remove-button:before {
	content: '\e901';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 8px;
	color: #bbb;
}

.compare-products-table {
	display: none;
}

.compare-products-page img {
	max-width: 100%;
}

.compare-products-table td:first-child {
	background: #f6f6f6;
	text-align: right;
	font-size: 15px;
	color: #aaa;
}

.compare-products-table .full-description {
	display: none;
}

.compare-products-table-mobile img {
	max-width: 160px;
}

.popup-window .topic-page {
	padding: 15px;
}

.file-upload {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	background: #fff;
	text-align: left;
	font-size: 0pt;
}

.file-upload .fieldset {
	position: relative;
}

.file-upload label {
	display: inline-block;
	padding: 10px 19px;
	height: 40px;
	background: #fff;
	font-weight: bold;
	color: #222;
	cursor: pointer;
}

.file-upload .filename {
	border: 0;
	height: 40px;
	max-width: 289px;
}

.cart-total td {
	padding: 5px;
	border: 1px solid #ccc;
	width: 40%;
}

.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
	border-bottom: 0;
}

.opc li {
	margin-bottom: 10px;
}

.opc .step-title {
	overflow: hidden;
	padding: 20px;
	background: #f6f6f6;
	text-transform: uppercase;
	color: #444;
}

.opc .allow .step-title {
	cursor: pointer;
}

.opc .active .step-title {
	border-bottom: 1px solid #eee;
}

.opc .step-title * {
	float: left;
	font-size: 16px;
}

.opc .step-title span {
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #222;
}

.opc .step {
	padding: 20px;
	background: #f6f6f6;
}

.opc .section {
	margin: 0 0 15px;
}

.opc .section>label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	color: #666;
}

.opc input[type="text"],
.opc select {
	width: 350px;
	max-width: 100%;
	background-position: 96% center;
}

.opc .buttons {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.opc .back-link {
	margin: 0 0 10px;
}

.opc .back-link small {
	display: none;
}

.opc .back-link a {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.opc .back-link a:before {
	content: '\e92e';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 14px;
	color: #aaa;
	vertical-align: middle;
}

.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.opc .terms-of-service {
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

#opc-confirm_order .buttons {
	margin: 0;
	padding: 0;
	border: 0;
}

.order-total strong {
	color: #222;
}

.totals .actions input,
.totals button {
	padding: 15px;
	border: 0;
	width: 100%;
	background: #222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.giftcard-summary label+span {
	font-weight: bold;
	color: #222;
}

.giftcard-summary .giftcard-remaining {
	font-size: 12px;
}

.cart-total {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}

.cart-total td {
	border: 0;
}

.cart-total td:first-child {
	width: 60%;
	text-align: left;
	color: #aaa;
}

.cart-total td:nth-child(2) {
	font-weight: bold;
	color: #888;
}

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
	padding: 15px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.cart-total .order-total td.cart-total-left {
	text-transform: uppercase;
	font-weight: bold;
}

.cart-total .order-total td.cart-total-right {
	color: #222;
}

@media (max-width: 1024px) {
	.ps-container>.ps-scrollbar-y-rail {
		visibility: hidden !important;
	}

	.scrollYRemove {
		overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.overlayOffCanvas {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(221, 221, 221, 0.6);
		z-index: 1010;
		transition: background .3s ease-in-out;
	}

	.overlayOffCanvas.show {
		background: rgba(0, 0, 0, 0.4);
	}

	.compare-products-mobile {
		padding: 10px;
		background: #f6f6f6;
	}

	.compare-section {
		margin-bottom: 30px;
	}

	.compare-section:last-child {
		margin-bottom: 0;
	}

	.compare-section .title {
		margin-bottom: 5px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		color: #444;
	}

	.compare-section ul {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 500px;
		background: #fff;
	}

	.compare-section ul li {
		padding: 15px 0;
		font-size: 13px;
		color: #666;
	}

	.compare-section ul li+li {
		border-top: 1px solid #eee;
	}

	.compare-section.product .title {
		font-size: 0;
	}

	.compare-section.product ul {
		padding: 0;
		background: none;
	}

	.compare-section.product li {
		padding: 0;
		border: 0;
		margin-bottom: 10px;
	}

	.compare-section.product li:after {
		content: '';
		display: block;
		clear: both;
	}

	.compare-section.product .picture {
		float: left;
		margin-right: 4px;
		width: 25%;
		background: #fff;
		text-align: center;
	}

	.compare-section.product .product-name {
		text-align: left;
		font-size: 13px;
		color: #666;
	}

	.compare-section.product .details {
		position: relative;
		padding: 20px 10px 10px;
		background: #fff;
		overflow: hidden;
	}

	.compare-section .remove-button {
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 100%;
		max-width: 136px;
		transform: translateX(-50%);
	}

	.compare-section.price li {
		font-weight: bold;
		color: #222;
	}
}

@media (max-width: 768px) {
	.compare-section.product .picture {
		width: 45%;
	}
}

@media (min-width: 481px) {
	.captcha-box>div {
		margin-left: 0;
	}

	.eu-cookie-bar-notification {
		width: 450px;
		max-width: 95%;
		margin-left: -225px;
	}

	.block {
		float: left;
		width: 48%;
		border-bottom: 0;
		margin: 0 1% 2%;
		text-align: left;
	}

	.block:nth-of-type(2n+1) {
		clear: both;
	}
}

@media (min-width: 769px) {
	.block {
		width: 31.3333%;
		margin: 0 1% 1%;
	}

	.block:nth-of-type(2n+1) {
		clear: none;
	}

	.block:nth-of-type(3n+1) {
		clear: both;
	}

	.product-review-helpfulness {
		float: right;
		padding-bottom: 30px;
	}

	.product-review-helpfulness .result {
		text-align: right;
	}

	.compare-products-table {
		display: table;
	}

	.compare-products-mobile {
		display: none;
	}

	.compare-products-page .clear-list {
		position: absolute;
		top: 15px;
		right: 0;
	}

	.compare-products-page .table-wrapper {
		padding: 10px;
		background: #f6f6f6;
	}

	.compare-products-table td {
		position: relative;
		padding: 15px;
		border: 0;
		max-width: 50%;
		font-size: 14px;
		color: #666;
	}

	.compare-products-table tr+tr+tr td+td:before {
		content: '.';
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
		height: 1px;
		background: #eee;
		text-indent: -9999px;
		font-size: 0;
	}

	.compare-products-table td:first-child {
		border: 0;
		font-size: 15px;
		color: #aaa;
	}

	.compare-products-table td+td+td {
		border-left: 8px solid #f6f6f6;
	}

	.product-picture td {
		position: relative;
		border-bottom: 8px solid #f6f6f6;
	}

	.product-picture td .remove-button {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.compare-products-table a.picture {
		position: relative;
		display: block;
		overflow: hidden;
	}

	.compare-products-table a.picture:before {
		content: '';
		display: block;
		padding-top: 100%;
	}

	.compare-products-table a img {
		position: absolute;
		top: 50%;
		left: 50%;
		right: 0;
		bottom: 0;
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 1025px) {

	.ui-autocomplete {
		z-index: 1015;
	}

	.overlayOffCanvas {
		display: none !important;
	}

	.block {
		float: none;
		width: auto;
		margin: 0;
	}

	.block .listbox {
		display: block;
		border-bottom: 1px solid #eee;
	}

	.block:last-of-type .listbox {
		border-bottom: 0;
	}

	.block .title {
		border-bottom: 1px solid #eee;
	}

	.block .title:after {
		content: none;
	}

	.gallery .picture {
		width: auto;
	}

	.gallery .thumb-item {
	}

	.gallery .thumb-item:nth-of-type(4n) {
		margin-right: 0;
	}

	.external-authentication {
		clear: both;
	}

	.checkout-page .opc .edit-address label {
		width: 295px;
	}
}

@media (min-width: 1281px) {
	.ui-tabs .inputs label {
		width: 290px;
	}

	.compare-products-page .table-wrapper {
		padding: 20px;
	}

	.checkout-page .opc .edit-address label {
		width: 430px;
	}
}

.k-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100%;
	height: 100%;
	background-color: rgba(221, 221, 221, .6);
	opacity: 0.5;
	/*to be matched to theme overlay*/
}

.nopAjaxCartPanelAjaxBusy {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1070;
	width: 100% !important;
	height: 100% !important;
	background: rgba(255, 255, 255, .8);
}

.nopAjaxCartPanelAjaxBusy::after {
	content: '.';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #000;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.miniProductDetailsPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100% !important;
	height: auto;
	/*if fixed, loader will be always visible*/
	background: #fff url(/Themes/Macri/Content/img/loading.gif) no-repeat scroll 50% 50%;
	opacity: 0.7;
}

.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
	padding: 20px;
}

.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #ff5874;
}

.ajaxCart .addProductToCartErrors {
	text-align: center;
	font-size: 13px;
}

/* COMMON WINDOW STYLES */
.ajaxCart {
	position: absolute;
	left: 50% !important;
	z-index: 1070;
	width: 700px !important;
	/*equal width for all popups (products and errors)*/
	margin: 0 0 0 -350px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
	padding: 0 !important;
}

.ajaxCart .k-window-titlebar {
	position: relative;
	padding: 20px;
	height: 65px;
	/*theme specific, depending on window title size*/
	margin: 0 !important;
	background-color: #fff;
	font-size: 0;
}

.ajaxCart .k-window-titlebar .k-window-title {
	font-size: 20px;
	color: #444;
}

.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.ajaxCart .k-window-titlebar .k-window-actions a:after {
	content: '\e901';
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
}

.ajaxCart .k-window-titlebar .k-window-actions a {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	background: #f9f9f9;
	font-size: 0;
}

.productAddedToCartWindow,
.miniProductDetailsView {
	background: #f9f9f9;
}

.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	max-width: 90%;
	font-weight: bold;
	font-size: 22px;
	color: #444;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView .attribute-item>div {
	margin: 5px 0;
}

.productAddedToCartWindowImage {
	float: left;
	width: 42%;
	margin: 0 0 20px;
}

.productAddedToCartWindowImage a {
	display: block;
	position: relative;
	overflow: hidden;
}

.productAddedToCartItem,
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	padding: 20px;
}

.miniProductDetailsView .overview .prices {
	float: none;
	text-align: left;
}

.productAddedToCartWindowImage a:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.productAddedToCartWindowDescription {
	float: right;
	padding-bottom: 10px;
	width: 55%;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}

.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
	padding: 14px 5px 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	color: #000;
}

.productAddedToCartWindowDescription .quantity {
	display: block;
	margin: 0 0 10px;
}

.productAddedToCartWindowDescription .attributeInfo,
.productAddedToCartWindowDescription .quantity {
	padding: 5px 5px 0;
	font-size: 14px;
	color: #aaa;
}

.productAddedToCartWindowDescription .attributeInfo {
	line-height: 24px;
}

.productAddedToCartWindowSummary {
	float: right;
	padding: 10px 0;
	margin-right: 20px;
	border-top: 1px solid #eee;
	width: 52%;
	text-align: center;
	font-size: 0;
}

.productAddedToCartWindowSummary a {
	position: relative;
	display: inline-block;
	padding: 15px 10px;
	width: 100%;
	max-width: 49%;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #aaa;
	z-index: 0;
	vertical-align: top;
}

.productAddedToCartWindowSummary a:hover {
	color: #fff;
}

.productAddedToCartWindowSummary div {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 49%;
	background: #000;
}

.productAddedToCartWindowSummary a:before,
.productAddedToCartWindowSummary div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform .3s ease-out;
}

.productAddedToCartWindowSummary a:before {
	background: #bbb;
	z-index: -1;
}

.productAddedToCartWindowSummary a:hover:before,
.productAddedToCartWindowSummary div:hover:before {
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.productAddedToCartWindowSummary .button-1 {
	position: relative;
	padding: 15px;
	border: 0;
	width: 100%;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.productAddedToCartWindowSummary div:hover .button-1 {
	color: #000;
}

.ajaxCart .product-grid {
	margin: 0;
	padding: 0 10px;
	border-top: 10px solid #fff;
	border-bottom: 0;
	clear: both;
}

.ajaxCart .product-grid .title {
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #444;
}

.ajaxCart .product-grid .title strong {
	font-weight: bold;
}

.ajaxCart .item-grid {
	padding: 10px;
	background: transparent;
}

.ajaxCart .cross-sells .details,
.ajaxCart .related-products-grid .details {
	padding: 0;
}

.ajaxCart .cross-sells .add-info,
.ajaxCart .related-products-grid .add-info {
	display: none;
}

.ajaxCart .item-box {
	/*item box behavior is determined by the theme*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.ajaxCart .item-box .details .product-title {
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}

.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons {
	display: none;
	/*only product-name and actual-price are visible, change if necessary*/
}

.ajaxCart .item-box .details .prices {
	height: auto;
	margin: 0;
}

.ajaxCart .product-collateral .title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 18px;
}

.ajaxCart .product-collateral>.tier-prices {
	margin: 0;
}

.miniProductDetailsView .product-overview-line {
	margin: 10px 0 0;
}

.miniProductDetailsView .product-overview-line:first-child {
	margin: 0;
}

.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	margin: 0;
}

.miniProductDetailsView .gallery {
	display: block;
	/*Cloud Zoom css override*/
	float: left;
	width: 35%;
	margin: 0 0 20px;
	overflow: hidden;
}

.miniProductDetailsView .gallery .picture {
	width: auto;
}

.miniProductDetailsView .gallery .picture:before {
	display: none;
	/*remove if you need an absolute position*/
}

.miniProductDetailsView .gallery .picture img {
	position: static;
	/*remove if you need an absolute position*/
	width: 100%;
}

.miniProductDetailsView .overview {
	float: right;
	width: 63%;
	margin: 0 0 20px;
}

.miniProductDetailsView .overview .short-description {
	padding: 0 10px 10px;
	line-height: 24px;
}

.miniProductDetailsView .product-variant-name {
	padding: 10px;
	font-size: 17px;
	color: #444;
}

.product-overview-line:only-child .product-variant-name {
	display: none;
}

.miniProductDetailsView .price-input {
	margin: 0 0 10px;
	/*customer entered price*/
}

.miniProductDetailsView .attributes {
	clear: both;
}

.miniProductDetailsView .attributes label {
	font-size: 13px;
}

.miniProductDetailsView .attributes .option-list {
	text-align: left;
}

.miniProductDetailsView .add-to-cart {
	border-top: 1px solid #eee;
	overflow: hidden;
	margin: 0;
}

.miniProductDetailsView .add-to-cart .btn-wrapper {
	margin-top: 10px;
	padding-right: 0;
	border-top: 1px solid #eee;
	width: 100%;
	vertical-align: middle;
	max-width: none;
}

.miniProductDetailsView .add-to-cart .add-btn-hover span {
	position: relative;
	display: block;
	background: #000;
	text-align: center;
}

.miniProductDetailsView .add-to-cart .add-btn-hover input {
	position: relative;
	background: transparent;
}

.miniProductDetailsView .add-to-cart .add-btn-hover span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform .3s ease-out;
}

.miniProductDetailsView .add-to-cart .add-btn-hover span:hover:before {
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.miniProductDetailsView .add-to-cart .add-btn-hover span:hover input {
	color: #000;
}

.miniProductDetailsView .customer-entered-price+.add-to-cart {
	border: 0;
}

.miniProductDetailsView .add-to-cart>*,
.miniProductDetailsView .add-button-wrap {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 10px;
}

.miniProductDetailsView .add-to-cart .min-qty-notification {
	display: block;
}

.miniProductDetailsView .giftcard {
	margin: 0;
}

.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	color: #ff5874;
}

.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}

.miniProductDetailsView .overview .prices {
	float: left;
	text-align: left;
}

@media (min-width: 1025px) {

	.ajaxCart .cross-sells .item-box,
	.ajaxCart .also-purchased-products-grid .item-box,
	.ajaxCart .related-products-grid .item-box {
		width: 15%;
	}

	.ajaxCart .cross-sells .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .also-purchased-products-grid .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .related-products-grid .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .related-products-grid .item-box:nth-child(1n+7) {
		display: none;
	}
}

.filtersTitlePanel {
	display: none;
}

.clearFilterOptionsAll {
	float: right;
	cursor: pointer;
}

.filtersPanel:after {
	content: "";
	display: block;
	clear: both;
}

.filter-block {
	position: relative;
	float: none;
	display: block;
	border: 0;
	width: auto;
}

.filter-block .title {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}

.filter-block .title a:after {
	content: '\e923';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 28px;
	height: 28px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 9px;
	color: #dcdde0;
	transform: translateY(-50%) rotate(180deg);
}

.filter-block a.toggleControl {
	display: block;
	padding: 15px 45px 15px 20px;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	color: #444;
	cursor: pointer;
}

.filter-block a.toggleControl.closed:after {
	transform: translateY(-50%) rotate(0deg);
}

.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
	position: absolute;
	top: 50%;
	right: 50px;
	width: 28px;
	height: 28px;
	background: #fff;
	text-transform: lowercase;
	text-align: center;
	transform: translateY(-50%);
	font-size: 0;
	cursor: pointer;
}

.filter-block a.clearFilterOptions:after,
.filter-block a.clearPriceRangeFilter:after {
	content: '\e901';
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
}

.filtersGroupPanel {
	border-bottom: 1px solid #eee;
	padding: 5px 10px 20px;
	color: #000;
}

.filtersGroupPanel ul:after {
	content: "";
	display: block;
	clear: both;
}

.selected-options-list>li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 13px;
	color: #888;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.selected-options-list>li label {
	display: block;
	margin-bottom: 5px;
}

.selected-options-list>li:last-child {
	border-bottom: none;
}

.selected-options-list>li span {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 20px 5px 5px;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.selected-options-list>li span:after {
	content: '\e901';
	position: absolute;
	top: 50%;
	right: 5px;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
	transform: translateY(-50%);
}

.selected-options-list>li span:hover {
	text-decoration: underline;
}

.priceRangeMinMaxPanel {
	overflow: hidden;
	margin: 0 0 12px;
	font-size: 13px;
	color: #bbb;
}

.priceRangeMinPanel {
	float: left;
}

.priceRangeMaxPanel {
	float: right;
}

.ui-slider {
	position: relative;
	margin: 0 4px 18px;
	width: auto;
	height: 8px;
	background: #e9e9e9;
}

.ui-slider:before {
	content: '.';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background: #fff;
	font-size: 0;
	text-indent: -9999px;
	z-index: -1;
}

.ui-slider-range {
	position: absolute;
	height: 8px;
	background: #444;
}

.ui-slider-handle {
	position: absolute;
	top: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: #000;
	transform: translateY(-50%);
}

.ui-slider-handle:after {
	content: '\e923';
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 28px;
	font-family: prisma;
	font-size: 6px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.priceRangeCurrentPricesPanel {
	overflow: hidden;
}

.priceRangeCurrentPricesPanel span {
	padding: 5px;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}

.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

.filtersGroupPanel .checkbox-list input {
	position: absolute;
	opacity: 0;
}

.filtersGroupPanel .checkbox-list label {
	position: relative;
	display: block;
	padding: 12px 10px 12px 32px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: left;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.filtersGroupPanel .checkbox-list li.disabled label {
	color: #999;
	opacity: 0.4;
	cursor: default;
}

/* COLOR SQUARES */

.colorOptions li {
	position: relative;
	display: inline-block;
	margin: 2px;
	width: auto;
}

.colorOptions .checkbox-list label {
	margin: 0;
	padding: 3px;
	border: 1px solid transparent;
	width: 38px;
	height: 38px;
	background: none;
	overflow: hidden;
	font-size: 0;
	z-index: 10;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
	content: none;
}

.colorOptions .checkbox-list .checked {
	border: 1px solid #eee;
	background: #fff;
}

.colorOptions .color {
	position: absolute;
	top: 4px;
	right: 4px;
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	border: 1px solid #c9c9c9;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
}

.colorOptions li.disabled .color {
	opacity: .4;
}

.colorOptions .defaultColor {
	background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
}

.filtersDropDownPanel select {
	width: 100%;
	background-position: 94% center;
}

.filtersDropDownPanel .select-wrap {
	position: relative;
}

.filtersDropDownPanel .select-wrap .select-box {
	display: none;
}

.filtersDropDownPanel.disabled .select-wrap .select-box {
	color: #999;
	opacity: 0.4;
	cursor: default;
}

/* AJAX LOADER */
.productPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 2;
}

.productPanelAjaxBusy::after {
	content: '.';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #000;
	width: 0;
	height: 0;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.infinite-scroll-loader {
	display: none;
	position: relative;
	margin-bottom: 5px;
	height: 100px;
	background: #fff;
	font-size: 0;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	z-index: 2;
	clear: both;
}

.item-box.dummy-box {
	position: relative;
	min-height: 300px;
}

.infinite-scroll-loader:before,
.item-box.dummy-box:before {
	content: '.';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #000;
	width: 0;
	height: 0;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.item-box.dummy-box .product-item {
	opacity: 0;
}

.k-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1080;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.ajaxFilters.k-window {
	position: absolute;
	padding: 0 !important;
	height: auto !important;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	z-index: 1090;
}

.ajaxFilters .k-window-titlebar {
	margin: 0 !important;
	padding: 10px;
	background: #000;
}

.ajaxFilters .k-window-titlebar span {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.ajaxFilters .k-window-actions a {
	display: block;
}

.ajaxFilters .k-window-actions .k-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	border: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: none;
	font-size: 0;
	opacity: 0.7;
}

.ajaxFilters .k-window-actions .k-icon:after {
	content: '\e901';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.ajaxFilters .k-window-actions .k-icon:hover {
	opacity: 0.9;
}

.ajaxFilters .k-window-content {
	padding: 15px;
	min-height: inherit !important;
	min-width: inherit !important;
	color: #666;
}

.close-btn {
	display: none;
}

.banners-marcas-home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}

@media (max-width: 1024px) {
	.filtersPanel {
		clear: both;
	}

	.close-btn {
		position: relative;
		display: block;
		float: right;
		margin: 15px;
		width: 28px;
		height: 28px;
		background: #fff;
		font-size: 0;
	}

	.close-btn:after {
		content: '\e901';
		position: absolute;
		top: 9px;
		left: 9px;
		font-family: prisma;
		font-size: 10px;
		color: #bbb;
	}

	.nopAjaxFilters7Spikes {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1070;
		width: 320px;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
		transition: all .3s ease-in-out;
		background-color: white;
	}

	.nopAjaxFilters7Spikes {
		transform: translate(-320px);
	}

	.nopAjaxFilters7Spikes.opened {
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}

	.nopAjaxFilters7Spikes.opened {
		transform: translate(0);
	}

	.nopAjaxFilters7Spikes .close-filters {
		border-bottom: 1px solid #bbb;
		background: #ccc;
		cursor: pointer;
	}

	.nopAjaxFilters7Spikes .close-filters span {
		display: block;
		padding: 15px 10px;
		font-size: 17px;
		color: #fff;
		text-transform: uppercase;
		line-height: 15px;
		text-align: right;
	}

	.nopAjaxFilters7Spikes .filter-block {
		margin: 0;
	}
}

@media (min-width: 1025px) {

	.filters-button,
	.close-filters {
		display: none
	}

	.filter-block a.toggleControl {
		font-weight: bold;
		font-size: 14px;
		color: #444;
	}

	.filtersGroupPanel {
		position: relative;
		display: block;
		z-index: 2;
	}

	.filtersGroupPanel li>a {
		padding: 10px 10px 10px 38px;
	}

	.filtersGroupPanel li>a:hover {
		background-color: #f6f6f6;
	}

	.filtersGroupPanel li:last-child>a {
		border: 0;
	}

	.banners-marcas-home {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 2rem;
	}
}


.ribbon--id-9 {
	display: grid;
	text-align: center;
	background-color: red;
	color: white;
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	font-size: 12px;
	font-weight: bold;
}

.ribbon--id-9 p {
	margin: auto;
	padding: .25rem;
	line-height: 1;
}

.ribbon-wrapper .top-left {
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}


.ribbon-wrapper .top-right {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.ribbon--id-12 {
	
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: black;
	font-weight: 600;
	font-size: 12px;
	color: white;
	padding: .125rem .5rem;
	border-radius: 2rem;
}

.ribbon--id-12::before {
	background-image: url(/Themes/Macri/Content/img/ui-symbols.svg#ico--truck-view-white);
	background-size: 22px 16px;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	width: 24px;
	height: 20px;
	margin-right: 4px;
}

.breadcrumb a {
	text-decoration: none;
}

.product-price__old-price { 
	font-size: 20px;
	color: #9F9F9F;
	text-decoration: line-through;
}

.price-n-add-to-cart .product-price {
	font-size: 22px;
color: #232323;
font-weight: 600;
}

.listbox a {
	text-decoration: none;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu, .menu-title,
.mega-menu .dropdown {
    display: none;
}	 

@media all and (min-width: 1025px) {

    .menu-title,
    .close-menu {
        display: none;
    }
    .mega-menu {
        display: block;
        position: relative;
    }
    .mega-menu-responsive {
        display: none !important;
    }
    .mega-menu .dropdown {
        opacity: 0;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -490px;
        border-top: 1px solid #eee;
        width: 980px;
        max-height: 400px;
        max-height: -webkit-calc(100vh - 250px);
        max-height: calc(100vh - 250px);
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
        overflow: hidden;
        background: #f6f6f6;
        -webkit-transition: transform .3s , opacity .3s;
        transition: transform .3s , opacity .3s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        pointer-events: none;
    }
    .mega-menu .dropdown.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }
    .mega-menu .dropdown .row-wrapper {
        padding: 10px;
    }
    .mega-menu[data-enableclickfordropdown='true'] .dropdown,
    .mega-menu[data-enableclickfordropdown='true'] .sublist-wrap {
        display: none;
        opacity: 1;
        transform: none;
    }
    .mega-menu[data-enableclickfordropdown='true'] .dropdown.active,
    .mega-menu[data-enableclickfordropdown='true'] .sublist-wrap.active {
        display: block;
    }
    .mega-menu .row {
        overflow: hidden;
    }
    .mega-menu .box {
        float: left;
        padding: 10px 10px 20px;
    }
    .mega-menu .boxes-4 .box {
        width: 25%;
    }
    .mega-menu .boxes-5 .box {
        width: 20%;
    }
    .mega-menu .boxes-6 .box {
        width: 16.66666%;
    }
    .mega-menu .boxes-7 .box {
        width: 14.28%;
    }
    .mega-menu .boxes-8 .box {
        width: 12.5%;
    }
    .mega-menu .title {
        margin-bottom: 4px;
        padding: 15px 0;
        background: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        color: #444;
        transition: all .3s;
    }
    .mega-menu .title:hover {
        color: #57b568;
    }
    .mega-menu .picture a {
        display: block;
        background: #fff;
    }
    .mega-menu .picture img {
        width: 100%;
        max-width: 100%;
    }
    .mega-menu .box ul {
        margin-top: 5px;
    }
    .mega-menu .box li {
        margin-top: 15px;
        text-align: left;
    }
    .mega-menu .box li a {
        font-size: 13px;
        color: #888;
        transition: all .3s;
    }
    .mega-menu .box li:before {
        content: '\e925';
        display: inline-block;
        margin-right: 10px;
        font-family: 'prisma';
        font-size: 10px;
        color: #dcdde0;
        transition: all .3s;
    }
    .mega-menu .box li:hover:before {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    .mega-menu .box li a:hover {
        color: #57b568;
    }
    .mega-menu li a.view-all {
        font-weight: bold;
        background: none;
    }
}

@media all and (min-width: 1281px) {

    .mega-menu .dropdown {
        margin-left: -625px;
        width: 1250px;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* QUANTITY BOX & BUY BUTTON */


.ajax-cart-button-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.product-list .ajax-cart-button-wrapper {
	display: block;
	flex-grow: 1;
	direction: ltr;
	width: 50%;
}

.product-list .ajax-cart-button-wrapper button {
	width: 100%;
}

.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
	margin: 3px 0 0;
	border: 0;
	border-right: 1px solid #eee;
	width: 40px;
	height: 39px;
	text-align: center;
	vertical-align: middle;
}

.ajax-cart-button-wrapper input[type="button"] {
	position: relative;
	padding: 0;
	border: 0;
	width: 48px;
	height: 45px;
	background: none;
	font-weight: normal;
	color: #000;
	font-size: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.product-list .ajax-cart-button-wrapper input[type="text"] {
	width: 49px;
	height: 45px;
	vertical-align: top;
}

.product-list .ajax-cart-button-wrapper input[type="text"]+button {
	width: 80%;
}

.related-products-grid .ajax-cart-button-wrapper input,
.related-products-grid .ajax-cart-button-wrapper select,
.also-purchased-products-grid .ajax-cart-button-wrapper input,
.also-purchased-products-grid .ajax-cart-button-wrapper select {
	display: none;
}


/* LOADER & ERROR WINDOW */


.k-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100%;
	height: 100%;
	background-color: rgba(221, 221, 221, .6);
	opacity: 0.5;
	/*to be matched to theme overlay*/
}

.nopAjaxCartPanelAjaxBusy {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1070;
	width: 100% !important;
	height: 100% !important;
	background: rgba(255, 255, 255, .8);
}

.nopAjaxCartPanelAjaxBusy::after {
	content: '.';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #000;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	font-size: 0;
	text-indent: -9999px;
}

.miniProductDetailsPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100% !important;
	height: auto;
	/*if fixed, loader will be always visible*/
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/macri/Content/images/loader.gif) no-repeat scroll 50% 50%;
	opacity: 0.7;
}

.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
	padding: 20px;
}

.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #ff5874;
}

.ajaxCart .addProductToCartErrors {
	text-align: center;
	font-size: 13px;
}

/* COMMON WINDOW STYLES */


.ajaxCart {
	position: absolute;
	left: 50% !important;
	z-index: 1070;
	width: 700px !important;
	/*equal width for all popups (products and errors)*/
	margin: 0 0 0 -350px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
	padding: 0 !important;
}

.ajaxCart .k-window-titlebar {
	position: relative;
	padding: 20px;
	height: 65px;
	/*theme specific, depending on window title size*/
	margin: 0 !important;
	background-color: #fff;
	font-size: 0;
}

.ajaxCart .k-window-titlebar .k-window-title {
	font-size: 20px;
	color: #444;
}

.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.ajaxCart .k-window-titlebar .k-window-actions a:after {
	content: '\e901';
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: prisma;
	font-size: 10px;
	color: #bbb;
}

.ajaxCart .k-window-titlebar .k-window-actions a {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	background: #f9f9f9;
	font-size: 0;
}

.productAddedToCartWindow,
.miniProductDetailsView {
	background: #f9f9f9;
}

.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	max-width: 90%;
	font-weight: bold;
	font-size: 22px;
	color: #444;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView .attribute-item>div {
	margin: 5px 0;
}

/* PRODUCT ADDED TO CART WINDOW */


.productAddedToCartWindowImage {
	float: left;
	width: 42%;
	margin: 0 0 20px;
}

.productAddedToCartWindowImage a {
	display: block;
	position: relative;
	overflow: hidden;
}

.productAddedToCartItem,
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	padding: 20px;
}

.miniProductDetailsView .overview .prices {
	float: none;
	text-align: left;
}

.productAddedToCartWindowImage a:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.productAddedToCartWindowDescription {
	float: right;
	padding-bottom: 10px;
	width: 55%;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}

.productAddedToCartWindowDescription h1 a {}

.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
	padding: 14px 5px 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	color: #000;
}

.productAddedToCartWindowDescription .quantity {
	display: block;
	margin: 0 0 10px;
}

.productAddedToCartWindowDescription .attributeInfo,
.productAddedToCartWindowDescription .quantity {
	padding: 5px 5px 0;
	font-size: 14px;
	color: #aaa;
}

.productAddedToCartWindowDescription .attributeInfo {
	line-height: 24px;
}

.productAddedToCartWindowSummary {
	float: right;
	padding: 10px 0;
	margin-right: 20px;
	border-top: 1px solid #eee;
	width: 52%;
	text-align: center;
	font-size: 0;
}

.productAddedToCartWindowSummary a {
	position: relative;
	display: inline-block;
	padding: 15px 10px;
	width: 100%;
	max-width: 49%;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #aaa;
	z-index: 0;
	vertical-align: top;
}

.productAddedToCartWindowSummary a:hover {
	color: #fff;
}

.productAddedToCartWindowSummary div {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 49%;
	background: #000;
}

.productAddedToCartWindowSummary a:before,
.productAddedToCartWindowSummary div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.productAddedToCartWindowSummary a:before {
	background: #bbb;
	z-index: -1;
}

.productAddedToCartWindowSummary a:hover:before,
.productAddedToCartWindowSummary div:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.productAddedToCartWindowSummary .button-1 {
	position: relative;
	padding: 15px;
	border: 0;
	width: 100%;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.productAddedToCartWindowSummary div:hover .button-1 {
	color: #000;
}

.overview-buttons .ajax-cart-button-wrapper {
	width: 100%;
}

/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .product-grid {
	margin: 0;
	padding: 0 10px;
	border-top: 10px solid #fff;
	border-bottom: 0;
	clear: both;
}

.ajaxCart .product-grid .title {
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #444;
}

.ajaxCart .product-grid .title strong {
	font-weight: bold;
}

.ajaxCart .item-grid {
	padding: 10px;
	background: transparent;
}

.ajaxCart .cross-sells .details,
.ajaxCart .related-products-grid .details {
	padding: 0;
}

.ajaxCart .cross-sells .add-info,
.ajaxCart .related-products-grid .add-info {
	display: none;
}

.ajaxCart .item-box {
	/*item box behavior is determined by the theme*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.ajaxCart .item-box .details .product-title {
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}

.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons {
	display: none;
	/*only product-name and actual-price are visible, change if necessary*/
}

.ajaxCart .item-box .details .prices {
	height: auto;
	margin: 0;
}

.ajaxCart .product-collateral .title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 18px;
}

.ajaxCart .product-collateral>.tier-prices {
	margin: 0;
}


/* PRODUCT DETAILS WINDOW */


.miniProductDetailsView .product-overview-line {
	margin: 10px 0 0;
}

.miniProductDetailsView .product-overview-line:first-child {
	margin: 0;
}

.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	margin: 0;
}

.miniProductDetailsView .gallery {
	display: block;
	/*Cloud Zoom css override*/
	float: left;
	width: 35%;
	margin: 0 0 20px;
	overflow: hidden;
}

.miniProductDetailsView .gallery .picture {
	width: auto;
}

.miniProductDetailsView .gallery .picture:before {
	display: none;
	/*remove if you need an absolute position*/
}

.miniProductDetailsView .gallery .picture img {
	position: static;
	/*remove if you need an absolute position*/
	width: 100%;
}

.miniProductDetailsView .overview {
	float: right;
	width: 63%;
	margin: 0 0 20px;
}

.miniProductDetailsView .overview .short-description {
	padding: 0 10px 10px;
	line-height: 24px;
}

.miniProductDetailsView .product-variant-name {
	padding: 10px;
	font-size: 17px;
	color: #444;
}

.product-overview-line:only-child .product-variant-name {
	display: none;
}

.miniProductDetailsView .price-input {
	margin: 0 0 10px;
	/*customer entered price*/
}

.miniProductDetailsView .attributes {
	clear: both;
}

.miniProductDetailsView .attributes label {
	font-size: 13px;
}

.miniProductDetailsView .attributes .option-list {
	text-align: left;
}

.miniProductDetailsView .add-to-cart {
	border-top: 1px solid #eee;
	overflow: hidden;
	margin: 0;
}

.miniProductDetailsView .add-to-cart .btn-wrapper {
	margin-top: 10px;
	padding-right: 0;
	border-top: 1px solid #eee;
	width: 100%;
	vertical-align: middle;
	max-width: none;
}

.miniProductDetailsView .add-to-cart .add-btn-hover span {
	position: relative;
	display: block;
	background: #000;
	text-align: center;
}

.miniProductDetailsView .add-to-cart .add-btn-hover input {
	position: relative;
	background: transparent;
}

.miniProductDetailsView .add-to-cart .add-btn-hover span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.miniProductDetailsView .add-to-cart .add-btn-hover span:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.miniProductDetailsView .add-to-cart .add-btn-hover span:hover input {
	color: #000;
}

.miniProductDetailsView .customer-entered-price+.add-to-cart {
	border: 0;
}

.miniProductDetailsView .add-to-cart>*,
.miniProductDetailsView .add-button-wrap {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 10px;
}

.miniProductDetailsView .add-to-cart .min-qty-notification {
	display: block;
}

.miniProductDetailsView .giftcard {
	margin: 0;
}

.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	color: #ff5874;
}

.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}

.miniProductDetailsView .overview .prices {
	float: left;
	text-align: left;
}

@media all and (min-width: 1025px) {

	.ajaxCart .cross-sells .item-box,
	.ajaxCart .also-purchased-products-grid .item-box,
	.ajaxCart .related-products-grid .item-box {
		width: 15%;
	}

	.ajaxCart .cross-sells .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .also-purchased-products-grid .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .related-products-grid .item-box:nth-of-type(6)+.item-box,
	.ajaxCart .related-products-grid .item-box:nth-child(1n+7) {
		display: none;
	}
}
