/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/js/fancyapps/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.contempospace.com/skin/frontend/default/contempospace/js/fancyapps/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.contempospace.com/skin/frontend/default/contempospace/js/fancyapps/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.contempospace.com/skin/frontend/default/contempospace/js/fancyapps/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/js/fancyapps/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/js/fancyapps/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 16px/1.5 "source-sans-3", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  text-align: center;
}

img {
  border: 0;
  vertical-align: top;
  height: "auto";
}

a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0;
}

/* Headings */
h1 {
  font-size: 1.33em;
  font-weight: normal;
  line-height: 1.15;
}
h2 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.25;
}
h3 {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.25;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
}
h5 {
  font-size: 1em;
  font-weight: bold;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}

/* Table */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
sup {
  font-size: 1em;
  vertical-align: top;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
}
.page {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.page-print {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-print .print-head,
.page-print .col2-set {
  margin-bottom: 20px;
}
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-popup {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-popup .product-name {
  padding-top: 8px;
}
.page-popup .btn-cart {
  height: 29px;
  margin: 0 0 8px 0;
}
.page-popup .price-box {
  margin: 8px 0 8px 0;
}
.print_sp {
  margin-bottom: 15px;
}
.main-container {
  padding: 0 0;
}
.main {
  margin: 0 auto 15px;
  min-height: 550px;
  width: 1331px;
  max-width: 100%;
}
.body_wrapper {
  padding-top: 0px;
}
.cms-index-index .body_wrapper {
  background: #fff;
  padding-top: 0;
}

.content_wrapper {
  margin-bottom: 5px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.checkout-cart-index .content_wrapper {
  margin-bottom: 5px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-radius: 0;
  min-height: 400px;
}
.cart-holder {
  margin-bottom: 5px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.checkout-cart-index .page-title {
  margin: 0 5px 2px 0;
}

.checkout-onepage-index .content_wrapper {
}
.checkout-onepage-index .page-title {
  margin: 0;
}

.catalogsearch-result-index .page-title {
  margin: 0;
}

.cms-index-index .content_wrapper {
  background: none;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-radius: 0;
}

/* Base Columns */
.col-left {
  float: left;
  width: 225px;
  margin-left: 25px;
}
.col-main {
  float: left;
  width: 1030px;
  max-width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.col-right {
  float: right;
  width: 230px;
  margin-right: 20px;
}

.col1-layout .col-main,
.cms-home .col-main {
  padding: 0 25px;
  box-sizing: border-box;
  width: 1281px;
  max-width: 100%;
}

.catalog-category-view .content_wrapper {
  padding: 0;
  margin: 0;
}

.catalog-product-view .content_wrapper {
  padding: 0;
  margin: 0;
}

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  min-height: 500px;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float: right;
}
.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
  width: 484px;
  margin-left: 10px;
}
.col3-layout .col-wrapper {
  float: left;
  width: 748px;
}
.col3-layout .col-wrapper .col-main {
  float: right;
}

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 49%;
}
.col2-set .col-2 {
  float: right;
  width: 49%;
}
.col2-set .col-narrow {
  width: 33%;
}
.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  font-size: 15px;
  vertical-align: middle;
  color: #333;
}
input.input-text,
select,
textarea {
  /*background:#fff; border:1px solid #DBDBDB;*/
}
input.input-text,
textarea {
  padding: 5px;
}
select {
  padding: 1px;
}
select option {
  padding-right: 10px;
}
select.multiselect option {
  border-bottom: 1px solid #ddd;
  padding: 2px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 2.5em !important;
}
button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /* FF Fix */
button.button {
  -webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
button.button span {
  height: 29px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
button.button span span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/button.gif) repeat;
  padding: 15px 25px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
button.disabled {
}
button.disabled span {
}

button.btn-checkout span {
}
button.btn-checkout.no-checkout {
}

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  float: left;
  position: relative;
  z-index: 0;
}
#payment_form_cimpaymentpro label {
  float: none;
  z-index: 0;
  font-weight: normal !important;
}
.form-list label.required {
}
.form-list label.required em {
  float: right;
  font-style: normal;
  color: #1654a4;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list li.control label {
  float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.form-list input.input-text {
  width: 250px;
}
.form-list textarea {
  width: 250px;
  height: 10em;
}
.form-list select {
  width: 260px;
}
.form-list li.wide .input-box {
  width: 535px;
}
.form-list li.wide input.input-text {
  width: 529px;
}
.form-list li.wide textarea {
  width: 529px;
}
.form-list li.wide select {
  width: 535px;
}
.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text {
  width: 74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}

.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}

.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}

.form-list .name-middlename {
  width: 70px;
}
.form-list .name-middlename input.input-text {
  width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}
.form-list
  .customer-name-prefix-middlename-suffix
  .name-firstname
  input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list
  .customer-name-prefix-middlename-suffix
  .name-lastname
  input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}

.buttons-set {
  clear: both;
  padding: 5px 70px 5px 0;
}
.buttons-set .back-link {
  float: left;
}
/* .buttons-set button.button { float:right; } */
.buttons-set p.required {
  margin: 0 0 5px;
}

.buttons-set-order {
}

.fieldset {
  border: 1px solid #ddd;
  background: #fefefe;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
}
.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #fefefe;
  background: #dedede;
  color: #333;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
}
.cms-page-view .fieldset {
  border: 0;
  padding: 0px 25px 12px 0px;
}
.cms-page-view .buttons-set {
  margin-right: 400px;
}
/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 10px;
  line-height: 13px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/validation_advice_bg.gif) 2px 1px no-repeat;
  color: #f00;
}
.validation-failed {
  border: 1px dashed #f00 !important;
  background: #faebe7 !important;
}
.validation-passed {
}
p.required {
  font-size: 12px;
  text-align: right;
  color: #1654a4;
}
.customer-account-login p.required {
  text-align: left;
}
/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #f00;
  font-weight: bold;
}
.notice {
  color: #ccc;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages li {
  margin: 0 0 10px;
}
.messages li li {
  margin: 3px 0 3px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_msg-error.gif);
  color: #df280a;
}
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_msg-success.gif);
  color: #3d6611;
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_msg-note.gif);
  color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
  padding: 15px 0 10px;
  font-size: 15px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/b_arr.gif) no-repeat 0 5px;
  margin: 0 3px 0 5px;
}
.breadcrumbs li:first-child span:first-child {
  margin-left: 0;
}
.breadcrumbs li strong {
  font-weight: normal;
}
.breadcrumbs li a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

/* Page Heading */
.page-title {
  padding: 0 1px 3px 1px;
}
.page-title h1,
.page-title h2 {
  padding: 10px 0 10px 0px;
  font-size: 2em;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif
}
.cart-holder .page-title h1 {
  font-size: 1.6em;
}
.page-title-nobg h1,
.page-title-nobg h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3b3b3b;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

.subtitle,
.sub-title {
  clear: both;
}

/* Pager */
.pager {
  padding: 8px 0;
  text-align: center;
}
.pager .amount {
  float: left;
  margin-top: 5px;
}
.pager .limiter {
  float: right;
}
.pager .limiter select {
  font-size: 11px;
  color: #333;
}
.pager .pages {
  float: left;
  margin-left: 25px;
}
.pager .pages strong {
  font-weight: normal;
}
.pager .pages a {
  color: #9d9d9d;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
}
.pager .pages .current {
}

/* Sorter */
.sorter {
  color: black;
}
.sorter .view-mode {
  float: left;
}
.sorter .view-mode strong {
  color: #383838;
}
.sorter .sort-by {
  float: right;
  padding-right: 41px;
}
.sorter .sort-by select {
  font-size: 11px;
  color: #333;
}
.sorter .link-feed {
}

/* Toolbar */
.toolbar {
  padding: 5px 0 20px;
  font-size: 13px;
  line-height: 1;
}
.toolbar .pager {
  padding-bottom: 0px;
}
.toolbar .sorter {
}
.toolbar-bottom {
}

/* Data Table */
.data-table {
  width: 100%;
}
.data-table th {
  padding: 10px;
  border: 1px solid #f0f0f0;
  font-weight: bold;
  color: #383838;
  white-space: nowrap;
}
.data-table td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}
.data-table thead {
}
.data-table tbody {
}
.data-table tfoot {
}
.data-table tr.first {
}
.data-table tr.last {
}
.data-table tr.odd {
}
.data-table tr.even {
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
  border-width: 0 1px;
}
.data-table tbody.even {
}
.data-table tbody.even td {
  border-width: 0 1px;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom-width: 1px;
}
.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}
.data-table td.label,
.data-table th.label {
}
.data-table td.value {
}

.cart-table th {
  padding: 0;
  border: none;
}
.cart-table td {
  padding: 15px 10px;
  border: 0;
  border-bottom: solid 1px #ebebeb;
}
.cart-table tfoot td {
  border-bottom: 0 !important;
  padding: 11px 0 !important;
  overflow: hidden;
}
.cart-table tfoot td button span {
  height: 27px;
  line-height: 27px;
  color: #333;
}
.cart-table tfoot td button span span {
  /* border: solid 1px #dcdcdc; */
  /* background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/button_grey.gif) repeat-x; */
  background: #EEE;
  font-size: 15px;
  padding: 10px 20px;
}
.cart-table .product-image {
  display: block;
  background: #fff;
  border: solid 1px #f0f0f0;
  width: 160px;
  height: 155px;
  margin: 0 auto;
}
.cart-table .product-name a {
  font-weight: bold;
  text-decoration: none;
  font-size: 14pt;
}
.cart-table .product-name a:hover {
  text-decoration: underline;
}
.cart-table .price {
  font-weight: bold;
  /* color: #1654a4; */
}
.t1 {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/title_bg1.gif) no-repeat;
}
.t2 {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/title_bg2.gif) no-repeat 100% 0%;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -53px;
}
tr.show-details td {
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-cart {
  font-weight: bold;
}
.link-wishlist {
  color: #1654a4;
  text-decoration: none;
}
.link-wishlist:hover {
  text-decoration: underline;
}
.link-reorder {
  font-weight: bold;
}
.link-compare {
  color: #9d9d9d;
  text-decoration: none;
}
.link-compare:hover {
  text-decoration: underline;
}
.link-print {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
}
.link-rss {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_rss.gif) 0 1px no-repeat;
  padding-left: 18px;
  white-space: nowrap;
}
.btn-remove {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 auto;
}
.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #ddd;
  text-indent: -999em;
  overflow: hidden;
}

/* Noscript Notice */
.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.noscript .noscript-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
  margin: 0;
}

/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}
/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {
}
.header {
  margin-bottom: 5px;
  width: 1320px;
  max-width: 100%;
  margin: auto;
  padding: 10px 0 10px;
}
.header .logo {
  margin-left: 28px;
  text-decoration: none !important;
}
.header .logo img {
  width: 170px;
  margin-top: 2px;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.header .welcome-msg {
  font-weight: bold;
  float: left;
  padding: 17px 0 0 20px;
  color: #0a55a6;
}
.header .welcome-msg a {
  color: #0a55a6;
}
.header .links {
  float: right;
  margin-bottom: 6px;
  height: 36px;
  padding-right: 10px;
}
.header .links li {
  float: left;
  height: 23px;
  margin: 0px 1px 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header .links li:hover {
  color: black;
}
.header .links li.last {
}
.header .links li.last:hover {
}
.header .links li a {
  float: left;
  height: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.12;
}

.link-1 a {
}

.link-2 a {
}
.link-3 a {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i4.png) no-repeat 9px 2px;
  padding: 3px 9px 0 43px;
}
.link-4 a {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i5.png) no-repeat 10px 2px;
  padding: 3px 9px 0 31px;
}
.header .form-search {
}
.header .form-search label {
  float: left;
  padding: 4px 13px 0 0;
  font-size: 18px;
  color: #fff;
  margin: 4px 0 0 13px;
}
.header .form-search .bg_search {
  float: left;
  width: 335px;
  height: 29px;
  padding: 5px 0 0 14px;
}
.header .form-search .input-text {
  background: none;
  color: #aca9a9;
  width: 305px;
  padding: 6px 10px;
}
.header .form-search .btn_search {
  margin: 5px 10px 0 0px;
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_search.gif) no-repeat;
  background-position: center;
  border: 0;
  width: 30px;
  height: 29px;
  cursor: pointer;
}
.header .form-search .search-autocomplete {
  z-index: 999;
}
.header .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff;
}
.header .form-search .search-autocomplete li {
  padding: 3px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
.header .form-search .search-autocomplete li.selected {
}
.header .form-language {
  float: right;
  padding: 16px 15px 0 0;
}
.header .form-language label {
  color: #fff;
}
.header .form-language select {
  font-size: 11px;
}
.header-container .top-container {
  clear: both;
  text-align: right;
}
.top_right {
  float: right;
  width: 350px;
  /* margin: 5px 15px 0px 0; */
  margin-right: 5px;
}
.logo_wapper {
  width: 250px;
  /* height: 100px; */
  float: left;
}
#search_mini_form {
  margin-top: 6px;
  width: 300px;
}

/********** < Navigation */
.nav-container {
}
#nav {
  position: relative;
}

/* All Levels */
#nav li {
  text-align: left;
}
#nav li.over {
  z-index: 998;
}
#nav li.parent {
}
#nav li a {
  display: block;
  text-decoration: none;
}
#nav li a:hover {
  text-decoration: none;
}
#nav li a span {
  display: block;
  cursor: pointer;
}
#nav li ul a span {
  white-space: normal;
}

/* 1st Level */
#nav > li {
  float: left;
}
#nav > li > a {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/nav.gif) repeat-x;
  width: 82px;
  height: 82px;
  padding: 0 10px;
  border: solid 1px #e3e2e2;
  margin: 0 -1px 0 0;
  font-weight: bold;
  color: #333;
  text-align: center;
}
#nav > li.first > a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-radius: 4px 0 0 0;
}
#nav > li.last > a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-radius: 0 4px 0 0;
}
#nav > li > a > span {
  position: relative;
  margin: -36px 0 0 0;
  padding: 75px 0 0 0;
}
#nav > li > a:hover {
  color: #fff;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/nav.gif) repeat-x 0 -82px;
  border: 0;
  width: 84px;
  height: 84px;
}
#nav > li > a:hover > span {
  position: relative;
  margin: -35px 0 0 0;
  padding: 75px 0 0 0;
}
#nav > li.over > a,
#nav > li.active > a {
  color: #fff;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/nav.gif) repeat-x 0 -82px;
  border: 0;
  width: 84px;
  height: 84px;
}
#nav > li.over > a > span,
#nav > li.active > a > span {
  position: relative;
  margin: -35px 0 0 0;
  padding: 75px 0 0 0;
}

.nav-1 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_1.png) no-repeat 50% 0%;
}
.nav-2 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_2.png) no-repeat 50% 0%;
}
.nav-3 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_3.png) no-repeat 50% 0%;
}
.nav-4 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_4.png) no-repeat 50% 0%;
}
.nav-5 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_5.png) no-repeat 50% 0%;
}
.nav-6 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_6.png) no-repeat 50% 0%;
}
.nav-7 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_7.png) no-repeat 50% 0%;
}
.nav-8 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_8.png) no-repeat 50% 0%;
}
.nav-9 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_9.png) no-repeat 50% 0%;
}
.nav-10 > a > span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/link_10.png) no-repeat 50% 0%;
}

/* 2nd Level */
#nav ul,
#nav div {
  position: absolute;
  width: 1000px;
  top: 84px;
  left: -10000px;
  padding: 22px 0 0 0;
}
#nav div ul {
  position: static;
  width: auto;
  border: none;
}

/* 3rd+ leven */
#nav ul ul,
#nav ul div {
  top: 7px;
}

#nav ul li {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/nav_sub.gif) no-repeat;
  padding: 0 0 0 2px;
  margin: 0 1px 0 0;
}
#nav ul li.last {
}
#nav ul li a {
  float: none;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/nav_sub.gif) no-repeat 100% 0%;
  padding: 0 11px 0 9px;
  height: 33px;
  line-height: 33px;
  font-weight: normal;
  color: #686868 !important;
}
#nav ul li:hover {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/nav_sub.gif) no-repeat 0% -33px;
}
#nav ul li:hover a {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/nav_sub.gif) no-repeat 100% -33px;
  color: #fff !important;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 13px;
  z-index: 999;
}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
  margin: 0 0 11px;
}
.block .block-title {
  border: 1px solid #ececec;
  background: #f9f9f9 url(https://www.contempospace.com/skin/frontend/default/contempospace/images/block_title.gif) repeat-x;
  padding: 8px 8px 7px 8px;
  margin-bottom: 1px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.block .block-title strong {
  display: block;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/icon_block.gif) no-repeat;
  padding: 5px 0 5px 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3b3b3b;
}
.block .block-title strong span {
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-subtitle {
}
.block .block-content {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_block.gif) repeat-x;
  padding: 18px 12px 18px 20px;
  border: 1px solid #ececec;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 0 0 2px 2px;
}
.block .block-content li.item {
  padding: 5px 0;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
}
.block .btn-edit {
  margin-right: 5px;
}
.block .actions {
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .empty {
}

.block li.odd {
}
.block li.even {
}

/* Mini Products List */
ol#block-related, ul#block-complementary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  box-sizing: border-box;
  list-style-type: none;
}
@media only screen and (max-width: 700px) {
  ol#block-related, ul#block-complementary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  ol#block-related, ul#block-complementary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 300px) {
  ol#block-related, ul#block-complementary {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mini-products-list .product {
}
.mini-products-list .product-image {
  display: block;
  text-decoration: none;
}
.mini-products-list .product-image img {
  width: 100%;
  /* border: 1px solid #ddd; */
  box-sizing: border-box;
}
.mini-products-list .product-details {
}
.mini-products-list .product-name a {
  color: #555;
  text-decoration: none;
  margin-top: 4px;
}
.mini-products-list .product-name a:hover {
  text-decoration: underline;
}
.mini-products-list .price {
  font-weight: bold;
  color: #1654a4;
}

.mini-products-list .price_wrapper {
  background-color: rgba(15, 15, 15, 0.7);
  padding: 3px 6px;
  width: 100%;
  box-sizing: border-box;
}
.mini-products-list .price-box {
}

.section-container-full .mini-products-list li p {
  padding-bottom: 6px;
  font-size: 90%;
  margin-top: 4px;
}

.box-up-sell .products-grid .start-at, #upsell-product-table .start-at {
  margin: 4px 0 0 6px;
  color: #FFF;
  font-size: 85%;
}

.section-container-full .mini-products-list input.checkbox {
  position: absolute;
  margin-left: 60px;
}

/* Block: Account */
.block-account {
}

/* Block: Currency Switcher */
.block-currency {
}
.block-currency select {
  width: 100%;
}

/* Block: Layered Navigation */
.block-layered-nav {
}
.block-layered-nav .block-subtitle {
  padding-bottom: 14px;
}
.block-layered-nav dt {
  padding: 0 0 8px 0;
  font-weight: bold;
  color: #383838;
}
.block-layered-nav dd {
  padding: 0 0 18px 0;
  line-height: 18px;
  color: #1654a4;
}
.block-layered-nav dd.last {
  padding-bottom: 0 !important;
}
.block-layered-nav .currently {
}
.block-layered-nav .currently li {
  color: #1654a4;
}
.block-layered-nav .currently li .label {
  font-weight: bold;
  color: #383838;
}
.block-layered-nav .btn-remove {
  margin: 2px 0 0 0;
}
.block-layered-nav .actions {
  padding: 18px 0;
}
.block-layered-nav .actions a {
  float: right;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/button.gif) repeat-x;
  height: 29px;
  line-height: 29px;
  padding: 0 11px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* Block: Cart */
.block-cart {
}
.block-cart .block-title strong {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/icon_cart.gif) no-repeat;
}
.block-cart .summary {
}
.block-cart .amount {
  padding-bottom: 11px;
}
.block-cart .amount a {
  font-weight: bold;
  color: #383838;
  text-decoration: none;
}
.block-cart .amount a:hover {
  text-decoration: underline;
}
.block-cart .subtotal {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/subtotal.png) no-repeat;
  width: 187px;
  height: 29px;
  padding: 6px 9px 6px 11px;
  margin: 0 -9px 0 -11px;
}
.block-cart .subtotal .price {
  float: right;
  font-weight: bold;
  color: #1654a4;
}
.block-cart .block-subtitle {
  padding-bottom: 13px;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 5px 0;
}
.block-cart .empty strong {
  color: #1654a4;
}
.block-cart .block-content li.item {
  padding: 0 0 15px 0;
}
.block-cart .block-content li.last {
  padding: 0 !important;
}
.block-cart .actions {
  padding: 15px 0 0 0;
}

/* Block: Wishlist */
.block-wishlist {
}

/* Block: Related */
.block-related {
}
.block-related .block-subtitle {
  line-height: 18px;
  padding: 0 0 18px 0;
}
.block-related li {
  padding: 5px 0;
}
.block-related input.checkbox {
  float: left;
  margin-right: -25px;
}
.block-related .product {
  margin-left: 25px;
}
.block-related .product .product-image {
  float: left;
  margin-right: -85px;
}
.block-related .product .product-details {
  margin-left: 85px;
}
.block-related .block-content li.item {
  padding: 0 0 20px 0;
}
.block-related .block-content li.last {
  padding: 0 !important;
}

/* Block: Compare Products */
.block-compare {
}
.block-compare .block-title strong {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/icon_compare.gif) no-repeat;
}
.block-compare .block-content li.item {
  padding: 0 0 15px 0;
}
.block-compare .product-name a {
  color: #9d9d9d;
  text-decoration: none;
}
.block-compare .product-name a:hover {
  text-decoration: underline;
}
.block-compare .btn-remove {
  margin: 2px 0 0 0;
}
.block-compare .actions a {
  float: right;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/button.gif) repeat-x;
  height: 29px;
  line-height: 29px;
  padding: 0 11px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.block-compare .actions button {
  float: left;
}
.block-compare .actions button span {
  height: 27px;
  line-height: 27px;
  color: #1654a4;
}
.block-compare .actions button span span {
  border: solid 1px #dcdcdc;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/button_grey.gif) repeat-x;
}
.block-compare .empty strong {
  color: #1654a4;
}

/* Block: Recently Viewed */
.block-viewed {
}
.block-viewed .block-title strong {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/icon_viewed.gif) no-repeat;
}
.block-viewed .block-content li.item {
  padding: 0 0 15px 11px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/mark.gif) no-repeat 0 6px;
}
.block-viewed .block-content li.last {
  padding: 0 !important;
}
.block-viewed .product-name a {
  color: #9d9d9d;
  text-decoration: none;
}
.block-viewed .product-name a:hover {
  text-decoration: underline;
}

/* Block: Recently Compared */
.block-compared {
}

/* Block: Poll */
.block-poll label {
}
.block-poll .block-title strong {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/icon_poll.gif) no-repeat;
}
.block-poll .block-subtitle {
  line-height: 18px;
  font-weight: bold;
  color: #383838;
  padding-bottom: 14px;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 0 0 12px;
}
.block-poll .actions {
  margin: 4px 0 0;
  text-align: left;
}
.block-poll .actions button span {
  height: 27px;
  line-height: 27px;
  color: #1654a4;
}
.block-poll .actions button span span {
  border: solid 1px #dcdcdc;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/button_grey.gif) repeat-x;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}

/* Block: Tags */
.block-tags ul,
.block-tags li {
  display: inline;
  font-size: 13px;
}
.block-tags li a {
  color: #9d9d9d;
  text-decoration: none;
}
.block-tags li a:hover {
  text-decoration: underline;
}
.block-tags .actions {
  padding: 10px 0 0 0;
}

/* Block: Subscribe */
.block-subscribe {
}
.block-subscribe label {
  display: block;
  padding-bottom: 4px;
}
.block-subscribe .input-text {
  width: 185px;
}
.block-subscribe .actions {
  text-align: left;
  padding: 10px 0 0 0;
}

/* Block: Reorder */
.block-reorder {
}
.block-reorder li {
  padding: 5px 0;
}
.block-reorder input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}

/* Block: Banner */
.block-banner {
}
.block-banner .block-content {
  text-align: center;
}

/* Block: Login */
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.category-description {
  position: absolute;
  top: 20px;
  left: 670px;
  color: white;
  text-align: left;
  padding-right: 20px;
}

.category-products .products-grid .price-box {
  margin: 4px 5px 0 7px;
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/price-new-holder.gif) no-repeat;
  padding: 0 0 0 20px;
}

.category-description-bottom {
  margin-top: 30px;
  width: 47%;
  float: left;
  padding-right: 3%;
  margin-bottom: 10px;
  /* border-right: 1px solid #ececec; */
}

.category-description p,
.category-description-bottom p,
.category-description-bottom ul {
  margin-bottom: 1.2em;
}
.category-description-bottom h2,
.category-description-bottom h3,
.category-description-bottom h4,
.category-description-bottom h5 {
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 600;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif
}

.category-description-bottom li {
  list-style-type: disc;
  margin-left: 1em;
  display: list-item;
}

