﻿
body.texture_1 {
    background-image: url(../img/texture_1.png);
}

body.texture_2 {
    background-image: url(../img/texture_2.jpg);
}

body.texture_3 {
    background-image: url(../img/texture_3.jpg);
}


/* CSS RESET */


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: 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;
}
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"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, button, select {
	min-width: 0;
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
	-webkit-transition-delay: 99999s;
}
script {
    display: none !important;
}


/* GLOBAL STYLES */


html {
	overflow-x: hidden;
}
body {
    max-width: 100%;
    overflow-x: hidden;
	background-color: #fff;
	font: 12px/normal Arial, sans-serif;
	color: #555;
}
table {
	width: 100%;
	border-collapse: collapse;
}
a {
	color: inherit;
	cursor: pointer;
}
p a {
	text-decoration: underline;
}
img {
	max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
    height: 36px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #c9c9c9;
    background: none;
    padding: 8px;
    vertical-align: middle;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
    border-color: #ddd;
    line-height: 30px;
}
input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"],
label, label + * {
	vertical-align: middle;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
	vertical-align: middle;
}

::-webkit-input-placeholder { 
    color: transparent;
}
::-moz-placeholder { 
    color: transparent;
}

.responsive-nav-wrapper-parent {
    display: none;
}
.ui-helper-hidden-accessible {
	display: none;
}
.swiper-pagination-bullet-active {
	background-color: #e87772;
}

.master-wrapper-content {
	width: 95%;
	margin: 30px auto 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 28px;
}
.center-2, .side-2 {
	margin: 0 0 28px;
}
.side-2 {
    overflow: hidden;
}

.page {
	text-align: center;
}
.page-title {
	margin: 0 0 20px;
    position: relative;
}
.page-title h1 {
    background: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 9px;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	text-align: center;
}
.category-description ul,
.manufacturer-description ul,
.vendor-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul, .custom-tab ul,
.post-body ul, .news-body ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description td,
.manufacturer-description td,
.vendor-description td,
.full-description td,
.topic-html-content td,
.topic-page td, .custom-tab td,
.post-body td, .news-body td {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-page p, .custom-tab p,
.topic-html-content p {
	margin: 0 0 10px;
	word-wrap: break-word;
}
.post-body p ~ p,
.news-body p ~ p {
	margin-top: 20px; /*paragraph after table*/
}
.post-body p ~ table,
.news-body p ~ table {
	margin-top: 20px; /*table after paragraph*/
}

.no-data {
	margin: 0 0 20px;
}
.link-rss {
	display: none;
}
.flyout-cart {
	display: none;
}
.filters-button {
    display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10001;
    width: 50px;
    height: 50px;
    background: #e87772 url('../img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease;
}


/* GLOBAL FORMS */


.fieldset, .section {
	position: relative;
	margin: 0 0 25px;
}
.fieldset {
    background-color: #fff;
    padding: 12px 8px;
}
.fieldset .title {
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 2px;
    text-align: center;
    font-size: 20px;
    color: #e87772;
}
.fieldset .title strong {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.fieldset .title strong,
.section .title strong {
    font-weight: normal;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 0 0 15px;
	text-align: center;
	white-space: nowrap;
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 7px;
	text-align: center;
    font-size: 15px;
    line-height: 1.2;
}
.inputs span {
    font-size: 13px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
    width: 350px;
    max-width: 98%;
    vertical-align: middle;
}
.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}
.inputs.reversed label {
	width: auto;
    margin: unset;
}
.inputs .option-list {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.inputs .option-list li {
    float: left;
    font-size: 0;
}
.inputs .option-list label {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 3px;
    font-size: 12px;
}
.required {
    vertical-align: middle;
	font-size: 18px;
    line-height: 1;
	color: #d54f5c;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    color: #d54f5c;
}
.field-validation-valid {
	display: block;
    padding: 5px 0;
    text-align: center;
	font-size: 12px;
	color: #92a754;
}
.field-validation-valid:empty {
    display: none;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0;
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box iframe {
	margin: 0;
}
.captcha-box input {
	height: auto;
}


/* GLOBAL TABLES */


.cart,.data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
}
.cart th,.data-table th, 
.forums-table-section th {
    background-color: #e87772;
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}
.cart td,.data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 100px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
}
.cart a,.data-table a,
.compare-products-table a,
.forums-table-section a {
    font-weight: bold;
    transition: 0.15s ease;
}
.cart a:hover,.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
	color: #e87772;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.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 {
    position: relative;
    text-align: center;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 32px;
    height: 32px;
	margin: auto;
    border: none;
    background: none;
	transition: 0.15s ease;
    opacity: 0.9;
}
.cart .remove-from-cart button:before,
.cart .remove-from-cart button:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 17px;
    height: 1px;
    background-color: #555;
}
.cart .remove-from-cart button:before {
    transform: rotate(45deg);
}
.cart .remove-from-cart button:after {
    transform: rotate(-45deg);
}
.cart .remove-from-cart input {
    opacity: 0;
}
.cart label.td-title {
	display: none;
}
.cart td.product-picture {
	font-size: 0;
}
.cart .product-picture img {
	min-width: 80px;
    max-width: 80px;
}
.cart .attributes,
.data-table .attributes,
.cart .edit-item {
	margin: 5px 0 0;
    border: none;
}
.cart .rental-info,
.cart .message-error {
	margin: 5px 0 0;
    border: none;
    text-align: left;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 80px;
    text-align: center;
}
.cart .product-subtotal {
	display:  inline-block;
    white-space: nowrap;
}
.cart .subtotal label {
    white-space: nowrap;
}


/* RESPONSIVE TABLES */


table:not(.breakpoint) .footable-first-column {
	min-width: 0;
	border: none;
	padding: 0;
	font-size: 0;
	opacity: 0;
}
table:not(.breakpoint) .footable-toggle {
	display: none;
}
.breakpoint .footable-first-column {
	position: relative;
	text-align: center;
}
.breakpoint .footable-toggle {
	position: absolute;
	top: 50%; left: 50%;
	width: 32px; height: 32px;
	margin: -16px 0 0 -16px;
	background-color: #fff;
	background-image: url('../img/table-plus.png');
	background-position: center;
	background-repeat: no-repeat;
}
.footable-detail-show .footable-toggle {
	background-image: url('../img/table-minus.png');
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
    display: table-row;
}
.footable-row-detail-name,
.footable-row-detail-value {
    display: table-cell;
	padding: 7px 10px;
    vertical-align: middle;
}
.footable-row-detail .remove-btn {
    display: none;
}
.footable-row-detail .qty-input,
.footable-row-detail .qty-dropdown {
    border-width: 1px;
}


/* NOTIFICATIONS */


.bar-notification {
	display: none;
	position: fixed;
	left: 0;
    right: 0;
    bottom: 0;
	z-index: 1040;
	padding: 15px 40px 15px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #92a754;
}
.bar-notification.error {
	background: #d54f5c;
}
.bar-notification.warning {
	background: #e88b5f;
}
.bar-notification .content {
	font-size: 13px;
}
.bar-notification .content a {
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 7px;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.9;
}
.bar-notification .close:before,
.bar-notification .close:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 6px;
    width: 18px;
    height: 1px;
    background-color: #555;
}
.bar-notification .close:before {
    transform: rotate(45deg);
}
.bar-notification .close:after {
    transform: rotate(-45deg);
}
.bar-notification .close:hover {
	opacity: 1;
}

