/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

#header .logo {
    max-width: 300px;
    min-width: 300px!important;
    height: auto!important;
}

.product-variants-item ul li input {
    height: 100px;
	width: 100px;
}

/* Tooltop */
.alt {
    display: none;
    position: absolute;
    background-color: #000;
    padding: 10px;
    border-radius: 5px;
	color: #fff;
}

/*.selected .alt{
	display: block;
}*/

/* Instead of using the selected class, use the checked input to display the colours name */
.product-variants-item ul li input:checked ~ .alt {
	display: block;
}

.swatch-zoom {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    top: 20px;
    left: -70%;
    display: none;
    z-index: 1;
	max-width: none;
}

.product-variants > .product-variants-item{
    position: relative;
}

.product-variants-item ul li input:checked+span {
    border: 2px solid red!important;
}

#product h1, #product .short-desc {
	font-family: "Abhaya Libre";
}

.product-variants-item .control-label {
	padding-top: 20px;
}

/*
#group_2 li.selected span {
    border: 2px solid red!important;
}


.product-variants-item ul li input {
    z-index: -1!important;
}

.product-variants-item ul li input{
    left: 0;
}
*/

.mobile-swatch-img-zone {
    display: none;
    width: 90%;
}

@media only screen and (max-width: 768px) {
    .mobile-swatch-img-zone {
        display: block;
    }
}

@media (max-width: 768px) {
    .alt {
        display: none !important;
    }
}