.category-description-bottom a {
  color: #6fa8dc;
}

.category-description a {
  color: #fff;
}

/* Slick Slider */
.slider-wrapper {
  margin-bottom: 0;
  margin-top: 1em;
  overflow: auto;
}

/* View Type: Grid */

.products-grid {
  margin-bottom: 2em;
}

.products-grid.last {
}

.products-grid li.item {
  float: left;
  padding: 2px;
  padding-bottom: 0px;
  margin: 0 15px 10px 0;
  width: 31.88%;
  /* border: 1px solid #ececec; */
}

#upsell-product-table li.item {
  border: none;
}

.products-grid li.last {
  margin-right: 0px;
}

#upsell-product-table.products-grid li.last {
  margin-right: 15px;
}

#upsell-product-table li.item {
  /* height: 256px; */
}
#upsell-product-table li.item .product-name-wapper {
  height: auto;
}

.products-grid .product-image {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#upsell-product-table .products-grid .product-image img {
  margin-bottom: 0;
}
.products-grid img {
  display: block;
  background: #fff;
  width: 100%;
  height: auto;
  margin: 0 auto 7px;
}
#upsell-product-table.products-grid img {
  border: 1px solid #DDD;
  box-sizing: border-box;
  margin: 0;
}
.products-grid .product-name {
  line-height: 15px;
}
#upsell-product-table.products-grid .product-name {
  text-align: left;
  font-size: 90%;
  line-height: 1.5;
}
.products-grid .product-name a {
  text-decoration: none;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/color-swatch-sprite.jpg);
  background-repeat: no-repeat;
  padding-top: 22px;
  display: block;
}
.products-grid .product-name a:hover {
  text-decoration: underline;
}

.swatch-1 {
  background-position: 0px 0;
}
.swatch-2 {
  background-position: -180px 0;
}
.swatch-3 {
  background-position: -360px 0;
}
.swatch-4 {
  background-position: -540px 0;
}
.swatch-5 {
  background-position: -720px 0;
}
.swatch-6 {
  background-position: -900px 0;
}
.swatch-7 {
  background-position: -1080px 0;
}

.category-products .products-grid li.item a {
  font-weight: bold;
  text-align: left;
}

.category-products .products-grid .sku {
  padding: 4px 8px 4px 5px;
  float: right;
  color: #9d9d9d;
  font-size: 0.75em;
}

.products-grid .price-box {
  margin: 0 10px 0 4px;
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/price-new-holder.gif) no-repeat;
  width: 97px;
  height: 35px;
  padding: 0 0 0 11px;
}
.product-name-wapper {
  height: 70px;
  overflow: hidden;
}
.category-products .product-name-wapper {
  height: 52px;
  overflow: hidden;
}
.products-grid .price {
  color: #1654a4;
  line-height: 35px;
}
#upsell-product-table .price {
  line-height: normal;
  font-weight: bold;
}
.products-grid .price-box.map-info {
  line-height: 12px;
  padding-top: 5px;
  height: 35px;
}
.products-grid .price-box.map-info a {
  display: block;
  font-size: 11px;
}
.products-grid .ratings {
  margin: 0 0 5px 7px;
}
.products-grid .ratings .amount a {
  color: #1654a4;
  text-decoration: none;
}
.products-grid .ratings .amount a:hover {
  text-decoration: underline;
}
.products-grid .availability {
  line-height: 21px;
}
.products-grid .btn-cart {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat;
  width: 38px;
  height: 35px;
  border: 0;
}
.products-grid .btn-cart:hover {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat 0 -35px;
}
.products-grid .add-to-links {
  padding: 0 0 20px 12px;
  line-height: 18px;
}
.products-grid .add-to-links .link-wishlist {
  padding: 0 0 0 13px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/arr1.gif) no-repeat 0 5px;
}
.products-grid .add-to-links .link-compare {
  padding: 0 0 0 13px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/arr2.gif) no-repeat 0 5px;
}

.products-grid-new {
  position: relative;
  overflow: hidden;
}
.products-grid-new.last {
}
.products-grid-new li.item {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_item.gif) no-repeat;
  width: 154px;
  padding: 4px;
  padding-bottom: 15px;
  margin: 0 8px 0 0;
}
.products-grid-new li.last {
  margin: 0 !important;
}
.products-grid-new .product-image {
  display: block;
  background: #fff;
  border: solid 1px #f0f0f0;
  width: 152px;
  height: 146px;
  margin: 0 0 5px;
}
.products-grid-new .product-name {
  width: 105px;
  padding: 0 0 8px 7px;
  line-height: 18px;
}
.products-grid-new .product-name a {
  color: #9d9d9d;
  text-decoration: none;
}
.products-grid-new .product-name a:hover {
  text-decoration: underline;
}
.products-grid-new .price-box {
  margin: 0 0 0 4px;
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/price-new-holder.gif) no-repeat;
  width: 97px;
  height: 35px;
  padding: 0 0 0 11px;
  line-height: 35px;
}
.products-grid-new .price {
  font-weight: bold;
  color: #1654a4;
}
.products-grid-new .availability {
  line-height: 21px;
}
.products-grid-new .btn-cart {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat;
  width: 38px;
  height: 35px;
  border: 0;
}
.products-grid-new .btn-cart:hover {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat 0 -35px;
}

/* View Type: List */
.products-list li.item {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_list.gif) no-repeat;
  padding: 4px 34px 22px 4px;
}
.products-list li.item.last {
}
.products-list .product-image {
  float: left;
  width: 152px;
  height: 146px;
  background: #fff;
  border: solid 1px #f0f0f0;
}
.products-list .product-shop {
  margin-left: 173px;
}
.products-list .product-name {
  padding: 15px 0 10px 0;
  width: 300px;
}
.products-list .product-name a {
  color: #9d9d9d;
  text-decoration: none;
}
.products-list .product-name a:hover {
  text-decoration: underline;
}
.products-list .ratings {
  margin: 0 0 18px 0;
}
.products-list .ratings .rating-links {
  padding: 0 0 0 90px;
  font-size: 12px;
}
.products-list .ratings .rating-links a {
  text-decoration: none;
}
.products-list .ratings .rating-links a:hover {
  text-decoration: underline;
}
.rev_link2 {
  color: #9d9d9d;
}
.products-list .price-box {
  margin: 0;
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/price-new-holder.gif) no-repeat;
  width: 97px;
  height: 35px;
  padding: 0 0 0 11px;
}
.products-list .price {
  font-weight: bold;
  color: #1654a4;
  line-height: 35px;
}
.products-list .price-box.map-info {
  line-height: 12px;
  padding-top: 5px;
  height: 35px;
}
.products-list .price-box.map-info a {
  display: block;
  font-size: 11px;
}
.products-list .btn-cart {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat;
  width: 38px;
  height: 35px;
  border: 0;
}
.products-list .btn-cart:hover {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat 0 -35px;
}
.products-list .availability {
  float: left;
  margin: 3px 0 0;
}
.products-list .desc {
  clear: both;
  padding: 15px 0 0 7px;
  margin: 0 0 9px;
  line-height: 18px;
}
.products-list .desc .link-learn {
  font-size: 12px;
}
.products-list .add-to-links {
  clear: both;
  padding: 0 0 0 7px;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}
/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin: 0;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
  width: 75px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 14px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings .amount {
}

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

/* Availability */
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
  color: #d83820;
}

.availability-only {
  margin: 0 0 7px;
}
.availability-only a {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
}

.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #f2f2f2;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
}

/* Email to a Friend */
.email-friend {
  padding-bottom: 13px;
}

/* Alerts */
.alert-price {
}
.alert-stock {
}

/********** < Product Prices */
.price {
  white-space: nowrap;
}

.price-box {
}
.price-box .price {
  color: #555;
}

/* Regular price */
.regular-price {
}
.regular-price .price {
  font-weight: bold;
}

.catalog-category-view .price,
.tagseo-product-list .price,
.tagseo-product-listcategory .price {
  color: #636163;
}

.catalog-category-view .regular-price .price,
.tagseo-product-list .regular-price .price,
.tagseo-product-listcategory .regular-price .price {
  font-size: 13pt;
}

.tagseo-product-listcategory .affirm-as-low-as {
  clear: both;
  padding: 0 7px;
}
.tagseo-product-listcategory h3.product-name {
  padding: 7px;
}

/* Old price */
.old-price {
  /* text-align: center; */
  /* margin-top: -10px; */
  line-height: 1;
}
.catalog-product-view .old-price {
  margin-top: -10px;
  margin-bottom: 4px;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  color: red;
  text-decoration: line-through;
  color: #333;
  /* line-height: 12px !important; */
  /* margin: -15px 0 0 0; */
  /* display: block; */
  font-weight: normal;
  font-size: 13px;
}

/* Special price */
.product-options-bottom .special-price {
  /* padding-top: 10px; */
  color: red;
}
.special-price .price-label {
  display: none;
}
.product-options-bottom .special-price .price {
  font-weight: bold;
  line-height: 12px !important;
  display: block;
  margin-bottom: 3px;
}

/* Minimal price (as low as) */
.minimal-price {
}
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
}
.minimal-price-link .price {
  font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
}
.price-excluding-tax .label {
  white-space: nowrap;
}
.price-excluding-tax .price {
  font-weight: normal;
}

/* Including tax */
.price-including-tax {
  display: block;
}
.price-including-tax .label {
  white-space: nowrap;
}
.price-including-tax .price {
  font-weight: bold;
}

/* Configured price */
.configured-price {
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from {
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to {
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
}
.price-notice .price {
  font-weight: bold;
}

/* Price as configured */
.price-as-configured {
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-box-bundle {
}
/********** Product Prices > */

/* Tier Prices */
.product-view .product-shop .tier-prices .price {
  font-weight: normal !important;
}
.tier-prices .benefit {
  color: #383838;
}
.tier-prices {
  margin-bottom: 20px;
}

.tier-prices-grouped {
}

/* Add to Links */
.add-to-links .separator {
  display: none;
}

/* Add to Cart */
.add-to-cart label {
  float: left;
  margin-right: 5px;
}
.add-to-cart .qty {
  float: right;
  padding: 7px 1px;
  text-align: center;
}
.add-to-cart button.button {
  margin: 10px 0 0 0;
}
.add-to-cart .paypal-logo {
  clear: left;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
}
.add-to-box .add-to-cart {
  float: left;
}
.add-to-box .or {
  float: left;
  margin: 0 10px;
}
.add-to-box .add-to-links {
  float: left;
}

.product-view {
}

.product-essential {
  /*padding:4px 20px 31px 4px; margin-bottom:10px;*/
  margin-bottom: 1em;
}

.product-collateral .box-collateral {
  padding: 18px 14px 18px 11px;
}

/* Product Images */
.product-view .product-img-box {
  width: 50%;
  float: left;
  margin-bottom: 1em;
}
.product-view .product-img-box .product-image {
  text-align: center;
}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 261px;
  height: 261px;
  overflow: hidden;
  z-index: 9;
}
.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}
.product-view .product-img-box .zoom-notice {
  padding: 0 0 12px 7px;
}
.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}
.product-view .product-img-box .zoom.disabled {
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)'; /*IE8*/
  opacity: 0.3;
}
.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 33px;
  height: 22px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}
.product-view .product-img-box .more-views h2 {
  padding: 7px 0 18px 7px;
  font-size: 1em;
  font-weight: bold;
  color: #383838;
}
.product-view .product-img-box .more-views ul {
  margin-left: -12px;
}
.product-view .product-img-box .more-views li {
  float: left;
  border: solid 1px #f0f0f0;
  background: #fff;
  margin: 0 0 8px 12px;
}

.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-image-popup .nav {
  margin: 0 100px;
  text-align: center;
}
.product-image-popup .nav a {
  margin: 0 5px;
}
.product-image-popup .image {
  display: block;
  margin: 10px 0;
}
.product-image-popup .image-label {
}

/* Product Shop */
.product-view .product-shop {
  float: right;
  width: 370px;
}
.product-view .product-name-details h1 {
  padding: 7px 0 7px 7px;
  font-weight: normal;
  font-size: 1.6em
}
.product-view .product-shop .ratings {
  margin: 0 0 18px 0;
}
.product-view .product-shop .rating-links {
  padding: 0 0 0 100px;
  font-size: 12px;
}
.product-view .product-shop .no-rating {
  padding-bottom: 13px;
}
.product-view .product-shop .price-box {
  float: left;
  margin: 0 50px 0 0;
}
.product-view .product-shop .price {
  font-size: 12px;
  font-weight: bold !important;
  color: #1654a4;
}
.product-view .product-shop .availability {
  float: left;
  font-size: 12px;
}
.product-view .product-shop .availability span {
  font-weight: normal;
}
.product-view .product-shop .clear {
  height: 19px !important;
}
.product-view .product-shop .add-to-cart label {
  margin: 7px 10px 0 0;
}
.product-view .product-shop .add-to-cart .qty {
  width: 36px !important;
  height: 14px;
  border: solid 1px #dbdbdb;
  font-size: 12px;
  color: #9d9d9d;
  margin: 5px 0 0 0;
}
.product-view .product-shop .add-to-cart button.button {
  margin: 0 0 0 8px;
}
.product-view .product-shop .add-to-box {
}
.product-view .product-shop .add-to-box .or {
  margin: 7px 20px 0 15px;
  float: left;
}
.product-view .product-shop .add-to-box .add-to-links {
  margin: -3px -10px 0 0;
  line-height: 18px;
}
.product-view .short-description {
  padding: 25px 0 0 0;
}
.product-view .short-description h2 {
  padding: 0 0 12px 0;
  font-size: 12px;
  font-weight: bold;
  color: #383838;
}
.product-view .product-shop a.nobr {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

/* Product Options */
.product-options {
  padding: 0 7px;
  color: #9d9d9d;
}
.product-options dt label {
  font-weight: bold;
}
.product-options dt .qty-holder {
  float: right;
}
.product-options dt .qty-holder label {
  vertical-align: middle;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #333;
}
.product-options dd {
  margin: 0px 0;
}
.product-options dl.last dd.last {
}
.product-options dd input.input-text {
  width: 96%;
  margin-left: 12px;
}
@media only screen and (max-width: 1330px) {
  .product-options dd input.input-text {
    width: 98%;
    margin-left: 0;
  }
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 100%;
}
.product-options .options-list {
}
.product-options .options-list input.radio {
  float: left;
  margin: 3px -18px 0 0;
}
.product-options .options-list input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}
.product-options .options-list .label {
  display: block;
  margin-left: 20px;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.required {
  padding: 15px 0 0;
}

.product-options-bottom {
  padding: 10px 0;
  border-top: 0;
}

.product-options-bottom .add-to-cart {
  float: left;
  text-align: right;
  margin: 25px 20px 0 20px;
}
.product-options-bottom .add-to-links {
  clear: both;
  padding: 10px 0 0 0;
}

/* Grouped Product */
.product-view .grouped-items-table {
}

/* Block: Description */
.product-view .box-description {
}
.product-view .box-description .std p {
  padding-bottom: 13px;
}

/* Block: Additional */
.product-view .box-additional {
}

/* Block: Upsell */
.product-view .box-up-sell {
  background: none;
  padding: 0;
  margin: 0;
}
.product-view .box-up-sell h2 {
  padding: 0 0 13px 11px;
}
.product-view .box-up-sell .products-grid {
  margin-bottom: 1em;
}
.product-view .box-up-sell .products-grid .price-box {
  width: 100%;
  height: auto;
  background: none;
  background-color: rgba(15, 15, 15, 0.7);
  padding: 3px 0;
  margin: 0 0 7px;
  float: none;
  text-align: left;
  text-indent: 7px;
  box-sizing: border-box;
}
.product-view .box-up-sell .products-grid .price-box .price {
  color: #fff!important;
}
.product-view .box-up-sell .products-grid .old-price .price {
  font-size: 11px;
  display: inline;
}
.product-view .box-up-sell .products-grid .old-price .special-price {
  padding-top: 0;
}
/* Product variations */
  /* Base mobile styles */
.product-variations {
  display: flex;
  flex-direction: column;
}

.variation {
  margin-bottom: 10px;
}

  /* Desktop styles */
@media (min-width: 768px) {
  .product-variations {
    flex-direction: row;
    justify-content: space-between;
  }

  .variation {
    flex: 1;
    margin-bottom: 0;
  }

  .variation:first-child {
    margin-right: 10px;
  }

  .variation:not(:first-child):not(:last-child) {
    margin: 0 10px;
  }

  .variation:last-child {
    margin-left: 10px;
  }
}
.product-variations h5 {
  font-size: 1.1em;
  margin: 0 0 .5em!important;
}
.product-variations img {
  margin: .5em 0;
}

/* Block: Tags */
.product-view .box-tags {
  margin-left: -3px;
}
.product-view .box-tags h3 {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 16px;
}

.product-view .box-tags .product-tags li {
  display: inline;
  padding: 0 12px 0 0;
  margin: 0 10px 0 0;
  color: #1654a4;
}
.product-view .box-tags .product-tags li.last {
  background: none;
}
.product-view .box-tags .product-tags li a {
  color: #1654a4;
  text-decoration: none;
}
.product-view .box-tags .product-tags li a:hover {
  text-decoration: underline;
}

.product-view .box-tags .product-tags li {
  padding: 4px;
  display: inline-block;
  font-size: 14px;
  margin: 13px 3px;
  padding: 0;
  height: 25px;
}

.product-view .box-tags .product-tags li a {
  padding: 12px 8px;
  border: solid 2px #f0f0f0;
  text-decoration: none;
  color: #333333;
  border-radius: 5px;
}

.product-view .box-tags .form-add label {
  float: left;
  padding: 2px 8px 0 0;
}
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 480px;
}
.product-view .box-tags .form-add input.input-text {
  width: 470px;
  height: 14px;
  border: solid 1px #dbdbdb;
}
.product-view .box-tags .form-add button {
  margin: 0 -15px 0 0;
}
.product-view .box-tags .form-add button span {
  float: left;
  height: 18px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  color: #1654a4;
}
.product-view .box-tags .form-add button span span {
  border: solid 1px #dcdcdc;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/add_tag.gif) repeat-x;
  padding: 0 12px 0 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-view .box-tags p {
  clear: both;
  padding: 13px 0 0 0;
}

/* Block: Reviews */
.product-view .box-reviews {
}
.product-view .box-reviews dd,
.product-view .box-reviews h3,
.product-view .box-reviews h4 {
  padding-bottom: 13px;
}
.product-view .box-reviews .data-table {
  margin-bottom: 13px;
}
.product-view .box-reviews .input-box {
  width: 100%;
}
.product-view .box-reviews .input-text,
.product-view .box-reviews textarea {
  width: 99%;
}
.product-view .box-reviews .buttons-set button {
  float: left;
}
.product-view .box-reviews .form-add {
}

/* Send a Friend */
.send-friend {
}
.send-friend .buttons-set button {
  margin-left: 10px;
}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
  font-size: 1em;
  font-weight: normal;
}
.product-name a {
}

/* Product Tags */
.tags-list li {
  display: inline;
}

/* Advanced Search */
.advanced-search {
}
.advanced-search-amount {
  padding-bottom: 13px;
}
.advanced-search-summary {
  padding-bottom: 13px;
}

/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}

/* CMS Pages */
.cms-about-contempo-space .std p {
  margin-bottom: 1.25em;
}

/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
}

/* RSS */
.rss-title h1 {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.35;
  background-position: 0 2px;
}
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart {
}

/* Checkout Types */
.cart .checkout-types {
  margin:  1em 0;
  display: flex;
  align-items: center;
}
.cart .checkout-types li {
  flex: 1;
  text-align: left;
}
.cart .checkout-types .backtoshopping {
  font-weight: bold;
  text-transform: uppercase;
}
.cart .checkout-types .buttons {
  text-align: right;
}
@media (max-width: 470px) {
  .cart .checkout-types {
  }
}
.cart .checkout-types li {
}
.cart .checkout-types li button {
  height: 49px;
}
.cart .checkout-types li button span {
  height: 49px;
  font-size: 18px;
  line-height: 49px;
}
.cart .checkout-types li button span span {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/proceed.gif) repeat-x;
  padding: 10px 20px;
  border-radius: 6px;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 3px 55px 8px 0;
  line-height: 1;
  font-size: 11px;
}
/* .cart-holder .btn-checkout {margin-right:55px} */

/* Shopping Cart Table */
.cart-table .item-msg {
  font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 11px 0 0;
}
.cart .cart-collaterals .col2-set {
  float: left;
  width: 590px;
}
.cart .cart-collaterals .col-1 {
  float: left;
  width: 230px;
}
.cart .cart-collaterals .col-2 {
  float: right;
  width: 350px;
}

.cart .crosssell {
  border: solid 1px #ececec;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/cross.gif) repeat-x;
  padding: 15px 10px 3px 10px;
}
.cart .crosssell h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  padding: 0 5px 17px 11px;
}
.cart .crosssell .product-image {
  float: left;
  width: 70px;
  height: 70px;
  border: solid 1px #f3f3f3;
}
.cart .crosssell .product-details {
  margin-left: 87px;
}
.cart .crosssell .product-name {
  margin: 0 0 13px 0;
  line-height: 16px;
  white-space: break-word;
}
.cart .crosssell .product-name a {
  color: #9d9d9d;
  text-decoration: none;
}
.cart .crosssell .product-name a:hover {
  text-decoration: underline;
}
.cart .crosssell .price-box {
  margin: 0 0 7px 0;
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/price-new-holder.gif) no-repeat;
  width: 71px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.cart .crosssell .price {
  font-weight: bold;
  color: #1654a4;
}
.cart .crosssell .btn-cart {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat;
  width: 38px;
  height: 35px;
  border: 0;
  margin-bottom: 8px;
}
.cart .crosssell .btn-cart:hover {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_cart_new.gif) no-repeat 0 -35px;
}
.cart .crosssell li.item {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_item_cross.gif) no-repeat;
  padding: 14px 0 17px 11px;
}
.cart .crosssell .add-to-links {
  clear: both;
}
.cart .crosssell .add-to-links li {
  line-height: 18px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {
  border: solid 1px #ececec;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/cross.gif) repeat-x;
  padding: 18px 0 24px 21px;
  overflow: hidden;
  margin: 0 0 11px 0;
}
.cart .shipping {
  border: solid 1px #ececec;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/cross.gif) repeat-x;
  padding: 18px 0 24px 21px;
  overflow: hidden;
  margin: 0 0 11px 0;
}

.cart .discount h2,
.cart .shipping h2 {
  font-weight: bold;
  font-size: 12px;
  color: #383838;
  padding-bottom: 15px;
}

.cart .discount label {
  display: block;
  padding: 0 0 8px 0;
}
.cart .discount .input-box {
  float: left;
  width: 202px;
}
.cart .discount .input-text {
  width: 300px;
  height: 14px;
  border: solid 1px #dbdbdb;
  font-size: 11px;
  color: #d5d5d5;
}
.cart .discount .buttons-set {
  padding: 14px 20px 0 0;
}
.cart .discount .buttons-set button span {
  height: 18px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  color: #1654a4;
}
.cart .discount .buttons-set button span span {
  border: solid 1px #dcdcdc;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/add_tag.gif) repeat-x;
  padding: 5px 12px 5px 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 13px;
}
.cart .discount .buttons-set button {
  margin: 0 3px;
  height: 27px;
}

.cart .shipping p {
  padding: 8px 0;
}
.cart .shipping .form-list label {
  color: #333;
  font-weight: normal;
  padding-bottom: 2px;
}
.cart .discount .input-text {
  border: solid 1px #dbdbdb;
  font-size: 11px;
  color: #333;
}
.cart .shipping .form-list input.input-text {
  border: solid 1px #dbdbdb;
  color: #333;
}
.cart .shipping .form-list select {
  width: 306px;
  border: solid 1px #dbdbdb;
  font-size: 11px;
  color: #d5d5d5;
}
.cart .shipping .buttons-set {
  width: 306px;
}
.cart .shipping .buttons-set button span {
  height: 28px;
  text-align: center;
  white-space: nowrap;
  color: #1654a4;
}
.cart .shipping .buttons-set button span span {
  border: solid 1px #dcdcdc;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/add_tag.gif) repeat-x;
  padding: 5px 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 13px;
}

/* Shopping Cart Totals */
.cart .totals {
  float: right;
  width: 348px;
  border: solid 1px #ececec;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/totals.gif) repeat-x;
  padding: 30px 0 10px 0;
}
.cart .totals table {
  width: 250px;
  margin-left: 35px;
}
.cart .totals table th,
.cart .totals table td {
  padding: 6px 0;
}
.cart .totals table th strong,
.cart .totals table td strong {
  font-weight: normal;
}
.cart .totals table th {
}
.cart .totals table tfoot th {
}
.cart .totals .checkout-types {
  text-align: center;
  margin: 0 !important;
  padding: 10px 0 0 0;
}
.cart .totals .checkout-types li {
  padding: 0 0 26px 0;
}
.cart .totals .grndttl {
  width: 50px;
}
.cart .totals .grndttl .price {
  font-weight: bold !important;
  color: #1654a4;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
}
#shopping-cart-table .item-options img {
  margin: -10px 5px 5px 0 !important;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-color: lightgray;
  vertical-align: top !important;
}
#shopping-cart-table .item-options {
  margin-top: 10px;
}
#shopping-cart-table .item-options dt {
  float: left;
  margin-right: 10px;
  width: 125px;
  padding: 5px 0;
  clear: left;
}
#shopping-cart-table .item-options dl {
  padding: 5px 0;
  float: left;
}
#shopping-cart-table .item-options dd {
  padding: 5px 2px 2px 10px;
  height: 38px;
}

