/************************************************************************************
Catalog - Colors Page
*************************************************************************************/
.dcspg-productdetail-orderSample {
    display: inline-block;
    float: right;
    margin: unset !important;
    margin-right: 3.8% !important;
    margin-bottom: 15px !important;
    width: 200px !important;
    text-transform: uppercase;
    font-weight: bold;
}
.fancybox-type-iframe .fancybox-inner {

overflow:hidden !important ;
height:500px !important;
}

div#price-size {
    /* text-align: right; */
    padding: 10px;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-weight: bold;
    background-color: red;
    font-size: 20px;
    width: 150px;
    float: right;
    text-align: center;
}

.logo-brand {
	
	float:right;
}
.colordetail-left {
	float:left;
	width:42%;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}
.clickzoom {
	font-size:1em;
}
.colordetail-right {
	float:left;
	width:52%;
	margin:0px;
	padding:10px;
}
.dcspg-productdetail {
	clear:both;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px;
	width:92%;
	background-color:#FFFFFF;
	box-shadow: 1px 1px 5px 1px #666565;
	z-index:500;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	
}
.dcspg-productdetail-returnlink {
	color:#666;
	line-height:25px;
}
.dcspg-productdetail-returnlink a:link {
	color:#666;
}
.dcspg-productdetail-returnlink a:visited {
	color:#666;
}
.dcspg-productdetail-returnlink a:hover {
	color:#03F;
}
.dcspg-productdetail-thisproduct {
	font-size:24px;
	text-transform:uppercase;
	border-bottom: #333 1px solid;
	line-height:50px;
}
.dcspg-productdetail-description {
	padding:5px;
	clear:both;
}
.dcspg-productdetail-imageDiv {
	text-align:left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
#dcspg-productdetail-image {
	margin-left: auto;
	margin-right: auto;
    overflow-y: hidden;
    max-width: 600px;
	    max-height: 1200px;
}
#dcspg-productdetail-image_container {
	max-height: 600px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.dcspg-productdetail-colorname {
	font-size:24px;
	text-align:center;
	clear:both;
	text-transform:uppercase;
}
.dcspg-productdetail-status {
}

.dcspg-productdetail-colorimage {
    display: inline-grid;
    background-color: transparent;
    max-width: 180px;
    /* height: 220px; */
    vertical-align: top;
    z-index: 1000;
    /* float: left; */
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    margin: 0px;
}

/*For Pinterest to work on Colors page*/
.dcspg-productdetail-colorimage img {
    height: auto;
     width: 180px;
}
.dcspg-productdetail-selectedcolorimage img {
    height: auto;
     width: 180px;
}

.dcspg-productdetail-colors {
    text-align: center;
    clear: both;
     padding: 0px;
   background-color: #ffffff;
}

.dcspg-productdetail-colorlist-name
{
	display:block;
	text-align:center;
}


.dcspg-productdetail-colorimage {
    display: inline-block;
    padding: 10px;
    background-color: #FFFFFF;
    margin: 3px;
}

.dcspg-productdetail-selectedcolorimage {
    display: inline-grid;
    background-color: transparent;
    max-width: 180px;
	border:none;
    /* height: 220px; */
    vertical-align: top;
    z-index: 1000;
    /* float: left; */
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    margin: 0px;

}

.dcspg-productdetail-selectedcolorimage:before {
    content: url(https://www.creatingyourspace.com/media/check-mark.png);
    position: absolute;
    text-align: center;
    font-size: 50px;
    padding-left: 75px;
    line-height: 1;
    color: #000000;
    font-style: normal;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, .75);
}


  /*colors page Favorites  */
.dcspg-productdetail-favorite  input {
    /* First, we make it as wide as the container */
    position: absolute;
    width: 100%;
    height: 100%;
    /* Then, we put it on top of everything else */
    z-index: 100;
    /* Last, we make it invisible */
    opacity: 0;
    /* This one is just for ergonomy */
    cursor: pointer;
}

.dcspg-productdetail-favorite {
    width: 100px;
    height: 25px;
    position: relative;
box-shadow: none;
background-color: none;
border: 0px solid #dcdcdc;
 padding-right: 0px;
}

.dcspg-productdetail-favorite label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #a5a39d;
    border-radius: 20px;
    box-shadow:
        inset 0 3px 8px 1px rgba(0,0,0,0.2),
        0 1px 0 rgba(255,255,255,0.5);
}


.dcspg-productdetail-favorite label:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -8px; right: -8px; bottom: -8px; left: -8px;
    border-radius: inherit;
    background: #ccc; /* Fallback */
    background: linear-gradient(#f2f2f2, #ababab);
    box-shadow: 0 0 10px rgba(0,0,0,0.3),
        0 1px 1px rgba(0,0,0,0.25);
}


.dcspg-productdetail-favorite label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -18px; right: -18px; bottom: -18px; left: -18px;
    border-radius: inherit;
    background: #eee; /* Fallback */
    background: linear-gradient(#e5e7e6, #eee);
    box-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-filter: blur(1px); /* Smooth trick */
    filter: blur(1px); /* Future-proof */
}


