﻿/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
/*font-family: 'Roboto', sans-serif;*/

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf');
  font-display: swap;
}

/*@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');*/
/*font-family: 'Passion One', sans-serif;*/

@font-face {
  font-family: 'Passion One';
  src: url('fonts/PassionOne-Regular.ttf');
  font-display: swap;
}



/*********** 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="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
.inputs input[type="number"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1; /*firefox text input bug fix*/
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}
input::-webkit-input-placeholder {
    color: #888;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	background-color: #fff;
	font: normal 400 16px "Roboto", sans-serif;
    line-height: 1.4;
    color: #000000;
}
body.showHeadersearch,
body.modal-popup-open,
body.quick-modal-popup-open { 
    overflow: hidden; 
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
}
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"],
.inputs input[type="number"],
textarea, select {
    max-width: 100%;
	height: 40px; /*safari padding fix*/
	border: 1px solid #eee;
	padding: 8px;
	vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    color: #000000; 
}
input, textarea, select {
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
textarea {
    height: auto;
	/* min-height: 150px; */
}
select {
	min-width: 50px;
	/*height: 32px;*/
	padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
    color: #222;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.d-block {
    display:block;
}
.d-none {
    display: none;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
	width: 90%;
	margin: 0 auto;
    padding: 50px 0 0; 
}
.master-wrapper-home .master-wrapper-content,
.html-home-page .master-wrapper-content,
.html-category-page .master-wrapper-content,
.html-product-details-page .master-wrapper-content {
	width: 100%;
	/*margin-top: 50px;*/
    padding: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
/* .center-1 {
	margin: 0 0 60px;
} */
/* .center-2, .side-2 {
	margin: 0 0 60px;
} */
.category-page-body .side-2 {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 452px;
    height: 100%;
    background-color: #E8E8E8;
    /* padding: 33px; */
    transition: all 0.5s linear;
}
.showfilters .side-2 {
    left: 0;
}
.page {
	text-align: center;
}
.html-product-details-page .page {
    text-align: left;
}
.page-title {
    margin: 0 0 40px;
}
.page-title h1 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #0074c8;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.page-body h1,
.page-body h2,
.page-body h3,
.page-body h4, 
.page-body h5, 
.page-body h6 {
    color: #0074c8;
    margin: 0 0 10px;
}
.page-body h1 strong,
.page-body h2 strong,
.page-body h3 strong,
.page-body h4 strong, 
.page-body h5 strong, 
.page-body h6 strong {
    font-weight: 400;
}
.page-body p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0 0 20px;
}

.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../img/rss-icon.png') no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    display: inline-block;
	margin: 12px 0;
	padding: 0 0 0 36px;
    text-align: left;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    display: inline-block;
    text-align: left;
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 15px 0;
}
.category-description a:hover,
.manufacturer-description a:hover,
.full-description a:hover,
.topic-html-content a:hover,
.topic-page a:hover,
.post-body a:hover,
.news-body a:hover,
.custom-tab a:hover {
    text-decoration: underline;
}
.flyout-cart {
	display: none !important;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 60px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
}
.fieldset .title strong,
.section .title strong {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
}
.form-fields {
	/*position: relative;*/
}
.inputs {
	position: relative;
	margin: 0 0 20px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
    font-size: 16px; /*reset zeroing*/
    line-height: 1.5;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="number"],
.inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
    border: 1px solid #0074c8;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
}

.inputs.custom-attributes {
	white-space: normal;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
	margin: 0 5px;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	/*margin: 0 -6px 0 0;*/ /*siblings offset fix*/
    margin: 0 0 0 3px;
    font-size: 14px;
	color: #de524e;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
    text-align: center;
	font-size: 13px;
	color: #de524e;
}
.field-validation-valid,
.username-available-status {
	display: block;
    text-align: center;
    font-size: 13px;
	color: #6bc29d;
}
.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 TABLES ***********/


.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: 18px;
    height: 18px;
	margin: auto;
    border: 0;
	transition: all 0.2s ease;
    background: url(../img/remove-button.png) no-repeat center;
}

/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1040;
	width: 100%;
    text-align: center;
	padding: 40px 25px 40px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #6bc29d;
}
.bar-notification.warning {
	background: #ed8b69;
}
.bar-notification.error {
	background: #de524e;
}
.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: 33px;
	height: 33px;
	margin: 6px;
	background: url('../img/flyout-cart-close-button.png') no-repeat center;
	cursor: pointer;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	/*background: url('../images/loading.gif') center no-repeat;*/
}