.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 30px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods select.month {
  width: 150px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.sp-methods .release-amounts {
  margin: 0.5em 0 1em;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
  margin-right: 5px;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  cursor: help;
  margin-left: 5px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages {
  margin: 13px 0;
}
.gift-messages-form {
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
}
.gift-messages-form .whole-order {
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
}

.gift-message-link {
  display: block;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bkg_collapse.gif) 0 4px no-repeat;
  padding-left: 20px;
}
.gift-message-link.expanded {
  background-position: 0 -53px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
  float: right;
}
.gift-message dt strong {
  font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements {
}
.checkout-agreements li {
  margin: 10px 0;
}
.checkout-agreements .agreement-content {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  height: 10em;
  overflow: auto;
}
.checkout-agreements .agree {
  padding: 6px;
  text-align: right;
}

/* Centinel */
.centinel {
}
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Generic Info Set */
.info-set {
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
}
.block-progress .block-title strong {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/icon_progress.gif) no-repeat;
  font-size: 1.2em!important;
}
.block-progress .block-title {
  padding: 14px 8px 14px 8px;
}
.block-progress .block-title strong {
  line-height: 14px;
  padding: 1px 0 1px 40px;
}
.block-progress .block-content {
  background: none;
  padding: 0;
  border: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0;
}
.block-progress dt {
  border: solid 1px #e3e2e2;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_check1.gif) repeat-x;
  height: 31px;
  line-height: 31px;
  padding: 0 0 0 17px;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.block-progress dd {
  border: solid 1px #e3e2e2;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_check3.gif) repeat-x;
  padding: 18px 0 18px 20px;
  line-height: 18px;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.block-progress dt.complete {
  border: 0;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_check2.gif) repeat-x;
  height: 33px;
  line-height: 33px;
  padding: 0 0 0 18px;
  color: #fff;
}
.block-progress dt.complete a {
  font-size: 12px;
  color: #fff;
  text-transform: none;
}
.block-progress dt.complete .separator {
  display: none;
}
.block-progress dd.complete {
}

.opc {
  position: relative;
}
.opc li.section {
  list-style: none;
}

.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}

.opc .step-title {
  border: solid 1px #e3e2e2;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_check1.gif) repeat-x;
  height: 31px;
  line-height: 31px;
  padding: 0 0 0 17px;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: right;
}
.opc .step-title .number {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 31px;
  margin-right: 8px;
}
.opc .step-title h2 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 31px;
}
.opc .step-title a {
  display: none;
  float: right;
}

.opc .allow .step-title {
  cursor: pointer;
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active {
}
.opc .active .step-title {
  border: 0;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/bg_check2.gif) repeat-x;
  height: 33px;
  line-height: 33px;
  padding: 0 0 0 18px;
  color: #fff;
  cursor: default;
}
.opc .active .step-title .number {
  color: #fff;
  line-height: 33px;
}
.opc .active .step-title h2 {
  color: #fff;
  line-height: 33px;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
  padding: 15px 10px;
  position: relative;
}
.opc .step .tool-tip {
  right: 10px;
}

.opc .order-review {
}
.opc .order-review .authentication {
}
.opc .order-review .warning-message {
}

#checkout-review-table tr.last .grndttl .price {
  font-size: 16px;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 50px;
  margin: 10px 0;
}
.checkout-progress li {
  float: left;
  width: 20%;
  border-top: 5px solid #999;
  text-align: center;
  color: #999;
}
.checkout-progress li.active {
  border-top-color: #333;
  color: #333;
}

.multiple-checkout {
  position: relative;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 10px;
}
.multiple-checkout .grand-total {
  font-size: 1.5em;
  text-align: right;
}
.multiple-checkout .grand-total big {
  display: block;
  padding-bottom: 20px;
}
.multiple-checkout .grand-total .price {
}
.multiple-checkout .page-title {
  background: none;
  text-align: right;
  padding-right: 26px;
}
.multiple-checkout .page-title h1 {
  background: none;
}
.multiple-checkout .box {
  margin-bottom: 15px;
}
.multiple-checkout .col2-set h2.legend {
  margin-bottom: 10px;
}
.multiple-checkout h3 {
  margin-bottom: 10px;
}
.multiple-checkout h2,
.multiple-checkout h4 {
  margin-bottom: 5px;
}
.multiple-checkout .data-table tfoot td {
  overflow: hidden;
}
.multiple-checkout .data-table tfoot td button {
  height: 22px;
}
.checkout-multishipping-overview .data-table {
  margin-bottom: 20px;
}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login {
}
.account-login h2,
.account-login p {
  padding-bottom: 13px;
}
.account-login .new-users {
  float: left;
  margin-right: 10%;
}
.account-login .registered-users {
  float: left;
  width: 35%;
}

.account-create {
}
/* Account Login/Create Pages ============================================================ */

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
.my-account h2,
.my-account h3,
.my-account h4,
.my-account .col2-set {
  padding: 8px 0;
}

/********** < Dashboard */
.dashboard {
}
.dashboard .welcome-msg {
}
.dashboard .welcome-msg {
  padding-bottom: 13px;
}

.dashboard .box-title,
.dashboard .box-head {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3 {
  float: left;
}
.dashboard .box-title a,
.dashboard .box-head a {
  float: right;
}

/* Block: Recent Orders */
.dashboard .box-recent {
  margin: 10px 0;
}

.order_info_btns {
  padding: 10px 10px 0 0;
}

/* Block: Account Information */
.dashboard .box-info {
}

/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
/********** Dashboard > */

/* Address Book */
.addresses-list {
}
.addresses-list-additional li.item {
}

/* Order View */
.order-info {
  border: 1px solid #ddd;
  padding: 5px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  font-weight: bold;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
}

.order-items {
  width: 100%;
  overflow-x: auto;
}

.order-additional {
  margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
}
.page-print .print-head img {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Reviews */
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer {
  padding: 35px 40px 1px 41px;
  background-color: #9cb7c8;
}
.footer p {
  text-align: right;
}
.footer address {
  display: block;
  clear: both;
  padding: 11px 0 0 0;
  color: #9d9d9d;
}
.footer ul {
  float: left;
}
.footer ul li {
  padding: 0;
}
.footer ul li a {
  color: #333;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer-container .bottom-container {
  text-align: center;
}
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: '.';
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* ======================================================================================= */

.clear {
  clear: both;
  height: 1px;
  font-size: 0%;
  line-height: 0%;
}

.scroller {
  height: 513px;
  background: #fff url(https://www.contempospace.com/skin/frontend/default/contempospace/images/top_shape.gif) no-repeat 10px 10px;
  padding-top: 60px;
}

.index_prods {
  overflow: hidden;
  margin-bottom: 9px;
}
.index_col1 {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/index_col.gif) no-repeat;
  width: 230px;
  height: 154px;
  margin: 0 10px 0 0;
}
.index_col2 {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/index_col.gif) no-repeat;
  width: 230px;
  height: 154px;
  margin: 0 10px 0 0;
}
.index_col3 {
  float: left;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/index_col.gif) no-repeat;
  width: 230px;
  height: 154px;
}
.index_prods h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
  padding: 12px 24px 0 24px;
}
.index_prods h3 a {
  color: #1090e0;
  text-decoration: none;
}
.index_prods h3 a:hover {
  text-decoration: underline;
}
.index_col1 .h_pic {
  text-align: center;
  padding: 3px 0 0 0;
}
.index_col2 .h_pic {
  text-align: center;
  padding: 3px 0 0 0;
}
.index_col3 .h_pic {
  text-align: center;
  padding: 3px 0 0 0;
}
.index_prods .buy_now {
  position: absolute;
  margin: 113px 0 0 129px;
  display: block;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/buy_now.png) no-repeat;
  width: 91px;
  height: 31px;
}
.index_prods .buy_now:hover {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/buy_now.png) no-repeat 0 -31px;
}
.index_prods .buy_now span {
  display: none;
}

.new_prod_title {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/title_bg.gif) repeat-x 0% 100%;
  border: solid 1px #ececec;
  padding: 13px 0 13px 20px;
  margin-bottom: 5px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.new_prod_title h2 {
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  text-transform: uppercase;
}
.new_prod_list {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/new_prod_list.gif) repeat-x;
  border: solid 1px #ececec;
  padding: 21px 0 18px 20px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 0 0 2px 2px;
}

#checkout-step-login h3,
#checkout-step-login h4,
#checkout-step-login p {
  padding-bottom: 13px;
}

#checkout-step-billing .form-list,
#checkout-step-shipping .form-list {
  margin: 0 -100px 0 0;
}
#checkout-step-billing .form-list .field,
#checkout-step-shipping .form-list .field {
  width: 360px;
}
#checkout-step-billing .form-list label,
#checkout-step-shipping .form-list label {
  padding: 0 0 1px 0;
}
#checkout-step-billing .form-list input.input-text,
#checkout-step-shipping .form-list input.input-text {
  width: 282px;
}
#checkout-step-billing .form-list select,
#checkout-step-shipping .form-list select {
  width: 288px;
}
#checkout-step-billing .form-list li.wide input.input-text,
#checkout-step-shipping .form-list li.wide input.input-text {
  width: 642px;
}
#checkout-step-billing .control {
  float: left;
  padding: 0 45px 0 0;
}

.my-wishlist .product-name {
  padding-top: 13px !important;
}
.my-wishlist textarea {
  width: 99%;
}
.my-wishlist .buttons-set button {
  margin: 0 0 0 10px;
}
.my-wishlist .data-table button {
  margin: 10px 0;
  height: 29px !important;
}
#my-tags-table button {
  height: 29px !important;
}

#my-orders-table .last .nobr {
  white-space: normal;
}
#my-orders-table .last .separator {
  display: none;
}
#my-orders-table .last a {
  display: block;
}

#advanced-search-list label {
  padding-right: 5px;
}

.sales-guest-form .form-alt li {
  margin-bottom: 12px;
  overflow: hidden;
}

.customer-address-index .page-title .button {
  margin: 6px 10px 0 0;
}

/* MAP Popup============================================================================== */
.price-box.map-info .price {
  padding-right: 10px;
}
.product-view .product-shop .price-box.map-info {
  margin: 0 10px 0 0;
}
.product-view .product-shop .price-box.map-info a {
  padding: 0 4px;
  font-size: 11px;
}

.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #fbfbfb;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
  color: #1654a4;
}
.map-popup-arrow {
  background: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 10px 0 0 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ====================================<rws>============================================ */
#product-options-wrapper dt {
  float: left;
  padding-right: 10px;
  width: 95px;
}
#product-options-wrapper dl dt div {
  padding: 0 2px 0 30px;
  height: 37px;
  font-weight: bold;
  font-size: 14px;
}
#product-options-wrapper input.dimension {
  display: none;
}

#options-list-front-type,
#options-list-mattress-size,
#options-list-back-type,
ul.options-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: right;
}

#options-list-front-type li,
#options-list-mattress-size li,
#options-list-back-type li,
ul.options-list li {
  margin: 4px 8px 4px 0;
  float: left;
  width: 94px;
  background-color: #f5f5f5;
  text-align: center;
  padding: 6px 1px;
  border-radius: 8px;
}

#options-list-front-type .front-type-picker-selected,
#options-list-back-type .back-type-picker-selected,
ul.options-list .picker-selected {
  background-color: #dddddd !important;
  box-shadow: inset 0 0 0 1px #aaaaaa;
}

ul.ul-options-list-cabinet-width li,
ul.ul-options-list-cabinet-width-a li,
ul.ul-options-list-cabinet-width-b li,
ul.ul-options-list-cabinet-width-c li,
ul.ul-options-list-cabinet-width-d li,
ul.ul-options-list-cabinet-width-e li,
ul.ul-options-list-cabinet-width-f li {
  width: 22px !important;
  margin: 3px 4px 1px 0;
}

ul.ul-options-list-cabinet-width .p-price,
ul.ul-options-list-cabinet-width-a .p-price,
ul.ul-options-list-cabinet-width-b .p-price,
ul.ul-options-list-cabinet-width-c .p-price,
ul.ul-options-list-cabinet-width-d .p-price,
ul.ul-options-list-cabinet-width-e .p-price,
ul.ul-options-list-cabinet-width-f .p-price {
  display: none !important;
}

ul.ul-options-list-cabinet-width .picker-selected,
ul.ul-options-list-cabinet-width-a .picker-selected,
ul.ul-options-list-cabinet-width-b .picker-selected,
ul.ul-options-list-cabinet-width-c .picker-selected,
ul.ul-options-list-cabinet-width-d .picker-selected,
ul.ul-options-list-cabinet-width-e .picker-selected,
ul.ul-options-list-cabinet-width-f .picker-selected {
  border: 2px solid black;
  width: 22px !important;
  padding: 4px 3px;
  background-color: #9d9d9d !important;
}

.attributeset-custom-desk .front-type .p-price,
.attributeset-custom-desk .desk-size .p-price {
  display: none;
}

div.attributeset-pier-wall-bedroom .p-price {
  display: none;
}

div.attributeset-pier-wall-bedroom div.platform-option li {
  height: 32px;
}

div.attributeset-pier-wall-bedroom div.corner-layout li {
  height: 32px;
}

dd.optionextended-narrow-above {
  width: auto !important;
}
dd.optionextended-narrow-above .spacer {
  display: none;
}

#product-options-wrapper .p-title {
  font-weight: bold;
  color: #333;
  cursor: pointer;
  font-size: 13px;
}

#product-options-wrapper .p-price {
  color: #333;
  cursor: pointer;
  font-size: 13px;
}

.label-option-1 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -10px;
}
.label-option-2 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -99px;
}
.label-option-3 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -185px;
}
.label-option-4 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -272px;
}
.label-option-5 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -360px;
}
.label-option-6 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -446px;
}
.label-option-7 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -535px;
}
.label-option-8 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -623px;
}
.label-option-9 {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -248px -708px;
}

.product-options-bottom .price-box {
  font-size: 21px;
  width: 200px;
  text-align: center;
  padding-bottom: 4px;
}
.product-options-bottom label {
  font-size: 14px;
  padding-top: 5px;
}

.product-options-bottom {
  background-color: #f5f5f5;
  padding: 12px 10px;
  min-height: 65px;
  border-radius: 8px;
  margin-top: 20px;
}

#product-options-wrapper .input-box {
  /* float: right;
  width: 436px; */
}

#product-options-wrapper dt,
#product-options-wrapper dd {
  border-top: 1px solid #ddd;
  padding: 12px 6px;
}

#product-options-wrapper dd {
  padding-left: 107px;
}

#product-options-wrapper select {
  display: none;
}
/*#product-options-wrapper select.width{display:block}*/

#product-options-wrapper dl dt div em {
  display: none;
}

.label-option-dimension em {
  display: none;
}
.product-options-bottom button {
  clear: both;
  float: right;
  height: 36px;
  width: 188px;
}
.product-options-bottom button.button span span {
  padding: 7px 80px 7px 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 18px;
}

.product-options-bottom button.button span {
  height: 35px;
  margin-right: -15px;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -5px -437px;
}

.product-sku {
  float: left;
}
.social-network {
  float: right;
}
.social-network div {
  float: left;
  width: 100px;
  overflow: hidden;
}

.facebook {
  width: 110px !important;
}
.pinterest {
  width: 80px !important;
}
.google-plus {
  width: 90px !important;
}
.twitter {
}

.product-top-wapper {
  padding: 0 7px 7px 7px;
}

#add-to-cart-option-review {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
#add-to-cart-option-review .title {
  font-weight: bold;
  height: 20px;
  padding-bottom: 5px;
  line-height: 1;
}
#add-to-cart-option-review .review-selection {
  width: 90px;
  height: 150px;
  /* padding: 0 15px 3px 0;
  float: left; */
  text-align: center;
  font-size: 85%;
  /* overflow: hidden; */
  line-height: 1.25;
  margin: 0 10px;
}
#add-to-cart-option-review .review-selection img {
  height: 90px;
  width: 90px;
  margin: 0 auto 3px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #DDD;
}
.plz-select-option {
  width: 90px;
  height: 88px;
  border: solid 1px #ddd;
  margin-bottom: 3px;
  box-sizing: border-box;
}

.add-to-cart-wapper .info-wapper {
  float: left;
  width: 174px;
}
.add-to-cart-wapper .info-wapper img {
  float: left;
  padding-right: 10px;
}
.add-to-cart-button-wapper {
  float: right;
  padding-right: 5px;
}

.product-right-options {
  width: 50%;
  min-height: 420px;
  float: right;
  padding-left: 25px;
  box-sizing: border-box;
}

.product-detail-left {
  float: left;
  width: 65%;
  padding-right: 35px;
  box-sizing: border-box;
}

.product-detail-left .info,
.product-detail-right .info {
  background-color: white;
  padding: 10px 0;
  margin-bottom: 1em;
}
.product-detail-left h2 {
  font-weight: bold;
  margin-bottom: 1em;
}
.product-detail-left .info h3,
.product-detail-right .info h3 {
  margin-bottom: 1em;
}
.product-detail-left .info a,
.product-detail-right .info a {
  color: #6fa8dc;
}
.product-detail-left .info p,
.product-detail-right .info p {
  margin: 0 0 1.2em;
}
.product-detail-left .info h5,
.product-detail-right .info h5 {
  margin-top: 1em;
}
.product-detail-left .info ul,
.product-detail-right .info ul {
  margin: 0 0 1.2em;
  list-style: disc;
  padding-left: 1em;
}
.product-detail-left h4,
.product-detail-right h4 {
  padding: 8px 0;
  border-bottom: 1px solid #BBB;
  font-size: 1.3em;
}
.product-detail-right {
  float: right;
  width: 35%;
}

div.related-categories {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -1px -492px;
  clear: both;
  border: 1px solid #9cb7c8;
  margin-bottom: 10px;
}
div.related-categories .info {
  padding: 15px 15px;
  background-color: white;
}
div.related-categories h4 {
  overflow: hidden;
  height: 18px;
  padding: 7px 15px;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: -1px -492px;
  background-color: #c6d6dd;
  color: #fff;
}
div.related-categories .breadcrumbs a {
  color: blue !important;
}

div.section-container-full {
  clear: both; /*border: 1px solid #9CB7C8;*/
  margin-bottom: 10px;
}
div.section-container-full .info {
  padding: 10px 0px;
  background-color: white;
}
div.section-container-full h4 {
  padding: 8px 0;
  border-bottom: 1px solid #BBB;
  font-size: 1.3em;
}
div.section-container-full .link a {
  color: #6fa8dc;
}

.product-dimensions sup {
  vertical-align: super;
  font-size: 70%;
  font-weight: normal;
  margin-left: 2px;
}

div.section-container-full .related-wrapper {
  margin-top: 10px;
}
div.section-container-full .related-wrapper .price {
  font-size: 100%;
  color: #EEE
}

.category-image img {
  width: 100%;
  height: auto;
}

#store-nav {
  float: left;
  display: inline;
  margin-top: 6px;
  margin-left: 10px;
}
#store-nav li {
  display: inline;
  margin: 1px;
  float: left;
}

#store-nav li a {
  display: block;
  text-indent: -1999px;
  overflow: hidden;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/css/sample-opaque.gif);
  height: 41px;
  width: 115px;
}

#store-nav li.contempo_closet a {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png');
  background-repeat: no-repeat;
  background-position: -1px -1px;
}

#store-nav li.contempo_closet.current-store a {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png');
  background-repeat: no-repeat;
  background-position: -1px -54px;
}

#store-nav li.contempo_wall a {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png');
  background-repeat: no-repeat;
  background-position: -1px -108px;
}
#store-nav li.contempo_wall.current-store a {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png');
  background-repeat: no-repeat;
  background-position: -1px -161px;
}

.footer-col {
  float: left;
  width: 20%;
}
.footer .logo img {
  width: 130px;
}
.footer img.bbb {
  width: 200px;
}
.footer img.verisign {
  width: 110px;
  margin-bottom: 20px;
  cursor: pointer;
}

#top-header-nav {
  /* padding: 10px 0; */
  clear: both;
  height: 40px;
  margin-bottom: 2em;
}

#top-header-nav a {
  text-decoration: none;
}
#top-header-nav h2,
#top-header-nav h3 {
  font-size: 12px;
  font-weight: bold;
}
.breadcrumbs .product {
  display: none;
}

#shipping-popup .sp-methods {
  text-align: left;
}
#shipping-popup .country,
#shipping-popup .region_id {
  display: none;
}

#shipping-popup input.input-text {
  width: 318px;
}

#shipping-popup .buttons-set {
  clear: both;
  padding: 5px 0;
}

#shipping-popup li {
  padding: 3px 0;
}

#shipping-popup h2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#shipping-popup #postcode {
  width: 300px;
}

#fineprint {
  clear: both;
  color: #888;
  font-size: 80%;
}

.fineprints {
  display:none;
}

#block-fineprints {
  width: 400px;
  text-align: left;
}

.fineprint-link {
  cursor: pointer;
}

#fineprint sup {
  vertical-align: super;
}
.top-nav-right {
  margin-top: 10px;
  min-height: 64px;
  overflow: hidden;
}
.top-info {
  text-align: right;
  margin-top: 76px;
  float: left;
  overflow: hidden;
  width: 500px;
}
@media (max-width: 1180px) {
  .top-info {
    width: 400px;
  }
}
@media (max-width: 1080px) {
  .top-info {
    width: 350px;
  }
}
.top-info>div {
  display: inline-block;
}
.top-info .phone {
  margin-right: 2em;
}
.top-info a {
  color: #333;
  text-decoration: none;
}
.top-info a:hover {
  text-decoration: underline;
}
.top-info span {
  padding: 0 15px;
}

.start-at {
  color: #777;
  font-size: 80%;
  display: inline-block;
  padding: 10px 0 0 5px;
}
#upsell-product-table .start-at {
  padding-top: 0;
}
.see-more-colors {
  margin: 0 0 3px 40px;
  font-weight: bold;
  color: red;
  font-size: 90%;
}

.see-more-colors a {
  color: red;
  text-decoration: none;
  display: block;
  background: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png') no-repeat -164px -544px;
  height: 14px;
  padding: 5px 2px 0 35px;
}

.product-related-right .info {
  background-color: white;
  padding-top: 5px;
  padding-left: 10px;
}

.fineprint-1 {
  float: left;
  margin-left: 69px;
  margin-top: -39px;
  font-size: 70%;
}

#showroom-wapper {
  margin-top: 15px;
}
#showroom-wapper .col-1 {
  width: 546px;
  float: left;
}
#showroom-wapper .col-2 {
  margin-left: 25px;
  float: right;
}

#showroom-wapper .address,
#showroom-wapper .hours,
#showroom-wapper .direction {
  border: 1px solid #9cb7c8;
  margin-bottom: 20px;
  padding: 5px 7px;
}

#showroom-wapper p + p {
  margin-bottom: 1.25em;
}

#showroom-wapper img {
  float: left;
  margin-right: 20px;
  clear: right;
}
#showroom-wapper .direction img {
  margin-bottom: 20px;
}
#showroom-wapper h3 {
  margin: 35px 0 20px 0;
}
#showroom-wapper #show_hide_map_direction {
  display: none;
}
#showroom-wapper #show-address {
  display: block;
}
#showroom-wapper #show-directions {
  color: #6fa8dc;
  font-weight: 600;
}
#showroom-wapper #address {
  display: block;
  margin: 5px 0;
  width: 42%;
}
#showroom-wapper #get-directions {
  margin-top: 10px;
}

.about-us-table ul {
  display: flex; /* Use flexbox */
  flex-wrap: wrap; /* Allow items to wrap */
  margin-bottom: 2em;
  padding: 0;
  gap: 20px; /* This creates a 20px gap between items */
}

.about-us-table ul li {
  list-style: none;
  flex: 1 1 calc(33.333% - 20px); /* Each item takes up 1/3 of the container width minus the gutter */
  box-sizing: border-box;
}

.about-us-table ul li img {
  margin-bottom: 1em;
  width: 100%; /* Image takes the full width of its container */
}

.about-us-table h3 {
  text-align: center;
  background-color: #a3b5c6;
  padding: 9px 0;
}

@media (max-width: 770px) {
  .about-us-table ul {
    flex-direction: column; /* Stack items vertically */
    gap: 0; /* Adjust if you want a different gap between stacked items */
  }

  .about-us-table ul li {
    flex-basis: auto; /* Let each item take the full width */
  }
}

