﻿/*=====================================================
    
                    TEXTURES

=====================================================*/



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);
}


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/



/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 0;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}

/*********** GLOBAL STYLES **********/



body {
	overflow-x: hidden;
	background-color: #fff;
	font: 12px/normal Arial, sans-serif;
	color: #555;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    height: 36px;
    border: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 8px;
    vertical-align: middle;
    background: none;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 36px; /*safari padding fix*/
	padding: 8px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: none;
    line-height: 30px;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label {
	vertical-align: middle;
}

.master-wrapper-content {
	width: 95%;
	margin: 30px auto 0;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1 {
	margin: 0 0 20px;
}
.center-2, .side-2 {
	margin: 0 0 20px;
}

.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-title:after,
.page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: url('../img/icon-rss.png') no-repeat;
    text-indent: 999px;
    position: absolute;
    top: 16px;
    right: 16px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 0 0 10px;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
}
.flyout-cart {
	display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #e87772 url('../img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 25px;
}
.fieldset {
    background: #fff;
    padding: 12px 8px;
}
.fieldset .title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px;
}
    .fieldset .title strong {
        padding: 0 0 10px;
        border-bottom: 1px solid #ddd;
        display: block;
    }
.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 * {
    font-size: 12px;
}
.inputs:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 7px;
	text-align: center;
    font-size: 16px;
    line-height: 1.2;
}
.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;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
    float: left;
    font-size: 0;
}
.inputs .option-list label {
    width: auto;
    margin: 0 15px 0 3px;
    font-size: 12px;
    display: inline-block;
}

.required {
	font-size: 18px;
    line-height: 1;
	color: #e87772;
    vertical-align: middle;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 11px;
    color: #e87772;
    text-align: center;
    padding: 5px 0;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #690;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0;  /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL FORMS ***********/

.cart .remove-from-cart {
	position: relative;
}
.cart .remove-from-cart input {
    opacity: 0;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 16px;
    height: 16px;
	margin: auto;
    background: url(../img/close.png) no-repeat center;
    border: none;
	transition: all 0.2s ease;
}

/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #92a754;
}
.bar-notification.error {
	background: #d54f5c;
}
.bar-notification.warning {
	background: #e88b5f;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px; /*even numbers only*/
	height: 32px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #bbb;
	box-shadow: 0 0 0 1px #eee;
	overflow: hidden;
	background: #ddd url('../img/headpad.png') top repeat-x;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-block-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}
.ui-dialog-content .tooltip {
    margin-bottom: 20px;
}
.ui-dialog-content .button-1 {
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 11px;
    border: 2px solid #fff;
    background: #e87772;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
    width: 300px;
    max-width: 300px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -150px;
    border: 1px solid #e87772;
    box-shadow: 0 1px 2px #ccc, inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: none;
	background: #e87772;
	padding: 5px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	opacity: 0.9;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #e87772;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}


/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
	text-align: center;
}
.admin-header-links a {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
}
.admin-header-links .impersonate a{
    display: inline-block;
}

.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
}

.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	position: absolute;
	z-index: 1002 !important;
	width: 240px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.header-links-wrapper {
    background: #e87772;
    border-bottom: 5px solid rgba(255,255,255,.4);
    padding: 10px;
}
.header-links ul {
	font-size: 0;
}
.header-links li:first-child {
    padding-left: 0;
}
.header-links li {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 7px;
}
.header-links span, .header-links a {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.header-links a:hover,
.header-links a:hover span {
    text-decoration: underline;
}

.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px;
}
.header-selectors-wrapper select {
    border: 0;
    background: rgba(0,0,0,.15);
    color: #fff;
    border-radius: 3px;
    min-width: 0;
    padding: 7px;
}
.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;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.shopping-cart-link {
    display: inline-block;
}
.shopping-cart-link > a {
    display: block;
    height: 40px;
    width: 40px;
    margin: 5px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: #e87772 url(../img/icon-cart-link.png) no-repeat center;
    border-radius: 100%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.shopping-cart-link:hover > a{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
    position: relative;
    overflow: hidden;
    padding: 20px 5px 30px;
    background: #e87772;
}
.footer-upper:before,
.footer-upper:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0,0,0,.2);
}
.footer-upper:after {
    top: auto;
    bottom: 0;
}
.footer-upper h3 {
    font-weight: 300;
    color: #fff;
    font-size: 18px !important;
    margin: 0 0 10px;
}

