/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 24, 2018, 4:56:30 PM
    Author     : Ali Abid
*/

/* Alt colors dot CSS */

.sp-bottom-panel,.op-owl-slider .sp-product-slider .sp-descarea {
	padding: 0 8px;
}
.sp-bottom-panel .gls-colors {
	width: 60%;
	width: calc(100% - 60px);
	float: left;
	margin-bottom: 0;
}
.sp-bottom-panel .button-alt {
	float: right;
	font-size: 9px;
	font-weight: 500;
	padding: 0;
	line-height: 1;
	background: none;
	border: 1px solid #2dafaf;
	padding: 2px 5px;
	color: #000;

}
.sp-bottom-panel .button-alt:hover {
	background: #2dafaf;
	color: #fff;
}
.gls-colors {
    height: 25px;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1;
}
.gls-colors .gls-color-box ,
.gls-colors .gls-color-box-opti {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    border: 1px solid transparent;
    margin: 1px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
       -moz-transition: all .25s linear;
        -ms-transition: all .25s linear;
         -o-transition: all .25s linear;
            transition: all .25s linear;
}
.entry-summary .gls-colors .gls-color-box-opti {
	width: 19px;
	height: 19px;
	margin: 0 4px;
	border-radius: 100%;
}
.entry-summary .gls-colors .gls-color-box-opti.active,
.entry-summary .gls-colors .gls-color-box-opti:hover {
	box-shadow: 0 0 0 3px #fff inset;
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	     -o-transform: scale(1.3);
	        transform: scale(1.3);
}
.entry-summary .gls-colors {
	text-align: right;
	margin-bottom: 4px;
}
.gls-colors .gls-color-box.active,
.gls-colors .gls-color-box:hover,
.gls-colors .gls-color-box-opti.active,
.gls-colors .gls-color-box-opti:hover {
	border: 1px solid #8c8c8c;
	box-shadow: 0 0 0 1px #fff inset;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

/* End Alt colors dot CSS */