#finishes-handles-wapper #matte {
  width: 15%;
  margin: 0 2% 0 0;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
#finishes-handles-wapper #mirror-glossy {
  width: 11%;
  margin: 0 2% 0 0;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
#finishes-handles-wapper #colored-glass {
  width: 33%;
  margin: 0 2% 0 0;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
#finishes-handles-wapper #handles {
  width: 33%;
  margin: 0 2% 0 0;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
@media (max-width: 770px) {
  #finishes-handles-wapper #matte, #finishes-handles-wapper #mirror-glossy, #finishes-handles-wapper #colored-glass, #finishes-handles-wapper #handles {
    width: 100%;
    margin: 0;
  }
}
#finishes-handles-wapper {
  width: 100%;
}
#finishes-handles-wapper img {
  margin: 0 10px 2px 10px;
  border: 0;
  text-decoration: none;
  border: 1px solid #ccc;
  width: 56px;
  height: 65px;
}
#finishes-handles-wapper h3 {
  text-align: center;
  border-bottom: 1px solid #9cb7c8;
  color: #9cb7c8;
  margin-bottom: 20px;
}
#finishes-handles-wapper .s-image {
  float: left;
  margin: 10px 0;
}
#finishes-handles-wapper .s-image h5 {
  font-size: 80%;
  text-align: center;
  font-weight: normal;
}
#finishes-handles-wapper a {
  text-decoration: none;
}
#finishes-handles-wapper #glossy {
  margin-top: 60px;
}

.testimonial-photo,
.testimonial-comments {
  float: left;
}
.testimonial-photo {
  /* width: 287px; */
  width: 33%;
  box-sizing: border-box;
}
.testimonial-photo img {
  width: 100%;
}
.testimonial-comments {
  /* width: 694px; */
  margin-left: 0px;
  width: 67%;
  box-sizing: border-box;
}
.testimonial-wapper {
  margin-top: 20px;
}
.testimonial-content .start-quote,
.testimonial-content .end-quote {
  font-size: 170%;
  color: #869ab2;
  font-weight: bold;
  line-height: 12px;
}
.testimonial-content .end-quote {
  font-size: 170%;
  color: #869ab2;
  font-weight: bold;
  vertical-align: text-top;
  line-height: 12px;
}
.testimonial-comments .testimonial-col {
  float: left;
  width: 50%;
}
.testimonial-comments .testimonial-comment {
  margin-bottom: 1em;
}
.testimonial-comment.last hr {
  display: none;
}
.testimonial-comment hr {
  color: #869ab2;
  background-color: #869ab2;
  height: 1px;
  width: 70%;
  border: 0px;
  margin: 2em auto;
}

.testimonial-wapper .pager {
  margin-left: 25px;
}
.testimonial-wapper .pager .amount,
.testimonial-wapper .pager .limiter {
  display: none;
}

.cms-home #carousel img {
  width: 980px;
  height: 366px;
}
.cms-home #carousel {
  margin-bottom: 20px;
}

#cms-home-info {
  margin-bottom: 2em;
}
#cms-home-info ul li {
  display: inline;
  float: left;
  width: 184px;
  padding-right: 15px;
}
#cms-home-info h6 {
  text-align: center;
  background-color: #f3f3f3;
  padding: 5px 0;
  font-size: 1em;
}
#cms-home-info ul li.last {
  padding-right: 0;
}
#cms-home-info img {
  width: 182px;
}

#news,
#welcome-testimonial {
  margin-bottom: 2em;
}
#recent-post h6 {
  background: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/icons.png') no-repeat 0 -43px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e1e1e1;
  background-color: #c1bbad;
  text-shadow: 1px 2px 2px #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 9px 0 7px 45px;
}

#company-news h6 {
  background-color: #d7d7d7;
  background-position: 5px 9px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e1e1e1;
  color: #373737;
  text-shadow: 1px 2px 2px #ffffff;
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/icons.png');
  background-repeat: no-repeat;
  background-position-y: 4px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 9px 0 7px 45px;
}

#recent-post,
#welcome-featured {
  width: 480px;
  margin-right: 7px;
  float: left;
  background: none repeat scroll 0 0 #5b481e;
}

#recent-post h6 a,
#company-news h6 a {
  text-decoration: none;
}

#welcome-featured {
  background: #d2ccc0;
}

#welcome-featured h6,
#testimonial-featured h6 {
  padding: 4px 10px;
}

#company-news,
#testimonial-featured {
  width: 480px;
  margin-left: 7px;
  float: right;
  background-color: #58a2bf;
}

.welcome-featured-content {
  background-color: #897a5d;
}

#testimonial-featured {
  overflow: hidden;
  background-color: #c6d7df;
}

#testimonial-featured span.read-more {
  float: right;
  display: block;
  padding: 4px 35px 4px 80px;
  background-color: #9cb8c7;
  clear: both;
}
#welcome-featured span.read-more {
  float: right;
  display: block;
  padding: 4px 35px 4px 80px;
  background-color: #9c8d70;
  clear: both;
}

.testimonial-featured-content {
  height: 154px;
  overflow: hidden;
  background-color: #5d8aa3;
}

.testimonial-featured-content p,
.welcome-featured-content p {
  padding: 5px 40px;
  color: white;
}
.testimonial-featured-content p {
  padding-bottom: 10px;
}

.testimonial-featured-content li {
  height: 142px;
}

.recent-post-detail,
.company-news-detail {
  margin-bottom: 4px;
  background-color: #fff;
  padding: 5px 0 5px 0px;
  overflow: hidden;
  height: 290px;
  overflow: hidden;
}

.subcategories {
  margin-top: 20px;
  margin-bottom: -10px;
  text-align: center;
}
.subcategories img {
  width: 170px;
  height: 174px;
}

.subcategories_list h2 {
  font-weight: normal;
  font-size: 13px;
}

.scroll-pane {
  height: 280px;
  width: 100%;
}

#custom-cabinet-width-wapper ul li {
  display: inline;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 0px;
  height: 18px;
  border-left: 1px solid lightgray;
  float: left;
}

#custom-cabinet-width-wapper ul {
  width: 100%;
  font-weight: bold;
  margin: 2px 0;
  display: inline-block;
  border-right: 1px solid lightgray;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: repeat-x;
  background-position: -2px -791px;
}

#custom-cabinet-width-wapper ul li span {
  padding: 0 5px 0 8px;
  background-color: white;
  position: relative;
}

#custom-cabinet-width-wapper ul li select {
  width: 90%;
}

#custom-cabinet-width-wapper ul.col-1 li {
  width: 407px;
  display: block;
}
#custom-cabinet-width-wapper ul.col-2 li {
  width: 200px;
  display: block;
}
#custom-cabinet-width-wapper ul.col-3 li {
  width: 132px;
  display: block;
}
#custom-cabinet-width-wapper ul.col-4 li {
  width: 101px;
  display: block;
}
#custom-cabinet-width-wapper ul.col-5 li {
  width: 79px;
  display: block;
}

.scroll-pane img {
  text-align: left;
  vertical-align: top;
}

p.bottomFeederDate {
  font-style: italic;
  font-size: 9px;
  line-height: 13px;
  background-color: #5b481e;
  background-color: #c1bbad;
  color: #aaa;
  color: #5b481e;
  text-align: center;
  margin-top: 10px;
}

.bottomFeederDate,
.bottomFeederTitle,
.bottomFeederSnippet {
  float: left;
  clear: left;
  width: 240px;
}

hr.bottomFeedRule {
  clear: both;
  margin: 6px 0;
}

div.feedThumb {
  width: 204px;
  height: 162px;
  float: right;
  margin-right: 10px;
  margin-top: -12px;
  margin-bottom: 12px;
}

input:focus,
textarea:focus {
  background-color: lightyellow;
}

.agreement-content {
  display: none;
}

#webid {
  text-align: center;
  font-weight: bold;
  background-color: #9cb7c8;
  padding: 20px 0;
}

.sitemap-categories {
  width: 21%;
  float: left;
}
.sitemap-products {
  width: 48%;
  float: left;
  padding-left: 9px;
}
.sitemap-cms {
  width: 29%;
  float: left;
  padding-left: 9px;
}
@media (max-width: 900px) {
  .sitemap-categories, .sitemap-products, .sitemap-cms {
    width: 100%; float: none; padding: 0; margin: 1em 0;
  }
}
.sitemap-categories ul ul {
  padding-left: 15px;
}
#shipping-contact-form {
  margin-top: 5px;
}

.adminorderconfirmation-order-review .top-nav-right,
.adminorderconfirmation-order-review #top-header-nav,
.adminorderconfirmation-order-success .top-nav-right,
.adminorderconfirmation-order-success #top-header-nav,
.checkout-onepage-index .top-nav-right,
.checkout-onepage-index #top-header-nav,
.deliveryschedule-myorder-index #top-header-nav,
.deliveryschedule-myorder-index .top-nav-right {
  display: none !important;
}

.adminorderconfirmation-order-review #header-promo,
.adminorderconfirmation-order-success #header-promo,
.deliveryschedule-myorder-index #header-promo {
  display: none !important;
}

.adminorderconfirmation-order-review .top-info,
.checkout-onepage-index .top-info,
.adminorderconfirmation-order-success .top-info,
.deliveryschedule-myorder-index .top-info {
  margin-top: 70px;
}

.adminorderconfirmation-order-review .main-container,
.adminorderconfirmation-order-success .main-container,
.checkout-onepage-index .main-container,
.deliveryschedule-myorder-index .main-container {
  margin-bottom: 200px;
}

.adminorderconfirmation-order-review #download-pdf {
  display: block;
  padding-top: 20px;
}

.adminorderconfirmation-order-review #canvas-wrapper {
  text-align: center;
  display: none;
}

.adminorderconfirmation-order-review h2.table-caption {
  margin-top: 20px;
}

.adminorderconfirmation-order-review .col2-set {
  margin-top: 10px;
  width: 49%;
  float: left;
}

.adminorderconfirmation-order-review .order-info,
.order_info_btns,
.back-link {
  display: none;
}

.adminorderconfirmation-order-review .order-date {
  margin: 10px 0;
}

.adminorderconfirmation-order-review .checkout-agreements .agree {
  font-size: 11pt;
}

.adminorderconfirmation-order-review button.button span {
  font-size: 16px;
}

.adminorderconfirmation-order-review input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #555;
}

.adminorderconfirmation-order-review input[type='checkbox']:checked {
  background: #abd;
}

.adminorderconfirmation-order-review div.bottom-wapper-info {
  width: 36%;
  float: right;
  clear: both;
}

@media only screen and (max-device-width: 736px) {
  .adminorderconfirmation-order-review .col2-set {
    width: 100%;
  }

  .adminorderconfirmation-order-review .col-1 {
    width: 100%;
    padding-bottom: 10px;
  }

  .adminorderconfirmation-order-review #secondary {
    float: none;
    width: auto;
    height: auto;
  }

  .adminorderconfirmation-order-review div.bottom-wapper-info {
    width: 100%;
  }

  .adminorderconfirmation-order-review #my-orders-table th:nth-child(5),
  #my-orders-table td:nth-child(5) {
    display: none;
  }

  .adminorderconfirmation-order-review #my-orders-table th:nth-child(4),
  #my-orders-table td:nth-child(4) {
    display: none;
  }

  .adminorderconfirmation-order-review #my-orders-table th:nth-child(3),
  #my-orders-table td:nth-child(3) {
    display: none;
  }

  .adminorderconfirmation-order-review .title-buttons {
    text-align: left;
  }
}

.checkout-onepage-index #foot1,
.checkout-onepage-index #foot2,
.checkout-onepage-index #foot4,
.checkout-cart-index #foot1,
.checkout-cart-index #foot2,
.checkout-cart-index #foot4 {
  display: none;
}

.checkout-cart-index #foot3,
.checkout-onepage-index #foot3 {
  width: 100%;
  height: 55px;
  overflow: hidden;
}

.checkout-cart-index #footunder,
.checkout-onepage-index #footunder {
  min-height: 0px;
}

.checkout-cart-index #footunder h4,
.checkout-onepage-index #footunder h4 {
  border: 0;
}

.checkout-cart-index #footunder a,
.checkout-onepage-index #footunder a {
  display: inline;
  margin: 0 60px;
}

.checkout-onepage-index .header .top-info {
  margin-right: 24px;
  float: right;
}

.checkout-onepage-index .top_info_wapper {
  margin-bottom: 10px;
}

.checkout-onepage-index .top-bar,
.checkout-onepage-index .header .top_right,
.checkout-onepage-index .footer .foot-top,
.checkout-onepage-index .footer .footstuff,
.checkout-onepage-index .skip-link.skip-nav,
.checkout-onepage-index .header-minicart,
.checkout-onepage-index #mobile-search {
  display: none;
}

.checkout-onepage-index .skip-logo img {
  margin-left: 0px;
}

.checkout-onepage-index .skip-link.skip-phone {
  float: right;
  padding-right: 10px;
}

.hide-login {
  display: none;
}
#checkoutSteps .buttons-set {
  padding-right: 30px;
  margin-top: 15px;
}
#checkoutSteps .form-list label {
  font-weight: bold;
}
.product-no-option a {
  background: none !important;
  padding-top: 7px;
}
.webid-wapper {
  background-color: #9cb7c8;
  padding-top: 10px;
}
.quick-contact-form {
  /* width: 95.7%;
  float: right; */
  padding: 15px 25px;
  margin-top: 20px;
  margin-bottom: 15px;
  /* border: #ccc 1px solid; */
  background-color: #EBF3F7;
  border-radius: 8px;
  overflow: hidden;
}

.quick-contact-form .contact-left {
  width: 45%;
  float: left;
}

.quick-contact-form #div_qcq {
  width: 52%;
  float: right;
}

.quick-contact-form .contact-left ul {
  list-style: disc;
  padding-left: 1em;
}

.quick-contact-form .hide {
  display: none;
}
#textarea_qcq {
  width: 100%;
  padding: 8px;
  height: 60px;
  margin-top: 5px;
  box-sizing: border-box;
}

.quick-contact-form .hide div.name, .quick-contact-form .hide div.contact, .quick-contact-form .hide div.contact2 {
  /* width: 49%;
  float: left; */
  flex: 1;
  box-sizing: border-box;
  width: 100%;
}
.quick-contact-form .hide div.name:first-child, .quick-contact-form .hide div.contact:first-child, .quick-contact-form .hide div.contact2:first-child {
  margin-right: 3px;
}
.quick-contact-form .hide div.name:last-child, .quick-contact-form .hide div.contact:last-child, .quick-contact-form .hide div.contact2:last-child {
  margin-left: 3px;
}

.quick-contact-form .hide div.contact {
  /* width: 33%;
  float: left; */
}
.quick-contact-form .hide div.contact input {
  /* width: 147px; */
}
.quick-contact-form .hide .error {
  display: block;
}
.quick-contact-form .form-list {
  margin-top: 7px;
}
.quick-contact-form .form-list li {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 470px) {
  .quick-contact-form .form-list li {
    display: block;
  }
  .quick-contact-form .hide div.name:last-child, .quick-contact-form .hide div.contact:last-child, .quick-contact-form .hide div.contact2:last-child, .quick-contact-form .hide div.name:first-child, .quick-contact-form .hide div.contact:first-child, .quick-contact-form .hide div.contact2:first-child {
    margin-left: 0; margin-right: 0;
  }
  .quick-contact-form .form-list li {
    margin: 0;
  }
}

.quick-contact-form .form-list li label {
}
.quick-contact-form .form-list input.input-text {
  width: 100%;
  box-sizing: border-box;
}
.quick-contact-form h4 {
  font-size: 1.3em;
  margin-bottom: .2em;
}
.quick-contact-form p {
  margin-bottom: 1em;
}
.qcq_sumit,
#qcq_reset {
  padding: 6px 10px;
  /* font-weight: bold; */
  margin: 2px;
  border-radius: 5px;
}
.qcq_sumit {
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/proceed.gif) repeat-x;
  color: white;
  border: 1px solid #FF8D35
}
#qcq_reset {
  border: 1px solid #CCC;
}
.order-color-samples, .order-color-samples-m {
  margin: 20px auto 0;
  text-align: center;
}
.order-color-samples a, .order-color-samples-m a {
  margin-top: 1em; border: 1px solid #a6cadb; border-radius: 6px; text-align: center;padding: 4px 10px; display: inline-block; text-decoration: none; background: none; color: #333; width: auto;
}
/* @media only screen and (max-width: 1030px) {
  .order-color-samples a, .order-color-samples-m a {
    margin-top: 0;
  }
} */
/* .order-color-samples-m {
  display: none;
}
.product-color-samples .quick-contact-form .order-color-samples {
  display: none;
} */

.quick-contact-form .submit-button {
  text-align: center;
  padding-top: 10px;
}
.quick-contact-form .order-color-samples {
  text-align: left; margin: 0;
}
.quick-contact-form .order-color-samples a {
  margin-top: 1em; border: 1px solid #a6cadb; border-radius: 6px; text-align: center;padding: 4px 10px; display: inline-block; text-decoration: none; background: none; color: #333; width: auto;
}

#header-promo {
}

.bubbleInfo {
  position: relative;
}

.popup {
  position: absolute;
  display: none; /* keeps the popup hidden if no JS available */
  color: red;
  text-align: center;
  background-color: #ccc;
  padding: 5px;
  width: 140px;
}

.popup {
  padding: 5px;
  margin: 1em 0 3em;

  /* css3 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 7px;
  background: -moz-linear-gradient(top, #f9d835, #f3961c);
  background: linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.popup:after {
  content: '';
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -7px;
  left: 50px;
  width: 0;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #ccc transparent;
}

span.link {
  text-decoration: underline;
  color: blue;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.tagseo-product-listcategory #related-search-tags {
  margin-bottom: 2em;
}
#related-search-tags li span {
  margin: 0 7px 0 9px;
}

#google_conversion {
  height: 0px;
  overflow: hidden;
}

#poptags {
  width: 47%;
  padding-left: 3%;
  margin: 30px 0 2em;
  float: right;
}

#poptags ul {
  margin-left: 0;
  margin-top: 10px;
}

#poptags ul li {
  padding: 4px;
  display: inline-block;
  font-size: 15px;
  margin: 15px 3px;
  padding: 0;
  height: 25px;
}

#poptags ul li a {
  padding: 12px 8px;
  border: solid 2px #f0f0f0;
  text-decoration: none;
}

body.cms-home #poptags {
  width: 100%;
  padding-left: 0px;
  margin-bottom: 10px;
  margin-top: 0;
}

body.cms-home #poptags ul {
  text-align: center;
}

body.cms-home #poptags ul li {
  margin: 13px 3px;
}

#poptags .header,
.category-description-bottom .header {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: 600;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif
}

#shopping-cart-totals-table td.a-right span {
  padding-left: 25px;
}

dd.ox-picker img {
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 2px;
}
#product-options-wrapper dd.ox-above-checkbox {
  margin-top: unset;
}

dd.ox-picker img.ox-selected {
  border: 2px solid #555555;
  margin: 0px;
  padding: 1px;
  outline: 2px solid #fff;
  outline-offset: -5px;
}

/*---- color swatches start -----*/

.product-color-samples .product-right-options {
  width: 100%;
  min-height: 420px;
}

.product-color-samples #product-options-wrapper dd {
  padding-left: 0px;
}

.product-color-samples #product-options-wrapper .input-box {
  float: left;
}

.product-color-samples dd.optionextended-wide-picker {
  width: 100%;
}

.product-color-samples #product-options-wrapper dt {
  display: none;
}

.product-color-samples ul.options-list .p-price {
  display: none;
}

.product-color-samples .review-selection .title {
  display: none;
}
.product-color-samples .option-row-dl-wrapper ul {
  width: 102px;
}

.product-color-samples .option-row-dl-wrapper .option-dl-odd,
.product-color-samples #product-options-wrapper .input-box {
  width: 107px;
}

.product-color-samples .option-dl-odd div.input-box div {
  display: none;
}

.product-color-samples .option-row-dl-wrapper .option-dl-even {
  float: right;
  width: 825px;
}
.product-color-samples .option-row-dl-wrapper .option-dl-odd {
  float: left;
}

.product-color-samples dd.ox-picker img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin: 3px;
  padding: 0px;
}

.product-color-samples dd.ox-picker img.ox-selected {
  padding: 2px;
  margin: 0px;
}
.product-color-samples .review-no-selection {
  display: none;
}

.product-color-samples .add-more-button {
  font-weight: bold;
  color: black;
  cursor: pointer;
  font-size: 12pt;
  color: red;
  text-align: center;
}

.product-color-samples .product-detail-left {
  width: 400px;
}
.product-color-samples .quick-contact-form {
  margin-top: 0;
}

.product-color-samples .product-options-bottom button {
  float: none;
}
.product-color-samples .product-options-bottom {
  margin-bottom: 25px;
}

.product-color-samples button.add-more-button-add-to-cart {
  width: 240px;
}
.product-color-samples button.add-more-button-add-to-cart span {
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/add-another-swatch.png);
  background-position: 0 0;
}
.product-color-samples button.add-more-button-add-to-cart span span {
  padding: 7px 80px 7px 20px;
}

/*---- color swatches end -----*/

/*--- tag pages - landing page layout --*/
.tagseo-product-landingpage #related-search-tags li {
  display: block;
}
.tagseo-product-landingpage ul.products-grid li.list_item {
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.tagseo-product-landingpage div.list-item-left {
  float: left;
  width: 170px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
}
.tagseo-product-landingpage div.list-item-right {
  float: right;
  width: 500px;
}

.tagseo-product-landingpage .dimension_wapper {
  padding-top: 10px;
  float: left;
  width: 300px;
}

.tagseo-product-landingpage .price_wapper {
  float: right;
  width: 150px;
}

.tagseo-product-landingpage .page-title h1 {
  font-size: 22px;
}

.tagseo-product-landingpage .furniture-shop {
  font-size: 17px;
}

.tagseo-product-landingpage .list-item-name a {
  text-decoration: none;
}

.tagseo-product-landingpage .button span span {
  padding: 7px 40px 10px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 16px;
  text-decoration: none;
}
.tagseo-product-landingpage .button span {
  height: 35px;
  margin-right: -15px;
  background-image: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/contempo_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -437px;
}

.tagseo-product-landingpage a.button {
  color: #fff;
  text-decoration: none;
}

.tagseo-product-landingpage div.list-item-right .desc-stacked {
  clear: both;
  margin-bottom: 1.5em;
}

.tagseo-product-landingpage div.list-item-right .desc-wapper {
  clear: both;
  /* height: 138px; */
}

.tagseo-product-landingpage .left-category-description p {
  padding: 6px 0 6px 0;
}

.tagseo-product-landingpage .left-category-description p strong {
  line-height: 1.1em;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}

.tagseo-product-landingpage ul.product-tags .title {
  padding: 10px 0 15px 0;
  line-height: 1.1em;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}

.tagseo-product-landingpage ul.product-tags li {
  padding: 5px 0 7px 0;
}

.tagseo-product-landingpage ul.product-tags a {
  color: blue;
}

.tagseo-product-landingpage div.category-title {
  width: 99%;
}
/*--- tag pages - landing page layout --*/

/*--- tag pages - stacked layout --*/
.tagseo-product-stacked .col-main, .is-blog .col-main {
  width: 75%;
  box-sizing: border-box;
  margin: 0;
  padding-right: 20px;
}
.page-template-template-1column .col-main, .inspiration-template-template-full-width .col-main, .projects-template-template-full-width .col-main, .events-template-template-full-width .col-main, .page-template-template-full-width .col-main, .faq-template-template-full-width .col-main {
  width: 100%;
}
.tagseo-product-stacked .col-left, .is-blog .col-left {
  width: 25%;
  box-sizing: border-box;
  margin: 0;
  padding-left: 20px;
}
.tagseo-product-stacked #related-search-tags li {
  display: block;
}
.tagseo-product-stacked ul.products-grid li.list_item {
  padding: 15px 0 3em;
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}
.tagseo-product-stacked div.list-item-left {
  flex: 0 0 250px;
  text-align: center;
  padding-top: 3px;
}
.tagseo-product-stacked div.list-item-right {
  flex: 1;
}

.tagseo-product-stacked .dimension_wapper {
  padding-top: 10px;
  float: left;
  width: 300px;
}

.tagseo-product-stacked .price_wapper {
  float: left;
  margin-top: -.6em;
  /* width: 150px; */
}

.tagseo-product-stacked .price_wapper * {
  line-height: 1;
}

.tagseo-product-stacked .price_wapper .price-box {
  margin: 0;
  padding: 0;
  display: inline;
}

.tagseo-product-stacked .price_wapper .price {
  /* line-height: 24px!important; */
  white-space: normal;
  font-size: 19px;
}

.tagseo-product-stacked .price_wapper .price-box {
  margin: 0;
  float: none;
}

.tagseo-product-stacked .list-item-name a {
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
}

.tagseo-product-stacked .button span span {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}
.tagseo-product-stacked .button span {
  background: #FA8D35;
}