.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-radius: 100%;
    border: 2px solid #fff;
	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-subscribe{
    display: block !important;
}
.newsletter-email { 
	display: inline-block;
	overflow: hidden; 
}
.newsletter-email input[type="text"],
.newsletter-email input[type="email"] {
    float: left;
    width: 220px;
    height: 36px;
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
    opacity: .2;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
::-webkit-input-placeholder { 
    color: transparent;
}
::-moz-placeholder { 
    color: transparent;  /* firefox 19+ */
}
:-ms-input-placeholder {
     color: transparent;  /* ie */
}
input:-moz-placeholder { 
    color: transparent; 
}

.newsletter .title{
    display: none;
}
.newsletter-email input[type="text"]:focus,
.newsletter-email input[type="email"]:focus {
    opacity: 1;
}
.newsletter-email button {
	float: left;
	width: 36px;
	height: 36px;
    border-radius: 100%;
    border: 2px solid #fff;
	overflow: hidden;
	background: url(../img/icon-subscribe.png) center no-repeat;
	text-indent: 999px;
}
.newsletter-email .options{
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.newsletter-email .options span{
    padding: 5px 0;
    display: inline-block;
    margin: 0 15px 0 0;
}
.newsletter-validation, .newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    padding: 3px 0 0;
}
.newsletter-validation .please-wait {
	display: none !important; 
}



.footer-middle {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #b3b3b3;
}
.footer-middle .footer-block {
    margin: 0 0 40px;
}
.footer-middle .footer-block:last-child {
    margin: 0;
}
.footer-block h3 {
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 10px;
}
.footer-middle .footer-block a {
    display: inline-block;
    padding: 7px 10px;
    position: relative;
    font-size: 14px;
    -webkit-transition: all .15s ease;
    transition: all .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%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #ddd;
}
.footer-middle .footer-block a:after {
    left: auto;
    right: 0;
}
.footer-menu {
    display: inline-block;
}
.contact-block .footer-menu li {
    font-size: 14px;
    padding: 7px 2px 7px 40px;
    margin: 0 0 10px;
    text-align: left;
}
.footer-menu li.phone {
    background: url(../img/icon-phone.png) no-repeat 5px center;
}
.footer-menu li.mobile {
    background: url(../img/icon-fax.png) no-repeat left center;
}
.footer-menu li.email {
    background: url(../img/icon-email.png) no-repeat left center;
}
.footer-menu li.skype {
    background: url(../img/icon-tag.png) no-repeat 2px center;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}


.footer-lower {
	overflow: hidden;
    background: #ddd;
    padding: 20px 5px 0;
}
.accepted-payment-methods ul {
	font-size: 0;
    margin: 0 0 20px;
}
.accepted-payment-methods li { 
	display: inline-block;
	width: 50px;
	height: 30px;
	background: url('../img/payment_sprite.png') no-repeat;
    margin: 0 5px;
}
.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 {
}
.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 select {
    width: 170px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.footer-store-theme {
    clear: both;
    margin-top: 5px;
}

/*********** LEFT/RIGHT COLUMN ***********/



.side-2 .block {
    margin: 0 auto 10px;
    text-align: center;
    width: 305px;
}
.side-2 .block .title {
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #e87772;
    padding: 8px;
}
.side-2 .block .title strong {
	font-weight: normal;
    display: block;
}
.side-2 .block .listbox {
	display: none;
    text-align: left;
    background: #fff;
}
.side-2 .block .listbox:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.side-2 .block .list {
    padding: 5px;
}
.side-2 .block .list a,
.side-2 .block .list strong {
    position: relative;
    display: block;
    padding: 8px;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.side-2 .block .list a:after,
.side-2 .block .list strong:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #e87772;
    width: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.side-2 .block .list a.active:after,
.side-2 .block .list a:hover:after,
.side-2 .block .list strong:hover:after {
    width: 100%;
}
.side-2 .block .list > li:last-child a,
.side-2 .block .list > li:last-child strong {
    border-bottom: 0;
}
.side-2 .block .list li.active > a,
.side-2 .block .list li.active > strong {
    border-bottom: 1px solid #e87772;
    font-weight: 700;
}
.side-2 .block .list .product-picture {
	display: none;
}
.side-2 .block .sublist {
    padding: 0 0 0 20px;
}

.side-2 .block .view-all {
	padding: 10px;
    text-align: center;
}
.side-2 .block .view-all a {
    display: inline-block;
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 11px;
    margin: 0 7px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.side-2 .block .view-all a:hover {
    background: #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;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
    .block .tags li a:hover {
        color: #e87772;
    }

.listbox .poll {
    padding: 10px;
}
.listbox .poll .buttons button {
    border: 2px solid #e87772;
    background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 11px;
    margin: 0 7px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.listbox .poll .buttons button:hover {
    background: #e87772;
    color: #fff !important;
}

.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;
}



/********** CATEGORY PAGE **********/



.filters-button {
    display: none;
}

.breadcrumb {
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.breadcrumb ul {
    font-size: 0;
    border-bottom: 1px solid #ddd;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li .delimiter,
.breadcrumb li > a,
.breadcrumb li a > span,
.breadcrumb strong {
    margin: 0 2px;
    font-size: 14px;
    display: inline-block;
    padding: 7px 0;
}
.product-name + .breadcrumb .breadcrumb li > a {
    padding: 0;
}
.breadcrumb a:hover * {
	text-decoration: underline;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 20px;
}
.product-filters {
	display: none;
}
.product-selectors {
    margin: 0 0 20px;
    text-align: center;
    background: #fff;
}
.product-selectors:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.product-selectors > div {
	display: inline-block;
	margin: 8px;
}
.product-selectors > div > span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.product-selectors select {
    margin: 0 7px;
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
    border-color: #ddd;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    padding: 7px;
}
div.product-viewmode,
div.product-page-size {
	display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after,
.vendr-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*  product grid */

.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%;
    font-size: 0;
    background: #fff;
    overflow: hidden;
    -webkit-transform: translateZ(0); /* removes a black that appears sometimes in the picture anchor tag */
}
.item-box .picture a:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.product-grid .item-box .visible-details {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    padding: 2px 9px 12px;
    -webkit-transform: translateZ(0);
}
.product-grid .item-box .visible-details:before {
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    background: #e87772;
    height: 3px;
}
.product-grid .item-box .product-title,
.item-box .title {
    height: 43px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
    color: #555;
    font-size: 16px;
    line-height: 2.65;
}
.product-grid .item-box .prices {
    font-size: 0;
}
.product-grid .item-box .prices:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.item-box .old-price,
.item-box .actual-price {
    display: inline-block;
    vertical-align: top;   
    margin: 5px 2px 0 2px; 
}
.item-box .old-price {
	color: #555;
	text-decoration: line-through;
    font-size: 14px;
    line-height:22px;
}
.item-box .actual-price {
	font-size: 18px;
	color: #e87772;
    font-weight: 700;
}
.item-box button {
	border: 2px solid #e87772;
	background: #fff;
    color: #e87772;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 11px;
    margin: 0 7px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.item-box button:hover {
	background: #e87772;
    color: #fff !important;
}
.visible-details button[type="button"] {
    margin: 0;
}

.item-box .base-price-pangv {
    font-size: 10px;
    color: #999;
    text-align: center;
    float: none !important;
    clear: both;
}

.product-grid .item-box .hover-details {
	position: absolute;
    top: 0;
    right: 0;
	left: 0;
    background: rgba(255,255,255,.6);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.product-grid .item-box .hover-details:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.item-box .product-rating-box {
    padding: 13px 0 0;
}
.product-list .item-box .product-rating-box {
    padding: 0;
    margin: 0 0 10px;
}
.item-box .rating {
    display: inline-block;
    height: 16px;
    width: 85px;
    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 .description {
    overflow: hidden;
    padding: 0 0 15px;
    border-bottom: 1px solid #a9a9a9;
    text-align: justify;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}
    .product-list .item-box .description {
        margin: 0 0 10px;
    }
    .item-box .description p {
        height: 65px;
        overflow: hidden;
    }
.product-grid .item-box .description {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}

.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.product-grid .item-box .add-info {
    position: absolute !important;
    top: 113px;
    left: 15px;
    right: 15px;
}
.product-grid .item-box .sku ~ .add-info {
    top: 133px;
}
.product-grid .item-box .sku {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    font-size: 14px;
}
    .item-box .add-info button {
        margin: 0;
    }

.tax-shipping-info {
    display: block !important;
    color: #999;
}
.wishlist-page .tax-shipping-info,
.shopping-cart-page .tax-shipping-info {
    margin: 0 0 10px;
}
.order-details-page .tax-shipping-info{
    text-align:right;
}
    .item-box .tax-shipping-info {
        font-size: 10px !important;
    }
    .product-details-page .tax-shipping-info {
        margin: 5px 5px 0 !important;
        font-size: 11px;
    }
    .tax-shipping-info a {
        color: #777;
        text-decoration: underline;
    }

/*  product list */

.product-list .item-box {
    width: 99% !important;
    max-width: none;
    background: #fff;
    padding: 0 5px;
    margin: 0 .5% 2%;
}
    .product-list .item-box:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        bottom: 0;
        background: #e87772;
    }
    .product-list .item-box:nth-child(2n+1) {
        clear: both;
    }
    .product-list .product-item {
        min-height: 200px;
    }

    .product-list .details {
        text-align: left;
        margin-left: 10px;
        padding: 10px 0;
    }
    .product-list h2 {
        font-weight: normal;
        margin: 0 0 10px;
    }
        .product-list .item-box .product-title a {
            line-height: 1.3;
        }
    .product-list .description {
        border: 0;
        padding: 0;
    }
    .product-list .add-info {
        position: relative;
    }
    .product-list .prices {
        padding: 0 0 15px;
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
    }
    .product-list .buttons {
        text-align: left;
    }
    .product-list .buttons .add-to-compare-list-button,
    .product-list .buttons .add-to-wishlist-button {
        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;
}
    .product-grid .title strong {
	    font-weight: normal;
        font-size: 26px;
        color: #555;
        padding: 0 25px;
    }
.cross-sells {
    margin-top: 25px;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
    display: inline-block;
    margin: 0 2px;
    font-size: 18px;
}
.pager li * {
    display: block;
    min-width: 36px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.pager li span {
	background-color: #fff;
    color: #e87772;
}
.pager li a:hover {
	color: #e87772;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999px;
    background-color: #fff;
}
.pager li.previous-page * {
    background-image: url('../img/prev.png');
    background-position: 11px center;
}
.pager li.next-page * {
	background-image: url('../img/next.png');
    background-position: 15px center;
}
.pager li.first-page * {
	background-image: url('../img/prev-first.png');
}
.pager li.last-page * {
	background-image: url('../img/next-last.png');
}

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        max-width: 100%;
        border-radius: 100%;
        overflow: hidden;
        border: 5px solid #fff;
        background: #fff;
    }
    .home-page-category-grid .category-item, 
    .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); /* fixes the bug of the 1px moving product images when hover on category */
    }
    .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;
        background: rgba(255,255,255,.7);
        font-weight: 400;
        border: 0;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
        .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 {
            color: #222;
            text-shadow: 1px 1px rgba(255,255,255,.2);
            line-height: 1.2;
            font-size: 24px;
            padding: 11px 16%;
        }
        .sub-category-item .title a {
            font-size: 18px;
            padding: 14px 16%;
        }
        .category-item img,
        .sub-category-item img {
             -webkit-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;       
        }
        .category-item:hover img,
        .sub-category-item:hover img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

    /* manufacturer all & vendor all */

    .manufacturer-item .title,
    .vendor-item .title {
        position: relative;
        padding: 3px 0 0;
        height: 47px;
        border: 1px solid #ddd;
        background: #fff;
        overflow: visible;
    }
        .manufacturer-item .title:before,
        .vendor-item .title:before {
            content: " ";
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            height: 5px;
            background: #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;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.product-essential .overview .rental-price{
    font-size:13px;
    display:block;
    margin:0 0 6px 0;
} 
.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;
}

.product-details-page .overview {
	position: relative;
    margin: 0 0 2px;
    text-align: left;
}
.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;
}
.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: 12px;
    -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;
    font-weight: bold; 
}
    .overview .value a,
    .variant-overview .value a {
	    font-weight: bold;
	    text-decoration: underline;
    }
.overview .additional-details,
.variant-overview .additional-details {
	 margin: 0 0 15px;
}
.free-shipping {
	width: 100px;
    height: 100px;
    margin: 15px 0;
    border-radius: 50px;
    color: #fff;
	background: #e87772;
    padding: 30px 15px;
    font-size: 16px;
	line-height: 1.2;
	text-align: center;
    text-transform: uppercase;
}
.product-reviews-overview {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.product-no-reviews a {
	text-decoration: underline;
    font-size: 14px;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	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;
}

.ui-datepicker {
        z-index: 2 !important;
        background-color: #ffffff;
        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: #333333;
        color: #ffffff;
        height: 32px;
        position: relative;
    }
    .ui-datepicker-calendar th, 
    .ui-datepicker-calendar td {
        border: 1px solid #cccccc;
        width: 14.285%;
    }
    .ui-datepicker-calendar th {
        background-color: #eeeeee;
    }
    .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;
    }


.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;
    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: 0 0 20px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}
.customer-entered-price .price-range {
	font-weight: bold;
}

.overview .stock {
    margin: 0 0 15px;       
}
.overview .manufacturers {
    padding: 0 0 15px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
}

.min-qty-notification {
    font-size: 14px;
    float: none !important;
    margin: 0 0 10px;
}
.overview .add-to-cart {
    padding: 0 0 7px;
    text-align: center;
    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: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.full-description {
    line-height: 1.4;
    font-size: 14px;
    text-align: justify;
}
    .overview + .full-description {
        margin: 2px 0 20px;
        padding: 15px 0 0;
        border-top: 1px solid #ddd;
        clear: both;        
    }

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 20px;
}
    .product-collateral .title strong {
	    font-weight: normal;
    }

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #c00;
}

.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;
	    visibility: hidden;
	    clear: both;
	    height: 0;
	    line-height: 0;
	    font-size: 0;
    }
.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 0;
}
.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-panel > * {
	margin: 0 0 10px;
}
.variant-overview .add-to-wishlist-button {
    display: block;
    float: none;
    clear: both;
    padding: 8px !important;
    border: 1px solid #e87772;
    color: #e87772;
}
    .variant-overview .add-to-wishlist-button:hover {
        background:#e87772;
        color: #fff !important;
    }