.ui-dialog {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
    width: 450px !important;
    max-width: 95%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    border: 2px solid #e87772;
    background-color: #fff;
	text-align: center;
    transform: translate(-50%, -50%);
}
.ui-dialog-titlebar {
	padding: 20px 10px 0;
    font-size: 16px;
	font-weight: bold;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	border: none;
	background: none;
    font-size: 0;
	opacity: 0.9;
}
.ui-dialog-titlebar button:before,
.ui-dialog-titlebar button:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 10px;
    width: 18px;
    height: 2px;
    background-color: #555;
}
.ui-dialog-titlebar button:before {
    transform: rotate(45deg);
}
.ui-dialog-titlebar button:after {
    transform: rotate(-45deg);
}
.ui-dialog-titlebar button:hover {
	opacity: 1;
}
.ui-dialog-titlebar button span {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 15px;
    font-size: 13px;
	line-height: 20px;
}
.ui-dialog-content .page {
	min-height: 0;
}
.ui-dialog-content .page-title {
    display: none;
	margin: 5px 0;
}
.ui-dialog-content .page-title h1 {
    border: none !important;
    padding: 0 0 10px;
	font-size: 18px;
}
.ui-dialog-content .tooltip {
    margin-bottom: 10px;
}
.ui-dialog-content button {
	display: table;
    margin: 20px auto;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    border: 2px solid #fff;
    background-color: #e87772;
    padding: 8px 11px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.15s ease;
}
.ui-dialog-content button:hover {
    border-color: #e87772;
    background-color: #fff;
    color: #e87772;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
    width: 450px;
    max-width: 95%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    border: 1px solid #e87772;
    background-color: #fff;
    padding: 20px 20px;
	text-align: center;
    transform: translate(-50%, -50%);
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
    font-size: 13px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 95px;
	margin: 10px 0;
	border: none;
	background-color: #e87772;
	padding: 10px 15px;
    vertical-align: middle;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification a {
	display: inline-block;
    min-width: 95px;
    margin: 10px 0;
    border: 1px solid #e87772;
    padding: 10px 15px;
    vertical-align: middle;
	color: #e87772;
}
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover {
	opacity: 0.9;
}


/* HEADER */


.admin-header-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 10px;
    color: #fff;
}
.admin-header-links .impersonate {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.admin-header-links > a {
	text-transform: uppercase;
}
.admin-header-links a:hover {
	text-decoration: underline;
}

.header-logo {
    font-size: 0;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
}

.header-links ul {
	font-size: 0;
}
.header-links li {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 7px;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
}
.header-links li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.header-links > span,
.header-links > a {
    display: inline-block;
}
.header-links a:hover,
.header-links a:hover span {
    text-decoration: underline;
}

.header-selectors > div {
	display: inline-block;
	margin: 0 5px; /**/
    vertical-align: middle;
}
.header-selectors select {
    border: none;
    border-radius: 3px;
    background-color: rgba(0,0,0,.15);
    padding: 7px;
    color: #fff;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.shopping-cart-link {
    display: inline-block;
    margin: 5px;
}
.shopping-cart-link > a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #e87772 url(../img/icon-cart-link.png) no-repeat center;
    font-size: 0;
}

.ui-autocomplete {
	position: absolute;
	z-index: 1001 !important;
	width: 276px !important;
	max-width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	border-top: 5px solid #e87772;
	background-color: #fff;
    font-size: 13px;
}
.ui-autocomplete li + li {
	border-top: 1px solid #ddd;
}
.ui-autocomplete a {
	display: flex;
    align-items: center;
    column-gap: 8px;
	padding: 10px;
}
.ui-autocomplete a.ui-state-active,
.ui-autocomplete a.ui-state-focus {
	text-decoration: underline;
}
.ui-autocomplete img {
	width: 50px;
    border-radius: 50%;
}


/* FOOTER */


.footer {
	text-align: center;
}
.footer-block .title {
    margin: 0 0 10px;
    font-size: 24px;
}
.footer-block .title strong {
    font-weight: normal;
}

.footer-upper {
    position: relative;
    overflow: hidden;
    background-color: #e87772;
    padding: 20px 5px 30px;
}
.footer-upper:before,
.footer-upper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0,0,0,.2);
}
.footer-upper:before {
    top: 0;
}
.footer-upper:after {
    bottom: 0;
}
.footer-upper .title {
    margin: 0 0 10px;
    font-size: 18px !important;
    color: #fff;
}
.footer-middle .footer-centering{
    display: flex;
    flex-wrap: wrap;
}
.footer-block {
    width: 100%;
}
.social-sharing {
    margin: 0 0 25px;
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 5px;
}
.social-sharing a {
	display: block;
	width: 40px;
	height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
	background: url('../img/social-sprite.png') no-repeat;
}
.social-sharing .facebook {
	background-position: -2px -2px;
}
.social-sharing .twitter {
	background-position: -42px -2px;
}
.social-sharing .google {
	background-position: -82px -2px;
}
.social-sharing .pinterest {
	background-position: -122px -2px;
}
.social-sharing .vimeo {
	background-position: -162px -2px;
}
.social-sharing .youtube {
	background-position: -202px -2px;
}
.social-sharing .rss {
	background-position: -242px -2px;
}
.social-sharing .instagram {
    background: url('../img/instagram.png') no-repeat center;
}

.newsletter .title {
    display: none;
}
.newsletter-email { 
	display: inline-block;
	overflow: hidden; 
}
.newsletter-subscribe-text {
    float: left;
    width: 220px;
    border-color: #fff !important;
    color: #fff;
    transition: 0.1s ease;
    opacity: 0.2;
}
.newsletter-subscribe-text:focus {
    opacity: 1;
}
.newsletter-subscribe-button {
	float: left;
	width: 36px;
	height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
	background: url(../img/icon-subscribe.png) center no-repeat;
    font-size: 0;
}
.newsletter-email .options {
    clear: both;
    height: 0px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #fff;
}
.newsletter-email .options span {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 0;
}
.newsletter-email .captcha-box {
    margin: 15px 0 0;
}
.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    padding: 3px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.newsletter .please-wait {
	display: none !important; 
}

.footer-middle {
    overflow: hidden;
    border-bottom: 1px solid #b3b3b3;
    background-color: #fff;
    padding: 40px 0;
}
.footer-middle .footer-block {
    margin: 0 0 40px;
}
.footer-middle .footer-block:last-child {
    margin: 0;
}
.footer-middle .footer-block a {
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    transition: 0.15s ease;
}
.footer-middle .footer-block a:hover {
    text-decoration: underline;
    color: #e87772;
}
.footer-middle .footer-block a:before,
.footer-middle .footer-block a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #ddd;
}
.footer-middle .footer-block a:before {
    left: 0;
}
.footer-middle .footer-block a:after {
    right: 0;
}

.contact-block ul {
    display: inline-block;
}
.contact-block li {
    font-size: 14px;
    padding: 7px 2px 7px 40px;
    margin: 0 0 10px;
    text-align: left;
}
.contact-block li.phone {
    background: url(../img/icon-phone.png) no-repeat 5px center;
}
.contact-block li.mobile {
    background: url(../img/icon-fax.png) no-repeat left center;
}
.contact-block li.email {
    background: url(../img/icon-email.png) no-repeat left center;
}
.contact-block li.skype {
    background: url(../img/icon-tag.png) no-repeat 2px center;
}
.contact-block li:last-child {
    margin-bottom: 0;
}

.footer-lower {
	overflow: hidden;
    background-color: #ddd;
    padding: 20px 5px;
}
.accepted-payment-methods {
    margin: 0 0 20px;
}
.accepted-payment-methods ul {
    font-size: 0;
}
.accepted-payment-methods li { 
	display: inline-block;
	width: 50px;
	height: 30px;
    margin: 0 5px;
	background: url('../img/payment_sprite.png') no-repeat;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
    background-position: -59px 0;
}
.accepted-payment-methods .method3 {
	background-position: -118px 0;
}
.accepted-payment-methods .method4 {
	background-position: -177px 0;
}
.footer-powered-by a,
.footer-designed-by a {
	text-decoration: underline;
}
.footer-powered-by,
.footer-disclaimer,
.footer-tax-shipping,
.footer-designed-by {
    margin: 0 0 5px;
}
.footer-store-theme {
    clear: both;
    margin-top: 20px;
}
.footer-store-theme select {
    width: 170px;
    border-color: #aaa;
}


/* SIDEBAR COLUMN */