.tagseo-product-stacked a.button {
  color: #fff;
  text-decoration: none;
  float:right
}

.tagseo-product-stacked div.list-item-right .desc-stacked {
  clear: both;
  margin-bottom: 1.5em;
}

.tagseo-product-stacked div.list-item-right .desc-wapper {
  clear: both;
  /* height: 138px; */
}

.tagseo-product-stacked .left-category-description {
  margin-top: 1.3em;
}

.tagseo-product-stacked .left-category-description p {
  padding: 6px 0 6px 0;
}

.tagseo-product-stacked .left-category-description h2 {
  line-height: 1.1em;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 1.5em;
  display: inline-block;
}

.tagseo-product-stacked ul.product-tags .title {
  /* padding: 10px 0 15px 0;
  line-height: 1.1em;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block; */
  font-weight: bold;
}

.tagseo-product-stacked ul.product-tags li {
  padding: 5px 0 7px 0;
}

.tagseo-product-stacked ul.product-tags a {
  color: blue;
}

.tagseo-product-stacked div.category-title {
  width: 99%;
}

@media (max-width: 650px) {
  .tagseo-product-stacked ul.products-grid li.list_item {
    flex-direction: column; /* This will stack the columns vertically */
  }
  
  .tagseo-product-stacked div.list-item-left,
  .tagseo-product-stacked div.list-item-right {
    flex: 1 0 100%; /* This ensures that both columns take up the full width on mobile */
  }
}

@media (max-width: 650px) {
  .tagseo-product-stacked .price_wapper {
    float: none;
    margin: 0 0 1.5em;
    text-align: center;
  }
  .tagseo-product-stacked a.button {
    float: none;
    display: block;
    text-align: center;
  }
}
/*--- tag pages - stacked layout --*/

.catalog-product-view .fancybox-media {
  position: relative;
  display: block;
}

.catalog-product-view .fancybox-media span {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 40px;
  height: 26px;
  z-index: 1;
  background: transparent url(https://www.contempospace.com/skin/frontend/default/contempospace/images/youtube-button.png) no-repeat;
}

.more-views .fancybox-media img {
  width: 90px;
  height: 90px;
}

#mc_embed_signup {
  position: relative;
  margin: 20px 0 0 30px;
  float: left;
}

#mc_embed_signup span {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

#mc_embed_signup img {
  padding-top: 2px;
}

#mc_embed_signup p {
  text-align: left;
}

#mc_embed_signup input[type='submit'] {
  background: #bababa;
  width: 100px;
  padding: 8px 9px 8px 9px !important;
  letter-spacing: 1px;
  border: none;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#mc_embed_signup .error {
  font-size: 11px;
}

#mc_embed_signup .mc-field-group {
  float: left;
  margin: 3px 20px 3px 0;
  width: 150px;
}

#mc_embed_signup .mc-email {
  width: 210px;
}

#mc_embed_signup .mc-zip {
  width: 90px;
}

#mc_embed_signup input.input {
  background: #fff;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px;
  position: relative;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#mailer-promo .tg {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#mailer-promo .tg td {
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-color: #ececec;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  text-align: center;
}
#mailer-promo .tg th {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
#mailer-promo span {
  display: block;
  clear: both;
  padding-top: 10px;
}

#mailer-promo h2 {
  padding: 20px 0 10px 0;
}

#geoiplocation {
  text-align: center;
  height: 15px;
}

#geo-content {
  width: 220px;
  height: 69px;
}

#geo-wapper {
  padding-top: 40px;
  padding-right: 5px;
}
#geo-wapper .g-zip {
  padding: 0 5px;
  font-weight: bold;
}

#geo-wapper .g-change {
  color: #333;
  font-size: 11px;
  cursor: pointer;
}

.wardrobe-ab-070114 {
}

.wardrobe-ab-070114 .page-title,
.wardrobe-ab-070114 .desc {
  text-align: left;
}

.wardrobe-ab-070114 .desc {
  text-align: left;
  font-size: 12px;
  padding-bottom: 7px;
}

#category-product-promo {
  background: #ECECEC;
  padding: 10px 0 5px;
  margin-bottom: 1.5em;
}

#category-product-promo h2 {
  text-align: center;
  font-size: 1.4em;
}

.wardrobe-ab-070114 h1 {
  padding-bottom: 5px;
}

.wardrobe-ab-070114 .category-products .products-grid li.item a {
  padding: 0;
}

.wardrobe-ab-070114 li.item {
  margin: 0 15px 12px 0;
}

.products-grid li.item-c-315 {
  width: 315px;
  height: 185px;
  padding: 0px;
}

.products-grid li.item-c-315 img {
  width: 315px;
  height: 150px;
}

.products-grid li.item-c-316 {
  width: 312px;
  height: 242px;
  padding: 0px;
  border: none;
}

.products-grid li.item-c-316 img {
  width: 316px;
  height: 262px;
}

.products-grid li.item-c-232 {
  width: 232px;
  height: 280px;
  padding: 0px;
}

.products-grid li.item-c-232 img {
  width: 232px;
  height: 232px;
}

.products-grid li.item-c-150 {
  width: 149px;
  height: 185px;
  padding: 0px;
}

.products-grid li.item-c-150 img {
  width: 149px;
  height: 149px;
}

.reel-na {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent
    url('/skin/frontend/default/contempospace/js/fancyapps/source/blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 0;
}
.reel-prev span,
.reel-next span {
  background-image: url('/skin/frontend/default/contempospace/js/fancyapps/source/fancybox_sprite.png');
}
.reel-na span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 0;
  visibility: hidden;
}

.reel-prev span {
  left: 10px;
  background-position: 0 -72px;
}

.reel-next span {
  right: 10px;
  background-position: 0 -36px;
}

.reel-prev {
  left: 0;
}
.reel-next {
  right: 0;
}

.reel-na:hover span {
  visibility: visible;
}

.cms-contempo-space-factory-showroom iframe {
  height: 300px;
}

div.tier-prices-wapper {
  margin-top: 20px;
}

div.tier-prices-wapper .title {
  padding: 5px 10px;
}

ul.tier-prices.product-pricing {
  border: #ccc 1px solid;
  overflow: hidden;
  font-weight: bold;
}

ul.tier-prices.product-pricing li {
  float: left;
  padding: 10px;
  width: 19%;
  text-align: center;
}

ul.tier-prices.product-pricing p {
  padding: 2px;
}

ul.tier-prices.product-pricing .tier-price {
  margin-bottom: 0px;
  border-top: #ccc 1px solid;
}

.category-products .products-grid li.item a.minimal-price-link {
  padding: 0;
  margin: -37px 0 0 68px;
}


body.cms-index-index #slider > a:not(:first-child) {
  display: none;
}

/* Magepal PDP pages */

body.magepal-minipdp-product-view ul.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

body.magepal-minipdp-product-view .products-grid li.item, .catalogsearch-result-index #category-collection .products-grid li.item, .catalog-category-view #category-collection .products-grid li.item, .tagseo-product-list #category-collection .products-grid li.item, .tagseo-product-listcategory #category-collection .products-grid li.item {
  border: none;
  float: none;
  padding: 0;
  margin: 0;
  width: auto;
}
body.magepal-minipdp-product-view .products-grid * {
  box-sizing: border-box;
}

body.magepal-minipdp-product-view .products-grid li.item a, body.magepal-minipdp-product-view .products-grid .product-name {
  width: 100%!important;
  line-height: 1.5;
  font-weight: normal;
}

body.magepal-minipdp-product-view .products-grid li.item .product-name-wapper {
  width: 100%;
  height: auto!important;
  clear: both;
  overflow: visible;
}

body.magepal-minipdp-product-view .products-grid li.item img {
  width: 100%!important;
  border: 1px solid #DDD;
  margin: 0;
}

body.magepal-minipdp-product-view .products-grid li.item a {
  padding: 0;
}

body.magepal-minipdp-product-view .product-top-wapper {
  padding: 0 7px 0px 0;
}

body.magepal-minipdp-product-view a.start-customizing {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto 16px;
  background-color: #ff8d34;
  padding: 5px 0;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

body.magepal-minipdp-product-view a.view-pdp-link {
  display: block;
  margin: 12px auto 20px;
  text-decoration: underline;
  color: #ff8d34;
  font-size: 18px;
}

body.magepal-minipdp-product-view a.view-pdp {
  text-align: center;
  width: 90%;
  display: block;
  margin: 12px auto;
  text-decoration: none;
  color: #ff8d34;
  font-size: 20px;
  margin-bottom: 20px;
}

body.magepal-minipdp-product-view a.float-left {
  /* float: left; */
  text-align: center;
}

body.magepal-minipdp-product-view a.float-right {
  float: right;
}

body.magepal-minipdp-product-view div.product-price {
  font-weight: bold;
  font-size: 25px;
  padding-top: 10px;
  border-top: 1px solid #EEE;
  clear: both;
}

body.magepal-minipdp-product-view div.product-price.product-price-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

body.magepal-minipdp-product-view div.product-price-side {
  position: relative;
  left: 173px;
  top: 167px;
  padding-top: 0px;
  clear: none;
}

body.magepal-minipdp-product-view div.product-options,
body.magepal-minipdp-product-view div.product-options-bottom {
  display: none;
}

body.magepal-minipdp-product-view
  .product-right-options
  div.section-container-full {
  margin-top: 120px;
}

body.magepal-minipdp-product-view .category-products .products-grid .price-sku-wrapper, .catalogsearch-result-index .category-products .products-grid .price-sku-wrapper, .tagseo-product-list .category-products .products-grid .price-sku-wrapper, .tagseo-product-listcategory .category-products .products-grid .price-sku-wrapper {
  color: white;
  background: rgba(15, 15, 15, 0.7);
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 7px;
}

body.magepal-minipdp-product-view .category-products .products-grid .price-box {
  margin: 0;
}

body.magepal-minipdp-product-view .category-products .products-grid .price-box .price {
  color: white;
}

body.magepal-minipdp-product-view .category-products .products-grid .sku {
  padding-top: 9px;
  color: #CCC;
}

body.magepal-minipdp-product-view
  .category-products
  .products-grid
  li.item
  a.minimal-price-link {
  margin: -37px 0 0 44px;
}

body.magepal-minipdp-product-view .category-products .products-grid .price-box {
  margin-right: 5px;
}

body.magepal-minipdp-product-view div.social-network {
  display: none;
}

body.magepal-minipdp-product-view .more-views {
  display: none;
}

body.magepal-minipdp-product-view .product-name-details.mobile {
  display: none;
}
body.magepal-minipdp-product-view .product-name-details.desktop {
  display: block;
}

body.magepal-minipdp-product-view .product-sku,
body.magepal-minipdp-product-view .product-view .product-name-details h1 {
  padding-left: 0px;
}

body.magepal-minipdp-product-view .product-sku {
  margin-bottom: 10px;
}

body.magepal-minipdp-product-view #category-collection {
  background-color: #fff;
  padding-top: 10px;
}

body.magepal-minipdp-product-view div.section-container-full h4 {
  margin-bottom: 15px;
}

body.magepal-minipdp-product-view div.section-container-full .info {
  padding-bottom: 0px;
}

body.magepal-minipdp-product-view .box-up-sell {
  padding-top: 10px;
  background-color: white;
}

body.magepal-minipdp-product-view .pre-config-product .images ul {
  width: 85%;
}

body.magepal-minipdp-product-view .pre-config-product .list-items-3.images ul {
  width: auto;
}

body.magepal-minipdp-product-view .pre-config-product {
  /* margin-left: 5px; */
}

body.magepal-minipdp-product-view .pre-config-product .images ul li {
  display: inline-block;
  border: 1px solid #ececec;
  margin: 2px;
  padding: 5px;
  width: 25%;
  cursor: pointer;
}

body.magepal-minipdp-product-view
  .pre-config-product
  .images
  ul.total-rows-1
  li,
body.magepal-minipdp-product-view
  .pre-config-product
  .images
  ul.total-rows-2
  li,
body.magepal-minipdp-product-view
  .pre-config-product
  .images
  ul.total-rows-3
  li {
  min-height: 181px;
  float: left;
  margin-bottom: 20px;
}

body.magepal-minipdp-product-view .pre-config-product .images ul.total-rows-2 li {
  overflow: hidden;
  margin-bottom: 30px;
}

body.magepal-minipdp-product-view .pre-config-product .images ul.total-rows-1,
body.magepal-minipdp-product-view .pre-config-product .images ul.total-rows-2,
body.magepal-minipdp-product-view .pre-config-product .images ul.total-rows-3 {
  margin-top: 20px;
}

body.magepal-minipdp-product-view .pre-config-product .buy-button-wrapper {
  clear: both;
}

body.magepal-minipdp-product-view
  .pre-config-product
  .list-items-3.images
  ul
  li {
  width: 30%;
}

body.magepal-minipdp-product-view .pre-config-product .images ul li.selected,
body.magepal-minipdp-product-view .pre-config-product .images ul li:hover {
  border: 1px solid #333;
}

body.magepal-minipdp-product-view .pre-config-product .images img {
  width: 99%;
}

body.magepal-minipdp-product-view .mini-pdp .error-msg {
  display: none;
  margin: 15px;
}

body.magepal-minipdp-product-view .bold .option-title {
  font-size: 113%;
  font-weight: bold;
}

body.magepal-minipdp-product-view .mini-pdp h6 {
  margin-top: 5px;
  text-align: center;
}

body.magepal-minipdp-product-view .mini-pdp .select-option-wapper {
  display: none;
}

body.magepal-minipdp-product-view .product-essential {
  margin: 0;
}

@media (max-width: 970px) {
  body.magepal-minipdp-product-view .sku {
    display: none;
  }
}

@media (max-width: 770px) {
  body.magepal-minipdp-product-view ul.products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  body.magepal-minipdp-product-view .products-grid li.item, body.magepal-minipdp-product-view div#category-collection li.item {
    margin: 0!important;
    width: auto!important;
  }
}

@media (max-width: 600px) {
  body.magepal-minipdp-product-view ul.products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 320px) {
  body.magepal-minipdp-product-view ul.products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* End Magepal PDP */



div.category-products.subcategories_list li.last {
  margin-right: 15px;
}

div#category-collection .products-grid img {
  width: 100%;
  /* height: auto; */
}

.tagseo-product-stacked a.product-image {
  border: 1px solid #EEE;
  box-sizing: border-box;
}

div#category-collection .product-name-wapper {
  height: auto;
}
div#category-collection .products-grid .product-name a {
  background-image: none;
  padding-top: 0;
}

div#category-collection .products-grid .product-name,
div#category-collection .products-grid li.item a {
  width: 100%;
  display: block;
}

/* ====================================</rws>=========================================== */

/* ==================================== color samples   =========================================== */

body.product-color-samples .quick-access {
  margin-top: -48px;
}

body.product-color-samples .quick-access .links .link-2 {
  display: none;
}

body.product-color-samples .quick-access .links .link-3 a {
  padding-right: 0;
}

body.product-color-samples .quick-access .links .link-4 {
  display: none;
}

body.product-color-samples .top-header-custom {
  overflow: auto;
}

body.product-color-samples .top-header-custom .top-col1,
body.product-color-samples .top-header-custom .top-col3 {
  width: 30%;
  float: left;
  box-sizing: border-box;
}

body.product-color-samples .top-header-custom .top-col1 h1 {
  font-size: 21px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 3px;
}

body.product-color-samples .top-header-custom .top-col1 h1 span {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
}

body.product-color-samples .top-header-custom .top-col2 {
  width: 40%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

body.product-color-samples .top-header-custom .top-col2 img {
  width: 100%;
  height: auto;
}

body.product-color-samples .top-header-custom .top-col3 {
  text-align: right;
}

body.product-color-samples .top-header-custom .top-col3 p {
  font-size: 18px;
}

body.product-color-samples .top-header-custom .top-col3 p a {
  text-decoration: none;
}

body.product-color-samples .top-header-custom .top-col3 p a:hover {
  text-decoration: underline;
}

body.product-color-samples .top-header-custom .top-col3 h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

body.product-color-samples .top-header-custom .top-col3 p span {
  color: #2a85fb;
}

body.product-color-samples .top-header-custom .logo {
  position: static;
}

body.product-color-samples .quick-access .links {
  overflow: auto;
  float: none;
  display: flex;
  justify-content: flex-end;
}

body.product-color-samples .quick-access .links .link-1 {
  margin-right: 27px;
  display: none;
}

body.product-color-samples .quick-access .wrap-search {
  display: flex;
  justify-content: flex-end;
}

body.product-color-samples .quick-access #search_mini_form {
  overflow: auto;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  /*width: 100%;*/
  width: 223px;
  display: inline-block;
}

body.product-color-samples .quick-access #search_mini_form .nav {
  width: 177px;
}

body.product-color-samples .body_wrapper .content_wrapper {
  overflow: auto;
}

body.product-color-samples .body_wrapper .content_wrapper hr {
  border-top: 1px solid #cccccc;
  margin: 10px 0;
}