/*Jquery Tabs start*/
.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-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.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-page, 
    .ui-tabs-panel > .write-review,
    .ui-tabs .custom-tab {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 15px;
        overflow: auto;
        margin: 0;
    }
        .ui-tabs .full-description {
            padding: 20px;
        }
    .ui-tabs .custom-tab {
        line-height: 1.4;
        font-size: 14px;
        text-align: justify;
        padding: 20px;
    }
        .ui-tabs-panel > .write-review .buttons {
            margin: 0;
        }

    /* 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;
            }

     /* 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-page, 
     .product-page-alternative-layout .ui-tabs-panel > .write-review, 
     .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;
    }


/*Jquery Tabs end*/

.product-specs-box thead {
    display: none;
}
.product-specs-box td {
    width: 50%; /*because colgroup is missing in 4.2+*/
}
.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: 14px; /*reset zeroing*/
}
.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: 0 0 4px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.attributes dl:after {
	content: '';
    display: block;
    clear: both;
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
    position: relative;
	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 {
    height: 35px;
    overflow: hidden;
}
.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: relative;
	z-index: -1;
	margin: -45px 0 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;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    padding: 20px 10px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    clear:both;
}
.giftcard div {
	margin: 0 0 15px;
}
.giftcard div:last-child {
	margin-bottom: 0;
}
.giftcard label {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}


