
/*////////////////////////////////////////////////////////////////////*/
/*   MODALS                ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/


/* MODAL carrito ********************************************/
.mdl_detail {max-width:900px; overflow-x:hidden}
.mdl_detail header {
    line-height: 1em;
    margin: -13px 0 10px;
    padding: 12px 0 10px;
}

.mdl_detail .modal-body {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.mdl_detail .modal-footer {
    padding-top: 12px;
}
.mdl_detail ul {margin:0; padding:0}
.mdl_detail ul li:last-child article {border: 0 !important}

.mdl_detail article {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    float: left;
    padding: 9px 0;
    width: 100%;
}
.mdl_detail article img {
    float: left;
    margin: 0 2%;
    height: 60px;
    width: 71px;
    object-fit: scale-down;
}
.mdl_detail article h2 {
    color: inherit;
    float: left;
    font-size: 0.95em;
    font-weight: lighter;
    line-height: 1.15em;
    margin: 5px 0 0;
    text-align: left;
    width: 67%;
}
.mdl_detail article .price, .mdl_detail article .count {
    float: left;
    font-size: 0.8em;
    margin-top: 5px;
    width: 67%;
}
.mdl_detail .price span, .mdl_detail .tachado span {
    font-size: 1.2em;
    font-weight: bold;
}

.mdl_detail p {color:#777; margin-bottom:7px;}

@media (max-width: 479px) {
.mdl_detail .btn-default, .mdl_detail .btn-primary {
    margin-bottom: 4px;
    padding: 12px;
    width: 100%;
}
.mdl_detail .nomobile {display:none}
}





/* MODAL opciones de Compra ********************************************/

.modal-title {
    font-size: 1.5em !important;
    font-weight: 500 !important;
    text-transform: unset !important;
    font-family: "Montserrat", sans-serif !important;
    padding-bottom: 3px;
}
.modal-content .btn {
    line-height: 1.2em;
    letter-spacing: 0;
    font-size: 1em;
    padding: 10px 17px;
    min-width: 132px;
}

.modal-dialog .bootbox-close-button.close{
    display: none;
}

.modal-content .btn.btn-default {
    background: #D70064 !important;
}

.BOXCARTOPTIONS .mdl_detail .modal-body {
    border: 0 none;
    max-height: unset;
    overflow: visible;
}
.BOXCARTOPTIONS .mdl_options {
    height: auto;
    overflow: visible;
}
.BOXCARTOPTIONS .modal-title {display: none}

.BOXCARTOPTIONS .IMAGEN img {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.BOXCARTOPTIONS .BUTTONINFO {
    display: block;
    float: left;
    font-size: 1.1em;
    margin: 17px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}
.BOXCARTOPTIONS .BUTTONINFO:hover {opacity: 0.7}

.BOXCARTOPTIONS .PRODUCTAREA h3 {
    font-size: 1.4em;
    font-weight: lighter;
    margin: 0;
    text-transform: uppercase;
}
.BOXCARTOPTIONS .PRODUCTAREA .price_wrapper {
    font-size: 1.1em;
    margin: 9px 0 17px;
    width: 100%;
}
.BOXCARTOPTIONS .bttalle {display: none}
.BOXCARTOPTIONS .BUTTONBUY {
    font-size: 1.8em;
    height: auto;
    line-height: 1.3em;
    margin-bottom: 0;
    padding: 6px;
}

@media(max-width: 767px){
.BOXCARTOPTIONS .IMAGEN img {
    float: left;
    margin: -37px 0 5px;
    width: 99px;
}
}



div.send-detail{
    float: left;
    width:100%;
    display:block;
    min-height: 170px;
    margin-bottom: 30px;
}
div.option-detail {
    color: #fce2c9;
    font-size: 1.6em;
    left: 0;
    max-height: 200px;
    position: absolute;
    width: 100%;
}





/* MODAL HOME SUSCRIBIR A NEWSLETTER ********************************/

.w-newsletter {
    display: table;
    float: left;
}

.image-newsletter {float: left;}
.image-newsletter img {
    max-width: 100%;
    width: auto;
}


.newsletter-info {
    float: right;
    text-align: center;
}
.newsletter-info h4 {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 10px 0;
}
.newsletter-info h3 {
    border-bottom: 1px solid #ddd;
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 17px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.newsletter-info h3 strong {
    display: block;
    font-size: 1.6em;
    font-weight: 900;
}
.newsletter-info .short-description {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0 0 20px;
}

.form-newsletter-popup {
    display: table;
    margin: 0 auto 36px;
    max-width: 360px;
}
.form-newsletter-popup .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.form-newsletter-popup .input-box .input-text {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 10px;
}
.form-newsletter-popup .action-newsletter {
    display: table-cell;
    vertical-align: top;
}
.form-newsletter-popup .action-newsletter .btn {
    background-color: #002364;
    border: 0 none;
    color: #fff;
    font-size: 0.9em;
    height: 34px;
    padding: 0 16px;
}
.form-newsletter-popup .action-newsletter .btn:hover {background-color: #f06703}

.form-newsletter p{
    color: black;
    font-size: 1.1em;
}


.subscribe-bottom {
    display: none;
    margin-bottom: 15px;
}
.subscribe-bottom .checker {
    display: inline-block;
    float: none;
    position: relative;
    top: 1px;
}
.subscribe-bottom label {
    float: none;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

.newsletter-info .socials {
	float: left;
	width: 100%;
}
.newsletter-info .socials ul {
    display: table;
    margin: 0 auto 10px;
    text-align: center;
}
.newsletter-info .socials li {
    display: inline-block;
}
.newsletter-info .socials li a {
    color: #ccc;
    font-size: 1.4em;
    padding: 10px;
}
.newsletter-info .socials li a:hover {color: #333}



@media (max-width: 991px) { 
	.newsletter-info {font-size: 0.9em}   
}
@media (max-width: 767px) { 
	#ModalPopUp .modal-dialog {margin: 30px 55px}   
}
@media (max-width: 479px) {    
	.newsletter-info {font-size: 0.8em} 
	#ModalPopUp .modal-dialog {margin: 30px}   
}


/*Modal novedades Home*/

#ModalPopUp{
    background: none;
    top:inherit;
    left: inherit
}

#ModalPopUp .modal-body {
    margin: 10px 0 0;
    padding: 15px 30px;
    position: relative;
    float: left;
    width: 100%;
}

#ModalPopUp>.modal-dialog{
    width: 375px;
}
#ModalPopUp ._contact_holder p{
    color: #fff;
    text-transform: uppercase;
}
#ModalPopUp .modal-header{
    background:none;
    margin:0;
    padding:0;
    border: none;							
                    
}
#ModalPopUp .modal-body{
    margin-top: 0;
    border: 1px solid #002364 ;
    border-top: 5px solid #002364 ;
    background: #002364 ;
    padding-bottom: 55px;
}
#ModalPopUp legend{
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 9px;
}
#ModalPopUp .modal-body label{
    color: #fff;
}
#ModalPopUp .modal-body label span{
    color: #fff;
}
#ModalPopUp .modal-content{
    border: none;
    box-shadow: none;
    padding:0px!important;
}
#ModalPopUp .close{
    /*color: #003f91;*/
    color: #002364;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 15px;
    text-shadow: none !important;
    top: 13px;
    background-color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    border: 1px solid #002364;
    margin-top: -30px;
    line-height: 0.4em;
    font-weight: 500;
}

#ModalPopUp .btn-primary {
    padding: 7px 20px;
    font-weight: 500 !important;
}

#ModalPopUp .btn-default, .btn-danger {
    background-color:#333333 !important;
    padding: 10px 20px;
    font-weight: 500 !important;
}

#ModalPopUp .form-group {
    margin-bottom: 11px;
}

.mdl_compare h3 {
    margin: -7px 0 12px;
    font-size: 1.1em;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
}


@media (max-width:767px){
    #ModalPopUp{
    display: none !important;
    }
}


.modal-footer .btn-primary, .CART_BOX .btn-primary  {
    background-color: #002364 !important;

}