body.product-color-samples .body_wrapper .content_wrapper .top-title-sample {
  overflow: auto;
  display: flex;
  align-items: center;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .top-title-sample
  .top-col1 {
  width: 60%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 25px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .top-title-sample
  .top-col1
  h1 {
  color: #333;
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
  margin: 27px 0;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .top-title-sample
  .top-col1
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .top-title-sample
  .top-col2 {
  width: 40%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .top-title-sample
  .top-col2
  .mobile-version {
  display: none;
}

body.product-color-samples #mobile-search {
  display: none;
}

body.product-color-samples .sidenav {
  display: none;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .top-title-sample
  .top-col2
  img {
  width: 100%;
  height: auto;
  max-width: 350px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .top-title-sample-choose {
  text-align: center;
  margin-bottom: 15px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .top-title-sample-choose
  h1 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin: 25px 0;
  margin-bottom: 15px;
}

body.product-color-samples .body_wrapper .content_wrapper .color-sample-choose {
  clear: both;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .items-wrap-sample-choose {
  /*overflow: auto;*/
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .top-title-sample-choose
  p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose {
  width: 33.333333%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-design-wrap {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-design-wrap
  img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-design-wrap
  img.active {
  border: 3px solid #48c324;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-design-wrap
  .wrap-check {
  position: absolute;
  left: 10px;
  top: 10px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-design-wrap
  .wrap-check
  input {
  width: 20px;
  height: 20px;
  display: none;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-design-wrap
  .wrap-check
  label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  top: 2px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-sample-details
  h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-sample-details
  p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-sample-details
  p
  span:first-child {
  font-size: 21px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-sample-details
  .free-label {
  color: #31801e;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  left: 11px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .color-sample-choose
  .item-sample-choose
  .item-sample-details
  .free-label:before {
  content: '';
  display: block;
  width: 22px;
  position: absolute;
  height: 22px;
  background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/v.png);
  right: 118px;
  background-repeat: no-repeat;
  background-position: center;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap {
  overflow: auto;
  display: flex;
  margin-top: 10px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col1 {
  width: 70%;
  float: left;
  background: #f4f4f4;
  padding: 3% 0;
  display: flex;
  flex-wrap: wrap;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col1
  .wrap-choosen-items {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col1
  .wrap-choosen-items
  .choosen-item-aTC {
  width: 100px;
  margin: 0 30px;
  margin-bottom: 15px;
  text-align: center;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col1
  .wrap-choosen-items
  .choosen-item-aTC
  .choosen-design {
  position: relative;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col1
  .wrap-choosen-items
  .choosen-item-aTC
  .choosen-title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 5px 0;
  margin-bottom: 18px;
  min-height: 36px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col1
  .wrap-choosen-items
  .choosen-item-aTC
  .remove-label {
  cursor: pointer;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col1
  .wrap-choosen-items
  .choosen-item-aTC
  .choosen-design
  img {
  width: 100%;
  height: auto;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2 {
  width: 30%;
  float: left;
  background: #e9e9e9;
  padding: 3% 3%;
  padding-top: 7%;
  box-sizing: border-box;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-top
  table {
  width: 100%;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-top
  table
  td {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-top
  table
  td
  span {
  font-size: 14px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-top
  table
  tr.tr-foot
  td {
  padding-top: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-bottom {
  margin-top: 35px;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-bottom
  p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 10px;
  text-align: center;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-bottom
  button {
  clear: both;
  height: 36px;
  width: 100%;
  border: none;
  background: #ff8d44;
  border-radius: 5px;
  line-height: 36px;
  cursor: pointer;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-bottom
  button
  span {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .sample-addToCart-wrap
  .sample-addToCart-col2
  .sample-col2-bottom
  button
  img {
  position: relative;
  top: 6px;
  left: 19px;
}

body.product-color-samples .body_wrapper .content_wrapper .bottom-banner {
  margin-top: 32px;
}

body.product-color-samples .body_wrapper .content_wrapper .bottom-banner img {
  width: 100%;
  height: auto;
}

/**
 * Checkbox Five
 */
.checkboxFive {
  position: relative;
}

/**
 * Create the box for the checkbox
 */
.checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #2d8114;
  border-top: none;
  border-right: none;

  transform: rotate(-45deg);
}

.checkboxFive label:before {
  content: 'Add to Cart';
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  left: 27px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
  opacity: 0;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type='checkbox']:checked + label:after {
  opacity: 1;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .bottom-banner-mobile {
  display: none;
}

body.product-color-samples
  .body_wrapper
  .content_wrapper
  .top-title-sample
  .top-col2
  img.mob-version {
  display: none;
}

body.product-color-samples .bottom-mobile-text-banner {
  display: none;
}

.skip-logo-hide-sample {
  display: none !important;
}

.skip-logo-sample-page {
  display: none !important;
  padding: 0px 1% !important;
  box-sizing: border-box !important;
}

.skip-logo-sample-page {
  display: block !important;
}

.skip-account {
  display: none !important;
}

.skip-phone, .skip-location {
  display: none !important;
}

.skip-search {
  text-align: left !important;
}

.skip-phone, .skip-location {
  display: block !important;
  /* text-align: right !important; */
}

.skip-phone .icon {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/phone-ic.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 85% !important;
}
.skip-location .icon {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/location.png') !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 75% !important;
}

.skip-phone .label, .skip-location .label {
  display: none !important;
}

.skip-nav {
  top: -2px !important;
}

.skip-nav .icon {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/hambb.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 90% !important;
}

.skip-search {
  top: -2px;
}

.skip-search .icon {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/searchhhh.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
}

.skip-cart .icon {
  background-image: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/basskett.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
}

#product-gallery > li:not(:first-child) {
  display: none;
}

#product-gallery img {
  width: 99%;
}

body.product-color-samples .sample-text-top-banner {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

body.product-color-samples .sample-text-top-banner {
  display: none;
}

.header-container.desktop {
  display: block;
}

.header-container.mobile {
  display: none;
}

#sidenav {
  display: none;
}

.catalog-category-view #category-collection .products-grid li.item,
.catalogsearch-result-index #category-collection .products-grid li.item, .tagseo-product-list #category-collection .products-grid li.item, .tagseo-product-listcategory #category-collection .products-grid li.item {
  width: 100%;
}

.catalog-category-view #category-collection .products-grid li.last,
.catalogsearch-result-index #category-collection .products-grid li.last,
.tagseo-product-list .products-grid li.last, .tagseo-product-listcategory .products-grid li.last {
  margin-right: 0px;
}

div.pages ol li:hover a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
div.pages ol li.active a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}

div.pages ol li a {
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.25rem 0.5rem;
}

div.pages ol li.current {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.3rem 0.6rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

div.pages ol li {
  margin: 0 0.25rem;
}

h2.popular-products, h2.shop-by-category {
  font-size: 1.4em;
  margin-bottom: 15px;
}

/* ==================================== color samples end   =========================================== */

/* ====================================  mobile    =========================================== */

@media screen and (max-device-width: 1330px) {
  body {
    background: blue;
  }

  body.product-color-samples .sidenav {
    display: block;
  }

  body.product-color-samples div.header {
    display: none;
  }

  body.product-color-samples .sample-text-top-banner {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  body.product-color-samples .header-container {
    padding-left: 0;
    padding-right: 0;
  }

  body.product-color-samples .col-main {
    margin: 0;
  }

  body.product-color-samples hr.destop-version {
    margin: 21px 0 !important;
    visibility: hidden;
  }

  body.product-color-samples .body_wrapper .content_wrapper .top-title-sample {
    display: block;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col1 {
    margin-bottom: 10px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col2 {
    background: #eeeeee;
    padding: 8% 0px;
    margin-bottom: 35px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col1,
  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col2 {
    display: block;
    width: 100%;
    float: none;
    overflow: auto;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col1
    .desktop-version {
    display: none;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col2
    .mobile-version {
    display: block;
    font-size: 17px;
    color: #505050;
    text-align: left;
    padding: 0 4% !important;
    width: 54%;
    float: left;
    padding-right: 1% !important;
    margin-right: 0;
    box-sizing: border-box;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col2
    .mobile-version
    strong {
    color: #333;
    font-size: 17px;
    white-space: nowrap;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col2
    img {
    float: right;
    width: 45%;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .color-sample-choose
    .top-title-sample-choose
    h1 {
    font-size: 30px;
    margin-bottom: 8px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .color-sample-choose
    .top-title-sample-choose
    p {
    color: #6e6e6e;
    font-size: 18px;
    padding: 0 5%;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .color-sample-choose
    .item-sample-choose {
    width: 50%;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .color-sample-choose
    .item-sample-choose
    .item-design-wrap {
    min-height: 215px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .color-sample-choose
    .item-sample-choose
    .item-design-wrap {
    min-height: auto;
    margin-bottom: 10px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .color-sample-choose
    .item-sample-choose
    .item-design-wrap
    img {
    position: static;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap {
    display: block;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col1 {
    width: 100%;
    float: none;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col2 {
    width: 100%;
    float: none;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col1
    .wrap-choosen-items {
    width: 33%;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col1 {
    padding-top: 8%;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col2
    .sample-col2-top
    table
    td {
    text-align: center;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col2
    .sample-col2-top
    table
    td {
    font-size: 24px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col2
    .sample-col2-top
    table
    td
    span#samples_count {
    font-size: 24px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col2
    .sample-col2-top
    table
    td
    span#samples_total {
    font-size: 24px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .sample-addToCart-wrap
    .sample-addToCart-col2 {
    padding: 7% 15%;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .bottom-banner.bottom-banner-desktop {
    display: none;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .bottom-banner-mobile {
    display: block;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .bottom-banner-mobile
    img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .bottom-mobile-text-banner
    p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin: 26px 0;
    padding: 0 10%;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col2
    img.mob-version {
    display: inline-block;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col2
    img.desktop-version {
    display: none;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .color-sample-choose
    .items-wrap-sample-choose {
    display: flex;
    flex-wrap: wrap;
  }

  body.product-color-samples .bottom-mobile-text-banner {
    display: block;
  }

  body.product-color-samples .header-container .header {
    display: none;
  }

  body.product-color-samples
    .body_wrapper
    .content_wrapper
    .top-title-sample
    .top-col1 {
    padding: 0 3%;
  }

  body.product-color-samples .body_wrapper .content_wrapper hr.mobile-rm {
    margin-top: 7px;
    display: none;
  }
}

/* ====================================  mobile  end   =========================================== */

@media screen and (min-width: 1030px) {
  /******* Expanded *******/

  .navexpanded {
    /* border: 1px solid #aaa; */
    position: absolute;
    display: block;
    padding: 3px 0;
    top: 35px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 15px 10px -10px rgba(100, 100, 100, 0.5),
      0 1px 4px rgba(100, 100, 100, 0.3), 0 0 40px rgba(100, 100, 100, 0.1) inset;
  }

  .navexpanded .navexpand-container {
    max-width: 1310px;
    margin: auto;
    display: flex;
  }

  .navexpand-left {
    flex: 2;
    padding: 20px 0 0 0;
  }

  .navexpand-right {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .navexpand-right.storage {
    background-image: url(/media/catalog/product/1/9/19135-white-wash-mirror-1.jpg);
  }

  .navexpand-right.bedroom {
    background-image: url(/media/catalog/product/s/t/studio-7858_2.jpg);
  }

  .navexpand-right.living {
    background-image: url(/media/catalog/product/s/a/savoy-13335-icicle-eucalyptus-_2_.jpg);
  }

  .navexpand-right.office {
    background-image: url(/media/catalog/product/a/l/alexis-817232-green-apple.jpg);
  }

  .navexpand-right.tradefurniture {
    background-image: url(https://www.contempospace.com/blog-wp/wp-content/uploads/2023/11/6-hotel-king-beds-nightstand-1.jpg);
    min-height: 270px;
  }

  .navexpand-right.inspiration {
    background-image: url(https://www.contempospace.com/blog-wp/wp-content/uploads/2024/02/ManhattanBed_CA_SY_3-1200x1200.png);
  }

  .navexpand-right.sales {
    background-image: url(https://www.contempospace.com/img/nav/sales-dropdown.jpg);
    min-height: 320px;
  }

  .navexpand-right.about {
    background-image: url(https://www.contempospace.com/blog-wp/wp-content/uploads/2023/07/IMG_8131-1024x739.jpg);
    min-height: 270px;
  }

  .nav-deep {
    float: left;
    clear: none;
    width: 50%;
  }

  #header-nav-ul .nav-deep li {
    float: left;
    clear: left;
    text-align: left;
    padding-left: 25px;
  }

  #header-nav-ul .nav-deep li a {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
  }

  #header-nav-ul .nav-deep li a:hover {
    background-color: lightblue;
    color: #fff;
    border: 0;
  }

  #header-nav-ul .navexpanded {
    display: none;
  }
}

@media screen and (min-width: 1030px) {

  .hide-on-desktop {
    display: none!important;
  }

  #navigation-wrapper {
    position: relative;
    border: none;
    padding: 0;
    text-align: left;
    background-color: #F9F9F9;
    /* height: 45px; */
    z-index: 1;
  }

  #header-nav-ul {
    padding: 0;
    margin: auto;
    max-width: 1335px;
  }

  .outer-nav {
    display: flex;
    justify-content: space-around;
    list-style-type: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    width: 100%; /* Ensure UL stretches the full width of the container */
  }

  .outer-nav li {
    display: inline-block;
    padding: 0 3px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
  }

  #header-nav-ul li.navigation-wrapper-right {
    float: right;
    clear: none;
  }

  .outer-nav li a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 10px;
    /* border-bottom: 3px solid #f9f9f9; */
  }

  .outer-nav > li > a {
    /* font-weight: 600; */
  }

  .outer-nav li a:hover {
    /* border-bottom: 3px solid blue; */
    text-decoration: underline!important;
  }

  .outer-nav li a span {
    /* Arrows on right side should not display for desktop */
    display: none;
  }
}

.top-most-nav {
  background: #F5F5F5;
}
.top-most-nav .inner {
  width: 1310px;
  max-width: 100%;
  margin: auto;
}
.top-most-nav .top-most-right {
  text-align: right;
}
.top-most-nav .top-most-right ul {
  display: inline-block;
}
.top-most-nav .top-most-right a {
  display: inline-block;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 14px;
}

.top-bar {
  background-color: #6fa8dc;
  color: white;
  text-align: center;
  padding: 4px 0;
}

.top-bar p:hover {
  cursor: pointer;
}

.top-bar a {
  color: white;
  text-decoration: none;
}

#ticker {
  font-size: 15px;
}

#shipping-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12344;
  display: none;
}

#shipping-modal {
  background-color: #fff;
  width: 75%;
  position: absolute;
  left: 10%;
  top: 30px;
  z-index: 12345;
  padding: 20px;
}

.shipping-third {
  box-sizing: border-box;
  margin-bottom: 1.25em;
  font-size: 16px;
}

#shipping-modal h4 {
  font-size: 22px;
  margin-bottom: 1.25em;
}

#shipping-modal p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

#top-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #6565ee;
  color: #eee;
  font-size: 15px;
  padding: 5px;
  border-bottom-left-radius: 5px;
}

#top-modal-close:hover {
  cursor: pointer;
}

.fa-phone, .fa-location-dot {
  margin-right: 5px; /* Adjust the space between the icon and the text */
}

.searchautocomplete .nav {
  background: none !important;
  border: 1px #555555 solid;
  width: 250px;
}

.searchautocomplete .nav-submit-button {
  padding-left: 0 !important;
}

.searchautocomplete .nav-submit-button .button {
  height: 36px !important;
  border-radius: 0 !important;
}

#search_mini_form,
.searchautocomplete {
  clear: both;
}

.searchautocomplete .searchautocomplete-placeholder ul li {
  border: none!important;
  border-bottom: 1px solid #F0F0F0!important;
}

@media screen and (min-width: 1030px) {
  .searchautocomplete .searchautocomplete-placeholder {
    top: 99px!important;
  }
}

#search_mini_form {
  padding-left: 50px;
}

/***************** Footer Mobile ******************/

.footer-mobile {
  background-color: #eee;
  padding-top: 20px;
  width: 1330px;
  max-width: 100%;
  margin: auto;
}

#webid {
  border-top: 0;
}

.footstuff {
  font-size: 15px;
  clear: both;
  font-weight: 300;
  text-align: center;
}

.footstuff h3,
.foot-top h3 {
  font-size: 20px;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif;
  text-transform: uppercase;
}

.footstuff h3 span {
  display: none;
}

.foot-top {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-top: 1em;
  margin-bottom: 2em;
}

#foot-mail {
  padding-left: 40px;
  padding-bottom: 10px;
  text-align: center;
  width: 60%;
}

#foot-mail legend {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif;
  text-transform: uppercase;
}

#foot-mail label {
  display: block;
  margin: 8px 0;
}

#visitor-email {
  display: inline-block;
  width: 60%;
  border: 1px solid #ccc;
  line-height: 30px;
  padding: 3px 5px;
  border-radius: 0;
}

#visitor-email-signup {
  display: inline-block;
  box-sizing: content-box;
  width: 20%;
  padding: 3px;
  line-height: 32px;
  border-radius: 0;
  margin: 0;
  background-color: #6fa8dc;
  border-width: 0;
  color: white;
}
@media (max-width: 460px) {
  #visitor-email-signup {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 8px;
    padding: 3px 10px;
    width: auto;
  }
}

#foot-social {
  text-align: center;
  width: 40%;
}

#socials a {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 20px 15px 0 0;
  text-decoration: none;
  font-size: 30px;
}

#socials a.fa-facebook:hover { color: #316FF6; }
#socials a.fa-youtube:hover { color: #FF0000; }
#socials a.fa-x-twitter:hover { color: #0F1319; }
#socials a.fa-pinterest:hover { color: #E60023; }
#socials a.fa-instagram:hover { color: #fa7e1e; }
#socials a.fa-blog:hover { color: #5F98CC; }

#socials a:last-of-type {
  margin-right: 0;
}

/******* Footer Columns *******/

.footstuff ul {
  box-sizing: border-box;
  float: left;
  width: 33%;
  border: 0;
  margin: 0;
  padding: 20px 0;
}

.footstuff ul li a {
  text-decoration: none;
  display: block;
  margin-top: 10px;
  /* margin-left: 30px; */
}

/***** SEALS *****/

.foot-seal {
  display: inline-block;
}
.seal-buttons {
  text-align: center;
}

#first-foot-seal {
  /* margin-left: 30px; */
}

#policy-links {
  /* float: right; */
  line-height: 85px;
  /* margin:0 10px 0 0; */
  width: 100%;
  text-align: center;
}

#webid {
  clear: both;
}

@media only screen and (min-width: 1330px) {
  #visitor-email {
    min-height: 30px;
  }
  #visitor-email-signup {
    min-height: 30px;
  }
}

/* Article */

.cms-page-view h1 {
  font-size: 2em !important;
  margin: 0.25em 0 0.6em;
  text-transform: none!important;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif!important;
}
.cms-page-view h2 {
  text-transform: none!important;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif!important;
}
.cms-page-view p {
  font-size: 17px!important;
}
.cms-page-view .content_wrapper a, .is-blog .post-view a {
  color: #6fa8dc;
}
.cms-page-view .content_wrapper .product-name a {
  color: #555;
}
.content.article h2 {
  font-size: 2em !important;
  margin-bottom: 1em;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif
}
.content.article h3 {
  font-size: 1.5em;
  margin-bottom: 1.25em;
  font-weight: normal;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif
}
.content.article p {
  margin: 0 0 1.5em;
}
.content.article ul {
  list-style: initial;
  margin: 0 0 1.5em 2.5em;
}
.content.article .img-right img {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.content.article .img-left img {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.content.article .img-right img,
content.article .img-left img {
  width: 30%;
  padding-top: 0.5em;
}
.content.article .img-left.small img,
.img-right.small img {
  width: 20%;
}
.content.article .border img {
  border: 1px solid #cccccc;
  padding: 2px;
}
.content.article .clearboth {
  clear: both;
}
.content.article .centerbox {
  text-align: center;
}

/* Form */
.content.article ul.form-list,
.content.article ul.products-grid {
  list-style: none;
  margin: 0;
}

/* Image Row */
.content.article .image-row {
  overflow: hidden;
  margin-bottom: 2em;
}
.content.article .image-row .image-col {
  width: 31%;
  margin-right: 2%;
  float: left;
}
.content.article .image-row .image-col img {
  width: 100%;
  margin-bottom: 3px;
}
.content.article .image-row .image-col {
  text-align: center;
  font-size: 0.9;
}

/* Product List */
.content.article .product_list {
  margin-bottom: 3em;
}
.content.article .product_list .products-grid li.item {
  border: none;
  margin: 0 0 1.5em;
  width: 33%;
}
.content.article .product_list h3 {
  font-size: 1em;
  line-height: 1.25;
  padding-top: 0;
}
.content.article #category-collection .product-name-wapper {
  height: 40px;
}
.content.article .regular-price span {
  font-size: 1em;
}

/* Buttons */
.content.article a.button {
  padding: 8px 25px;
  background: #e5e5e5;
  color: #444;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.5em;
  margin: 0 auto 1em;
  display: inline-block;
}
.content.article a.button.orange {
  background: #fe8d34;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .content.article .button {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .content.article .img-right,
  content.article .img-left {
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.5em;
  }
  .content.article .img-right img,
  content.article .img-left img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .content.article .border img {
    border: 2px solid #ccc;
  }
  .content.article .product_list .products-grid li.item {
    width: 49%;
  }
  .contact-left {
    width: 100%!important;
  }
  #div_qcq {
    width: 100%!important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .content.article .product_list .products-grid li.item {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 1.5em 0;
  }
  .content.article .product_list .products-grid li.item.last {
    padding-bottom: 0;
    border-bottom: none;
  }
  .content.article .image-row {
    margin-bottom: 1em;
  }
  .content.article .image-row .image-col {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 1330px) {
  .main {
    width: auto;
  }
  .footer-mobile {
    width: auto;
  }
  .product-options-bottom {
    width: 100%;
    box-sizing: border-box;
  }
  /* .order-color-samples {
    display: none;
  } */
  .order-color-samples-m {
    display: block;
    margin: 0 auto 6px;
  }
  .quick-contact-form {
    margin-bottom: 21px;
  }
}

@media (max-width: 1030px) {
  .main { padding: 0; margin: 0; }
}

@media only screen and (max-width: 415px) {
  #add-to-cart-option-review .review-selection img {
    width: 80px;
    height: 80px;
    max-width: 100%;
  }
  .plz-select-option {
    width: 80px;
    height: 80px;
    margin: 0 auto 1em;
  }
  .product-options-bottom {
    padding: 10px 8px;
  }
}

@media only screen and (max-width: 350px) {
  #add-to-cart-option-review {
    display: block;
  }
  #add-to-cart-option-review .review-selection {
    width: auto;
    height: auto;
    margin-bottom: 1em;
  }
  #add-to-cart-option-review .review-selection img {
    width: 150px;
    height: 150px;
    max-width: 100%;
  }
  .plz-select-option {
    width: 150px;
    height: 150px;
    margin: 0 auto 1em;
  }
}


.aw-pq2-question-list-wrapper {
  position: relative;
}
.aw-pq2-list {
  max-height: 500px;
  overflow: hidden;
}
.show-more {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  text-align: center;
}
.show-more .button {
  color: ##6fa8dc;
  border: 1px solid #6fa8dc;
  border-radius: 6px;
  padding: 3px 10px;
  cursor: pointer;
  display: inline-block;
  background: white;
  margin-top: 10px;
}

/* Product page testimonials */
.product-testimonials {
  background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(https://www.contempospace.com/blog-wp/wp-content/uploads/2023/04/testimonials-background.jpg);
  background-position: center center;
  background-size: cover;
  color: white;
  padding: 3em;
  text-align: center;
  margin-bottom: 1.7em;
}
.product-testimonials h4 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.product-testimonials .testimonial {
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  text-align: left;
  background: rgba(0,0,0,.6);
  border-radius: 7px;
}
.product-testimonials blockquote {
  position: relative;
  box-sizing: border-box;
  text-indent: 30px;
  margin: 20px 0 20px;
}
.product-testimonials blockquote::before {
  content: "\201C"; /* the left quotation mark character code */
  font-size: 4em; /* the size of the quotation mark */
  position: absolute;
  left: -30px; /* the position of the quotation mark relative to the blockquote */
  top: -22px;
  color: #777;
}
.product-testimonials .star-rating {
  width: 66%;
  margin: 0 auto 1em;
  display: block;
}
.product-testimonials .attribution {
  font-weight: bold;
  text-align: right;
  margin-top: .5em;
}
.product-testimonials .readmore {
  text-align: center;
  margin: .5em 0 1.5em;
}
.product-testimonials a.btn {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  margin-bottom: .5em;
  text-decoration: none;
  background: #ddd;
}
.bbb {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 3em 0 2em;
  padding: 1rem;
  align-content: center;
  background: hsla(180,5%,96%,.8);
  border-radius: 5px;
}
.bbb_reviews_logo {
  align-self: center;
  margin-left: 1.5em;
  height: 70px;
  min-height: 60px;
  min-width: 38px;
  width: 44px;
}
.bbb_text_wrapper {
  text-align: left;
  color: #333;
  padding-left: 35px;
  margin-left: 35px;
  border-left: 1px solid #AAA;
  font-size: 1.25em;
}
.bbb_text_wrapper p:first-child {
  margin-bottom: 1em;
}
.product-testimonials .small {
  font-size: 10px;
  text-align: center;
}
@media (max-width: 900px) {
  .product-testimonials {
    padding: 2em;
  }
}
@media (max-width: 767px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .product-testimonials .star-rating {
    width: 200px;
    max-width: 90%;
  }
  .product-testimonials .testimonial {
    margin-bottom: 1em;
  }
  .bbb {
    margin-top: 1em;
  }
  .bbb_text_wrapper {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .product-testimonials {
    padding: 2em 1em;
  }
}

/* Shopping cart */
.cart-items-container * {
  box-sizing: border-box;
}
.cart-items-header,
.cart-item-row {
  display: flex;
  align-items: top left;
  flex-wrap: wrap; /* This prevents wrapping on desktop */
  padding: 0;
  margin: 1em 0;
  border-bottom: 1px solid #EEE;
}
.cart-items-header {
  margin: 0;
  border: none;
  font-weight: bold;
}
.cart-items-header .cart-item {
  background-color: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 1px;
  padding: 5px 0;
}
.cart-item {
  flex: 1; /* This ensures that each item takes up equal space and prevents wrapping */
  margin-bottom: 5px;
  padding: 10px 10px;
  white-space: nowrap; /* This prevents the text inside each item from wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.cart-item:first-child {
  padding-left: 0;
}
.cart-item:last-child {
  padding-right: 0;
}
.cart-item-label {
  display: inline;
  font-weight: bold;
  margin-right: 5px;
}
.cart-item.cart-product-image {
  flex: 0 0 125px; /* This sets the width of the image column and prevents it from resizing */
  padding-right: 0;
}
.cart-item.product-name {
  font-weight: bold;
  text-align: left;
}
.cart-items-header .cart-item.product-name {
  text-align: center;
}
.cart-item.product-name {
  /* min-width: 400px; */
}
.cart-item.product-price {
  flex: 0 0 125px; /* This sets the width of the image column and prevents it from resizing */
}
.cart-item.product-quantity {
  flex: 0 0 70px; /* This sets the width of the image column and prevents it from resizing */
}
.cart-item.product-subtotal {
  flex: 0 0 125px; /* This sets the width of the image column and prevents it from resizing */
}
.cart-item.product-actions {
  flex: 0 0 70px; /* This sets the width of the image column and prevents it from resizing */
}
.cart-item.cart-product-image img {
  /* border: 1px solid #EEE; */
}
.cart-items-container button.button {
  margin-bottom: 1em;
}
.cart-items-container button.button span span {
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 5px;
  font-weight: 500;
  background-image: none;
  background: #666;
}
.cart-item .qty {
  width: 41px !important;
  height: 14px;
  border: solid 1px #dbdbdb;
  font-size: 12px;
  text-align: right;
  padding: 10px 5px;
}
.cart .shipping {
  border: none;
  padding: 0;
  background: none;
  overflow: auto;
}
#shipping-popup h2, .totals h2 {
  padding: 8px 0;
  border-bottom: 1px solid #BBB;
  font-size: 1.3em;
}
.cart .shipping .buttons-set button span span {
  border: none;
  background-image: none;
  background-color: #666;
  color: #FFF;
  border-radius: 5px;
  padding: 7px 12px;
  font-size: 15px;
  font-weight: 500;
}
.shipping-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2em;
}
.shipping-box {
  flex: 1;
  min-width: calc(50% - 5px);
  box-sizing: border-box;
}
.shipping-box .shipping {
  line-height: 2em;
  padding-top: .5em;
}
.shipping-box .testimonial {
  padding: 10px 30px 20px 20px;
}
#shipping-popup .sp-methods {
  font-size: 17px;
}
#shipping-popup .sp-methods .price {
  white-space:normal!important;
}
.shipping-details {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 20px;
}
.shipping-details ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  padding-left: 0;
}
.shipping-details li {
  margin: 0;
  padding: 0;
}
.shipping-details h4 span {
  font-weight: normal;
  font-style: italic;
}
.cart .totals {
  float: none;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
}
.cart .totals table {
  width: 100%;
  margin: .5em 0 0;
}
.cart .totals table td {
  padding: 10px 0;
}
.cart .totals td.a-right {
  text-align: left!important;
  font-weight: bold;
  text-transform: uppercase;
}
.cart .totals td.grndttl {
  text-align: right!important;
}
.cart .totals .grndttl .price {
  color: #333;
}
#shopping-cart-totals-table tbody tr td:nth-child(2) {
  text-align: right!important;
}
#shopping-cart-totals-table tfoot {
  border-top: 1px solid #DDD;
}
.cart .totals .checkout-types li {
  text-align: center;
}
.cart .totals table th strong, .cart .totals table td strong {
  font-weight: 700;
}
#coupon-container {
  text-align: center;
}
.cart .discount .input-box {
  float: none;
  width: auto;
}
.cart .discount .buttons-set button span span {
  background-image: none;
  background-color: #555;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}
.cart .discount {
  border: none;
  border-radius: 7px;
  background-color: #EEE;
}
.hidden {
  display: none;
}
.cart-customer-care {
  background-image: url('/img/support/phone-support.png');
  background-position: -70px center;
  background-repeat: no-repeat;
  background-size: 350px;
  padding: 2.5em 1em 2.5em 320px;
  border: 1px solid #EEE;
  font-size: 1.2em;
  margin: 1em 0 1.5em;
}
@media (max-width: 1020px) {
  .cart-items-header {
    display: none;
  }
  .cart-item {
    flex-basis: 100%;
    white-space: normal;
  }
  .cart-table .product-name a {
    font-size: 17px;
  }
  #shopping-cart-table .item-options dt, #shopping-cart-table .item-options dd {
    white-space: nowrap;
  }
  .cart-items-container div.cart-item-row {
    margin-top: 0!important;
  }
  .cart-item.product-price {
    flex: 0 0 115px;
  }
  .shipping-box {
    min-width: 100%;
  }
  .shipping-details {
    margin-top: 0;
  }
  .btn-remove2 {
    display: block;
    width: 100%;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 1.5;
    background: url(https://www.contempospace.com/skin/frontend/default/contempospace/images/btn_trash.gif) 0 3px no-repeat;
    text-indent: 23px;
    overflow: auto;
    margin: 0;
    text-align: left;
  }
  .cart-item.product-actions {
    flex-basis: 100%;
  }
}
@media (min-width: 1021px) {
  .cart-item-row {
    flex-wrap: nowrap; /* Prevent wrapping on desktop */
  }
  .cart-item {
    white-space: nowrap; /* Prevent text wrapping on desktop */
  }
  .cart-item-label {
    display: none;
  }
}
@media (max-width: 740px) {
  .cart-customer-care {
    background-size: contain;
    padding-left: 35%;
  }
}
@media (max-width: 600px) {
  .cart-customer-care {
    background-size:contain;
    padding-left: 170px;
    font-size: 1em;
    background-position: -50px center;
  }
}
@media (max-width: 510px) {
  .cart-customer-care {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 500px) {
  #shopping-cart-table .item-options {
    max-width: 100%;
  }
  #shopping-cart-table .item-options dd {
    display: block!important;
    padding: 5px!important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
  }
  .cart .checkout-types {
    margin: 0;
  }
  .cart .checkout-types li button span span {
    font-size: 16px;
    padding: 7px 12px;
  }
}
@media (max-width: 500px) {
  .cart-customer-care {
    background-position-x: -85px;
    padding-left: 100px;
  }
}

/* Temporary */
.cart .cart-collaterals .col-2 {
  display: none;
}

/* Tawk overrides */
.CampaignType--floating {
  z-index: 2147483647!important;
}

/* Ticker in top bar */
.ticker {
    width: 100%;
    height: 22px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

.ticker-content {
  white-space: nowrap;
  position: absolute;
  left: 100%;
  animation: slide-in 1s 1 forwards, stay-middle 4s 1 forwards 1s, slide-out 1s 1 forwards 5s;
}

@keyframes slide-in {
  100% { left: 50%; transform: translateX(-50%); }
}

@keyframes stay-middle {
  0%, 100% { left: 50%; transform: translateX(-50%); }
}

@keyframes slide-out {
  0% { left: 50%; transform: translateX(-50%); }
  100% { left: -100%; }
}

@media (max-width: 770px) {
  .ticker { font-size: 15px!important; height: 22px; }
}

@media (max-width: 400px) {
  .ticker { font-size: 13px!important; height: 20px; }
}

/* Designer landing page */
.cms-designers.cms-page-view .fieldset {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cms-designers.cms-page-view .content_wrapper p, .catalog-category-view .content_wrapper p {
  /* margin-bottom: 1.25em; */
}
.cms-designers.cms-page-view .content_wrapper p, .catalog-category-view .content_wrapper p.affirm-as-low-as {
  margin-bottom: 0;
}
.cms-designers.cms-page-view .content_wrapper h2 {
  font-size: 1.5em; font-weight: 500; border-bottom: 1px solid #EEE; margin-bottom :1em; padding-bottom: .25em;
}
.cms-designers .content img {
  width: 100%;
}
.cms-designers .callout {
  font-size:1.25em; margin-bottom: 2em; padding: 1.5em; text-align: center; background: #EEE;
}

/* Responsive YouTube videos */
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Benefits Box */
.benefits {
  background: #F5F5F5;
  border-radius: 7px;
  margin-top: .5em;
}
.features-icons {
  margin-bottom: 2em;
  margin-left: 0;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.features-icons .feature {
  padding: 0px 15px 10px 15px;
}

.features-icons .material-icons {
  font-size: 55px;
  color: #6dabcf;
}

.features-icons p {
  margin: 0;
  font-size: 14px;
}

.features-icons .features-heading {
  font-weight: bold;
}
.benefits h2 {
  margin: 0 0 .5em;
  font-size: 1.5em;
  text-align: center;
  padding-top: .5em;
}
@media (max-width: 800px) {
  .features-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .features-icons {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Category pages */
.catalogsearch-result-index #category-collection *, .catalog-category-view #category-collection *, .tagseo-product-list #category-collection *, .tagseo-product-listcategory #category-collection * {
  box-sizing: border-box;
}
.catalogsearch-result-index #category-collection ul.products-grid, .catalog-category-view #category-collection ul.products-grid, .tagseo-product-list #category-collection ul.products-grid, .tagseo-product-listcategory #category-collection ul.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.catalogsearch-result-index #category-collection ul.products-grid, .catalog-category-view #category-collection ul.products-grid, .tagseo-product-list #category-collection ul.products-grid, .tagseo-product-listcategory #category-collection ul.products-grid {
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.catalogsearch-result-index .catalog-category-view #category-collection .price-sku, .catalog-category-view #category-collection .price-sku, .tagseo-product-list .catalog-category-view #category-collection .price-sku {
  background: rgba(15, 15, 15, 0.7);
  color: white;
  overflow: hidden;
  margin-bottom: 6px;
  padding: 3px 8px;
}
.catalogsearch-result-index #category-collection .products-grid img, .catalog-category-view #category-collection .products-grid img, .tagseo-product-list #category-collection .products-grid img, .tagseo-product-listcategory #category-collection .products-grid img {
  border: 1px solid #EEE;
  margin: 0;
}
.catalogsearch-result-index .price, .catalog-category-view .price, .tagseo-product-list .price, .tagseo-product-listcategory .price {
  color: #FFFFFF;
  line-height: 1;
}
.catalogsearch-result-index #category-collection .products-grid .price-box, .catalog-category-view #category-collection .products-grid .price-box, .tagseo-product-list #category-collection .products-grid .price-box, .tagseo-product-listcategory #category-collection .products-grid .price-box {
  height: auto;
  margin-right: 0!important;
  margin: 2px 0 0;
}
.catalogsearch-result-index #category-collection .products-grid li.item a.affirm-modal-trigger, .catalogsearch-result-index #category-collection .products-grid li.item a.affirm-modal-trigger, .catalog-category-view #category-collection .products-grid li.item a.affirm-modal-trigger, .tagseo-product-list #category-collection .products-grid li.item a.affirm-modal-trigger, .tagseo-product-listcategory #category-collection .products-grid li.item a.affirm-modal-trigger {
  font-weight: normal!important;
  text-align: left;
  margin: 2px 0 2px;
  text-decoration: none;
  font-size: .85em;
}
.catalogsearch-result-index #category-collection .products-grid li.item a.affirm-modal-trigger a, .catalog-category-view #category-collection .products-grid li.item a.affirm-modal-trigger a, .tagseo-product-list #category-collection .products-grid li.item a.affirm-modal-trigger a, .tagseo-product-listcategory #category-collection .products-grid li.item a.affirm-modal-trigger a {
  text-decoration: none;
}
.catalogsearch-result-index #category-collection .products-grid .product-name, .catalog-category-view #category-collection .products-grid .product-name, .tagseo-product-list #category-collection .products-grid .product-name, .tagseo-product-listcategory #category-collection .products-grid .product-name {
  line-height: 1.5;
}
#related-search-tags {
  margin-bottom: 1.5em;
}
.tagseo-product-list .product-tags li, .tagseo-product-listcategory .product-tags li, #related-search-tags .product-tags li {
  display: inline;
}
.tagseo-product-list .product-tags li::after, .tagseo-product-listcategory .product-tags li::after, #related-search-tags .product-tags li::after {
  content: ', ';
}
.tagseo-product-list .product-tags li:first-child::after, .tagseo-product-listcategory .product-tags li:first-child::after, #related-search-tags .product-tags li:first-child::after {
  content: ' ';
}
.tagseo-product-list .product-tags li:last-child::after, .tagseo-product-listcategory .product-tags li:last-child::after, #related-search-tags .product-tags li:last-child::after {
  content: '';
}
.tagseo-product-list .product-tags li a, .tagseo-product-listcategory .product-tags li a, #related-search-tags .product-tags li a {
  color: #6fa8dc;
}
@media (max-width: 1330px) {
  .catalogsearch-result-index  #category-collection .products-grid li.item, .catalog-category-view  #category-collection .products-grid li.item, .tagseo-product-list #category-collection .products-grid li.item, .tagseo-product-listcategory #category-collection .products-grid li.item {
    width: 100%!important;
  }
  .catalogsearch-result-index div#category-collection .products-grid img, .catalog-category-view div#category-collection .products-grid img, .tagseo-product-list div#category-collection .products-grid img, .tagseo-product-listcategory div#category-collection .products-grid img {
    width: 100%!important;
  }
  .catalogsearch-result-index #category-collection .products-grid li.item a, .catalog-category-view #category-collection .products-grid li.item a, .tagseo-product-list #category-collection .products-grid li.item a, .tagseo-product-listcategory #category-collection .products-grid li.item a {
    padding: 0!important;
  }
  .catalogsearch-result-index #category-collection .products-grid .price-box, .catalog-category-view #category-collection .products-grid .price-box, .tagseo-product-list #category-collection .products-grid .price-box, .tagseo-product-listcategory #category-collection .products-grid .price-box {
    height: auto!important;
    margin: 0!important;
  }
  .catalogsearch-result-index #category-collection .products-grid li.item a.affirm-modal-trigger, .catalog-category-view #category-collection .products-grid li.item a.affirm-modal-trigger, .tagseo-product-list #category-collection .products-grid li.item a.affirm-modal-trigger, .tagseo-product-listcategory #category-collection .products-grid li.item a.affirm-modal-trigger {
    text-align: left;
  }
}
@media (max-width: 900px) {
  .catalogsearch-result-index #category-collection ul.products-grid, .catalog-category-view #category-collection ul.products-grid, .tagseo-product-list #category-collection ul.products-grid, .tagseo-product-listcategory #category-collection ul.products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .catalogsearch-result-index #category-collection ul.products-grid, .catalog-category-view #category-collection ul.products-grid, .tagseo-product-list #category-collection ul.products-grid, .tagseo-product-listcategory #category-collection ul.products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .catalogsearch-result-index div#category-collection .product-name-wapper, .catalog-category-view div#category-collection .product-name-wapper, .tagseo-product-list div#category-collection .product-name-wapper, .tagseo-product-listcategory div#category-collection .product-name-wapper {
    height: auto!important;
  }
}
@media (max-width: 319px) {
  .catalogsearch-result-index #category-collection ul.products-grid, .catalog-category-view #category-collection ul.products-grid, .tagseo-product-list #category-collection ul.products-grid, .tagseo-product-listcategory #category-collection ul.products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wrapper-affirm-box {
  text-align: right;
  margin-top: 10px;
  margin-right: 7px;
}
.magepal-minipdp-product-view .wrapper-affirm-box {
  clear: both; text-align: left; margin-top: -2px
}
.magepal-minipdp-product-view .affirm-as-low-as {
  font-size: .9em;
  padding: 1px 0 4px;
}
.magepal-minipdp-product-view .affirm-as-low-as a {
  text-decoration: none;
}
.checkout-cart-index .wrapper-affirm-box {
  margin: 5px 0;
}
.checkout-onepage-index .wrapper-affirm-box {
  text-align: center;
  background: #f5f5f5;
  padding: 1em;
  border-radius: 5px;
  margin-top: 20px;
}

@media (max-width: 770px) {
  .magepal-minipdp-product-view .wrapper-affirm-box {
    text-align: right;
    margin: 0;
  }
}

/* CMS Financing page */
.cms-financing p {
  margin-bottom: 1.5em;
}
.cms-financing h2 {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 1.5em;
}
.cms-financing .page-title {
  position: relative;
  padding: 3em 2em;
  background-image: url("/img/financing/financing-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  margin-top: 1em;
  z-index: 0;
  font-size: 1.2em
}

.cms-financing .page-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.cms-financing .page-title h1 {
  color: white;
}
.cms-financing .steps {
  margin: 3em 0;
}
.cms-financing .steps h2 {
  text-align: center;
}
.cms-financing .steps h3 {
  font-size: 1.3em;
  padding: 0 10px 10px;
}
.cms-financing .steps p {
  padding: 0 10px;
}
.cms-financing .steps ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
}
.cms-financing .callout {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}
.cms-financing .affirm-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 1em;
}
.cms-financing .disclosures {
  margin-bottom: 3em;
  text-align: center;
  padding: .5em 1em;
}
.cms-financing .heading {
  padding: 1em;
  text-align: center;
}
.cms-financing .details {
  padding: 2em;
}
.cms-financing .details p:last-child {
  margin: 0;
}
@media (max-width: 520px) {
  .cms-financing .affirm-benefits {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .cms-financing .steps ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .cms-financing .details {
    padding: 0 1em 1em;
  }
  .cms-financing h2 {
    margin-bottom: 1em;
  }
}

h2.home-blog { margin-bottom: 10px; }

.associated-articles img {
  margin-bottom: 4px!important;
}
.associated-articles a {
  text-decoration: none;
}

/* Individual product sale styles */
#product-options-wrapper li.front_type_li_140971,
#product-options-wrapper li.front_type_li_140972,
#product-options-wrapper li.front_type_li_162015,
#product-options-wrapper li.front_type_li_161825,
#product-options-wrapper li.front_type_li_161920,
#product-options-wrapper li.front_type_li_146082,
#product-options-wrapper li.front_type_li_146083,
#product-options-wrapper li.front_type_li_145475,
#product-options-wrapper li.front_type_li_145476,
#product-options-wrapper li.front_type_li_137197,
#product-options-wrapper li.front_type_li_137198,
#product-options-wrapper li.front_type_li_137012,
#product-options-wrapper li.front_type_li_137013,
#product-options-wrapper li.front_type_li_141259,
#product-options-wrapper li.front_type_li_141260,
#product-options-wrapper li.front_type_li_141163,
#product-options-wrapper li.front_type_li_141164,
#product-options-wrapper li.front_type_li_141067,
#product-options-wrapper li.front_type_li_141068,
#product-options-wrapper li.front_type_li_162362,
#product-options-wrapper li.front_type_li_162363,
#product-options-wrapper li.front_type_li_161727,
#product-options-wrapper li.front_type_li_161728,
#product-options-wrapper li.front_type_li_137293,
#product-options-wrapper li.front_type_li_137382,
#product-options-wrapper li.front_type_li_137471,
#product-options-wrapper li.front_type_li_137103,
#product-options-wrapper li.front_type_li_137560
{
  box-shadow: inset 0 0 0 1px green;
}
#product-options-wrapper li.front_type_li_140971 .p-price,
#product-options-wrapper li.front_type_li_140972 .p-price,
#product-options-wrapper li.front_type_li_162015 .p-price,
#product-options-wrapper li.front_type_li_161825 .p-price,
#product-options-wrapper li.front_type_li_161920 .p-price,
#product-options-wrapper li.front_type_li_146083 .p-price,
#product-options-wrapper li.front_type_li_146083 .p-price,
#product-options-wrapper li.front_type_li_145475 .p-price,
#product-options-wrapper li.front_type_li_145476 .p-price,
#product-options-wrapper li.front_type_li_137197 .p-price,
#product-options-wrapper li.front_type_li_137198 .p-price,
#product-options-wrapper li.front_type_li_137012 .p-price,
#product-options-wrapper li.front_type_li_137013 .p-price,
#product-options-wrapper li.front_type_li_141259 .p-price,
#product-options-wrapper li.front_type_li_141260 .p-price,
#product-options-wrapper li.front_type_li_141163 .p-price,
#product-options-wrapper li.front_type_li_141164 .p-price,
#product-options-wrapper li.front_type_li_141067 .p-price,
#product-options-wrapper li.front_type_li_141068 .p-price,
#product-options-wrapper li.front_type_li_162362 .p-price,
#product-options-wrapper li.front_type_li_162363 .p-price,
#product-options-wrapper li.front_type_li_161727 .p-price,
#product-options-wrapper li.front_type_li_161728 .p-price,
#product-options-wrapper li.front_type_li_137293 .p-price,
#product-options-wrapper li.front_type_li_137382 .p-price,
#product-options-wrapper li.front_type_li_137471 .p-price,
#product-options-wrapper li.front_type_li_137103 .p-price,
#product-options-wrapper li.front_type_li_137560 .p-price
{
  color: green;
}

.narrow-columns {
  margin: 0 0 3px;
  gap: 3px!important;
}

.narrow-columns * {
  margin: 0; padding: 0;
}

.post-entry ul.slick-dots {
  margin-top: -.6em;
}

.mini-products-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px!important; /* Adjusts for the gap on the left side */
  margin-right: -10px!important; /* Adjusts for the gap on the right side */
  margin-bottom: 2em!important;
}

.mini-products-list li.item {
  flex: 0 0 calc(25% - 20px); /* Correctly adjusted for the gap */
  margin: 0!important; /* Keeps space between the columns */
}

/* Tablet: 3 columns */
@media (max-width: 768px) {
  .mini-products-list li {
      flex: 0 0 calc(33.333% - 10px); /* 3 columns - accounting for the gap */
  }
}

/* Mobile: 2 columns */
@media (max-width: 480px) {
  .mini-products-list li {
      flex: 0 0 calc(50% - 10px); /* 2 columns - accounting for the gap */
  }
}

.small-gap .wp-block-column { padding: 0 1px; }

.full-width-image img {
  width: 100%;
}
.cms-finishes-handles .std p { margin-bottom: 1em; }
.cms-finishes-handles .std p:last-of-type { text-align: center; }
.cms-finishes-handles button {
  margin: 2em auto;
}
.is-blog .left {
  float: none!important;
}
.is-blog .left img {
  width: 100%;
}

.comparison-table {
  margin-bottom: 4em;
}

.comparison-table h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}

.comparison-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.comparison-column {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.comparison-header {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.comparison-heading {
  width: 80px;
  text-align: center;
}

.comparison-row {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  align-items: center;
}

.comparison-text {
  width: calc(100% - 160px);
}

.comparison-icon {
  width: 80px;
  text-align: center;
}

.comparison-icon img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .comparison-columns {
      flex-direction: column;
  }
  
  .comparison-column {
      width: 100%;
  }
  
  .comparison-column:nth-child(2) .comparison-header {
      display: none;
  }
}

.nav-deep span {
  font-size: 1.1em;
  font-weight: bold;
}

/* Category Descriptions Top */
.category-description-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 1.5em;
}

.category-description-top .category-video,
.category-description-top .text-description-top {
  box-sizing: border-box;
}

.category-description-top .category-video {
  flex: 2 1 60%;
}

.category-description-top .text-description-top {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.category-description-top p {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .category-description-top {
    flex-direction: column;
  }

  .category-description-top .category-video,
  .category-description-top .text-description-top {
    width: 100%;
  }
}

.wp-block-buttons {
  margin-bottom: 2em;
}

/* Related projects */

.square-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.square-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.associated-projects .item a {
  text-decoration: none;
}

/* Author Bio */
.author-bio {
  display: flex;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 20px;
  margin: 30px 0;
  align-items: center;
}

.author-image {
  flex: 0 0 100px;
  margin-right: 20px;
}

.author-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.author-info {
  flex: 1;
}

.author-info h4 {
  margin-top: 0;
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.author-name {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0;
}

.author-desc {
  margin: 5px 0 0;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .author-bio {
      flex-direction: column;
      text-align: center;
  }
  
  .author-image {
      margin-right: 0;
      margin-bottom: 15px;
  }
}

.project-photo-notice {
  background-color: #f5f5f5;
  border-left: 4px solid #333;
  margin: 10px 0 20px 0;
  padding: 15px;
  border-radius: 3px;
}

.project-photo-notice p {
  margin: 0!important;
  font-size: 0.95em;
  color: #333;
}

/* Author Page Styles */
.author-profile {
  margin-bottom: 40px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
}

.author-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.author-image {
  margin-right: 20px;
}

.author-image img {
  border-radius: 50%;
  max-width: 120px;
  height: auto;
}

.author-info h1 {
  margin: 0 0 5px 0;
}

.author-position {
  font-style: italic;
  margin: 0;
  color: #666;
}

.author-bio {
  margin-bottom: 20px;
  line-height: 1.6;
}

.author-articles h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* Category FAQs */

.category-faq-container h2 {
  margin-top: 2px;
  margin-bottom: 19px;
}

.category-faq-item {
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.category-faq-question {
  background-color: #f9f9f9;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.category-faq-question:hover {
  background-color: #f0f0f0;
}

.category-faq-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0073aa;
  color: white;
  margin-right: 15px;
  font-weight: bold;
  flex-shrink: 0;
}

.category-faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.category-faq-item.active .category-faq-answer {
  padding: 20px;
  max-height: 1000px;
}

.category-faq-item.active .category-faq-icon {
  background-color: #005177;
}
/*** Body and Footer Style Additions ***********************************/
/* May 2013 -cas */

div.wrapper {
}

div.footer {
  padding: 0;
  background-color: #eee;
  border-top: 1px solid #ccc;
}

.footer .logo {
  display: none;
}

#footunder {
  padding-bottom: 30px;
  min-height: 120px;
  border-top: 3px solid #e1e1e1;
}

#webid {
  background-color: #eee;
  border-top: 1px solid #e1e1e1;
}

.footer #footstripe {
  padding: 8px 0 22px;
  font-size: 16px;
  line-height: 28px;
  border-top: 1px solid red;
  display: none;
}

#footstripe a {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: center;
  background-color: #a2bcdc;
  color: #fff;
  width: 134px;
  text-decoration: none;
}

#footstripe a:hover,
#footstripe a:active {
  background-color: #4879d3;
  color: #fff;
}

#footunder h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 14px;
  text-align: left;
  color: #58a2bf;
  color: #3867d6;
  color: #759bb1;
  border-bottom: 1px solid #759bb1;
}