/********** 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: 50px;
	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-page h1 a {
	font-style: italic;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    color: #e87772;
    text-align: center;
    margin: 0 0 15px;
}
.product-reviews-page .title strong {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.product-reviews-page .page-body .write-review {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.product-reviews-page .page-body .product-review-item {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.write-review {
    margin: 0 0 30px;
}
.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;
}
.write-review .review-rating .rating-wrapper {
    display: inline-block;
    width: 350px;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating {
    margin-bottom: 15px;
}
.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 {
    float: left;
	color: #c00;
}
.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: #690;
}
.write-review .review-rating .tooltiptext {
    font-size: 13px;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.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-page .result,
.product-reviews-page .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 10px;
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.product-review-item .review-title {
	float: left;
	text-transform: uppercase;
}
.product-review-item .product-review-box {
	float: right;
	margin: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
}
.product-review-item .avatar {
    display: none;
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
}
.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 5px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.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 {
    overflow: hidden;
    margin: 0 0 15px;
}


/********** WISHLIST & COMPARE LIST **********/



.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;
}


/*********** TOPICS ***********/



.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 15px;
    background: #fff;
    padding: 10px 10px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}

.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;
}
#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;
    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;
}

.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;
}

.registration-result-page .result {
	margin: 0 0 20px;
	color: #690;
}
.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%;
}
.login-page .new-wrapper {
	margin: 0 0 50px;
}
.login-page .text {
	margin: 0 0 20px;
    font-size: 14px;
}
.login-page .inputs.reversed * {
    margin: 5px 0;
    display: inline-block;
    width: auto;
}
.login-page .inputs.reversed span {
    display: block;
}

