/*
 * This file belongs to the YIT Framework.
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

.group:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow: hidden;
}

.yit-opened {
    overflow: hidden;
}

/* overlay */
.yitpopup_overlay {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDcwNzA3IiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGUwZTBlIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(7,7,7,0.7) 50%, rgba(14,14,14,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(50%,rgba(7,7,7,0.7)), color-stop(100%,rgba(14,14,14,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(7,7,7,0.7) 50%,rgba(14,14,14,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(7,7,7,0.7) 50%,rgba(14,14,14,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(7,7,7,0.7) 50%,rgba(14,14,14,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(7,7,7,0.7) 50%,rgba(14,14,14,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b30e0e0e',GradientType=0 ); /* IE6-8 */
    display: none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1000;
}

/* popup general */
.yitpopup_wrapper {
    background-color: white;
    padding: 6px 6px 46px 6px;
    z-index:9999;
    min-height: 330px;
    width: 680px;
    border-radius: 0px;
    border: 0;
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
}

#yit-popup-border{
    margin: 20px;
    min-height: 290px;
}

.yitpopup_wrapper a.close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.yitpopup_wrapper a.close:hover{
    opacity: 1;
}

.yitpopup_wrapper a.close:before{
    content: "x";
    border: 1px solid;
    width: 20px;
    height: 20px;
    line-height: normal;
    font-weight: 800;
    display: block;
    font-size: 14px;
    font-family: 'Raleway', sans-serif !important;
    text-align: center;
}

#yit-popup-right,#yit-popup-left{
    min-height: 272px;
}

/* If not image */
div#yit-popup-right.yit-popup-full,
div#yit-popup-left.yit-popup-full{
    width: 630px;
    max-width: 100%;
    top: 20px;
    right: 0;
}

div#yit-popup-right.yit-popup-full input.name-field.text-field,div#yit-popup-right.yit-popup-full input.email-field.text-field{
    width: 626px;
    position: relative;
}

#yit-popup-left {
    float: left;
    margin-right: 15px;
    max-width: 50%;

}

#yit-popup-right{
    overflow: hidden;
}
/* Top - Title */

h2#yit-popup-title{
    text-transform: uppercase!important;
    text-align: center!important;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 15px 5px;
    background: #f8f8f8;
}

/* Left side - Image and checkbox */

figure#yit-popup-image{
    height: 240px;
}

figure#yit-popup-image img{
    max-width: 100%;
    max-height: 250px ;
}

.no-view.yit-popup-checkbox {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    float: left;
    border: none 0;
    background-color: transparent;
    margin: 0px 6px 0 0;
}

.yit-popup-checkzone {
    position: absolute;
    bottom: 35px;
}

.yit-popup-checkzone input[type="checkbox"]{
    float: left;
    margin: 2px 5px 0 0;
}

/* Right side - description, newsletter and submit */
#yit-popup-right .price {
    position: relative;
    margin-bottom: 16px;
}

#yit-popup-right .price ins{
    text-decoration: none;
}

#yit-popup-right .price del, #yit-popup-right .price del .amount{
    font-size: 16px;
    color: rgba(145,145,145,.5);
    margin: -2px 0 0 0;
}

#yit-popup-message{
    line-height: 1.8em;
    margin-top: 0;
}

.yit-popup-newsletter-form {
    height: 100px;
}

#yit-popup-right .newsletter-section input.name-field.text-field,input.email-field.text-field {
    width: 100%;
    height: 40px;
    padding: 5px;
}

#yit-popup-right .newsletter-section input[type="submit"]{
    float: right;
    margin-right: 0;
}

.newslettertop, .newsletterbottom, .newslettersubmit {
    margin: 2px 0 0 0;
}

.newslettersubmit{
    float: right;
    position: relative;
    right: 20px;
    top: 2px;
}

.newsletterfields li {
    list-style: none;
}

.submit-field.newslettersubmit {
    position: relative;
    right: 0;
    line-height: 1.428571429;
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    border-radius: 3px;
    box-shadow: none;
    border: none;
}

.submit-field.newslettersubmit:active{
    box-shadow: none;
}

#yithider_yit-popup {
    line-height: 1.428571429;
    -webkit-appearance: none;
}

.yit-popup .newsletter-section.newsletter-shortcode form fieldset ul{
    padding: 0;
    list-style: none;
}

.yit-popup .newsletter-section.newsletter-shortcode form fieldset ul li:first-child {
    width: 100%;
    padding-right: 0;
}
.yit-popup .newsletter-section.newsletter-shortcode form fieldset ul li:nth-child(2) {
    width: auto;
    float: right;
    margin-top: 10px;
}
.yit-popup .newsletter-section.newsletter-shortcode form fieldset ul li input {
    height: 35px;
}

.yit-popup .newsletter-section.newsletter-shortcode form fieldset ul li .newsletter_form_email{
    position: relative;
}

.yit-popup .newsletter-section.newsletter-shortcode form fieldset ul li .newsletter_form_email input {
padding-left: 38px;
}
.yit-popup label {
    font-weight: 400;
}

.yit-popup-container{
    display: none;
}
.yit-popup .mail-icon-shortcode:before{
    content:"\f003"
}
.yit-popup .newsletter-section.newsletter-shortcode form fieldset ul li .newsletter_form_email .mail-icon-shortcode {
    position: absolute;
    top: 0;
    left: 10px;
    height: 35px;
    display: table;
    vertical-align: middle;
    font-size: 21px;
    color: #e1e1e1;
}