.block {
    width: 305px;
    margin: 0 auto 10px;
    text-align: center;
}
.block .title {
    background-color: #e87772;
    padding: 8px 12px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.block .title strong {
    display: block;
    font-weight: normal;
}
.block .listbox {
	display: none;
    background-color: #fff;
    text-align: left;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block .list {
    padding: 5px;
}
.block .list a,
.block .list strong {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
    line-height: 1.4; 
    cursor: pointer;
}
.block .list a:after,
.block .list strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #e87772;
    transition: 0.15s ease;
}
.block .list a.active:after,
.block .list a:hover:after,
.block .list strong:hover:after {
    width: 100%;
}
.block .list > li:last-child a,
.block .list > li:last-child strong {
    border-bottom: 0;
}
.block .list li.active > a,
.block .list li.active > strong {
    border-bottom: 1px solid #e87772;
    font-weight: 700;
}
.block .list .product-picture {
	display: none;
}
.block .sublist {
    padding: 0 0 0 20px;
}
.block .view-all {
    text-align: center;
}
.block .list + .view-all {
    margin: -5px 5px 0;
    border-top: 1px solid #ddd;
	padding: 15px 0;
}
.block .tags + .view-all {
	padding: 5px 0 15px;
}
.block .view-all a {
    display: inline-block;
    margin: 0 7px;
    border: 2px solid #e87772;
    background-color: #fff;
    padding: 6px 11px;
    font-size: 12px;
    color: #e87772;
    text-transform: uppercase;
    transition: 0.15s ease;
}
.block .view-all a:hover {
    background-color: #e87772;
    color: #fff !important;
}

.block .tags {
    padding: 5px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a {
	float: left;
	line-height: 30px;
    transition: 0.15s ease;
}
.block .tags li a:hover {
    color: #e87772;
}
.block .poll {
    padding: 10px;
}
.block .poll button {
    margin: 0 7px;
    border: 2px solid #e87772;
    background-color: #fff;
    padding: 6px 11px;
    font-size: 12px;
    color: #e87772;
    text-transform: uppercase;
    transition: 0.15s ease;
}
.block .poll button:hover {
    background-color: #e87772;
    color: #fff !important;
}


/* CATEGORY PAGE */


.breadcrumb {
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 2px;
    text-align: left;
}
.breadcrumb ul {
    border-bottom: 1px solid #ddd;
    font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb .delimiter,
.breadcrumb li > a,
.breadcrumb li a > span,
.breadcrumb strong {
    display: inline-block;
    margin: 0 2px;
    padding: 7px 0;
    font-size: 14px;
}
.breadcrumb a:hover span {
	text-decoration: underline;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 20px;
    font-size: 13px;
    line-height: 20px;
}
.product-filters {
	display: none;
}
.product-selectors {
    margin: 0 0 20px;
    text-align: center;
    background: #fff;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 8px;
}
.product-selectors span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
}
.product-selectors select {
    height: 38px;
    margin: 0 7px;
    padding: 7px;
    vertical-align: middle;
    font-size: 14px;
    color: #555;
}
div.product-viewmode,
div.product-page-size {
	display: none;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
	margin: 0 0 20px;
}
.product-grid,
.product-list {
	margin: 0 0 20px;
}
.product-grid .title {
    position: relative;
	margin: 0 0 15px;
    text-align: center;
}
.home-page-ymm-wrapper .title strong,
.product-grid .title strong {
    padding: 0 25px;
	font-weight: normal;
    font-size: 26px;
    color: #555;
}
.cross-sells {
    margin-top: 25px;
}
.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after,
.vendr-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
    width: 305px;
	margin: 0 auto 20px;
    text-align: center;
}
.item-box .picture {
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
}
.item-box .picture a {
	display: block;
	position: relative;
	width: 100%;
    overflow: hidden;
    background-color: #fff;
    font-size: 0;
    -webkit-transform: translateZ(0);
}
.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.item-box .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.item-box .visible-details {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 2px 9px 12px;
    -webkit-transform: translateZ(0);
}
.item-box .visible-details:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
    background-color: #e87772;
}
.item-box .product-title,
.item-box .title {
    height: 43px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.item-box .product-title a,
.item-box .title a {
	display: block; 
    font-size: 16px;
    line-height: 2.65;
    color: #555;
}
.item-box .product-rating-box {
    margin: 0 0 5px;
    padding: 13px 0 0;
    font-size: 0;
}
.item-box .rating {
    display: inline-block;
    width: 85px;
    height: 16px;
    background: url(../img/rating1.png) 0 0 repeat-x;
}
.item-box .rating div {
    height: 16px;
    background: url(../img/rating2.png) 0 0 repeat-x;
}
.item-box .prices {
    margin: 0 0 5px;
    font-size: 0;
}
.item-box .prices:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.item-box .old-price,
.item-box .actual-price {
    display: inline-block;
    margin: 5px 2px 0 2px;
    vertical-align: top;
}
.item-box .old-price {
    text-decoration: line-through;
    font-size: 14px;
    line-height: 22px;
    color: #555;
}
.item-box .actual-price {
	font-size: 18px;
    font-weight: bold;
    color: #e87772;
}
.item-box .base-price-pangv,
.item-box .tax-shipping-info {
    display: block;
    margin: 5px 0 10px;
    font-size: 12px;
    color: #aaa;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box button {
	border: 2px solid #e87772;
	background-color: #fff;
    padding: 8px 11px;
    vertical-align: middle;
    font-size: 14px;
    color: #e87772;
    text-transform: uppercase;
    transition: 0.15s ease;
}
.item-box button:hover {
	background-color: #e87772;
    color: #fff !important;
}
.item-box .hover-details {
    display: none;
}
.item-box .description {
    border-bottom: 1px solid #a9a9a9;
    padding: 0 0 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}
.item-box .description span {
    display: block;
    height: 50px;
    overflow: hidden;
}
.item-box .description,
.item-box .sku {
    pointer-events: none;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}
.pager a,
.pager span {
    display: block;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: 0.15s ease;
}
.pager a:hover {
	color: #e87772;
}
.pager span {
	background-color: #fff;
    color: #e87772;
}
.pager .previous-page a,
.pager .next-page a,
.pager .first-page a,
.pager .last-page a {
    font-size: 0;
}
.pager .previous-page a {
    background: #fff url('../img/prev.png') 11px center no-repeat;
}
.pager .next-page a {
	background: #fff url('../img/next.png') 15px center no-repeat;
}
.pager .first-page a {
	background: #fff url('../img/prev-first.png') center no-repeat;
}
.pager .last-page a {
	background: #fff url('../img/prev-last.png') center no-repeat;
}

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    max-width: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.home-page-category-grid .category-item, 
.sub-category-grid .sub-category-item {
    -webkit-mask-image: url(../img/1.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.home-page-category-grid .title,
.sub-category-item .title {
    position: absolute;
    left: 0;
    bottom: 17.7%;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-bottom: -25px;
    border: none;
    background: rgba(255,255,255,.7);
    font-weight: 400;
    transition: 0.15s ease;
}
.category-item:hover .title,
.sub-category-item:hover .title {
    bottom: 50%;
    background: rgba(255,255,255,.9);
}
.home-page-category-grid .title a,
.sub-category-item .title a {
    font-size: 24px;
    line-height: 1.2;
    padding: 11px 16%;
    color: #222;
}
.sub-category-item .title a {
    padding: 14px 16%;
    font-size: 18px;
}
.category-item img,
.sub-category-item img {
    transition: 0.15s ease;       
}
.category-item:hover img,
.sub-category-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.manufacturer-item .title,
.vendor-item .title {
    position: relative;
    height: 47px;
    overflow: visible;
    border: 1px solid #ddd;
    background: #fff;
    padding: 3px 0 0;
    
}
.manufacturer-item .title:before,
.vendor-item .title:before {
    content: "";
    position: absolute;
    left: -1px; right: -1px;
    top: -1px; height: 5px;
    background-color: #e87772;
}


/********** PRODUCT PAGE **********/


.product-page-wrapper > .product-name {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    margin: 0 0 20px;
}
.product-page-wrapper > .product-name h1 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #555;
}

.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
} 
.gallery {
	margin: 0 0 20px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
	position: relative;
	width: 600px;
	max-height: 600px;
	max-width: 100%;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
}
.gallery .picture:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 5px 10px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
}
.video-gallery .video-thumbs {
	margin: 10px 0 0;
	font-size: 0;
}
.video-gallery .thumb-item {
	width: 100%;
	max-width: 600px;
    height: 315px;
	margin: 10px 0 0;
}