div#foot4 h4 {
  width: 160px;
}

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300|Open+Sans+Condensed:300); */

/* Lower Links */
#footunder a {
  display: block;
  text-decoration: none;
  /* min-height:26px; */
  line-height: 16px;
  /* zzzz font-size:16px */
  font-size: 12px;
  margin-bottom: 10px;
}

#footunder a:hover,
#footunder a:active {
  text-decoration: underline;
}

#foot4 a.notice {
  display: inline;
  background-image: none;
  font-size: 12px;
  min-height: 12px;
  line-height: 14px;
  color: #333;
}

p.copyright {
  margin: 10px 0;
}

#foot4 a {
  line-height: 36px;
  overflow: hidden;
  background: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/bg-connect-2.png');
  background-repeat: no-repeat;
  margin-bottom: 7px;
  padding-left: 42px;
  max-width: 170px;
}

a#ft-facebook {
  background-position: 0 -36px;
}

a#ft-gplus {
  background-position: 0 -72px;
}

a#ft-pinterest {
  background-position: 0 -108px;
}

a#ft-instagram {
  background-position: 0 -144px;
}

a#ft-blog {
  background-position: 0 -180px;
}

a#ft-custom {
  background-position: 0 -216px;
}

a#ft-youtube {
  background-position: 0 -540px;
}

a#ft-youtube:hover,
a#ft-youtube:active {
  background-position: 0 -504px;
}

a#ft-twitter:hover,
a#ft-twitter:active {
  background-position: 0 -252px;
}

a#ft-facebook:hover,
a#ft-facebook:active {
  background-position: 0 -288px;
}

a#ft-gplus:hover,
a#ft-gplus:active {
  background-position: 0 -324px;
}

a#ft-pinterest:hover,
a#ft-pinterest:active {
  background-position: 0 -360px;
}

a#ft-instagram:hover,
a#ft-instagram:active {
  background-position: 0 -396px;
}

a#ft-blog:hover,
a#ft-blog:active {
  background-position: 0 -432px;
}

a#ft-custom:hover,
a#ft-custom:active {
  background-position: 0 -468px;
}

/* Footer Column Sizing */

#foot1,
#foot2,
#foot3,
#foot4 {
  float: left;
  margin-left: 41px;
}

#foot1 {
  width: 185px;
}

#foot2 {
  width: 160px;
}

#foot3 {
  width: 180px;
}

#foot4 {
  width: 310px;
  position: relative;
}

/* Column Subdivision Awesomeness */

#ft-seals {
  float: right;
  clear: none;
  width: 120px;
  position: absolute;
  top: 33px;
  padding-top: 10px;
  right: 0;
}

#foot4 #ft-seals a {
  background-image: none;
  padding: 0;
  float: none;
  clear: none;
}

p.seals {
  margin-bottom: 14px;
}

/* H1's and category sorting */

div.category-title {
  /* width: 420px; */
}

.sorter .sort-by {
  padding-right: 18px;
}

/* Home page */

.furniture-intro {
  margin-bottom: 6px;
  margin-left: 2px;
  padding: 10px;
  background: #fcfcfc
    url('/skin/frontend/default/contempospace/images/homepage/home-gradient.jpg')
    repeat-x;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
}

.furniture-intro h2 {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  font-family: "source-serif-4", serif;
}

.furniture-shop {
  text-align: center;
}

.furniture-shop a {
  text-decoration: none;
  color: #333;
  padding: 5px 15px;
  background-color: #F5F5F5;
  display: block;
  border-radius: 7px;
  margin: 0 auto 2em;
}

.furniture-shop a:hover,
.furniture-shop a:active,
.furniture-shop a:focus {
  background: #EEE;
}

.furniture-description {
  margin-top: 40px;
  clear: left;
}

.furniture-description p {
}

/* Products on category & tag pages */

.start-at {
  float: left;
  margin-left: 15px;
}

.category-products .products-grid .price-box {
  background-image: none;
  width: auto;
  padding: 0;
  margin-right: 17px;
}

/*** New CMS styles
*	 
* 	Created for Aventa landing page November 2014
* 	To be expanded to new CMS pages as they are created or updated
*
***/

div.std {
  /* this identifies the content area of a CMS page? */
}

div.two15 {
  font-size: 14px;
  color: #555;
  line-height: 1.5em;
}

.std .two15 h1 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0;
  color: #3b3b3b;
}

/********** LINKS ************/

.std .two15 a {
  color: #00f;
}

/********** MAIN STUFF ************/
.std .two15 p {
  margin-bottom: 1.2em;
}

.std .two15 h2 {
  font-size: 20px;
  line-height: 2em;
  font-weight: 400;
  text-indent: 1em;
  color: #333;
  border-top: 1px solid #9cb7c8;
  border-top: 1px dotted #d2dee6;
  border-color: #ccf;
  text-transform: uppercase;
}

/********** LISTS ****************/

.std .two15 ul.doublewide {
  margin-bottom: 1.2em;
  margin-left: 15px;
  width: 450px;
}

.std .two15 ul.greencheck {
  list-style-image: url('/skin/frontend/default/contempospace/imaces/cms/checkmark.png');
}