.ui-dialog {
    position: absolute !important;
	z-index: 1050;
	width: 400px !important;
	max-width: 95%;
	border: none;
	box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar {
	overflow: hidden;
	padding: 10px;
    background: #cc8a97;
	font-weight: bold;
    cursor: move;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
    color: #fff;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 8px;
	overflow: hidden;
	border: none;
	background: url('../img/flyout-cart-close-button.png') no-repeat center;
	font-size: 0;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 1;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px 20px;
	line-height: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
width: 100%;
    bottom: 0;
	left: 0;
	z-index: 1050;
    /*margin: -90px 0 0 -160px;*/
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    background-color: #0577c5;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .content {
    display: flex;
flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.eu-cookie-bar-notification .content > div {
    margin: 0 10px 10px;
}
.eu-cookie-bar-notification .text {
        font-size: 15px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #ffffff;
}
.eu-cookie-bar-notification .buttons-more {
    display: flex;
flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.eu-cookie-bar-notification .buttons-more > a,
.eu-cookie-bar-notification .buttons-more > button {
    margin: 0 10px;
}
.eu-cookie-bar-notification button {
    min-width: 100px;
    margin: 0 0 15px;
    border: 2px solid #eee;
	padding: 10px 15px;
	background-color: #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.eu-cookie-bar-notification button:hover {
    background-color: #eee;
}
.eu-cookie-bar-notification a {
	display: block;
    color: #ffffff !important; 
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}

#goToTop {
    display: none;
    position: fixed;
	right: 20px;
    /* bottom: 20px; */
    bottom: 100px;
	z-index: 1030;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    overflow: hidden;
	background: #cc8a97 url('../img/goTop.png') no-repeat center 48%;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover {
    opacity: 0.9;
}


/*********** HEADER ***********/



.admin-header-links {
	background: #fff;
	text-align: center;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
}
.admin-header-links a {
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
    color: #444;
}
.admin-header-links .impersonate {
	display: inline-block;
}

.header { 
	margin: 0 auto;
	text-align: center;
    background-color: #0074c8;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-logo {
	text-align: center;
    font-size: 0;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
    background-color: #cc8a97;
}
.header-logo a img {
    /*width: 100%;
    max-width: 170px;*/
	width: 170px;
	height: 63px;
    opacity: 1;
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
}
.header-links a:hover {
    color: #cc8a97;
}

.header-actions {
	display: table-cell;
	width: 40%;
	text-align: right;
	vertical-align: middle;
	font-size: 0;
}
.header-actions > div {
	display: inline-block;
	margin: 2px 0 2px 2px;
	vertical-align: middle;
	/* min-height: 48px; */
}
.header-actions > div > a,
.header-actions > div > button,
.header-actions > div > span {
	width: 60px;
	height: 48px;
	display: block;
}
.header-actions > div.google-reviews-logo {
    padding: 0 5px;
}
.header-2 .header-actions > div.google-reviews-logo > a {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.header-2 .header-actions > div.google-reviews-logo > a img {
    display: block;
}
.header-2 .header-actions .phone-number {
	width: 180px;
	display: block;
	margin: auto;
}
.header-2 .header-actions .phone-number a { 
	font-size: 20px;
	padding: 0 0 0 30px;
    width: auto;
	margin: 10px 5px 10px 0;
	background-image: url('../img/icon-phone.png');
    background-image: url('../img/icon-phone.svg');
	background-repeat: no-repeat;
    background-size: auto;	    
    background-position: left center;
}
.header-actions .ico-quickquote {
	background-image: url('../img/icon-quick-quote.png');
	background-image: url('../img/icon-quick-quote.svg');
	background-size: auto;
}
.header-actions .ico-callback {
	background-image: url('../img/icon-phone.png');
	background-image: url('../img/icon-phone.svg');
	background-size: auto;
}
.header-actions a.ico-wishlist {
	background: #444 url('../img/wishlist-button.png') no-repeat center;
}
.header-actions a.ico-cart {
	/*background: #cc8a97 url('../img/cart-button.png') no-repeat center;*/
	/* background-image: url('../img/icon-basket.png');
	background-image: url('../img/icon-basket.svg'); */
    background-image: url('../img/basket-list.png');
	background-image: url('../img/basket-list.svg');
	background-size: 20px;
}

.header-2 .header-actions > div > a,
.header-2 .header-actions > div > button {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.38px;
    text-align: center;
    color: #fff;
    padding: 24px 0 0 0;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-position: top center;
}
.header-2 .header-actions a.ico-cart {
    background-color: transparent !important;
}
.header-2 .header-actions .quick-quote button {
    background-color: transparent;
    border: 0;
}

.shopping-cart-link a,
.header-actions .ico-cart {
	position: relative;
}
.shopping-cart-link .cart-qty,
.header-actions .cart-qty {
	position: absolute;
	right: 7px;
	bottom: 6px;
	min-width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #444;
	padding: 1px 1px 0 1px;
	text-indent: 0;
	text-align: center;
	font-size: 9px;
	color: #fff;
}
.shopping-cart-link .cart-qty.empty,
.header-actions .cart-qty.empty {
	visibility: hidden;
}

.search-wrapper {
    text-align: left;
}
.search-wrapper .button {
    display: inline-block;
    width: 30px;
    height: 50px;
    border-radius: 50px;
    border-radius: 50px;
    padding: 8px 25px;
    border: 1px solid #ffffff;
    background-color: transparent;
    vertical-align: top;
    font-size: 0;
    margin: 15px 0;
    background-image: url('../img/search-icon.png');
	background-image: url('../img/search-icon.svg');
    background-repeat: no-repeat;
	background-size: auto;
    background-position: center;
}
.store-search-box {
    font-size: 0;
}
.store-search-box form {
	display: inline-block;
	position: relative;
    border-bottom:1px solid #e7e7e7;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box input.search-box-text {
	float: left;
	width: 240px !important;
	height: 32px;
    padding: 8px 0;
    border: none;
    background-color:transparent;
}
.store-search-box .search-box-button {
	float: left;
	width: 32px;
	height: 32px;
	border: none;
    background-color: transparent;
	background-image: url('../img/mag-glass.png');
	background-image: url('../img/mag-glass.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
	font-size: 0;
}
.header-2 .header-search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1075;
    transition: transform .4s;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
    padding: 1rem;
    transform: translateY(-101%);
}
.header-2 .header-search.show {
    transform: translateY(0);
}
.header-2 .header-search .search-box {
    max-width: 780px;
    margin: auto;
}
.header-2 .header-search .search-box form input.search-box-text {
    width: calc(100% - 52px);
    border: 1px solid #bbb;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000000;
}
.header-2 .header-search .search-box form button.search-box-button {
    width: 47px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border: 0;
    box-shadow: none;
    background-color: #0074c8;
    background-image: url('../img/search-icon.png');
    background-image: url('../img/search-icon.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center
}
.showHeadersearch .header-search {
    max-height: 92vh;
}
.header-search .header-search-panel {
    min-height: 565px;
    margin: 0 auto;
}
.header-search .search-form {
    position: relative;
    padding: 50px 20px 20px;
    margin-bottom: 20px;
}
.admin-header-links~.header .header-search .search-form {
    padding: 80px 20px 20px;
}
.header-search .search-form span.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    padding: 10px;
    font-size: 0;
    background-color: #0074c8;
    background-image: url('../img/close-icon-sharp.png');
    background-image: url('../img/close-icon-sharp.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}
.header-search .search-form h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.header-search .search-form .form-row {
    background-color: #eee
}
.header-search .search-form .form-row form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header-search .search-form .form-row .form-input {
    width: calc(100% - 50px);
    height: auto;
    border: 0;
    padding: 9.5px 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    background-color: transparent;
    color: #000000;
}
.header-search .search-form .form-row .form-input:focus {
    box-shadow: 0 2px 16px 0 rgb(0 0 0/20%);
    outline: 0
}
.header-search .search-form .form-row .dib {
    display: inline-block;
    vertical-align: middle;
}
.header-search .search-box-button {
    width: 50px;
    height: 40px;
    padding: 9.5px 10px;
    border: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
}
.header-search .icon-search {
    display: block;
    font-size: 0;
    background-image: url('../img/search-icon-big-blue.png');
    background-image: url('../img/search-icon-big-blue.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}
.header-search .default-search {
    padding: 0 20px 70px;
}
.header-search .search-list {
    margin-bottom: 30px;
    text-align: left;
}
.header-search .search-list ul li {
    width: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
}
.header-search .search-list ul li:first-child {
    width: auto;
}
.header-search .search-list ul li label {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.header-search .search-list ul li a {
    text-transform: capitalize;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
}
.header-search .search-list ul li a span.search-icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-color: #fff;
    background-image: url('../img/search-icon-blue.png');
    background-image: url('../img/search-icon-blue.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    margin-right: 5px;
}
.header-search .viewallsearchproducts .btn {
    display: inline-block;
    border-radius: 50px;
    background-color: #0074c8;
    font-size: 16px;
    padding: 15px 25px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}
.header-search .custom-search {
    padding: 0 20px 70px;
}
.category-products-list {
    border-top: 1px solid #000000;
    padding-top: 30px;
}
.category-products-list .tabs {
    display: flex;
    align-items: center;
}
.category-products-list .tabs li {
    margin-right: 20px;
}
.category-products-list .tabs li span {
    display: block;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    padding: 5px 0;
    cursor: default;
}
.category-products-list .tabs li span.inactive {
    color: #979797;
    cursor: pointer
}
.category-products-list .tab-content {
    height: auto;
}
.category-products-list .tab-content .serach-product-list {
    padding: 10px 0;
}
.category-products-list .serach-product-list h3 {
    font-weight: normal;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    padding: 5px 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.category-products-list .serach-product-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}
.category-products-list .serach-product-list ul li {
    width: 100%;
    padding: 6px;
    margin: 0 0 15px;
}
.category-products-list .serach-product-list ul li .product-details {
    position: relative;
    display: block;
}
.category-products-list .serach-product-list ul li .product-details:hover {
    text-decoration: none;
}
.category-products-list .serach-product-list ul li .image-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 115px;
    position: relative;
    border: 1px solid #e9e9e9;
    background-color: transparent;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 15px;
}
.category-products-list .serach-product-list ul li .image-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.category-products-list .serach-product-list ul li .image-block img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.category-products-list .serach-product-list ul li .info-block h5 {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #000000;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.category-products-list .serach-product-list.popularProducts ul li .info-block h5 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.category-products-list .serach-product-list ul li .info-block p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}
.category-products-list .serach-product-list ul li .info-block p:last-child {
    margin-bottom: 0
}
.category-products-list .serach-product-list ul li .info-block p span.price {
    display: block;
    font-weight: 600;
}
.category-products-list .serach-product-list .product-ribbons {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.category-products-list .serach-product-list .product-ribbons ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.category-products-list .serach-product-list .product-ribbons ul li {
    width: auto;
    padding: 0 5px;
}
.category-products-list .serach-product-list .product-ribbons ul li img {
    width: 35px;
    position: static;
    max-width: unset;
    transform: none;
}
.category-products-list .serach-product-list .item-grid {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}
.category-products-list .serach-product-list .item-grid .item-box {
    width: 50%;
    padding: 6px;
    margin: 0 0 15px;
}
.category-products-list .serach-product-list .item-grid .item-box .picture {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #e9e9e9;
    background-color: transparent;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 15px;
}
.category-products-list .serach-product-list .item-grid .item-box .picture:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.category-products-list .serach-product-list .item-grid .item-box .picture img {
    max-width: 100%;
    max-height: 100%;
}
.category-products-list .serach-product-list .item-grid .item-box a {
    display: block;
}
.category-products-list .serach-product-list .item-grid .item-box a:hover {
    text-decoration: none;
}
.category-products-list .serach-product-list .item-grid .item-box h2 {
    width: 100%;
    height: 45px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #000000;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.header-search-panel {
    position: relative;
}
.header-search .searchloader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fffc;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.header-search .searchloader img {
    width: 60px;
    height: 60px;
}
.header-search .custom-search .product-list ul {
    margin-bottom: 50px;
}
.header-search .custom-search .product-list ul li .product-details {
    position: relative;
    overflow: hidden;
}
.header-search .custom-search .product-list ul li .product-details .image-block {
    margin: 0;
    min-height: 150px;
}
.header-search .custom-search .product-list ul li .product-details .info-block {
    width: 100%;
    height: 0;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffffd4;
    opacity: 0;
    border-radius: 5px;
    background: linear-gradient(0deg,#001cff 0%,#000952 100%);
    transition: all .75s ease;
}
.header-search .custom-search .product-list ul li .product-details .info-block label {
    color: #fff;
    margin: 0 0 5px;
}
.header-search .custom-search .product-list ul li .product-details .info-block p {
    color: #fff;
}
.header-search .custom-search .product-list ul li .product-details:hover .info-block {
    height: 100%;
    opacity: 1;
}
.header-search .custom-search .viewallproducts,.header-search .custom-search .viewallsearchproducts {
    margin-top: 50px;
    text-align: center;
}
.header-search .custom-search .viewallproducts .btn,
.header-search .custom-search .viewallsearchproducts .btn {
    min-width: 150px;
    display: inline-block;
}
.header-search .trendingsearches-nodata h3 {
    text-align: center;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    padding: 30px 0;
    cursor: default;
    text-transform: capitalize;
}



.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	z-index: 1070;
	position: absolute !important;
	width: 276px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete li {
	border-top: 1px solid #e7e7e7;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 8px;
    font-size:14px;
}
.ui-autocomplete .ui-state-active {
    background-color: #f6f6f6;
}
.ui-autocomplete img {
	display: inline-block;
    width: 28px;
    height: 28px;
	margin-right: 5px;
	vertical-align: middle;
    border: 1px solid #eee;
}

.header-selectors-wrapper {
	font-size: 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	min-width: 100px;
}

.new_select {
    z-index: 1015 !important;
    height: 30px;
    min-width: 45px;
    max-width: 55px;
    padding: 0 12px 0 0;
    background: url('../img/selector-button2.png') no-repeat right center;
    font-size: 11px;
    cursor: pointer;
}
.new_select > span {
    display: block;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.tax-display-type-selector .new_select {
    max-width: 120px;
}
.styleSelect_item {
    position:relative;
    left: -5px !important;
    top: 25px !important;
    width: 100%;
    min-width: 70px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.styleSelect_item ul {
    padding: 4px 5px;
    background: #fff;
}
.styleSelect_item li span {
    width: auto;
    padding: 2px 2px 2px 2px;
    line-height: normal;
    color: #888;
}
.styleSelect_item li:hover span {
    color: #cc8a97;
}

.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;
}

.header-1 {
    box-shadow: 0 8px 8px rgba(0,0,0,0.085);
}


/*********** FOOTER ***********/



.footer {
    background-color: #24a4d6;
    /*box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.06) inset;*/
    text-align: center;
    color: #ffffff;
    padding: 38px 0;
}

.footer-upper {
	overflow: hidden;
    padding: 0 0 15px;
}
.footer-upper .header-logo {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.footer-upper .header-logo a {
    background-color: transparent;
}
.footer-upper .header-logo a img {
    /*width: 100%;
    max-width: 170px;*/
	width: 170px;
	height: 63px;
}

.site_address {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.site_address strong {
    font-weight: 500;
}

.telephone_email {
    list-style: none;
    margin: 0;
    padding: 0;
}
.telephone_email li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 10px;
}

.social-sharing {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
    width: 25px;
    height: 25px;
	margin: 0 4px 8px;
    background-color: transparent !important;
    -webkit-transition: ease 0.25s;
    transition: ease 0.25s; 
}
.social-sharing a {
	display: block;
	height: 100%;
	background: url('../img/social-sprite.png') no-repeat;
    /*opacity: 0.35;*/
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s; 
}
.social-sharing .facebook {
    background-image: url('../img/facebook.png');
    background-image: url('../img/facebook.svg');
    background-repeat: no-repeat;
    background-size: auto;
	background-position: center;
}
.social-sharing .twitter {
	background-image: url('../img/twitter.png');
    background-image: url('../img/twitter.svg');
    background-repeat: no-repeat;
    background-size: auto;
	background-position: center;
}
.social-sharing .linkedin {
	background-image: url('../img/linkedin.png');
    background-image: url('../img/linkedin.svg');
    background-repeat: no-repeat;
    background-size: auto;
	background-position: center;
}
.social-sharing .google {
	background-position: -120px center;
}
.social-sharing .pinterest {
	background-position: -180px center;
}
.social-sharing .youtube {
	background-position: -240px center;
}
.social-sharing .vimeo {
	background-position: -360px center;
}
.social-sharing .rss {
	background-position: -300px center;
}
/*.social-sharing li:hover a {
    opacity: 0.70;
}*/
.social-sharing a.instagram {
	background: url('../img/instagram.png') no-repeat center; 
}

.footer-middle {
	overflow: hidden;
    padding: 15px 0;
}
.footer-block {
    max-width: 370px;
    margin: 0 auto 15px;
    display: inline-block;
	width: 45%;
	vertical-align: top;
    /* border-bottom: 2px solid #e3e3e3; */
}
.footer-block .title {
    padding: 20px 0 10px;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
.footer-block .title strong {
    display: block;
    position: relative;
    padding: 0 20px;
}
.footer-block .title strong:before,
.footer-block .title strong:after {
    content: "";
    position: absolute;
    top: 0;
    height: 20px;
    width: 12px;
    background: url('../img/expand-button.png') no-repeat center;
}
.footer-block .title strong:before {
    left: 0;
}
.footer-block .title strong:after {
    right: 0;
}
.footer-block .title + * {
    display: none;
    margin: 15px 0 20px;
}
.footer-block .title + *:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: auto;
    background-color: #cc8a97;
}
.footer-block li {
    padding: 0;
}
.footer-block li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: 0.5px;
}
.footer-block a:hover {
    color: #cc8a97;
}
.footer-block .topic-block-title {
    display: none;
}
.footer-block .topic-block-body,
.newsletter-description {
    padding: 12px 0 0;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}
.newsletter-email { 
	display: inline-block;
	overflow: hidden;
    padding: 12px 0 0;
}
.newsletter-email .newsletter-subscribe-text {
    display: block;
	width: 260px;
	height: 40px;
    margin: auto;
    border: 2px solid #ddd;
    border-bottom: none;
    text-align: left;
}
.newsletter-email .newsletter-subscribe-button {
	display: block;
    width: 260px;
	height: 40px;
    margin: auto;
	border: none;
	background: #cc8a97 url('../img/subscribe-button.png') left center no-repeat;
    padding-left: 36px;
    text-align: left;
	font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.newsletter-email .newsletter-subscribe-button:hover {
    opacity: 0.9;
}
.newsletter-email .newsletter-unsubscribe-button {
	display: block;
	border: none;
	background: none;
	margin: auto;
	padding: 10px 0;
}
.newsletter-email .options {
    padding: 12px 0 0;
}
.newsletter-email .options > span {
    margin: 0 3px;
    font-size: 13px;
}
.newsletter-email .captcha-box {
    margin: 15px 0 0;
}
.newsletter-email .captcha-box div,
.newsletter-email .captcha-box iframe {
    width: auto !important;
    max-width: 100%;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-result {
    color: #444;
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-lower {
	overflow: hidden;
    /*background-color: #fff;*/
    padding: 0 0 15px;
	font-size: 13px;
    line-height: 1.38;
    letter-spacing: 0.5px;
}
.footer-lower-center {
    /* padding: 25px 0 0;
    border-top: 1px solid #ffffff; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-lower-center .footer-lower-left {
    width: 60%;
    order: 1;
    text-align: left;
}
.footer-lower-center .footer-lower-right {
    width: 40%;
    order: 2;
    text-align: right;
}
.footer-lower-center .footer-lower-middle {
    width: 100%;
    order: 3;
    text-align: center;
    margin-top: 30px;
}
.footer-lower .footer-lower-middle > div {
    display: inline-block;
	margin: 0 5px 5px 5px;
}
.footer-powered-by a, .footer-designed-by a  {
    color: #ffffff !important;
    font-weight: 700;
}
.footer-powered-by a:hover, .footer-powered-by a:hover {
    text-decoration: underline;
}
.footer-lower > div > div.footer-store-theme {
    display: block;
    margin: 15px 0 0;
}
.footer-store-theme select {
	width: 170px;
}


/* FOOTER-2 */

.footer-2 .newsletter-block  .newsletter > .title {
    display: none;
}
.footer-2 .newsletter-block .title {
    background: none !important;
}
.footer-2 .newsletter-block .title {
    margin: 10px 0;
}
.footer-2 .newsletter-description {
    padding: 0;
}
.footer-2 .newsletter-email {
    padding-top: 15px;
}
.footer-2 .social-sharing {
    display: block !important;
    height: auto;
}
.footer-2 .social-sharing li {
    width: 40px; 
    background-color: transparent;
}
.footer-2 .social-sharing a {
	background: url('../img/social-sprite-2.png') no-repeat;
    opacity: 0.50;
}
.footer-2 .social-sharing .facebook {
	background-position: 0 center;
}
.footer-2 .social-sharing .twitter {
	background-position: -40px center;
}
.footer-2 .social-sharing .google {
	background-position: -80px center;
}
.footer-2 .social-sharing .pinterest {
	background-position: -120px center;
}
.footer-2 .social-sharing .youtube {
	background-position: -160px center;
}
.footer-2 .social-sharing .vimeo {
    background-position: -240px center;
}
.footer-2 .social-sharing .rss {
	background-position: -200px center;
}
.footer-2 .social-sharing li:hover a {
    opacity: 0.70;
}
.footer-2 .social-sharing a.instagram {
	background: url('../img/instagram.png') no-repeat center;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 10px;
    border: 2px solid #eee;
	text-align: left;
}
.block .title {
    padding: 9px 10px 7px;
    /* background: url('../img/expand-button-2.png') no-repeat right center; */
        text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.62;
    letter-spacing: normal;
    color: #000000;
    padding-right: 30px;
    margin: 0 0 13px;
}
.block .title strong {
    display: block;
}
.block .listbox {
	display: none;
    border-top: 2px solid #eee;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list {
}
.block .list li {
    border-top: 1px solid #eee;
}
.block .list li:first-child {
    border-top: none;
}
.block .list li > a {
    padding-left: 20px;
}
.block .list li.active > a,
.block.block-account-navigation .list li.active a {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #cc8a97;
}
.block.block-account-navigation .list li.active a {
    border-width: 0;
}
.block .list a {
	display: block;
	padding: 9px 10px;
}
.block .list a:hover {
    color: #cc8a97;
}
.block .list img {
	display: none;
}

.block .sublist {
	padding: 0 0 0 30px;
}
.block .sublist > li {
    margin: -1px 0 0;
    border: none;
    border-top: 1px solid #eee;
}
.block .sublist > li a {
    padding-left: 10px;
}

.block .view-all {	
    border-top: 1px solid #eee;
}
.block .view-all a {
	display: block;
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc8a97;
}
/*.block .view-all a:hover {
    text-decoration: underline;
}*/

.block .tags {
	padding: 5px 15px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 14px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #cc8a97;
}
.poll strong {
	display: block;
    padding: 9px 10px;
    color:#cc8a97;
}
.poll-options,
.poll-results {
	margin: 0 0 10px 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
    margin: 0;
    border-top: 1px solid #eee;
}
.poll .buttons button,
.poll-total-votes {
	border: none;
    background: none;
	padding: 9px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #cc8a97;	
}
.poll-total-votes {
	display: block;
    border-top: 1px solid #eee;
}
.home-page-polls {
    margin: 0 0 80px;
    text-align: center;
}
.home-page-polls .title{
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: 3.3px;
    font-size: 22px;    
    text-transform: uppercase;
    color: #444;
}
.home-page-polls .poll strong {
    margin: 0 0 5px;
    border: 2px solid #eee;
}
.home-page-polls .poll-options li {
    display: inline-block;
    margin: 5px 10px;
}
.home-page-polls .poll .buttons,
.home-page-polls .poll-total-votes {
    border: none;
    text-align: center;
}

.block.product-filters .listbox {
    padding: 5px 10px 10px;
}
.product-filters .listbox .product-filter {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.product-filters .filtersPanel .block {
    margin: 0 0 30px 15px;
}

.price-filter-block .ui-slider {
    position: relative;
    width: auto;
    min-width: 130px;
    height: 8px;
    margin: 15px 10px 0;
    background: #cdcdcd;
}
.price-filter-block .ui-slider-range {
    height: 8px;
    background: #005898;
    position: absolute;
}
.price-filter-block .ui-slider-handle {
    position: absolute;
    top: -8px;
    height: 24px;
    width: 12px;
    margin-left: -10px;
    border: 0;
    background: #0074c8;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.price-filter-block .selected-price-range {
    overflow: hidden;
    margin: 5px 0 12px;
    font-size: 14px;
    font-weight: bold;
    color: #cc8a97;
}
.price-filter-block .selected-price-range .from {
    float: left;
}
.price-filter-block .selected-price-range .to {
    float: right;
}
.product-filters .product-filter .filter-title {
	display: none;
    padding: 7px 0;
}
.product-filters .product-filter .filter-title strong {
    color: #444;
}
.product-filters .filter-content .name {
    padding: 7px 0;
}

.product-filters .filter-content .item {
    position: relative;
}

.product-filters .product-spec-filter .filter-content {
    margin: 0px 0px 10px 0px;
}
.product-filters li {
    position: relative;
}
.product-filters li input {
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}
.product-filters li label {
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 6px 0px 6px 25px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.product-filters li label:before {
    border: 2px solid #000000;
    content: "";
    height: 19px;
    left: 0px;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
    width: 19px;
}
.product-filters li.checked label::before {
    background-image: url("../img/selected.png");
    background-image: url("../img/selected.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}
.product-filters.color-filter li.checked label::before {
    background-image: url("../img/tick.png");
    background-image: url("../img/tick.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}
.product-filters li.disabled label {
    opacity: 0.4;
    cursor: default;
}
.product-filters li.disabled label:hover,
.product-filters li.checked label:hover {
    color: #888;
}
.product-filters .attribute-square {
    border: 2px solid #eee;
    cursor: pointer;
    display: block;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 6px;
    left: -1px;
    z-index: -1;
}

.product-filters.color-filter ul.checkbox-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.product-filters.color-filter ul.checkbox-list label {
    font-size: 0;
    font-size: 0;
    background-color: #000;
    width: 19px;
    height: 19px;
    padding: 0;
    border: 0;
}
.product-filters.color-filter ul.checkbox-list label::before {
    border: 0;
    margin: -10px 0 0;
}
.product-filters.size-filter li label {
	text-transform: uppercase;
}


/********** CATEGORY PAGE **********/

.category-listing-page .page-body {
    background-color: #f2f2f2;
}
.category-listing-page .page-body > .master-column-box,
.product-details-page .page-body > .master-column-box {
    padding-top: 57px;
    padding-bottom: 57px;
}
.shopping-cart-page .page-body > .master-column-box {
    padding-bottom: 57px;
}
.breadcrumb {
    margin: 0 0 20px;
    text-align: center;
}
.breadcrumb ul {
    position: relative;
    /*border: 2px solid #eee;
    text-align: center;
    font-size: 0;*/
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > a,
.breadcrumb li > strong,
.breadcrumb li > .delimiter {
    display: inline-block;
    height: 32px;
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 11px; /*reset zeroing*/
    text-transform: uppercase;
    color: #ffffff;
}
.breadcrumb li span.delimiter {
    width: 15px;
    background: url('../img/breadcrumb-arrow.png') no-repeat center;
    font-size: 0;
}
.breadcrumb strong {
    max-width: 180px;
    overflow: hidden;
    white-space:nowrap;
	font-weight: normal;
}
.breadcrumb a:hover {
    color: #24a4d6;
}

.category-listing-page .page-title {
    margin: 0 0 30px;
}
.category-listing-page .page-title h1 {
    font-size: 36px;
    letter-spacing: 0.75px;
    text-align: center;
    color: #0074c8;
    text-transform: capitalize;
}

.category-banner {
    position: relative;
    background-color: #d491c5;
}
.category-pink .category-banner {
    background-color: #d491c5;
}
.category-yellow .category-banner {
    background-color: #f5bb1f;
}
.category-green .category-banner {
    background-color: #29cb68;
}
.category-pink .btn-secondary {
    color: #d491c5 !important;
}
.category-yellow .btn-secondary {
    color: #f5bb1f !important;
}
.category-green .btn-secondary {
    color: #29cb68 !important;
}

.category-page:not(.category-listing-page) .category-banner-item .category-picture img {
width: 100%;
/*max-width: 720px;*/
max-width: 400px;
}

/* .category-listing-page .category-banner .master-column-box,
.product-details-page .category-banner .master-column-box {
    padding: 0;
} */
.category-banner .category-banner-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 50px 0;*/
    padding: 0;
    /*min-height: 700px;*/
    min-height: 350px;
}
.category-listing-page .category-banner .category-banner-item,
.product-details-page .category-banner .category-banner-item {
    position: relative;
    min-height: 180px;
}
.category-listing-page div:not(.category-banner) .category-banner-item .category-picture {
    /*position: relative;
    max-width: 220px;*/
    max-width: 280px;
    padding-top: 15%;
    overflow: hidden;
}
.category-listing-page div:not(.category-banner) .category-banner-item .category-picture img {
    /*position: relative;
    max-width: 100%;*/
    max-width: 100%;
    right: 0;
    bottom: -30%;
}
.category-banner .category-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 100%;
}
.category-banner .category-content > div {
    width: 100%;
}
.category-content .category-title h1 {
    font-size: 54px;
    line-height: normal;
    letter-spacing: 1.13px;
    color: #fff;
    text-align: left;
    margin: 0 0 16px;
}
.category-content .category-description {
    height: auto;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .56px;
    color: #fff;
    margin: 0 0 15px;
}
.category-content .category-description p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .56px;
    color: #fff;
    margin: 0 0 15px;
}
.category-content .category-link {
	margin: 0 0 15px;
}
.category-content .category-link .btn-secondary {
    color: #f5bb1f;
}

.category-picture {
    margin: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/* .category-picture:before {
    content: '';
    display: block;
    padding-top: 100%;
} */
.category-picture img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 90%;
    margin: auto 0 0 auto;
}

.category-listing-page .category-description {
    height: auto;
    font-size: 16px;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
}

.banner-categories-list .categories-list-select {
	position: relative;
}
.banner-categories-list .categories-list-select .dropdown-button {
	border-radius: 4px;
	border: 0;
	font-family: 'Passion One', sans-serif;
	font-size: 16px;
	letter-spacing: .5px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: 400;
	padding: 10px 50px 10px 20px;
	background-image: url('../img/dropdown-arrow.png');
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: center right 15px;
	margin: 0 0 15px;
}
.category-yellow .categories-list-select .dropdown-button {
	background-color: #e7a901;
}
.category-pink .categories-list-select .dropdown-button {
	background-color: #fbb1eb;
}
.category-green .categories-list-select .dropdown-button {
	background-color: #1db659;
}
.banner-categories-list .categories-list-select .categories-list-menu {
	border-radius: 4px;
	padding: 20px;
	position: absolute;
	top: 55px;
    left: 0;
	width: 100%;
	display: none;
}
.category-yellow .categories-list-select .categories-list-menu {
	background-color: #e7a901;
}
.category-pink .categories-list-select .categories-list-menu {
	background-color: #fbb1eb;
}
.category-green .categories-list-select .categories-list-menu {
	background-color: #1db659;
}
.banner-categories-list .categories-list-select .categories-list-menu > .sublist {
	display: flex;
	flex-wrap: wrap;	
}
.banner-categories-list .categories-list-select .categories-list-menu > .sublist > li {
	width: 50%;
	padding: 0 10px;
}
.banner-categories-list .categories-list-select .categories-list-menu .sublist li a {
	display: block;
}
.banner-categories-list .categories-list-select .categories-list-menu .sublist li a,
.banner-categories-list .categories-list-select .categories-list-menu .sublist li span {
	font-family: 'Passion One', sans-serif;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 12px;
}
.banner-categories-list .categories-list-select .categories-list-menu .sublist .sublist {
	margin: 0 0 30px;
}
.banner-categories-list .categories-list-select .categories-list-menu .sublist .sublist li a,
.banner-categories-list .categories-list-select .categories-list-menu .sublist .sublist li span {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: .54px;
	margin: 0 0 5px;
}


.category-full-description {
    padding: 30px 0;
}
.full-description-item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    text-align: left;
}
.full-description-text {
    width: 60%;
}
.full-description-text h2 {
    font-size: 36px;
    letter-spacing: 0.75px;
    color: #0074c8;
    margin: 0 0 20px;
}
.full-description-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin: 0 0 20px;
}
.full-description-text a { 
    color: #0074c8;
}
.full-description-image {
    width: 40%;
}
.full-description-item:nth-child(odd) .full-description-image {
    padding-left: 50px;
}
.full-description-item:nth-child(even) .full-description-image {
    padding-right: 50px;
}
.full-description-image img {
    max-width: 100%;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 35px;
    text-align: center;
    line-height: 28px;
}
.contact-vendor {
    margin: 0 0 40px;
    text-align: center;
}
.contact-vendor .button-2 {
    padding: 10px 30px;
    border: 2px solid #eee;
	background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-vendor .button-2:hover {
    background-color: #eee;
}

.products-container-before {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: space-between; */
    justify-content: right;
}
/* .products-container-before .product-selectors {
    display: block;
} */
.products-container-before .product-filters {
    display: none;
}

/* .product-filters {
    margin: 0 0 40px;
} */
.product-filters .product-filter {
    display: inline-block;
    width: 95%;
    vertical-align: top;
}

.product-filters .filter-content {
    margin: 0 0 30px;
}
.product-filters .filter-content li a {
    line-height: 24px;
}
.product-filters .filter-content .title {
    color: #444;
}
.product-filters .filtered-items {
    margin: 10px auto;
    border: 2px solid #eee;
    padding: 10px;
}
.product-filters .remove-filter a {
    padding: 0 20px 0 0;
    background: url('../img/forum_icon2.png') no-repeat right center; 
    color: #de524e;
}
.product-filters .filter-content li a:hover {
    color: #cc8a97;
}

.catalog-filters {
    position: relative;
    padding: 50px 33px 33px;
	max-height: 100%;
	overflow: hidden;
    overflow-y: auto;
}
.catalog-filters .close-filter {
    display: block;
    width: 65px;
    height: 65px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #0074c8;
    background-image: url('../img/close-icon-sharp.png');
    background-image: url('../img/close-icon-sharp.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    cursor: pointer;
    transition: all .2s linear;
}
.catalog-filters .close-filter:hover {
    background-size: 19px;
}

.filtersTitlePanel {
    text-align: center;
    margin: 0 0 20px;
}
.filtersTitlePanel .filtersTitle {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;    
}

.filtersTitlePanel .clearFilterOptionsAll {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 6px 15px;
    border: 1px solid #0074c8;
    margin: 30px 0 0;
    cursor: pointer;
}
.filtersTitlePanel .clearFilterOptionsAll {

}

.catalog-filters .filtersPanel {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.catalog-filters .filter-block {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 8px;
}
.filter-block .title {
    position: relative;
    padding: 0;
    background: none;
}
.filter-block a.toggleControl {
    display: block;
    /*padding: 12px 80px 12px 0;*/
	padding: 12px 50px 12px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    cursor: pointer;
}
.filter-block a.toggleControl::after {
    content: '-';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Barlow", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: normal;
    color: #000000;

}
.filter-block a.toggleControl.closed::after {
    content: '+';
}
.filter-block a.clearFilterOptions, 
.filter-block a.clearPriceRangeFilter {
    position: absolute;
    top: 0;
    right: 30px;
    left: auto;
    border: none;
    padding: 0 5px;
    height: 100%;
    line-height: 44px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #de524e;
    cursor: pointer;
    z-index: 5;
}

.filter-block .filtersGroupPanel {
    max-height: 225px;
    overflow-y: auto;
}
/* width */
.filter-block .filtersGroupPanel::-webkit-scrollbar,
.block-category-navigation .listbox .sublist::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}  
 /* Track */
 .filter-block .filtersGroupPanel::-webkit-scrollbar-track,
 .block-category-navigation .listbox .sublist::-webkit-scrollbar-track {
    background: #c5c5c5; 
}   
/* Handle */
.filter-block .filtersGroupPanel::-webkit-scrollbar-thumb,
.block-category-navigation .listbox .sublist::-webkit-scrollbar-thumb {
    background: #000e3abb; 
}  
/* Handle on hover */
.filter-block .filtersGroupPanel::-webkit-scrollbar-thumb:hover,
.block-category-navigation .listbox .sublist::-webkit-scrollbar-thumb:hover {
    background: #000e3a; 
    cursor: pointer;
}

.filtersGroupPanel > ul {
    margin: 0 0 15px;
}

.block-category-navigation {
    position: relative;
    padding: 0 33px 33px;
    margin-top: -33px;
}
.block-category-navigation .filter-block { 
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 8px;
}
.block.product-filters .listbox {
    max-height: unset;
    padding: 0
}
.block-category-navigation .listbox .list {
    padding: 0 0 0 10px;
}
.block-category-navigation .listbox ul li {
    border: 0;
    margin: 0;
}
.block-category-navigation .listbox ul li a { 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #000000 !important;
    padding: 6px 0;
}
.block-category-navigation .listbox ul li a:hover { 
    color: #0074c8 !important;
}
.block-category-navigation .listbox .sublist {
    max-height: 225px;
    overflow-y: auto;
}
.block-category-navigation .listbox .sublist li a { 
    padding: 3px 0;
}

.product-selectors {
    width: 100%;
    max-width: calc(100% - 24px);
	margin: 0 auto 30px;
	text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
/* .product-selectors:after {
	content: "";
	display: block;
	clear: both;
} */
.product-selectors > div {
	display: inline-block;
    position: relative;
    z-index: 1;
	margin: 5px;
    font-size: 13px;
}
.product-selectors > div.product-sorting {
    z-index: 2;
}
.product-selectors > div > span {
    display: inline-block;
    padding: 0 10px;
}
.product-selectors > div > span:first-child {
    width: 120px;
    text-align: right;
}
.product-selectors select {
	margin: 0 5px;
	text-transform: lowercase;
    font-size: 18px;
    color:#000000;
}
.product-selectors > div > * {
    vertical-align: middle;
}
.product-selectors select {
	min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/selector-button2.png') no-repeat center right 3px !important;
    padding: 5px;
    margin: 0;
    min-width: 45px;
    text-transform: none;
}
/* .product-selectors .new_select {
    display: inline-block;
    width: auto !important;
    max-width: none;
    background: url('../img/selector-button2.png') no-repeat right 12px !important;
    padding-right: 20px;
    border-bottom: 2px solid #eee;
    font-size: 14px; 
    color: #444;
} */

.product-selectors .custom-select select {
    opacity: 0;
    visibility: visible;
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline;
    z-index: 1;
}
.product-selectors .custom-select .custom-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px !important;
    height: 45px;
    padding: 14px;
    margin-left: auto;
    background-color: #0074c8;
    background-image: url('../img/sort-by.png');
    background-image: url('../img/sort-by.svg');
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
    transition: all .2s linear;
    margin: 0;
}
.product-selectors .custom-select .label {
    margin: 56px 0 0;
}


.category-page-body .master-column-wrapper.showfilters .product-filters-button {
    display: none;
}
.product-filters-button span {
    display: block;
    font-family: 'Passion One', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 11px 0 0;
    padding: 0;
}
.product-selectors .product-filter .button {
    font-size: 0;
    width: 45px;
    height: 45px;
    min-width: unset;
    padding: 14px;
    color: #ffffff;
    background-color: #0074c8;
    border: 0;
    background-image: url('../img/filters.png');
    background-image: url('../img/filters.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    transition: all .2s linear;
}
.product-selectors .product-filter .button:hover {
    opacity: 1;
    background-size: 25px;
}
.product-selectors .product-viewmode {
	display: none;
}
.product-selectors .product-viewmode span {
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0;
    /* border: 2px solid #ddd; */
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	opacity: 0.5;
}
.product-selectors .product-viewmode a + a {
    margin-left: -6px;
}
.product-selectors .product-viewmode a.grid {
    width: 40px;
	background-image: url('../img/grid-icon.png');
	background-image: url('../img/grid-icon.svg');
    background-size: 35px;
    margin-right: 10px;
}
.product-selectors .product-viewmode a.list {
    width: 60px;
	background-image: url('../img/list-icon.png');
	background-image: url('../img/list-icon.svg');
    background-size: 50px;
}
.product-selectors .product-viewmode a.selected {
    /* background-color: #eee; */
	opacity: 1;
}
.product-selectors .product-sorting > span {
    display: block;
    font-family: 'Passion One', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding: 0;
    /* margin: 11px 0 0; */
}
.product-selectors .product-sorting .new_select ~ select ~ span.custom-dropdown {
    display: none;
}
.product-selectors .product-sorting .new_select ~ select ~ span.label {
    margin: 11px 0 0;
}
.product-selectors .product-sorting .new_select .activeSelect {
    display: none;
}
.product-selectors .product-sorting .new_select {
    width: 45px !important;
    max-width: unset;
    height: 45px;
    padding: 14px;
    margin-left: auto;
    background-color: #0074c8;
    background-image: url('../img/sort-by.png');
    background-image: url('../img/sort-by.svg');
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
    transition: all .2s linear;
}
.product-selectors .product-sorting .new_select:hover {
    background-size: 27px;
}
.product-selectors .product-sorting .new_select > div {
    width: 150px;
    left: auto !important;
    top: 100% !important;
    right: 0 !important;
}
.product-selectors .product-sorting .styleSelect_item li span {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #818184;
}
.product-selectors .product-sorting .styleSelect_item li span.selected {
    color: #0074c8;
}
.product-selectors .filters-button {
	display: block;
    min-width: 120px;
    height: auto;
    /* padding: 5px 15px; */
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: normal;
    color: #000;
    text-align: left;
    cursor: pointer;
    border: 1px solid #979797;
    background-color: #fff;
    margin: 0;
}

.product-selectors .filters-button span {
    display: block;
    padding: 5px 35px 5px 15px;
    background-image: url('../img/arrow-d.png');
    background-image: url('../img/arrow-d.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right 10px;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
    max-width: 350px;
	margin: 0 auto 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-box .picture {
	position: relative; /*quick view inline css replacement*/
	z-index: 1;
	overflow: hidden;
	background: #fff;
    margin: 0 0 20px;
    overflow: unset;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.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;*/
	top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
	/* width: 100%;
	max-width: 80%;
	height: auto; */
    width: auto;
	max-width: 80%;
	height: auto; 
    max-height: 90%;
	margin: auto;
}
.item-box .picture .second-product-image {
    opacity: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-box:hover .picture .second-product-image {
    opacity: 1 !important;
}
.item-box .second-product-image ~ .first-product-image {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-box:hover .second-product-image ~ .first-product-image {
    opacity: 0 !important;
}
.item-box .swiper-pagination-bullet-active {
    background-color: #cc8a97;
}
.item-box .picture button {
	display: none; /*hides additional wishlist button when ajax cart is disabled*/
}

.item-box .product-ribbons,
.gallery .product-ribbons {
    width: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 999;
}
.item-box .product-ribbons,
.gallery .product-ribbons {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.item-box .product-ribbons ul,
.gallery .product-ribbons ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.item-box .product-ribbons ul li,
.gallery .product-ribbons ul li {
    padding: 0 5px;
}
.item-box .product-ribbons ul li.eco,
.gallery .product-ribbons ul li.eco {
    margin-left: auto;
}
.item-box .product-ribbons ul li.new,
.gallery .product-ribbons ul li.new {
    margin-top: 16px;
}
.item-box .product-ribbons ul li img,
.gallery .product-ribbons ul li img {
    width: 35px;
    position: static;
    max-width: unset;
    transform: none;
}

.item-box .details {
    text-align: center;
}
.product-list .item-box .details {
    text-align: left;
}
.item-box .product-title {
	height: 60px;
	margin: 0 0 5px;
	overflow: hidden;
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.67px;
    color: #0074c8;
    text-transform: capitalize;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title a:hover {
    color: #cc8a97;
}
.item-box .product-title + .sku {
	display: none;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 15px;
}
.item-box .rating {
	background: url('../img/rating-1.png') no-repeat;
	width: 90px;
    height: 15px;
}
.item-box .rating div {
    background: #cc8a97 url('../img/rating-2.png') no-repeat;
    height: 15px;
}
.item-box .description {
	height: 46px;
	margin: 0 0 15px;
	overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.44px;
    color: #0074c8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 15px;
    overflow: hidden;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 18px;
    font-weight: 300;
	color: #cc8a97;
}
.item-box .base-price-pangv {
    font-size: 12px;
}
.item-box .old-price + .actual-price {
	margin: 0 3px;
}
.item-box .tax-shipping-info {
    font-size: 13px;
}
.item-box .tax-shipping-info a {
    color: #cc8a97;
}
.item-box .tax-shipping-info a:hover {
    text-decoration: underline;
} 
.item-box .buttons {
	margin: 0;
    text-align: center;
    font-size: 0;
}
.product-list .item-box .buttons {
    text-align: left;
}
.item-box button {
    /* width: calc(100% - 48px); */
    max-width: 100%;
    height: 48px;
    border: none;
	padding: 0 20px;
    background: #cc8a97;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.44px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-box button:hover {
    opacity: 0.9;
}
.item-box button.product-box-add-to-cart-button {
    border-radius: 50px;
    padding: 0 15px 0 45px;
    background-image: url('../img/icon-quick-quote.png');
    background-image: url('../img/icon-quick-quote.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 15px;
}
.item-box button.add-to-compare-list-button {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
	background: #444 url('../img/compare-button.png') center no-repeat;
    font-size: 0;
}
.item-box button.add-to-wishlist-button {
    width: 48px;
    height: 48px;
    padding: 0;
	background: #444 url('../img/wishlist-button.png') center no-repeat !important;
    font-size: 0;
}

.item-box .with-icon button {
    width: 48px !important;
	min-width: 0 !important;
    margin: 0 1px;
    padding: 0;
    font-size: 0;
}
.item-box .with-icon .product-box-add-to-cart-button {
    background: #cc8a97 url('../img/cart-button.png') no-repeat center; 
}

.item-box .product-box-add-to-quote-basket {
    display: inline-block;
    border-radius: 50px;
    padding: 15px 25px;
    background-color: #0074c8;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .44px;
    font-weight: bold;
    color: #fff;
}

.video-wrapper {
    padding: 55px 0 100px;
    background-color: #0074c8;
}
.video-wrapper .video-block-title h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
	margin: 0 0 60px;
}

.home-page-category-grid {
    width: 100%;
    margin: 0 !important;
}
.home-page-category-grid .item-box {
    width: 100%;
    margin: 0 !important;
    /* margin-bottom: 2px; */
    max-width: none;
}
.home-page-category-grid .item-box.category-pink .category-item {
    background-color: #d491c5;
}
.home-page-category-grid .item-box.category-yellow .category-item {
    background-color: #f5bb1f;
}
.home-page-category-grid .item-box.category-green .category-item {
    background-color: #29cb68;
}
.home-page-category-grid .category-item {
    position: relative;
    background-color: #d491c5;
    padding: 56px 40px;
    min-height: 650px;
}
.home-page-category-grid .content {
    position: relative;
    z-index: 1;
	min-height: 250px;
    /* padding-right: 35%; */
}
.home-page-category-grid a:hover {
    text-decoration: underline;
}
.home-page-category-grid .item-box.category-pink .btn-secondary {
    color: #d491c5 !important;
}
.home-page-category-grid .item-box.category-yellow .btn-secondary {
    color: #f5bb1f !important;
	min-height: 48px;
}
.home-page-category-grid .item-box.category-green .btn-secondary {
    color: #29cb68 !important;
}

.home-page-category-grid .picture {
    margin: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/* .home-page-category-grid .picture:before {
    content: '';
    display: block;
    padding-top: 100%;
} */
.home-page-category-grid .picture img {
    position: absolute;
    right: 0;
    bottom: 0;
	transform: none;
    width: auto;
    max-width: 100%;
    margin: auto 0 0 auto;
}
/* .home-page-category-grid .item-box .title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #444;
}
.home-page-category-grid .title a {
    display: block;
    height: 100%;
}
.home-page-category-grid .title a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 60px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
}*/
.home-page-category-grid .item-box .title {
    font-size: 54px;
    line-height: normal;
    letter-spacing: 1.13px;
    color: #ffffff;
    margin: 0 0 16px;
}
.home-page-category-grid .item-box .description {
    height: auto;
    min-height: 70px;
    max-height: 100px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.56px;
    color: #ffffff;
    margin: 0 0 50px;
    max-width: 280px;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.home-page-category-grid .item-box .description p {
	font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.56px;
    color: #ffffff;
}
.home-page-category-grid .picture a:before {
	padding-top: 73%;
}

.home-page-category-grid .hover-effect-2 .title a span {
    top: auto;
    width: 100%;
	margin: 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.sub-category-grid {
    width: 100%;
    margin: 0 !important;
}
.sub-category-grid .item-box {
    width: 100%;
    margin: 0 !important;
    /* margin-bottom: 2px; */
    max-width: none;
}
.sub-category-grid .sub-category-item {
    position: relative;
    background-color: #d491c5;
    padding: 56px 40px;
    min-height: 525px;
}
.category-pink .sub-category-grid .sub-category-item {
    background-color: #d491c5;
}
.category-pink .sub-category-grid .item-box:nth-child(even) .sub-category-item {
    background-color: #FBB1EB;
}
.category-yellow .sub-category-grid .sub-category-item {
    background-color: #E7A901;
}
.category-yellow .sub-category-grid .item-box:nth-child(even) .sub-category-item {
    background-color: #f5bb1f;
}
.category-green .sub-category-grid .sub-category-item {
    background-color: #1DB659;
}
.category-green .sub-category-grid .item-box:nth-child(even) .sub-category-item {
    background-color: #29cb68;
}
.sub-category-grid .content {
    position: relative;
    z-index: 1;
    /* padding-right: 35%; */
}
.sub-category-grid .picture {
    margin: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.sub-category-grid .picture img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    /*max-width: 100%;
    margin: auto -100px 0 auto;*/
	max-width: 80%;
	margin: auto -40px 0 auto;
	transform: none;
}
.sub-category-grid .item-box .title {
    font-size: 36px;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 16px;
}
.sub-category-grid .item-box .description {
    height: 70px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .44px;
    color: #ffffff;
    margin: 0 0 30px;
    max-width: 280px;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-category-grid .item-box .description p {
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .44px;
    color: #ffffff;

}
.sub-category-grid .picture a:before {
	padding-top: 73%;
}

/*.sub-category-grid .picture {
    margin: 0 0 15px;
}
.sub-category-grid .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #444;
} */

.manufacturer-grid .picture,
.vendor-grid .picture {
    border: 1px solid #f3f3f3;
}
.manufacturer-grid .title,
.vendor-grid .title {
    text-align: center;
    font-size: 16px;
    color: #444;
}

.product-grid,
.product-list {
	margin: 0 0 60px;
}
.product-grid .title {
    font-family: 'Passion One',sans-serif;
    font-size: 36px;
    color: #0074c8;
    font-weight: 400;
    letter-spacing: 0.75px;
    text-transform: none;
    margin: 0 0 30px;
    text-align: center;
}
.product-grid .title strong {
    font-weight: 400;
}
.cross-sells {
}

.pager {
	margin: 0 0 20px;
    padding: 30px 0 0;
    font-size: 0;
    border-top: solid 1px #0074c8;
    text-align: right;
}
.pager ul {
	text-align: center;
}
.pager li {
	display: inline-block;
	vertical-align: middle;
    margin: 0 5px 10px;
}
.pager li * {
	display: block;
	min-width: 45px;
	height: 45px;
	/* border: 2px solid #eee;
    border-width: 2px 1px; */
	padding: 10px;
	text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 16px; /*reset zeroing*/
    color: #000000;
	cursor: pointer;
}
.pager li span {
	background-color: #eee;
}
.pager li a:hover {
	color: #0074c8;
}
.pager li.current-page span {
    /* border-color: #ddd; */
    color: #ffffff !important;
    background-color: #0074c8;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    /* border-width: 2px;
    border-color: #cc8a97;
    background-color: #cc8a97;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0; */
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 16px; /*reset zeroing*/
    color: #000000;
    background-color: transparent !important;
    border: 0;
}
/* .pager li.previous-page * {
	background-image:url('../img/pager-prev.png');
}
.pager li.next-page * {
	background-image: url('../img/pager-next.png');
}
.pager li.first-page * {
	background-image: url('../img/pager-first.png');
}
.pager li.last-page * {
	background-image: url('../img/pager-last.png');
} */
.pager li.last-page *, 
.pager li.first-page * {
    margin: 0 1px;
    background-color: #444;
    border-color: #444;
}


/********** PRODUCT PAGE **********/



/* .master-wrapper-content.one-column,
.master-wrapper-content.two-columns {
    padding-top: 30px;
} */

.one-column .product-name,
.two-columns .product-name {
	margin: 0 0 15px;
}
.one-column .product-name h1,
.two-columns .product-name h1 {
    text-align: left;
    text-transform: capitalize;
    line-height: 42px;
    letter-spacing: 0.75px;
    font-size: 36px;
    color: #0074c8;
}
.product-reviews-overview {
	margin: 0 0 30px; /*not present in variant-overview*/
    text-align: center;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 90px;
	height: 15px;
	background: url('../img/rating-1.png') repeat-x;
}
.product-review-box .rating div {
	height: 15px; 
	background: url('../img/rating-2.png') repeat-x;
}
.product-review-links {
}
.product-review-links a {
    color: #cc8a97;
}
.product-review-links a:hover {
    text-decoration: underline;
}
.product-review-links +.add-review {
    margin-left: 10px;
}

.product-essential {
	margin: 0 0 0;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}

.gallery {
    position: relative;
    margin: 0 auto 30px;
}
.gallery .picture-gallery {
    border: solid 1px #e9e9e9;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
    height: 500px;
	margin: 0 auto 20px;
	overflow: hidden;
    text-align: center;
    /*border: 1px solid #0074c8;*/
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
    max-width: 100%;
    max-height: 100%;
    font-size: 0;
    margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
    text-align: left;
	font-size: 0;
    padding: 0 30px;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 33.33333%;
	margin: 0 0 2px;
	overflow: hidden;
}
.gallery .picture-thumbs:not(.in-carousel),
.gallery .picture-thumbs:not(.slick-slider)  {
	display: flex;
    justify-content: start;
    align-items: center;
    /* flex-wrap: wrap; */
}
.gallery .picture-thumbs:not(.in-carousel) .thumb-item,
.gallery .picture-thumbs:not(.slick-slider) .thumb-item {
    /*max-width: 114px;*/
    max-width: 90px;
    padding: 10px;
	/* height: auto; */
	display: block;
    border: 1px solid #0074c8;
    margin: 0 10px 10px;
    text-align: center;
}
.gallery .picture-thumbs .thumb-item {
	position: relative;
    height: 60px;
}
.gallery .picture-thumbs .thumb-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.video-gallery .video-thumbs {
	margin: 10px 0 0;
	font-size: 0;
}
.video-gallery .thumb-item {
	width: 100% !important;
    height: 315px !important;
	margin: 10px 0 0 !important;
}

.gallery .slick-slider {
    padding: 0 36px;
}
.gallery .slick-slider .slick-arrow {
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 0;
    transform: none;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}
.gallery .slick-slider .slick-prev {
    left: 5px;
    background-image: url('../img/arrow-l.png');
    background-image: url('../img/arrow-l.svg');
}
.gallery .slick-slider .slick-next {
    right: 5px;
    background-image: url('../img/arrow-r.png');
    background-image: url('../img/arrow-r.svg');
}

.overview {
	margin: 0 0 30px;
}
.overview .discontinued-product {
    margin: 0 0 25px;
    border: 2px solid #eee;
    padding: 25px 0;
}
.discontinued-product h4 {
    text-align: center;
    text-transform: uppercase;
    color: #de524e;
}
.overview .short-description {
	margin: 0 0 25px;
    line-height: 24px;
}
.overview .manufacturers {
	margin: 15px 0;
}
.back-in-stock-subscription { 
	margin: 15px 0;
	font-size: 0;
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
    padding: 10px 15px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color:#cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.overview .subscribe-button:hover,
.variant-overview .subscribe-button:hover {
    background-color: #eee;
}

.overview .additional-details {
    margin: 25px 0;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 5px;
}
.overview .additional-details .label,
.variant-overview .additional-details .label {
	font-weight: bold;
}
.overview .delivery,
.variant-overview .delivery {
    margin: 25px 0;
}
.overview .value,
.variant-overview .value {
	font-weight: bold;
    color: #444;
}
.overview .value a,
.variant-overview .value a {
	font-weight: bold;
    color: #cc8a97;
}
.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}

.overview-buttons { 
	/* margin: 25px 0;
    border-bottom: 2px solid #eee;
    padding: 0 0 25px; */
	font-size: 0;
}
.overview-buttons div {
	display: inline-block;
	margin: 0 1px 10px;
    vertical-align: top;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.download-sample-button {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #444;
	background-position: center;
    background-repeat: no-repeat;
	border: none;
	font-size: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../img/wishlist-button.png');
}
.overview .add-to-compare-list-button {
    background-image: url('../img/compare-button.png');
}
.overview .email-a-friend-button {
    background-image: url('../img/email.png');
}
.download-sample-button {
    background-image: url('../img/download.png');
}   
.overview-buttons div > *:hover {
    opacity: 0.9;
}

.overview .prices,
.variant-overview .prices {
	margin: 15px 0;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
    font-family: 'Passion One',sans-serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #0074c8;
}
.overview .prices .tax-shipping-info a,
.variant-overview .prices .tax-shipping-info a {
    color: #cc8a97;
}
.overview .prices .tax-shipping-info a:hover,
.variant-overview .prices .tax-shipping-info a:hover {
    text-decoration: underline;
}
.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 10px 10px 0;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}
.customer-entered-price .price-range {
	font-weight: bold;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
.min-qty-notification {
    margin-bottom: 10px;
}
.pre-order-availability-date {
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}
.pre-order-availability-date label {
    font-weight: normal;
    color: #888;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    width: 100%;
    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  {
	width: 48px;
    height: 48px;
    border: 2px solid #eee;
	/*padding: 12px;*/
	text-align: center;
    font-size: 16px;
}
.overview .qty-dropdown ,
.variant-overview .qty-dropdown  {
    min-width: 48px;
    width: auto;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
button.apply-shipping-button {
    /* min-width: 230px; */
    height: 44px;
    padding: 0 20px 0 45px;
    background: #cc8a97;
    background-image: url('../img/icon-basket.png');
    background-image: url('../img/icon-basket.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 15px center;
    border-radius: 24px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
button.apply-shipping-button:hover {
    opacity: 0.9;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.overview #quick_quote_wrapper {
    float: none;
}
.overview .buy-sample {
    float: none;	
}
.overview .buy-sample > div {
	margin: 0;
}
.overview .buy-sample-button {
    width: 100%;
    padding: 15px 25px;
    border-radius: 50px;
    background: #24a4d6;
    /* background-image: url('../img/buy-icon.png');
    background-image: url('../img/buy-icon.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 15px center; */
    font-size: 16px;
	line-height: 1.2;
    min-width: 197px;
    padding: 12px 25px;
    text-align: center;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 0 15px;
}
.overview .call-now {
    float: none;
}
.overview .call-now-button {
    display: block;
    width: 100%;
    padding: 12px 25px;
    border-radius: 50px;
    background: #29cb68;
    font-size: 16px;
	line-height: 1.2;
    min-width: 197px;
    padding: 12px 25px;
    text-align: center;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 0 15px;
}
.overview .call_back {
	margin: 0 0 20px 0;
}
.overview .call-back-btn {
	height: 44px;
    padding: 0 20px 0 40px;
    background: #29cb68;
    background-image: url('../img/call-icon-simple.png');
    background-image: url('../img/call-icon-simple.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 15px center;
    border-radius: 24px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-actions button.add-to-basket {
    float: none;
    width: 100%;
    background-color: #0074c8;
    font-size: 16px;
	line-height: 1.2;
    min-width: 197px;
    padding: 12px 25px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}

.product-actions .request-a-quote {
    display: block;
    width: 100%;
    background-color: #00adee;
    font-size: 16px;
	line-height: 1.2;
    min-width: 197px;
    padding: 12px 25px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}
.product-actions button.order-sample {
    width: 100%;
    background-color: #90278e;
    font-size: 16px;
	line-height: 1.2;
    min-width: 197px;
    padding: 12px 25px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}

.product-estimate-shipping {
	margin: 0 0 25px;
}
.product-estimate-shipping:last-child {
	margin: 0;
}
.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: 3px 3px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
}
.product-estimate-shipping .shipping-price {
    position: relative;
    bottom: 1px;
	margin: 0 0 0 5px;
	vertical-align: middle;
    font-weight: bold;
    color: #444;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.read-full-description {
	margin: 0 0 30px;
}
.read-full-description a {
	color: #0074c8;
}

.full-description {
	clear: both;
	margin: 0 0 30px;
	line-height: 28px;
}
.full-description p {
	line-height: 28px !important;
}

.product-collateral {
	margin: 0 0 80px;
    text-align: center;
}
.product-collateral .title {
	margin: 0 0 15px;
	font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.product-variant-list {
}
.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
    font-weight: bold;
	font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.variant-overview .variant-description {
	margin: 0 0 25px;
	line-height: 24px;
}
.variant-overview .add-to-cart {
    display: inline-block;
    vertical-align: top;
}
.variant-overview .add-to-cart-panel > * {
	margin: 0 0 10px;
}
.variant-overview .overview-buttons {
    display: inline-block;
    position: relative;
    margin: 0 0 0 -3px;
    border: none;
    padding: 0;
    vertical-align: top;
}

.ui-tabs {
	margin: 0 0 80px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0 0 30px;
    font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: block;
    margin: 10px auto;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	border: 2px solid #eee;
	background-color: #f9f9f9;
	padding: 10px 25px;
	text-align: center;
    font-size: 14px;
	letter-spacing: 2px;
    color: #cc8a97;
	font-weight: bold;
    text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background-color: #eee;
}
.ui-tabs .ui-tabs-panel {
    position: relative;
    overflow: hidden;
	border: 2px solid #eee;
	background: #fff;
	padding: 15px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.tier-prices {
	margin: 0 0 50px;
}
.tier-prices .prices-table {
	border: 2px solid #eee;
    overflow: hidden;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row > div {
	border-top: 2px solid #eee;
    padding: 10px;
}
.tier-prices .prices-row.thead > div {
	border-right: 2px solid #eee;
}
.tier-prices .field-header {
	border-top: none !important;
    font-weight: bold;
    color: #444;
}
.tier-prices .item-price {
	color: #444;
}

.product-specs-box {
	margin: 0 0 30px;
}
.ui-tabs .product-specs-box {
	padding: 20px 0;
}
.product-specs-box .data-table {
    box-shadow: none;
}
.product-specs-box .data-table td {
    padding: 5px;
    border: 2px solid #eee !important;
}
.product-specs-box thead {
    display: none;
}
.product-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.product-specs-box .spec-group-name {
    display: none !important;
}

.product-tags-list {
    font-size: 0;
}
.product-tags-list li,
.vendor-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
    color: #cc8a97;
}
.vendor-list li {
    margin: 0 10px 10px;
}
.product-tags-list li a:hover,
.vendor-list li a:hover {
    text-decoration: underline;
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

.attributes {
	margin: 20px 0 30px;
    /* border-top: 2px solid #eee;
    padding: 20px 0 0; */
}
.attributes .dt {
	margin: 0 15px 10px 0; 
	font-weight: bold;
    color: #444;
    white-space: nowrap;
    min-width: 100px;
}
.attributes .attribute-description {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    white-space: normal;
}
.attributes .dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 5px 0 12px;
    display: flex;
    align-items: center;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes select {
	width: auto;
    min-width: 300px;
	max-width: 100%;
}
.attributes option.disabled {
	color: #ddd;
}
.attributes .qty-box {
	margin: 0 0 0 10px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 50px;
}
.attributes .option-list label {
	margin: 0 5px;
}

.rental-attributes .attribute-item {
    margin: 10px 0;
}
.rental-attributes .attribute-item label {
    display: inline-block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #444;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.ui-datepicker-header a {
    font-size: 0;
    opacity: 0.8;
}
.ui-datepicker-header a:hover {
    opacity: 1;
}
.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url('../img/pager-prev.png') no-repeat center;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
    background: url('../img/pager-next.png') no-repeat center;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 2px solid #eee;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar td a:hover {
    background-color: #f6f6f6;
}
.ui-datepicker-calendar .ui-state-active {
    background-color: #cc8a97 !important;
    outline: 2px solid #cc8a97;
    color: #fff;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 0 5px;
	text-align: center;
}
.attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
}
.attribute-squares label {
	display: block;
	margin: 0;
    overflow: hidden;
}
.attribute-square {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
	/*border-radius: 100%;*/
    cursor: pointer;
}
.attribute-square-container[title~=White]
.attribute-square {
    border-color: #ccc;
}
.attribute-squares .selected-value .attribute-square {
    border-color: #cc8a97;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	/* margin: -32px 0 0; */
    display: none;
}
.attribute-squares li {
    display: inline-block;
    margin: 0 3px 5px;
    text-align: center;
}
.attributes .option-list label {
    margin: 0 5px;
}
.attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}
.attribute-square-container {
    display: block;
    padding: 1px;
    position: relative;
    z-index: 0;
}
.attribute-square {
	background-color: #fff;
    /* border: 2px solid #eee; */
    border: 2px solid #0074c8;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 45px;
}
/* .attribute-squares li input {
    margin: -45px 0 0;
    position: relative;
    z-index: -1;
} */
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
    width: 45px;
    height: 45px;
	margin: auto;
	border: 1px solid #eee;
	background: #fff url('../img/delete-address.png') center no-repeat;
}
.image-squares .tooltip-container:before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.image-squares .tooltip-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
}
.image-squares .tooltip-container:after {
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.image-squares li:hover .tooltip-container {
    margin-left: -75px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}
.image-squares .tooltip-container .tooltip-header {
    height: 25px;
    width: 198px;
    background-color: #eee;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 25px;
}
.image-squares .tooltip-container .tooltip-body {
    margin: 5px;
}
.image-squares .tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}

.attributes ul.size-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    margin-left: -5px;
    margin-right: -5px;
}
.attributes ul.size-list li {
    padding: 10px 0;
    margin: 0 0 10px;
    display: block;
}
.attributes ul.size-list li input {
    display: none;
}
.attributes ul.size-list li label {
    min-width: 45px;
    height: 45px;
    background-color: #0577c5;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    margin: 0 5px;
}
.attributes ul.size-list li input[type=checkbox]:checked + label {
    background-color: #29cb68;
}


.color-squares input[type="checkbox"]:checked + .attribute-square-container .attribute-square,
.color-squares input[type="radio"]:checked + .attribute-square-container .attribute-square {
    border-color: #E1340A;
    background-image: url('../img/tick.png');
    background-image: url('../img/tick.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.giftcard {
	margin: 50px 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}

/*back in stock subscription popup*/
.ui-dialog .back-in-stock-subscription-page .page-title {
    margin: 20px 0;
}
.ui-dialog .back-in-stock-subscription-page .page-title h1 {
    font-size: 16px;
    letter-spacing: 2px;
}
.ui-dialog .notify-me-button {
    margin: 20px auto;
    background: #cc8a97;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ui-dialog .back-in-stock-subscription-page .notify-me-button:hover {
    opacity: 0.9;
}
.ui-dialog .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog .page-body .tooltip {
    text-align: left;
}

.product-details-wrap {
    width: 100%;
    margin: 30px 0;
    text-align: left;
}
.product-wrap-head {
    margin-bottom: 26px;
}
.product-wrap-head span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: .83;
    letter-spacing: normal;
    color: #0074c8;
}
.product-wrap-content {
    margin: 0 0 20px;
}
.product-wrap-content .product-description ul {
    padding-left: 20px;
    margin: 0 0 15px;
    list-style: disc;
}
.product-wrap-content .product-description ul li {
    margin-bottom: 3px;
}
.product-details-wrap dl.product-detail {
    background-color: #fff;
    width: 100%;
    display: flow-root;
    margin: 0;
}
.product-details-wrap dl.product-detail:nth-child(2n+1) {
    background-color: #f3f3f3;
}
.product-details-wrap dl.product-detail dt {
    float: left;
    width: 200px;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: text-top;
    overflow: hidden;
    white-space: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
    padding: 10px 20px;
}
.product-details-wrap dl.product-detail dd {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
    padding: 10px 0 10px 200px;
    margin: 0;
}

.product-config-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.product-config {
    width: 100%;
    background-color: #f3f3f3;
    padding: 40px 25px 63px;
}
.product-summary {
    position: relative;
    width: 100%;
}
.product-summary .stickyBlock {
    position: relative;
    z-index: 1000;
    width: 100%;
    /* max-width: 337px; */
    padding: 40px 25px 63px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
}
.product-summary .stickyBlock.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.product-config h3, .product-summary h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0074c8;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.branding-info {
    position: relative;
    width: calc(100% - 46px);
    float: right;
}
.branding-info > div {
    display: none;
}

.config {
    position: relative;
    margin: auto;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.config .config-head {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 18px;
    font-weight: 300;
}
.config .config-head label,.config .config-head span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    font-size: inherit;
    flex-grow: 1;
    padding-right: 25px;
}
.config .config-head label {
    font-family: "Barlow",sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-transform: uppercase;
}
.config .config-head .config-head-number {
    display: inline-block;
    width: 29px;
    height: 29px;
    text-align: center;
    vertical-align: middle;
    align-self: flex-start;
    font-weight: 300;
    flex-shrink: 0;
    border: 1px solid #d8d8d8;
    color: #000000;
    background-color: #fff;
}
.product-config .config.config-progress-gradient .config-head-number,.product-config .config.config-set .config-head-number {
    color: #fff;
    background: #0074c8;
    border-color: #0074c8;
}
.config .config-head .config-head-number span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    font-family: "Barlow",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
}
.config .config-progressbar {
    position: absolute;
    top: 29px;
    width: 3px;
    height: calc(100% - 29px);
    margin-left: 14px;
    display: none;
    background-color: #0074c8;
}
.product-config .config .config-progressbar {
    display: inherit;
}
.product-config .config:last-child .config-progressbar {
    display: none;
}
.config.config-set:not(.config-progress-gradient) .config-progressbar {
    background-color: #0074c8;
}
.config.config-progress-gradient .config-progressbar {
    background: linear-gradient(to bottom,#0074c8,#0074c8,#d8d8d8,#d8d8d8);
}
.config .config-body {
    position: relative;
    width: calc(100% - 46px);
    float: right;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 22px;
    margin-bottom: 27px;
}
.config .quantity-config-body .ui-slider {
    width: calc(100% - 120px);
    float: left;
    margin: 21px 0;
    height: 4px;
    border: 0;
    background-color: #0074c8;
}
.config .quantity-config-body .ui-slider .ui-slider-range {
    background-color: #0074c8;
}
.config .quantity-config-body .ui-slider .ui-slider-handle {
    background-image: url('../img/arrow-slider.png');
    background-image: url('../img/arrow-slider.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border: 0;
    width: 29px;
    height: 29px;
    top: -12px;
}
.config .quantity-config-body input {
    width: 85px;
    float: right;
}
.config .attribute-squares li {
    margin: 0 5px 5px 0;
}
.config .attribute-squares li:first-child {
    margin-left: 0;
}
.config .attribute-square {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 0;
}
.config .attribute-square-container[title="Plain"] .attribute-square {
    border: 1px solid #818184;
}
.config .color-squares input[type="radio"]:checked+.attribute-square-container .attribute-square {
    background-size: 15px;
}
.config input {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
    font-weight: 400;
    padding: 10px;
    text-indent: 1px;
}
.config select {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
    font-weight: 400;
    /* padding: 10px 50px 10px 20px; */
    padding: 10px 30px 10px 10px;
    background-image: url('../img/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 15px;
    /* background-position: right 20px center; */
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    white-space: break-spaces;
}
.config select option {
    max-width: 100%;
    overflow-x: scroll !important;
}

.config .branding-default-text {
    display: block;
    margin-top: 10px;
}
.multi-size-selection {
    display: flex;
    justify-content: stretch;
    column-gap: 8px;
    flex-wrap: wrap;
}
.multi-size-selection__label {
    width: 35%;
    padding-top: 8px;
}
.multi-size-selection__label label {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #000000;
}
.multi-size-selection__input {
    width: calc(65% - 8px);
}
.multi-size-selection__input input {
    text-align: center;
    margin-bottom: 11px;
}

.product-totals .quantity {
    margin-bottom: 30px;
}
.product-totals dl {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 15px;
}
.product-totals dt {
    float: left;
    width: 50%;
    clear: left;
    text-align: left;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: normal;
    color: #818184;
    text-transform: uppercase;
}
.product-totals dd {
    margin-left: 50%;
    width: 50%;
    line-height: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 17px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0074c8;
}

.product-totals .price {
    margin-bottom: 30px;
}
.product-totals .total-title {
    padding-bottom: 14px;
    line-height: 1;
    font-size: 24px;
    font-weight: normal;
    line-height: .83;
    letter-spacing: normal;
    text-align: center;
    color: #818184;
    text-transform: uppercase;
}
.product-totals .total-price {
    padding-bottom: 16px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: .83;
    letter-spacing: normal;
    text-align: center;
    color: #0074c8;
}

.vat-toggle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 20px;
}
.vat-toggle > span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: normal;
    color: #818184;
    text-transform: uppercase;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    margin: 0 0 0 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e8;
    border: 1px solid #0074c8;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 2px;
    background-color: #0074c8;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input:checked + .switch-slider {
    background-color: #0074c8;
}
.switch input:focus + .switch-slider {
    box-shadow: 0 0 1px #0074c8;
}
.switch input:checked + .switch-slider:before {
    background-color: #ffffff;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}
.switch-slider.round:before {
    border-radius: 50%;
}   

.product-info {
    margin-bottom: 26px;
}
.product-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-info ul li {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: normal;
    color: #000000;
}
.product-info ul li span {
    color: #0074c8;
}

.product-actions button {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 50px;
}
.product-actions button.add-to-basket {
    background-color: #0074c8;
    color: #ffffff;
}
.product-actions .request-a-quote {
    background-color: #f5bb1f;
    color: #ffffff;
}
.product-actions button.order-sample {
    background-color: #d491c5;
    color: #ffffff;
}


/********** ESTIMATE SHIPPING **********/

.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;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
}
.mfp-container .address-item .required {
	position: absolute;
    top: -5px;
	right: -10px;
}
.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;
	font-size: 14px;
    color: #444;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 2px solid #eee;
	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: 2px solid #eee;
	padding: 12px 11px;
}
.mfp-container .shipping-item {
	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 #444;
	border-radius: 50%;
	font-size: 0;
}
.estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 3px; left: 3px;
	width: 6px; height: 6px;
	border-radius: 50%;
	background-color: #444;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	min-width: 120px;
    height: 40px;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
    border: none;
    padding: 0;
}

@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 {
    color: #cc8a97;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.write-review {
	margin: 0 0 60px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
    margin-bottom: 15px;
	text-align: center;
}
.review-rating > div {
    display: inline-block;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    color: #444;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.review-rating .tooltiptext {
    display: inline-block;
    margin-top: 10px;
}
.review-rating .name-description {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    font-size: 14px;
}
.write-review .rating-wrapper div {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
}
.write-review .review-rating div.first {
	color: #de524e;
}
.write-review .review-rating .rating-options {
    font-size: 0;
}
.write-review .review-rating .rating-options input {
	margin: 0 2px;
}
.write-review .review-rating div.last {
	color: #6bc29d;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.write-review .button-1 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 80px;
	border: none;
	padding: 14px 40px;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.write-review .button-1:hover {
    opacity: 0.9;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	margin: 0 0 20px;
    border-bottom: 2px solid #eee;
	overflow: hidden;
	padding-bottom: 10px;
}
.product-review-item .review-title {
    margin: 0 0 10px;
	color: #444;
}
.product-review-item .product-review-box {
	margin: 0;
}
.product-review-item .review-info.top {
	margin: 0 0 20px;
}
.product-review-item .review-text {
	margin: 0 0 15px;
    line-height: 24px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-avatar {
    max-width: 120px;
    margin: 0 auto 10px;
    line-height: normal;
}
.product-review-item .review-avatar a {
    display: block;
}
.product-review-item .review-avatar img {
    max-width: 100%;
}
.product-review-item .separator {
    margin: 0 3px 0 0;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	font-weight: bold; 
	cursor: pointer;
    color:#cc8a97;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
    text-decoration: underline;
}
.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: 30px 0 0;
    padding: 20px;
    background: #f6f6f6;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.share-info {
    margin: 0 0 100px;
    text-align: center;
}
.wishlist-content .message-error:first-child {
	margin: -30px 0 20px;
    text-align: center;
    color: #de524e;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
    text-align: center;
}
.wishlist-content .tax-shipping-info a {
    color: #cc8a97; 
}
.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
    display: block;
    min-width: 250px;
    margin: 10px auto;
    padding: 10px 30px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wishlist-content .button-2:hover {
    background-color: #eee;
}
.wishlist-content .button-2.wishlist-add-to-cart-button {
    background-color: #cc8a97;
    border: 2px solid #cc8a97;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.wishlist-content .button-2.wishlist-add-to-cart-button:hover {
    opacity: 0.9;
}
.wishlist-page .share-info span {
    display: block;
}
.wishlist-page .share-info a {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
    color: #444;
}
.wishlist-page .share-info a:hover {
    color: #cc8a97;
}
.compare-products-page {
	position: relative;
    margin: 0 0 150px;
}
.compare-products-page .clear-list {
    display: block;
    width: 250px;
    margin: -15px auto 30px;
    border: 2px solid #eee;
    padding: 10px 30px;
    text-align: center;
    color: #cc8a97;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.compare-products-table {
	display: none;
}
.compare-products-page .button-2 {
	padding: 10px 15px;
    border: none;
    background-color: #cc8a97;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.compare-products-page img {
	max-width: 200px;
}
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.compare-products-page .attribute-square {
    width: 25px;
    height: 25px;
    cursor: default;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
/* .home-page .topic-block {
	margin: 0 0 30px;
} */
.topic-block-title {
	margin: 0 0 20px;
}
.topic-block-title h2 {
    margin: 0 0 30px;
    text-align: center;
	font-size: 36px;
    font-weight: 400;
    color: #0074c8;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.topic-block-body {
	line-height: 28px;
}
.topic-page {
    margin: 0 0 80px;
}
.topic-block a,
.topic-page a {
	color: #cc8a97;
}
.topic-block a:hover,
.topic-page a:hover {
    text-decoration: underline;
}
.topic-page .page-body {
	line-height: 28px;
}
.topic-page img {
max-width: 100%;
}

/* .home-page .topic-block {
	margin: 0 0 60px;
} */
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
    min-height: 200px;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #888;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
    border: 2px solid #eee;
    border-right: none;
}
.enter-password-form button {
	float: left !important;
	width: auto !important;
	height: 36px !important;
    background-color: #f9f9f9;
    border: 2px solid #eeeeee;
    color: #cc8a97;
    font-weight: bold;
    padding: 0 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.enter-password-form button:hover {
    background-color: #eee;
}

.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page-columns {
    margin: 0 0 40px;
}

.contact-page .fieldset {
    margin: 0 0 30px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 100px;
	border: none;
	padding: 14px 40px;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
    opacity: 0.9;
}
.contact-page .topic-block {
    margin: 0 0 40px;
    text-align: center;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    color: #cc8a97;
}

.contact-list label,
.contact-list strong {
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
}
.contact-list li {
    margin: 0 0 20px;
}

.map-content iframe {
    width: 100% !important;
    height: 550px !important
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .fieldset {
    text-align: center;
}
.registration-page .fieldset .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
    border: 2px solid #eee;
    padding: 10px 20px;
}
.registration-page .form-fields,
.login-page .form-fields,
.account-page .form-fields{
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 30px 15px;
    border: 2px solid #eee;
}
.account-page .form-fields {
    max-width: none;
}
.registration-page .gender label,
.account-page .gender label {
    display: inline;
    color: #444;
}
.gender {
	display: inline-block;
}
.gender * {
	margin: 0 5px;
	vertical-align: middle;
	line-height: 32px;
}
.date-picker-wrapper {
    display: inline-block;
}
.date-of-birth select {
    width: 32%;
    max-width: 110px;
}
.date-of-birth select + select {
    margin: 0 0 0 2%;
}
#check-availability-button {
    margin: 30px 0 0;
    padding: 10px 30px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#check-availability-button:hover {
    background-color: #eee;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
    white-space: normal;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
}
.accept-privacy-policy {
	margin: -20px 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 .buttons {
    margin-top: -20px;
}
.accept-privacy-policy + .buttons {
    margin-top: 0;
}
.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,
.user-agreement-page .button-1 {
    width: 350px;
    max-width: 100%;
    margin: 0 0 80px;
    padding: 14px 40px;
    border: none;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.password-recovery-page .button-1 {
    display: block;
    margin: 60px auto 0px;
}
.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,
.user-agreement-page .button-1:hover {
    opacity: 0.9;
}
.registration-result-page .result {
	margin: 0 0 60px;
    text-align: center;
	color: #6bc29d;
}

.login-page .page-title {
    margin: 0 0 50px;
}
.login-page .customer-blocks {
    overflow: hidden;
    text-align: center;
}
.login-page .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
	border: 2px solid #eee;
    padding: 10px 20px;
}
.login-page .title strong {
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #444;
}
.login-page .new-wrapper {
	margin: 0 0 60px;
}
.login-page .inner-wrapper {
}
.login-page .text {
    width: 590px;
    max-width: 100%;
	margin: 0 auto -2px;
    border: 2px solid #eee;
    padding: 30px 15px;
}
.login-page .form-fields {
    width: 590px;
    max-width: 100%;
    margin: 0 auto -2px;
}
.login-page .form-fields .message-error {
    margin: -10px 0 10px;
}
.login-page .inputs.reversed {
    margin: 0;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
	font-size: 14px; /*reset zeroing*/
    color: #444;
}
.login-page .inputs.reversed a {
    color: #cc8a97;
}
.login-page .inputs.reversed a:hover {
    text-decoration: underline;
}
.login-page .captcha-box {
    margin: 20px 0 0;
}
.login-page .buttons {
    max-width: 590px;
    margin: 0 auto;
    font-size: 0;
}
.login-page .button-1 {
    width: 590px;
    max-width: 100%;
    margin: 0;
}
.login-page .checkout-as-guest-button {
    border: 2px solid #eee;
    padding:12px 20px !important;
    background-color: #f9f9f9;
    color: #cc8a97;
}
.login-page .checkout-as-guest-button:hover {
    background-color: #eee;
}
.external-authentication {
    clear: both;
	margin: 0 0 60px;
	text-align: center;
}
.external-authentication .title {
	display: none;
    border: none;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.login-page .topic-block {
    clear: both;
    text-align: center;
    margin: 0 0 120px;
}
.password-recovery-page .tooltip {
	margin: 0 0 40px;
    text-align: center;
}
.password-recovery-page .result {
	margin: 0 0 5px;
    text-align: center;
	font-weight: bold;
}

.account-page .title {
    margin: 0 0 15px;
}
.account-page .title strong {
    font-size: 16px;
}
.account-page .title strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.account-page .button-1 {
    margin: 0;
}
.account-page .button-2 {
    border: 2px solid #cc8a97; /* if there are 2 buttons must stay same height */
	padding: 10px 30px;
    background-color: #cc8a97;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.account-page .button-2:hover {
    opacity: 0.9;
}
.account-page .data-table .product {
    text-align: left;
}

.account-page .email-to-revalidate,
.account-page .email-to-revalidate-note {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-style: normal;
	color: #444;
}

.account-page .edit-address {
	margin: 0 0 60px;
    border: 2px solid #eee;
    padding: 30px 15px;
}
.account-page .description {
	margin: 0 0 20px;
}

.registration-page .inputs.accept-consent label,
.account-page .inputs.accept-consent label {
    margin-left: 5px;
    width: auto;
}
.add-more-external-records a {
    color: #cc8a97;
}
.add-more-external-records a:hover {
    text-decoration: underline;
}

.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
    max-width: 900px;
    margin: 0 auto 15px;
    border: 2px solid #eee;
    padding: 20px;
	line-height: 24px;
}
.address-list-page .buttons {
    font-size: 0;
}
.account-page .edit-address-button,
.account-page .delete-address-button {
    width: 48px;
    height: 48px;
    margin: 0 -1px;
    border: 2px solid #eee;
    padding: 0;
    font-size: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.account-page .edit-address-button {
    background: #f9f9f9 url('../img/edit-address.png') no-repeat center;
}
.account-page .delete-address-button {
    background: #f9f9f9 url('../img/delete-address.png') no-repeat center;
}
.account-page .edit-address-button:hover,
.account-page .delete-address-button:hover {
    background-color: #eee;
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}

.account-page .return-items-button {
    border: 2px solid #eee;
    background-color: #f9f9f9;
    color: #cc8a97;
}
.account-page .return-items-button:hover {
    background: #eee;
}
.return-request-list-page a {
	font-weight: bold;
    color: #cc8a97; 
}
.return-request-list-page a:hover {
    text-decoration: underline;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.downloadable-products-page .download {
    font-size: 14px;
    font-weight: normal;
    color: #888;
}
.downloadable-products-page .download a {
    display: block;
    width: 48px;
    height: 48px;
    margin: auto;
    border: none;
    background: #444 url('../img/download.png') no-repeat center;
    font-size: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.downloadable-products-page .download a:hover {
    opacity: 0.9;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 60px;
    text-align: center;
}

.back-in-stock-subscription-list-page .data-table,
.forum-subscriptions-page .data-table {
    margin: 0 0 60px;
}

.reward-points-overview {
    margin: 0 0 15px;
}
.reward-points-history td.points-balance {
    font-size: 16px;
    font-weight: bold;
    color: #cc8a97;
}
.reward-points-history .message {
    min-width: 175px;
    text-align: left !important;
    font-size: 14px;
    font-weight: normal !important;
    color: #888;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .buttons {
    font-size: 0;
}
.avatar-page .buttons button {
    width: 100%;
    max-width: 250px;
    margin: 0 0 10px 0;
    padding: 10px 0;
}
.avatar-page .buttons .button-2,
.account-page .button-2.return-items-button  {
    border: 2px solid #eee;
    background-color: #f9f9f9;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.avatar-page .buttons .button-2:hover,
.account-page .button-2.return-items-button:hover  {
    background-color: #eee;
}
.multi-factor-authentication-page .inputs label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 0px;
    margin: 0px 5px 0px 0px !important;
}
.multi-factor-authentication-page .payment-details {
    display: inline-block;
    width: calc( 100% - 60px);
    padding-left: 10px;
    vertical-align: middle;
}
.multi-factor-authentication-page .payment-method .payment-logo {
    position: inherit;
    display: inline-block;
    width: 50px;
}
.multi-factor-authentication-page .payment-method .payment-details input[type="radio"] {
    position: inherit;
    margin-right: 5px;
}
.multi-factor-authentication-page .payment-method .method-name .buttons,
.multi-factor-authentication-page .payment-method .method-list .payment-details label,
.multi-factor-authentication-page .payment-method .method-list .payment-description {
    margin: 0 0 0 0px;
}
.multi-factor-authentication-page .payment-method .method-name .buttons {
    margin: 20px 0 0 10px;
}
.avatar-page .image {
    margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #eee;
}
.avatar-page input[type="file"] {
	width: 76px;
	overflow: hidden;
}
.avatar-page .info {
	margin: 0 0 20px;
}

.forum-subscriptions-page .info {
    text-align: left !important;
} 

/*vendor info page*/
.vendorinfo-page .vendor-picture {
    padding: 20px;
}
.vendorinfo-page .vendor-picture .remove-picture-button {
    display: block;
    margin: 20px auto 0;
}

.check-gift-card-balance-page .result {
    margin: 0 auto 20px;
    padding: 30px 15px;
    border: 2px solid #eee;
}
/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 60px;
	text-align: center;
}
.order-progress ul {
    font-size: 0;
}
.order-progress li {
    position: relative;
	display: inline-block;
    margin: 0 -2px -2px 0;
    overflow: hidden;
}
.order-progress a {
	display: block;
    width: 150px;
    border: 2px solid #eee;
    border-width: 2px;
    padding: 15px 50px 15px 0;
    background: url('../img/progress-arrow.png') no-repeat right center;
    text-transform: uppercase;
	font-size: 11px; /*reset zeroing*/
    color: #666;
}
.order-progress a:after {
    content: "";
    position: absolute;
    right: 48px;
    top: 0;
    height: 62px;
    width: 2px;
    background: #eee;
}
.order-progress li.active-step a {
    background-color: #f9f9f9;
	cursor: pointer;
}
.order-progress li.active-step a:hover {
    background-color: #f3f3f3;
}
.order-progress li.inactive-step a {
	/*opacity: 0.5;*/
	cursor: default;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    width: 390px;
    max-width: 100%;
    margin: 0 0 80px;
    border: none;
    padding: 16px 10px;
    background-color: #cc8a97;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;   
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
    opacity: 0.9;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .button-2.re-order-button,
.shopping-cart-page .estimate-shipping-button {
	display: inline-block;
	/* width: 390px; */
    max-width: 100%;
    border: 0px solid #eee;
	padding: 12px 30px;
    background-color: #0074c8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.shopping-cart-page .cart-collaterals .button-2 {
    border-width: 2px 0;
}
.order-details-page .button-2.re-order-button {
    width: auto;
    margin: 10px 0 5px;
}
.shopping-cart-page .cart-footer .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title .pdf-invoice-button:hover,
.order-details-page .button-2.re-order-button:hover {
    background-color: #eee;
}

.shopping-cart-page .cart-wrapper {
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}
.shopping-cart-page .cart-wrapper table.cart {
    margin-bottom: 20px;
}
.shopping-cart-page .button-2.update-cart-button,
.shopping-cart-page .estimate-shipping-button {
    border: 2px solid #cc8a97;
    background-color: #cc8a97;
    color: #fff;
}
.shopping-cart-page .button-2.update-cart-button:hover,
.shopping-cart-page .estimate-shipping-button:hover {
    opacity: 0.9;
}
.shopping-cart-page .tax-shipping-info {
    margin: 35px auto -20px;
    text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
    color: #cc8a97;
}
.shopping-cart-page .tax-shipping-info a:hover {
    text-decoration: underline;
}
.shopping-cart-page .common-buttons {
    padding: 0 20px 15px;
}
.shopping-cart-page .common-buttons .button-2,
.shopping-cart-page .estimate-shipping-button {
    margin: 0 0 10px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: none;
	background: #fff url('../img/menu-close-button.png') center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}

.cart-options {
	margin: 0 0 30px;
	text-align: center;
}
.cart-options .common-buttons {
	font-size: 0;
}
.cart-options .common-buttons button {
	min-width: 150px;
	margin: 0 5px 5px;
}
.cart-options .checkout-attributes {
	margin: 40px 0;
}
.cart-options > .checkout-attributes + .selected-checkout-attributes {
    margin: -20px 0 40px !important;
}
.cart-options .checkout-attributes .required {
    position: absolute;
}
.cart-options .checkout-attributes .text-prompt {
    color: #444;
}
.cart-options .checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.cart-options .checkout-attributes dt ~ dt {
    margin-top: 15px;
}
.cart-options .checkout-attributes ul {
}
.cart-options .checkout-attributes li {
	line-height: 24px;
}
.cart-options .checkout-attributes li * {
	vertical-align: middle;
}
.cart-options .checkout-attributes .attribute-squares li {
    margin: 0 5px 5px;
    line-height: normal;
}
.cart-options .selected-checkout-attributes {
	margin: 30px 0;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 390px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    padding: 20px 30px;
    text-align: right;
    font-size: 16px;
}
.cart-total td {
	width: 50%;
	padding: 5px;
}
.cart-total .order-total {
    font-weight: bold;
	font-size: 16px;
	color: #888;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
    cursor: pointer;
    color: #cc8a97;
}
.terms-of-service a:hover {
    text-decoration: underline;
}
.cart-footer .checkout-button {
	font-size: 18px;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
}

.cart-collaterals {
	width: 390px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
    position: absolute;
    top: -43px;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 185px; 
    margin: auto;
    border: 2px solid #eee;
    padding: 10px 0;
}
.cart-collaterals .title strong {
    text-transform: uppercase;
    color: #444;
    white-space: nowrap;
}
.cart-collaterals .hint {
    width: 90%;
	margin: 0 auto 5px;
    text-align: left;
}
.cart-collaterals .deals > div,
.cart-collaterals .estimate-shipping  {
    position: relative;
	margin: 70px auto 0;
    border: 2px solid #eee;
    border-bottom: none;
    padding: 25px 0 0;
}
.cart-collaterals .estimate-shipping label {
    width: 350px;
    max-width: 90%;
    margin: 0 auto 10px;
    font-weight: bold;
}
.cart-collaterals .inputs input[type='text'],
.cart-collaterals .inputs select {
    max-width: 90%;
}
.cart-collaterals .inputs .required {
    position: absolute;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
    width: 350px;
    max-width: 90%;
    margin: 0 0 15px;
    padding-left: 0;
    font-size: 14px;
}
.cart-collaterals .coupon-code button,
.cart-collaterals .shipping button {
    border-width: 2px 0;
}
.message-failure {
    border-bottom: 2px solid #eee;
    padding: 10px;
    color: #de524e;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	border-bottom: 2px solid #eee;
    padding: 10px;
	color: #6bc29d;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 30px;
    border-bottom: 2px solid #eee;
    padding: 0px 10px;
    text-align: left;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.cart-collaterals .option-name {
    color: #444;
}


/********** CHECKOUT **********/


/*google map*/
.select-pickup-point {
    margin-bottom: 30px;
}
.shipping-address-page .pickup-points-map {
    height: 400px;
}

/*end*/
.checkout-page {
    margin: 0 0 120px;
}
.checkout-page .section {
	margin: 0 0 30px;
    text-align: center;
}
.checkout-page .section.select-billing-address .title,
.checkout-page .section.select-shipping-address .title {
    display: none;
}
.checkout-page .section.new-billing-address .title,
.checkout-page .section.new-shipping-address .title {
    font-size: 24px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.checkout-page .section.order-summary .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.checkout-page .section.new-billing-address .title strong,
.checkout-page .section.new-shipping-address .title strong,
.checkout-page .section.order-summary .title strong {
    letter-spacing: 3.3px;
}
.checkout-page .enter-address {
    width: 900px;
    max-width: 100%;
    margin: auto;
    border: 2px solid #eee;
    padding: 30px 15px 15px;
}
.checkout-page .checkout-data .button-1 {
    padding: 15px;
    letter-spacing: 0;
    font-size: 14px;
}
.checkout-page .address-grid {
    display: inline-block;
    max-width: 100%;
	overflow: hidden;
    margin: 0 0 80px;
}
.checkout-page .address-item {
	width: 390px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.checkout-page .address-box {
    border: 2px solid #eee;
    border-width: 2px 2px 0 2px;
    padding: 20px;
    color: #444;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
    font-weight: bold;
}
.checkout-page .address-item .button-1 {
    margin: 0;
}
.checkout-page .edit-address {
	margin: 0 15px 30px;
}
.checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.checkout-page .address-list-page {
	display: none;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	width: 390px;
    max-width: 100%;
    margin: 0 auto 10px;
    border: 2px solid #eee;
    padding: 15px;
}
.payment-method .method-list li {
    position: relative;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
    text-transform: uppercase;
	font-weight: bold;
    color: #444;
}
.shipping-method .method-list li label {
    margin: 0 0 0 5px;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.use-reward-points {
	margin: -20px 0 30px;
}
.payment-info .validation-summary-errors li:last-child {
    margin: 0 0 10px;
}
.payment-info .info {
    max-width: 900px;
	margin: 0 auto 30px;
    border: 2px solid #eee;
    padding: 15px;
}
.payment-info .info table {
    border-collapse: separate;
    border-spacing: 15px;
}
.payment-info .info td {
    display: block;
	width: auto;
	margin: 0 0 5px;
}
.payment-info .info td label {
    vertical-align: top;
}
#CreditCardType, 
#CardholderName,
#CardNumber {
    width: 250px !important;
}
.payment-info .info p>b {
    color: #444;
}
.confirm-order .terms-of-service {
    text-align: center;
}
.confirm-order .terms-of-service span {
    width: auto;
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
}
.order-review-data > div,
.order-details-area > ul,
.shipment-details-area > div {
	margin: 0 0 30px;
}
.order-review-data .side-list-wrap,
.order-details-area .side-list-wrap,
.shipment-details-area .side-list-wrap {
    margin-top: 20px;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
    font-size: 14px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin: 0 0 30px;
}
.order-completed .details > div {
    margin: 20px 0;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
    color: #cc8a97;
}
.order-completed .details a:hover {
    text-decoration: underline;
}

.opc .step-title {
	margin-bottom: 1px;
    border: 2px solid #eee;
	overflow: hidden;
	background: #f9f9f9;
	padding: 10px;
    opacity: 0.7;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
    padding: 15px 10px;
    color: #666;
    opacity: 1;
}
.opc .active .step-title * {
}
.opc .step-title * {
	float: left;
	font-size: 16px; 
}
.opc .step-title span {
	margin: 0 10px 0 0;
    font-weight: bold;
}
.opc .step {
	margin: 30px 0;
	padding: 10px;
}
.opc .step .button-1 {
    margin: 0 0 30px;
}
.opc .section {
	margin: 0 0 20px;
}
.opc .section > label {
	display: block;
	margin: 0 0 20px;
}
.opc input[type="text"],
.opc select {
    width: 390px;
	max-width: 100%;
}
.opc #ExpireMonth,
.opc #ExpireYear {
    width: auto;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .button-1[style] {
    display: none!important;
}
.opc .back-link {
	margin: 40px 0 15px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
    text-transform: uppercase;
	font-weight: bold;
    color: #444;
}
.opc .back-link a:hover {
    color: #cc8a97;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .payment-info .info {
    border: none;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	text-align: center;
}
.opc .terms-of-service > span {
    width: auto;
    vertical-align: middle;
}
.opc .pickup-points-map {
    height: 400px;
}

.page.order-details-page,
.page.shipment-details-page,
.page.return-request-page {
    margin: 0 0 120px;
    text-align: center;
}
.order-details-page .page-title {
	margin: 0 0 40px;
	overflow: hidden;
}
.order-details-page .page-title h1,
.shipment-details-page .page-title {
	margin: 0 0 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}
.order-details-page .order-overview {
	margin: 0 0 40px;
}
.order-details-page .order-overview strong {
    color: #cc8a97;
}
.order-details-area,
.shipment-details-area {
	margin: 0 0 30px; 
	overflow: hidden;  
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .button-2.print-order-button {
    border: 2px solid #cc8a97;
    background-color: #cc8a97;
    color: #fff;
}
.order-details-page .section .title,
.shipment-details-page .section .title,
.return-request-page .section .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
    border: 2px solid #eee;
    padding: 10px 20px;
}
.shipment-details-page .section .title {
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
    text-transform: uppercase;
}
.order-details-page .picture img {
    max-width: 50px;
}
.order-details-page .tax-shipping-info {
	text-align: center;
}
.order-details-page .tax-shipping-info a {
    color: #cc8a97;
}
.order-details-page .tax-shipping-info a:hover {
    text-decoration: underline;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions button {
    width: 390px;
    max-width: 100%;
    border: 2px solid #cc8a97;
    padding: 12px 40px;
	background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.order-details-page .actions button:hover {
    opacity: 0.9;
}
.order-details-page button.return-items-button {
    background-color: #f9f9f9 !important;
    border: 2px solid #eee;
    color: #cc8a97;
}
.order-details-page button.return-items-button:hover {
    background-color: #eee;
    opacity: 1;
}
.order-details-page .total-info {
	width: 390px;
    margin: 0 auto 30px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    padding: 20px 30px;
    text-align: right;
    font-size: 16px;
}
.order-details-page .shipments .view-details a {
    font-size: 14px;
}
.shipment-details-page em {
    font-style: normal;
}

.return-request-page .submit-return-request-button {
    margin: 0;
}
.return-request-page .fieldset .title {
    margin: 0 0 40px;
    font-size: 16px;
}
.return-request-page .product {
    font-weight: bold;
    color: #444 !important;
}
.return-request-page .footable-last-column {
    color: #888;
    font-size: 14px;
    font-weight: normal;
}
.return-request-page .quantity select {
    height: 48px;
    width: 48px;
}
.return-request-file > div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}
.return-request-page .qq-upload-button {
	width: 100%;
	height: 36px;
	border: 2px solid #eee;
	background-color: #fff;
	padding: 5px;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 14px;
	color: #444 !important;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
    margin: 0 0 30px;
}
.search-page .page-title h1 {
	color: #000000;
}
.search-page .page-title h1 span.resultsfor {
	color: #0074c8;
}
.search-page .form-fields {
    border: 2px solid #eee;
    padding: 30px 15px;
}
.search-input .fieldset {
    margin: 0 0 30px;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 5px !important;
}
.basic-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px !important;
	margin: 3px 5px;
}
.search-input .button-1 {
    width: 390px;
    max-width: 100%;
    border: medium none;
    padding: 14px 40px;
	background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.search-input .button-1:hover {
    opacity: 0.9;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
    text-align: center;
}

.sitemap-page {
    margin: 0 0 120px;
}
.sitemap-page .page-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}
.sitemap-page .entity {
	margin: 40px 0;
}
.sitemap-page .entity-title {
	margin: 0 0 10px;
}
.sitemap-page .entity-title h2 {
    color: #444;
    letter-spacing: 3.3px;
    font-size: 16px;
    text-transform: uppercase;
}
.sitemap-page .entity-title h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 5px 10px;
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:hover {
    color: #cc8a97;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/

.page-back {
 margin: 0 0 20px;
}
.page-back a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0074c8;
padding-left: 20px;
background-image: url('../img/arrow-r-copy-7.png');
background-image url('../img/arrow-r-copy-7.svg');
background-repeat: no-repeat;
background-size: 8px;
background-position: left center;
}

.blog-page .category-banner .category-banner-item,
.blogpost-page .category-banner .category-banner-item,
.html-blog-search-page .category-banner .category-banner-item {
    position: relative;
    min-height: 180px;
}
.blog-page .category-banner .category-banner-item .category-picture,
.blogpost-page .category-banner .category-banner-item .category-picture,
.html-blog-search-page .category-banner .category-banner-item .category-picture {
    max-width: 280px;
    padding-top: 15%;
    overflow: hidden;
}
.blog-page .category-banner .category-banner-item .category-picture img,
.blogpost-page .category-banner .category-banner-item .category-picture img,
.html-blog-search-page .category-banner .category-banner-item .category-picture img {
    max-width: 100%;
    right: 0;
    bottom: -30%;
}

.block .year {
    border: none !important;
}
.block .year strong {
	display: block;
    border-bottom: 1px solid #eee;
    padding: 9px 10px 9px 20px;
	cursor: default;
}
.block .year .month {
    border-bottom: 1px solid #eee;
}
.block .year:last-child .month {
    border: none;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 60px;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 15px;
        text-transform: capitalize;
    font-family: 'Passion One', sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.75px;
    font-size: 30px;
    color: #0074c8;
}
.post-title h1,
.news-title h1 {
   font-size: 30px;
}
.post-title:hover,
.news-title:hover {
    color: #cc8a97;
}
/*.post-title:after,
.news-title:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background: #cc8a97;
}*/
.post-date,
.news-date {
	display: block;
    font-weight: bold;
}
.post-head,
.news-head {
    margin: 0 0 12px;
}
.page.blog-page,
.page.news-list-page {
    text-align: center;
}
/*.blog-pages-body .page-title,
.news-pages-body .page-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}*/
.blogpost-page .post-date,
.news-item-page .news-date {
}
.post-body,
.news-body {
	line-height: 24px;
}
.blog-page .tags, 
.blogpost-page .tags {
    display: inline-block;
	margin: 15px 0 0;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
    font-size: 13px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: inline-block;
    font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 13px;
    color: #cc8a97;
}
.blog-page .tags li:hover,
.blogpost-page .tags li:hover {
    text-decoration: underline;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    text-decoration: underline;
} 

.blog-posts .buttons,
.news-items .buttons { 
    margin: 15px 0 0;  
}
.blog-posts .read-comments {
    display: block;
	margin: 10px 0 20px;
    font-size: 13px;
    color: #cc8a97;
}
.blog-posts .read-comments:hover {
    text-decoration: underline;
}
.blog-posts .read-more,
.news-items .read-more {
	display: inline-block;
    min-width: 150px;
    background-color: #cc8a97;
    padding: 10px; 
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.blog-posts .read-more:hover,
.news-items .read-more:hover {
    opacity: 0.9;
}

.new-comment {
	margin: 60px 0 70px;
}
.new-comment form {
    border: 2px solid #eee;
    padding: 30px 15px;
}
.new-comment .title,
.comment-list .title {
	margin: 0 0 15px;
    font-size: 16px;
}
.new-comment .title strong:after,
.comment-list .title strong:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.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: 350px;
	max-width: 100%;
}
.new-comment .captcha-box {
    margin: 0 0 40px;
}
.new-comment .buttons {
    position: relative;
    margin: -22px 0 0;
}
.new-comment .button-1 {
	display: inline-block;
    width: 350px;
    max-width: 100%;
    border: none;
    background-color: #cc8a97;
    padding: 14px 40px; 
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.new-comment .button-1:hover {
    opacity: 0.9;
}

.comment-list .title {
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-comment,
.news-comment {
	margin: 0 0 60px;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
    display: inline-block;
    width: auto;
    margin: 0 0 20px;
    border: 2px solid #eee;
    padding: 20px 25px;
}
.comment-info .username {
	display: block;
	padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc8a97;
}
.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-content > * {
	margin: 0 0 10px;
}
.comment-content .comment-title {
    margin: 0 0 25px;
    text-transform: uppercase;
    color: #444;
}
.comment-time span {
    font-weight: bold;
}
.comment-body {
	line-height: 20px;
}

.page.news-item-page {
    text-align: center;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 60px;
}
.news-list-homepage .title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    color: #444;
}
.news-list-homepage .news-title {
    text-transform: none;
}
.news-list-homepage .news-title:after {
    display: none;
}
.news-list-homepage .view-all {
    text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
    font-weight: bold;
    color: #cc8a97;
}
.news-list-homepage .view-all a:hover {
    text-decoration: underline;
}
.news-list-homepage .news-item .news-title {
    font-size: 14px;
    letter-spacing: normal;
}

.blog-pages-body .master-wrapper-content,
.html-blog-search-page .master-wrapper-content {
    width: 100%;
    padding: 0;
}
.blog-pages-body .page-body > .master-column-box,
.html-blog-search-page .page-body > .master-column-box {
    padding-top: 57px;
    padding-bottom: 57px;
}
.html-blog-page .page-body > .master-column-box,
.html-blog-search-page .page-body > .master-column-box {
    padding-bottom: 0;
}
.blog-pages-body .page-body > .master-column-box:after,
.html-blog-search-page .page-body > .master-column-box:after {
    content: "";
    display: block;
    clear: both;
}


/********** FORUM & PROFILE **********/


.forums-main-page,
.forum-group-page,
.forum-page,
.forum-topic-page,
.forum-edit-page,
.forum-search-page,
.active-discussions-page,
.move-topic-page,
.profile-page,
.private-messages {
    margin: 0 0 180px;
}
.forums-main-page .topic-block {
    margin: 0 0 5px;
}
.forums-main-page .topic-block-body {
    line-height: 24px;
}
.forums-header {
	margin: 0 0 20px;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
    margin: 0 0 30px;
    font-weight: bold;
}
.forum-search-box {
    position: static !important;
    float: none !important;
    margin: 0 0 50px;
    border: 2px solid #eee;
    padding: 30px 20px 20px;
}
.forum-search-box form {

}
.forum-search-box .basic {
    max-width:390px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.forum-search-box .basic .search-box-text {
    width: 390px;
    max-width: 100%;
    height: 38px;
    border-width: 2px 2px 0;
    text-align: center;
    font-size: 14px;
}
.forum-search-box .basic .search-box-button {
    width: 390px;
    max-width: 100%;
    border: none;
    padding: 10px 40px;
    background-color: #cc8a97;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.forum-search-box .basic .search-box-button:hover {
    opacity: 0.9;
}
.forum-search-box .advanced a {
    padding-left: 20px;
    background: url('../img/forum-search-button.png') no-repeat left center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #cc8a97;

}
.forum-search-box-text {
	float: left;
	width: 220px !important;
}
.forum-search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	background: #ccc url('../img/search-button.png') center no-repeat;
	font-size: 0;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .inputs.reversed > * {
    margin: 0 3px;
}
.forum-search-page .search-error {
    margin: 0 0 30px;
	text-align: center;
    font-size: 13px;
	color: #de524e;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

/* forum group */

.forum-table td{
    font-size: 13px;
}
.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section.active-discussions {
    position: relative;
}
.forums-table-section a {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
}
.forums-table-section a:hover {
    color: #cc8a97;
}
.forums-table-section-title {
	margin: 0 0 20px;
	overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-size: 16px;
	font-weight: bold;
    color: #444;
}
.forums-table-section-title > a:hover {
    color: #cc8a97;
}
/*.forums-table-section-title > a:hover:after {
    background-color: #ddd;
}*/
.forums-table-section-title > a:after,
.forums-table-section-title strong:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background-color: #cc8a97;
}
.forums-table-section-title strong:after {
    background-color: #cc8a97;
}
.forums-table-section .view-all {
    margin: -30px 0 0;
}
.forums-table-section .view-all a {
    color: #cc8a97;
}
.forums-table-section .view-all a:hover {
    text-decoration: underline;
}

.forums-table-section .image div {
	width: 31px;
	height: 25px;
	margin: auto;
	background: url('../img/folder1.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../img/folder2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../img/folder3.png') center no-repeat;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post .origin a,
.forums-table-section .latest-post .author a,
.forums-table-section .topic-details .topic-starter a {
    font-size: 13px;
    color: #cc8a97;
}

/* forum-page, topic-page */

.forum-page .forum-info {
	margin: 0 0 20px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3.3px;
    color: #444;
}
.forum-page .forum-description {
    margin: 0 0 50px;
}
.forum-actions,
.topic-actions {
    display: inline-block;
	margin: 0 0 25px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 0 -1px;
    border: 2px solid #eee;
    padding: 10px 20px 10px 40px;
    background-image: none;
    background-color: #f9f9f9 !important;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 14px;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.forum-actions .actions a,
.topic-actions .actions a {
    margin-bottom: -2px !important;
}
.forum-actions .actions a:last-of-type,
.topic-actions .actions a:last-of-type {
    margin: 0 0 0 -1px;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #eee !important;
}
.forum-actions .actions .new-topic {
	background: url('../img/forum_icon6.png') left center no-repeat;
}
.forum-actions .actions .watch-forum {
	background: url('../img/forum_icon5.png') left center no-repeat;
}
.topic-actions .actions .reply-topic-button {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.topic-actions .actions .watch-topic-button {
	background: url('../img/forum_icon5.png') left center no-repeat;
}
.topic-actions .actions .move-topic-button {
	background: url('../img/forum_icon3.png') left center no-repeat;
}
.topic-actions .actions .edit-topic-button {
	background: url('../img/forum_icon1.png') left center no-repeat;
}
.topic-actions .actions .delete-topic-button {
	background: url('../img/forum_icon2.png') left center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}
.pager.upper {
	display: none;
	margin: 0;
}

/* topic post */

.topic-post {
	margin: 0 0 20px;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	margin: 30px 0;
    padding: 5px 0 20px;
}
.topic-post .user-info {
	width: 150px;
	margin: 0 auto 10px
}
.topic-post .username {
	display: block;
	padding: 10px 0;
	font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 150px;
	height: 150px;
    margin: 0 auto;
	/*border: 2px solid #eee;*/
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 15px;
    font-size: 13px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
    font-weight: bold;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	/*display: inline-block;
    width: 100px;
    border: 2px solid #eee;
    padding: 6px 0;
    background-color: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
    color: #cc8a97;*/
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 10px 30px;
    background-color: #cc8a97;
    font-weight: bold;
	text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    opacity: 0.9;
}

.topic-post .post-time {
	margin: 0 0 15px;
	padding: 10px 0;
}
.topic-post .post-time span {
	font-weight: bold;
}
.topic-post .post-actions {
	margin: 0 0 30px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
    margin: 0 0 -2px;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 -1px;
	font-size: 14px; /*reset zeroing*/
}
.topic-post .post-actions .quote-post-button {
    border: 2px solid #eee;
	background: #f9f9f9 url('../img/quote.png') left center no-repeat;
	padding: 15px 20px 15px 30px;
    text-transform: uppercase;
	font-weight: bold;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;  
}
.topic-post .post-actions .quote-post-button:hover {
    background-color: #eee;
}
.topic-post .post-actions .post-link-button {
    margin: 0 -1px;
    border: 2px solid #eee;
    padding: 15px 20px;
	font-weight: bold;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    margin: 0 -1px;
    border: 2px solid #eee;
    padding: 15px;
    font-weight: bold;
}
.topic-post .post-actions a:hover {
    color: #cc8a97;
}
.topic-post .post-body {
	margin: 0 0 15px;
    /*topic post-body also gets style from blog post-body*/
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px;
    border: 2px solid #eee;
	padding: 10px;
}
.topic-post .signature {
	border-top: 2px solid #eee;
	padding: 20px;
    font-style: italic;
}
.topic-post .vote {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.topic-post .vote.up:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #eee transparent;
}
.topic-post .vote.down:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #eee transparent transparent transparent;
}

.topic-post .post-vote {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.vote-count-post {
    width: 40px;
    border: 2px solid #eee;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #888;
    font-family: 'Roboto', sans-serif;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page strong,
.private-message-send-page a {
    text-transform: uppercase;
	font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin: 0 0 10px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-messages .buttons {
    font-size: 0;
}
.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
    display: block;
    margin: 10px auto;
	min-width: 250px;
	border: 2px solid #eee;
	padding: 10px 20px;
    background-color: #f9f9f9;
    font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.forum-edit-page .buttons button:hover,
.move-topic-page .buttons button:hover,
.private-messages .buttons button:hover {
    background-color: #eee;
}
.forum-edit-page .buttons button.button-1,
.move-topic-page .buttons button.button-1,
.private-messages .buttons button.button-1 {
    background-color: #cc8a97;
    border-color: #cc8a97;
    color: #fff;
}
.forum-edit-page .buttons button.button-1:hover,
.move-topic-page .buttons button.button-1:hover,
.private-messages .buttons button.button-1:hover {
    opacity: 0.9;
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px; /*reset zeroing*/
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */

.private-messages-page .ui-tabs .ui-tabs-panel {
    border: none;
    padding: 0;
}
.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page td a {
    font-weight: normal;
}
.private-messages-page td a.pm-unread {
	font-weight: bold;
    color: #cc8a97;
}
.private-messages-page td.date {
    color: #bbb;
} 
.private-messages-page .to a:hover,
.private-messages-page .from a:hover,
.private-messages-page .subject a:hover {
    color: #cc8a97;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-message-view-page .view-message {
    margin: 0 0 30px;
}
.private-message-view-page .view-message ul li {
    display: inline-block;
}
.private-message-view-page .view-message ul li:last-child span {
    display: none;
}
.private-message-view-page .view-message div {
	display: block;
    margin: 20px 0 0;
    border: 2px solid #eee;
    padding: 15px;
}
.private-message-view-page span {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .options {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .buttons {
    display: inline-block;
}
.private-message-view-page .back-pm-button {
    margin: 0 0 0 -2px;
}

/* profile page  */

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .avatar {
	margin: 0 auto 20px;
}
.profile-info-box .profile-stats {
	margin: 0 0 30px;
}
.profile-info-box .title {
	margin: 0 0 5px;
    text-transform: uppercase;
	font-size: 14px;
    color: #444;
}
.profile-info-box .stats {
    font-size: 13px;
}
.profile-info-box .stats li {
    margin: 0 0 5px;
}
.profile-page .topic {
    margin: 0 -15px 20px;
    border-bottom: 2px solid #eee;
    padding: 0 15px 15px;
}
.profile-page .topic p {
    padding: 0 10px;
}
.profile-page .topic-title {
    margin: -20px -15px 20px;
    border-bottom: 2px solid #eee;
    background-color: #f9f9f9;
    padding: 15px 5px;
}
.profile-page .topic:first-child .topic-title {
    margin-top: -15px;
}
.profile-page .topic-title a {
	vertical-align: middle;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #cc8a97;
}
.profile-page .topic-title a:hover {
    color: #cc8a97;
}
.profile-page .topic-data span {
	font-weight: bold;
}

/*-- Akiko css --*/

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.text-center {
    text-align: center;
}

.btn-primary {
    display: inline-block;
    min-width: 156px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #ffffff !important;
    letter-spacing: 0.44px;
    border-radius: 50px;
    background-color: #0074c8;
    padding: 12px 25px;
    border: 0;
}
.btn-secondary {
    display: inline-block;
    min-width: 156px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #0074c8 !important;
    letter-spacing: 0.44px;
    border-radius: 50px;
    background-color: #fff;
    padding: 12px 25px;
}
.homepage-topic-grids {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.homepage-topic-grid {
    width: 100%;
    overflow: hidden;
}
.homepage-topic-grid .topic-block {
    margin: 0;
}
.homepage-topic-grid .topic-block-title {
    display: none;
}
.homepage-topic-grid .topic-block-body {
    position: relative;
    /*padding-bottom: 25%;*/
}
.homepage-topic-grid .hm-topic-image {
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: 0;*/
    width: 100%;
    height: 100%;
}
.homepage-topic-grid .hm-topic-image img {
	display: block;
    /*position: absolute;
    left: 0;
    right: 0;*/
    min-width: 100%;
}
.homepage-topic-grid .hm-topic-content {
	position: absolute;
    top: 0;
    left: 0;
    /*position: relative;*/
    z-index: 1;
    padding: 50px;
    text-align: left;
}
.homepage-topic-grid .hm-topic-content .description {
    padding-right: 59%;
}
.homepage-topic-grid .hm-topic-content h3 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 30px;
}
.homepage-topic-grid .hm-topic-content p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.44px;
    color: #ffffff;
    margin: 0 0 15px;
}
.homepage-topic-grid .hm-topic-content .btn-secondary {
    display: inline-block;
}

.home-page-clients .manufacturer-grid .item-box {
    padding: 0 !important;
	visibility: visible;
}
.home-page-clients .manufacturer-item .title {
    display: none;
}
.home-page-clients .manufacturer-item .picture {
    border: 0;
    padding: 40px;
}

.home-page-product-grid {
    background-color: #f2f2f2;
    padding: 50px 0;
    margin: 0;
	width: 100%;
    min-height: 500px;
}
.home-page-product-grid .brandname {
   display: none;
}

.homepage-video {
    position: relative;
    padding: 75px 0;
    background-color: #0074c8;
}

.homepage-video h1 {
	font-family: 'Passion One', sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: .75px;
    text-transform: none;
    margin: 0 0 30px;
}
.homepage-video p {
    color: #ffffff;
}

.homepage-video img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.homepage-video .topic-block-title h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: capitalize;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /* height: 0; */
 }
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homepage-faq-block {
    padding: 33px 0 0;
    margin: 0 0 32px;
}
  
.accordian-tabs {
    margin: 0 0 32px;
}
.accordian-tab {
    padding: 10px 0;
    border-top: 1px solid #000f9f;
}
.accordian-tab:last-child {
    border-bottom: 1px solid #000f9f;
}
.accordian-tab .tab-label {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.accordian-tab .accordian-toggle:after {
    content: "+";
    display: block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 6px 11px;
    background-color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
    color: #000f9f;
    text-align: center;
    cursor: pointer;
}
.accordian-tab .accordian-toggle.active:after {
    content: "-";
}
.tab-content {
    height: 0;
    overflow: hidden;
    transition: all 3s ease;
    text-align: left;
}
.tab-content .tab-content-box {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 60px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.tab-content .tab-content-box p {
    margin-bottom: 15px;
}
.tab-label.active ~ .tab-content {
    height: auto;
}

.client-portal {
    margin: 0 0 50px;
}

.quickQuote-modal .quickQuote-form {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

#stripePaymentModal.modal {
    visibility: visible;
}


/*-- Modal --*/
/* .modal {
    width: 95%;
    height: auto;
    max-width: 750px;
    max-height: 90%;
    overflow-y: auto;
    /* position: absolute; //
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #f7f7f7;
    padding: 35px;
    z-index: 10020;
}
.modal:not(.show) {
    display: none;
}
.modal-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10010;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
}
.modal-overlay:not(.show) {
    display: none;
}
.modal-content {
	text-align: left;
}
.modal-header {
    position: relative;
    margin: 0 0 30px;
}
.modal-header .icon-close {
    position: absolute;
    top: -15px;
    right: -20px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url('../img/close.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.modal-header h1 {
    font-size: 36px;
    letter-spacing: .75px;
    color: #0074c8;
    margin-bottom: 14px;
}

.modal.callBack-modal {
    max-height: 450px;
}

.modal-body, .modal-header {
	color: #000;
} */

/************ Modal Popup ***********/

.modal-overlay,
.product-details-modal-overlay {
    display: none;
    position: fixed;
    z-index: 1090;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}
.modal-popup-open .modal-overlay {
    display: block;
}
.quick-modal-popup-open .product-details-modal-overlay {
    display: block;
}
.modal {
    width: 750px;
    max-width: 100%;
    max-height: 100vh;
    overflow: auto;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    box-shadow: 0 0 15px #444;
    background: #fff;
    visibility: hidden;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}
.modal.show {
    visibility: visible;
}
.modal-right {
    right: -100%;
    left: auto;
    width: 396px;
    height: 100vh;
}
.modal-right.show {
    right: 0;
}
.modal-content {
    padding: 24px;
    color: #2f2f2f;
}
.modal-header {
    position: relative;
    padding-top: 16px;
    padding-bottom: 24px;
}
.modal-header .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 10px;
    font-size: 0;
    background-color: #0074c8;
    background-image: url('../img/close-icon-sharp.png');
    background-image: url('../img/close-icon-sharp.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    cursor: pointer;
}
.modal-header h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6; 
    margin: 0;
    text-transform: uppercase;
}
.modal-body h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}
.modal-body p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.modal-body .inputs { 
    margin: 0 0 16px; 
    white-space: normal;
}
.modal-body .inputs label { 
    margin: 0 0 5px; 
    text-align: left; 
    width: 100%; 
    display: none; 
}
.modal-body .inputs .input-field input, 
.modal-body .inputs .input-field select,
.modal-body .inputs .input-field textarea { 
    width: calc(100% - 12px); 
    max-width: 332px; 
    height: auto; 
    font-family: "Barlow", sans-serif;
    font-size: 16px; 
    line-height: 22px; 
    font-weight: 600; 
    border: 0; 
    background-color: #e6e6e8;
    padding: 12.5px 20px; 
    float: right;
}
.modal-body .inputs .input-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding-right: 40px;
    background-image: url('../img/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 15px;
}
.modal-body .inputs .input-field .required { 
    display: inline-block; 
    vertical-align: middle;
    margin: 0 5px 0 0; 
    padding: 12.5px 0; 
    font-size: 14px; 
    color: #de524e; 
    line-height: 22px; 
    float: left;
}
.modal-body .inputs .input-field .field-validation-error {
    text-align: left;
    padding-left: 12px;
}
.modal-body .inputs .input-checkbox {
    padding-left: 12px;
}
.modal-body .inputs .input-checkbox label {
    display: block;
}
.modal-body .inputs .input-checkbox input {
    width: 25px;
    height: 25px;
    float: none;
    margin-right: 10px;
}
.modal-body .uploadblock .uploadinputs label.uploadbrowse {
    margin: 0 0 0 12px;
}
.modal-body .buttons { 
    margin: 0; 
} 
.modal-body .buttons .button {
    background-color: #0074c8;
    font-size: 16px;
    min-width: 197px;
    padding: 15px 25px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    border-radius: 50px;
}
.modal-body .inputs .input-field input::-webkit-input-placeholder, 
.modal-body .inputs .input-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px; 
    line-height: 22px; 
    font-weight: 600;
}
.modal-body .inputs .input-field input::-moz-placeholder, 
.modal-body .inputs .input-field textarea::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px; 
    line-height: 22px; 
    font-weight: 600;
}
.modal-body .inputs .input-field input:-ms-input-placeholder, 
.modal-body .inputs .input-field textarea:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px; 
    line-height: 22px; 
    font-weight: 600;
}
.modal-body .inputs .input-field input:-moz-placeholder, 
.modal-body .inputs .input-field textarea:-moz-placeholder { /* Firefox 18- */
    font-size: 14px; 
    line-height: 22px; 
    font-weight: 600;
}




/*********** Instant Search Box ***********/

.store-search-box .instantSearch .k-list-container {
    background-color: #0577c5;
    padding: 0;
}
.store-search-box .instantSearch .k-list-scroller {
    padding: 0 10px;
}
.store-search-box .instantSearch .k-item {
    border-top: 1px solid #cccccc;
    padding: 10px 0;
    margin: 0;
}
.store-search-box .k-item.k-state-hover .instant-search-item, 
.store-search-box .k-item.k-state-focused .instant-search-item {
    background-color: transparent;
    text-align: left;
}
.store-search-box .instant-search-item .detail {
    color: #ffffff;
}
.store-search-box .instant-search-item .detail .title {
    font-weight: 400;
    height: auto;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
}
.store-search-box .instant-search-item .detail .price {
    font-weight: 400;
    color: #ffffff;
}

/*********** Case Studies ***********/

.casestudies_list .casestudies_item {
    padding: 48px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #0000004d;
}
.casestudies_list .casestudies_item:first-child {
    padding-top: 0;
}
.casestudies_list .casestudies_item .row {
    margin-bottom: 0;
}
.casestudies_item .item-title { 
    font-size: 28px;
    line-height: 32px;
    color: #0074c8;
 }
 .casestudies_item .item-sub-title { 
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #00DEB2;
    text-transform: uppercase;
 }
 .casestudies_item .item-created-date {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
  }
  .casestudies_item .item-description,  
  .casestudies_item .item-description p,  
  .casestudies_item .item-description li {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-style: italic;
}
.casestudies_item img {
    width: 100%;
}
.casestudies_item .btn {
    display: inline-block;
    min-width: 156px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #0074c8;
    letter-spacing: .44px;
    border: 1px solid #0074c8;
    border-radius: 50px;
    background-color: #fff;
    padding: 12px 25px;
    margin-bottom: 15px;
}

.casestudies-details-page {
    margin: 0 0 23px;
}
.casestudies-details-page .page-title span {
    font-weight: 600;
}
.casestudies-details-page .tags {
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 10px 0;
}
.casestudies-details-page .tags ul {
    display: inline-block;
    font-size: 0;
}
.casestudies-details-page .tags ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    padding: 0 8px;
    border: 1px solid #00DEB2;
    border-radius: 4px;
    margin: 0 12px 10px 0 !important;
}
.casestudies-details-page .page-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.casestudy-images ul li {
    margin-bottom: 32px;
}
.casestudy-images img {
    width: 100%;
}

.casestudies-details-page .quote-block p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.casestudies-details-page .quote-block p.quote .quote-before:before, 
.casestudies-details-page  .quote-block p.quote .quote-after:after {
    line-height: 65px;
}
.casestudies-details-page .page-body p,
.casestudies-details-page .page-body li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
}
.casestudies-details-page .page-body p {
    margin-bottom: 25px;
}



.video-page {
	text-align: center;
}

.video-page .responsive-video {
	margin: 0 0 50px;
}
.video-page .title {
	font-family: 'Passion One', sans-serif;
    font-size: 36px;
    color: #0074c8;
    font-weight: 400;
    letter-spacing: .75px;
    text-transform: none;
    margin: 0 0 30px;
    text-align: center;
}
.video-page .title strong {
    font-weight: 400;
}