#cms #center_column .color-shader-container {
    margin-bottom: 50px;
}

#cms #center_column .color-shader-container img {
    margin: 0 10px 0 0;
}

#colorShaderSelectedName {
    margin-right: 20px;
}

#cms .color-shader,
#cms .color-shader-wait {
    max-width: 500px;
    min-height: 58px;
}

#cms .color-shader-selected {
    margin-bottom: 20px;
}

#cms .color-shader-wait {
    display: flex;
    align-items: center;
}

.product #add_to_cart button:disabled,
.product #add_to_cart button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}

.product .ac_results {
    border: 1px solid #eee;
}

.ac_results li {
    padding: 5px 10px;
}


.color-shader {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.color-shader-symbol {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 7px 10px;
    display: inline-block;
    outline:none;
    max-width: 160px;
}

.color-shader-connector {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.color-shader-popup {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,11,11,0.8);
    z-index: 9999;
    display:none;
}
.color-shader-popup-container {
    max-width: 977px;
    margin: 2% auto;
    position: relative;
    z-index: 9999;
    background: #fff;
    height: 90%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
}

.color-shader-popup-intro {
    padding: 10px 35px;
    background: #fff;
    color: #222;
}
.color-shader-popup-intro p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2em;
}

.color-shader-popup-close {
    color: #000;
    background: 0 0;
    border: 0;
    z-index: 1046;
    position: absolute;
    right: 5px;
    top: 15px;
    text-align: center;
    font-size: 50px;
    line-height: 18px;
    cursor: pointer;
    font-weight: normal;
    outline:none;
}

.colorshader-cart-color {
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    margin-right: 10px;
}

.color-shader-popup-close:hover {
    opacity: 0.7;
}

.color-shader-popup-filter {
    background: #fff;
    margin: 0 35px;
    padding-top: 20px;
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
}

.color-shader-popup-filter > div {
    margin-bottom: 10px;
}

.color-shader-popup-filter label {
    min-width: 100px;
    display: inline-block;
}
.color-shader-popup-filter .shadepicker-filter {
    border: 1px solid #ededed;
    padding: 10px 15px;
    display: inline-block;
    outline:none;
    font-size:12px;
}

.color-shades {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin:0;
}

.color-shader-wait {
    text-align: center;
    padding: 30px;
}

.color-shader-wait p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.color-shades #noShadesMessage {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
}

.color-shade-list {
    padding: 25px;
    display:flex;
    flex-wrap: wrap;
}

.color-shade {
    color: #222;
    font-size: .85rem;
    margin: 10px;
    display: block;
    width: 50px;
    position: relative;
}

.color-shade:hover {
    cursor: pointer;
}
.color-shade-swatch {
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    border: 1px solid #ddd;
}

.color-shade-swatch:hover {
    width: 100px;
    height: 100px;
    box-shadow: 1px 1px 1px #888;
    z-index: 999;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
}

.color-shade-name {
    margin-bottom: 10px;
    text-align: center;
    font-size:12px;
}
#colorShaderSelected {
    margin-top: 15px;
    display: none;
    position: relative;
}
.color-shader-selected h4 {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
.color-shader-selected-name {
    display: inline-block;
    padding: 0 6px;
    font-size: 13px;
}

.color-shader-selected-colour {
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
    display: none;
    border: 1px solid #777;
}

.color-shader-selected-colour:hover {
    height: 100px;
    width: 100px;
    position: absolute;
    margin-left: -35px;
    margin-top: -40px;
    z-index: 9999;
    box-shadow: 1px 1px 1px #999;
}

h3.block_colorshader {
    margin: 10px 20px;
    font-weight: bold;
}
#block_colorshader .row .col-md-6 {
    float: left;
    margin-top: 20px;
    overflow: hidden;
}

#block_colorshader_updatecart {
    margin: 20px;
    font-weight: 300;
    float: right;
    clear:both;
    width:150px;
}

#block_colorshader table {
    margin: 20px;
}
#block_colorshader table tr td {
    padding-bottom: 10px;
}
#block_colorshader table input {
    margin-left: 20px;
    width:60px;
    padding: 0 0 0 10px;
}

.colorshader-popup-product-color,
.colorshader-popup-product-quantity {
    margin-top: 10px;
}

.colorshader-popup-product-quantity {
    display: flex;
    align-items: center;
}
.colorshader-popup-product-quantity strong {
    margin-right: 5px;
}

.colorshader-popup-product-quantity input {
    border-color: #eee;
    width: 35px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 14px;
    padding: 6px;
    height: 28px;
}

.colorshader-popup-product-quantity-down,
.colorshader-popup-product-quantity-up {
    margin-right: 5px;
    outline: none !important;
    height: auto;
    padding: 5px 10px;
}

.colorshader-popup-product-quantity-down span,
.colorshader-popup-product-quantity-up span {
    padding: 5px 10px;
}

#colorShaderErrorMessage {
    display: none;
}
#colorShaderErrorMessage p {
    color: #f00;
}

.cart_color{
    width: 20px;
    height: 20px;
}
.colorshader_cart_color  {
    clear: both;
}

@media (max-width:500px)
{
    #block_colorshader_updatecart
    {
        clear:both;
    }
}

.colorshader-popup-image {
    border: 1px solid #d6d4d4;
}

.color-shader-product-list:after {
    content: "";
    display:table;
    clear: both;
}

#colorShaderWait img {
    width:40px;
}

.tv-product-page-content .product-colors {
    margin-bottom: 20px;
}
.tv-product-page-content .product-colors .product-variants-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tv-product-page-content .product-colors .control-label {
    width: auto;
    margin: 0 20px 0 0;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 13px;
    flex-shrink: 0;
    min-width: 40px;
    letter-spacing: 0.5px;
    color: #000000;
}

.tv-product-page-content .product-colors .color-selector-selected-color {
    margin-right: 10px;
}

.tvall-inner-btn.select-color-button {
    line-height: normal;
    height: auto;
    padding: 8px 18px;
    border-radius: 3px;
    font-weight: 300;
    text-transform: capitalize;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .14);
    display: flex;
    align-items: center;
    float: left;
    justify-content: center;
    width:150px;
	color: #fff;
}

#colorShadeList {
    overflow-x: auto;
}

@media all and (max-width: 768px) {
	.color-shader-popup-intro p {
		display: none;
	}
	.color-shader-popup-intro {
		padding: 10px;
		border-bottom: none;
	}
}

.hide-if-color-selector {
	display: none !important;
}