.std .two15 ul.doublewide li {
  background-image: url('/skin/frontend/default/contempospace/images/cms/checkmark.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 200px;
  line-height: 20px;
  margin: 0.25em 0;
  padding-left: 20px;
}

/********* BUTTONS *************/

.std .two15 .button-new1,
.std .two15 .button-new2 {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: 0.7em 1em;
  font-size: 18px;
}

.std .two15 .button-new1 {
  background: #ff8d35;
  color: #fff;
  border: 1px solid #ff8d35;
}

.std .two15 .button-new1:hover,
.std .two15 .button-new1:active {
  background: #ffa25a;
  border: 1px solid #ff8d35;
}

.std .two15 .button-new2 {
  margin-left: 1em;
  background: #fff;
  color: #ff8d35;
  border: 1px solid #ff8d35;
}

.std .two15 .button-new2:hover,
.std .two15 .button-new2:active {
  background: #ffeada;
  border: 1px solid #ff8d35;
}

.product-detail-left {
  clear: left;
}

/* Fix columns */
.col-left {
  float: right !important;
  margin: 0 25px 0 0;
}
.col-main {
  float: left !important;
}
@media screen and (max-width: 1030px) {
  .main {
    padding: 0;
    margin: 0;
  }
  .col-main {
    width: 100%!important;
    box-sizing: border-box;
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 0 10px!important;
  }
  .is-blog .col-left {
    /* display: none; */
    float: left!important;
    margin: 0;
    width: 100%;
  }
  .is-blog .col-left .block .block-title {
    margin-top: 2em;
  }
}

/* Font basics */
.is-blog .main h1,
.is-blog .main h2,
.is-blog .main h3,
.is-blog .main h4,
.is-blog .post-list h2 {
  text-transform: none !important;
  line-height: 1.3;
}

/* Listing page spacing */
.is-blog .post-list {
  margin-top: 1.2em;
}
.is-blog .post-list li.item .post-list-item {
  margin-bottom: 2.5em;
}

/* Remove heading link text decoration */
.is-blog .post-list h2 a {
  text-decoration: none;
}

/* Latest posts widget */
.is-blog .wp-block-latest-posts.wp-block-latest-posts__list li {
  padding: 7px 0 !important;
}

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Post View Margins */
.is-blog .post-view p {
  margin-bottom: 1.25em;
}
.is-blog .post-view h2,
.post-view h3,
.post-view h4,
.post-view h5,
.post-view h6 {
  margin-bottom: 0.75em;
  font-weight: 400;
  font-family: "source-serif-4", "Times New Roman", Times, Georgia, serif
}
.post-view ul,
.post-view ol {
  margin-bottom: 1.25em;
  padding-left: 1.25em;
}
.is-blog .post-view li {
  margin-bottom: 0.5em;
}
.is-blog .page-title.post-title {
  margin: 0 0 -4px;
}
.is-blog .post-date {
  margin-bottom: 2em !important;
  font-style: normal;
}

/* Post List Margins & Style */
.is-blog .post-list h2 {
  margin: 0;
  font-weight: 400;
}
.is-blog .post-list .post-meta {
  font-style: normal;
  margin-bottom: 1em;
}

/* Fonts sizes */
.is-blog .page-title h1 {
  font-size: 2em;
  margin-top: 0.2em;
  margin-bottom: 0;
  font-weight: 400;
}
.is-blog .main h2 {
  font-size: 1.8em;
}
.is-blog .main h3 {
  font-size: 1.75em;
}
.is-blog .main h4 {
  font-size: 1.5em;
}

/* Featured image */
.is-blog .featured-image {
  margin-bottom: 2em;
}
.is-blog .featured-image img {
  width: 100%;
}
.is-blog.post-type-archive-events .featured-image {
  margin-bottom: 1em;
}

/* Featured products (Magento plugin) */
.is-blog .block-related .block-content li.item {
  float: left;
  width: 33%;
}
.block-related .block-content li.item img {
  width: 100%;
}
.mini-products-list .product-image {
  width: 100%;
  margin-bottom: 0.75em;
}
.block-related .product .product-details {
  margin-left: 0;
}
.mini-products-list .product-details {
  clear: both;
  width: 100%;
  line-height: 1.4;
}
.is-blog .product-name {
  font-size: 0.9em;
}
.is-blog p.product-name {
  margin-bottom: 0;
}
.is-blog .mini-products-list .product-name a {
  color: #555;
}
.is-blog .regular-price .price {
  font-weight: 600;
}

/* .is-blog.page {
  background-color: #fff;
  width: 1031px;
  margin: 0 auto;
  text-align: left;
  background-image: url(/skin/frontend/default/contempospace/images/bg004.png);
  background-position: top center;
} */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.contempospace.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  /*
  position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 458px;
  */
  padding: 4px 78px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
}
.searchautocomplete .sprite {
  background: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 250px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 4px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: #333;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #555555;
  border: 1px solid #555555;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding-top: 15px;
  position: absolute;
  top: 140px;
  width: 290px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeeeee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url('https://www.contempospace.com/skin/frontend/default/contempospace/images/mirasvit/loader.gif');
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.contempospace.com/skin/frontend/default/contempospace/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.contempospace.com/skin/frontend/default/contempospace/slick/fonts/slick.eot');
    src: url('https://www.contempospace.com/skin/frontend/default/contempospace/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.contempospace.com/skin/frontend/default/contempospace/slick/fonts/slick.woff') format('woff'), url('https://www.contempospace.com/skin/frontend/default/contempospace/slick/fonts/slick.ttf') format('truetype'), url('https://www.contempospace.com/skin/frontend/default/contempospace/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 4em;
}

.slick-dots
{
    position: absolute;
    /* bottom: -25px; */

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.products-grid .slick-dots {
    bottom: -15px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 13px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * FishPig_WordPress
 * WordPress Integration for Magento eCommerce
 * by FishPig
 *
 * http://fishpig.co.uk/wordpress-integration.html
 *
 */

/**
 * Search block
 *
 */
.blog-search { padding: 5px; }
.blog-search .input-text { margin-bottom: 4px;}

/**
 * General post (view and list)
 *
 */
.post-date { font-style: italic; font-size: 98%; margin-bottom: 10px; }
.post-meta { font-style: italic; }
.post-entry { font-size: 110%; margin-bottom: 1.5em; overflow: hidden; }
.post-entry-with-image { overflow: hidden; }
.post-entry p { margin-bottom: 1em; }

.featured-image {
	border: 1px solid #ddd;
	margin: 4px 10px 2px 0;
	padding: 1px;
}

.featured-image.right {
	margin: 2px 0 4px 10px;
}

.is-blog .toolbar { margin: 0 0 10px; }

.wp-sidebar a {
	text-decoration: none;
}

/**
 * Blog homepage
 *
 */
.blog-title.not-first-page { display: none; }
.blog-title.with-tagline { margin-bottom: 10px; }

/**
 * Post list page
 *
 */
.post-list li.item { margin-bottom: 20px; }
/* .post-list li.item .post-list-item { height: 1%; overflow: hidden; } */
.post-list h2 { line-height: 1em; margin-bottom: 1em; }

/**
 * Post view page
 *
 */
.page-title.post-title { margin-bottom: 4px; }
.post-view .post-meta { margin-bottom: 20px; }
.post-view .post-skips { display: block; margin-top: 20px; width: 100%; }
.post-view .post-skips .post-skip-previous { margin-right: 10px; }

.post-view .yarpp-related { margin-bottom: 20px; }

.post-view > .post-entry > p > a { color: #6fa8dc; } */

/**
 * Post comments
 *
 */
.comments-wrapper h2 { margin-bottom: 10px; }
.comments-wrapper ul.children { margin-left: 20px; }
.comment { height: 1%; overflow: hidden; margin-bottom: 10px; }
.comment .comment-inner { border-bottom: 1px solid #eee; padding: 10px 0; }
.comment .gravatar { float: left; margin: 0 10px 10px 0; }
.comment .comment-meta { margin-bottom: 10px; }
.comment .comment-when { display: block; text-decoration: none; }
.comment .comment-entry { clear: both; font-size: 110%; }

/**
 * Author page
 *
 */
.author-description { font-style: italic; margin-bottom: 20px; }

/**
 * PinterestRssWidget plugin
 *
 */


.block-blog-pinterest li.item { text-align: center; }
.block-blog-pinterest .follow { text-align: center; margin: 10px 0 15px; }

.shortcode-pinterest ul { height: 1%; overflow: hidden; }
.shortcode-pinterest li { list-style: none; padding: 0; margin: 0 10px 10px; float: left; }

/**
 * Alignment and captions
 * Taken from default WordPress CSS file
 *
 */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #eee;
	/* padding: 6px; */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1.625em;
}

.wp-caption {
margin-top: 0.4em;
}
.wp-caption {
background: #eee;
margin-bottom: 1.625em;
max-width: 96%;
padding: 9px;
}
.wp-caption img {
display: block;
margin: 0 auto;
max-width: 98%;
border-color: #eee;
}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 0 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #666;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.wp-caption img {
border-color: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
background: #fff;
border-color: #ddd;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

div.gallery { height: 1%; overflow: hidden; }
.gallery-columns-2 dl.gallery-item { width: 50%; }
.gallery-columns-3 dl.gallery-item { width: 33%; }
.gallery-columns-4 dl.gallery-item { width: 25%; }
.gallery-columns-5 dl.gallery-item { width: 20%; }

dl.gallery-item { float: left; }
dl.gallery-item .gallery-icon { overflow: hidden; }

.post-view ul.form-list { list-style: none outside none; }

/*
 * WP Calendar
 */
#wp-calendar {
	margin: 0;
	width: 100%;
	padding: 5px 10px;
}
#wp-calendar th {
	font-weight: bold;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}

/**
 * Yarpp thumbnails
 * This is taken directly from the Yarpp plugin
 */

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
	/* display: inline; */
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127,127,127,0.1);
	width: 130px;
	height: 170px;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 120px;
	height: 120px;
	margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	margin-bottom: 0px;
	display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnail-default {
	overflow: hidden;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-wide {
	height: 120px;
	max-width: none;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-tall {
	width: 120px;
	max-height: none;
}

#recipress_recipe {
	clear: both;
}

/**
 * Product shortcode
 */
.std ul.mini-products-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.std ul.mini-products-list ul.item {
	list-style: none;
}

img.max-width { max-width: 100%; }

/**
 * Lightbox styles
 */
#fp-gallery { 
	position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; text-align: center;
}

#fp-gallery .shadow { 
	position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 101; background: #000 url('https://www.contempospace.com/skin/frontend/default/contempospace/wordpress/ajax-loader.gif') no-repeat center 40px;
}

#fp-gallery .inner { 
	position: relative; z-index: 102; background: #fff; max-width: 95%; margin: 1% auto 0; background: #fff; border: 4px solid #ddd; box-shadow: 4px 4px 4px #666; display: inline-block; min-width: 400px; min-height: 200px;
}

#fp-gallery .close {
		display: inline-block; position: absolute; background: #fff url('https://www.contempospace.com/skin/frontend/default/contempospace/wordpress/lightbox-close.png') no-repeat center center; padding: 2px; border-radius: 50%; cursor: pointer; text-decoration: none; display: inline-block; height: 48px; width: 48px; margin: auto; top: 10px; right: 10px; text-indent: -999999px;
}

.aio-icon i { font-style: normal !important; }

.elementor-edit-area { clear: both; }

/* Our custom styles */
/* .col-main { width: 720px; } */
.post-view h2 { font-size: 2em!important; }
.post-view h3 { font-size: 1.5em!important; }

/* Gallery */
.single-inspiration .featured-image, .single-projects .featured-image {
  border: none;
}
.single-inspiration .featured-image img, .single-projects .featured-image img {
  width: 100%;
}
.modula-gallery .modula-items .modula-item.effect-under .figc {
	padding: .4em .6em!important;
}

/* Inspiration Gallery
/* Project Details Two Column Layout */
.cs-project-details-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
	gap: 20px;
}

.cs-project-details-column {
	flex: 1;
	min-width: 250px;
}

.cs-project-categories-column {
	flex: 1;
	min-width: 250px;
}

.cs-project-categories-column.cs-full-width {
	flex: 0 0 100%;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
	.cs-project-details-column,
	.cs-project-categories-column:not(.cs-full-width) {
			flex: 0 0 100%;
	}
}

/* Optional styling enhancements */
.cs-project-details-column .inspiration-cf {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-project-details-column .inspiration-cf li {
	margin-bottom: 10px;
}

.cs-project-details-column .inspiration-cf span {
	font-weight: bold;
}

.cs-project-categories-column .post_categories {
	margin: 0;
}

.cs-project-categories-column .post_categories b {
	display: inline-block;
	margin-bottom: 10px;
}

/* Hide incorrect category widgets */
.wordpress-index-index .inspiration_category_widget, .wordpress-index-index .project_category_widget,
.category .inspiration_category_widget, .category .project_category_widget,
.single-post .inspiration_category_widget, .single-post .project_category_widget,
.post-type-archive-projects .inspiration_category_widget, .post-type-archive-projects .blog_categories_widget,
.tax-project_category .inspiration_category_widget, .tax-project_category .blog_categories_widget,
.post-type-archive-inspiration .project_category_widget, .post-type-archive-inspiration .blog_categories_widget,
.tax-inspiration_category .project_category_widget, .tax-inspiration_category .blog_categories_widget {
	display: none;
}

/* Gallery listing pages */
.tax-project_category #post-list,
.tax-inspiration_category #post-list,
.tax-project_furniture #post-list,
.tax-inspiration_furniture #post-list,
.tax-project_color #post-list,
.tax-inspiration_color #post-list,
.tax-project_handle #post-list,
.tax-inspiration_handle #post-list,
.post-type-archive-projects #post-list,
.post-type-archive-inspiration #post-list,
.wordpress-term-view.error404 #post-list
{
  display: grid;
  grid-gap: 10px;
}

/* 1 column by default (for very small devices) */
.tax-project_category #post-list,
.tax-inspiration_category #post-list,
.tax-project_furniture #post-list,
.tax-inspiration_furniture #post-list,
.tax-project_color #post-list,
.tax-inspiration_color #post-list,
.tax-project_handle #post-list,
.tax-inspiration_handle #post-list,
.post-type-archive-projects #post-list,
.post-type-archive-inspiration #post-list,
.wordpress-term-view.error404 #post-list
{
  grid-template-columns: repeat(1, 1fr);
}

/* 2 columns for mobile devices */
@media (min-width: 300px) {
  .tax-project_category #post-list,
  .tax-inspiration_category #post-list,
	.tax-project_furniture #post-list,
  .tax-inspiration_furniture #post-list,
	.tax-project_color #post-list,
  .tax-inspiration_color #post-list,
	.tax-project_handle #post-list,
  .tax-inspiration_handle #post-list,
  .post-type-archive-projects #post-list,
  .post-type-archive-inspiration #post-list,
	.wordpress-term-view.error404 #post-list
	{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 3 columns for tablets */
@media (min-width: 675px) {
  .tax-project_category #post-list,
  .tax-inspiration_category #post-list,
	.tax-project_furniture #post-list,
  .tax-inspiration_furniture #post-list,
	.tax-project_color #post-list,
  .tax-inspiration_color #post-list,
	.tax-project_handle #post-list,
  .tax-inspiration_handle #post-list,
  .post-type-archive-projects #post-list,
  .post-type-archive-inspiration #post-list,
	.wordpress-term-view.error404 #post-list
	
	{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 4 columns for desktop */
@media (min-width: 1005px) {
  .tax-project_category #post-list,
  .tax-inspiration_category #post-list,
	.tax-project_furniture #post-list,
  .tax-inspiration_furniture #post-list,
	.tax-project_color #post-list,
  .tax-inspiration_color #post-list,
	.tax-project_handle #post-list,
  .tax-inspiration_handle #post-list,
  .post-type-archive-projects #post-list,
  .post-type-archive-inspiration #post-list,
	.wordpress-term-view.error404 #post-list
	{
    grid-template-columns: repeat(4, 1fr);
  }
}

.tax-project_category #post-list img,
.tax-inspiration_category #post-list img,
.tax-project_furniture #post-list img,
.tax-inspiration_furniture #post-list img,
.tax-project_color #post-list img,
.tax-inspiration_color #post-list img,
.tax-project_handle #post-list img,
.tax-inspiration_handle #post-list img,
.post-type-archive-projects #post-list img,
.post-type-archive-inspiration #post-list img,
.wordpress-term-view.error404 #post-list img
{
	width: 100%;
}
.tax-project_category #post-list .featured-image,
.tax-inspiration_category #post-list .featured-image,
.tax-project_furniture #post-list .featured-image,
.tax-inspiration_furniture #post-list .featured-image,
.tax-project_color #post-list .featured-image,
.tax-inspiration_color #post-list .featured-image,
.tax-project_handle #post-list .featured-image,
.tax-inspiration_handle #post-list .featured-image,
.post-type-archive-projects #post-list .featured-image,
.post-type-archive-inspiration #post-list .featured-image,
.wordpress-term-view.error404 #post-list .featured-image
{
	margin-bottom: 3px;
}
.tax-project_category #post-list h2,
.tax-inspiration_category #post-list h2,
.tax-project_furniture #post-list h2,
.tax-inspiration_furniture #post-list h2,
.tax-project_color #post-list h2,
.tax-inspiration_color #post-list h2,
.tax-project_handle #post-list h2,
.tax-inspiration_handle #post-list h2,
.post-type-archive-projects #post-list h2,
.post-type-archive-inspiration #post-list h2,
.wordpress-term-view.error404 #post-list h2
{
	font-size: 16px;
}
.tax-project_category #post-list .post-list-item,
.tax-inspiration_category #post-list .post-list-item,
.tax-project_furniture #post-list .post-list-item,
.tax-inspiration_furniture #post-list .post-list-item,
.tax-project_color #post-list .post-list-item,
.tax-inspiration_color #post-list .post-list-item,
.tax-project_handle #post-list .post-list-item,
.tax-inspiration_handle #post-list .post-list-item,
.post-type-archive-projects #post-list .post-list-item,
.post-type-archive-inspiration #post-list .post-list-item,
.tax-project_category #post-list li.item,
.tax-inspiration_category #post-list li.item,
.tax-project_furniture #post-list li.item,
.tax-inspiration_furniture #post-list li.item,
.tax-project_color #post-list li.item,
.tax-inspiration_color #post-list li.item,
.tax-project_handle #post-list li.item,
.tax-inspiration_handle #post-list li.item,
.post-type-archive-projects #post-list li.item,
.post-type-archive-inspiration #post-list li.item,
.wordpress-term-view.error404 #post-list li.item
{
	margin: 0;
}

/* Categories on gallery post pages */
.single-inspiration #poptags, .single-projects #poptags {
	width: 100%;
	padding-left: 0;
	float: none;
}


/* Block title */
.block .block-title { background: none; border: none; padding: 0; margin-top: 4em; margin-bottom: 10px; }
.block .block-title strong { background: none; padding: 0; font-size: 1.5em; font-weight: normal; text-transform: none; }


/* Product boxes */

/* Parent div */
.block .block-content { border: none; background: none; padding: 0 0 2em; }
.block.block-related .block-content { padding-bottom: 0; }

/* ul */
.block-related .block-content ul { display: flex; justify-content: space-between; }

/* li.item */
.block-related .block-content li.item { margin: 0; padding: 0; margin-left: 10px; margin-right: 10px; padding-left: 10px; }

/* First child */
.block-related .block-content li.item:first-child { margin-left: 0; padding-left: 0; }

/* Last child */
.block-related .block-content li.item:last-child { margin-right: 0; }

/* Don't remember */
.block-related .product { margin-left: 0; padding: 0 10px; }

/* Fix border image */
.mini-products-list .product-image { border: none; }
.block-related .block-content li.item img { border: 1px solid #F3F3F3; box-sizing: border-box; }


/* Buttons */
.wp-block-buttons.wp-container-1, .wp-block-buttons.wp-container-2, .wp-block-buttons.wp-container-4, .wp-block-buttons.wp-container-5 { margin-bottom: 2em!important; }
.wp-block-button__link { background-color: #6fa8dc!important; border-radius: 10px!important; padding: .6em 1.5em!important; font-size: 1em!important; color: white!important; }


/* Ordered & unordered lists */
ol { margin: 1em 0; padding: 0; list-style: decimal;}
.post-entry ul { margin: 1em 0 1em 1.5em; padding: 0;list-style: disc; }

/* Figcaption */
.wp-block-image figcaption { text-align: center; }


/* Product box responsiveness */
@media screen and (max-width: 600px) {
	.block-related .block-content ul { display: block; padding-top: 0; }
	.block .block-content { padding-top: 1em; }
	.block-related .block-content li.item { width: 100%!important; margin: 0 0 2em; padding: 0; }
	.block-related .block-content li.item:nth-child(2) { margin-bottom: 0; }
	.block-related .block-content li.item:last-child { display: none; }
}

/* Pages */
.page-template .page-title h1 {
	margin-bottom: 1em;
}

@media only screen and (max-width: 736px) {
	.col1-layout .col-main {
		margin: 0;
	}
}

/* YARPP */
.yarpp-related {
	margin-top: 2em!important;
}
.yarpp-related h3 {
	font-size: 1.2em!important;
	font-weight: 400!important;
}
.yarpp a { color: #333!important; }
.yarpp-thumbnails-horizontal {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	flex: 0 0 calc(20% - 14px);
	margin: 7px!important;
	box-sizing: border-box;
	border: none!important;
	height: auto!important;
}
.yarpp-thumbnail:nth-child(5n+1) {
	margin-left: 0!important;
}
.yarpp-thumbnail:nth-child(5n) {
	margin-right: 0!important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 100%;
	height: auto!important;
	margin: 0 0 3px!important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: initial!important;
	margin: 0!important;
	font-size: .9em!important;
	font-weight: 400!important;
	text-align: center!important;
}
@media (max-width: 800px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
			flex: 0 0 calc(50% - 14px);
	}
	.yarpp-thumbnail:nth-child(2n+1) {
		margin-left: 0!important;
	}
	.yarpp-thumbnail:nth-child(2n) {
			margin-right: 0!important;
	}
}

/* Home page */
body.home .page-title h1 { display: none; }
.metaslider { margin: 1em 0; overflow: hidden; }
.flex-control-paging li a { width: 8px!important; height: 8px!important; }
figcaption a { text-decoration: none; }
body.home .post-entry ul { margin: 0; }
.wp-block-columns {
	display: flex;
	gap: 32px; /* Adjust this value based on your preferred gap size */
	justify-content: space-between;
}
.wp-block-column {
	flex: 1;
}
body.home .latest-post-section, body.page-id-2504 .latest-post-section { margin-bottom: 1.5em; }
body.home .latest-post-section .slick-dots, body.page-id-2504 .slick-dots { bottom: -20px; }
body.home .latest-posts, body.page-id-2504 .latest-posts { text-align: center; box-sizing: content-box; padding: 3px; }
body.home .latest-posts a { text-decoration: none; }
body.home .latest-posts img { margin-bottom: 5px; }
.custom-columns {
	display: flex;
	flex-wrap: wrap;  /* Allows the columns to wrap onto the next line */
	gap: 3px; 
	justify-content: space-between;
	margin-bottom: 2em;
}

body.home .wp-container-60 .wp-block-button {
	margin-top: -10px;
}
body.home .wp-container-70 .wp-block-button, body.home .wp-container-76 .wp-block-button, body.home .wp-container-66 .wp-block-button, body.home .wp-container-78 .wp-block-button {
	margin-top: -20px;
}
body.home .wp-container-77 .wp-block-button {
	margin-top: -10px;
}

@media (max-width: 781px) {
	body.home .personalize-section-1.wp-block-columns,
	body.home .personalize-section-2.wp-block-columns,
	body.home .custom-dimensions-section.wp-block-columns,
	body.home .benefits-section.wp-block-columns,
	body.home .latest-post-section.wp-block-columns {
		gap: 5px;
		margin-bottom: 1em;
	}
	body.home .custom-dimensions-section.wp-block-columns,
	body.home .benefits-section.wp-block-columns,
	body.home .latest-post-section.wp-block-columns {
		flex-wrap: wrap !important;
	}
	body.home .custom-dimensions-section .wp-block-column,
	body.home .benefits-section .wp-block-column,
	body.home .latest-post-section .wp-block-column {
		flex-basis: 49% !important;
		max-width: 49% !important;
		font-size: .9em!important;
	}
}

.custom-columns .wp-block-column {
	flex: 1 0 calc(33.333% - 3px); /* This will allow the images to take up roughly a third of the available space, minus the gap */
}
@media (max-width: 768px) {
	.custom-columns .wp-block-column {
			flex: 1 0 calc(50% - 3px); /* 2 columns on tablets */
	}
}

@media (max-width: 480px) {
	.custom-columns .wp-block-column {
			flex: 1 0 100%; /* 1 column on mobile */
	}
}
.custom-columns img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}

/* Assorted classes */
.button-margin-top {
	margin-top: 1.5em;
}
.button-margin-bottom {
	margin-bottom: 2em;
}