.product-details-page .overview {
	position: relative;
    margin: 0 0 2px;
    text-align: left;
    font-size: 13px;
}
.overview .discontinued-product {
    padding: 10px 5px;
    margin: 0 0 15px;
    text-align: center;
    background: rgba(255,255,255,.5);
    border: 2px solid #e87772;
} 
.overview .short-description {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
}
.overview .buttons, .download-sample {
    margin: 0 0 15px;
    font-size: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.back-in-stock-subscription {
    margin: 0 0 15px;
}
.overview .buttons div {
	display: inline-block;
	margin: 0 5px 10px;
}
.overview .add-to-wishlist-button, 
.variant-overview .add-to-wishlist-button, 
.overview .add-to-compare-list-button, 
.overview .email-a-friend-button, 
.overview .subscribe-button, 
.download-sample a {
    display: inline-block;
    border: 0;
    padding: 8px 10px 8px 32px;
    background: 0;
    color: #505050;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.overview .add-to-wishlist-button:hover, 
.overview .add-to-compare-list-button:hover, 
.overview .email-a-friend-button:hover, 
.overview .subscribe-button:hover, 
.download-sample a:hover {
    color: #000;
}
.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .compare-products,
.overview .email-a-friend,
.overview .back-in-stock-subscription,
.overview .download-sample-button {
    position: relative;
    display: inline-block;
}
.overview .add-to-wishlist:before,
.overview .compare-products:before, 
.overview .email-a-friend:before,
.overview .back-in-stock-subscription:before,
.overview .download-sample-button:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border: 2px solid #000;
    border-radius: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .3;
}
.overview .add-to-wishlist:hover:before,
.variant-overview .add-to-wishlist:hover:before,
.overview .compare-products:hover:before, 
.overview .email-a-friend:hover:hover:before,
.overview .back-in-stock-subscription:hover:before,
.overview .download-sample-button:hover:before {
    opacity: .7;
}
.overview .add-to-wishlist:before,
.variant-overview .add-to-wishlist:before {
    background: url(../img/icon-product-add-wishlist.png) no-repeat center;
}
.overview .compare-products:before {
    background: url(../img/icon-product-add-compare.png) no-repeat center;
}
.overview .email-a-friend:before {
    background: url(../img/icon-product-email-friend.png) no-repeat center;
}
.overview .back-in-stock-subscription:before {
    background: url(../img/icon-product-subscribe-available.png) no-repeat center;
}
.overview .download-sample-button:before {
    background: url(../img/icon-product-download-sample.png) no-repeat center;
}

.overview .label,
.variant-overview .label {
    font-size: 14px;
}
.overview .value,
.variant-overview .value {
	font-size: 14px;
}
.overview .value a,
.variant-overview .value a {
	text-decoration: underline;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	color: #e87772;
}
.overview .additional-details,
.variant-overview .additional-details {
	 margin: 0 0 15px;
     line-height: 20px;
}
.free-shipping {
    margin: 18px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #e87772;
}
.delivery .delivery-date {
    margin: 15px 0;
}
.product-reviews-overview {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.product-review-links {
    display: inline-block;
}
.product-review-links a {
	text-decoration: underline;
    font-size: 14px;
}
.product-review-links +.add-review {
    margin-left: 10px;
}
.product-review-box {
	margin: 0 0 5px;
    font-size: 0;
}
.product-review-box .rating {
    display: inline-block;
	width: 85px;
	height: 16px;
	background: url('../img/rating1.png') repeat-x;
}
.product-review-box .rating div {
	height: 16px; 
	background: url('../img/rating2.png') repeat-x;
}

.product-essential .overview .rental-price {
    font-size:13px;
    display:block;
    margin:0 0 6px 0;
}
.overview .prices, .variant-overview .prices {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 0;
}
.overview .prices {
    text-align: left;
}
.overview .prices > div, .variant-overview .prices > div {
    margin: 0 5px;
}
.overview .prices > *, .variant-overview .prices > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.overview .prices label, .variant-overview .prices label {
    display: none;
}
.overview .old-product-price span,
.variant-overview .old-product-price span {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price span, 
.variant-overview .product-price span {
    font-size: 20px;
    color: #e87772;
}
.customer-entered-price {
	margin: 20px 0;
	overflow: hidden;
    font-size: 14px;
}
.customer-entered-price > div {
	display: inline-block;
    vertical-align: middle;
}
.customer-entered-price .enter-price-input {
	width: 50px;
    margin: 0 5px;
	text-align: center;
}

.product-details-page .tax-shipping-info {
    font-size: 12px;
}

.overview .stock {
    margin: 0 0 15px;     
    line-height: 20px;
}
.overview .manufacturers {
    margin: 0 0 15px;
    line-height: 20px;
}

.min-qty-notification {
    font-size: 14px;
    float: none !important;
    margin: 0 0 10px;
}
.overview .add-to-cart {
    padding: 0 0 15px;
    font-size: 0;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 36px;
    border: 2px solid #e87772;
    background: #fff;
    margin-right: -2px !important;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown{
    width: auto;
}
.overview .add-to-cart-button, 
.variant-overview .add-to-cart-button {
    position: relative;
    z-index: 2;
	border: 2px solid #e87772;
	background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 11px;
    height: 36px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	background: #e87772;
    color: #fff !important;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}
.pre-order-availability-date {
    margin-top: 10px;
    font-size: 14px;
}

.product-share-button {
    margin: 15px 0;
    overflow: hidden;
}

.full-description {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.overview + .full-description {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    clear: both;        
}

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
    display: none;
}
.product-collateral .title strong {
	font-weight: normal;
}
.product-collateral .product-grid {
    margin: 30px 0 0;
}

.tier-prices .title {
    display: none;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #c00;
}
.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.prices-row > div:first-child {
    border-top: 0;
}
.prices-row:first-child > div {
    border-left: 0;
}
.prices-table .field-header {
    background-color: #e87772;
    font-weight: 700;
    color: #fff;
}
.tier-prices .item-price {
	color: #e87772;
}

.product-variant-list {
    overflow: hidden;
    margin: 0 0 10px;
}
.product-variant-line {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
    position: relative;
    width: 200px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.variant-picture:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.variant-overview {
    padding: 5px 0 15px;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 18px;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .add-to-cart {
	display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
    font-size: 0;
}
.variant-overview .add-to-wishlist {
    margin: 0 -4px !important;
    vertical-align: middle;
}
.variant-overview .add-to-wishlist-button {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 -1px;
    border: 2px solid #e87772;
    background: #e87772 url(../img/icons-add-info.png) -2px -37px no-repeat;
    padding: 8px 11px;
    font-size: 0;
}
.variant-overview .add-to-wishlist-button:hover {
    background-position: -2px -1px;
    color: #fff !important;
}


.ui-tabs {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 600px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
    text-align: center;
    padding: 0 0 15px;
}
.ui-tabs .ui-tabs-nav li {
	display: block;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	padding: 9px 16px;
    font-size: 16px;
    line-height: 1;
    border-bottom: 3px solid transparent;
}
.ui-tabs .ui-tabs-selected a, 
.ui-tabs .ui-tabs-active a {
    color: #e87772;
    border-bottom: 3px solid #e87772;
}

.productTabs-body {
    position: relative;
}
.ui-tabs .ui-tabs-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    max-width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 999;
}
.productTabs-body:before,
.productTabs-body .ui-tabs-panel:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.ui-tabs .ui-tabs-panel p {
    margin: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs .gallery {
    margin: 0;
}
.ui-tabs .full-description,
.ui-tabs .product-specs-box, 
.ui-tabs-panel > .product-reviews, 
.ui-tabs-panel > .write-review,
.ui-tabs-panel > .contact-page,
.ui-tabs .custom-tab {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px !important;
    overflow: auto;
    margin: 0;
    background: none;
    box-shadow: none;
}
.ui-tabs .full-description {
    padding: 20px;
}
.ui-tabs .write-review {
    margin: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.ui-tabs .write-review .buttons {
    margin: 0 !important;
}
.ui-tabs .contact-page {
    padding: 10px;
}
.ui-tabs .contact-page .buttons {
    bottom: 0;
    margin: 0;
}
.ui-tabs .custom-tab {
    line-height: 1.4;
    font-size: 14px;
    text-align: justify;
    padding: 20px;
}
/* with picture */
.withPicture .productTabs-body:before {
    display: none;
}
.withPicture .productTabs-body .ui-tabs-panel:first-child {
    display: block !important;
    position: static !important;
    padding: 0 !important;
    max-height: none;
    background: none !important;
    z-index: 1;
}
.withPicture .productTabs-body .ui-tabs-panel:first-child:before {
    display: none;
}
.withPicture .product-reviews .write-review {
    background: none;
    padding: 0;
}
/* tabs default layout */
.product-page-alternative-layout .ui-tabs {
    max-width: inherit;
}
.product-page-alternative-layout .ui-tabs .ui-tabs-panel,
.product-page-alternative-layout .ui-tabs .full-description, 
.product-page-alternative-layout .ui-tabs .product-specs-box, 
.product-page-alternative-layout .ui-tabs-panel > .product-reviews, 
.product-page-alternative-layout .ui-tabs-panel > .write-review,
.product-page-alternative-layout .ui-tabs-panel > .contact-page,
.product-page-alternative-layout .ui-tabs .custom-tab {
    position: relative;
    width: 100%;
}
.product-page-alternative-layout .productTabs-body:before,
.product-page-alternative-layout .productTabs-body .ui-tabs-panel:before {
    display: none;
}
.product-page-alternative-layout .ui-tabs .ui-tabs-nav {
    padding: 10px 0;
}


.product-specs-box thead {
    display: none;
}
.product-specs-box td {
    width: 50%; /*because colgroup is missing in 4.2+*/
    font-size: 13px;
}
.product-specs-box .spec-header td {
    background-color: #eee;
    font-size: 14px;
    font-weight: bold;
}
.product-specs-box .attribute-square {
    margin: auto;
}
.product-specs-box,
.product-tags-box {
    margin: 0 0 20px;
    text-align: center;
}
.product-specs-box .attribute-squares,
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}

.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 13px;
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list li > * {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.product-tags-list li:hover > * {
    color: #e87772;
}

.attributes {
    margin: 0 0 15px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.attributes dl {
	display: grid;
    grid-template-columns: min-content auto;
}
.attributes dt {
	display: block;
    min-width: 60px;
	margin-right: 10px;
    padding: 5px 0;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes dt label {
	line-height: 33px;
}
.attributes dd {
	padding: 5px 0;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
    border: none;
	vertical-align: middle;
    cursor: pointer;
}
.attributes input[type="text"] {
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0;
}
.attribute-square-container {
    display: block;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.attribute-squares label {
    position: relative;
    height: 35px;
    overflow: hidden;
	padding: 0 !important;
}
.attribute-squares .attribute-square {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #c9c9c9 !important;
    cursor: pointer;
    border-radius: 100%;
}
.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}
.attribute-squares li input {
	position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
}
.attribute-squares .tooltip-container {
    display: none !important;
}

.attributes .qty-box {
	margin: 0 3px;
	vertical-align: middle;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
    width: 45px;
    text-align: center;
}

.attributes li.disabled {
	display: none !important;
}

.attributes option.disabled {
	color: #ddd;
}

.rental-attributes {
    display: flex;
    column-gap: 20px;
    padding: 20px 0;
}
.rental-attributes > div {
    max-width: 47%;
}
input.datepicker {
    max-width: 100%;
    border-color: #d9d9d9;
}
.ui-datepicker {
    z-index: 2 !important;
    background-color: #fff;
    text-align: center;
    width: 280px;
}
.ui-datepicker-title {
    font-weight: bold;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    color:#555;
    font-family:Arial,sans-serif;
    background:#fff;
    border:1px solid #ccc;
}
.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
}
.ui-datepicker-header a.ui-datepicker-prev {
    background: url("../img/arrow-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    left: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
    background: url("../img/arrow-right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    right: 0;
}
.ui-datepicker-header {
    background-color: #333;
    color: #fff;
    height: 32px;
    position: relative;
}
.ui-datepicker-calendar th, 
.ui-datepicker-calendar td {
    border: 1px solid #ccc;
    width: 14.285%;
}
.ui-datepicker-calendar th {
    background-color: #eee;
}
.ui-datepicker-calendar th span, 
.ui-datepicker-calendar td a {
    display: block;
    line-height: 32px;
    min-height: 32px;
}
.ui-datepicker-calendar td a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ui-datepicker-calendar td:hover a {
    background-color:#e87772;
}

.giftcard {
	margin: 0 0 30px;
}
.giftcard > div {
	margin: 0 0 15px;
    font-size: 0;
    white-space: nowrap;
}
.giftcard div:last-child {
	margin-bottom: 0;
}
.giftcard label {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
}
.giftcard input,
.giftcard textarea {
	width: 99%;
    background-color: #fff;
}


/* ESTIMATE SHIPPING */


.product-estimate-shipping {
	margin: 0 0 20px;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 2px 2px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
	font-size: 14px;
}
.product-estimate-shipping .shipping-price {
	position: relative;
	bottom: 1px;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
    font-weight: bold;
}

.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
    box-shadow: none;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
}
.mfp-container .address-item .required {
	position: absolute;
    top: 0;
	right: -8px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.mfp-container .shipping-item {
    border-right: 1px solid #ddd;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio + label {
	display: inline-block;
	position: relative;
	bottom: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 0;
}
.estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 3px; left: 3px;
	width: 6px; height: 6px;
	border-radius: 50%;
	background-color: #333;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
    min-width: 100px;
	display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.mfp-container .apply-shipping-button:hover {
    border-color: #e87772;
    background: #fff;
    color: #e87772;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}


/* PRODUCT REVIEWS */


.product-reviews .title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px;
}
.product-reviews .title strong {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.product-reviews,
.product-reviews + div {
    margin-top: 40px;
}
.product-reviews .title {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
}
.product-reviews .write-review {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.product-reviews .product-review-item {
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.write-review {
    margin: 0 0 100px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.write-review .review-rating .name-description {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating {
    margin-bottom: 15px;
    text-align: center;
}
.write-review .rating-wrapper {
    display: inline-block;
    width: 350px;
    text-align: center;
}
.write-review .rating-wrapper > div {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .rating-wrapper > div.first {
    color: #d54f5c;
}
.write-review .rating-wrapper > div:nth-child(2) {
    padding-top: 2px;
}
.write-review .rating-wrapper > div:nth-child(2) input {
    vertical-align: baseline;
}
.write-review .rating-wrapper > div.last {
	color: #92a754;
}
.write-review .review-rating .tooltiptext {
    font-size: 13px;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.write-review .buttons {
    margin: 0 0 -70px;
}
.write-review .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.write-review .button-1:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}
.product-review-list .title {
    color: #555;
}
.product-reviews .result,
.product-reviews .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
    margin: 0 0 20px;
    text-align: left;
    padding: 10px 0;
}
.product-review-item .review-item-head {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.product-review-item .review-title {
	float: left;
    padding: 2px 0 0;
	text-transform: uppercase;
}
.product-review-item .product-review-box {
	float: right;
	margin: 0;
    font-size: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
    font-size: 13px;
    line-height: 20px;
}
.product-review-item .avatar {
    display: none;
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #ddd;
}
.product-review-item .avatar .user {
    display: block;
    padding: 5px;
}
.product-review-item .avatar a {
    display: block;
}
.product-review-item .avatar img {
    display: block;
    max-width: 100%;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 2px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-item .review-info label {
    display: none;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}
.product-review-item .reply {
    margin: 15px 0 0;
}
.product-review-item .reply-header {
    font-weight: bold;
    margin: 0 0 5px;
}
.review-type-rating-ext {
    display: none;
    overflow: hidden;
    margin: 0 0 15px;
}


/* WISHLIST & COMPARE PRODUCTS */


.wishlist-page .tax-shipping-info,
.shopping-cart-page .tax-shipping-info,
.order-details-page .tax-shipping-info {
    margin: 0 0 20px;
    font-size: 13px;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .buttons {
	font-size: 0;
}

.wishlist-content .button-2 {
    display: inline-block;
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 11px;
    margin: 0 5px 5px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.wishlist-content .button-2:hover {
    background: #e87772;
    color: #fff !important;
}

.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}
.wishlist-page .edit-item {
    margin-top: 5px;
    text-decoration: underline;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .page-title {
    padding: 0 0 1px;
    margin: 0 0 10px;
}
.compare-products-page .page-title h1 {
    border-bottom: 5px solid #e87772;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .clear-list, 
.compare-products-page .button-2 {
    display: inline-block;
    font-size: 14px;
    padding: 8px 26px 8px 8px;
    background: url(../img/close-2.png) no-repeat 90% center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.compare-products-page .clear-list {
    width: 95px;
    margin: 0 0 10px;
    color: #555;
}
.compare-products-page .button-2 {
    border: 0;
    color: #e87772;
}
.compare-products-page .clear-list:hover,
.compare-products-page .button-2:hover {
    color: #e87772;
}

.compare-products-table {
    font-size: 14px;
}
.compare-products-table .product-name td {
    font-size: 16px;
}
.compare-products-table .short-description td,
.compare-products-table .full-description td {
    vertical-align: top;
}
.compare-products-table a {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;    
}
.compare-products-table a:hover,
.compare-products-table .product-price td {
    color: #e87772;
}
.compare-products-table .product-price td:first-child {
    color: #555;
}
.compare-products-table-mobile {
    font-size: 13px;
}
.compare-products-table-mobile img {
    max-width: 80px;
}
.compare-products-table-mobile .product-name {
    text-align: left;
}
.compare-products-table-mobile .remove-product {
    text-align: center;
}
.compare-products-table-mobile .remove-product > .remove-button { 
    position: relative;
    width: 32px;
    height: 32px;
	margin: auto;
    border: none;
    background: none;
    font-size: 0;
	transition: 0.15s ease;
    opacity: 0.9;
}
.compare-products-table-mobile .remove-product > .remove-button:before,
.compare-products-table-mobile .remove-product > .remove-button:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 17px;
    height: 1px;
    background-color: #555;
}
.compare-products-table-mobile .remove-product > .remove-button:before {
    transform: rotate(45deg);
}
.compare-products-table-mobile .remove-product > .remove-button:after {
    transform: rotate(-45deg);
}
.compare-products-table-mobile .footable-row-detail .remove-button {
    padding-left: 0;
}


/* TOPIC BLOCKS&PAGES*/


.master-wrapper-page > .topic-block {
    margin: 0 auto 50px;
    width: 95%;
    padding: 0 5px 30px;
    background: url(../img/logo-bottom.png) no-repeat center bottom;
}
.topic-block-title {
    margin: 0 0 20px;
    position: relative;
}
.topic-block-title h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
}

.topic-block-body {
	line-height: 1.3;
    font-size: 14px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form button {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: #ccc !important;
	padding: 0 20px !important;
	font-size: 16px !important;
}
.password-error {
	margin: 0 0 10px;
}


/* CONTACT & EMAIL A FRIEND */


.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
    padding: 0 0 1px;
}
.contact-page .page-title h1,
.email-a-friend-page .page-title h1,
.apply-vendor-page .page-title h1 {
    border-bottom: 5px solid #e87772;
}

.contact-page .page-body, 
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
    margin: 0 0 100px;
    background: #fff;
    padding: 10px 10px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.contact-page .topic-block,
.email-a-friend-page .topic-block,
.apply-vendor-page .topic-block {
	padding: 20px 0;
    margin: 0 0 20px;
    text-align: center;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
    margin: -40px 0 0;
    position: relative;
    bottom: -60px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}

.email-a-friend-page .title {
	margin: 0 0 10px;
}
.email-a-friend-page .title h2 {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    text-align: center;
}
.email-a-friend-page .title a {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.email-a-friend-page .title a:hover {
    color: #e87772;
}

.apply-vendor-page .terms-of-service {
    text-align: center;
}


/* REGISTRATION, LOGIN, ACCOUNT PAGES */


.account-page .page-title h1 {
    position: relative;
    padding: 9px 9px 12px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.account-page .page-title h1:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 5px;
    background: #e87772;
}
.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 88px; /*birth-date selectors, always single line*/
}
.registration-page select + select,
.account-page select + select {
	margin: 0 0 0 10px;
}
.gender {
    display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 3px;
    vertical-align: middle;
}
.gender span > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}
.gender label {
    margin: 0 10px 0 5px !important;
}
#check-availability-button {
    margin: 10px 0 0;
    padding: 7px 10px;
    font-size: 12px;
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#check-availability-button:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
    color: #e87772;
    text-decoration: underline;
}
#username-availabilty:empty {
	display: none;
}
.email-to-revalidate {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 0 7px;
}
.vat-status,.vat-note,
.email-to-revalidate-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    display: inline-block;
    min-width: 130px;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}
.registration-result-page .result {
	margin: 0 0 20px;
	color: #690;
}

.login-page .page-title {
    padding: 0 0 1px;
}
.login-page .page-title h1 {
    border-bottom: 5px solid #e87772;
}
.login-page .page-body {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.login-page .topic-block-title:after,
.login-page .topic-block-title:before {
    display: none;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title,
.login-page .topic-block-title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px;
}
.login-page .title strong,
.login-page .topic-block-title h2 {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 20px;
    width: 100%;
    font-weight: normal;
}
.login-page .new-wrapper,
.login-page .returning-wrapper {
	margin: 0 0 30px;
}
.login-page .text {
	margin: 0 0 20px;
    font-size: 14px;
}
.login-page .inputs.reversed {
    padding: 5px 0;
}
.login-page .inputs label {
    cursor: pointer;
}
.login-page .forgot-password {
    font-size: 15px;
}
.login-page .topic-block {
    margin: 0 0 30px;
}
.login-page .text,
.login-page .topic-block-body {
    padding: 0 10px;
}

.forgot-password {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;    
}
.forgot-password:hover {
    color: #e87772;
}

.external-authentication {
	margin: -10px 0 30px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.external-authentication .title {
    display: none;
}
.registration-page .external-authentication {
    margin: 40px 0 0;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.account-page .button-2,
.back-pm-button {
    display: inline-block;
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 11px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.account-page .button-2:hover,
.back-pm-button:hover {
    background: #e87772;
    color: #fff !important;
}
.account-page .edit-address {
    margin: 0 0 20px;
    padding: 25px 10px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.account-page .description {
	margin: 0 0 20px;
}
.account-page .form-fields .custom-attributes label {
    overflow:hidden;
}

.registration-page .fieldset,
.customer-info-page .fieldset {
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.registration-page .accept-consent,
.account-page .accept-consent {
    text-align: center;
}
.registration-page .accept-consent label,
.account-page .accept-consent label {
    margin: 0 5px;
    width: auto;
}
.registration-page .accept-consent span,
.account-page .accept-consent span {
    font-size: 14px;
    cursor: pointer;
}
.multi-factor-authentication-page .inputs {
	text-align: center;
}
.multi-factor-authentication-page .inputs label {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0px;
}
.multi-factor-authentication-page .payment-method .buttons {
    margin: 20px 0 20px;
    text-align: center;
    width: 100%;
}
.address-list,
.order-list {
    overflow: hidden;
    margin: 0 0 20px;
}
.address-item,
.order-item {
    background: #fff;
    width: 305px;
    max-width: 100%;
    margin: 0 auto 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.address-item .title,
.order-item .title {
    font-size: 16px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.address-item .info,
.order-item .info {
	padding: 10px;
    font-size: 14px;
	line-height: 18px;
}
.order-item .info {
    min-height: 110px;
}
.address-item .buttons,
.order-item .buttons {
    position: relative;
    margin: 0;
    padding: 14px 0 10px;
}
.address-item .buttons:before,
.order-item .buttons:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 5px;
    background: #e87772;
}

.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
    font-size: 14px;
}
.reward-points-history .title {
    font-size: 16px;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
	width: 85px;
	overflow: hidden;
}
.avatar-page button {
    margin: 0 5px;
}
.avatar-page .info {
	margin: 0 0 20px;
}
.user-agreement-page {
    text-align:center;
}
.terms-of-agreement {
    padding:0 0 20px 0;
    text-align:center;
    font-size: 14px;
    line-height: 18px;
}
.user-agreement-page .button-1 {
    background: #e87772 none repeat scroll 0 0;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 24px;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out 0s;
}
.user-agreement-page .button-1:hover {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #e87772;
    color: #e87772;
}

.vendorinfo-page .vendor-picture {
    margin-top: 15px;
}
.vendorinfo-page .vendor-picture > * {
    display: inline-block;
    vertical-align: middle;
}

.gdpr-tools-page .form-fields {
    padding: 15px 0 20px;
}
.check-gift-card-balance-page .result {
    padding: 15px;
    text-align: center;
}


/********** SHOPPING CART & CHECKOUT **********/


.order-progress {
    margin: 0 0 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    padding: 0 0 1px;
}
.order-progress ul {
    font-size: 0;
    padding: 10px;
    border-bottom: 5px solid #e87772;
}
.order-progress li {
    display: inline-block;
    margin: 10px;
}
.order-progress a {
    display: block;
    font-size: 12px;
    font-family: Verdana;
}
.order-progress a:before {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border: 2px solid #555;
    border-radius: 100%;
    background: #fff url(../img/arrow-right.png) no-repeat 15px center;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.5;
	cursor: default;
}

.shopping-cart-page .page-title h1 {
    background: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 3px;
}
.shopping-cart-page .page-title h1:after {
    content: "";
    display: block;
    height: 1px;
    background: #ddd;
    margin: 10px 0 0;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    font-size: 16px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}

.shopping-cart-page .button-2,
.shopping-cart-page .common-buttons a,
.checkout-page .button-2,
.order-details-page .page-title a {
    display: inline-block;
    border: 2px solid #e87772;
    background-color: #fff;
    color: #e87772;
    font-size: 14px;
    padding: 8px 11px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.shopping-cart-page .button-2:hover,
.shopping-cart-page .common-buttons a:hover,
.cart-footer .deals .button-2:hover,
.order-details-page .page-title a:hover {
    background-color: #e87772;
    color: #fff !important;        
}

.shopping-cart-page .common-buttons {
	font-size: 0;
    margin: 0 0 20px;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
	min-width: 210px;
	margin: 0 5px 5px;
    text-align: center;
    padding: 6px 16px 6px 36px;
    font-size: 16px;
    background-color: #e87772;
    background-repeat: no-repeat; 
    background-position: left -2px;
}
.shopping-cart-page .update-cart-button {
    background-image: url(../img/icon-update-cart.png); 
}
.shopping-cart-page .update-cart-button:hover {
    background-image: url(../img/icon-update-cart-hover.png); 
}
.shopping-cart-page .continue-shopping-button {
    background-image: url(../img/icon-continue-shop.png);
}
.shopping-cart-page .continue-shopping-button:hover {
    background-image: url(../img/icon-continue-shop-hover.png);
}
.shopping-cart-page .estimate-shipping-button {
    background-image: url(../img/icon-estimate-shipping.png);
}
.shopping-cart-page .estimate-shipping-button:hover {
    background-image: url(../img/icon-estimate-shipping-hover.png);
}

.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url('../img/close.png') center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
}

.checkout-attributes {
	margin: -5px 0 20px;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes li {
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
}

.cart-footer {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 310px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
}
.cart-total td {
    width: 50%;
    padding: 5px;
    background: #fff;
    font-size: 16px;
}
.cart-total tr:last-child td {
    border-top: 1px solid #ddd;
    font-size: 20px;
}
    
.cart-total tr:last-child td:last-child,
.cart-total tr td .product-price.order-total {
    color: #e87772;
}
.cart-total-left {
    text-align: left;
}
.cart-total-right {
    text-align: right;
}
.cart-total tr.earn-reward-points td,
.cart-total tr.earn-reward-points td:last-child {
    font-size:16px;
    border:none;
    color:#9f9f9f;
}

.terms-of-service {
	margin: 0 0 20px;
    padding: 0 0 0 5px;
    font-size: 14px;
    line-height: 18px;
}
.terms-of-service label {
    margin: 0 0 0 3px;
    cursor: pointer;
}
.terms-of-service span a {
	font-weight: bold;
    cursor: pointer;
}
.terms-of-service span a:hover {
    text-decoration: underline;
}
.checkout-buttons {
    margin-bottom:10px;
}
.addon-buttons> * {
    margin-bottom:10px;
}
.cart-footer .button-1 {
	font-size: 18px;
}

.cart-collaterals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 5px; 
}
.cart-collaterals .hint {
    margin: 8px 0 ;
    font-size: 14px;
    text-align: left;
}
.cart-collaterals .deals > div {
	margin: 0 0 10px;
}
.deals .title,
.estimate-shipping .title {
    font-size: 16px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
}
.deals .title strong,
.estimate-shipping .title strong {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
    float: left;
    width: 180px;
    border-left: 1px solid #c9c9c9;
}
.cart-collaterals .coupon-code button {
	float: left;
    min-width: 115px;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}

.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section .title {
    font-size: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
}
.checkout-page .section .title strong {
    display:block;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
}

.section.confirm-order .min-order-warning, 
.section.confirm-order .message-error {
    display: block;
    text-align: left;
}

.checkout-page .address-grid:after {
	content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.checkout-page .address-item, 
.checkout-page .order-item {
    padding: 10px;
}
.checkout-page .address-item .select-button {
    text-align: center;
	margin: 10px 0 0;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
    font-size: 14px;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .edit-address {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
    padding: 10px;
    text-align: left;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 20px;
}
.shipping-method .method-list li:last-child,
.payment-method .method-list li:last-child {
    margin: 0;
}
.payment-method .method-name > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.payment-logo {
    font-size:0;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.checkout-page .pickup-in-store {
    margin-bottom: 0;
}
.checkout-page .pickup-in-store ~ .shipping-addresses {
    margin-top: 25px;
}
.checkout-page .pickup-in-store .description {
    margin-top: 10px;
}
.checkout-page .pickup-points {
    margin-top: 25px;
}
.checkout-page .select-pickup-point {
    margin-bottom: 25px;
}
.checkout-page .pickup-points .pickup-points-map {
    height: 300px;
    margin-bottom: 0;
}

.use-reward-points {
    font-size: 14px;
    margin: 0 0 20px;
}
.payment-info .info {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: left;
}
.confirm-order .button-1 {
    margin: 20px 0 0;
    font-size: 18px;
}

.order-completed .details {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
    padding: 7px 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.order-completed .details a:hover {
    color: #e87772;
}

.checkout-page .order-completed-continue-button {
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}
.checkout-page .order-completed-continue-button:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;            
}
.checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.checkout-page .address-list-page {
    display: none;
}

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    font-size: 18px;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .step-title * {
    float: left;
    font-size: 18px;
    line-height: 1;
}
.opc .step-title span {
	margin: 0 12px 0 0;
}
.opc .step {
    margin: 10px 0;
    padding: 10px 18px;
    background: #fff;
    border-left: 5px solid #e87772;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
    font-size: 14px;
}
.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .button-1[style] {
    display: none!important;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.opc .back-link a:hover {
    color: #e87772;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .shipping-method .method-list,
.opc .payment-method .method-list,
.opc .payment-info .info,
.opc .cart-footer {
    box-shadow: none;
}

.order-details-page .page-title {
	margin: 0 0 20px;
	overflow: hidden;
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .order-overview {
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 13px;
}
.order-details-page .order-overview .order-number {
    margin: 0 0 10px;
}
.order-details-page .order-overview .order-number strong {
    font-size: 18px;
    font-weight: normal;
}
.order-details-page .cart-total {
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    width: 300px;
	margin: 0 auto 30px;
}

.order-details-area,
.shipment-details-area,
.order-review-data {
	margin: 0 0 20px;   
}
.order-details-area:after,
.shipment-details-area:after,
.order-review-data:after {
    content: '';
    display: block;
    clear: both;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    background: #fff;
    padding: 10px;
    border-left: 5px solid #e87772;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: left;
    margin-top: 30px;
}
.order-review-data > div:first-child,
.order-details-area > div:first-child,
.shipment-details-area > div:first-child {
    margin-top: 0;
}
.order-review-data > div > .title,
.order-details-area > div > .title,
.shipment-details-area > div > .title {
    font-size: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px !important;    
}
.order-review-data > div > .title strong,
.order-details-area > div > .title strong,
.shipment-details-area > div > .title strong {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}
.order-review-data > div li,
.order-details-area > div li,
.shipment-details-area > div li{
    margin-top: 5px;
}
.order-details-area .side-list-wrap,
.order-review-data .side-list-wrap {
    margin-top: 20px;
}
.order-details-area .side-list-wrap .title,
.order-review-data .side-list-wrap .title {
    font-size: 14px;
    font-weight: 700;
    border: 0;
    margin: 0 0 10px;
}

.section.products .title,
.section.order-notes .title,
.section.shipments .title {
    font-size: 16px;
    margin: 0 0 10px;
}

.order-details-page .actions {
	margin: 20px 0 0;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions button,
.order-details-area ul .repost .re-order-button {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    margin: 0 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.order-details-area ul .repost .re-order-button {
    margin:5px 0;
}
.order-details-page .actions button:hover,
.order-details-area ul .repost .re-order-button:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;        
}

.return-request-page .section .title {
    margin: 0 0 10px;
    font-size: 16px;
}
.return-request-page .uploadedfileinput {
    display: inline-block;
    vertical-align: middle;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}
.shipment-details-page .shipment-overview > ul {
    text-align: left;
    background: #fff;
    border-left: 5px solid #e87772;
    padding: 10px;
    max-width: 300px;
    min-height: 180px;
}
.shipment-details-page .shipment-overview > ul:first-child {
    margin: 0 0 20px;
}
.shipment-details-page .shipment-overview .title {
    margin: 0 0 10px;
    font-size: 14px;
}
.shipment-details-page .section {
    width: 100%;
}

/*********** SEARCH & SITEMAP ***********/


.search-input {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.search-input .buttons {
    margin: 0;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
	margin: 0 0 0 -30px;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.search-input .button-1:hover {
    border: 2px solid #e87772;
    background: #fff !important; 
    color: #e87772;
}

.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
}

.sitemap-page .page-title {
    padding: 0 0 1px;
}
.sitemap-page .page-title h1 {
    border-bottom: 5px solid #e87772;
}

.sitemap-page .description{
    margin: 0 0 20px;
}
.sitemap-page .page-body {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px;
}
.sitemap-page .entity-title h2 {
    padding: 0 10px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li {
    display: inline-block;
    margin: 0 5px 10px;
}
.sitemap-page a {
    position: relative;
	display: block;
    font-size: 14px;
    padding: 0 0 0 16px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.sitemap-page a:hover {
    color: #e87772;
}
.sitemap-page a:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #ddd;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
	cursor: default;
}
.news-items .news-item {
    position: relative;
    margin: 10px;
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.blog-page .post {
    position: relative;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    margin: 0 0 25px;
}
.news-items .news-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    height: 5px;
    background: #e87772;
}
.news-head {
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
    text-align: left;
}
.news-title {
    display: block;
	font-size: 18px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.news-title:hover {
    color: #e87772;
}
.post-head {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;    
}
.post-head .post-title {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    color: #e87772;
    display: block;
}
.post-date, .news-date {
    font-size: 12px;
    color: #888;
}
.news-items .news-body {
    padding: 10px 5px 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    height: 62px;
}
.news-item-page .news-body {
	margin: 0 0 20px;
	line-height: 20px;
}
.post-body {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: justify;
    border-bottom: 1px solid #ddd;
}
.blog-page .tags {
    margin: 0 0 10px;
    padding: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.blog-page .tags label,
.blogpost-page .tags label {
    position: relative;
    display: block;
    font-weight: bold;
    float: left;
    font-size: 14px;
    padding: 0 0 0 20px;
    line-height: 24px;
    margin: 0 5px 0 0;
}
.blog-page .tags label:before,
.blogpost-page .tags label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #ddd;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
    text-align: left;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px;
}
.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;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    color: #e87772;
}
.blog-page .buttons {
    color: #e87772;
}

.blog-details {
    text-align: left;
}
.blog-posts .buttons {
    text-align: initial;
}
.blog-posts .buttons a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0 6px 20px;
}
.blog-posts .buttons a:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #ddd;            
}

.blogpost-page .post-body {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    border: 0;
}
.blogpost-page .tags {
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    overflow: hidden;
}
.blogpost-page .inputs {
    text-align: center;
}

.new-comment {
	margin: 0 0 30px;
}
.new-comment .title {
	margin: 0 0 10px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.new-comment .button-1:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}

.comment-list .title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;
}
.comment-list .title strong {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.blog-comment, .news-comment {
    margin: 0 0 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    border-left: 5px solid #e87772;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.comment-info {
	width: 122px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
}
.comment-info .username {
	display: block;
	padding: 5px;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
	margin: 0 0 10px;
	font-style: italic;
}
.comment-title {
    font-size: 18px;
    margin: 0 0 5px;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.comment-body {
	font-size: 14px;
}

.news-items .read-more {
    line-height: 32px;
    font-size: 14px;
    color: #e87772;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
}
.news-items .read-more:hover {
    text-decoration: underline;
}

.news-items .buttons{
    text-align: initial;
    margin: 0;
    line-height: 0;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 30px;
}
.news-list-centering {
    width: 95%;
    margin: 0 auto;
}
.news-list-homepage .title {
	margin: 0 0 15px;
    text-align: center;
}
.news-list-homepage .title strong {
    font-size: 26px;
    font-weight: 400;
}

.news-list-homepage .view-all a {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
}

.news-list-page .page-title,
.blog-page .page-title {
    padding: 0 0 1px;
}
.news-list-page .page-title h1,
.blog-page .page-title h1 {
    border-bottom: 5px solid #e87772;
}

/* POLL & HOMEPAGE POLL */

.poll strong {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 10px;
    border-bottom: 1px solid #555;
}
.poll-options, 
.poll-results {
    margin: 0 0 5px;
    overflow: hidden;
}
.poll-options li, 
.poll-results li {
    margin: 0 0 10px;
    font-size: 14px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons button {
    border: 2px solid #fff;
    background: none;
    font-size: 15px;
    padding: 7px 21px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.poll .buttons button:hover {
    background: #fff !important;
    color: #e87772;
}
.poll-total-votes {
	display: block;
	font-weight: bold;
    font-size: 14px;
}

.home-page-polls {
    background: #e87772;
    padding: 20px 0 0;
    margin: 0 0 30px;
    position: relative;
}
.home-page-polls:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.home-page-polls .title{
    text-align: center;
    margin: 0 0 50px;
}
.home-page-polls .title strong {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}
.home-page-polls .centering {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.home-page-polls .poll {
    max-width: 100%;
    width: 360px;
    margin: 0 auto 20px;
}
.home-page-polls .poll strong {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.home-page-polls .poll-options li,
.home-page-polls .poll-results li {
    color: #fff;
}
.home-page-polls .poll-total-votes {
    color: #fff;
}

/* TAGS & VENDORS */

.product-tags-all-page .page-title{
    padding: 0 0 1px;
}
.product-tags-all-page .page-title h1 {
    border-bottom: 5px solid #e87772;
}
.product-tags-all-page .page-body{
    padding: 15px 5px 5px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.product-tags-all-page .product-tags-list li,
.vendor-list li {
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 16px;
}
.vendor-list a,
.product-tags-all-page .product-tags-list a {
    display: block;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.vendor-list a:hover,
.product-tags-all-page .product-tags-list a:hover {
    color: #e87772;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.contact-vendor {
    text-align: center;
    margin: 0 0 10px;
}
.contact-vendor button {
    display: inline-block;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.contact-vendor button:hover {
    border: 2px solid #e87772;
    background: #fff !important;
    color: #e87772;
}

/* TOPIC */

.topic-page .page-title {
    padding: 0 0 1px;
}
.topic-page .page-title h1 {
    border-bottom: 5px solid #e87772;
}



/* INBOX */

.profile-page .ui-tabs,
.private-messages-page .ui-tabs {
    max-width: none;
}
.profile-page .ui-tabs-nav,
.private-messages-page .ui-tabs-nav {
    max-width: 600px;
    margin: 0 auto;
}
.profile-page .ui-tabs-nav > li,
.private-messages-page .ui-tabs-nav > li {
    width: 48%;
    margin: 0 1%;
    float: left;
}
.profile-page .ui-tabs .ui-tabs-panel,
.private-messages-page .ui-tabs .ui-tabs-panel {
    position: static !important;
    width: auto;
    background: #fff;
}
.private-messages-page .ui-tabs .ui-tabs-panel {
    padding: 20px;
}


/* BB codes */


pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}
.home-page-ymm-wrapper{
    margin: 0 0 40px 0;
    border: 0;
    box-shadow: none;
}
.product-filter-level-values-box .title,
.home-page-ymm-wrapper .title{
    position: relative;
    margin: 0 0 15px;
    text-align: center;
}
.product-filter-level-values-box .sub-title{
    text-align: center;
    margin: 0 0 5px 0;
}
.button-row{
    margin-bottom: 20px;
}
.custom-wishlist{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}
.order-filters__row{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.change-password-recovery-link {
    display: inline-flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
}
.change-password-recovery-link a {
    font-size: 12px;
}
.password-label {
    vertical-align: text-bottom;
}
.html-rfq-requests-page .request-list-page .page-body{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.html-rfq-requests-page .request-list-page .section {
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}
.html-rfq-requests-page .request-list-page .section .title {
    font-size: 16px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.html-rfq-requests-page .request-list-page .section .info{
    min-height: 110px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    background-color: white;
}
.html-rfq-requests-page .request-list-page .buttons {
    position: relative;
    margin: 0;
    padding: 14px 0 10px;
    top: auto;
    right: auto;
}
.html-rfq-requests-page .request-list-page .buttons:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 5px;
    background: #e87772;
}
.html-rfq-requests-page .request-list-page .button-2 {
    display: inline-block;
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 11px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.html-real-opc-page .rfq-button-2,
.html-shopping-cart-page .rfq-button-2 {
    position: relative;
    z-index: 2;
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 11px;
    height: 36px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin: 0;
}
.html-real-opc-page .rfq-button-2:hover,
.html-rfq-requests-page .request-list-page .button-2:hover,
.html-shopping-cart-page .rfq-button-2:hover{
    background: #e87772;
    color: #fff !important;
}