/* 
Theme Name:		 Shop Isle Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Shop Isle Child is a child theme of Shop Isle, created by ChildTheme-Generator.com
Author:			 Themeisle
Author URI:		 http://childtheme-generator.com/
Template:		 shop-isle
Version:		 1.0.0
Text Domain:	 shop-isle-child
*/


/*
    Add your custom styles here
*/
.displaynone {
    display: none;
}
.margin0 {
    margin: 0 !important;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.padding05 {
    padding: 0 5px;
}

/**
* Modal eventos
*/
#modalEventos .modal-body {
    padding: 0;
}

/**
* Swiper Obras
*/
.swiper-obras .img-obra {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
    width: 100%;
}

/**
* Página de artistas
*/
.section-artista {
    margin-bottom: 30px;;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btnCloseArtista {
    position: absolute;
    top: 20px;
    right: 20px;
}
.btnCloseArtista i {
    color: #686868;
    cursor: pointer;
    font-size: 4rem;
}
.verArtista {
    cursor: pointer;
}
.atSpinner {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.atObras {
    width: 100%;
}
.atObras p {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 10px;
}
.atObra img {
    cursor: pointer;
}

/**
* Modal Obra
*/
#modalObra .modal-body {
    padding: 0;
}
#modalObraLabel,
#modalmasInfoLabel {
    font-size: 2.2rem;
    font-weight: bold;
}
#fichaTecnica {
    font-size: 1.5rem;
    margin: 30px 0;
}

/**
* Checkout
*/
.atAlert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.atAlertWarning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/**
* Tienda
*/
.atSectionProducts .products {
    padding-top: 0;
}

#btn-wspp {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
}