.dcspg-productdetail-favorite label i {
    display: block;
    height: 100%;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: inherit;
    background: #b2ac9e; /* Fallback */
    background: linear-gradient(#f7f2f6, #b2ac9e);
    box-shadow:
        inset 0 1px 0 white,
        0 0 8px rgba(0,0,0,0.3),
        0 5px 5px rgba(0,0,0,0.2);
}


.dcspg-productdetail-favorite label i:after {
    content: "";
    position: absolute;
    left: 15%;
    top: 25%;
    width: 70%;
    height: 50%;
    background: #d2cbc3; /* Fallback */
    background: linear-gradient(#cbc7bc, #d2cbc3);
    border-radius: inherit;
}

.dcspg-productdetail-favorite label i:before {
    content: "\2665";
    position: absolute;
    top: 35%;
    right: -40%;
    margin-top: -12px;
    color: #666; /* Fallback */
    color: rgba(0,0,0,0.4);
    font-style: normal;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #bcb8ae, 0 -1px 0 #97958e;
}

.dcspg-productdetail-favorite input:checked ~ label { /* Background */
    background: #ff0000;
}

.dcspg-productdetail-favorite input:checked ~ label i { /* Toggle */
    left: auto;
    right: -1%;
}

.dcspg-productdetail-favorite input:checked ~ label i:before { /* On/off */
    content: "\2665";
    right: 115%;
    color: #ffffff;
    text-shadow: 0 1px 0 #afcb9b, 0 -1px 0 #6b8659;
}
.dcspg-productdetail-favorite-notregistered {
    width: 100px;
    height: 25px;
    position: relative;
    box-shadow: none;
    background-color: none;
    border: 0px solid #dcdcdc;
    padding-right: 0px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 18px;
    padding-left: 0px;
    float: right;
}

.dcspg-productdetail-roomimage {
	float:left;
	margin:3px;
}
.dcspg-productdetail-roomimage-thumb {
	width:100px;
	height:100px;
}
#seeInARoom {

	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;

	display:inline-block;

	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:34px;
	line-height:34px;
	width:142px;
	text-decoration:none;
	text-align:center;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}


.dcspg-productdetail-favorite {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-image: url(https://www.creatingyourspace.com/media/images/red-heart.png);
	background-repeat:no-repeat;
	background-position:left ;
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	line-height:34px;
	padding-right:10px;
	text-decoration:none;
	text-align:left;
	text-indent:20px;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:10px;
	margin-left:10px;
    margin-right:10px;
	margin-bottom:10px;
	padding-left:0px;
	float:right;
}

.dcspg-vrd-favorites {
    display: none;
}





.dcspg-specs {
	margin-top:12px;
	padding:0px;
	min-width:400px;
	width:100%;
	box-shadow: 1px 1px 5px 1px #666565;
	border:1px solid #666565;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.dcspg-specs table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.dcspg-specs tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.dcspg-specs table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.dcspg-specs table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.dcspg-specs tr:last-child td:first-child {
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.dcspg-specs tr:hover td {
}
.dcspg-specs tr:nth-child(odd) {
	background-color:#e5e5e5;
}
.dcspg-specs tr:nth-child(even) {
	background-color:#ffffff;
}
.dcspg-specs td {
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.dcspg-specs tr:last-child td {
	border-width:0px 1px 0px 0px;
}
.dcspg-specs tr td:last-child {
	border-width:0px 0px 1px 0px;
}
.dcspg-specs tr:last-child td:last-child {
	border-width:0px 0px 0px 0px;
}
.dcspg-specs tr:first-child td {
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
	background: -o-linear-gradient(top, #cccccc, b2b2b2);
	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.dcspg-specs tr:first-child:hover td {
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
	background: -o-linear-gradient(top, #cccccc, b2b2b2);
	background-color:#cccccc;
}
.dcspg-specs tr:first-child td:first-child {
	border-width:0px 0px 1px 0px;
}
.dcspg-specs tr:first-child td:last-child {
	border-width:0px 0px 1px 1px;
}
.specsbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:34px;
	line-height:34px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:10px;
	padding-left:16px;
	padding-right:16px;
	margin-right:10px;
}
.specsbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.specsbtn:active {
	position:relative;
	top:1px;
}

.dcspg-productdetail-document {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:34px;
	line-height:34px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:10px;
	padding-left:16px;
	padding-right:16px;
	margin-right:10px;
}
.dcspg-productdetail-document:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.dcspg-productdetail-document:active {
	position:relative;
	top:1px;
}
.dcspg-size {
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:3px;
	float: left;
	font-size:12px;
	line-height:120%;
	border:#999 solid 1px;
}
#sizes::before {
	content: "Available Sizes: ";
	float:left;
	clear:both;
	width:100%;
}
span.dcspg-size-sku {
	clear: both;
	display: block;
}
span.dcspg-size-name {
	clear: both;
}
.surfacecalculator {
	background-color: #f1ebdb;
	background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 55%);
	border-radius: 10px;
	box-shadow: 5px 5px 5px #bbb;
	color: #000;
	font-size:90%;
	font-weight: 600;
	padding: 15px;
	width: 325px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.surfacecalculator h2 {
	padding-top:0px;
}



.ctaicon {
	float:left;
	font-size:24px;
	alignment-baseline:central middle;
	width:25%;
}
.ctatext {
	float:left;
	alignment-baseline:central middle;
	width:75%;
	text-align:center;
}


.tooltip {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	display:none;
	position:absolute;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	z-index:500;
}
.tooltipfav {
	display:none;
	position:absolute;
	max-width:200px;
	border:1px solid #333;
    background: #ff0000;
	border-radius:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:18px;
	padding-right:18px;
	color:#fff;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	z-index:500;
}

.brandlogo {
    max-width: 150px;
}
.brandlogo img {
    width: 100%;
}
#sizes::before {
display:none;
}
 @media only screen and (max-width: 767px) {
.colordetail-left {
    width: 98%;
}
.colordetail-right {
    width: 98%;
}

	.dcspg-productdetail-imageDiv img {
    width: 98%;
    height: auto;
}
.dcspg-productdetail {
	border-radius: 0px;
	border: 0px solid #ccc;
	padding: 1%;
	width:98%;
	background-color:#FFFFFF;
	box-shadow: none;
	z-index:500;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
}
	
}