/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* Block newsletter */
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
    text-align: left;
    padding: 1px 0 0 0;
    margin-bottom: -19px;
}
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
    text-align: right;
}
#columns #newsletter_block_left .success_inline {
    color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
    color: #f13340;
}

/* Block newsletter footer */
#footer #newsletter_block_left {
	height: 47px;
    text-align: center;
    max-width: 540px;
    width: 100%;
    margin: 0;
    float: left;
    padding: 0 30px;
    border-right: solid 1px white;
}
#footer #newsletter_block_left .warning_inline {
    color: #f13340;
    clear: both;
}
#footer #newsletter_block_left .success_inline {
    color: #418B19;
}
#footer #newsletter_block_left .input-group {
    float: left;
    margin: 12px 0 12px 15px;
}
#footer #newsletter_block_left .newsletter-input {
    width: 170px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    height: 22px;
    color: #9c9b9b;
    font-size: 15px;
    padding: 5px;
}
#footer #newsletter_block_left button {
    border: none;
    width: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    position: relative;
    right: 0;
    z-index: 9;
    outline: none;
    display: block;
    padding: 3px;
    font-size: 16px;
    color: white;
}

.rtl #footer #newsletter_block_left button {
    left: 10px;
    right: auto;
}

#popup-newletter {
    padding: 60px;
    background: url("../../../img/bg-popup-newletter.jpg") no-repeat scroll 0 0 #f4eff5;
}
#popup-newletter h4.title_block {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #272727;
}
#popup-newletter p {
    max-width: 55%;
}
#popup-newletter .input-group {
    border-bottom: 1px solid #dddddd;
    width: 55%;
}
#popup-newletter .newsletter-input {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
#popup-newletter button {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    position: absolute;
    right: 10px;
    z-index: 9;
    outline: none;
}
.rtl #popup-newletter button {
    left: 10px;
    right: auto;
}
#popup-newletter .checkbox {
    margin: 115px 0 0 0;
}

#footer #newsletter_block_left .newsletter-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9c9b9b;
}
#footer #newsletter_block_left .newsletter-input::-moz-placeholder { /* Firefox 19+ */
    color: #9c9b9b;
}
#footer #newsletter_block_left .newsletter-input:-ms-input-placeholder { /* IE 10+ */
    color: #9c9b9b;
}
#footer #newsletter_block_left .newsletter-input:-moz-placeholder { /* Firefox 18- */
    color: #9c9b9b;
}
.absolute {
    top: 34%;
    left: 50%;
    background-color: #d54954;
    border: 1px solid #dd0123;
    color: #ffffff;
    position: fixed;
    transform: translate(-50%,0);
    z-index: 100000;
}