.forgot-password {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;    
}
.forgot-password:hover {
    color: #e87772;
}

.external-authentication {
	margin: 0 0 20px;
	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 .inputs.accept-consent,
.account-page .inputs.accept-consent {
    text-align: center;
}
.registration-page .inputs.accept-consent label,
.account-page .inputs.accept-consent label {
    margin-left: 5px;
    width: auto;
}
.multi-factor-authentication-page .inputs {
	text-align: center;
}
.account-page.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: 5px 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;
        border: 1px solid #ddd;
    }
        .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;
	filter: alpha(opacity=50);
}

.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,
.estimate-shipping-button,
.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 .cart-footer .button-2:hover,
.update-cart-button:hover,
.order-details-page .page-title a:hover {
    background-color: #e87772;
    color: #fff !important;        
}

.shopping-cart-page .common-buttons .button-2,
.shopping-cart-page .estimate-shipping-button {
    padding: 6px 16px 6px 36px;
    font-size: 16px;
    text-transform: none;
}
.shopping-cart-page .update-cart-button {
    background-image: url(../img/icon-update-cart.png); 
    background-color: #e87772; 
    background-repeat: no-repeat; 
    background-position: left -2px;
}
.shopping-cart-page .update-cart-button:hover {
    background-image: url(../img/icon-update-cart-hover.png); 
    background-position: left -2px;
}
.shopping-cart-page .continue-shopping-button,
.shopping-cart-page .estimate-shipping-button {
    background-image: url(../img/icon-continue-shop.png);
    background-repeat: no-repeat; 
    background-position: left -2px;
    background-color: #e87772;
    color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.shopping-cart-page .continue-shopping-button:hover,
.shopping-cart-page .estimate-shipping-button:hover {
    background-color: #e87772;
    background-image: url(../img/icon-continue-shop-hover.png);
    color: #e87772;
    border-color: #e87772;
}
.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;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: center;
}
.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: 200px;
	margin: 0 5px 5px;
    text-align: center;
}
.checkout-attributes {
	margin: 20px 0;
	text-align: center;
}
.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;
	    visibility: hidden;
	    clear: both;
	    height: 0;
	    line-height: 0;
	    font-size: 0;
    }
.cart-footer .totals {
	width: 235px;
	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;
}
.terms-of-service label {
    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 .button-2.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 .button-2.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 .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 0 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.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-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: none;
}
.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;
}

/* 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;
    }



/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

/* social share */

.addthis_toolbox.addthis_default_style > a {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important;
}
.atclear {
    clear: none !important;
}


/* 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;
}

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}


@media all and (max-width: 480px) {

    .page-title {
        margin: 0 0 70px;
    }

    .link-rss {
        width: 42px;
        height: 42px;
        background: #fff url('../img/icon-rss.png') no-repeat center;
        top: 110%;
        right: 50%;
        margin-right: -21px;
    }

}