@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 18, 2014 */


/*
@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-extrabold-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-extrabold-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-extrabold-webfont.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-bold-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-bold-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-light-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-light-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-light-webfont.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-italic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-italic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-extrabolditalic-webfont.ttf') format('truetype');
    font-weight: bolder;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-regular-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-regular-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.eot');
    src: url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.woff') format('woff'),
         url('../../fonts/opensans/opensanshebrew-lightitalic-webfont.ttf') format('truetype');
    font-weight: lighter;
    font-style: italic;
}

*/
.main-nav {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
}

.main-nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}

.main-nav li a {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #000;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
}

.main-nav li:nth-last-child(1) a{
    border-left: 1px solid #000;
}

.main-nav li a.active {
    text-decoration:underline;
}

@keyframes super-voucher-arrow-rtl {
    0% {transform: translateX(0);}
    100% {transform: translateX(-5px);}
}

@keyframes super-voucher-arrow-ltr {
    0% {transform: translateX(0) scaleX(-1);}
    100% {transform: translateX(5px) scaleX(-1);}
}

@media only screen and (max-width: 900px){
    .main-nav{
        font-size: 13px;
    }
}
.header-search-bar{
    display: inline-block;
    z-index: 2;
    position: relative;
}

.header-search-bar.home{
    width: 100%;
}

.header-search-bar:not(.home){
    width: calc(100% - 180px);
    background: none;
}

.header-search-bar .inner {
    max-width: 1200px;
    margin: auto;
}

.header-search-bar.home .inner {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
    background-color: #fff;
    height: 100px;
}

@media (min-width: 741px) and (max-width: 1200px) {
    .header-search-bar.home .inner {
        padding: 30px 17px;
    }
}

.header-search-bar:not(.home) .inner{
    padding: 20px 0px 50px 0px;
}

.header-search-bar .search-label {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.header-search-bar form {
    display: inline-block;
    width: 100%;
}

.header-search-bar .form > *:not(:nth-child(4)) {
    float: right;
    max-width: 17.2%;
    margin-left: 1%;
    width: 100%;
    text-align: right;
}

@media (min-width: 740px) and (max-width: 1200px){
    .header-search-bar .form > *:not(:nth-child(4)) {
        max-width: 17.83%;
    }
}

.header-search-bar .form > *:nth-child(4) {
    float: right;
    max-width: 22.1%;
    margin-left: 1%;
    width: 100%;
    text-align: right;
}

@media (min-width: 740px) and (max-width: 1200px){
    .header-search-bar .form > *:nth-child(4) {
        max-width: 21.7%;
    }
}


.header-search-bar .form > *:nth-child(5) {
    float: right;
    max-width: 12.6%;
    margin-left: 1%;
    width: 100%;
    text-align: right;
}

@media (min-width: 740px) and (max-width: 1200px){
    .header-search-bar .form > *:nth-child(5) {
        max-width: 11.2%;
    }
}

.header-search-bar .form > *:last-child {
    float: right;
    max-width: 8.5%;
    margin-left: 0%;
    width: 100%;
    box-shadow: unset;
    text-align: right;
}

.header-search-bar .form .chosen-container,
.header-search-bar .form input,
.header-search-bar .form > select{
    outline: none;
    background: #ffffff;
}

.header-search-bar .form input,
.header-search-bar .form > select,
.header-search-bar .form .chosen-container,
.header-search-bar .form > .ui-btn.search{
    font-size: 16px;
    height: 40px;
}

.header-search-bar .form > .filter-field {
    margin-left: 1%;
    max-width: 22%;
}

.explorer .header-search-bar .form > .filter-field input{
    padding: 8px 10px 9px 10px;
}

.header-search-bar .form > .ui-btn.search {
    max-width: 17%;
    margin: 0;
    background: #1d819c;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    border: 3px solid #ffffff;
    height: auto;
    padding: 7px 0;
    width: 100%;
    text-align: center;
}

.header-search-bar .form > .ui-btn.search:hover{
    cursor: pointer;
    text-decoration: none;
    background: #1a5c71;
}

.inner-page-header{
    margin: auto;
    max-width: 1140px;
    text-align: left;
    position: relative;
}

.inner-page-header .logo{
    position: absolute;
    right: 0;
    top: -20px;
}

.inner-page-header .logo img{
    width: 110px;
    height: 118px;
}

.super-voucher-flow .header-categories{
    margin-top: 50px;
}

.super-voucher-flow .header-categories .main-nav{
    display: none;
}

@media only screen and (max-width: 1160px){
    .header-search-bar:not(.home){
        width: calc(100% - 100px);
    }

    .header-search-bar:not(.home) .inner{
        padding: 20px 15px 50px 15px;
    }

    .inner-page-header .logo{
        top: 5px;
        right: 15px;
    }

    .inner-page-header .logo img{
        width: 80px;
        height: 86px;
    }
}

@media only screen and (max-width: 940px){
    .header-search-bar .form input,
    .header-search-bar .form > select,
    .header-search-bar .form .chosen-container,
    .header-search-bar .form > .ui-btn.search{
        font-size: 12px;
        height: 35px;
    }
}

@media only screen and (max-width: 550px){
    .header-search-bar .search-chosen{
        display: none;
    }

    .header-search-bar .label {
        display: none;
    }

    .header-search-bar .form {
        display: flex;
    }

    .header-search-bar .form .filter-field{
        max-width: initial;
        flex-basis: 80%;
    }

    .header-search-bar .form .ui-btn.search{
        max-width: initial;
        flex-basis: 20%;
        margin-right: 10px;
    }
}

.minimized .bm-btn.sm {
    padding: 10px 14px;
}

.super-voucher-search-bar{
    display: inline-block;
    z-index: 2;
    position: relative;
}

.super-voucher-search-bar.home{
    width: 100%;
    background: rgba(255,255,255,0.3);
}

.super-voucher-search-bar:not(.home){
    width: calc(100% - 180px);
    background: none;
}

.super-voucher-search-bar .inner {
    max-width: 1140px;
    margin: auto;
}

.super-voucher-search-bar.home .inner {
    padding: 10px 0 30px 0;
}

.super-voucher-search-bar:not(.home) .inner{
    padding: 20px 0px 50px 0px;
}

.super-voucher-search-bar .label {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.super-voucher-search-bar form {
    display: inline-block;
    width: 100%;
}

.super-voucher-search-bar .form > * {
    float: right;
    max-width: 19%;
    margin-left: 1%;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: right;
}

.super-voucher-search-bar .form .chosen-container,
.super-voucher-search-bar .form input,
.super-voucher-search-bar .form > select{
    outline: none;
    background: #ffffff;
}

.super-voucher-search-bar .form input,
.super-voucher-search-bar .form > select,
.super-voucher-search-bar .form .chosen-container,
.super-voucher-search-bar .form > .ui-btn.search{
    font-size: 16px;
    height: 40px;
}

.super-voucher-search-bar .form > .filter-field {
    margin-left: 1%;
    max-width: 22%;
}

.explorer .super-voucher-search-bar .form > .filter-field input{
    padding: 8px 10px 9px 10px;
}

.super-voucher-search-bar .form > .ui-btn.search {
    max-width: 17%;
    margin: 0;
    background: #1d819c;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    border: 3px solid #ffffff;
    height: auto;
    padding: 7px 0;
    width: 100%;
    text-align: center;
}

.super-voucher-search-bar .form > .ui-btn.search:hover{
    cursor: pointer;
    text-decoration: none;
    background: #1a5c71;
}

.inner-page-header{
    margin: auto;
    max-width: 1140px;
    text-align: left;
    position: relative;
}

.inner-page-header .logo{
    position: absolute;
    right: 0;
    top: -20px;
}

.inner-page-header .logo img{
    width: 110px;
    height: 118px;
}

.super-voucher-flow .header-categories{
    margin-top: 50px;
}

.super-voucher-flow .header-categories .main-nav{
    display: none;
}

@media only screen and (max-width: 1160px){
    .super-voucher-search-bar.home .inner {
        padding: 20px 15px;
    }

    .super-voucher-search-bar:not(.home){
        width: calc(100% - 100px);
    }

    .super-voucher-search-bar:not(.home) .inner{
        padding: 20px 15px 50px 15px;
    }

    .inner-page-header .logo{
        top: 5px;
        right: 15px;
    }

    .inner-page-header .logo img{
        width: 80px;
        height: 86px;
    }
}

@media only screen and (max-width: 940px){
    .super-voucher-search-bar .form input,
    .super-voucher-search-bar .form > select,
    .super-voucher-search-bar .form .chosen-container,
    .super-voucher-search-bar .form > .ui-btn.search{
        font-size: 12px;
        height: 35px;
    }
}

@media only screen and (max-width: 550px){
    .super-voucher-search-bar .search-chosen{
        display: none;
    }

    .super-voucher-search-bar .label {
        display: none;
    }

    .super-voucher-search-bar .form {
        display: flex;
    }

    .super-voucher-search-bar .form .filter-field{
        max-width: initial;
        flex-basis: 80%;
    }

    .super-voucher-search-bar .form .ui-btn.search{
        max-width: initial;
        flex-basis: 20%;
        margin-right: 10px;
    }


}
#mobile-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    justify-content: space-between;
    display: none;
}

#mobile-header.home{
    background: #1E879B;
    align-items: center;
}

#mobile-header.home .logo img{
    width: 54px;
    height: auto;
}

#mobile-header.home .logo{
    padding: 5px;
}

#mobile-header:not(.home){
    background: #fab442;
    align-items: center;
}

#mobile-header:not(.home) .logo{
    padding: 24px;
}

#mobile-header .item{
    padding: 15px;
}

#mobile-header .logo img{
    display: block;
    height: auto;
    margin: auto;
}

#mobile-header .item.link {
    color: white;
    font-size: 14px;
    padding: 0;
    margin-left: 15px;
}

#mobile-header:not(.home) .logo img{
    width: auto;
}

#mobile-header .search-form{
    position: fixed;
    top: 0;
    right: 100%;
    left: -100%;
    bottom: 0;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(1, 0, 0.58, 1);
    width: 100%;
    height: 100%;
    z-index: 3;
}

#mobile-header .search-form.show{
    right: 0;
    left: 0;
}

#mobile-header .search-form .inner{
    max-width: 360px;
    margin: auto;
    position: relative;
}

#mobile-header .search-form .head{
    padding: 20px;
    background: #1d829d;
}

#mobile-header .search-form .head .filter-field{
    display: inline-block;
    width: calc(100% - 50px);
    margin-left: 40px;
}

#mobile-header .search-form .head .filter-field input{
    font-size: 15px;
    padding: 10px 45px 10px 10px;
    border-radius: 3px;
}

#mobile-header .search-form .body{
    padding: 20px;
    max-width: 400px;
    margin: auto;
}

#mobile-header .search-form .search-button{
    margin: 20px auto 0 auto;
}

#mobile-header .search-form .search-button .btn{
    display: block;
    padding: 9px;
}

#mobile-header .overflow{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#mobile-header .clear-search{
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

#mobile-header .clear-search{
    display: block;
    padding: 5px;
}

#mobile-header .sprite.search-dark{
    position: absolute;
    top: 6px;
    right: 10px;
    pointer-events: none;
}

#mobile-header .sprite.search-close{
  position: absolute;
  top: 0;
  left: 0;
}

#mobile-header .sprite.search-light{
  display: inline-block;
}

#mobile-header .sprite.bars{
  display: inline-block;
}

@media screen and (max-width: 740px) {
    #mobile-header{
        display: flex;
    }

    .home-page-offset {
        padding-top: 95px;
    }

    .inner-page-offset {
        padding-top: 55px;
    }

    .inner-page-offset.super-voucher-flow{
        padding-top: 80px;
    }

    #super-voucher-header ~ #mobile-header.home .logo img{
        width: 50px;
    }

}
#siteFooter{
    background: #e3e3e3;
    text-align: center;
}

#siteFooter .footer-top{
    padding: 40px 15px;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    display: inline-block;
    text-align: right;
}

#siteFooter .footer-contact-icons{
    margin: 0 0 0 15px;
}

#siteFooter .footerIcons{
    width: calc(100% - 380px);
    float: right;
    font-size: 14px;
}

#siteFooter .footerIcons .icons-list{
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    /* @replace: none */
    border-bottom: 1px solid #000;
}

#siteFooter .footerIcons .icon{
    float: right;
    margin: 15px 0 15px 15px;
}

#siteFooter .footerIcons .icon a:hover{
    text-decoration: none;
}

#siteFooter .footerIcons a{
    display: inline-block;
}

#siteFooter .footerIcons .footer-contant-title{
    display: inline-block;
    padding-right: 10px;
}

.footerIcons .sprite{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

#siteFooter .footerIcons .recruiters .recruiters-title{
    margin-left: 10px;
    font-size: 19px;
}

#siteFooter .footerIcons .recruiters .recruiters-btn{
    padding: 2px 13px;
    vertical-align: bottom;
    background-color: #f6b336;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    line-height: 1.5;
}

.recruiters{
    /* @replace: none */
    display: block;
}

.recruiters .recruiters-btn::after {
    content: "";
    margin-right: 5px;
    content: "\e90b";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 10px;
}

#siteFooter .footerContact{
    max-width: 380px;
    width: 100%;
    float: left;
}

#siteFooter .title{
    font-size: 20px;
    margin: 0 0 5px 0;
}

#siteFooter .text{
    font-size: 14px;
    margin: 0;
}

#siteFooter .textField{
    position: relative;
    margin: 5px 0 10px 0;
    display: inline-block;
    width: 100%;
}

#siteFooter .textField .input-theme{
    padding: 8px;
    float: right;
    width: calc(100% - 140px);
    border-radius: 0 3px 3px 0;
}

#siteFooter .textField .btn-theme{
    float: left;
    width: 140px;
    padding: 9px;
    border-radius: 3px 0 0 3px;
}

#siteFooter .parsley-errors-list{
    position: absolute;
    font-size: 11px;
    color: red;
}

#siteFooter .textField .parsley-errors-list{
    top: 40px;
}

#siteFooter .checkBox{
    position: relative;
    font-size: 12px;
    text-align: right;
}

#siteFooter .checkbox--hollow + label:before{
    border-color: #000;
}

/* footer bottom */
#siteFooter .footer-bottom{
    padding: 40px;
    color: #fff;
    background: #434343;
}

#siteFooter .footer-bottom .wrapper{
    display: inline-block;
}

#siteFooter .footer-bottom .footer-images{
    text-align: left;
    width: auto;
    float: left;
}

#siteFooter .footer-bottom .links{
    float: right;
    text-align: right;
}

#siteFooter .footer-bottom .footer-links{
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 150px;
    text-align: right;
}

#siteFooter .footer-bottom .footer-links li{
    padding: 0;
    margin: 0;
}

.pci-container {
  height: auto;
  text-align: center;
  display: inline-block;
  position: relative;
  direction: ltr;
  vertical-align: top;
  font-size: 12px;
}

.pci-container .sprite.pci-dss{
    display: inline-block;
    height: 35px;
    width: 90px;
    background: url('/images/home_sprite.png') 0 -120px no-repeat;
}

.copyright {
  color: #b6b6b6;
  vertical-align: bottom;
  position: absolute;
  top: 40px;
  right: 0;
}

.buyme-footer-logo {
  margin-right: 20px;
}

.feature-img-wrapper .sprite{
    display: inline-block;
    height: 40px;
    width: 40px;
}

.feature-img-wrapper .icon{
    display: inline-block;
    height: 40px;
    width: 40px;
}


.sprite.baby-cart{
    background: url('/images/home_sprite.png') 0 0 no-repeat;
}

.sprite.target-heart{
    background: url('/images/home_sprite.png') -40px 0 no-repeat;
}

.sprite.building{
    background: url('/images/home_sprite.png') -80px 0 no-repeat;
}

.sprite.faq{
    background: url('/images/home_sprite.png') -44px -44px no-repeat
}

.sprite.email{
    background: url('/images/home_sprite.png') -84px -44px no-repeat
}

.sprite.phone{
    background: url('/images/home_sprite.png') -124px -44px no-repeat
}

.sprite.facebook{
    background: url('/images/home_sprite.png') -4px -44px no-repeat
}

.sprite.instagram{
    background: url('/images/home_sprite.png') -161px -44px no-repeat
}

@media only screen and (max-width: 1100px){
    #siteFooter .footer-bottom .footer-links{
        float: none;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 15px);
        padding: 0 0 10px 10px;
    }
}

@media only screen and (max-width: 960px){
    #siteFooter .footer-top{
        text-align: center;
    }

    #siteFooter .footerIcons{
        float: none;
        margin: auto;
        display: block;
        padding: 0 0 20px 0;
        width: 100%;
    }

    #siteFooter .footerIcons .icons-list{
        margin-bottom: 25px;
    }

    #siteFooter .footerIcons .icon{
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 15px 0 15px 15px;
    }

    #siteFooter .footerIcons .recruiters{
        margin-bottom: 30px;
    }

    #siteFooter .footerContact{
        max-width: 500px;
    }

    #siteFooter .footerContact{
        float: none;
        margin: auto;
        display: block;
    }

    #siteFooter .textField{
        font-size: 13px;
    }

    #siteFooter .textField .input-theme{
        width: calc(100% - 120px);
    }

    #siteFooter .textField .btn-theme{
        width: 120px;
    }
}

@media only screen and (max-width: 810px){

    #siteFooter .footer-bottom .footer-images{
        display: block;
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    #siteFooter .footer-bottom .links{
        float: none;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    #siteFooter .footer-bottom .footer-links{
        padding: 0 0 0 20px;
        width: calc(100% / 5 - 5px);
    }

    #siteFooter .footer-bottom .links{
        display: block;
        background: #434343;
        max-width: 100%;
        padding: 20px 15px;
        float: none;
    }
    
    #siteFooter .footer-bottom .wrapper{
        padding: 0;
    }

    #siteFooter .footer-bottom{
        background: #fff;
        padding: 0;
    }

    .buyme-footer-logo{
        margin: auto;
        display: inline-block;
        width: 60px;
    }
}

@media only screen and (max-width: 620px){

    #siteFooter .footerIcons .icons-list{
        max-width: 260px;
        margin: 10px 0 25px 0;
    }

    #siteFooter .footerIcons .icon{
        display: inline-block;
        vertical-align: top;
        margin: 10px -2px;
        width: 50%;
    }

    #siteFooter .footerIcons{
        padding: 0;
    }

    #siteFooter .footerIcons .recruiters{
        margin-bottom: 55px;
    }

    #siteFooter .footerIcons .footer-contant-title{
        padding: 10px 0 0 0; 
    }

    #siteFooter .footerIcons .sprite{
        display: block;
        margin: auto;
    }

    #siteFooter .footer-bottom .footer-links{
        width: 100%;
        padding: 0;
    }
    
    #siteFooter .footer-bottom .footer-links li{
        padding: 3px;
    }
}
body > iframe[name="google_conversion_frame"] {
    display: none;

}
button {
  outline:none;
}

input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  font-family:sans-serif;
}
input[type=password]::-webkit-input-placeholder {
  font-family:'open sans hebrew', sans-serif;
}
input[type=password]::-webkit-input-placeholder {
  font-family:'open sans hebrew', sans-serif;
}
input[type=password]:-moz-placeholder {
  font-family:'open sans hebrew', sans-serif;
}
input[type=password]::-moz-placeholder {
  font-family:'open sans hebrew', sans-serif;
}
input[type=password]:-ms-input-placeholder {
  font-family:'open sans hebrew', sans-serif;
}
.menu__link--blue, .menu__link--blue:focus, .menu__link--blue:hover {
  color:#1b98b9;
}
.menu__link--center {
  display: block;
  text-align: center;
}
.ltr {
  /*@noflip*/direction:ltr;
}
.input-mail {
  /*@noflip*/text-align:left;
  /*@noflip*/direction:ltr;
}
.input-mail::-webkit-input-placeholder {
  text-align:right;
  direction:rtl;
}
.input-mail:-moz-placeholder {
  text-align:right;
  direction:rtl;
}
.input-mail::-moz-placeholder {
  text-align:right;
  direction:rtl;
}
.input-mail:-ms-input-placeholder {
  text-align:right;
  direction:rtl;
}
.firefox .rtl-input {
  direction:rtl !important;
}
.myaccount-label {
    display: inline-block;
}
.myaccount-label img{
    pointer-events: none;
}
.btn-save {
  width:143px;
  height:34px;
}
.top {
  vertical-align:top;
}

.main-container {
      height: 100%;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.home-page-background{
  background-color: #f2f4f7;
}
.second-mobile-header {
  display:none;
}
.second-mobile-header .left-col {
  text-align:left;
}
.second-mobile-header + .search-overlay-wrapper {
  top:89px;
}
.second-mobile-header .mobile-nav-search {
  line-height: 58px;
}
.second-mobile-header .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px 11px;
    background: #f8b420;
    z-index: 11;
}
.second-mobile-header .mobile-nav.with-search {
  padding: 37px 11px;
}
.second-mobile-header .mobile-logo {
  height:18px;
  font-weight: 700;
  color:white;
  font-size:16px;
  text-align:center;
}
.page-404 .btn {
    height:43px;
    width:190px;
    margin-top:30px;
    font-size:18px;
}
.text-right {
  text-align:right;
}
.hidden {
  display:none;
}
.giftcard-assoc {
  margin-bottom:30px;
}
.super {
  padding-top:30px;
}
.assoc-network-img {
  margin-top:50px;
}
.package-name {
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  width:100%;
  width:175px;
}
.personal-super-shovar {
  max-width:487px;
  max-height:381px;
}
.super-shovar-bird {
  position:absolute;
  top: 30px;
  left:-124px;
}
.super-voucher-input {
  padding:0 26px;
  border:1px solid #cccccc;
  border-radius:5px;
  text-align:center;
  margin-bottom:19px;
  font-size:16px;
  width:240px;
  height:39px;
  line-height:39px;
}
.super-voucher-input::-moz-placeholder,
.super-voucher-input:-moz-placeholder,
.super-voucher-input:-ms-input-placeholder {
    font-size:16px;
}

.mobile-super-voucher {
  position:relative;
  margin-top:35px;
  background-color: #f6b336;
  width:100%;
  height:37px;
  font-weight:bold;
      line-height: 35px;

}
.mobile-super-voucher img {
  position:absolute;
  top:-27px;
  right:-20px;
}
.mobile-menu-item.account-header {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: right;
  color: #79849a;
}
.mobile-menu-item
.super-voucher-error {
  color:#fd0000;
  font-size:11px;
  display: block;
  max-width: 310px;
  margin: 10px auto 0 auto;
}
.loading-spinner img {
  max-width:130px;
}

.spinner2 {
  margin: 25px auto 20px;
  text-align: center;
  width: 70px;
}
.spinner-modal.modal-wrapper {
  z-index:12;
  background: rgba(255,255,255,0.7);
}

.spinner2 > div {
  width: 18px;
  height: 18px;
  background-color: #ffb202;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner2 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.btn-newsletter {
  margin-top:25px;
}
.footer-contact-icons {
  position:relative;
}
.middle {
  vertical-align:middle;
}

a.no-underline:hover {
  text-decoration:none;
}
.underline-hover {
  position:relative;
}
.underline-hover:hover::after {
  content: "";
  width:100%;
  display:block;
  border-bottom:1px solid rgb(51, 51, 51);
  position:absolute;
  bottom:2px;
  right:0;
}
.limit-size {
  font-size:13px;
  font-weight:normal;
  display: block;
}
.fix-search-button {
     padding: 3px 6px 3px;
}
.tbcell {
  display: table-cell;
}
.super-voucher-input-wrapper {
  height:42px;
}
.main-color.btn-primary {
  background:#fbb92a;
}
.seperator-link::after {
    content: "";
    height:8px;
    border-left: 1px solid white;
    padding-left:5px;
    margin-left:5px;
    display:inline-block;
}

.img-preview {
  max-width:100%;
  height:auto
}
.loading-spinner {
  position:absolute;
  top:50%;
  /*@noflip*/
  left:50%;
  z-index:999;
  transform: translate(-50%, -50%);
  display:inline-block;
}
.center-verticaly {
  position:absolute;
  top:50%;
  transform: translateY(-50%);
}


.bold {
  font-weight:bold;
}
.consent-group .parsley-errors-list {
  color: #fd0000;
}
.title-inputs {
  font-size:13px;
}
.step-2-wrapper .section2 {
  padding:17px 11px 15px;
}
.step-2-wrapper .for-who-bottom {
  margin-bottom:20px;
}
.step-2-wrapper .section2-desktop .form-query {
  font-size:18px;
  display:inline-block;
  margin-left:65px;
  font-weight:bold;
}

.more-details-bottom-space {
  display:inline-block;
}
.edit-greeting {
  height:101px;
}
.send-options-details {
    font-size:13px;
    position:absolute;
    bottom:0;
    width:100%;
    text-align:center;
    /*@noflip*/
    right:0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contacts-titles {
  position:absolute;
  top:0;
  right:0;
  transform: translateY(-100%);
  font-size:12px;
}
.send-options-details-email {
  min-width:100%;
  width:250%;
  transform: translateX(30%);
}

.money-title {
    word-wrap: break-word;
    word-break: keep-all;
}
.for-who-radio {
  display:none;
}
.step-2-wrapper .for-who .for-who-radio + label span{
  font-size:13px;
  cursor:pointer;
}
.for-who-radio + label .circle-wrapper {
  border-radius:50%;
  border:1px solid #f7b336;
  padding:3px;
  height:17px;
  width:17px;
  display:inline-block;

}
.for-who-radio + label .circle-wrapper.checked span
{
  background-color: #f7b336;
}
.for-who-radio + label .circle-wrapper span {
  height:100%;
  width:100%;
  display:block;
  border-radius:50%;
}
.for-who-radio:checked + label .circle-wrapper span {
  background-color:#f7b336;
  }
.with-space {
  margin:27px 0 29px;
  text-align:center;
}

.input-mail-wrapper {
  max-width:320px;
  margin:0 auto;
}

.iframe-gift-generator {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  border: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(234, 234, 234, 0.9);
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  height: 1px;
  width: 1px;
}

.generator-container {
    width: 400px;
    height: 615px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.generator-container .btn-close {
  position:absolute;
  right:7px;
  top:7px;
  z-index:1001;
}
iframe.mobile-gift-generator {
    width: 400px;
    height: 615px;
    border: none;
    display: block !important;
   /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    border: 5px solid #3e8c8f;
    background-color: #fff;
}

#btn-close .times{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/images/home_sprite.png') -120px -80px no-repeat;
}

.sprite.search-close{
  background: url('/images/home_sprite.png') 0px -80px no-repeat;
  width: 40px;
  height: 40px;
}

.sprite.search-dark{
  background: url('/images/home_sprite.png') -40px -80px no-repeat;
  width: 25px;
  height: 25px;
}

.sprite.search-light{
  background: url('/images/home_sprite.png') -80px -80px no-repeat;
  width: 20px;
  height: 20px;
}

.sprite.bars{
  background: url('/images/home_sprite.png') -160px -80px no-repeat;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1145px) {
  iframe.mobile-gift-generator {
    width: 1px;
    min-width: 100%;
    max-width: 100%;
    height: 1px;
    min-height: 100%;
    max-height: 100%;
    border: none;
    display: block !important;
  }
  .generator-container {
    width: 1px;
    height: 1px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block !important;
  }
}
.googleMap {
  width: 100%;
  height:206px;
   }
.img {
    max-height: 521px;
}
.text-right {
  text-align:right;
}

input[type].parsley-error,
.parsley-error {
  border-color: #fc0d1b;
  background: #fff0f1;
}

.voucherPaymentDetails .parsley-errors-list {
  position:absolute;
  font-size:12px;
  color:red;
  bottom:-7px;
  width:150%;
  right:0;
}
.center {
  text-align:center;
}
.cancelWidth {
  width:auto;
}
.no-decoration:hover {
  text-decoration: none;
}
.step-2-wrapper .btn-send-option:focus {
  outline:none;
}
.step-1-wrapper button:focus {
  outline:none;
}
.money .price-list {
  border:1px solid lightgray;
}
.col.cancelFloat {
  float:none;
}
.supplierBackgroundImg[src="//:0"] {
  display:none;
}
.cash-card--expanded.card--expanded .clearfix {
  padding-bottom:0;
}
.supplierBackgroundImg {
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.m-page-header .btn.search-button {
  font-size:12px;
}

@media screen and (min-width: 741px) {
  .application-main .header-categories {
    margin-top: 30px;
  }
}

.search-bar-wrapper {
  position: relative;
  top: 50px;
  width: 100%;
}

.newModal {
  width: 530px;
  position:absolute;
  left:50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top:10vh;
  background-color:white;
  padding:15px;

}
.newModal h1 {
  margin:0;
}
.newModal input {
  border:1px solid black;
}
.newModal button[type="submit"] {
    width:30%;
     background-color: #f7b336;
     color:black;
     text-align:center;
}
.center {
  text-align:center;
}
.close {
  position:absolute;
  width:20px;
  height:20px;
  text-align:center;
  z-index:1;
  left:5px;
  top:5px;

}

.pad {
  padding:15px;
}
.left {
  left:5px;
}
.right {
  right:5px;
}
.navigation {
  position: absolute;
  bottom: 5px;
  font-size:20px;
  font-weight: bold;
  color:red;
}
.thumb {
    height:180px;
    width:180px;
}
.albumsNav {
  width:30%;
  float:right;
  height:100%;
    overflow-x:hidden;
  overflow-y:scroll;
}
.imagesSection {
  width:70%;
  padding:10px;
  float:right;
  height:100%;
}
.fetch {
  background-color: #f7b336;
  display:block;
  margin-bottom:3px;
  color:black;
  width:100%;
  text-align:center;
}
.facebook-upload-images {
  overflow:hidden;
  width:40%;
  height:450px;
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color:white;
}
.wrapper.marginTop {
  margin-top:50px;
}
.video {
  object-fit: fill;
  width:100%;
  height:140px;
}
.half {
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:130px;
}
.cutTitles {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
      max-width:150px;
}
.error {
  color:#fd0000;
  font-size:16px;

}
.error-super-voucher {
  color:#fd0000;
  font-size:11px;
}
.termsError {
  color:#fd0000;
  font-size:14px;
  position:absolute;
  bottom:-13px;
  text-align:center;
  width:100%;
  right:0;
}
.resend .parsley-errors-list {
  position:absolute;
  line-height:13px;
  font-size:12px;
  top:-13px;
  color:#fd0000;
  right:0;
}
.modal--step .parsley-errors-list {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  font-size: 11px;
  color: #fd0000;
}
.modal--step .input-paper.parsley-error {
  border-color: #fd0000;
}
.resend .parsley-error {
  border:1px solid #fd0000;
}
.accountUploadError {
  color: #fc0d1b;
  display: inline-block;
  font-size: 12px;
}
.mid.select-wrapper:after {
  top:7px;
}
.closeModal {
  position:absolute;
  border:none;
  background:white;
  left:5px;
  top:0px;
  padding:0;
}
.personal-form-wrapper .parsley-errors-list {
   color:#fd0000;
  font-size:13px;
  line-height:14px;
  bottom:0;
  right:0;
  transform: translateY(100%);
  position:absolute;
}
.personal-form-wrapper .parsley-error {
  border:1px solid #fd0000;
}

.cut-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
}
.cutTo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:90%;
}
.cut-note {
  width:100%;
  overflow: hidden;
  word-wrap: break-word;
  white-space:pre-wrap;
   word-break: break-all;
  text-overflow: ellipsis;
  line-height:13px;
  height:40px;
}
.cut-greeting {
  width:100%;
  overflow: hidden;
  word-wrap: break-word;
  white-space:pre-wrap;
   word-break: break-all;
  text-overflow: ellipsis;
  line-height:15px;
  height:45px;
}
.noresize {
  resize: none;
}
.step-2-wrapper .expiration, .step-3-wrapper .expiration {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.dropdown-arrow {
  position:relative;
}
.title--sm.cancel-margin-bottom {
  margin-bottom: 0px;
}
.iphone-bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  max-width: 1140px;
  right: 0;
  margin: auto;
}
.iphone-bg-wrapper .iphone {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

.search-overlay .chosen-container.form-control {
      border: 2px solid #d8d7d7;
}
.dropdown-arrow:after, .dropdown-arrow::after {
  content: "";

  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  position:absolute;
  left:5px;
  top:50%;
  margin-top:-5px;
}
.money {
  width: 90%;
}
.money .chosen-container-active.chosen-with-drop .chosen-single,.money .chosen-container-single .chosen-single  {
  background:transparent;
}
.money .chosen-container-single .chosen-single {
  box-shadow:none;
}
.money .chosen-container-active.chosen-with-drop .chosen-single {
  border:none;
}
.money .form-control.chosen-container-single .chosen-single {
  height:32px;
}
.money .chosen-container-active .chosen-single {
    border:none;
  }
.search-chosen .chosen-single span {
  display:inline-block;
  vertical-align: middle;

  line-height: 1.5;
}
.middle {
  vertical-align:middle;
}

.form-control.chosen-container-single.search-chosen .chosen-single {
   padding-right: 12px;
  padding-left: 12px;
  height:38px;
}
.height-100 {
  height:100%;
}
.category-text-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forWho {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:74%;
}
.forWho .done-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
  display:inline-block;
}
.cut-text p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.width-100 {
  width:100%;
}
.promo-item-caption .text-wrapper.eighty-width {
  width:70%;
}
.col.left {
  float:left;
}

.block {
  display:block;
}
.cut-text {
    width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rows-4 {
  height:80px;
  white-space:normal;
  line-height: 16px;
}

.rows-3 {
  white-space:normal;
}

@media screen and (min-width: 741px) {
  .rows-3 {
    height: 50px;
  }
}

.errorModal {
  position:fixed;
  background-color: white;
  width:30%;
  left:0;
  right:0;
  margin:0 auto;
  top:200px;
}

.contact-info-text{
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
}

.contact-info-text p {
  margin:0 0 5px 0;
}

.contact-info-text p:nth-last-child(1){
  margin: 0;
}

.contact-info .contact-info-text a{
  text-decoration: underline;
}

.login-error {
  color:#fd0000;
  font-size:12px;
  bottom:2px;
}

.register-error {
  color:#F01F39;
  margin: 4px 30px 10px 0px;
  font-size:13px;
}
.register-link-terms:hover {
  color: #ffa126;
}
.register-text {
  text-align: right;
  font-family: 'Open Sans Hebrew', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 14px;
}
.register-text .label {
  font-size: 13px;
}
.register-text .inner{
  align-items: flex-start!important;
}
.register-link-terms {
  color: #ffa126;
  text-decoration: underline;
}
.super-shovar .error {
  text-align:center;
    font-size:12px;
 /* top: 0;
  right:0;
  transform: translateY(-100%);
  position:absolute;

  width:100%;*/
  color:#fd0000;
}
.paymentIframe {
  position:relative;
    margin-right: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
   border:none;
   height:563px
}
.pointer {
  cursor:pointer;
}
.form-well.paymentVisible, iframe.paymentVisible {
  display:block;
}



@media only screen and (max-width: 940px) {
    .facebook-upload-images {
        width:70%;
        overflow-y:scroll;
        height:100%;
    }
}
@media only screen and (max-width: 740px) {
    .facebook-upload-images {
        width:80%;
    }
    .super-voucher-input-wrapper {
      height:auto;
    }
    .super-shovar-bird {
    display:none;
  }
  .super-voucher-input {
    width:257px;
  }
    .second-mobile-header {
      display:block;
    }
}

@media only screen and (max-width: 700px) {
    .facebook-upload-images {
        width:100%;
    }
}
@media only screen and (max-width: 550px) {
    .albumsNav, .imagesSection {
        width:100%;
    }
    .imagesSection {
      height:auto;
      min-height:100%;
    }
    .albumsNav {
      max-height:30%;
    }
    .thumb {
      max-height:100%;
      max-width:100%;
    }
    .navigation {
      bottom:none;
      top:50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
    }
}

@media screen and (max-width: 480px) {

  .superVoucherBalance .super-shovar-text
  {
    width: 90%;
  }
  button#btn-toggle-menu
  {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    width: 50px;
  }
  button#btn-search
  {
    text-align: left;
    width: 50px;
  }
  button#btn-close.btn-close-menu
  {
    margin: 0;
    padding: 16px 24px;
  }

 .modal button.btn-close
  {
    height: 50px;
    margin: 0;
    padding: 0 15px;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
  }

  .mobile-load {
    text-align:center;
  }
  .step-2-wrapper {
    background:#e9e9e9 !important;
  }
  .step-2-wrapper .wrapper {
    padding:0;
  }
  .voucher-load-btn {
    margin:-10px 0 15px;
  }
  .step-form .form-group.sender-name {
    margin-bottom:12px;
  }
  .col-1-3-mobile-gutter {
    width:33.333333333333%;
    float:right;
  }
  .m-page-footer .contact-thumb {
    margin:0;
  }

/*  .super-shovar .error {
      top:auto;
      bottom:0;
      transform: translateY(100%);
  }*/
}

@media only screen and (max-width: 400px) {
    .marginOnMobile {
      margin-bottom:32px;
    }
    .termsError {
      bottom: -32px;
    }
}

@media only screen and (max-width: 480px) {
    .paymentIframe {
        height:750px;
    }
    .rows-4 {
      height:112px;
    }
    .bottom-mobile {
        position: absolute;
        bottom: 1.2em;

    }

}
@media only screen and (max-width: 500px) {
.rows-4 {
      height: initial;
    }
  }
.chosen-container-single.select-theme .chosen-single span{
  display:inline-block;
  vertical-align: middle;
  font-family: 'open sans hebrew', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.form-control.chosen-container-single.select-theme .chosen-single {
    line-height: 20px !important;
  }
.form-control.chosen-container-single.select-theme .chosen-single {
    height:38px;
}
.chosen-container.form-control.chosen-container.select-theme.chosen-container-single .chosen-single {
  border-radius: 3px;
  border:1px solid #f7b336;
}

.step-form .form-query.space {
  margin-bottom: 20px;
}
.inline-block {
  display:inline-block;
}
.unvisible {
  display:none;
}

.overlay-wrapper .parsley-errors-list,
.modal--send-options .parsley-errors-list {
    position: absolute;
    top: -14px;
    right: 0;
    font-size: 11px;
    color: #fd0000;
}

.step-form .form-group .parsley-error, .step-form .textarea-error .parsley-error, .overlay-wrapper .parsley-error   {
  border-color: #fd0000;
}
.step-form .form-group {
  margin-bottom:0;
}
.money .parsley-errors-list {
    position:absolute;
    font-size:13px;
    color:#fd0000;
}
.beforeDiscountPrice {
  text-decoration:line-through;
  line-height: 18px;
  display:inline-block;
  height:18px;
}
p.card-text p {
  margin:0;
}
p.summary p {
  margin:0;
}
.form-group {
  margin-bottom:4px;
}
.alert {
  border-radius:5px;
}
.padding-left {
  padding-left:15px;
}
.last-child {
  padding:0 12px;
  position:relative;
}
.input-group .parsley-errors-list {
  color:#fd0000;
}
.consent-group .parsley-errors-list {
  color:#fd0000;
}
.last-child {
  border-right: 1px solid #1d829d;
}
.alert-danger {
  background-color:red;
  color:white;
  border:1px solid gray;
}
#register-block .form-group .parsley-errors-list, #login-block .form-group .parsley-errors-list {
  position:absolute;
  right:0;
  bottom:1px;
  transform: translateY(100%);
  color:red;
  font-size:12px;
  left:auto;
}

.confirmTerms a {
    position: relative;
    z-index: 500;
}

.form-group {
  position:relative;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
figure {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a,
a:active,
a:hover {
  outline: none;
  color: inherit;
}
/*a:focus,*/
a:hover {
  text-decoration: underline;
}
img {
  border: none;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  text-transform: none;
}
input,
select,
textarea {
  width: 100%;
}
textarea {
  resize: vertical;
}
button {
  overflow: visible;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ol {
  padding-right: 1em;
}
ul {
  list-style: none;
}
input,
textarea {
  border: none;
  outline: none;
  color: inherit;
}
select.form-control {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  margin-top: 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*
.row--with-dividers > .col {
  border-right: 1px solid $gray-divider-color;
}
.row--with-dividers > .col:last-child {
  border: none;
}
*/
.row--with-more-gutter {
  margin-right: -30px;
  margin-left: -30px;
}
.row--with-more-gutter > .col {
  padding: 0 30px;
}
.row--with-gutter {
  margin-right: -15px;
  margin-left: -15px;
}
.row--with-gutter > .col {
  padding: 0 15px;
}
@media screen and (max-width: 940px) {
  .row--with-gutter.row--split {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row--with-gutter > .col-sm-1-2 {
    padding: 0 7.5px;
  }
}
.row--with-less-gutter {
  margin-right: -10px;
  margin-left: -10px;
}
.row--with-less-gutter > .col {
  padding: 0 10px;
}
.row--with-sm-gutter {
  margin-left: -4px;
  margin-right: -4px;
}
.row--with-sm-gutter > .col {
  padding-right: 4px;
  padding-left: 4px;
}
.row--with-minimal-gutter {
  margin-right: -2px;
  margin-left: -2px;
}
.row--with-minimal-gutter > .col {
  padding-right: 2px;
  padding-left: 2px;
}
.row--equal-height {
  overflow: hidden;
}
.row--equal-height > .col {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.row--equal-height-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.row--equal-height-flex > .col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 940px) {
  .row--equal-height-flex.row--lg,
  .row--equal-height-flex.row--lg > .col {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  .row--equal-height-flex.row--md,
  .row--equal-height-flex.row--md > .col {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .row--with-more-gutter.row--lg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--with-more-gutter.row--lg > .col {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .row--xl > .col {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .row--lg > .col {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .row--md > .col {
    float: none;
    width: 100%;
  }

}
@media screen and (max-width: 480px) {
  .upload-error {
    width:100%;
  }
  .thumb {
    width:100%;
    height:auto;
    max-height:350px;
  }
  .row--sm > .col {
    float: none;
    width: 100%;
  }
  .mobile-placeholder input,
  .mobile-placeholder input::-webkit-input-placeholder
 {
     font-size:14px;
  }
  .mobile-placeholder input,
   .mobile-placeholder input::-moz-placeholder,
  .mobile-placeholder input:-moz-placeholder
   {
font-size:14px;
  }
  .mobile-placeholder input,
  .mobile-placeholder input::-ms-input-placeholder {
    font-size:14px;

  }
    .mobile-placeholder-email input,
  .mobile-placeholder-email input::-webkit-input-placeholder
 {
         font-size: 3vw;
  }
  .mobile-placeholder-email input,
   .mobile-placeholder-email input::-moz-placeholder,
  .mobile-placeholder-email input:-moz-placeholder
   {
    font-size: 3vw;
  }
  .mobile-placeholder-email input,
  .mobile-placeholder-email input::-ms-input-placeholder {
        font-size: 3vw;

  }

}

.col {
  display: inline-block;
  float: right;
  min-height: 1px;
}
.col-1-2,
.col-3-6,
.col-2-4 {
  width: 50%;
}
.col-1-3,
.col-2-6 {
  width: 33.33333%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66666%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width:37.5%;
}
.col-3-10 {
  width: 30%;
}
.col-7-10 {
  width: 70%;
}
.col-3-8 {
  width: 37.5%;
}

.col-7-12 {
  width: 58.33333333%;
}
.col-5-12 {
  width: 41.66666667%;
}
@media screen and (max-width: 740px) {
  .col-sm-1-2 {
    width: 50%;
  }
}
@media screen and (max-width: 940px) {
  .col-md-1-2 {
    width: 50%;
  }
  .page-map-page {
    color: #434343;
  }
}
.fluid-wrapper {
  float: left;
  margin-right: -377px;
  width: 100%;
}
.fluid-wrapper .equal-height {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.fluid-col {
  margin-right: 377px;
}
.fixed-col {
  float: right;
  width: 377px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?uo1jbe");
  src: url("../../fonts/icomoon.eot?uo1jbe#iefix") format('embedded-opentype'), url("../../fonts/icomoon.ttf?uo1jbe") format('truetype'), url("../../fonts/icomoon.woff?uo1jbe") format('woff'), url("../../fonts/icomoon.svg?uo1jbe#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon icon-"],
[class*=" icon icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
  content: "\e905";
}
.icon-lock:before {
  content: "\e906";
}
.icon-photo:before {
  content: "\e907";
}
.icon-video:before {
  content: "\e908";
}
.icon-print:before {
  content: "\e909";
}
.icon-sms:before {
  content: "\e90a";
}
.icon-chevron-left:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-plus:before {
  content: "\e90d";
}
.icon-envelope:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-globe:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e903";
}
.icon-heart:before {
  content: "\e90e";
}
.icon-times:before {
  content: "\e90f";
}
.icon-arrow-left:before {
  content: "\e910";
}
.icon-export:before {
  content: "\e911";
}
.icon-user:before {
  content: "\e912";
}
body {
  font-family: 'open sans hebrew', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.page-title,
.subtitle {
  color: #000;
}
.page-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 500;
}
.page-title--padded {
  padding-top: 30px;
}
@media screen and (max-width: 940px) {
  .page-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 740px) {
  .page-title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .super .page-title {
    font-size:30px;
  }
  .page-title,
  .page-title--padded {
    padding-top: 15px;
  }
}
.subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: bold;
}
.text-subtitle,
.title--sm {
  color: #434343;
  font-weight: bold;
}
.text-subtitle {
  margin: 0;
  font-size: 14px;
}
.title--sm {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.title--xs {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper select {
  background: #fff;
}
.select-wrapper:after {
 /* content: url("../../../../../../imagesnew/icons/select-arrow.png");*/
  position: absolute;
  left: 7px;
  top: 0px;
}
.form-control {
  padding-right: 12px;
  padding-left: 12px;
}
.input-flat {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.input-ghost {
  background: none;
  border: 1px solid #f7b336;
  color: #f7b336;
}
.input-paper {
  padding: 0;
  background: rgba(0,0,0,0);
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1px;
}
.input-theme {
  border: 1px solid #f7b336;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.btn {
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  transition: background 0.5s ease;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  background: #1d819c;
  color: #fff;
  box-shadow: inset 0 0 0 3px #fff;
  font-weight: 600;
  font-size: inherit;
  border-radius: 0;
}
.btn-theme {
  background: #f7b336;
  color: #434343;
  font-weight: bold;
}
.btn-theme:hover {
  background: #e89909;
}
.btn-clean {
  padding: 0;
  background: none;
  border-radius: 0;
}
.btn-blank {
  padding: 2px 10px;
  border: 1px solid #000;
  line-height: 1;
}
.btn-natural {
  background: #d8d7d7;
}
.btn-invert {
  background: #393939;
  color: #f7b336;
  font-weight: bold;
}
.btn-invert:hover {
  background: #2e2e2e;
}
.btn-facebook,
.btn-google,
.btn--white {
  color: #fff;
}
.btn-facebook {
  background: #4764ae;
}
.btn-facebook:hover {
  background: #39508b;
}
.btn-google {
  background: #d05e49;
}
.btn-google:hover {
  background: #b3432e;
}
.btn--round {
  border-radius: 50%;
}
.btn--padded {
  padding: 10px 20px;
}
.input-group-btn {
  width: 100px;
  float: left;
}
.form-well {
  background: #d8d7d7;
}
.step-2-wrapper .form-well {
  background: #ffffff;
}
.step-2-wrapper .inner-overlay-new {
  position:absolute;

  right:0;
  width:100%;
}
.step-2-wrapper .inner-overlay-new.sms {
  top:42px;
}
.form-group input.input-theme {
  height: 38px;
}
.input-with-icon-wrapper {
  display: table;
  width: 100%;
}
.input-with-icon-wrapper .icon-wrapper,
.input-with-icon-wrapper .form-control {
  display: table-cell;
  vertical-align: middle;
}
.input-with-icon-wrapper .icon-wrapper {
  width: 45px;
  background: #ffefd0;
  text-align: center;
  border: 1px solid #f7b336;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
  line-height: 1;
}
.input-with-icon-wrapper .form-control {
  float: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.radio-check,
.circle-check,
.check-dot {
  display: none;
}
.radio-check + label,
.circle-check + label,
.radio-check + label:before,
.circle-check + label:before {
  cursor: pointer;
}
.radio-check + label:before,
.circle-check + label:before,
.check-dot + .check-dot-label:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #000;
  font-family: 'icomoon';
  text-align: center;
  font-size: 9px;
  line-height: 15px;
}
.radio-check:checked + label:before,
.circle-check:checked + label:before {
  content: "\e905";
}
.radio-check:disabled + label,
.circle-check:disabled + label,
.radio-check:disabled + label:before,
.circle-check:disabled + label:before {
  cursor: default;
}
.radio-box {
  display: none;
}
.radio-box + label,
.radio-box + label:before {
  cursor: pointer;
}
.radio-box + label {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #f7b336;
  text-align: center;
  background: #fff;
}
.radio-box:checked + label {
  background: #ffe4b2;
}

.check-dot:checked + .check-dot-label:before {
  content: "";
  background: #fab442;
  box-shadow: inset 0 0 0 3px #fff;
}

.checkbox--hollow + label:before {
  border-color: #fff;
  background: transparent;
}
.row--min-gutter {
  margin-left: -2px;
  margin-right: -2px;
}
.row--min-gutter > [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}
.row--nested {
  margin-left: 0;
  margin-right: 0;
}
.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs .btn-back {
  margin-left: 15px;
  font-size: 14px;
  display:inline-block;
  /* @replace: rotate(180deg) */
  transform: none;
}

.breadcrumbs .seperator {
  font-size: 12px;
  margin: 0 5px;
  font-family: 'icomoon' !important;
  display: inline-block;
}

.breadcrumbs .seperator:after {
  content: "\e90b";
}

@media screen and (max-width: 740px) {
  .breadcrumbs {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .breadcrumbs .btn-back {
    margin-left: 10px;
    padding: 0.25em 0.5em;
    font-size: 10px;
  }
  /*.select-wrapper:not(.no-arrow):after {
      content: url("../../../../../../imagesnew/icons/select-arrow.png");
}*/
}
.promo-item {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.promo-item a {
  position: relative;
}
.promo-item a:before {
  width: 100%;
  content: "";
  display: block;
  padding-bottom: 60%;
}
.promo-item-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.promo-item:hover .promo-item-caption {
  background: rgba(220, 220, 220, .85);
}

.promo-item .logo-wrapper {
  position: absolute;
  left: 13px;
  top: 22px;
  bottom: 65px;
  padding: 5px;
  width: 130px;
  border-radius: 5px;
  background: rgba(255,255,255,0.85);
}
.promo-item-logo {
  position: absolute;
  /*@noflip*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-height: 100%;
  max-width:90%;
}
.promo-item-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 14px;
  background: rgba(255,255,255,0.85);
  line-height: 45px;
  transition: .35s background ease;
}

.promo-item-caption .text-wrapper {
  width:93%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promo-item .icon-plus {
  position: absolute;
  left: 14px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 20px;
  /*padding-left: 1px;*/
  background: #f7b336;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.promo-item--package .promo-item-caption {
  background: rgba(29,130,157,0.9);
  color: #fff;
}
.promo-item .price {
  position: absolute;
  left: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .promo-item--package .caption-title {
    font-size: 15px;
  }
  .promo-item--package .price {
    left: 40px;
  }
}
@media screen and (max-width: 940px) {
  .promo-item--package .caption-title {
    height: 45px;
    font-size: 12px;
  }
}
@media screen and (max-width: 740px) {
  .promo-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .promo-item-cover {
    border-radius: 10px;
  }
  .promo-item-caption {
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .promo-item .icon-plus {
    display: none;
  }
}

/* --- CARD -- */

.card {
  position: relative;
  padding: 5px 6px 15px;
  background-color: #fff;
  color: #434343;
  border-radius: 10px;
}
.card--with-border {
  border: 1px solid #e0e0e0;
}
.card-img-wrapper {
  position: relative;
}
.card-img-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 62.335%;
}
.card-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card-info {
  padding: 10px 9px 0;
  line-height: 1.2;
}
.card .note {
  font-size: 9px;
}
.card-title {
  text-align:right;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  width:100%;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space: nowrap;
}
.card .card-title-wrapper {
  width: 75%;
}
.card-text {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 12px;
}
.card .read-more {
  text-decoration: underline;
}
.card-price-wrapper {
  display: inline-block;
}
.card-prev-price,
.card-price {
  vertical-align: middle;
  font-weight: 100;
}
.card-prev-price {
  font-size: 15px;
  text-decoration: line-through;
}
.card-price {
  font-size: 32px;
  line-height: 1;
}
.card .btn-wrapper {
  float: left;
  padding-top: 6px;
}
.card .btn {
  display: inline-block;
  padding: 6px 22px;
  font-size: 14px;
  line-height: 1;
}
.card .receiver,
.card .sender {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 100;
}
.card .receiver .name,
.card .sender .name {
  padding-right: 3px;
}
.card-expiration {
  font-size: 11px;
  display:block;
}
.card--flat {
  border-radius: 0;
  box-shadow: none;
}
.card--flat .text-wrapper {
  padding: 15px 10px;
}
.card--flat .card-text {
  font-weight: bold;
}
.card .text-and-img-row .card-text,
.gift-preview .text-and-img-row .card-text {
  word-break: keep-all;
  position: relative;
  top: 5px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.card .text-and-img-row .col-1-3,
.gift-preview .text-and-img-row .col-1-3  {
  position: relative;
  text-align: left;
}
.card .circle-img-wrapper,
.gift-preview .circle-img-wrapper {
  display: inline-block;
  width: 69px;
  height: 69px;
  overflow: hidden;
  border-radius: 50%;
}
.gift-preview .circle-img-wrapper {
  width: 90px;
  height: 90px;
}
.card .added-img,
.gift-preview .added-img {
  height: 100%;
}
.card .btn-add-img,
.gift-preview .btn-add-img {
  position: absolute;
  left: 60px;
  bottom: 3px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid #434343;
  border-radius: 50%;
  background: #fff;
  color: #434343;
  font-size: 10px;
}

.card--expanded .card-title {
  width: auto;
}
.card--expanded .card-price {
  float: left;
}
.card--expanded .read-more {
  display: block;
  font-weight: 100;
  font-size: 13px;
}
.card--expanded .clearfix,
.card-header {
  padding-bottom: 20px;
}

.cash-card--expanded .more-info {
  display: block;
  padding-bottom: 15px;
}

/* expanded card cash input */
.card-cash-input {
  position: relative;
  float: left;
}

.card-cash-input:after {
  content: "₪";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
}

.card-cash-input .form-control {
  line-height: 35px;
}

@media screen and (max-width: 940px) {
  .card-title {
    font-size: 15px;
  }
  .card-price {
    font-size: 27px;
  }
}
/*.cash-giftcard {
  overflow: hidden;
}*/
.cash-giftcard .cash-input-wrapper {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  width:100%;
}
.cash-giftcard .cash-input-wrapper:after {
  /*@replace: "$"*/
  content: "₪";
  position: absolute;
  top: 50%;
  left:0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 22px;
  font-weight: 100;
}
.cash-giftcard .col-2-3 {
  padding-left: 18px;
}
.cash-giftcard .input-theme {
  font-size: 16px;
  line-height: 36px;
  font-weight: 100;

}
.input-cash {
   height:40px;
}
.cash-giftcard:after {
  /*@replace: "Gift Card"*/
  content: "Gift Card פתוח";
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px 5px 5px;
  background: #fff;
  border-radius: 0 0 0 5px;
  font-size: 11px;
  line-height: 1;
}
.progress-bar {
  display:block;
}

.file-upload-input {
    display:none;
}

.btn-del-img .icon {
  font-size:9px;
  font-weight:bold;
  transform: translateX(1px);
}
.img-preview-button:hover::after {
  content:"";
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  border-radius:50%;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.img-preview-button:hover .img-preview-icon {
  display:inline-block;
}
.img-preview-icon.fa {
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  color:white;
  font-size:30px;
  display:none;
  z-index:2;
}

.step-2-wrapper .progress-bar {
  position:absolute;
  right:0;
  direction:rtl;
  bottom:0;
  background-color:#f6b336;
  width:0;
  display:block;
  height:3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border:none;
}
.step-2-wrapper .progress-hidden.progress-bar {
  display:none;
}

.border-error {
  border: 1px solid #fd0000;
}


.cash-giftcard .gift-logo {
  max-height: 75px;
  max-width:100%;
}

@media screen and (max-width: 940px) {
  .cash-giftcard .cash-input-wrapper:after {
    font-size: 18px;
  }
  .cash-giftcard .input-theme {
    font-size: 14px;
    line-height: 28px;
  }
}
[data-equal-height] {
  padding-bottom: 50px;
  transition: 0.4s height ease;
}
[data-equal-height] .card-bottom {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.card--flat {
  border-radius: 0;
  box-shadow: none;
}
.card--flat .card-img-col {
  border-radius: 0;
}
.card--flat .text-wrapper {
  padding: 15px 10px;
}
.card--flat .card-text {
  font-weight: bold;
}

.mini-card {
  position: relative;
  background: #e1e4e4;
  border-radius: 5px;
}
.mini-card-bird {
  position: absolute;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.mini-card .card-img-col {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.mini-card .card-img-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  -ms-transform: translateX(-30%) scale(1.3);
      transform: translateX(-30%) scale(1.3);
}
.mini-card .card-img-wrapper img {
  position: absolute;
  width:150%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8e8e8e;
  border-radius: 50%;
}

/* --- END CARD --- */


.table {
  width: 100%;
}
.table-col-1 {
  width: 14.2857%;
}
.table-col-2 {
  width: 28.5714%;
}

/* ---- MODALS --- */
.modal {
  position: absolute;
  /* @noflip */ left: 50%;
  top: 10vh;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  width: 530px;
  padding-bottom: 45px;
  background: #fff;
  text-align: center;
}
.modal-newletter {
    width: 490px;
}
.modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  overflow-y: scroll;
  z-index: 12;
}
.modal-wrapper.visible {
  display: block;
}
.modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal .btn-export {
    background: white;
    position: absolute;
    top: 11px;
    left: 11px;
    padding: 0 8px 0px 0;
}

.modal .btn-theme {
  padding: 10px 15px;
}

.modal--narrow {
  width: 400px;
}
.modal--md {
  width: 450px;
}
.modal--wide {
  width: 710px;
}
.modal--extra-wide {
  width: 840px;
}
@media screen and (max-width: 940px) {
  .modal--extra-wide {
    width: auto;
    left: 15px;
    right: 15px;
    top: 15px;
    margin-bottom: 15px;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}
.modal--super {
  padding-top: 25px;
}

.modal--super .modal-text {
  margin: 0 auto 25px;
  max-width: 330px;
  width: 100%;
  padding: 0 15px;
}
.modal--giftcard-thanku {
  padding-top: 30px;
}
.modal--giftcard-thanku form {
  margin: 0 auto;
  max-width: 420px;
  padding: 0 1em;
}
.modal--giftcard-thanku .form-group {
  padding-bottom: 1em;
}
.modal--giftcard-thanku .form-title {
  margin: 0;
}
.modal--giftcard-thanku .thanku-note {
  font-size: 14px;
}
.modal--giftcard-thanku .talk-soon {
  padding-bottom: 10px;
}
.modal--giftcard-thanku .name-field {
  margin: 0 auto;
  max-width: 280px;
}
.modal--giftcard-thanku .resend {
  padding: 1em;
  padding-bottom: 0;
}
.modal--giftcard-thanku .resend p {
  margin-bottom: 0;
  font-size: 14px;
}
.modal--giftcard-thanku .resend-link {
  text-decoration: underline;
}
.modal--giftcard-thanku .overlay-wrapper {
  top: auto;
  bottom: 0;
  -ms-transform: none;
      transform: none;
}
.modal--giftcard-thanku .form-well-overlay .btn-close {
  top: 15px;
  right: 15px;
}

.modal--giftcard-thanku .parsley-errors-list {
  top: -15px;
  bottom: auto;
}
.modal--giftcard-thanku .improved-overlay {
  background: #d8d7d7;
}
.modal--image-view {
  width:auto;
  padding: 11px;
}
.modal .btn-close.btn-close-img-preview {
  position:absolute;
  top:11px;
  right:11px;
  background:white;
  height:22px;
  width:22px;
}
.modal .btn-close.btn-close-img-preview span {
    position:absolute;
    top:0;
    right:0;
}

.image-view {
  display:none;
}
.modal--thanku-sent {
  padding: 40px 15px 0;
}

.modal--thanku-sent .sent-modal-text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 310px;
  font-size: 18px;
}
.modal--thanku-sent .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .modal--thanku-sent img {
    width: 100%;
  }
}
.modal--send-options {
  padding: 50px 40px 0;
}

.modal--send-options .giftcard-send-options .row--with-less-gutter {
  padding-bottom: 40px;
}
.modal--send-options .title--sm {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.modal--send-options .improved-overlay {
  background: white;
}
@media screen and (max-width: 740px) {
  .modal--send-options {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.modal--step {
  padding: 30px;
}
.modal--step .success-content {
  padding-top: 45px;
  padding-bottom: 35px;
}
.modal--step .success-content .title--sm {
  margin-bottom: 0;
}
.modal--step .success-content p {
  margin-bottom: 0;
  font-size: 14px;
}
.modal--step .btn-theme {
  padding-right: 25px;
  padding-left: 25px;
  font-size: 15px;
}
.modal--step .load-content {
  padding: 20px 0 0;
  margin-bottom: 10px;
}
.modal--step .load-content .title--sm {
  margin-bottom: 15px;
}
.modal--step .input-paper {
  margin: 0 auto;
  max-width: 270px;
  border-color: #909090;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
}
.modal--step .input-paper.input--error {
  border-color: #fd0000;
}
.modal--step .error-msg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
  font-size: 11px;
  color: #fd0000;
}

.modal.superVoucher .parsley-errors-list{
    display: block;
    position: initial;
    transform: none;
    margin: 5px auto;
}

.modal--auth {
  padding-top: 45px;
  text-align: right;
}
.modal--auth .btn-close {
  right: 15px;
}
.modal--auth .or-label + .col {
  border-right: 1px solid #d8d7d7;
}
.modal--auth .auth-modal-wrapper {
  padding: 0 65px;
}
.modal--auth .auth-modal-text {
  margin: 0 auto;
  max-width: 420px;
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}
.modal--auth .auth-modal-tagline {
  margin: 0;
}
.modal--auth .inner-header {
  padding-bottom: 20px;
  line-height: 1;
}
.modal--auth .header-link {
  position: absolute;
  left: 15px;
  top: 15px;
  padding-top: 4px;
  font-size: 15px;
  text-decoration: underline;
  cursor:pointer;
}
.modal--auth footer {
  padding-top: 12px;
}
.modal--auth footer .check-wrapper {
  float: right;
}
.modal--auth footer .forgot-password {
  float: left;
  padding-top: 4px;
  font-size: 12px;
}
.modal--auth .form-group {
   margin-bottom: 15px;
}
.modal--auth .form-control,
.modal--auth label {
  font-size: 14px;
}
.modal--auth .btn-theme {
  font-size: 18px;
}
.modal--auth .social-connect-wrapper .btn {
  display: table;
  width: 100%;
  padding: 0;
  direction: ltr;
}
.modal--auth .social-connect-wrapper .btn-text,
.modal--auth .social-connect-wrapper .btn-icon {
  display: block;
  line-height: 45px;
}
.modal--auth .social-connect-wrapper .btn-text {
  margin-left: 60px;
  padding-right: 18px;
  text-align: right;
  direction: rtl;
}
.modal--auth .social-connect-wrapper .btn-icon {
  float: left;
  width: 60px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.modal--auth .social-connect-wrapper .btn-facebook {
  margin-bottom: 20px;
}
.modal--auth .or-label {
  display: inline-block;
  padding: 2px 8px 4px;
  border: 1px solid #d8d7d7;
  background: #fff;
  color: #434343;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 741px) {
  .modal--auth .or-label {
    position: absolute;
    /*@noflip*/
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 940px) {
  .modal--auth .auth-modal-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 740px) {
  .modal--auth > .row {
    text-align: center;
  }
  .modal--auth .col:first-child {
    border: none;
  }
  .modal--auth .or-label {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  .modal--auth .auth-modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal--feedback {
  padding: 15px 20px 25px;
}
.modal--feedback .text {
  padding-top: 30px;
}
.modal--feedback p {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 300px;
}
.modal--password {
  padding: 70px 50px;
}
.modal--password .form-group:first-child {
  padding-top: 20px;
  padding-bottom: 25px;
}
.modal--password-confirmation {
  padding: 60px 110px 40px;
}
.modal--password-confirmation .title--sm {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .modal--password,
  .modal--password-confirmation {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 740px) {
  .modal {
    width: auto;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 5px;
    overflow-y: scroll;
    margin-bottom: 15px;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}

.modal--reset-password {
  padding: 35px 15px 29px;
}

.modal--reset-password p {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  font-weight: 100;
}

.modal--reset-password .form-group {
  margin: 0 auto;
  padding-bottom: 0;
  margin-bottom:15px;
  max-width: 300px;
}

.modal-btn,
.modal--reset-password .modal-btn {
  display: block;
  margin: 15px auto 0;
  font-size: 18px;
  padding: 10px 30px;
  line-height: 1;
}
.modal--reset-password .modal-btn {
  margin: 30px auto 0;
}

.modal--reset-password.modal .parsley-errors-list {
  bottom: 0;
  width:100%;
}

.modal--reset-password .padded-top {
  padding-top: 25px;
}

.modal--reset-password .confirmation-img {
  padding-top: 20px;
}

/* produce modal */
.modal--produce {
  padding: 18px 18px 25px;
}

.modal--produce .title--sm {
  padding-top: 25px;
}

.modal--produce .modal-btn {
  padding-right: 30px;
  padding-left: 30px;
}

.modal--activation {
  padding: 25px 15px 35px;
}

.modal--activation .spacer {
  padding-bottom: 25px;
}

.modal--activation .title--xs {
  padding-bottom: 25px;
}

.modal--activation .img-offset {
  position: relative;
  left: 15px;
}

.modal--activation .activation-btn {
  max-width: 175px;
  width: 100%;
}

.modal--activation .limit-width {
  max-width: 330px;
  width: 100%;
}

.modal--unavailable {
  padding: 45px 15px 30px;
}

.modal--unavailable .title--xs {
  padding-top: 30px;
  margin-bottom: 25px;
}

.modal--unavailable .btn-theme {
  max-width: 175px;
  width: 100%;
}

.modal--redemption {
  padding: 30px 15px;
}

.modal--redemption .narrow-row {
  margin: 0 auto;
  padding-bottom: 20px;
}

.modal--redemption .business-code-wrapper .col:first-child {
  padding-left: 10px;
  font-size: 14px;
  line-height: 38px;
}

.modal--redemption .form-control {
  height: 40px;
  line-height: 38px;
}

.modal--redemption .btn-approve {
  padding: 10px 65px;
}

.modal--redemption .details {
  text-align: right;
  background: #f8f9fb;
  border: 1px solid #e3e3e4;
}
.modal--redemption .details .price,
.modal--redemption .details-item-title {
  display: block;
  padding: 12px 12px 10px 20px;
}
.modal--redemption .details .price {
  border-left: 1px solid #e3e3e4;
}
.modal--redemption .details .price-postfix {
  margin-right: 5px;
  font-size: 12px;
}
.modal--redemption .details-item-title {
  padding-left: 0;
  font-size: 13px;
}
.modal--redemption hr {
  margin: 0 auto 20px;
  max-width: 360px;
  border: none;
  background: #e3e3e4;
  height: 1px;
}
.modal--redemption .partial-redemption {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 290px;
}
.modal--redemption .partial-redemption-row {
  padding-left: 30px;
  padding-bottom: 20px;
}
.modal--redemption .partial-redemption-row .col-1-3 {
  line-height: 38px;
  font-size: 14px;
}


@media screen and (min-width: 481px) {
.modal--redemption .narrow-row {
    max-width: 215px;
  }
}

@media screen and (max-width: 480px) {
  .modal--redemption .align-left,
  .modal--redemption .partial-redemption-row {
    text-align: right;
  }

  .modal--redemption .partial-redemption-row {
    padding-left: 0;
  }
}

/* --- END MODAL --- */





.tooltip {
  display: none;
  position: absolute;
  left: 50%;
  top: -10px;
  -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
  padding: 5px;
  background: #434343;
  border-radius: 3px;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper:hover .tooltip {
  display: block;
}
.tooltip:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #434343;
}
.form-well-overlay,
.default-overlay,
.improved-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  text-align: center;
  transition: 0.25s transform ease;
}
.form-well-overlay .btn-close,
.default-overlay .btn-close {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 3;
}
.form-well-overlay.visible,
.default-overlay.visible,
.improved-overlay.visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
      z-index:1;
}

.form-well-overlay .group:first-child,
.default-overlay .group:first-child {
  padding-bottom: 1em;
}
.form-well-overlay {
  background: #d8d7d7;
}
.default-overlay {
  background: #fff;
}
.default-overlay .overlay-wrapper {
  top: auto;
  bottom: 0;
}
.overlay-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.overlay-wrapper .btn {
  font-size: 13px;
}
.print-overlay p {
  margin-bottom: 23px;
}
.input-overlay .icon--sm {
  vertical-align: middle;
  font-size: 28px;
}
.input-overlay .form-control {
  height: 38px;
  width: 310px;
}
.input-overlay .btn-invert {
  margin: 10px auto;
}
@media screen and (max-width: 480px) {
  .input-overlay .overlay-wrapper {
    margin-top: 1em;
    padding: 0 1em;
  }
  .input-overlay .icon--sm {
    display: none;
    margin: 10px auto;
  }
  .input-overlay .form-control {
    width: 100%;
  }
}

/* improved overlay */
.improved-overlay {
  background: #efeeee;
}

.improved-overlay .overlay-inner {
  position: absolute;
  top: 50%;
  /*@noflip*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: 450px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.improved-overlay .input-theme {
  margin: 0 auto;
  height: 38px;

  padding-right: 7px;
}
.step-2-wrapper .improved-overlay .input-theme {
  max-width: 320px;
}

.improved-overlay .btn-invert {
  padding-right: 40px;
  padding-left: 40px;
}

.improved-overlay .btn-cancel {
  position: absolute;
  top: 28px;
  right: auto;
  margin-right: 15px;
  text-decoration: underline;
}

.improved-overlay-label {
  display: block;
  padding-bottom: 14px;
}

.with-margin {
  margin-bottom: 14px;
}

.improved-overlay p {
  margin: 0;
  padding-bottom: 25px;
}

.improved-overlay--ar,
.improved-overlay--ar .overlay-buttons {
  text-align: right;
}

.giftcard-page-overlay-inner {
  padding-top: 15px;
}

.improved-overlay .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.step-2-wrapper .improved-overlay .row {
  margin:0;
}

.improved-overlay .col-1-2 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* input with label on the right */
.input-w-label-wrapper label {
  display: block;
  float: right;
  width: 110px;
  height: 38px;
  text-align: center;
  background: white;
  border: 1px solid #f7b336;
  border-left: none;
  border-radius: 0 3px 3px 0;
  line-height: 38px;
}

.input-w-label-wrapper .input-theme {
  display: block;
  width: calc(100% - 110px);
  margin-right: 110px;
  border-radius: 3px 0 0 3px;
  padding-top: 0;
  padding-bottom: 0;
}
.fright {
    float:right;

 }
 .fleft {
  float:left;
 }

 .sendViaSmsForm .input-w-label-wrapper-new.sms {
  max-width:224px;
 }
 .step-2-wrapper .improved-overlay .sendViaEmailForm .input-theme {
  width:100%;
  max-width:100%;
 }

.step-2-wrapper .input-w-label-wrapper-new {
  position:relative;
}
.step-2-wrapper .input-w-label-wrapper-new label {
  font-size:12px;
  position:absolute;
  top:-3px;
  right:0;
  transform: translateY(-100%);
}
.input-with-infix {
  position: relative;
}
.input-with-infix .infix {
  position: absolute;
  top: 10px;
  left: 16px;
}



/* business info */
.business-info {
  padding-top: 40px;
  padding-bottom: 20px;
}
.business-info .summary {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.2;
}
.business-info .side-note {
  margin-bottom: 30px;
  font-size: 14px;
}
.business-info .col-contact-info {
  padding-right: 10%;
  text-align: right;
}
.business-info .with-margin {
  margin-bottom: 20px;
}
.business-info .contact-info-logo {
  display: block;
  margin-bottom: 35px;
  max-height:78px;
  max-width:102px;
}
@media screen and (max-width: 940px) {
  .business-info .col-contact-info {
    padding-right: 5%;
  }
}
@media screen and (max-width: 740px) {
  .business-info .col-contact-info {
    padding-top: 1em;
    padding-right: 0;
  }
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info li {
  margin-bottom: 10px;
}
.contact-info a {
  text-decoration: none;
}
.contact-info .icon-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: -15px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.fluid {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.white-bg {
  background: #fff;
}
.no-border {
  border: none;
}
.relative {
  position: relative;
}
.tdu {
  text-decoration: underline;
}
.no-margin {
  margin: 0;
}
.circular {
  border-radius: 50%;
}
.step-2-wrapper  .for-who .for-me {
    margin-right:5px;
  }
@media screen and (max-width: 480px) {
  .mobile-db {
    display: block;
  }
  .step-2-wrapper .for-who .title {
    font-size:15px;
  }
  .step-2-wrapper .for-who .for-me {
    margin-bottom:13px;
    margin-right:0;
    text-align:right;
  }
  .step-2-wrapper .for-who .for-friend-label {
    margin-bottom:6px;
    margin-top:13px;
  }
  .step-2-wrapper .for-friend .names-col, .step-2-wrapper .for-friend .greeting-col {
    padding:0;
  }
  .step-2-wrapper .step-form .form-group.sender-name {
    margin-bottom: 23px;
  }
}

.m-page-header {
  position: relative;
  background: url("../../../../../../imagesnew/header-bg.png") center center no-repeat;
  background-size: cover;
}

.m-page-header .form-control,
.m-page-header .btn {
  height: 38px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: inherit;
  line-height: 1.5;
}

.m-page-header .btn-wrapper {
  padding-right: 10px;
}
li.cancel-padding-right:first-child  {
  padding-right:0;
}

@media screen and (min-width: 741px) and (max-width: 940px) {
  .header-col .site-logo {
    width: 100%;
    padding-left: 1em;
  }
}

.home-header {
  /*@replace: url("../../../../../../imagesnew/home-header-bg-en.png") */
  background-image: url("../../../../../../imagesnew/home-header-bg.png");
}

.home-header .form-wrapper {
  position: relative;
  background: rgba(255,255,255,0.3);
  z-index: 2;
}

.home-header .form-wrapper > .wrapper {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}



.home-header .gift-generator-text {
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: white;
  z-index: 2;
}

.home-header .gift-generator-top {
  top: 12px;
}

.home-header .gift-generator-bottom {
  bottom: 10px;
}

.home-header .gift-generator-text a {
  text-decoration: underline;
}
.home-header .gift-generator-text a:after {
  content: "\e90b";
  font-family: "icomoon";
  margin-right: -3px;
  font-size: 9px;
  text-decoration: none;
}
.home-header-hero {
  padding-top: 15px;
}
.home-header-hero .hero-text {
  text-align: center;
}
.home-header-hero .hero-text-p {
  margin: 30px 0;
  font-size: 30px;
  color: #fff;
  line-height: 39px;
  min-height: 117px;
}
.home-header-hero .iphone {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  z-index: 0;
}

@media screen and (max-width: 1200px) and (min-width: 941px) {
  .home-header .btn-primary {
    font-size: 12px;
  }
}

@media screen and (max-width: 940px) and (min-width: 741px) {
  .hidden-mid-size {
    display: none;
  }
}

@media screen and (max-width: 940px) {
  .home-header-hero .hero-text-p {
    font-size: 25px;
  }

  .iphone-bg-wrapper .iphone{
    left: -40px;
    width: 530px;
  }
}
.mobile-header-summary {
  display: none;
  padding: 15px 30px;
}
.mobile-header-summary .bucket {
  float: right;
}
.mobile-header-summary .text {
  padding-right: 105px;
  font-size: 14px;
}
.mobile-header-summary .text p {
  padding-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  .mobile-header-summary {
    display: block;
  }
}
.mobile-header {
  display: none;

}

.mobile-header .mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  background: #1d829d;
  line-height: 58px;
  z-index: 11;
}

.fixfixed .mobile-header .mobile-nav {
  position:absolute;
}
.mobile-header .mobile-nav .icon {
  width: 35px;
}
.mobile-header .center-col {
  text-align: center;
}
.mobile-header .mobile-logo {
  width: 70px;
}
.mobile-header .left-col {
  text-align: left;
}
.mobile-header .logo-wrapper {
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: url("../../../../imagesnew/header-bg.png") center center no-repeat;
  background-size: cover;
  text-align: center;
}
.mobile-header.home-mobile-header .logo-wrapper {
  /*@replace: url("../../../../imagesnew/home-header-bg-en.png") */
  background-image: url("../../../../imagesnew/home-header-bg.png");
}
.mobile-menu {
  position: fixed;
  bottom: 0;
  top: 0;
  height:100%;
  overflow:scroll;
  right: -276px;
  width: 276px;
  background: #ffffff;
  color: #323a48;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 11;
  transition: 0.6s all cubic-bezier(1, 0.21, 0.36, 0.97);
  box-shadow: 0 0 25px rgba(26, 30, 37, 0.3);
  -moz-box-shadow: 0 0 25px rgba(26, 30, 37, 0.3);
  -webkit-box-shadow: 0 0 27px rgba(26, 30, 37, 0.3);
}

.mobile-menu-social-links {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 2.5em;
}

.mobile-menu-social-links img {
  width: 30px;
  height: 30px;
}

.mobile-menu-app-stores {
  display: flex;
  justify-content: center;
  padding: 0.5em 1.5em 1.5em 1.5em;
}

.mobile-menu-background-closed {
  position: fixed;
}

.mobile-menu-background-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 30, 37, 0.7);
}

.mobile-menu.open {
  right: 0;
}

.close-area{
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: calc(100% - 276px);
  height: 100%;
  transition: 0.6s all cubic-bezier(1, 0.21, 0.36, 0.97);
}

.mobile-menu.open .close-area{
  left: 0;
}

.mobile-menu .btn-close-menu {
  margin-right: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.mobile-menu .btn-close-menu img {
  width: 20px;
}
.mobile-menu-item {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  height: auto;
  padding: 0.5em 1.6em;
  display: block;
  width:100%;
}

.mobile-menu-empty-space {
  height: 0.5em;
}
.mobile-menu .highlighted {
  color: #f7b336;
}
.mobile-menu-divider {
  border-bottom: dashed 1px #bdc4d1;
  margin: 0 1.2em;
}

.item-with-margin {
  padding-right: 1.5em;
}

.mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-menu .login-btn-wrapper {
  padding: 0.5em 1em 0.5em 1em;
}

.mobile-menu .download-mobile-app > a{
  padding: 1em;
}

.mobile-menu.logged-in .download-mobile-app > a{
  text-align: right;
}

.mobile-menu .btn-login {
  display: block;
  height: 24px;
  background-color: #ffa126;
  width: 100%;
  color:white;
}
.mobile-menu .icon-wrapper {
  display: inline-block;
  width: 25px;
  margin-left: 10px;
  text-align: right;
}
.mobile-menu .icon-wrapper .bell{
  right: -4px;
  position: relative;
}

.mobile-nav-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #e7e7e7;
}
.mobile-nav-search form {
  padding-left: 50px;
}
.mobile-nav-search .form-control {
  padding-right: 40px;
  border-radius: 4px;
  line-height: 35px;
}
.mobile-nav-search .search-icon,
.mobile-nav-search .btn-close-search {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-49%);
      transform: translateY(-49%);
}
.mobile-nav-search .search-icon {
  right: 10px;
}
.mobile-nav-search .btn-close-search {
  left: 15px;
  line-height: 1;
}
[data-mobile-search="true"] {
  display: none;
}
[data-mobile-search="true"].showing {
  display: block;
}

#mobile-search .filter-options{
  top: 28px;
}

.search-overlay-wrapper {
  overflow: scroll;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 88px;
  background: #fff;
  z-index: 10;
}
.search-overlay {
  padding: 16px 10px;
}
.search-overlay .form-group {
  padding-bottom: 30px;
}
.search-overlay label {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
  color: #000;
}
.search-overlay .form-control {
  height: 40px;
  border: 2px solid #d8d7d7;
  line-height: 1;
}
.search-overlay .select-wrapper {
  line-height: 40px;
}
.search-overlay .select-wrapper:after {
  left: 12px;
}
.search-overlay .btn-theme {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 740px) {
  .m-page-header,
  .main-nav {
    display: none;
  }
  .mobile-header {
    display: block;
  }
}
.features {
  padding-top: 75px;
}
.feature {
  margin-bottom: 45px;
}
.feature-img-wrapper {
  position: relative;
  height: 70px;
}
.feature-img-wrapper img {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.feature-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1;
}
.feature-tagline {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 19px;
}
.feature-text {
  margin-bottom: 0;
  max-width: 250px;
}
.feature-link {
  color: #ffaf00;
  text-decoration: underline;
}
.feature-link:hover {
  color: #cc8c00;
}
.feature-bottom-link {
  display: block;
  padding-top: 25px;
  text-decoration: underline;
  color: black;
}
.feature-bottom-link:after {
  margin-right:5px;
  /*@replace: "\e90c" */
  content: "\e90b";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 9px;
}
.m-page-footer {
  padding-top: 40px;
  background: #e3e3e3;
  font-size: 12px;
}

.m-page-footer > .wrapper {
    padding-bottom: 20px;
}

.m-page-footer .footer-form {
  width: 95%;
}
.m-page-footer .footer-form .input-group {
  float: right;
  width: 100%;
  margin-left: -120px;
}
.m-page-footer .footer-form .input-group .form-control {
  display: block;
  margin-left: 100px;
  border-radius: 3px;
}
.m-page-footer .footer-form .input-group-btn {
  width: 120px;
  float: left;
}
.m-page-footer .footer-form .form-control,
.m-page-footer .footer-form .btn {
  height: 38px;
  width: 100%;
}
.m-page-footer .footer-form .form-control {
  background: white;
  font-size: 16px;
}
.m-page-footer .footer-form .circle-check + label:before {
  border-color: black;
}
.m-page-footer .footer-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #f5b135;
}
.m-page-footer .footer-form .btn {
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
.m-page-footer .footer-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  border-top: 1px solid #464545;
}
.m-page-footer .newsletter-text {
  font-size: 14px;
}
.m-page-footer .newsletter-title {
  margin: 0;
  font-size: 19px;
}
.m-page-footer .newsletter-p {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 100;
}
.m-page-footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #434343;
  color: white;
}
.m-page-footer .footer-bottom .row {
  margin-right: 0;
  margin-left: 0;
}
.m-page-footer .footer-bottom .row > div {
  padding-right: 0;
  padding-left: 0;
}
.m-page-footer .btn-more--mobile {
  display: none;
  margin-bottom: 0.5em;
  color: #fff;
  font-weight: bold;
}
.m-page-footer .btn-more--mobile .icon {
  margin-right: 0.5em;
  font-size: 12px;
}
.m-page-footer .footer-links {
  line-height: 1.5;
}
.m-page-footer a:hover,
.m-page-footer a:focus {
  color: inherit;
}
.m-page-footer .contact-thumb {
  margin-left: 10px;
}
.m-page-footer .contact-thumb + span {
  margin-left: 20px;
}
.m-page-footer .footer-images {
  text-align: left;
}
.m-page-footer .footer-images img + img {
  margin-right: 60px;
}
.m-page-footer .consent-group {
  padding-top: 8px;
  font-size: 12px;
}
.footer-contact-title {
  margin: 0;
  font-size: 19px;
}
.footer-contact-tagline {
  margin: 0;
  font-size: 14px;
}
.footer-contact ul {
  padding-top: 15px;
  font-size:14px;
}
@media screen and (max-width: 940px) {
  .m-page-footer .contact-thumb + span {
    margin-left: 10px;
  }
  .m-page-footer .footer-form {
    width: 50%;
    padding-top: 1em;
  }
}
@media screen and (max-width: 740px) {
  .m-page-footer .footer-contact {
    margin-bottom: 2em;
  }
  .m-page-footer .footer-images {
    text-align: center;
  }
  .m-page-footer .footer-form {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
/*  .m-page-footer .footer-contact .dib {
    display: block;
    margin-bottom: 1em;
  }*/
  .m-page-footer .btn-more--mobile {
    display: block;
  }
  .m-page-footer .footer-links {
    display: none;
  }
   .m-page-footer .footer-links.showing {
    display:block;
   }
}
@media screen and (max-width: 940px) and (min-width: 741px) {
  .features .col-1-4 {
    width: 50%;
  }
}

@media screen and (max-width: 740px) {
  .feature-img-wrapper {
    text-align: center;
  }
  .feature-img-wrapper,
  .feature-header {
    display: inline-block;
  }
  .feature img {
    position: relative;
    bottom: 10px;
  }
  .feature-img-wrapper {
    padding-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  .feature-title {
    font-size: 20px;
  }
  .feature-tagline {
    font-size: 15px;
  }
  .feature-bottom-link {
    padding-top: 15px;
  }
}
.compact-footer {
  margin-top: 120px;
  background: #606060;
  color: #fff;
}
.compact-footer .wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 116px;
}
.compact-footer-title,
.compact-footer-tagline {
  color: #f7b336;
}
.compact-footer-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 23px;
  line-height: 1;
}
.compact-footer-tagline {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 19px;
}
.compact-footer-text {
  margin-bottom: 0;
  max-width: 290px;
  width: 100%;
}
.compact-footer-bird {
  position: absolute;
  top: -60px;
  left: 70px;
}
@media screen and (max-width: 1200px) {
  .compact-footer-bird {
    width: 300px;
  }
}
@media screen and (max-width: 740px) {
  .compact-footer .wrapper {
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .compact-footer-bird {
    width: 60%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}


/* GIFTCARD PAGE NEW FOOTER */
.giftcard-page-footer {
  padding: 50px 0 40px;
  background: #efeeee;
}
.giftcard-page-footer .col-text {
  display: inline-block;
}
.giftcard-page-footer .col-links {
  text-align: left;
}
.giftcard-page-footer .footer-title {
  margin: 0;
  font-size: 18px;
}
.giftcard-page-footer .footer-text {
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
}
.giftcard-page-footer .customer-service {
  max-width: 300px;
}
.giftcard-page-footer .continue-shopping {
  display: inline-block;
  position: relative;
  min-width: 320px;
  padding: 30px 20px;
  background: #4e4e4e;
  color: #f7b336;
  font-size: 18px;
  text-align: right;
  overflow: hidden;
  direction: rtl;
}
.giftcard-page-footer .continue-shopping .bucket {
  position: absolute;
  left: -22px;
  bottom: -37px;
}
.giftcard-page-footer .continue-shopping-text {
  max-width: 190px;
}
.giftcard-page-footer .continue-shopping .icon {
  margin-right: 8px;
  font-size: 12px;
}
.giftcard-page-footer .logo,
.giftcard-page-footer .continue-shopping {
  vertical-align: middle;
}
.giftcard-page-footer .logo {
  margin-right: 45px;
  max-width: 110px;
}
@media screen and (max-width: 940px) and (min-width: 741px) {
  .giftcard-page-footer .col-text {
    max-width: 230px;
  }
}
@media screen and (min-width: 741px) {
  .giftcard-page-footer .col-links {
    float: left;
    margin-right: -340px;
  }
}
@media screen and (max-width: 740px) {
  .giftcard-page-footer .col-links {
    text-align: center;
  }
  .giftcard-page-footer .logo {
    width: 90px;
  }
  .giftcard-page-footer .continue-shopping {
    min-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .giftcard-page-footer .logo,
  .giftcard-page-footer .continue-shopping {
    display: block;
  }
  .giftcard-page-footer .continue-shopping {
    min-width: unset;
    font-size: 16px;
  }
  .giftcard-page-footer .continue-shopping-text {
    max-width: 160px;
  }
  .giftcard-page-footer .logo {
    margin: 15px auto 0;
  }
}


.bm-menu a {
  display: block;
  margin: 1em;
  padding: 1em;
  background: #f7b336;
  color: #fff;
  font-size: 23px;
  text-align: center;
}
@media screen and (min-width: 741px) {
  .promo-items .col:nth-child(3n+1) {
    clear: right;
  }
}
@media screen and (max-width: 740px) and (min-width: 481px) {
  .promo-items .col:nth-child(2n+1) {
    clear: right;
  }
}
@media screen and (max-width: 1200px) {
  .promo-items .card--flat .card-text {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  .promo-items .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .promo-items .col {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .promo-items .card--flat .text-wrapper {
    padding-top: 0.5em;
  }
  .promo-items .card--flat .btn-theme {
    font-size: 14px;
  }
  .promo-items .db-sm {
    display: block;
    line-height: 1.2;
  }
  .promo-items .db-sm:first-child {
    padding-top: 8px;
  }
}
.col-card {
  border-left:1px solid #e1e1e1;

}
@media screen and (max-width: 480px) {
  .promo-items .card--flat {
    margin-bottom: 18px;
  }
  .promo-items .card--flat .card-text {
    display: block;
  }
  .promo-items .card--flat .btn-purchase {
    display: none;
  }
  .promo-items .card--flat .btn-purchase--mobile {
    display: inline-block;
  }
  .col-text-super {
    border-right:none;
  }
}
.category-text {
  padding-bottom: 1em;
  font-size: 15px;
}

.category-text p {
  margin-bottom: 1.2em;
}
.category-text  span {
    font-family: 'open sans hebrew', sans-serif !important;
}
@media screen and (max-width: 480px) {
  .category-text {
    font-size: 14px;
  }
}
.tagline {
  margin-bottom: 20px;
  color: #434343;
  font-size: 18px;
  font-weight: bold;
}
.tagline,
.summary {
  line-height: 1.2;
}
.super > .row {
  padding-bottom: 75px;
}
.super .btn {
  padding: 0.7em 2em;
}
.super .btn.load {
  padding: 11px 13px;
  font-size:17px;
  line-height:0;
  width:240px;
  height:36px;
  margin-top: 10px;
}

.super .col-text {
  max-width: 512px;
  width: 100%;
}

.super-list {
  display:block;
  margin-bottom:10px;
  font-size:15px;
}
.super-list:last-child {
  margin-bottom:0;
}
.super .btn.give-btn {
  padding:0;
}
.super .btn.give-btn .button-inner {
  padding:0.7em 0.85em;
}

.super .col-text .btn {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
.super .summary {
  margin-bottom: 25px;
}
.super-shovar {
    position: relative;
    padding-left: 20px;
    color: #fff;
}
.col-card .super-shovar  {
  color:black;
    position: relative;
  border-radius:10px;
  padding:52px 0;
  text-align:center;
  background-color:#e9eaeb;
}
.super-shovar-form,
.super-shovar-text {
  position: absolute;
  right: 30px;
  max-width: 280px;
  width: 100%;
}
.super-shovar-form {
  bottom: 30%;
}
.super-shovar-text {
  bottom: 40%;
}
.personal-super-shovar .super-shovar-title {
 font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.col-card .super-shovar-title {
  font-size: 18px;
  font-weight:bold;
  margin-top: 0;
  margin-bottom: 23px;
  line-height: 1;
}
.col-card .input-paper {
  margin-bottom: 20px;
  font-size: 28px;
}
.super-shovar .btn-theme {
  font-size: 16px;
}
.super-shovar-price {
  font-size: 46px;
  font-weight: 100;
}

.feature-img-wrapper .super-voucher-gift-footer {
  position:absolute;
  bottom:3px;
  right:-32px;
  /*@replace: scaleX(-1);*/
  transform: scaleX(1);
}
@media screen and (max-width: 940px) {
  .super .col-text {
    margin-bottom: 1em;
  }
  .col-card .super-shovar {
    padding-left: 0;
    padding-right:0;
  }

  .col-text-super {
    border:none;
  }
}
@media screen and (max-width: 740px) {
  .super .subtitle {
    margin-top: 0;
  }
  .feature-img-wrapper .super-voucher-gift-footer {
      position:static;
  bottom:auto;
  right:auto;
  }
  .super > .row {
    padding-bottom: 10px;
  }
  .super .col-text {
    max-width: unset;
  }
  .super .col-text .btn-theme {
    width: 100%;
  }
  .feature {
    padding-right:60px;
    position:relative;
  }
  .feature img {
    bottom:auto;
  }

 .feature-img-wrapper {
      position:absolute;
      right:0;
      top:0;
      bottom:auto;
  }
  .sv-wrapper {
        right: -45px;
    top: -8px;
  }

}
@media screen and (max-width: 480px) {

  .super-shovar-form {
    right: 15px;
    padding-left: 25px;
    max-width: unset;
  }
  .super-shovar-title {
    font-size: 14px;
  }
  .personal-super-shovar .super-shovar-title {
    width:50%;
    font-size:14px;
  }
  .super-shovar .input-paper {
    font-size: 15px;
  }
  .super-shovar .btn-theme {
    font-size: 14px;
  }
  .super .btn.load {
     width:263px;
     padding: 9px 26px;
  }
}
.step-wrapper {
  background-color: #e0e0e0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-map {
  margin: 45px auto 0;
  text-align: center;
  direction: rtl;
}
.page-map-page {
  margin: 0 0.5em;
  padding: 0 0.5em;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.page-map-page.active {
  border-bottom: 4px solid #fff;
}
.page-map-page:hover {
  color: #f7b336;
  text-decoration: none;
}
.page-map .btn {
  margin: 0.5em;
  padding: 1px;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
}
.page-map--dark .page-map-page {
  color: #000;
}
.page-map--dark .page-map-page.active {
  border-color: #000;
}
.page-map--narrow .page-map-page {
  margin: 0 5px;
}
.page-map--narrow .btn {
  margin: 0 1em;
}

.more-info {
  font-size: 13px;
  text-decoration: underline;
}
.step-form-wrapper {
  position: relative;
  padding: 12px 12px;
  background: #e7e7e7;
}

.step-form-wrapper .section1 {
  padding:11px 14px;
}
@media screen and (min-width: 941px) {
  .step-form-wrapper {
    min-height: 650px;
  }

  .super-voucher-flow .step-form-wrapper {
    min-height: auto;
  }

  .step-form-wrapper .btn-security {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width: 940px) {
  .step-form-wrapper .btn-security-lonely {
    padding-top: 10px;
  }
}


.step-form-wrapper .icon {
  color: #333;
}
.step-form .form-group {
  position: relative;
  padding-bottom: 15px;
}
.step-form .form-control[type="text"],
.step-form .form-control[type="number"],
.step-form .select-wrapper .form-control {
  height: 38px;
}
.step-form .select-wrapper select.form-control {
  border: 1px solid #f7b336;
  border-radius: 3px;
}
.step-form .select-wrapper:after {
  line-height: 38px;
}
.step-form .form-well {
  position: relative;
}
.step-form.sending-methods .form-well {
  position: relative;
  margin:0;
  padding: 11px 10px 4px;
}

.step-form .form-well--error {
  border: 1px solid #fd0000;
}
.step-form .form-well-error {
  color: #fd0000;
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 11px;
  transform: translateY(-100%);

}
.step-form .submit-wrapper {
  text-align: center;
}
.step-form .submit-wrapper .btn {
    padding: 0.5em 4em;
    font-size: 18px;
}
.step-form .submit-wrapper .long  {
    padding: 0.75em 3.7em;
    font-size: 18px;
}
.step-form .submit-wrapper .small {
    padding: 0.75em 2em;
    font-size: 17px;
}
.step-form .payments .col:first-child label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
.step-form .payments .col:last-child label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.step-form .form--error {
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 11px;
  color: #fd0000;
}
.step-form .form--error-input {
  border-color: #fd0000;
}
.card-form-layout,
.card-form-layout .card {
  margin-top: 60px;
}
.card-form-layout .btn-give-more {
  display: block;
  margin: 20px auto;
  padding: 12px 10px;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .card-form-layout .row--with-more-gutter {
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-form-layout .row--with-more-gutter > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-form-layout .row--with-more-gutter > .col-3-5 {
    width: 55%;
  }
  .card-form-layout .row--with-more-gutter > .col-2-5 {
    width: 45%;
  }
}
@media screen and (max-width: 940px) {
  .card-form-layout .card {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .card-form-layout .row--with-more-gutter > .col-2-5,
  .card-form-layout .row--with-more-gutter > .col-3-5 {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .card-form-layout .row--with-more-gutter > .col-3-5 {
    padding-top: 1em !important;
    max-width: 550px;
  }
  .card-form-layout .row--with-more-gutter > .col-2-5 {
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .card-form-layout .card-title,
  .card-form-layout .card .receiver,
  .card-form-layout .card .sender {
    font-size: 14px;
  }
  .card-form-layout .card-price {
    font-size: 16px;
  }
}

.step-1-wrapper {
  padding-top: 85px;
  padding-bottom: 30px;
}
.card-wrapper {
  transition: .25s transform ease-in-out;
}

.card-wrapper .card-img-wrapper {
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
}
.card-wrapper .card-img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  transition: .25s transform ease-in-out;
  border-radius: 0;
}

.card-wrapper:hover {
  text-decoration: none;
 -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.card-wrapper:hover .card-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.step-1-item {
  margin-bottom: 20px;
}
.step-1-item .card-text {
  font-weight: bold;
}
@media screen and (min-width: 941px) and (max-width: 1200px) {
  .step-1-wrapper .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .step-1-wrapper .col-1-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .step-1-wrapper .card-title {
    font-size: 15px;
  }
  .step-1-wrapper .card-price {
    font-size: 28px;
  }
}
@media screen and (min-width: 941px) {
  .step-1-wrapper .col-1-3:nth-child(3n+1) {
    clear: right;
  }

}
@media screen and (min-width: 741px) and (max-width: 940px) {
  .step-1-wrapper .col-1-3:nth-child(2n+1) {
    clear: right;
  }
}
@media screen and (max-width: 740px) {
  .step-1-wrapper .card {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .step-1-wrapper .card-price {
    display: inline-block;
    padding-top: 0.5em;
    font-size: 22px;
  }
  .step-1-wrapper .card-prev-price {
    padding-left: 0.5em;
  }

  .step-1-wrapper .cash-giftcard .cash-input-wrapper {
    margin-bottom: 1em;
  }
  .step-1-wrapper .cash-giftcard .btn-theme {
    font-size: 14px;
  }
}
.step-2-wrapper .form-summary {
  font-size: 13px;
  margin-bottom:0;
}
.step-2-wrapper .title--sm {
  margin-bottom:0;
}
.step-2-wrapper .sender-name {
  padding-bottom:0;
}
.step-2-wrapper .for-who-item {
  display: inline-block;
  font-size: 13px;
}
.step-2-wrapper .margined {
  margin-right: 5px;
}
.later-options .date {
  padding-left:2px;
}
.send-now {
  margin-left: 13px;
}
.later-options .time {
  padding-right:2px;
}
.step-2-wrapper .when-date-title {
  font-size:18px;
  font-weight:bold;
  margin-bottom:5px;
  display:inline-block;
}
.step-2-wrapper .for-who span {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
}
.step-2-wrapper .for-me {
  text-align: center;
  background-color:white;
  margin-bottom:13px;
}
.step-2-wrapper .for-me .bird {
  margin-bottom: 15px;
}
.step-2-wrapper .for-me .title--sm {
  margin-bottom: 25px;
}

.step-2-wrapper .btn-natural {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.step-2-wrapper .btn-natural:hover {
  background: #b8b6b6;
}
.step-2-wrapper label[for="step-2-now"] {
  margin-left: 10px;
}
.step-2-wrapper .later-options {
  opacity: 1;
  font-size: 15px;
  transition: 0.2s opacity ease;
  margin-top:-15px;
}
.step-2-wrapper .later-options.hidden {
  opacity: 0;
  font-size: 0;
  pointer-events: none;
}
.step-2-wrapper .send-later-wrapper {
  padding-bottom:10px;
}
.step-2-wrapper .send-later-wrapper label {
  font-size:13px;
}
.step-2-when {
  font-size: 14px;
}

.form-title {
  font-weight: bold;
}

.step-2-wrapper .form-well .form-title {
  margin: 0;
  font-size: 18px;
}

.step-2-wrapper .form-tagline {
  margin-bottom: 10px;
  font-size: 13px;
}

.step-2-wrapper .form-well .col {
  text-align: center;
}

.modal .parsley-errors-list {
  position: absolute;
  left: 50%;

  bottom:0;
  transform: translate(-50%, 100%);
  color: red;
  font-size: 12px;
}

.btn-send-option {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  color: #393939;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: 0.3s opacity ease-in-out;
  text-align: center;
}

.btn-send-option:before {
  content: "";
  display: inline-block;
  margin-right: -3px;
  height: 100%;
  vertical-align: middle;
}

.btn-send-option-inner {
  display: inline-block;
  vertical-align: middle;
}

.btn-send-option .icon {
  display: block;
  font-size: 40px;
}

.btn-send-option .btn-text {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

.btn-send-option:hover{
  opacity: 0.9;
}

.btn-send-option .btn-cancel-send-option, .send-options-container .btn-cancel-send-option {
  display: none;
  position: absolute;
  left: -5px;
  top: 25px;
  width: 20px;
  height: 20px;
  border: 2px solid #fcb739;
  border-radius: 50%;
  background: white;
  color: #fcb739;
}
.send-options-container .btn-cancel-send-option .icon {
  position:absolute;
top:50%;
  /*@noflip*/
  left:50%;
  transform: translate(-50%, -50%);
}
.send-options-container .btn-cancel-send-option {
  display:block;
}

.btn-send-option .btn-cancel-send-option .icon, .send-options-container .btn-cancel-send-option .icon {
  font-size: 9px;
  color: #fcb739;
  line-height: 18px;
}
.send-options-container .btn-cancel-send-option .icon {
  line-height:1;
}

.btn-send-option.toggled .btn-cancel-send-option {
  display: block;
}

.send-option-data {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  white-space: nowrap;
}


.card--for-me .receiver,
.card--for-me .sender,
.card--for-me .card-text,
.card--for-me .text-and-img-row {
  display: none;
}

@media screen and (max-width: 740px) and (min-width: 481px) {
  .step-2-wrapper .later-options {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .step-2-wrapper .submit-wrapper {
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .step-2-wrapper .check {
    left: 10%;
  }
  .step-2-wrapper .for-who-item {
    display: block;
    margin: 0;
    padding-top: 5px;
  }
}
.step-3-wrapper .payment-summary {
  font-size: 18px;
}
.step-3-wrapper .payment-type {
  padding-top: 20px;
}
.step-3-wrapper .payment-type-item {
  display: block;
  margin-left: 1.5em;
  padding: 0.25em 1em;
  text-decoration: none;
}
.step-3-wrapper .payment-type-item.active {
  color: #f7b336;
  border-bottom: 2px solid #f7b336;
  font-weight: bold;
}
.step-3-wrapper .btn-load {
  margin-right: 5px;
  font-weight: 400;
}
.step-3-wrapper .form-well {
  padding-top: 25px;
}
.step-3-wrapper .super-overlay {
  padding: 16px 20px;
}
.step-3-wrapper .super-overlay .left {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.step-3-wrapper .super-overlay .row {
  margin-right: 10px;
  padding: 10px 0;
  width: 60%;
}
.step-3-wrapper .super-overlay .pay-with-label {
  padding-top: 15px;
}
.step-3-wrapper .super-overlay .pay-with .c-thumb {
  margin-left: 8px;
}
.step-3-wrapper .super-overlay .pay-with .form-control {
  width: 115px;
}
.step-3-wrapper .super-overlay .pay-with .currency {
  margin-right: 5px;
  vertical-align: bottom;
  font-size: 14px;
}
.step-3-wrapper .super-overlay .seperator {
  border: none;
  background: #a1a1a1;
  height: 1px;
}
.step-3-wrapper .super-overlay .seperator-no-mt {
  margin-top: 0;
}
.step-3-wrapper .super-overlay .btn-continue {
  display: block;
  margin: 20px auto 40px;
  padding: 10px 35px;
}
.step-3-wrapper .super-overlay .btn-continue .icon-arrow-left {
  margin-right: 10px;
  font-size: 14px;
}
.step-3-wrapper .form-group {
  padding-bottom: 30px;
}
.step-3-wrapper .form-label {
  display: block;
  margin-bottom: 5px;
}
.step-3-wrapper .accepted-cards {
  float: left;
}
.step-3-wrapper .question-mark {
  position: relative;
  bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  height: 15px;
  width: 15px;
  background: #434343;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
.step-3-wrapper .submit-wrapper {
  padding-top: 25px;
  padding-bottom: 36px;
}
.step-3-wrapper .consent {
  margin-bottom: 15px;
}
.step-3-wrapper .btn-security {
  font-weight: bold;
  color: #393939;
}
.step-3-wrapper .btn-security .icon-lock {
  margin-left: 10px;
  font-size: 24px;
}
.step-3-wrapper .btn-security-text {
  font-size: 12px;
}
/*.step-3-wrapper #paypal-payment,#cc-payment.creditGaurdUrlError {
  min-height: 300px;
}*/
#cc-payment.creditGaurdUrlError label
{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.step-3-wrapper #empty {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .step-3-wrapper #empty img {
    width: 100%;
  }
}
.people-suggestions {
  padding-top: 15px;
}
.people-suggestions .row {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}
.people-suggestions .suggestion-item {
  display: block;
  padding: 12px 10px;
  background: #e1e4e4;
  color: #434343;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
}
.people-suggestions .btn-next {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  padding-right: 2px;
  background: #e1e4e4;
  font-size: 10px;
}
@media screen and (max-width: 940px) {
  .step-3-wrapper .form-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 740px) {
  .step-3-wrapper .super-overlay .row {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .step-3-wrapper .payment-type .dib {
    display: block;
  }
  .step-3-wrapper .payment-type-item {
    margin-left: 0;
    margin-bottom: 0.5em;
    width: 100%;
    text-align: center;
    background: #d8d7d7;
    border-radius: 5px;
  }
  .step-3-wrapper .super-overlay .row {
    width: 100%;
  }
  .step-3-wrapper .super-overlay .col {
    padding: 10px 0;
  }
  .step-3-wrapper .super-overlay .pay-with .form-control {
    width: 80%;
  }
  .step-3-wrapper .card-pinned-img .pinned-img {
    width: 110px;
    max-height: 120px;
  }
}
.confirmation-wrapper {
  padding: 7% 0;
  margin-top:1px;
}
.confirmation-wrapper .card {
  margin: 0 auto;
  padding: 6px 6px 30px;
  max-width: 575px;
}
.confirmation-wrapper .success-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 100;
}
.confirmation-wrapper .confirmation-text {
  margin: 0;
  line-height: 1.2;
}
.confirmation-wrapper-card-text {
  padding: 20px 20px 0
}
.confirmation-wrapper .micro-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.confirmation-wrapper .micro-title-mb {
  margin-bottom: 1em;
}

.confirmation-wrapper .send-buttons{
  margin: auto;
  max-width: 260px;
}

.confirmation-wrapper .send-buttons .btn{
  display: block;
  width: 100%;
  max-height: 40px;
}

.confirmation-wrapper .btn-print {
  display: block;
  margin: 0 auto;
  padding: 10px;
  color: #000;
  font-size: 18px;
  width: fit-content;
}

.confirmation-wrapper .icon-print {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 22px;
}

.confirmation-wrapper .purchase-more {
  padding-top: 20px;
  margin: 0;
  font-weight: 100;
}
.confirmation-wrapper a {
  border-bottom: 1px solid #434343;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .confirmation-wrapper .success-title {
    font-size: 24px;
  }
}
.personal-form-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f8f8f8;
}
.personal-form-wrapper .form-group {
  margin-bottom: 1em;
}
.personal-form-wrapper .form-group-note {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.personal-form-wrapper .form-control {
  height: 38px;
}
.personal-form-wrapper .profile-pic {
  vertical-align: top;
  margin-right: 0.75em;
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.personal-form-wrapper .profile-pic img {
  width: 100%;
}
.personal-form-wrapper .submit-wrapper {
  text-align: center;
}
.personal-form-wrapper .submit-wrapper .btn {
  padding: 10px 90px;
}
.personal-empty-view {
  padding-bottom: 40px;
  text-align: center;
}
.personal-empty-view .empty-view-title {
  margin: 0;
  padding-top: 35px;
  font-size: 22px;
  font-weight: bold;
}
.personal-empty-view p {
  margin: 0 auto;
  max-width: 530px;
  padding-bottom: 35px;
  font-size: 19px;
  font-weight: 100;
  line-height: 1.2;
}
.personal-empty-view .empty-view-btn {
  display: inline-block;
  padding: 13px 25px;
  font-weight: bold;
  line-height: 1;
}
.personal-table {
  margin-bottom: 45px;
 /*table-layout:fixed*/
}
.personal-table .main-row {
  border-bottom: 1px solid #8e8e8e;
}
.personal-table td {
  padding: 1em 0.5em;
}
.personal-table .mini-card {
  position: relative;
  margin: 0 1em;
}
.personal-table .mini-card:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.67%;
}
.personal-table .text-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  line-height: 1;
  padding-right: 10px;
}
.personal-table .cash-mini-card {
  background: url("../../../../../../imagesnew/mini-cash-card-bg.png") center no-repeat;
  background-size: cover;
  color: #fff;
}
.personal-table .group {
  display: inline-block;
}
.personal-table .group:first-child {
  margin-left: 20px;
}
.personal-table .title--sm {
  margin-bottom: 0;
}
.personal-table .table-tagline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.personal-table .btn {
  padding: 5px 10px;
}
.personal-table .table-col-2 .btn {
  margin-left: 10px;
}
.personal-table .mobile-heading {
  display: none;
  width: 100%;
}
.personal-table .mobile-heading td {
  padding: 0.5em;
}
.personal-table .mobile-heading .title--sm,
.personal-table .mobile-heading-tagline {
  display: inline-block;
}
.personal-table .mobile-heading-tagline {
  margin-bottom: 0;
}
.personal-page-map {
  margin-bottom: 77px;
}
.personal-super-shovar {
  margin: 0 auto 100px;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .personal-form-wrapper .row--with-more-gutter {
    margin-left: 0;
  }
}
@media screen and (max-width: 940px) {
  .personal-table .card-col {
    padding-left: 0;
    padding-right: 0;
  }
  .personal-table .mini-card-price {
    font-size: 12px;
  }
  .personal-table .checks-col {
    display: none;
  }
  .personal-super-shovar {
    width: 70%;
  }
}
@media screen and (max-width: 740px) {
  .personal-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
  }
  .personal-table td {
    padding-top: 0;
  }
  .personal-table .title-col,
  .personal-table .number-col,
  .personal-table .btn-give {
    display: none;
  }
  .personal-table .mobile-heading {
    display: table-row;
  }
  .personal-super-shovar {
    padding-left: 0;
    max-width: 480px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .personal-table .card-col,
  .personal-table .date-col,
  .personal-table .btns-col {
    width: 33.33%;
  }
  .personal-table .mobile-heading,
  .personal-table .mobile-heading .title--sm {
    font-size: 15px;
  }
  .personal-table .text-wrapper {
    padding-right: 5px;
  }
  .personal-table .btn-resend {
    font-size: 15px;
  }
}
.home-wrapper {
  padding-top: 0px;
}
.giftcard-header {
  padding: 20px 0;
}
.giftcard-header .header-text {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
}
.giftcard-header .page-title {
  margin-bottom: 10px;
  font-size: 35px;
}
.giftcard-header .page-tagline {
  margin-top: 0;
}
.giftcard-hero {
  padding: 100px 0;
  background: url("../../../../../../imagesnew/giftcard-hero-bg.png") center center no-repeat;
  background-size: cover;
}

.gift-preview {
  position: relative;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 570px;
  border: 1px solid #e3e3e4;
  border-radius: 10px;
  background: #fff;
  z-index: 1;
}
.gift-preview-content {
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 45px;
  max-width: 380px;
}
.gift-preview--w-receiver .gift-preview-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gift-preview .text-and-img-row {
  padding-bottom: 5px;
}
.gift-preview-img-wrapper {
  position: relative;
  padding-bottom: 62%;
  border-radius: 10px;
  overflow: hidden;
  background: #a2a2a2;
}
.gift-preview-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gift-preview-info {
  padding-top: 20px;
}
.gift-preview .title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  word-break: break-all;
}
.gift-preview .tagline {
  margin: 0;
  max-width: 220px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 100;
}
.gift-preview .tdu {
  margin-right: 7px;
}
.gift-preview .col-3-10 {
  text-align: left;
}
.gift-preview .logo {
  max-width: 80px;
  max-height: 70px;
}
.gift-preview .receiver,
.gift-preview .greeting {
  color: #000;
}
.gift-preview .receiver {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 100;
}
.gift-preview .receiver-name {
  font-weight: bold;
}
.gift-preview .greeting {
  margin-top: 0;
  padding-top: 13px;
  margin-bottom: 13px;
  line-height: 1.125;
  word-break: break-all;
}
@media screen and (max-width: 550px) {
  .giftcard-header .page-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 440px) {
  .gift-preview .col-2-3 {
    padding-left: 10px;
  }

  .gift-preview .circle-img-wrapper {
    width: 80px;
    height: 80px;
  }

  .gift-preview .greeting {
    font-size: 12px;
  }

  .gift-preview-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gift-preview .col-3-10 {
    padding-right: 10px;
  }
  .gift-preview .col-7-10 {
    padding-left: 10px;
  }
}

.giftcard-hero {
  padding-right: 15px;
  padding-left: 15px;
}

.giftcard-hero .btn-thanks-wrapper {
  padding-top: 10px;
  text-align: center;
}
.giftcard-hero .btn-thanks-wrapper .btn {
  display: inline-block;
  padding: 13px 30px;
  color: #000;
  line-height: 1;
}
.giftcard-hero .btn-thanks-wrapper .icon-heart {
  vertical-align: middle;
  margin-right: 10px;
}
.giftcard-details {
  margin: 0 auto;
  padding: 45px 0;
  background: #efeeee;
  color: #000;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.giftcard-details-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
}
.giftcard-details .btn-redeem {
  display: block;
  margin: 25px auto 0;
  padding: 13px 30px;
  font-size: 18px;
}
.giftcard-page.giftcard-send-options {
  padding: 50px 15px 0px;
}

.giftcard-send-options .title--xs {
  margin-top: 0;
  margin-bottom: 15px;
}

.giftcard-send-options .whatsapp-col {
  display: none;
}

.giftcard-send-options .col {
  text-align: center;
}

.giftcard-send-options-inner {
  position: relative;
  max-width: 450px;
}

.giftcard-send-options .improved-overlay {
  background: white;
}

.giftcard-sent-confirmation {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.giftcard-sent-confirmation .title--sm {
  margin-bottom: 10px;
}
.textarea-wrapper {
  font-size:0;
}
.textarea-wrapper textarea {
  font-size:16px;
}

@media screen and (min-width: 741px) {
  .giftcard-send-options.showing-whatsapp .send-option-col {
    width: 25%;
  }
}

@media screen and (max-width: 740px) {
  .giftcard-header {
    margin-top: -65px;
  }
  .giftcard-header .print-col {
    width: 100%;
  }
  .giftcard-header .site-logo {
    display: block;
    margin: 1em auto;
  }
  .giftcard-header .header-text {
    display: block;
    padding-right: 0;
    text-align: center;
  }
  .giftcard-hero .card .note {
    font-size: 15px;
  }
  .giftcard-details img {
    display: block;
    margin: 1em auto;
  }
  .giftcard-details-text {
    font-size: 17px;
  }
  .giftcard-send-options.showing-whatsapp .send-option-col {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .giftcard-header {
    padding: 0;
  }
  .giftcard-header .site-logo {
    width: 100px;
  }
  .giftcard-header .page-title {
    padding-top: 0;
    margin-bottom: 0;
  }
  .giftcard-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .giftcard-hero .card-title {
    font-size: 15px;
  }
  .giftcard-hero .card .note {
    font-size: 14px;
  }
  .giftcard-send-options .default-overlay .btn-close {
    right: 10px;
    top: 10px;
  }
  .giftcard-details {
    font-size: 18px;
  }

}
.narrow-wrapper {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}
.supplier-page-header {
  padding: 8px 0;
  background: #f7b336;
}
.supplier-page-header .login-link {
  position: absolute;
  top: 0;
  left: 15px;
  text-decoration: underline;
  font-size: 15px;
}
.supplier-content-header {
  display: table;
  padding-top: 30px;
  padding-bottom: 45px;
}
.supplier-content-header .header-text,
.supplier-content-header img {
  display: table-cell;
  vertical-align: top;
}
.supplier-content-header .header-text {
  padding-right: 40px;
}
.business-info {
  padding-top:15px;
}
@media screen and (max-width: 740px) {
  .supplier-content-header .page-title {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .supplier-content-header .header-text,
  .supplier-content-header img {
    display: block;
  }
  .supplier-content-header img {
    margin: 15px auto;
  }
  .supplier-content-header .header-text {
    padding-right: 0;
  }
  .voucherPaymentDetails .parsley-errors-list {
    bottom:-17px;
  }
}
.supplier-footer {
  padding: 20px 0 40px;
  background: #707070;
  color: #000;
}
.supplier-footer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
}
.supplier-footer-tagline {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.supplier-footer .contact-thumb {
  margin-left: 10px;
}
.supplier-footer .contact-thumb + span {
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
}
.supplier-footer .logo-wrapper {
  text-align: left;
}
.supplier-footer-logo {
  max-width: 100px;
}
@media screen and (max-width: 740px) {
  .supplier-footer .logo-wrapper {
    padding-top: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .supplier-footer ul .dib {
    display: block;
    margin-bottom: 1em;
  }
  .step-1-wrapper .cash-giftcard-thumb {
        width: 34.15%;
    }
    .step-form .submit-wrapper .long  {
    padding: 0.75em 4.3em;
    font-size: 16px;
}
.step-form .submit-wrapper .small  {
       padding: 0.75em 2.2em;
    font-size: 15px;
}
}
body {
  direction: rtl;
  text-align: right;
}

@media screen and (max-width: 400px) {
  .page-map-page {
    color: #434343;
  }
}


.fr {
  float: right;
  width:100%;
}

/** 404 page styles **/
.page-404 {
  position: relative;
  padding-top: 50px;
  min-height: 740px;
}

.page-404 .page-title {
  margin-bottom: 0;
}

.page-404 p {
  margin: 0;
  max-width: 265px;
  font-size: 25px;
  line-height: 1.4;
}
.super .page-title {
  margin:0;
  margin-bottom:63px;
  line-height: 36px;
}
.page-404 .bird {
  position: absolute;
  left: 0;
  top: 40px;
}
.db-lg {
  display:block;
}

.col-1-10-mobile {
  display:none;
}

.row--with-gutter .col-card {
  padding-left:78px;
  padding-bottom:109px;
  padding-bottom:109px;
}
.row--with-gutter .col-text-super {
  padding-right:78px;

}

@media screen and (max-width: 1200px) {
  .page-404 .bird {
    width: 60%;
  }
}
@media screen and (max-width: 940px) {
  .page-404 {
    min-height: 550px;
  }

  .page-404 p {
    font-size: 20px;
  }
  .row--with-gutter .col-card, .row--with-gutter .col-text-super {
      padding:0 15px;
  }
}
@media screen and (max-width: 480px) {

  .footer-contact {
    text-align:center;
  }
  .m-page-footer .contact-thumb + span {
    margin:0;
    font-size:13px;
    width:100%;
    display:inline-block;
    margin-top:5px;
  }
  .m-page-footer .contact-thumb {
    margin:0;
  }
  .m-page-footer .footer-bottom {
    padding-bottom:0;
    position:relative;
  }
  .super .page-title {
    margin-bottom:33px;
  }
  .row--with-more-gutter.row--lg > .col.footer-images {
    padding-top:130px;
    position:absolute;
    right:0;
    bottom:0;
    transform:translateY(100%);
    background:white;
  }
  .row--with-more-gutter.row--lg > .col.footer-links-col {
    width:50%;
    float:right;
  }
  .db-lg {
    display:inline-block;
  }

  .col-1-10-mobile {
    width:10%;
    min-height:1px;
    display:inline-block;
  }

  .hide-mobile {
    display:none;
  }
  .row--sm > .mobile-send-method {
    width:50%;
    float:right;
  }

}
.my-account {
  background-color: #0a5c72;
  color:white;
  padding:4px 6px;
  font-size:13px;
  display:inline-block;
  border-radius:3px;
  /*@replace: 132px*/
  width:124px;
}

.second-header .my-account {
  background-color:#1d819c;
}
.super .error-field, .super .parsley-error {
  border:1px solid #ff0000;
}
.row .bottom-error-general {
  padding:0;
}

@media screen and (max-width: 740px) {
  .second-header {
    display: none;
  }

  .page-404 .bird {
    position: relative;
    width: 100%;
  }

  .col-card .super-shovar {
    padding:30px 11px;
  }
  .row--with-gutter .col-text-super {
    border-top:1px solid black;
    padding-top:36px;
    margin-top: 50px;
  }
}



/* ORG GIFT CARD LAYOUT */
.site-header--gift {
  padding: 30px 15px;
  background: #fff;
  text-align: center;
}

.site-header--gift .logo {
  display: block;
  margin: 0 auto;
  max-width: 290px;
}

.site-footer--gift {
  padding: 35px 15px;
  text-align: center;
  font-size: 14px;
}

.site-footer--gift .logo {
  display: block;
  margin: 0 auto;
  max-width: 75px;
}
.site-footer--gift .footer-text {
  margin-top: 15px;
  margin-bottom: 0;
}
.super .subtitle {
  margin-top:0;
  line-height: 30px;
}
.footer-image{
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .org-giftcard {
    padding-top: 0;
  }
}

.modal--send-options .giftcard-send-options .row--with-less-gutter {
  padding-bottom:30px;
}

.barcode > div:first-child {
  margin: 6px auto;
}
.improved-overlay .input-theme.fluid {
  max-width:100%;
}
.mobile-upload {
  cursor:default;
}
.btn-bottom-wrapper {
  display:none;
  padding:11px;
}
.btn-bottom {
  width:100%;
  height:38px;
  font-size:16px;
}
.improved-overlay .overlay-buttons {
    position: relative;
  padding-top: 20px;
 text-align: center;
}

@media screen and (max-width: 480px) {
  .step-2-wrapper .row--with-sm-gutter {
    margin:0;
  }
  .btn-bottom-wrapper {
    display:block;
  }
  .upload-query {
    position: absolute;
    z-index: 1;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-upload {
      cursor:pointer;
  }
  .step-2-wrapper .input-w-label-wrapper-new .fluid {
    margin-bottom:22px;
  }
  .step-2-wrapper .step-form-wrapper {
    padding:15px 0 0;
  }
  .step-2-wrapper .row--with-sm-gutter > .col {
    padding:0 15px;
  }
  .step-2-wrapper .later-options {
    margin-top:12px;
  }
  .step-2-wrapper .later-options.hidden {
    display:none;
  }
 .step-form.sending-methods .form-well.for-friend-sms {
    padding-bottom:77px;
  }
  .sendViaSmsForm .input-w-label-wrapper-new.sms {
    max-width:100%;
  }
  .step-2-wrapper .overlay-buttons .btn-close {
    float:right;
    margin-top:9px;
  }
  .step-2-wrapper .overlay-buttons .btn-save {
    float:left;
  }
  .improved-overlay .col-1-2.for-me-sms-input {
    margin-bottom: 12px;
  }
  .step-2-wrapper .submit-wrapper {
    padding:0;
    background:transparent;
  }
  .improved-overlay .col-1-2 {
    margin-bottom: 22px;
  }
  .improved-overlay .sendViaEmailForm input {
    margin-bottom:15px;
  }

  .step-form .form-well-error {
    top:auto;
    bottom:-12px;
    right:6px;
    z-index:5;
  }
  .step-2-wrapper .section2-desktop .form-query {
    font-size:16px;
    font-weight:normal;

  }
  .for-me {
    overflow:hidden;
  }
  .step-2-wrapper .for-me .bird {
    margin-right:-24%;
  }

  .step-2-wrapper .revicer-name .parsley-errors-list {
    bottom:0px;
    transform: translateY(100%);
  }
  .card-form-layout .row--with-more-gutter > .col-3-5.data-col {
    padding-top:0 !important;
  }
  .step-2-wrapper .when-date-title {
    font-weight:normal;
    font-size:15px;
  }
  .send-options-details-email {
    width:100%;
    transform: none;
  }
  .bottom-position {
    bottom:0;
  }
  .step-2-wrapper .sendViaEmailForm .input-w-label-wrapper-new label {
    right:0;
  }
  .card-form-layout .row--with-more-gutter > .col {
    padding:0;
  }

  body, html {
    height: 100%;
    max-height: 100%;
    -webkit-overflow-scrolling: auto;
    overflow-y: hidden;
  }

  .remove-height {
    height: unset;
    max-height: unset;
  }

  body > div.ember-view {
    height: 100%;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cash-giftcard .input-theme {
    font-size:22px;
  }
}

.form-control.chosen-container-single.search-chosen .chosen-single{
  padding: 7px 10px !important;
  height: auto !important;
}

@media only screen and (max-height: 560px){
    .mobile-menu > ul{
        font-size: 14px;
    }

    .mobile-menu .mobile-menu-item.account-header{
        font-size: 12px;
    }
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.mobile-menu .gifts_wallet_mobile_image{
  position: relative;
  left: 0;
}
.mobile-menu .sent_gifts-mobile-icon {
  position: relative;
  left: 3px;
}

.addEventReminderButton{
  margin-top: 40px;
}
.w-sm{
    max-width: 400px;
    margin: auto;
}
.mobile-explaination {
    display: none;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    justify-content: center;
}

.mobile-explaination img{
    display: block;
    width: 50px;
    margin-left: 10px;
}
 .m-top-title{
     width: max-content;
     margin: 0 auto;
     font-size: 22px;
     font-weight: normal;
     font-stretch: normal;
     font-style: normal;
     line-height: 32px;
     letter-spacing: normal;
     text-align: center;
     color: #262b36;
 }
.m-top-subtitle{
    width: auto;
    margin: 3px 0 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #262b36;
 }

.super-voucher-flow .mobile-explaination{
    display: none;
}

@media screen and (max-width: 740px) {
    .mobile-explaination {
        display: flex;
        flex-direction: column;
    }
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  /**display: inline;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display:none;
}
.chosen-with-drop .chosen-drop {
  display:block;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  /*border: 1px solid #aaa;*/
  border-radius: 0px;
  background-color: #fff;
  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);*/
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.form-control.chosen-container-single .chosen-single {
  height: 34px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  line-height: 18px !important;
}


.form-control.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 2px center;
}

.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: url('../../../../../../img/chosen-sprite.png') -42px 1px no-repeat;*/
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single:not(.no-arrow) .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../../../../../imagesnew/icons/select-arrow.png') no-repeat 0px 2px;
}
.step-2-wrapper .chosen-container-single:not(.no-arrow) .chosen-single div b {
  background: url('../../../../site/images/select-arrow-black.png') no-repeat left center;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #cccccc;
 /* background: white url('../../../../../../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../../../../../img/chosen-sprite.png') no-repeat 100% -20px;*/
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  float: right;
  width: 100%;
  box-sizing: border-box;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  transition: background 0.2s ease-in-out;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background: #fab442;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.form-control.chosen-container-multi .chosen-choices {
  min-height: 34px;
  max-height: 34px;
  padding-top: 5px;
  padding-bottom: 0;
  border-radius: inherit;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}



.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: url('../../../../../../img/chosen-sprite.png') -42px 1px no-repeat;*/
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */

/*.chosen-drop {
  display:none;
}
.chosen-container-active .chosen-drop {
  display:block;
}*/

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background:white;
  /*
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
  display: none;
}

.chosen-container:after {
    content: '\f0d7';
    position: absolute;
    left: 10px;
    top: 0;
    font-family: fontAwesome;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 2.5;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.form-control.chosen-rtl .chosen-choices li.search-choice {
 margin-top: 0;
 margin-bottom: 0;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 7px;
  /*background: white url('../../../../../../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../../../../../img/chosen-sprite.png') no-repeat -30px -20px;*/
  direction: rtl;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background:none;
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
  /*  background-image: url('../../../../../../img/chosen-sprite@2x.png') !important;*/
   /* background-size: 52px 37px !important;*/
    background-repeat: no-repeat !important;
  }
}
/* @end */

.chosen-container.form-control {
  padding: 0;
  border: none;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../../../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../../../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../../../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../../../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../../../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

.spinner {
  margin: 0 auto 20px;
  text-align: center;
  width: 150px;
}

.search-scroll{
  text-align: center;
}

.search-scroll .fa-spinner{
  font-size: 40px;
}

.search-scroll .spinner {
  margin: 0 auto;
  padding: 20px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.voucher-preview-col {
	display:inline-block;
	float:right;
}
.voucher-preview .card-title {
	width:72%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display:inline-block;
}
.voucher-preview .card-price {
	font-size:32px;
	font-weight: normal;
}

.voucher-preview .fluid {
	width:100%;
}
.voucher-preview .title {
	padding-bottom:0;
}
.voucher-preview.card {
	padding:6px 7px 14px;
}

.voucher-preview .receiver {
	padding-bottom:2px;
}

.voucher-preview .sender {
	margin-bottom:5px;
	padding-bottom:3px;
}
.voucher-preview .circle-img-wrapper {
	position: absolute;
    left: -3px;
    top: 5px;
}
.voucher-preview .card-text {
	margin-bottom:13px;
}
.voucher-preview .more-info {
	  display: inline-block;
	transform: translateY(-5px);
}
.voucher-preview .receiver {
	margin-bottom:7px;
}

@media screen and (max-width: 940px) {
	.voucher-preview-col {
		width:100%;
	}
}
@media screen and (max-width: 480px) { 

	.voucher-preview.card {
    	padding: 15px;
	}
	.voucher-preview .card-info {
		padding-top:14px;
	}
	.voucher-preview .receiver {
		margin-bottom:15px;
		padding-bottom:0;
	}
	.voucher-preview .sender {
		margin-bottom:6px;
		padding:0;
	}
	.voucher-preview .card-title {
		width:62%;
	}
	.voucher-preview  .fluid {
		width:100%;
	}
}

.step-2-wrapper {
	margin-top:0;
}
.step-2-wrapper .data-col {
	float:right;
	width:573px;
	margin-left:150px;
}
.step-2-wrapper .voucher-preview-col {
	width:391px;
}
.step-2-wrapper .step-form-wrapper {
    padding: 15px 16px 16px;
}
.step-2-wrapper .upload-label {
	font-size:18px;
}

.step-2-wrapper .wrapper {
	max-width:1137px;
	padding:0;
}
.step-2-wrapper .for-who {
    background-color: white;
    padding: 13px 13px 33px;
}
.step-2-wrapper .for-me-container {
	min-height:218px;
}
.step-2-wrapper .section-title {
	font-weight:bold;
	font-size:18px;
	margin:0;
}

.step-2-wrapper .for-who .section-title {
	margin-bottom:8px;
}
.for-friend .names-col {
  padding-left:33px;
}
.step-2-wrapper .reciver-name {
	padding:0;
	margin-bottom:24px;
}
.step-2-wrapper .error-inside {
	position:relative;
}
.step-2-wrapper .error-inside .parsley-errors-list {
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	width:50%;
	color: #fd0000;
	font-size:11px;
	line-height:12px;
}
.step-2-wrapper .btn-close {
  	font-size:14px;
  	text-decoration:underline;
  	margin: 0 0 0 10px;
} 
.step-2-wrapper .for-friend {
    background-color: white;
    padding: 0 15px 13px;
    margin-bottom: 15px;
}
.step-2-wrapper .upload-image-container {
	padding: 12px 11px 10px;
	position:relative;
}
.step-2-wrapper .upload-label .icon-photo {
	vertical-align:middle;
}
.step-2-wrapper .upload-image-container .section-title {
	margin-left:55px;
	display:inline-block;
}
.step-2-wrapper .upload-image-container label {
	cursor:pointer;
}
.step-2-wrapper .upload-image-container .image-uploaded {
	margin-left:37px;
}
.step-2-wrapper .send-later-wrapper {
    padding: 9px 11px 8px;
}
.step-2-wrapper .send-later-wrapper .section-title {
	margin-bottom:1px;
}
.step-2-wrapper .sending-methods {
	padding:11px 13px 20px 13px;
}
.step-2-wrapper .sending-methods .section-title {
	line-height:19px;
} 
.step-2-wrapper .sending-methods .improved-overlay,
.step-2-wrapper .sending-methods .improved-overlay > div {
  background: #ffffff;
}
.step-2-wrapper .sending-methods .improved-overlay .section-title {
	margin-bottom:30px;
	text-align:right;
}
.step-2-wrapper .input-label-wrapper {
	position:relative;
}
.step-2-wrapper .input-label-wrapper label {
	font-size: 12px;
	position: absolute;
	top: -3px;
	right: 0;
	transform: translateY(-100%);
}
.row-lg-with-gutter {
	position:relative;
	margin:0 -8px;
}
.row-lg-with-gutter .col {
	padding:0 8px;
}
.step-2-wrapper .improved-overlay .input-theme {
	max-width:100%;
	padding:0 12px;
}
.step-2-wrapper .submit-wrapper {
  padding:13px;
  background-color:white;
}
.step-2-wrapper .word-limit {
  position: absolute;
  left: 0px;
  top: 0;
  transform: translateY(-100%);
  font-size: 11px;
  color: #8e8e8e;
}

.step-2-wrapper .improved-overlay .overlay-buttons {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.step-2-wrapper .uploaded-img {
	width:40px;
	height:28px;
	margin-left:5px;
}

.step-2-wrapper .card {
	margin-top:45px;
}

.super-voucher-flow .step-2-wrapper .card{
	margin-top: 25px;
	margin-bottom: 15px;
}

.step-2-wrapper .form-well-error {
  color: #fd0000;
  position: absolute;
  right:auto;
  left:12px;
  top: 12px;
  font-size: 11px;
  width:100%;
  transform: none;
  text-align:right;
  z-index:1;
  display:inline-block;
  width:53%;

}
.step-2-wrapper .upload-error {
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  left:12px;
  color:#fd0000;
  font-size:11px;
  line-height:11px;
   width: 36%;
}
.step-2-wrapper .later-options .row {
	padding: 0 6px 0 4px;
}
.step-2-wrapper .later-options .date {
	padding-left:8px;
}
.step-2-wrapper .later-options .time {
	padding-right:8px;
}
.step-2-wrapper .for-friend .greeting-col {
  padding-right:6.5px;
}
.step-2-wrapper .print .btn {
	width:143px;
	height:34px;
	line-height:34px;
	padding:0;
}
.step-2-wrapper .edit-greeting {
  		padding:11px 12px;
}
.step-2-wrapper .for-me-container + .sending-methods .form-well-error {
	width:44%;
}

.error-newline {
	position: relative;
}

.error-newline .parsley-errors-list{
	color: #fd0000;
	font-size: 11px;
	display: block;
	margin-top: 3px;
	text-align: right;
	line-height: 1.4;
}

.error-newline .parsley-error,
.error-border{
	border: 1px solid #fd0000;
}

.improved-overlay .parsley-errors-list{
	position: absolute;
	right: 0;
	bottom: -15px;
	z-index: 2;
}

.step-2-wrapper .eventsTypes{
	margin-bottom: 24px;
}

@media screen and (max-width: 1136px) {
	.step-2-wrapper .data-col, .step-2-wrapper .voucher-preview-col {
		margin:0 auto;
		float:none;
		display:block;
	}
}
@media screen and (max-width: 940px) {
	.step-2-wrapper .data-col{
		width: 100%;
		margin: auto;
		max-width: 600px;
	}

	.step-2-wrapper .voucher-preview-col{
		width: 100%;
		margin: auto;
		max-width: 390px;
	}
	
	.step-2-wrapper .card {
        margin: 15px;
	}
}
@media screen and (max-width: 740px) {
  
	.step-2-wrapper .data-col  {
	  	padding:0;
  	}
	.step-form-wrapper .section1 {
		padding:7px 13px 9px;
	}
	.step-2-wrapper .section-title {
		font-size:15px;
		font-weight: normal;
	}
	.step-2-wrapper .for-who {
   		 padding: 17px 11px 33px;
	}
	.mobile-db {
		display:block;
	}
	.step-2-wrapper .for-who .for-me {
		margin: 9px 0 0;
		text-align:right;
	}
	.step-2-wrapper .card-form-layout .card {
		margin-top:0;
	}
	.step-2-wrapper .card {
		margin-top:0;
	}
}
@media screen and (max-width: 480px) {
  .step-2-wrapper .for-me-container + .sending-methods .form-well-error {
  width:100%;
}
  .step-form-wrapper .step-form #for-me img.bird
  {
    height: auto;
    width: 100%;
    margin: 0;
  }
	.step-2-wrapper .wrapper {
		padding:0;
	}
	.step-2-wrapper .for-friend {
		padding: 0 12px 11px;
	}
	.step-2-wrapper .sender-name {
		margin-bottom:23px;
	}
	.step-2-wrapper .upload-image-container {
		padding:0;
	}
	.step-2-wrapper .upload-image-container .section-title {
		position:absolute;
		top:50%;
		right:13px;
		transform: translateY(-50%);
		z-index:1;
	}
	.step-2-wrapper .upload-image-container label .icon {
		float:left;
	}
	.step-2-wrapper .uploded-img {
  		width:40px;
  		height:28px;
  		margin-left:40px;
  		float:left;
  		display:inline-block;
	}
	.step-2-wrapper .upload-image-container .btn-del {
		position:absolute;
		top:50%;
		transform: translateY(-50%);
		left:16px;
		z-index:3;
		cursor:pointer;
	}
	.step-2-wrapper  .upload-label {
	    position: relative;
	    display: block;
	    z-index: 2;
	    padding: 15px 14px 12px;
  	}
  	.step-2-wrapper .row-lg-with-gutter {
  		width:auto;
  	}
      
  	.step-2-wrapper .submit-wrapper .ui-btn{
  		width:100%;
    }
      
  	.step-2-wrapper .error-inside .parsley-errors-list {
  		top:auto;
  		bottom:-14px;
  		width:100%;
  		right:0;
  	}
  	.step-2-wrapper .row-lg-with-gutter .col {
		margin: auto;
  	}
  	.step-2-wrapper .input-label-wrapper label {
  		top:1px;
  	}
  	.step-2-wrapper + .business-info .side-note {
		margin-bottom:19px;
	}
	.step-2-wrapper .uploaded-img {
		float:left;
		margin-left:23px;
	}
	.step-2-wrapper .clearfix-m:after {
		content: "";
		display: table;
		clear: both;
	}
	.step-2-wrapper .upload-error {
		right: 13px;
		right: 0;
		top:auto;
   		bottom: -18px;
    	width: 100%;
	}

	/*.step-2-wrapper .select-wrapper:not(.no-arrow):after {
		content: url("../../../../site/images/select-arrow-black.png");
	}*/

	.step-2-wrapper .form-well-error {
		top:auto;
		bottom:5px;
		left:auto;
		right:10px;
		transform: none;
		width:93%;
		z-index:1;
	}

	.step-2-wrapper .input-open .form-well-error {
		display:none;
	}
	.step-2-wrapper .for-friend .greeting-col {
		padding:0;
	}
	.step-2-wrapper .later-options .row {
		padding: 0;
	}
	.step-2-wrapper .for-friend {
		padding:0 11px 11px;
	}
	.step-2-wrapper .later-options .date {
		padding-left:6.5px;
	}
	.step-2-wrapper .later-options .time {
		padding-right:6.5px;
	}

	.step-2-wrapper .eventsTypesItems{
		text-align: center;
	}
}

@media only screen and (max-width: 425px){
	.form-control,
	.textarea-wrapper textarea{
		font-size: 13px;
		padding: 0 7px;
	}

	select.form-control{
		padding: 0 7px 0 20px;
	}
}
.step-3-wrapper {
	margin-top:1px;
}

.step-3-wrapper .payment-process{
	display: flex;
}

.step-3-wrapper .data-col {
	float:right;
	width:574px;
	margin-left:150px;
}
.step-3-wrapper .voucher-preview-col {
	width:391px;
}
.step-3-wrapper .step-form-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
	justify-content: flex-start;
	padding:16px;
}
.step-3-wrapper .summary-price {
	float:left;
}
.step-3-wrapper .paymentVisible {
	display:block;
}
/*.step-3.wrapper .step-form-wrapper {
	background:#e7e7e7;
	padding:12px;
	min-height:1px;
}*/
.step-3-wrapper .section {
	background:white;
	margin-bottom:14px;

}
.step-3-wrapper .payment-col {
	width:574px;
	margin-left: 8%;
}
.step-3-wrapper .step-form-wrapper {
	max-width:574px;
	min-height:1px;
}
.step-3-wrapper .bottom-padding {
	padding-bottom:143px;
}

.step-3-wrapper .summary-line {
	font-size:18px;
}


.step-3-wrapper .summary-line:first-child {
	padding:14px 12px 6px;
}
.step-3-wrapper .summary-line:last-child {
	padding:0 12px 5px;
}
.step-3-wrapper .summary-wrapper {
	min-width:270px;
}
.step-3-wrapper .payment-summary .summary-title {
	font-weight:bold;
	display:inline-block;
	width:162px;
}
.step-3-wrapper .payment-summary .btn-load {
	font-size:15px;
	text-decoration:underline;
}
.step-3-wrapper .payment-tabs {
	border-bottom:1px solid #f6b336;
	margin-bottom:0;
}
.step-3-wrapper .btn-tab {
	padding:9px 12px 5px;
	margin-left:25px;
	color:#393939;
	font-size:18px;
}
.step-3-wrapper .btn-tab.active {
	color:#f6b336;
	border-bottom:2px solid #f6b336;
}
.step-3-wrapper .super-overlay {
	background:white;
	padding:20px 22px 8px;
}
.step-3-wrapper .super-voucher-only {
	padding-bottom:99px;
}
.step-3-wrapper .circle-v {
	display:none;
}
.step-3-wrapper .super-voucher-option .circle-v
{
	display: block;
}
.step-3-wrapper .circle-v + label {
	cursor:pointer;
	position:relative;
	padding-right:26px;
}
.step-3-wrapper .circle-v + label::before {
	content:"";
	display:block;
	width: 20px;
	height: 20px;
	border:1px solid black;
	border-radius:50%;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right:0;
	font-family: 'icomoon';
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}
.step-3-wrapper .circle-v:checked + label::before,.step-3-wrapper .super-voucher-option .circle-v.checked + label::before  {
	content: "\e905";
}
.step-3-wrapper .super-voucher-option label {
	cursor:pointer;
	display:inline-block;
	min-width:212px;
	font-size:14px;
	padding-right:41px;
}
.step-3-wrapper .super-voucher-option {
	border-bottom:1px solid #f1f1f1;
}
.step-3-wrapper .super-voucher-option:first-child {
	padding-bottom: 9px;
	margin-bottom:20px;
}
.step-3-wrapper .super-voucher-option:nth-child(2) {
	margin-bottom: 16px;
	padding-bottom: 20px;
}
.step-3-wrapper .super-voucher-option:nth-child(3) {
	border-bottom:none;
}
.step-3-wrapper .combined-payment .super-voucher-option:first-child {
	margin-bottom:14px;
}
.step-3-wrapper .combined-payment .super-voucher-option:nth-child(2) {
	margin-bottom:15px;
}
.step-3-wrapper .super-voucher-option:first-child label {
	padding: 0 15px;
}
.step-3-wrapper .super-voucher-option img {
	margin-left:20px;
}
.step-3-wrapper .super-voucher-option:first-child label img {
	margin-left:12px;
}

.step-3-wrapper .super-voucher-option .input-theme {
	padding:5px 9px;
	width:112px;
	height:38px;
	margin-left:11px;
}
.step-3-wrapper .super-voucher-option .currency {
	/*@replace: unset*/
	vertical-align:bottom;
}
.step-3-wrapper .super-voucher-option .parsley-errors-list {
	position:absolute;
	bottom:0;
	transform: translateY(100%);
	right:0;
	width:102%;
	color:#fd0000;
	font-size:12px;
	line-height:13px;
}
.step-3-wrapper .super-overlay .submit-wrapper {
	text-align:center;
	padding:26px 0 14px;
}
.step-3-wrapper .super-overlay .submit-wrapper .btn-theme {
	width:234px;
	height:44px;
}
.step-3-wrapper .super-voucher-payment .submit-wrapper {
	margin-top:15px;
	background:white;
	padding:18px 0 16px;
	text-align:center;
}
.step-3-wrapper .super-voucher-payment .submit-wrapper .btn-theme {
	width:264px;
	height:44px;
	line-height:44px;
}
.step-3-wrapper .super-voucher-payment .submit-wrapper label {
	padding-right:25px;
}
.step-3-wrapper .super-voucher-payment .submit-wrapper label,
.step-3-wrapper .super-voucher-payment .submit-wrapper a {
	text-decoration:none;
}
.step-3-wrapper .super-voucher-payment .submit-wrapper .terms {
	position:relative;
	margin-bottom:10px;
}
.step-3-wrapper .super-voucher-payment .submit-wrapper .terms .error {
	font-size: 12px;
	display: block;
	margin: 10px auto 0 auto;
}

.step-3-wrapper .pay-3rd-party .error{
	font-size: 12px;
}

.step-3-wrapper .pay-3rd-party .terms .error {
	top: 22px;
	position: absolute;
	width: 100%;
	display: inline-block;
	right: 0;
	text-align: center;
}

.step-3-wrapper .super-voucher-empty {
	padding:25px 0 41px;
	text-align:center;
}
.step-3-wrapper .super-voucher-empty .load-wrapper {
	margin-top:35px;
}
.step-3-wrapper .super-voucher-empty .btn-theme {
	width:234px;
	height:44px;
	line-height:44px;
	font-size:18px;
}

.step-3-wrapper .pay-3rd-party {
	background:white;
	text-align:center;
	padding: 50px 20px;
}

.step-3-wrapper .pay-3rd-party .btn-theme {
	width:234px;
	height:44px;
	margin: 15px 0 20px 0;
	font-size:18px;
	line-height:44px;
}
.step-3-wrapper .pay-3rd-party .note {
	font-size:12px;
	display:block;
}

.step-3-wrapper .pay-3rd-party .terms {
	margin: 20px 0 10px 0px;
	text-align: center;
}

.step-3-wrapper .payment-iframe {
    height: 665px;
    width: 100%;
    border: none;
    padding: 30px 30px 30px 30px;
    background: white;
}
.step-3-wrapper .combined-error {
	display:block;
	text-align:center;
}
.step-3-wrapper .card {
	margin: 16px 0;
}
.step-3-wrapper .cg-error {
	position:relative;
}
.step-3-wrapper .cg-error p {
	text-align:center;
	position:absolute;
	width:100%;
	top:50%;
	margin:0;
	/*@noflip*/left:50%;
	transform: translate(-50%, -50%);
}

.credit-cards{
	padding: 20px 20px 0 20px;
	background: #ffffff;
	font-size: 14px;
}

.credit-cards .action{
	font-size: initial;
	display: inline-block;
	padding: 5px 0;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 10px;
}

.credit-cards .action:hover span,
.credit-card-row:hover .new-card-label{
	text-decoration: underline;
}

.credit-cards .action .fa-plus-circle {
	padding-left: 20px;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
}

.card-form-layout hr.seperator{
	margin: 10px 0;
    display: inline-block;
    width: 100%;
    border-color: #f1f1f1;
    border-top: none;
}

.credit-card-row .label{
    display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.credit-card-row .column{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.credit-cards .credit-card-row{
	font-size: initial;
    padding: 10px 0;
}

.credit-cards .credit-card-row .icon-check{
	display: inline-block;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    border: 1px solid #393939;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
	color: #ffffff;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.credit-cards .credit-card-row .icon-check.selected{
	color: #393939;
}

.credit-cards .credit-card-row .logo{
    background: #f1f1f1;
    border-radius: 5px;
    width: 50px;
    padding: 5px;
}

.credit-cards .credit-card-row .logo img{
	width: 100%;
    display: block;
    height: auto;
    margin: auto;
}

.credit-cards .credit-card-row .number:after{
    content: '●●●●';
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.credit-cards .credit-card-row .input-theme{
    padding: 6px 10px;
    max-width: 70px;
	direction: ltr;
	text-align: right;
	-moz-appearance: textfield;
}

.credit-cards .credit-card-row .input-theme::-webkit-outer-spin-button,
.credit-cards .credit-card-row .input-theme::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.credit-cards .credit-card-row .payments{
    border: 1px solid #fab442;
    border-radius: 3px;
	position: relative;
}

.credit-cards .credit-card-row .payments label{
    font-size: 12px;
    display: block;
    position: absolute;
    top: -20px;
}

.credit-cards .credit-card-row .payments .option {
    float: right;
    padding: 6px 10px;
    border-left: 1px solid #fab442;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.credit-cards .credit-card-row .payments .option:nth-last-of-type(1) {
	border: none;
}

.credit-cards .credit-card-row .payments.n1 .option:nth-of-type(1),
.credit-cards .credit-card-row .payments.n2 .option:nth-of-type(2),
.credit-cards .credit-card-row .payments.n3 .option:nth-of-type(3) {
	background: rgba(247, 179, 32, 0.3);
}

.credit-cards .credit-card-row .new-card-label{
	display: inline-block;
	padding: 7px 20px 7px 30px;
	cursor: pointer;
}

.credit-cards .credit-card-row .break{
	display: none;
}

.terms-cards{
    background: #ffffff;
    margin-top: 15px;
    text-align: center;
    padding: 20px;
}

.terms-cards .terms-label{
    font-size: 13px;
}

.terms-cards .btn.btn-theme{
    height: auto;
    padding: 10px 20px;
    margin-top: 10px;
    line-height: inherit;
}

.terms-cards .error{
	margin-top: 5px;
	font-size: 12px;
	display: block;
}

.step-3-wrapper .mobile-label{
	display: none;
	font-size: 12px;
	margin-bottom: 5px;
	max-width: 150px;
}

@media only screen and (max-width: 580px){
	.credit-cards .credit-card-row .logo{
		margin: 0 0 0 45px;
	}

	.credit-cards .credit-card-row .field{
		margin: 20px 45px 0 10px;
	}

	.credit-cards .credit-card-row .payments{
		margin: 20px 0 0 0;
	}

	.credit-cards .credit-card-row .break{
		display: block;
	}
}



@media screen and (max-width: 1136px) {

	.payment-process{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.step-3-wrapper .data-col{
		margin-left: 0;
	}

	.step-3-wrapper .voucher-preview-col {
		margin:0 auto;
		float:none;
		display:block;
	}

}

@media screen and (max-width: 740px) {
	.step-3-wrapper {
		background:#e7e7e7 !important;
	}
	.step-3-wrapper .wrapper {
		padding:0 11px;
	}
	.step-3-wrapper .step-form-wrapper {
		max-width:100%;
		padding:17px 0 0;
	}
	/*.step-3-wrapper .data-col, .step-3-wrapper .voucher-preview-col {
		width:100%;
	}*/

	.step-3-wrapper .super-voucher-empty {
		padding:7px 0 104px;
	}
	.step-3-wrapper .btn-theme {
		font-size:16px;
		height:38px;
		line-height:38px;
	}
	.step-3-wrapper .super-voucher-empty .btn-theme {
		width:100%;
		height:38px;
		line-height:38px;
		font-size:16px;
	}
	.step-3-wrapper .super-voucher-empty img {
		max-width:100%;
	}
	.step-3-wrapper .super-overlay {
		padding: 14px 15px 8px;
	}

	.step-3-wrapper .payment-tabs {
		background:#393939;
		border:none;
	}
	.step-3-wrapper .btn-tab {
		color:white;
		margin:0;
		padding: 12px 15px 6px;
		font-size:14px;
	}
	.step-3-wrapper .btn-tab.active {
		border:none;
	}
}
@media screen and (max-width: 557px) {
	.step-3-wrapper .data-col, .step-3-wrapper .voucher-preview-col {
		width:100%;
	}
}
@media screen and (max-width: 500px) {
	.step-3-wrapper .payment-iframe {
		height:577px;
	}
}

@media screen and (max-width: 480px) {
	.step-3-wrapper .super-voucher-empty .load-wrapper {
		margin-top:32px;
	}
	.step-3-wrapper + .business-info .side-note {
		margin-bottom: 18px;
	}
	.step-3-wrapper .summary-wrapper {
		width:100%;
	}
	.step-3-wrapper .summary-wrapper {
		padding:0 17px;
	}
	.step-3-wrapper .summary-line:first-child {
		padding:10px 17px 10px;
		border-bottom:1px solid #e7e7e7;
		margin:0 -17px 11px;
	}
	.step-3-wrapper .summary-line:last-child {
		padding:0;
	}
	.step-3-wrapper .payment-summary {
		padding-bottom:6px;
	}
	.step-3-wrapper .payment-summary .btn-load {
		padding-right:9px;
	}
	.step-3-wrapper .payment-summary .summary-title {
		font-size:15px;
		font-weight:normal;
	}
	.step-3-wrapper .payment-tabs li:last-child .btn-tab {
		padding-right:24px;
	}
	.step-3-wrapper .super-overlay .payment-title {
		display:none;
	}
	.step-3-wrapper .super-voucher-option {
		border-bottom:1px solid #e7e7e7;
		position: relative;
		margin:0 -15px;
		padding: 0 16px;
	}
	.step-3-wrapper .super-voucher-option:first-child {
    	position: relative;
    	margin-bottom:20px;
    	padding-bottom:11px;

	}
	.step-3-wrapper .super-voucher-option:nth-child(2) {
		padding-bottom:19px;
		margin-bottom:14px;
	}
	.step-3-wrapper .super-voucher-option:nth-child(3) {
		padding-bottom:24px;
	}
	.step-3-wrapper .super-voucher-option label {
		width:112px;
		height:38px;
	}

	.step-3-wrapper .super-voucher-option .input-theme {
		margin-left:12px;
	}
	.step-3-wrapper .super-voucher-option label {
		padding-right:112px;
		position:relative;
		width:255px;
		font-size:12px;
		min-width:1px;
	}

    .step-3-wrapper .super-voucher-option:first-child label {
    	padding-right:0;
    	width:110px;
    	position:relative;
    	font-size:12px;
    }


	.step-3-wrapper .super-voucher-option img {
		position:absolute;
		right:32px;
		top:50%;
		transform: translateY(-50%);
	}
	.step-3-wrapper .super-voucher-option:first-child img {
		max-width:56px;
		right:25px;
	}
	.step-3-wrapper .super-voucher-option label.min-payment-method {
		padding-right:0;
		width:110px;
	}

	.step-3-wrapper .super-voucher-option .stciky-mobile {
		float:right;
	}

	.step-3-wrapper .mobile-label{
		display: block;
	}

	.step-3-wrapper .super-voucher-payment .submit-wrapper {
		margin-top:0;
		padding:17px 16px 17px;
		text-align:right;
	}
	.step-3-wrapper .super-voucher-payment .submit-wrapper .terms {
		margin-bottom:14px;
	}
	.step-3-wrapper .super-voucher-payment .submit-wrapper label, .step-3-wrapper .super-voucher-payment .submit-wrapper label a:link , .step-3-wrapper .pay-3rd-party label a:link {
		text-align:right;
	}
	.step-3-wrapper .super-voucher-payment .submit-wrapper label, .step-3-wrapper .pay-3rd-party label {
		display:inline-block;
		font-size: 14px;
	}
	.step-3-wrapper .super-voucher-payment .submit-wrapper label::before, .step-3-wrapper .pay-3rd-party label::before {
		transform: none;
		top: 0;
	}
	.step-3-wrapper .super-voucher-payment .submit-wrapper .btn-theme {
		width:100%;
	}
	.step-3-wrapper .super-voucher-payment .submit-wrapper .terms .error {
		bottom: 1px;
		top: 0;
		transform: translate(50%, 100%);
		left: auto;
		right: 50%;
		font-size: 12px;
		line-height: 13px;
		width: 108%;
	}
	.step-3-wrapper .pay-3rd-party {
		padding: 20px 10px;
	}

	.step-3-wrapper .pay-3rd-party .terms .error{
		top: 25px;
	}

	.step-3-wrapper .pay-3rd-party .btn-theme {
		width:267px;
		height:38px;
		line-height:38px;
	}
	.step-3-wrapper .pay-3rd-party .terms {
		padding:0 13px;
	}
	.step-3-wrapper .super-overlay .submit-wrapper .btn-theme {
		width:268px;
		height:38px;
		font-size:16px;
		line-height:38px;
	}
}

#super-voucher-page{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 40px 0 90px 0;
	position: relative;
}

#super-voucher-page .page-title,
#super-voucher-page .page-subtitle{
	padding: 0 20px;
}

#super-voucher-page .content{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 20px 0 0 0;
}

#super-voucher-page .content .box{
	display: table-cell;
	vertical-align: top;
	text-align: right;
	position: relative;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 106px 40px;
}

#super-voucher-page.show-balance-column .content .box{
	width: 33.33%;
}

#super-voucher-page.hide-balance-column .content .box{
	width: 50%;
}

#super-voucher-page.hide-balance-column .box.super-voucher-form,
#super-voucher-page .box.super-voucher-balance{
	background: #f8f8f8;
}

#super-voucher-page.show-balance-column .box.super-voucher-form,
#super-voucher-page .box.super-voucher-form{
	background-image: url('/images/super_voucher_yellow_bg.jpg');
}

#super-voucher-page .box.super-voucher-send{
	background-image: url('/images/super_voucher_blue_bg.jpg');
	color: #ffffff;
}

#super-voucher-page .gift-box{
    position: absolute;
    z-index: 1;
    bottom: -80px;
}

#super-voucher-page.hide-balance-column .gift-box{
	left: calc(50% - 80px);
}

#super-voucher-page.show-balance-column .gift-box{
	right: calc(33.33% - 350px);
}

#super-voucher-page .box .inner{
	max-width: 350px;
	margin: auto;
}

#super-voucher-page .box-title{
	position: relative;
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 600;
}

.user-balance .text .title{
    position: relative;
}

#super-voucher-page .box-title .more-info-wrapper,
.user-balance .text .more-info-wrapper{
	display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

#super-voucher-page .box-title .more-info-wrapper .more-info,
.user-balance .text .more-info-wrapper .more-info{
    position: relative;
	top: -2px;
	width: 20px;
    height: 20px;
	vertical-align: middle;
}

#super-voucher-page .box-title  .more-info-wrapper .more-info:hover ~ .tooltip-box,
.user-balance .text .more-info-wrapper .more-info:hover ~ .tooltip-box{
	opacity: 1;
	transform: translate(-50%,0);
}


#super-voucher-page .box-title  .more-info-wrapper .more-info:active ~ .tooltip-box,
.user-balance .text .more-info-wrapper .more-info:active ~ .tooltip-box{
	opacity: 1;
	transform: translate(-50%,0);
}

#super-voucher-page .box-title  .more-info-wrapper .tooltip-box,
.user-balance .text .more-info-wrapper .tooltip-box{
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	width: 275px;
	padding: 10px;
	transform: translate(-50%,5px);
	transition: opacity .5s, transform .5s;
	background: #323a48;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 300;
	border-radius: 5px;
	opacity: 0;
	z-index: 2;
}

#super-voucher-page .box-title .more-info-wrapper .tooltip-box:before,
.user-balance .text .more-info-wrapper .tooltip-box:before{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: translateX(-50%) rotate(-90deg);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #323a48;
}
.my-account-page.mobile #super-voucher-page .box-title  .more-info-wrapper .tooltip-box,
.my-account-page.mobile .user-balance .text .more-info-wrapper .tooltip-box{
  bottom: -200px;
}
.my-account-page.mobile #super-voucher-page .box-title .more-info-wrapper .tooltip-box:before,
.my-account-page.mobile .user-balance .text .more-info-wrapper .tooltip-box:before {
  transform: translateX(-50%) rotate(90deg);
  top: -15px;
}

#super-voucher-page .box-title .more-info-wrapper .tooltip-box .tooltip-text,
.user-balance .text .more-info-wrapper .tooltip-box .tooltip-text{
	margin: 0;
    line-height: 1.4;
}

#super-voucher-page .box-text{
	margin: 0 0 20px 0;
}

#super-voucher-page .code-field{
	margin-bottom: 20px;
	display: inline-block;
    width: 100%;
	position: relative;
}

#super-voucher-page .code-field input{
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	transition: all 0.2s ease-in-out;
	max-width: 265px;
}

#super-voucher-page .code-field input:focus{
	border-color: #fab442;
}

#super-voucher-page .code-field input.with-error{
	border-color: #ff0000;
}

#super-voucher-page .code-field .error{
    font-size: 12px;
	margin-top: 2px;
}

#super-voucher-page .user-balance{
	font-size: 50px;
	margin: 0 0 10px 0;
}

#super-voucher-page .user-balance .currency{
	font-size: 20px;
	display: inline;
	margin: 0 10px;
}

#super-voucher-page .gifts-history a{
	display: inline-block;
	margin-top: 20px;	
}

.super-voucher-flow-terms .error{
    display: block;
    font-size: 12px;
    margin: 5px auto;
}

@media only screen and (max-width: 1370px){
	#super-voucher-page .gift-box {
		width: 250px;
	}

	#super-voucher-page.show-balance-column .gift-box{
		right: calc(33.33% - 300px);
	}
}

@media only screen and (max-width: 768px){
	#super-voucher-page{
		padding: 40px 0 0 0;
	}

	#super-voucher-page.show-balance-column .content{
		display: inline-block;
	}

	#super-voucher-page.hide-balance-column .content .box,
	#super-voucher-page.show-balance-column .content .box{
		display: inline-block;
		width: 100%;
		padding: 80px 20px;
	}

	#super-voucher-page.hide-balance-column .content .box.super-voucher-form{
		padding: 50px 20px;
	}

	#super-voucher-page.hide-balance-column .gift-box{
		position: static;
		margin: auto;
		display: block;
		padding: 20px 0 0 60px;
	}

	#super-voucher-page.show-balance-column .gift-box{
		display: none;
	}

	.user-balance .text .more-info-wrapper .tooltip-box{
		width: 120px;
	}

}

#super-voucher-header{
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url('/images/super_voucher_hero.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    flex-direction: column;
}

#super-voucher-header .super-voucher-top-nav-bar{
    margin-right: auto;
    margin-left: auto;
    align-self: flex-start;
    width: 100%;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    height: 100px;
}

.super-voucher-top-nav-bar{
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	color: #ffffff;
}

.super-voucher-top-nav-bar.home{
	margin-bottom: 330px;
}

.super-voucher-top-nav-bar .inner{
	display: inline-block;
	width: 100%
}

.super-voucher-top-nav-bar:not(.home) .inner{
	padding-right: 180px;
}

.super-voucher-top-nav-bar .nav-bar.buttons{
	float: left;
}

.super-voucher-top-nav-bar .nav-bar.links{
	float: right;
}

.super-voucher-top-nav-bar:not(.home) .nav-bar.links{
	float: right;
	color: #000000;
	margin-left: 10px;
}

.super-voucher-top-nav-bar .nav-bar.links > li {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 0;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li.solid > a{
	transition: background 0.2s ease-in-out;
	background: #1a5c71;
	border-radius: 3px;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li > a{
	display: inline-block;
	padding: 3px 15px;
}

.super-voucher-top-nav-bar:not(.home) .nav-bar.buttons > li.solid > a{
	background: #1f869a;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li.ghost{
	background: none;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li.ghost:hover > a{
	text-decoration: underline;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li.ghost a{
	padding: 3px 10px;
}

#super-voucher-header .super-voucher-top-nav-bar .nav-bar.buttons {
	align-self: flex-start;
	padding-top: 10px;
}

#super-voucher-header .super-voucher-top-nav-bar .nav-bar.buttons > li.solid > a{
	background: #1a5c71;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li.solid:hover > a{
	background: #134858;
}

.super-voucher-top-nav-bar .nav-bar.buttons > li a:hover{
	text-decoration: none;
}

.super-voucher-top-nav-bar .nav-bar.links > li:after {
	content: '';
	display: inline-block;
	padding: 0;
	border-left: 1px solid #ffffff;
	height: 10px;
	margin: 0 10px;
}

.super-voucher-top-nav-bar:not(.home) .nav-bar.links > li:after {
	border-color: #000000
}

.super-voucher-top-nav-bar .nav-bar.links > li:nth-last-child(1):after {
	content: none;
}

.super-voucher-top-nav-bar .dropdown .menu{
	position: absolute;
	width: 100%;
	right: 0;
	color: #1a5c71;
	top: 22px;
	z-index: 3;
	transition: all 0.2s ease-in-out;
	transform-origin: top;
	transform: scale(1,0);
	padding-top: 2px;
}

.super-voucher-top-nav-bar .dropdown .menu li a{
	display: block;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	transition: color 0.2s ease-in-out;
}

.super-voucher-top-nav-bar .dropdown .menu li a span{
	display: block;
	padding: 5px 10px;
}

.super-voucher-top-nav-bar .dropdown .menu li:hover{
	cursor: pointer;
	color: #fab442;
}

.super-voucher-top-nav-bar .dropdown .menu li:nth-last-child(1) a{
	border-bottom: none;
}

.super-voucher-top-nav-bar .dropdown:hover .menu{
	transform: scale(1,1);
}

.super-voucher-top-nav-bar .dropdown .arrow{
	margin-right: 5px;
	transition: all 0.2s ease-in-out;
}

.super-voucher-top-nav-bar .dropdown:hover .arrow{
	transform: rotate(180deg);
}

@media only screen and (max-width: 1160px){
	.super-voucher-top-nav-bar:not(.home) .inner{
		padding-right: 100px;
	}
}

.super-voucher-top-nav-bar .nav-bar.buttons > li.solid > a svg {
	fill: #ffffff;
	display: block;
	width: 13px;
	height: 13px;
}

#super-voucher-header .logo{
    display: inline-block;
}

#super-voucher-header .logo img{
    width: 80px;
    height: auto;
    display: block;
}

#super-voucher-header .hero-text{
    width: 100%;
    height: 270px;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

#super-voucher-header .hero-text > span.db{
	width: 100%;
}

#super-voucher-header .hero-text .currency-sign{
	font-size: 70%;
}

#super-voucher-header.minimal{
	height: auto;
    padding-top: 10px;
    background-image: radial-gradient(circle at 50% 183%, #5fb3ce, #297c9d 132%);
}

#super-voucher-header.minimal .bm-balance-to-use{
	margin-top: -40px;
    background: none;
}

#super-voucher-header.minimal .logo img{
    width: 60px;
}

#super-voucher-header .mobile-search-open{
    display: none;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(255,255,255,0.3);
}

@media screen and (max-width: 740px) {
	#super-voucher-header .super-voucher-top-nav-bar{
		display: none;
	}

    #super-voucher-header.minimal{
        display: none;
    }

    .super-voucher-flow.home-page-offset{
        padding-top: 80px;
    }

	#super-voucher-header{
		height: 250px;
	}

	#super-voucher-header .hero-text{
		height: 175px;
		width: 80%;
		font-size: 24px;
	}

	#super-voucher-header .mobile-search-open{
        display: block;
	}

	#super-voucher-header .mobile-search-open .icon.filter{
		cursor: pointer;
	}

	#super-voucher-header .mobile-search-open .icon.filter img{
		width: 15px;
		height: 15px;
		margin-left: 2px;
		vertical-align: middle;
	}

	.super-voucher-flow #super-voucher-header .top-nav-bar{
		display: none;
	}

	.super-voucher-flow #mobile-header{
		display: flex;
		height: 80px;
        align-items: center;
        background: #1d829d;
	}

	.super-voucher-flow #mobile-header .item.search{
		display: none;
	}

	.super-voucher-flow #mobile-header .logo{
		padding: 15px;
	}
}

@media only screen and (max-width: 425px){
    #super-voucher-header .hero-text{
        width: 100%;
    }
}
/*succes modal*/
.modal-my-account {
	height:249px;
	overflow:hidden;
	padding-top:37px;
}
.modal-my-account  .btn-close {
	z-index:1;
}
.img-feedback {
	position:relative;
	right:-42px;
}



/*end*/


.my-account-page .wrapper {
	max-width:1170px;
	margin:0 auto;
	padding:0 15px;
}
.my-account-page .page-title {
	font-size:50px;
	font-weight:normal;
	margin-bottom:47px;
	margin-top:20px;
}
.my-account-page .subtitle {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:right;
}
.my-account-page .mail-input-wrapper {
	position:relative;
	margin-bottom:15px;
}
.my-account-page .input-theme {
	height:38px;
	padding:0 12px;
}
.my-account-page .mail-col {
	width:34.82%;
	float:right;
	margin-left:15.78%;
}
.my-account-page .personal-col {
	width:34.82%;
	float:right;
}

.my-account-page .parsley-errors-list {
	position:absolute;
	bottom:0;
	right:0;
	transform: translateY(100%);
	font-size:11px;
	color:red;
}
.my-account-page .input-control {
	position:relative;
	margin-bottom:17px;
}
.my-account-page .img-wrapper {
	margin-top:12px;
}
.my-account-page .phone {
	width:calc(100% - 120px);
	margin-left:14px;
	float:right;
	position:relative;
}
.my-account-page .select-wrapper {
	direction:ltr;
	text-align:left;
}

.my-account-page .chosen-rtl .chosen-single div {
	right:9px;
	left:auto;
}
.my-account-page .chosen-rtl {
	text-align:left;
}

.my-account-page .chosen-rtl .chosen-single span {
	margin-left: 20px;
}

.my-account-page .select-wrapper select{
	padding-left: 20px;
}

.my-account-page .mid.select-wrapper:after{
	top: 10px;
}

.my-account-page .form-control.chosen-container-single.select-theme .chosen-single {
	line-height:26px !important;
	box-shadow:none;
}
.my-account-page .chosen-container-single.select-theme .chosen-single span {
	color:#8e8e8e;
}
.my-account-page .form-control.chosen-rtl.chosen-container-single .chosen-single div b {
	background:none;
	position:relative;
}
.my-account-page .form-control.chosen-rtl.chosen-container-single .chosen-single div b::after{
	content: "";
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid black;
	position:absolute;
	top:14px;
	right:0px;

}

.my-account-page .prefix {
	width:106px;
	float:right;
}

html[dir="ltr"] .my-account-page .prefix {
	display: none;
}

.my-account-page .img-wrapper img {
	max-width:85px;
	max-height:85px;
	border-radius:50%;
	vertical-align:top;
}
.my-account-page .img-wrapper .label-text {
	transform: translateY(9px);
	display:inline-block;

}
.my-account-page .submit-wrapper {
	margin-top:29px;
	padding:0 40.75% 0 0 ;
}
.my-account-page .submit-wrapper .btn {
	width:223px;
	height:44px;
	line-height:44px;
}
.my-account-page .super-voucher-balance {
	margin-top:39px;
	background-color:#f8f8f8;
	padding:99px 0 25px;
	text-align:center;
}
.my-account-page .balance-img-wrapper {
	position:relative;
	display:inline-block;
}
.my-account-page .balance-img-wrapper img.desktopN {
	height:317px;
	position:relative;
	right:-100px;
}
.my-account-page .balance-title {
	position:absolute;
	right:31%;
	top:17%;
	font-size:26px;
	font-weight:bold;
}
.my-account-page .balance {
	position:absolute;
	right:30.5%;
	top:38%;
	font-weight:normal;
	font-size:46px;
}

.my-account-page .gifts {
	text-align:right;
}
.my-account-page .super-voucher-balance .currency {
	font-size:27.5px;
}
.my-account-page .gifts .subtitle {
	margin-bottom:15px;
}

/* table cols */
.my-account-page table {
	width:100%;
	margin-bottom: 20px;
}
.my-account-page .col-logo {
	padding:17px 0 15px;
	width:10.78%;
}
.my-account-page .col-des {
	width:21.75%;
}
.my-account-page .col-price {
	width:8.68%;
}
.my-account-page .col-date {
	width:13.24%;
}
.my-account-page .col-state {
	width:18.3333%;
}
.my-account-page .col-sn {
	width:10.52%;
}
.my-account-page .col-methods {
	padding-left:8px;
}
.my-account-page .description {
    vertical-align: middle;
    max-width: 154px;
    display: inline-block;
}
.my-account-page .limited-text {
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.my-account-page .col-des h5 {
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.my-account-page .col-des p {
	font-size:14px;
	margin:0;
}

.my-account-page .circle-check + label::before {
	margin-left:3px;
}
.my-account-page .personal-page-map {
	margin-top:66px;
}

.input-label-wrapper {
	position:relative;
}
.input-label {
	position:absolute;
	top:0;
	right:0;
	transform: translateY(-100%);
	font-size:12px;
}
.mobileN {
	display:none;
}
.my-account-page .balance-img-wrapper .currency {
	font-size:27px;
}
.my-account-page .open-button {
	display:none;
}
.my-account-page .spinner {
	display:none;
}
.my-account-page .select-wrapper select {
	height:38px;
	width:100%;
	border:1px solid #f8b420;
	border-radius:3px;
}

.modal-send-options {
	width:463px;
	padding-bottom:40px;
}
.modal-send-options .title--sm {
	font-size:18px;
	margin-top:42px;
	margin-bottom:7px;
	line-height:14px;
}
.modal-send-options .subtitle {
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:10px;
	margin-bottom: 19px;
}
.modal-send-options .improved-overlay {
	background:white;
	padding:42px 21px 15px;
}
.modal-send-options .improved-overlay-label {
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:43px;
}
.modal-send-options .improved-overlay .overlay-buttons {
	text-align:right;
	padding-top:27px;
}
.modal-send-options .btn-theme {
	width:143px;
	height:34px;
	line-height:34px;
	padding:0;
}
.modal-send-options .sms-buttons {
	padding-right:87px;
}
.modal-send-options .mail-buttons {
	padding-right:38px;
}
.modal-send-options .btn-close {
	z-index:2;
	
}
.modal-send-options .btn-return {
	text-decoration: underline;
	font-size:14px;
}
.modal-send-options .btn-preview {
	display:none;
	width:248px;
	height:38px;
	line-height:38px;
	padding:0;
	margin-top: 8px;
}
.modal-send-options .parsley-errors-list {
	width:100%;
	text-align:center;
	right:0;
	left:auto;
	top:auto;
	bottom:0;
	transform: translateY(100%);
}

.gifts .tooltip-wrapper {
	display: inline-block;
	width: 100%;
}

.gifts .tooltip {
	width: max-content;
	max-width: 275px;
}

.explorer .gifts .tooltip {
	width: 275px;
}

.gifts .tooltip-text {
	margin: 1px;
	color: #f8f8f8;
	font-style: normal;
}

@media screen and (max-width: 1290px) {
	.gifts .tooltip-wrapper {
		max-width: 275px;
	}

	.gifts .tooltip {
		width: fit-content;
	}

	.explorer .gifts .tooltip {
		width: 275px;
	}

	.gifts .tooltip:after {
		position: absolute;
		left: 50%;
	}
	.gifts .tooltip-text {
		text-align: center;
	}
}

@media screen and (max-width: 1050px) {

	.my-account-page .open-button,
	.my-account-page .col-logo,
	.my-account-page .col-des {
		float:right;
	}
	.my-account-page .col-price,
	.my-account-page .col-date,
	.my-account-page .col-state,
	.my-account-page .col-sn,
	.my-account-page .col-methods {
		width:100%;
		padding-right:28.96%;
		display:none;
	}
	.my-account-page .open-button {
		position:relative;
		display:block;
		width:5.8%;
	}
	.my-account-page .open-button.open ~ td {
		display:block;
	}
	.my-account-page .open-button::before {
		content: "+";
		font-weight:bold;
		font-size:20px;
		position:absolute;
		top:10px;
		right:0;
		height:20px;
		width:20px;
		text-align:center;
		line-height:20px;
		border:1px solid black;
		border-radius:50%;
	}
	.my-account-page .open-button.open::before {
		content: "_";
		line-height:2px;
	}
	.my-account-page .col-logo {
		padding:0;
		width:29.31%;
	}
	.my-account-page .col-des {
		height:44px;
		width:64.82%;
	}

	.my-account-page .col-price {
		margin-top:60px;
		margin-bottom:12px;
	}
	.my-account-page .col-date {
		margin-bottom:12px;
	}
	.my-account-page .col-state {
		margin-bottom:18px;
	}
	.my-account-page .col-sn {
		margin-bottom:12px;
	}
	.my-account-page .btn-resend, .my-account-page .btn-give {
		width:138px;
		display:block;
	}
	.my-account-page .btn-resend {
		margin-bottom:-5px;
	}
	.my-account-page .btn-give {
		margin-bottom:11px;
	}

	.gifts .tooltip:after {
		left: 60%;
	}
	.gifts .tooltip-text {
		text-align: center;
	}
}
@media screen and (max-width: 974px) {
	.my-account-page .mail-col, .my-account-page .personal-col {
		width:45%;
	}
	.my-account-page .mail-col {
		margin-left:10%;
	}

	.gifts .tooltip:after {
		left: 90%;
	}
}
@media screen and (max-width: 740px) {
	.modal-send-options {
			width:auto;
			padding-bottom:22px;
			overflow: hidden;
	}
	.modal-send-options .print {
		display:none;
	}
	.modal-send-options .row--sm > .col-1-3 {
		width:50%;
		float:right;
	}
	.modal-send-options .col-1-2 {
		width:100%;
		float:none;
	}
	.modal-send-options .improved-overlay .col-1-2 {
		margin-bottom:22px;
	}
	.modal-send-options .btn-close {
		font-size:12px;
	}

	.modal-send-options .title--sm {
		margin-top:21px;
		font-size:15px;
	}
	.modal-send-options .subtitle {
		font-size:12px;
		margin-bottom:11px;
	}
	.modal-send-options .btn-preview {
		display:inline-block;

	}
	.modal-send-options .improved-overlay {
		padding:20px 15px;
	}
	.modal-send-options .improved-overlay-label {
		font-size:15px;
		line-height:11px;
	}
	.modal-send-options .improved-overlay-label {
		margin-bottom:35px;
	}
	.modal-send-options .sms-buttons,
	.modal-send-options .mail-buttons {
		padding-right:0;
	}
 	.modal-send-options .overlay-buttons .btn-theme {
 		float:left;
 	}
 	.modal-send-options .improved-overlay .overlay-buttons {
 		padding-top:0;
 	}
 	.modal-send-options .mail-overlay {
 		padding-top:44px;
 	}
 	.modal-send-options .btn-return { 
 		transform:translateY(6px);
 	}
 	.modal-send-options .mail-overlay .improved-overlay-label {
 		margin-bottom:36px;
 	}

 	.modal-send-options .mail-overlay .input-theme {
 		margin-bottom:0;
 	}

 	.modal-send-options .mail-overlay .input-label-wrapper {
 		margin-bottom: 20px;
 	}


	.my-account-page .page-title {
		font-size:20px;
		font-weight:normal;
		margin-top:6px;
		margin-bottom:15px;
	}

	.my-account-page .mail-col, .my-account-page .personal-col {
		width:100%;
		margin:0;
		float:none;
	}
	.my-account-page .subtitle {
		margin-bottom:8px;
		font-size:15px;
	}

	.my-account-page .confirm-password {
		margin-bottom:23px;
	}
	.my-account-page .phone {
		width:calc(100% - 114px);
		margin-left:15px;
	}
	.my-account-page .prefix {
		width:99px;
	}
	.my-account-page .submit-wrapper {
		padding:0;
		text-align:center;
		margin-top:23px;
	}
	.my-account-page .submit-wrapper .btn {
		height:38px;
		line-height:38px;
		width:290px;
	}
	.my-account-page .super-voucher-balance {
		padding:79px 15px 37px;
	}
	.desktopN {
		display:none;
	}
	.mobileN {
		display:inline;
	}
	.my-account-page .balance-img-wrapper {
		display:block;
	}
	.my-account-page .balance-img-wrapper img {
		position:static;
		height:179px;
		max-width:318px;
	}
	.modal-my-account {
		height:210px;
		padding:55px 0 0;
		text-align:center;
	}
	.modal-my-account img {
		position:static;
		max-width:290px;
	}
	.my-account-page .mobile-img-wrapper {
		position:relative;
		display:inline-block;
	}
	.my-account-page .balance-title {
		right:26px;
		font-size:16px;
		top:33px;
	}
	.my-account-page .balance {
		font-size:30px;
		right:26px;
		top:75px;
	}
	.my-account-page .balance-img-wrapper .currency {
		font-size:17px;
	}
	.my-account-page .page-map {
		display:none;
	}
	.my-account-page .spinner {
		display:block;
	}

	.my-account-page .select-wrapper:after {
		left:auto;
		right:12px;
		top:15px;
		content: "";
		border-left:8px solid transparent;
		border-right:8px solid transparent;
		border-top:8px solid black;
	}



}

@media screen and (max-width: 480px) {

}

/* new */

.my-account-page .subtitle {
	font-size: 20px;
	font-weight: normal;
	margin: 0 auto 15px auto;
}

.my-account-page .account-form{
	margin-right: -10px;
}

.my-account-page .account-save{
	margin: 10px;
}

.my-account-page .ui-input{
	margin-bottom: 20px;
}

.my-account-page .form-group-note{
	margin: -10px auto 10px auto;
	font-size: 13px;
	font-weight: normal;
}

.my-account-page .phone{
	display: inline-block;
	width: 100%;
}

.my-account-page .phone .suffix{
	float: right;
	width: 70%;
}

.my-account-page .phone .prefix{
	float: right;
	width: 25%;
	margin-right: 5%;
}

.my-account-page .phone .prefix:after{
	top: 10px;
}

.my-account-page .profile-photo{
	display: inline-block;
	cursor: pointer;
}

.my-account-page .profile-photo input{
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

.my-account-page .profile-photo .label{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.my-account-page .profile-photo .current-photo{
    display: inline-block;
    width: 85px;
	height: 85px;
	background-size: contain;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	border-radius: 100%;
}

.my-account-page .wrapper{
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.my-account-page .page-title {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 47px;
    margin-top: 20px;
}

.my-account-page .gifts-wrapper {
	font-size: 14px;
	margin-top: 20px;
	padding: 0;
}

.my-account-page .search-scroll{
	display: block;
}

.my-account-page .search-scroll{
	display: none;
}

.my-account-page .gifts-table{
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.my-account-page .gifts-table th{
	font-weight: 400;
}

.my-account-page .gifts-table th,
.my-account-page .gifts-table td{
	padding: 10px;
	text-align: right;
}

.my-account-page .gifts-table .gift-row.mobile {
	display: none;
}

.my-account-page .gifts-table .gift-row {
	border-bottom:1px solid #cccccc;
}

.my-account-page .gifts-table .gift-row.highlight {
	background: #fff4e5;
}

.my-account-page .gift-row .status.fa-check{
	font-size: 9px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #434343;
    border-radius: 100%;
	color: #ffffff;
}

.my-account-page .gift-row .status.fa-check.checked{
	color: #434343;
}

.my-account-page .gifts-table .logo{
	text-align: right;
	padding: 10px 0;
	width: 120px;
	vertical-align: top;
}

.my-account-page .gifts-table .logo .box{
	background-color: #ffffff;
	border-radius: 5px;
	width: 100px;
	height: 60px;
	padding: 5px;
	text-align: center;
}
.my-account-page .gifts-table .gift-row.highlight .logo .box{
	background: none;
	padding: 0;
}

.my-account-page .gifts-table .logo img {
	max-width: 100%;
	max-height: 100%;
}

.my-account-page .gifts-table .supplier-name,
.my-account-page .gifts-table .recipient-name {
	display: block;
	font-weight: 700;
}

.my-account-page .gifts-table .recipient-details .ellipsis{
	width: 200px;
}

.my-account-page .gifts-table .recipient-details-mobile {
	display: block;
	word-break: break-word;
}
.my-account-page .gifts-table .gift-name {
	position: relative;
}
.my-account-page .gifts-table .gift-name,
.my-account-page .gifts-table .recipient-details {
	width: auto;
}

.my-account-page .gifts-table .actions{
    text-align: left;
    padding: 10px 0;
    width: 150px;
}

.my-account-page .gifts-table .actions .btn{
	padding: 5px 10px;
	font-size: 13px;
	min-width: 80px;
}

.my-account-page .gifts-table .toggle-btn{
    padding: 10px;
    font-size: 25px;
	vertical-align: top;
	text-align: left;
}

.my-account-page .gifts-table .fa-minus-circle{
	opacity: 0.5;
}

.my-account-page .gifts-table .more-details{
	height: 0;
	margin: 0;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.my-account-page .gifts-table .more-details > div{
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    width: auto;
    text-align: right;
}

.my-account-page .user-balance{
   display: table;
   table-layout: fixed;
   max-width: 650px;
   width: 100%;
   margin: 20px auto;
}

.my-account-page .user-balance .image{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

.my-account-page .user-balance .image img{
	display: inline-block;
	max-width: 250px;
}

.my-account-page .user-balance .text{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 10px;
}

.my-account-page .user-balance .text .title{
	font-size: 22px;
	font-weight: 700;
}

.my-account-page .user-balance .text .number{
	font-size: 50px;
	display: block;
}

.my-account-page .user-balance .text .currency{
	font-size: 18px;
	display: inline-block;
	margin: 0 5px;
}

.my-account-page .gifts-table .more-details.open{
	height: auto;
	margin: 20px 0;
}

.my-account-page hr.seperator{
	margin: 40px auto;
}

.saved-cards{
	display: inline-block;
	width: 100%;
	font-size: 14px;
}

.saved-cards .credit-card{
    float: right;
    width: 230px;
    height: 130px;
    background: #e7e7e7;
    border-radius: 5px;
    position: relative;
    margin: 10px 0 10px 20px;
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
    from {transform: scale(0,0)}
    to {transform: scale(1,1)}
}

@-webkit-keyframes bounceIn {
    from {transform: scale(0,0)}
    to {transform: scale(1,1)}
}

.saved-cards .credit-card.add-new{
	cursor: pointer;
}

.saved-cards .credit-card .logo{
    position: absolute;
    left: 10px;
    top: 10px;
}

.saved-cards .credit-card .number{
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.saved-cards .credit-card .number:after{
	content: '●●●';
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
	margin: 0 2px;
}

.saved-cards .credit-card .trash{
    position: absolute;
    left: 10px;
    bottom: 15px;
	transition: all 0.2s ease-in-out;
}

.saved-cards .credit-card:hover .trash{
	transform: scale(0.9);
	cursor: pointer;
}

.saved-cards .credit-card .plus{
	position: absolute;
    right: 40%;
    top: 30px;
	transition: all 0.2s ease-in-out;
}

.saved-cards .credit-card:hover .plus{
	transform: scale(1.1);
}

.saved-cards .credit-card .label{
	position: absolute;
    right: 0;
	left: 0;
	width: 100%;
	text-align: center;
    bottom: 25px;
}

.ui-lightbox.add-credit-card .inner .box,
.ui-lightbox.remove-credit-card .inner .box{
	max-width: 400px;
	margin: auto;
}

.ui-lightbox.add-credit-card .lightbox-content{
	padding: 30px 10px 10px 10px;
}

.ui-lightbox.add-credit-card iframe{
	width: 100%;
    border: none;
    height: 430px;
    max-width: 310px;
    margin: auto;
    display: block;
}

.ui-lightbox.remove-credit-card .inner .box{
	padding: 0 0 40px 0;
}

.ui-lightbox.remove-credit-card .title{
	margin-bottom: 20px;
}

.my-account-page .empty-view{
	display: table;
}

.my-account-page .empty-view > *{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 30px 0 30px 30px;
	font-size: 16px;
}

@media only screen and (max-width: 999px){
	.my-account-page .gifts-table .gift-row.desktop {
		display: none;
	}
	
	.my-account-page .gifts-table .gift-row.mobile {
		display: table-row;
	}
}

@media only screen and (max-width: 720px){
	.my-account-page .user-balance .image img{
		width: 130px;
	}

	.my-account-page .empty-view,
	.my-account-page .subtitle,
	.my-account-page .empty-view > *{
		display: block;
		text-align: center;
	}

	.my-account-page .empty-view > *{
		padding: 10px 0;
	}
}

@media only screen and (max-width: 450px){
	.my-account-page .gifts-table .logo{
		width: auto;
		padding: 10px 0;
	}

	.my-account-page .gifts-table .logo .box{
		width: 80px;
		height: 80px;
		line-height: 4.5;
	}

	.my-account-page .gifts-table .actions .btn{
		margin-bottom: 5px;
		width: 100%;
	}

	.my-account-page .empty-view .text p{
		font-size: 13px;
	}

	.my-account-page .empty-view .image img{
		width: 150px;
		display: block;
		margin: auto;
	}

	.my-account-page .empty-view .break{
		display: none;
	}
}

.btn-new-purchase{
	background: inherit;
	color: #434343;
	text-decoration: underline;
}
.gift-name span {
	width: calc(100% - 27px);
}
.desktop .myaccount_bundle_items_chevron {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -13.5px;
  cursor: pointer;
  width: 27px;
  height: 27px;
}
.mobile .myaccount_bundle_items_chevron {
	left: -2px;
	position: relative;
	cursor: pointer;
}
.no-border-bottom {
	border-bottom: none !important;
}
.myaccount_bundle_item {
	border-bottom: none !important;
}
.myaccount_bundle_item.border-bottom-grey {
	border-bottom: 1px solid #cccccc !important;
}

.my_account_mobile_page_title {
	font-size: 28px;
	text-align: center;
	color: #323a48;
	display: block;
	height: 105px;
	line-height: 100px;
}

.my-account-page .ui-tabs .tab {
	color: #79849a;
	font-size: 16px;
	width: 150px;
}
.my-account-page .ui-tabs .tab.active {
	color: #ffa126;
}

/* login modal */
.ui-lightbox.login .box{
	max-width: 500px;
	text-align: center;
	margin: auto;
}

.ui-lightbox.login .lightbox-return {
	text-align: right;
	color: #4F5869;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	margin-top: 32px;
	padding-right: 20px;
	cursor: pointer;
	width: fit-content;
}

.ui-lightbox.login .lightbox-return span {
	padding-right: 2px;
}

.ui-lightbox.login .lightbox-head{
	font-weight: 400;
	font-size: 50px;
}

.ui-lightbox.login .lightbox-head.with-return {
	margin-top: 0px;
}

.ui-lightbox.login .lightbox-head .name{
	font-size: 18px;
	font-weight: 700;
	line-height:25px;
	margin-bottom: 20px;
	margin-top:20px;
}

.ui-lightbox.login .lightbox-head.with-return .name{
	margin-top:0px;
}

.ui-lightbox.login .lightbox-head.register-head .name{
	margin-top:30px;
}

.ui-lightbox.login .lightbox-head .buyme-logo{
	width:70px;
	height:fit-content;
	margin: 0 auto;
}

.ui-lightbox.login .lightbox-head .buyme-logo img{
	width:100%;
}

.ui-lightbox.login .lightbox-content{
	text-align: center;
	padding: 0 0 40px 0;
	display: block;
}

.ui-lightbox.login .lightbox-content.otp-body{
	width:440px;
	margin:0 auto;
}

.ui-lightbox.login .lightbox-content.otp-body > form{
	width: 283px;
	margin: 0 auto;
}

.ui-lightbox.login .lightbox-content.otp-body > form input{
	text-align:right;
}

.ui-lightbox.login .lightbox-content.otp-body .bottom-line{
	border-bottom: #E1E4EA 1px solid;
	padding-bottom: 20px;
}

.ui-lightbox.login .lightbox-content.otp-body .extra-option{
	color: #FFA126;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 21px;
	text-decoration-line: underline;
	cursor: pointer;
	margin-top: 20px;
}

.ui-lightbox.login .lightbox-content.register-body {
	width: 400px;
	margin: 0 auto;
}

.ui-lightbox.login .lightbox-content.register-body>form {
	width: 347px;
	margin: 0 auto;
}

.ui-lightbox.login .lightbox-content.register-body>form .additional-info {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #79849A;
	text-align: right;
}

.ui-lightbox.login .lightbox-content.register-body>form .bm-input.with-icon.reverse .bm-icon {
	width: 49px;
}

.ui-lightbox.login .lightbox-content.register-body>form .login-options.grid.register-text.bottom-lr {
	position: relative;
}

.ui-lightbox.login .lightbox-content.register-body>form .login-options.grid.register-text.bottom-lr .bm-checkbox {
	top: -2px;
}

.ui-lightbox.login .lightbox-content.register-body>form .register-text .label {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.ui-lightbox.login .lightbox-content.register-body>form .login-options.grid.register-text.bottom-lr .bm-body-2.label {
	padding-left: 50px;
}


.ui-lightbox.login .lightbox-content.register-body>form .prefix-container {
	width: 130px;
	position: absolute;
	top: 2px;
	left: 0px;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .bm-select.empty .selected-name {
	border: 0;
	height: 38px;
	position: relative;
	left: 1px;
	top: -1px;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .bm-select .dropdown ul .bm-select-option {
	height: 40px;
}


.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .bm-select .query {
	border-top: 0;
	border-bottom: 0;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .bm-icon.arrow svg {
	fill: #262B36;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .prefix-label {
	width: fit-content;
	padding-right: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	color: #262B36;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container li.selected .prefix-label {
	color: #ffa126;
	font-weight: bold;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .prefix-icon {
	width: 20px;
	height: 16px;
	position: relative;
	top: -21px;
	left: -60px;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .prefix-icon img {
	width: 100%;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .icon-option {
	height: 20px;
}

.ui-lightbox.login .lightbox-content.register-body>form .prefix-container .selected-name {
	border: 0;
	position: relative;
	top: -1px;
	height: 38px;
	left: 1px;
}

.ui-lightbox.login .lightbox-content.register-body>form .icon-select input {
	text-align: right;
}

.ui-lightbox.login .lightbox-content.register-body>form .icon-select .parsley-errors-list {
	position: relative;
	text-align: right;
}
.ui-lightbox.login .lightbox-content.register-body>form .register-error{
	text-align:right;
	margin-right:0;
}

.ui-lightbox.login .lightbox-content.register-body .login-options.terms .inner{
	display:block;
}

.ui-lightbox.login .lightbox-content.register-body .login-options.terms .bm-body-2 {
	position: relative;
	top: -20px;
	left: -20px;
}

.ui-lightbox.login .lightbox-content.register-body .login-options.terms .bm-checkbox .parsley-errors-list {
	position: relative;
	top: -21px;
}

.ui-lightbox.login .lightbox-content.register-body .login-options.subscription{
	margin-top: -17px;
}

.ui-lightbox.login .lightbox-content .subtitle{
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:20px;
}

.ui-lightbox.login .login-form{
	margin: 0 auto;
	padding: 0;
	width:283px;
}

.ui-lightbox.login .main-form{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: auto;
	padding: 0;
}

.ui-lightbox.login .main-form > *{
	text-align: center;
}

.ui-lightbox.login .main-form > .or{
    vertical-align: middle;
    width: 0px;
    position: relative;
	border-right: 1px solid #cccccc;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
	align-self: normal;
	margin: 0 10px;
}

.explorer .ui-lightbox.login.register-form .main-form > .or{
	height: 335px;
}

.explorer .ui-lightbox.login.login-form .main-form > .or{
	height: 255px;
}

.explorer .ui-lightbox.login .main-form > .or span{
	position: relative;
	left: 12px;
}

.ui-lightbox.login .main-form > .or span{
    padding: 5px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.ui-lightbox.login .main-form > .option{
    vertical-align: top;
}

.ui-lightbox.login .main-form > .option .title{
	margin-bottom: 20px;
}

.ui-lightbox.login .text-btn{
	color: #1d819c;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 700;
}

.ui-lightbox.login .social-btn{
	width: 260px;
	height: 40px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.28px;
	text-transform: capitalize;
    padding: 9px 65px 9px 10px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-align: right;
	margin-bottom: 24px;
	border-radius: 6px;
	background: #FFA126;
}

.ui-lightbox.login .social-btn .icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	border-radius: 0px 6px 6px 0px;
	background: #FFF;
	text-align: center;
	border: 1px solid #FFA126;
	padding: 7px;
}

.ui-lightbox.login .social-btn .icon img{
	width: 25px;
}

.ui-lightbox.login .social-btn.facebook{
	background: #475A96;
	margin-bottom: 0;
}

.ui-lightbox.login .social-btn.facebook .icon{
	border: 1px solid #475A96;
}

.ui-lightbox.login .social-btn.google{
	background: #4285F4;
}

.ui-lightbox.login .social-btn.google .icon{
	border: 1px solid #4285F4;
}

.ui-lightbox.login .ui-input{
	margin-bottom: 20px;
}

.ui-lightbox.login .field.last .ui-input{
	margin-bottom: 15px;
}

.ui-lightbox.login .ui-input input{
	padding: 9px 50px 9px 10px;
}

.ui-lightbox.login .ui-input input:not(.parsley-error){
	border: 1px solid #cccccc;
}

.ui-lightbox.login .ui-input input:not(.parsley-error):focus{
	border-color: #fab442;
}

.ui-lightbox.login .ui-btn.orange{
	width: 100%;
	border: none;
	padding: 8px 30px 7px 30px;
}

.ui-lightbox.login .field{
	position: relative;
}

.ui-lightbox.login .lightbox-title{
	text-align: center;
    background: #f2f4f7;
    position: relative;
    padding: 0;
    height: 52px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border-radius: 6px;
	margin-bottom: 15px;
	color: #4f5869;
	font-size: 14px;
}

.ui-lightbox.login .lightbox-title .lightbox-close{
	position: absolute;
    right: 10px;
	top: 15px;
	padding: 0;
}

.ui-lightbox.login .lightbox-title .lightbox-close .close-btn{
	padding: 10px;
}

.ui-lightbox.login .lightbox-title .lightbox-close .close-btn svg{
	fill: #4f5869;
}

.ui-lightbox.login .subtitle{
	margin-bottom: 8px;
}

.ui-lightbox.login .main-form.first-name-set{
	width: 60%;
	padding: 0;
}

.ui-lightbox.login .main-form.first-name-set .ui-btn.orange{
	width: auto;
}

.ui-lightbox.login .field.first-name input{
	margin: 10px 0 25px 0;
	padding-right: 10px;
}

.ui-lightbox.login .field .icon{
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    padding: 4px;
    border-left: 1px solid #cccccc;
	width: 38px;
}

.ui-lightbox.login .ui-field .parsley-errors-list{
	position: absolute;
	right: 0;
}

.ui-lightbox.login .ui-checkbox{
	width: 100%;
    text-align: right;
	margin-bottom: 15px;
}

.ui-lightbox.login .login-error{
	margin-top: 10px;
	position: static;
}

.ui-lightbox.login .forgot-password{
    font-size: 13px;
    margin-bottom: -23px;
    position: relative;
    z-index: 2;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.ui-lightbox.login .forgot-password:hover{
	text-decoration: underline;
}

.ui-lightbox.login .login-loading{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 250px;
	padding-bottom: 30px;
}

/* .oldschool .*/
.oldschool .entry .ui-checkbox{
	display: inline-block;
	width: 50%;
}

.oldschool .entry .reset-pass{
	text-align: left;
}

.terms-confirm-text {
	margin: 50px 20px 0 20px;
	color: #434343;
}

.terms-confirm-text a{
	text-decoration: underline;
}

@media only screen and (max-width: 800px){
	.ui-lightbox.login .main-form > .option{
		padding: 0 20px;
	}

	.android .ui-lightbox.login select, .iphone .ui-lightbox.login select{
		display:none !important;
	}

	.android .ui-lightbox.login .dropdown, .iphone .ui-lightbox.login .dropdown, .android .ui-lightbox.login .selected-name, .iphone .ui-lightbox.login .selected-name{
		display:block !important;
	}
}


@media only screen and (max-width: 580px) {
	.ui-lightbox.login .box {
		max-width: 320px;
	}

	.ui-lightbox.login .lightbox-content .subtitle {
		padding-left: 60px;
		padding-right: 60px;
	}

	.ui-lightbox.login .main-form {
		display: block;
		padding: 0;
	}

	.ui-lightbox.login .main-form>.option {
		display: block;
		width: 100%;
	}

	.ui-lightbox.login .lightbox-content.otp-body,
	.ui-lightbox.login .lightbox-content.register-body {
		width: 280px;
	}

	.ui-lightbox.login .lightbox-content.otp-body>form,
	.ui-lightbox.login .lightbox-content.register-body>form {
		width: fit-content;
	}

	.ui-lightbox.login .lightbox-content.register-body {
		padding: 0px 0px 40px 0px;
	}

	.ui-lightbox.login .lightbox-content.register-body>form .login-options.grid.register-text.bottom-lr .bm-body-2.label {
		padding-left: 0;
	}
}


.col-6{
	flex: 0 0 auto;
	width: 50%;
}

.col-7{
	flex: 0 0 auto;
	width: 56.66%
}

.login-mx-auto {
	margin-right: auto;
	margin-left: auto;
}


.ui-lightbox.login .social-btn.otp-btn{
	background: #38A948;
}

.ui-lightbox.login .option-box{
	width: 500px;
	min-height: 477px;
	text-align: center;
	margin: auto;
	background: #fff;
	border-radius: 0.5rem;
	padding-bottom: 30px;
}

.or-custom{
	position: relative;
	margin-bottom: 1rem;
	width: 100%;
	height: 50px;
}
.or-custom > span{
	display: block;
	width: fit-content;
	background: #ffffff;
	clip-path: circle(27% at 49% 51%);
	padding: 1rem;
	position: absolute;
	left: 0px;
	right: 0px;
}

.or-custom > hr{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 3px;
	color: #E1E4EA !important;
	border-top: 1px solid #E1E4EA !important;
}

.mt-5{
	margin-top: 1.25rem;
}


@media only screen and (max-width: 576px){
	.col-7{
		flex: 0 0 auto;
		width: 83.66%;
	}
	.ui-lightbox.login .option-box {
		width: unset;
	}
}

.arrow-back{
	position: absolute;
	top:0rem;
	right: 1.25rem;
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	color: #4F5869;
}

.row-scroller{
	position: relative;
	padding-top: 1rem;
	max-height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 30px;
}

.row-scroller .mt-30{
	margin-top: 30px;
}

.row-scroller .mb-20{
	margin-bottom: 20px;
}

.overflow-auto-hidden{
	overflow-y: auto;
	overflow-x: hidden;
}

.span-text-400{
	padding-top: 1rem;
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #4F5869;
}


.u-underline{
	color: #FFA126;
	font-weight: 400;
}

.pb-0{
	padding-bottom: 0px;
}

@media only screen and (max-width: 390px){
	.row-scroller{
		padding-bottom: 180px;
		max-height: 420px;
	}
}

.border-error{
	border-color: #f01f39 !important;
}

.text-error{
	color: #f01f39 !important;
	font-size: 13px !important;
	text-align: right;
	padding-top: 4px;
	position: absolute;
	bottom: -18px;
}

.grey-color{
	color: #323A48 !important;
}

.otp-btn img {
	width: 24px !important;
	height: 24px !important;
}

.orange-link-color{
	color: #FFA126 !important;
}

#field-input label span{
	padding-right: 10px;
}

.font-size-18{
	font-size: 18px;
}

.font-wight-700{
	font-weight: 700;
}

.font-size-95rem{
	font-size: 0.95rem;
}

.font-size-13px{
	font-size: 13px;
}

.submit-box [type="submit"]{
	margin-top: 20px;
	margin-bottom: 30px;
}

.ui-lightbox.login .mb-30{
	margin-bottom: 30px !important;
}

.ui-lightbox.login .pb-0{
	padding-bottom: 0px ;
}

.ui-lightbox.login .max-height-356{
	min-height:366px !important;
}

.mt-20{
	margin-top: 20px;
}

.mt-15{
	margin-top: 1.5rem;
}

.mt-10{
	margin-top: 10px;
}

.mt-0{
	margin-top: 0px;
}

.font-size-13{
	font-size: 13px;
}

.font-size-14{
	font-size: 14px;
}

.mb-30{
	margin-bottom: 30px;
}

.emailOtpPopup-box{
	min-height:unset !important;
}

.position-relative{
	position: relative;
}

.pt-20{
	padding-top: 20px;
}

@media only screen and (max-width: 390px){
	.row.row-scroller.pb-0 {
		padding-bottom: 180px;
		max-height: 420px;
	}

	.device-pt-20{
		padding-top: 20px;
	}
}

.mt-24{
	margin-top: 24px;
}

.font-size-16px{
	font-size: 16px;
}

.mb-20{
	margin-bottom: 20px;
}


#ui-lightbox.super-voucher-tutorial > .inner .box,
#ui-lightbox.receive-sv > .inner .box,
#ui-lightbox.receive-sv-success > .inner .box,
#ui-lightbox.endlife-sv > .inner .box{
	max-width: 600px;
	padding: 10px 0;
}

#ui-lightbox.super-voucher-tutorial .content,
#ui-lightbox.receive-sv .content,
#ui-lightbox.receive-sv-success .content,
#ui-lightbox.endlife-sv .content{
	padding: 0;
}

#ui-lightbox.super-voucher-tutorial .tutorial-video{
	margin: 0 auto 20px auto;
	max-width: 100%;
}

#ui-lightbox.super-voucher-tutorial .directions{
	display: block;
	margin: 10px auto 0 auto;
}

#ui-lightbox.super-voucher-tutorial .super-voucher-bullets{
	border-top: 1px solid #cccccc;
    margin: 20px auto 0 auto;
    padding: 20px 0 0 0;
    font-size: 12px;
    text-align: center;
    list-style-type: none;
}

#ui-lightbox.super-voucher-tutorial .super-voucher-bullets li {
    margin: 0 auto 10px auto;
}

#ui-lightbox.super-voucher-tutorial .header-background,
#ui-lightbox.receive-sv .header-background,
#ui-lightbox.receive-sv-success .header-background,
#ui-lightbox.endlife-sv .header-background{
	position: relative;
	width: 100%;
	height: 207px;
	margin-bottom: 20px;
	padding: 10px;
	background: url('/images/super_shuvar_popup_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

#ui-lightbox.super-voucher-tutorial .title.bottom-space,
#ui-lightbox.receive-sv .title.bottom-space,
#ui-lightbox.receive-sv-success .title.bottom-space,
#ui-lightbox.endlife-sv .title.bottom-space{
	margin-bottom: 50px;
}

#ui-lightbox.super-voucher-tutorial .ui-btn.turquoise,
#ui-lightbox.receive-sv .ui-btn.turquoise,
#ui-lightbox.receive-sv-success .ui-btn.turquoise,
#ui-lightbox.endlife-sv .ui-btn.turquoise{
	background-color: #1e879b;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	padding: 15px 35px;
	margin-bottom: 25px;
	text-decoration: none;
}

#ui-lightbox.super-voucher-tutorial .code-error,
#ui-lightbox.receive-sv .code-error {
    max-width: 300px;
	margin: 20px auto;
}

#ui-lightbox.receive-sv .input-align {
    max-width: 360px;
    margin: auto;
}

#ui-lightbox.receive-sv .input-wrapper {
	margin-bottom: 25px;
}

#ui-lightbox.receive-sv .input-theme {
    border: 1px solid #bdc4d1;
    border-radius: 3px;
    padding: 14px 10px;
	width: 100%;
}

#ui-lightbox.receive-sv .super-voucher-error{
	color:#fd0000;
	font-size:11px;
	display: block;
	max-width: 310px;
	margin: 10px auto 0 auto;
}

#ui-lightbox .turquoise {
	color: #1e879b;
}

#ui-lightbox.receive-sv-success .footer-separator{
	border-top: 1px dotted #79849a;
    border-radius: 3px;
}

#ui-lightbox.receive-sv-success .footer .text{
    display: inline-block;
    color: #79849a;
    margin: 30px 60px 0 60px;
    font-size: 13px;
}

#ui-lightbox.endlife-sv .body{
    margin: 40px 50px 40px 50px;
    color: #4f5869;
    font-size: 16px;
}

#ui-lightbox.super-voucher-tutorial .gift-box{
	display: block;
	margin: 20px auto;
	max-width: 300px;
	padding-left: 50px;
}

#ui-lightbox.newsletter-signup .box{
	max-width: 500px;
}

#ui-lightbox.newsletter-signup .content{
	padding: 40px 40px 0 40px;
}

#ui-lightbox.newsletter-signup p{
	margin: 0 auto 20px auto;
}

#ui-lightbox.newsletter-signup .user-email{
	max-width: 280px;
	margin: 0 auto 20px auto;
}

#ui-lightbox.newsletter-signup .user-email input{
	text-align: center;
}

.modal-title {
    display: block;
    font-size: 33px;
    font-weight: 200;
    color: #4f5869;
}

.modal-subtitle {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #79849a
}

.ui-lightbox.verifyCodeModal .box {
	width: 300px;
	margin:0 auto;
	position: relative;
	padding: 18px 18px 25px 18px;
  }
  .ui-lightbox.verifyCodeModal .box .lightbox-close {
	position: absolute;
	right: -10px;
	top: -10px;
  }
  .ui-lightbox.verifyCodeModal .box .lightbox-head  {
	padding: 0;
	margin-top: 18px ;
	color: #323a48;
  }
  .ui-lightbox.verifyCodeModal .box .lightbox-content {
	padding: 18px 0 0 0;
  }
  .ui-lightbox.verifyCodeModal .box .field {
	margin-bottom: 30px;
	position: relative;
  }
  .ui-lightbox.verifyCodeModal .box .login-error {
	font-size: 14px;
	text-align: center;
	position: relative;
	top: -15px;
  }
  .ui-lightbox.verifyCodeModal .box input{
	border: solid 1px #bdc4d1;
	background: inherit;
	height: 40px;
	border-radius: 3px;
	padding: 10px;
	font-size: 14px;
  }
  .ui-lightbox.verifyCodeModal .box input.parsley-error,
  .ui-lightbox.verifyCodeModal .box .server_error input {
	border: solid 1px #f01f39;
  }
  .ui-lightbox.verifyCodeModal .box .parsley-errors-list.filled {
	font-size: 11px;
	color: #f01f39;
	position: absolute;
	bottom: -15px;
	display: block;
  }


.ui-lightbox.verifyCodeModal .box button,
.ui-lightbox.verifyCodeModal .box button:hover {
width: 100%;
height: 40px;
color: #fff;
background-color: #ffa126;
}
.verifyCodeModal .box .field label {
font-size: 14px;
color: #434343;
width: auto;
display: block;
margin-bottom: 5px;
}
.verifyCodeModal .box .placeholder {
font-size: 14px;
padding:10px;
pointer-events: none;
position:absolute;
right:2px;
top:2px;
transition: 0.2s;
transition-timing-function: ease;
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
opacity:0.5;
color: #79849a;
width: auto;
}
.verifyCodeModal .box input:placeholder-shown {
font-size: 0;
vertical-align: bottom;
}

.verifyCodeModal ::-webkit-input-placeholder {
	color:transparent;
}

.verifyCodeModal :-moz-placeholder { /* Firefox 18- */
	color:transparent;
}

.verifyCodeModal ::-moz-placeholder {  /* Firefox 19+ */
	color:transparent;
}

.verifyCodeModal :-ms-input-placeholder {
	color:transparent;
}
.verifyCodeModal .box input:focus,
.verifyCodeModal .box #addVoucherBox .inputBox input:focus {
font-size: 14px !important;
}
.verifyCodeModal .box input:focus + span.placeholder,
.verifyCodeModal .box input:focus + ul.parsley-errors-list + span.placeholder,
.verifyCodeModal .box input.hasValue + span.placeholder,
.verifyCodeModal .box input.hasValue + ul.parsley-errors-list + span.placeholder
{
opacity: 1;
transform: scale(0.95) translateY(-45%) translateX(-5px);
-webkit-transform: translate(-5px,-45%) scale(0.95);
-ms-transform: translate(-5px,-45%) scale(0.95);
background-color:#fff;
width: auto;
height: 20px;
padding: 0 5px;
text-align: center;
color: #79849a;
font-size: 13px;
}

@media only screen and (max-height: 800px){
	#ui-lightbox.super-voucher-tutorial .lightbox-content,
	#ui-lightbox.receive-sv-success .lightbox-content,
	#ui-lightbox.endlife-sv .lightbox-content{
		max-height: 70vh;
	}

	#ui-lightbox.receive-sv .lightbox-content{
		max-height: 90vh;
	}

	#ui-lightbox.receive-sv > .inner{
		padding: 10px;
	}
}

@media only screen and (max-width: 630px) {
	#ui-lightbox.super-voucher-tutorial .header-background,
	#ui-lightbox.receive-sv .header-background,
	#ui-lightbox.receive-sv-success .header-background,
	#ui-lightbox.endlife-sv .header-background{
        height: 32vw;
    }
}

@media only screen and (max-width: 580px){
	.modal-title{
		font-size: 22px;;
	}
}

@media only screen and (max-width: 425px){

	#ui-lightbox.super-voucher-tutorial .gift-box{
		max-width: 200px;
	}

}

.supplier-shop-block .supplier-shop-block-box {
    max-width: 485px;
}

.supplier-shop-block .supplier-shop-block-content {
    margin: 0 auto;
    width: 400px;
    padding-bottom: 25px;
    padding-top: 10px;
}

.supplier-shop-block .supplier-shop-block-content p {
    margin-bottom: 0;
    line-height: 23px;
}

@media only screen and (max-width: 425px){
    .supplier-shop-block .supplier-shop-block-content {
        width: fit-content;
    }
}


#ui-lightbox{
    display: table;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 12;
}

#ui-lightbox > .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

#ui-lightbox > .inner .box{
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background: #ffffff;
    position: relative;
}

#ui-lightbox .icon-times{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
}

#ui-lightbox .icon-times.invert{
    color: #ffffff;
}

#ui-lightbox .title{
    font-size: 18px;
    font-weight: 600;
}

#ui-lightbox .subtitle {
    font-size: 14px;
    font-weight: normal;
}

#ui-lightbox .subtitle .link {
    text-decoration: underline;
}
.mutli-container {
	text-align:center;
}

.multi__sub-title {

	font-size: 18px;
 	font-weight: bold;
  	line-height: 1.33;
  	margin:12px 0;
}
.multi__success-text {
	 font-size: 16px;
  line-height: 1.5;
    margin-bottom:30px;
}
.multi__choose {
	font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom:13px;
}
.multi__voucher {
  width:100%;
  height: 154px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px  solid #e7e7e9;
  display:inline-block;
  padding: 12px 7px 14px;
  font-size: 12px;
  line-height: 1.58;

}
.multi-voucher--link, .multi-voucher--link:link, .multi-voucher--link:visited {
	font-size: 12px;
  line-height: 1.58;
  font-weight:normal;
  text-align:center;
}
.multi__row {
	padding:0 12px;
	margin:0 20px;
	position:relative;
	margin-bottom:39px;
}
.multi__row::after {
	content:"";
	display:table;
	clear:both;
}
.multi__row__col {
	display:inline-block;
	padding:0 12px;
	float:right;
	width: 165px;
}
.multi__voucher__img {
	 width: 68px;
  height: 43px;
  border-radius: 3px;
}
.multi--centred-cols .multi__row__col {
	float:none;
}
.multi__voucher__text {
	width:100%;
	height:76px;
	  overflow:hidden;
  white-space:normal;
  word-break:keep-all;
  margin:0;
  display:block;
  text-align:center;
  margin-top:9px;
}
.multi__navigator {
	font-weight:bold;
	font-size:15px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	cursor:pointer;
}
.multi__next {
	left:-15px;
}
.multi__prev {
	right:-15px;
}
.bm-success-page .success_eventReminder {
  width: 550px;
  margin: 20px 0 0;
  padding: 17px 27px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  min-height: 60px;
  display: block;
}
.bm-success-page > .inner.hasEvent {
  margin-bottom: 0;
}
.bm-success-page .success_eventReminder.mobile {
  width: 100%;
  height: auto;
}
.bm-success-page .success_eventReminder span{
  font-size: 16px;
  font-weight: bold;
  color: #ffa126;
}
@media screen and (max-width: 605px) {
	.multi__row__col {
		width:100%;
	}
	.multi__mobile-btn-theme {
		  width: 259px;
	  height: 38px;
	  border-radius: 2px;
	  background-color: #f9b420;
	  text-decoration:none;
	    font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #434343;
  display:inline-block;
  border:none !important;
  line-height:38px;
	}
}
.voucher-preview-item {
	width:calc(20.5% - 9px);
	margin-left:9px;
	position:relative;
	float:right;
	display:block;
	
	padding-top:11px;
}
.voucher-preview-item:nth-child(9n) {
	margin:0;
}
.voucher-preview-item-height {
	padding-top:55.88%;
	display:inline-block;
	width:100%;
}
.preview-seprator {
	display:none;
}
.preview-seprator:nth-child(10n) {
	width:100%;
	height:1px;
	display: block;
    float: right;
}
.vouchers-preview {
	margin-top:5px;
	padding-top:3px;
	border-top:1px solid #dcdcdc;
}
.vouchers-preview:after {
	content:"";
	clear:both;
	display:table;
}
.voucher-preview-item-img {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:100%;
	border-radius:5px;
}
.voucher-preview-inner {
	
	border-radius: 5px;
	position:relative;
}
.voucher-preview-active {
	margin-left:7px;
	transform: translateY(-2px);
	
}
.voucher-preview-active .voucher-preview-inner {
	border:2px solid #f9b420;
}
@media screen and (max-width: 557px) {
	.voucher-preview-item {
		width:calc(25.5% - 9px);

	}
	.voucher-preview-item:nth-child(9n) {
		margin-left:9px;
	}
	.voucher-preview-item:nth-child(7n) {
		margin:0;
	}
	.preview-seprator:nth-child(10n) {
		display:none;
	}
	.preview-seprator:nth-child(8n) {
		width:100%;
		height:1px;
		display: block;
	    float: right;
		
	}
}
.my-account-page .pagesNav.desktop{
    display: table;
}

.my-account-page .pagesNav.mobile{
    display: none;
}

.pagesNav{
    table-layout: fixed;
    margin: auto;
    font-size: 16px;
}

.pagesNav > *{
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 10px;
    color: #434343;
    text-decoration: none;
}

.pagesNav .arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fab442;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    transition: background 0.2s ease-in-out;
}

/* remove underline from links */
.pagesNav .arrow-left,
.pagesNav .arrow-right{
    text-decoration: none;
}

/* fix alignment of arrow inside circle */
.pagesNav .arrow-right .arrow::before{
    position: relative;
    left: 1px;
}

.pagesNav .arrow-left .arrow::before{
    position: relative;
    right: 1px;
}

.pagesNav .arrow:hover{
    background: #e89909;
    text-decoration: none;
}

.pagesNav .number{
    font-weight: 700;
    font-size: 22px;
    transition: all 0.2s ease-in-out;
}

.pagesNav.light .number{
    color: #ffffff;
}

.pagesNav.desktop .number.active,
.pagesNav.desktop .number:hover{
    color: #fab442;
    text-decoration: none;
}

@media only screen and (max-width: 768px){

    .pagesNav > *{
        vertical-align: baseline;
    }

    .pagesNav .number{
        font-size: 18px;
    }

    .fa-chevron-right::before{
        position: relative;
        left: 1px;
    }

    .my-account-page .pagesNav.desktop{
        display: none;
    }

    .my-account-page .pagesNav.mobile{
        display: table;
    }
}
.btn.blue{
    display: inline-block;
    font-size: 13px;
    padding: 2px 15px 1px 15px;
    margin: 0 5px;
    color: #fff;
    background: #1a5c71;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    height: auto;
}

.btn.blue:hover{
    cursor: pointer;
    opacity: 0.8;
}

.checkBalance{
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 3;
    display: table;
}

.checkBalance > .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.checkBalance .box{
    background: #fff;
    max-width: 760px;
    margin: auto;
    display: table;
    width: 100%;
    border-radius: 3px;
}

.checkBalance .box.split{
    table-layout: fixed;
}

.checkBalance .box.split .text > *{
    margin-right: auto;
    margin-left: auto;
    max-width: 270px;
}

.checkBalance .image{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border-radius: 0 3px 3px 0;
}

.mobileThumbnail.blue,
.image.blue{
    background: #12829f;
}

.mobileThumbnail.gray,
.image.gray{
    background: #f8f8f8;
}

.checkBalance .image img{
    display: block;
}

.checkBalance .icon-times{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    cursor: pointer;
}

.image.blue .icon-times{
    color: #fff;
}

.image.gray .icon-times{
    color: inherit;
}

.checkBalance .text{
    padding: 40px 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #393939;
    line-height: 1.4;
}

.checkBalance .title{
    font-size: 18px;
    font-weight: 700;
}

.checkBalance label, .checkBalance .dateSelectWrapper{
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0 auto 1em auto;
    position: relative;
}

.checkBalance label .label,
.checkBalance .dateSelectWrapper .label{
    font-size: 12px;
    float: right;
    width: 100%;
    margin: 0 auto 5px auto;
}

/* prevent transparent border corners */
.dateSelectWrapper .chosen-container.form-control{
    border: 1px solid transparent;
    border-radius: 3px;
}

.checkBalance .textField,
.checkBalance .ui-datepicker input{
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #fab422;
    border-radius: 3px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    direction: ltr;
}

.checkBalance .textField:invalid,
.checkBalance .ui-datepicker input:invalid{
    box-shadow: none;
}

.checkBalance .codeField{
    display: block;
}

.checkBalance .btn.orange{
    display: block;
    padding: 8px 10px 7px 10px;
    background: #fab422;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    max-width: 250px;
}

.checkBalance .btn.orange:not(.disabled):hover{
    background: #e89909;
}

.checkBalance .btn.orange.disabled{
    opacity: 0.2;
    cursor: not-allowed;
}

.checkBalance .giftCardExpiration{
    width: 29.5%; /* fallback to iphone5 */
    width: calc(100% / 3 - 10px);
    border: 1px solid #fab422;
    border-radius: 3px;
    float: right;
}

.checkBalance .giftCardExpiration .chosen-single span{
    font-size: 15px;
    line-height: 1.6;
} 

.checkBalance .giftCardExpiration.placeholder .chosen-single span,
.checkBalance .giftCardExpiration.placeholder select.ember-chosenselect{
    color: rgba(57,57,57,0.5);
} 

.checkBalance .giftCardExpiration:nth-of-type(even){
    margin: 0 15px;
}

.checkBalance .giftCardExpiration.disabled{
    background: #ececec;
    border-color: #dedede;
}

.checkBalance .chosen-disabled .chosen-single{
    cursor: not-allowed;
}

.checkBalance .chosen-container-active .chosen-single{
    border: none;
    box-shadow: none;
}

.checkBalance .form-control.chosen-container.chosen-container-single .chosen-single div b{
    background: none;
    width: auto;
    text-align: center;
    line-height: 2;
    font-size: 15px;
}

.checkBalance .form-control.chosen-container.chosen-container-single .chosen-single div b:after{
    content: '\f0d7';
    font-family: fontAwesome;
}

.checkBalance .chosen-container .chosen-results li{
    transition: all 0.2s ease-in-out;
}

.checkBalance .chosen-container .chosen-results li.highlighted{
    background: #fab422;
    color: #393939;
}

.checkBalance .chosen-container.chosen-container-single .chosen-results{
    border-top: 1px solid #fab422;
    margin: 0;
    padding: 0;
}

.checkBalance .chosen-container .chosen-search{
    display: none;
}

.checkBalance label .error,
.checkBalance .dateSelectWrapper .error{
    font-size: 13px;
    position: relative;
    width: 100%;
}

.checkBalance .spaceTop{
    margin-top: 1em;
}

.checkBalance .err .giftCardExpiration.null,
.checkBalance .err .textField,
.checkBalance .err .ui-datepicker input{
    border-color: red;
}

.error.server-error{
    display: block;
    font-size: 13px;
    text-align: center;
}

.checkBalance .subtitle{
    font-size: 18px;
    font-weight: lighter;
    margin: auto;
}

.checkBalance .value{
    font-size: 50px;
    font-weight: 200;
}

.checkBalance .currency{
    font-size: 18px;
}

.checkBalance .small{
    font-size: 12px;
    margin-top: 1em;
}

.checkBalance .sendGiftToo{
    font-size: 14px;
    font-weight: 700;
    margin: 15px auto 0 auto;
    text-decoration: underline;
}

.checkBalance .historyItems{
    margin: 20px 0;
}

.checkBalance .historyItems p{
    font-weight: 700;
    font-size: 14px;
    margin: auto;
    cursor: pointer;
}

.checkBalance .historyItems p span{
    text-decoration: underline;
}

.checkBalance .historyItems p:after{
    content: '\f053';
    font-family: fontAwesome;
    font-size: 10px;
    margin: 5px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.checkBalance .historyItems.show p:after{
    transform: rotate(-90deg);
}

.checkBalance .historyItems ul{
    list-style-type: none;
    margin: auto;
    padding: 10px 0;
    text-align: right;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.checkBalance .historyItems ul li{
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    color: #434343;
    margin: auto;
}

.checkBalance .steps{
    display: inline-block;
    width: 90%;
}

.checkBalance .steps > div {
    float: right;
    text-align: center;
    font-size: 14px;
    width: calc(100% / 3);
    padding: 20px;
}

.checkBalance .steps .number {
    background: #fab442;
    color: #fff;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 100%;
    line-height: 1.7;
}

.checkBalance select.form-control{
    padding: 8px;
}

.checkBalance .mobileThumbnail{
    display: none;
    max-width: 400px;
    margin: auto;
    padding: 0;
}

.balance-banner{
    display: block;
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: #1a5c70;
    font-size: 14px;
}

.balance-banner:hover{
    color: #1a5c70;
    text-decoration: none;
}

.mobile-super-voucher-wrapper{
  display: none;
  text-align: center;
  width: calc(100% - 30px);
  max-width: 300px;
  margin: 0 auto 0 auto;
}
.bg-white-super-voucher-btn{
    color: white !important;
}
.super-voucher-link{
  color: #28829d;
  font-weight: 700;
  text-decoration: underline;
  padding: 10px;
  display: inline-block;
}

.super-voucher-flow .mobile-super-voucher-wrapper{
    display: none;
}

/* -- responsive -- */

@media only screen and (max-width: 740px){

    .checkBalance{
        background: #fff;
        overflow: auto;
        display: block;
    }

    .checkBalance .image{
        display: none;
    }

    .checkBalance > .inner{
        padding: 20px 0 88px 0;
        display: block;
        margin: auto;
    }

    .checkBalance .box{
        border-radius: 0;
    }

    .checkBalance .mobileThumbnail{
        display: block;
    }

    .balance-banner{
        display: none;
    }

  .mobile-super-voucher-wrapper{
    display: block;
  }
}

@media only screen and (max-width: 580px){
    .checkBalance .steps > div{
        float: none;
        max-width: 260px;
        margin: auto;
        width: 100%;
    }

    .checkBalance .historyItems ul li{
        font-size: 14px;
    }
}
.instHeader {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 15px;
}

.previewImage {
    max-width: 100%;
    max-height: 95px;
}

.no-break{
  display: inline-block;
}

.instFooter {
	padding: 0 15px 15px 15px;
	font-size: 13px;
	text-align: center;
	background: none;
}

.instFooter p{
	margin: 20px 0 0 0;
}

.instFooter a{
	display: inline-block;
	text-decoration: none;
	border: none;
}

.instFooter img{
	width: 80px;
	height: 80px;
	display: block;
}

.instFooter .menu{
	padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    max-width: 450px;
    margin: 15px auto 0 auto;
}

.instFooter .menu a{
    padding: 0 10px;
    border-left: 1px solid #e6e6e6;
    width: auto;
}

.instFooter .menu a:nth-last-child(1){
	border: none;
}

@media only screen and (max-width: 500px){
	.instFooter{
		font-size: 12px;
	}

	.instFooter img{
		width: 50px;
		height: 50px;
	}
}
.rows-wrap p > *, .rows-wrap > span {
  display:inline-block;
}
.word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.filter-field{
    position: relative;
}

.filter-options{
    position: absolute;
    background: #ffffff;
    line-height: 1;
    top: 38px;
    bottom: auto;
    width: 100%;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    right: 0;
    z-index: 2;
}

.filter-options.empty{
    visibility: hidden;
}

.filter-options .option{
    padding: 10px 10px 10px 20px;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.filter-options .option:hover{
    cursor: pointer;
}

.yellow .filter-options .option.highlight,
.yellow .filter-options .option:hover{
    background: #fab442;
}

.blue .filter-options .option.highlight,
.blue .filter-options .option:hover{
    background: #1d819c;
    color: #ffffff;
}

.filter-options .fa-arrow-left{
    position: absolute;
    left: 7px;
    top: 7px;
    transform: rotate(45deg);
    opacity: 0.2;
}
#voucher-preview-image-slider-wrapper {
    /* @noflip */
    direction: ltr;
    overflow: hidden;
    padding-top: 0px;
    top: 0;
    /* @noflip */
    left: 0;
    height: 100%;
    border-radius: 5px;
    position: relative;
  }
  
  #voucher-preview-image-slider-wrapper-money {
    /* @noflip */
    direction: ltr;
    overflow: hidden;
    padding-top: 0px;
    top: 0;
    /* @noflip */
    left: 0;
    height: 100%;
    border-radius: 5px;
    position: relative;
  }
  
  .slider-thumbnail-wrapper {
    overflow: hidden;
    /* @noflip */
    float: left;
    width: 100%;
    position: relative !important;
  }
  
  .slider-thumbnail {
    padding-top: 62.08%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* background-size: contain; */
    background-size: cover;
    border: none;
  }
  
  .slider-thumbnail-money {
    padding-top: 62.08%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* background-size: contain; */
    background-size: 100% 100%;
    border: none;
  }

  #voucher-preview-image-slider {
    height: 100%;
    width: 100%;
    position: relative;
  }
  
.swipe-wrap {
  position: relative;  
}

#voucher-preview-image-slider-money {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

  #voucher-preview-image-slider-wrapper-arrow-left,
  #voucher-preview-image-slider-wrapper-arrow-right {
    cursor: pointer;
    background-repeat: no-repeat;
    position: absolute;
    max-width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
    content: "";
    background-position-y: center;
    opacity: 0.6;
  }
  
  #voucher-preview-image-slider-wrapper-arrow-left:hover,
  #voucher-preview-image-slider-wrapper-arrow-right:hover {
    opacity: 1;
  }
  
  #voucher-preview-image-slider-wrapper-arrow-left {
    background-image: url(/images/slider-arrow-left.png);
    /* @noflip */
    padding-left: 20%;
    /* @noflip */
    left: 0;
    /* @noflip */
    background-position-x: left;
  }
  
  #voucher-preview-image-slider-wrapper-arrow-right {
    background-image: url(/images/slider-arrow-right.png);
    /* @noflip */
    padding-right: 20%;
    /* @noflip */
    right: 0;
    /* @noflip */
    background-position-x: right;
  }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
 .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
 
  /**
   * The picker input element.
   */
  .picker__input {
    cursor: default;
  }
  /**
   * When the picker is opened, the input element is “activated”.
   */
  .picker__input.picker__input--active {
    border-color: #fab422;
  }
  /**
   * The holder is the only “scrollable” top-level container element.
   */
  .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /*!
   * Classic picker styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */
  /**
   * Note: the root picker element should *NOT* be styled more than what’s here.
   */
  .picker {
    position: relative; 
    width: 100%;
  }
  /**
   * The holder is the base of the picker.
   */
  .picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #efefef;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 370px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
            transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s 0.25s, border-width 0s 0.25s;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s 0.25s, border-width 0s 0.25s;
  }
  /**
   * The holder when the datepicker open to the top.
   */
  .open-to-top .picker__holder {
    bottom: 45px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 6px 40px 1px rgba(0, 0, 0, 0.12);
  }
  /**
   * The frame and wrap work together to ensure that
   * clicks within the picker don’t reach the holder.
   */
  .picker__frame {
    padding: 1px;
  }
  .picker__wrap {
    margin: -1px;
  }
  /**
   * When the picker opens...
   */
  .picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
            transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  }

  /*
  cancel glow around datepicker
  */

  .picker:focus,
  .picker__holder:focus{
    outline: none;
  }
  
.design-system.ui-datepicker{
  position: relative;
}

.design-system.ui-datepicker .dp-label{
  font-size: 16px;
  color: #262b36;
  margin-bottom: 20px;
  display: block;
}

.design-system.ui-datepicker .dp-input,
.design-system.ui-datepicker .dp-native{
  color: #262b36;
  border: 1px solid #bdc4d1;
  background: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  padding: 7px 10px;
  height: 30px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  padding: 10px;
  height: 40px;
}

.design-system.ui-datepicker .parsley-errors-list{
  position: absolute;
  top: 85px;
  right: 0;
  color: #f01f39;
  font-size: 13px;
}

.design-system.ui-datepicker .parsley-error{
  border-color: #f01f39;
}

.design-system.ui-datepicker .picker__input--active,
.design-system.ui-datepicker .dp-native:focus{
  border-color: #ffa126;
}

.design-system.ui-datepicker.filled .dp-input,
.design-system.ui-datepicker.filled .dp-native{
  border-color: #79849a;
}


/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
 .picker__box {
    padding: 0 1em;
  }
  /**
   * The header containing the month and year stuff.
   */
  .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  /**
   * The month and year labels.
   */
  .picker__month,
  .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
  }
  .picker__year {
    color: #999999;
    font-size: 0.80em;
  }
  /**
   * The month and year selectors.
   */
  .picker__select--month,
  .picker__select--year {
    max-height: 2.2em;
    padding: .2em;
    margin-left: .25em;
    margin-right: .25em;
    font-size: 13px;
    background: transparent;
    border: 1px solid #efefef;
  }

  .picker__select--month:focus,
  .picker__select--year:focus {
    outline:none;
  }

  @media (min-width: 24.5em) {
    .picker__select--month,
    .picker__select--year {
      margin-top: -0.5em;
    }
  }
  .picker__select--month {
    width: 40%;
  }
  .picker__select--year {
    width: 30%;
  }
  
  /**
   * The month navigation buttons.
   */
  .picker__nav--prev,
  .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
  }

  .picker__nav--prev{
    padding: .5em 1.25em .5em 0;
  }

  .picker__nav--next{
    padding: .5em 0 .5em 1.25em;
  }

  /* l2r case - english */
  .en .picker__nav--prev{
    padding: .5em 0 .5em 1.25em;
  }

  .en .picker__nav--next{
    padding: .5em 1.25em .5em 0;
  }



  @media (min-width: 24.5em) {
    .picker__nav--prev,
    .picker__nav--next {
      top: -0.33em;
    }
  }
  .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
  }
  @media (min-width: 24.5em) {
    .picker__nav--prev {
      padding-right: 1.5em;
    }
  }
  .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
  }
  @media (min-width: 24.5em) {
    .picker__nav--next {
      padding-left: 1.5em;
    }
  }
  .picker__nav--prev:before,
  .picker__nav--next:before {
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 0.8;
  }

  .picker__nav--prev:before {
    content: '\f105';
  }

  .picker__nav--next:before {
    content: '\f104';
  }

  .picker__nav--prev:hover,
  .picker__nav--next:hover {
    cursor: pointer;
  }
  .picker__nav--disabled,
  .picker__nav--disabled:hover,
  .picker__nav--disabled:before,
  .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
  }
  /**
   * The calendar table of dates
   */
  .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
  }
  @media (min-height: 33.875em) {
    .picker__table {
      margin-bottom: .75em;
    }
  }
  .picker__table td {
    margin: 0;
    padding: 0;
  }
  /**
   * The weekday labels
   */
  .picker__weekday {
    width: 14.285714286%;
    font-size: .85em;
    padding-bottom: .25em;
    color: #14829f;
    /* Increase the spacing a tad */
  }
  @media (min-height: 33.875em) {
    .picker__weekday {
      padding-bottom: .5em;
    }
  }
  /**
   * The days on the calendar
   */
  .picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border-radius: 5px;
    transition: background .1s;
    font-size: 13px;
  }
  .picker__day--today {
    position: relative;
    color: #f7b336;
  }
  .picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #f7b336;
    border-left: .5em solid transparent;
  }
  .picker__day--disabled:before {
    border-top-color: #aaaaaa;
  }
  .picker__day--outfocus {
    color: #dddddd;
  }
  .picker__day--infocus:hover,
  .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #f7b336;
  }
  .picker__day--highlighted {
    border-color: #f7b336;
  }
  .picker__day--highlighted:hover,
  .picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #f7b336;
  }
  .picker__day--selected,
  .picker__day--selected:hover,
  .picker--focused .picker__day--selected {
    background: #f7b336;
    color: #ffffff;
  }
  .picker__day--disabled,
  .picker__day--disabled:hover,
  .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__day--highlighted.picker__day--disabled,
  .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
  }
  /**
   * The footer containing the "today", "clear", and "close" buttons.
   */
  .picker__footer {
    text-align: center;
  }
  .picker__button--today,
  .picker__button--clear,
  .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
  }

  .picker__button--today:focus,
  .picker__button--clear:focus,
  .picker__button--close:focus {
    outline: none;
  }
  .picker__button--today:before,
  .picker__button--clear:before,
  .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
  }
  .picker__button--today:before,
  .picker__button--clear:before {
    content: " ";
    margin-right: .45em;
  }

  /*
  .picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent;
  }
  .picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200;
  }
  .picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777;
  }
  */

  .picker__button--today[disabled],
  .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__button--today[disabled]:before {
    border-top-color: #aaaaaa;
  }
  

  /*************************/
  /* language prefix en/he */
  /*************************/

    /* if english */
    .en .picker{
      direction: ltr;
    }
  
    /* if hebrew */
    .he .picker {
      direction: rtl;
    }
    /**
     * Flip around the “next” and “previous” buttons.
     */
    .he .picker__nav--next {
      right: auto;
      left: -1em;
    }
    .he .picker__nav--prev {
      left: auto;
      right: -1em;
    }
  
    /* english direction */
    .en .picker__nav--next {
      right: -1em;
      left: auto;
    }
  
    .en .picker__nav--next::before {
      content: '\f105';
    }
  
    .en .picker__nav--prev {
      left: -1em;
      right: auto;
    }
  
    .en .picker__nav--prev::before {
      content: '\f104';
    }



  /* ==========================================================================
     $CLASSIC-DATE-PICKER
     ========================================================================== */
  


    
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
 .picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0;
  }
  /**
   * The times on the clock.
   */
  .picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em;
  }
  @media (min-height: 46.75em) {
    .picker__list-item {
      padding: .5em 1em;
    }
  }
  /* Hovered time */
  .picker__list-item:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10;
  }
  /* Highlighted and hovered/focused time */
  .picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10;
  }
  .picker__list-item--highlighted:hover,
  .picker--focused .picker__list-item--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  /* Selected and hovered/focused time */
  .picker__list-item--selected,
  .picker__list-item--selected:hover,
  .picker--focused .picker__list-item--selected {
    background: #0089ec;
    color: #ffffff;
    z-index: 10;
  }
  /* Disabled time */
  .picker__list-item--disabled,
  .picker__list-item--disabled:hover,
  .picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto;
  }
  /**
   * The clear button
   */
  .picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666;
  }
  .picker--time .picker__button--clear:hover,
  .picker--time .picker__button--clear:focus {
    color: #000000;
    background: #b1dcfb;
    background: #ee2200;
    border-color: #ee2200;
    cursor: pointer;
    color: #ffffff;
    outline: none;
  }
  .picker--time .picker__button--clear:before {
    top: -0.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: bold;
  }
  .picker--time .picker__button--clear:hover:before,
  .picker--time .picker__button--clear:focus:before {
    color: #ffffff;
    border-color: #ffffff;
  }
  
  /* ==========================================================================
     $CLASSIC-TIME-PICKER
     ========================================================================== */
  /**
   * Note: the root picker element should __NOT__ be styled
   * more than what’s here. Style the `.picker__holder` instead.
   */
  .picker--time {
    min-width: 256px;
    max-width: 320px;
  }
  /**
   * The holder is the base of the picker.
   */
  .picker--time .picker__holder {
    background: #f2f2f2;
  }
  @media (min-height: 40.125em) {
    .picker--time .picker__holder {
      font-size: .875em;
    }
  }
  /**
   * The box contains the list of times.
   */
  .picker--time .picker__box {
    padding: 0;
    position: relative;
  }
  
.add-media .ui-title{
    margin-bottom: 10px;
}

.rtl .add-media .ui-title{
    float: right;
    margin-left: 10px;
}

.rtl .add-media .media-fields{
    float: right;
}

.ltr .add-media .media-fields{
    float: left;
}

.ltr .add-media .ui-title{
    float: left;
    margin-right: 10px;
}

.media-icon{
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.ui-file:hover .media-icon{
    border-color: #fab442;
}

.media-thumbnail{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 65px;
}

.rtl .media-thumbnail{
    margin-left: 8px;
}

.ltr .media-thumbnail{
    margin-right: 8px;
}

.media-thumbnail .img{
    max-height: 40px;
}

.media-remove{
    position: absolute;
    top: 32%;
}

.rtl .media-remove{
    left: -15px;
}

.ltr .media-remove{
    right: -15px;
}

.add-media .ui-error{
    width: 100%;
    padding: 0px 10px;
}

.rtl .add-media .ui-error{
    float: right;
}

.ltr .add-media .ui-error{
    float: left;
}

.new-videos-banner.svg{
    display: inline-block;
    width: 100px;
    height: 40px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}


.rtl .new-videos-banner{
    margin: 0 0 0 10px;
}

.ltr .new-videos-banner{
    margin: 0 10px 0 0;
}

.ui-lightbox.add-video .lightbox-head{
    margin-bottom: 20px;
}

.ui-lightbox.add-video .box{
    max-width: 710px;
    margin: auto;
}

.add-video .category-title{
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
}

.rtl .add-video .category-title{
    float: right;
}

.ltr .add-video .category-title{
    float: left;
}

.add-video .category-title .toggle-icon{
    display: none;
    margin-top: 3px;
    transition: all 0.2s ease-in-out;
}

.rtl .add-video .category-title .toggle-icon{
    float: left;
}

.ltr .add-video .category-title .toggle-icon{
    float: right;
    transform: rotate(180deg);
}

.rtl .add-video .category-title.open .toggle-icon{
    transform: rotate(-90deg);
}

.ltr .add-video .category-title.open .toggle-icon{
    transform: rotate(90deg);
}

.videos-list{
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    margin-top: 10px;
}

.relevant-videos{
    display: inline-block;
    width: 100%;
}

.ui-lightbox.add-video .overflow{
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
    width: 100%;
}

.ui-lightbox.add-video .overflow.all{
    max-height: 50vh;
}

.ui-lightbox.add-video .overflow.more{
    max-height: 240px;
}

.videos-items{
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.video-item{
    margin: 10px;
    width: calc(33.3% - 20px);
    cursor: pointer;
    position: relative;
}

.rtl .video-item{
    float: right;
}

.ltr .video-item{
    float: left;
}

.video-item.selected .thumbnail .img{
    border: 3px solid #fab442;
}

.video-item.selected .select-video{
    display: none;
}

.video-item .check-icon{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.rtl .video-item .check-icon{
    right: 0;
}

.ltr .video-item .check-icon{
    left: 0;
}

.video-item.selected .check-icon{
    display: inline-block;
}

.video-item .thumbnail{
    position: relative;
}

.video-item .thumbnail .img{
    max-width: 100%;
    position: relative;
    padding-bottom: 60%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}

.thumbnail .play-video{
    position: absolute;
    top: calc(50% - 16px);
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.rtl .thumbnail .play-video{
    right: calc(50% - 16px);
}

.ltr .thumbnail .play-video{
    left: calc(50% - 16px);
}

.media-thumbnail .play-video{
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.rtl .media-thumbnail .play-video{
    right: calc(50% - 13px);
}

.ltr .media-thumbnail .play-video{
    left: calc(50% - 13px);
}

.video-item .thumbnail:hover .play-video{
    transform: scale(1.2);
}

.select-video{
    padding: 5px 0;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.select-video svg{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.select-video svg .circle{
    fill: #f5b135;
}

.select-video:hover span{
    text-decoration: underline;
}

.video-preview{
    display: block;
    margin: 0 auto;
}

.video-player{
    margin: 20px auto;
    border: 10px solid #000;
    background: #000;
    width: 100%;
    max-width: 576px;
    height: auto;
    display: block;
}

.select-video-btn{
    text-align: center;
    margin: 10px;
}

.limit-size {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 550px) {
    .add-media .ui-title,
    .add-media .media-fields{
        float: none;
    }

    .new-videos-banner{
        width: 80px;
        margin: auto;
    }

    .videos-items{
        height: 0;
    }

    .video-item{
        width: calc(50% - 20px);
    }

    .add-video .category-title .toggle-icon{
        display: block;
    }
}
.currency-item{
  direction: ltr;
  display: inline-block;
  white-space: nowrap;
}
::-webkit-input-placeholder{
    color: #c5c5c5;
}

/* iOS click fix*/
[data-ember-action]{
    cursor: pointer;
}

.ui-card{
	background: #fff;
	padding: 10px 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.ui-card.with-error{
    border: 1px solid red;
}

.ui-error{
    font-size: 11px;
    color: red;
}

.ui-field .parsley-errors-list{
    font-size: 11px;
    color: red;
    margin-top: 2px;
}

.ui-textarea textarea.with-error,
.ui-textarea input.with-error,
.ui-textarea textarea.parsley-error,
.ui-input input.parsley-error{
    border-color: #fc0d1b;
    background: #fff0f1;
}

.ui-title{
	font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
    display: block;
}

.ui-text{
    font-size: 13px;
    margin: 5px 10px 0 10px;
    display: block;
}

.ui-file{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
}

.ui-file input{
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.rtl .ui-file input{
    right: 0;
}

.ltr .ui-file input{
    left: 0;
}

.ui-file img{
    display: block;
    max-width: 100%;
    pointer-events: none;
}

.ui-lightbox{
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 12;
    display: table;
    top: 0;
}

.ui-lightbox > .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.ui-lightbox .box{
    background: #fff;
    border-radius: 3px;
}

.lightbox-close{
    padding: 10px 10px 0 10px;
}

.rtl .lightbox-close{
    text-align: right;
}

.ltr .lightbox-close{
    text-align: left;
}

.lightbox-close img{
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    border: none;
}

.ui-lightbox .banner{
    position: relative;
}

.ui-lightbox .banner .lightbox-close{
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 10px;
}

.rtl .ui-lightbox .banner .lightbox-close{
    right: 0;
}

.ltr .ui-lightbox .banner .lightbox-close{
    left: 0;
}

.ui-lightbox .banner img{
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.lightbox-head{
    font-size: 18px;
    margin: auto;
    font-weight: 700;
    padding: 0 10px;
}

.lightbox-content{
    padding: 0 10px 10px 10px;
    display: inline-block;
    width: 100%;
    text-align: right;
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.rtl .lightbox-content{
    text-align: right;
}

.ltr .lightbox-content{
    text-align: left;
}

button{
  font-family: inherit;
}

.ui-btn{
    display: inline-block;
    margin: auto;
    padding: 10px 30px;
    color: #393939;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
}

.ui-btn.orange{
    background: #ffa126;
}

.ui-btn.blue{
    background: #1d819c;
    color: #ffffff;
}

.ui-btn[disabled],
.ui-btn.disabled{
    cursor: not-allowed;
    opacity: 0.5;
}

.ui-btn.orange:not(.disabled):hover{
    background: #e89909;
    color: #393939;
    text-decoration: none;
}

.ui-btn.blue:not(.disabled):hover{
    background: #1a5c71;
    color: #ffffff;
    text-decoration: none;
}

.ui-btn.large{
    font-size: 18px;
}

.ui-btn.full {
  width: 100%;
  text-align: center;
}

.ui-back-btn{
    cursor: pointer;
    font-size: 13px;
}

.ui-back-btn div{
    display: inline;
}

.ui-back-btn img,
.ui-back-btn span{
    display: inline-block;
    vertical-align: middle;
}

.rtl .ui-back-btn img{
    transform: none;
}

.ltr .ui-back-btn img{
    transform: rotate(180deg);
}

.lockScroll,
.mobile-menu-lock-scroll{
    overflow: hidden;
}

.ui-radio{
    display: inline-block;
    font-size: 13px;
    position: relative;
}

.ui-radio label{
    cursor: pointer;
}

.rtl .ui-radio label{
    float: right;
    margin: 5px 0 5px 10px;
}

.ltr .ui-radio label{
    float: left;
    margin: 5px 10px 5px 0;
}

.ui-radio.vertical label{
    clear: both;
}

.ui-radio .text{
    display: inline-block;
    vertical-align: middle;
}

.rtl .ui-radio .text{
    margin-right: 5px;
}

.ltr .ui-radio .text{
    margin-left: 5px;
}

.ui-radio .circle{
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fab442;
    position: relative;
    padding: 8px;
}

.ui-radio .circle:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    top: 3px;
    transition: all 0.2s ease-in-out;
}

.rtl .ui-radio .circle:before{
    right: 3px;
}

.ltr .ui-radio .circle:before{
    left: 3px;
}

.ui-radio .selected .circle:before{
    background: #fab442;
}

.ui-textarea textarea,
.ui-input input{
    border: 1px solid #fab442;
    background: #fff;
    padding: 9px 10px;
    border-radius: 3px;
    display: block;
    font-size: inherit;
}

.ui-textarea textarea{
    resize: none;
}

.ui-field{
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
}

.ui-field .label{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.ui-select .chosen-container{
    font-size: inherit;
}

.ui-select .chosen-container-single .chosen-single{
    padding: 11px 10px !important;
    line-height: 1 !important;
    height: auto !important;
    border-radius: 3px;
    border: 1px solid #fab442;
    background: #ffffff;
    box-shadow: none;
}

.ui-select .chosen-container-single .chosen-drop{
    box-shadow: none;
}

.ui-select .chosen-container-single .chosen-results{
    padding: 0 !important;
    border-top: 1px solid #fab442;
    margin: auto;
}

.ui-select .chosen-container-single .active-result{
    transition: all 0.2s ease-in-out;
    padding: 9px;
}

.ui-select .chosen-container-single .active-result.highlighted{
    background: #fab442;
}

.ui-select select{
    background: #fff;
    border: 1px solid #fab442;
    border-radius: 3px;
    padding: 9px 10px;
    font-size: inherit;
}

.ui-select select:focus{
    outline: none;
}

.ui-select:after{
    content: '\f0d7';
    position: absolute;
    top: 35px;
    font-family: FontAwesome;
    font-size: 13px;
    pointer-events: none;
}

.ui-select .chosen-container:after{
    content: none;
}

.rtl .ui-select:after{
    left: 10px;
}

.ltr .ui-select:after{
    right: 10px;
}

.for-myself-img{
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.textarea-chars-count{
    position: absolute;
    top: 0;
    font-size: 11px;
    color: #8e8e8e;
}

.rtl .textarea-chars-count{
    left: 0;
}

.ltr .textarea-chars-count{
    right: 0;
}

.ui-textarea-field.parsley-error{
    border-color: #fc0d1b;
    background: #fff0f1;
}

.forWho{
    padding: 10px 0;
}

.ui-link{
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}

.limit-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventsTypesItems{
	font-size: 11px;
	margin-top: 10px;
}

.rtl .eventsTypesItems{
    direction: inherit;
}

.ltr .eventsTypesItems{
    direction: rtl;
}

.eventsTypesItems i{
	color: #747474;
	cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.eventsTypesItems .greetingsCounter{
	color: #434343;
	margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.ui-checkbox{
    display: inline-block;
}

.ui-checkbox a{
    color: inherit;
}

.ui-checkbox label{
    cursor: pointer;
    font-size: 13px;
}

.ui-checkbox.flex label {
    display: flex;
    flex-wrap: wrap;
}

.ui-checkbox.flex .checkbox-container {
    order: 1
}

.ui-checkbox.flex .label-container {
    flex: 1 0 0;
    order: 2
}

.ui-checkbox.flex .parsley-errors-list {
    margin-right: 30px;
    flex: 1 1 100%;
    order: 3;
    position: relative !important;
}

.ui-checkbox input{
    position: absolute;
    display: block;
    height: 100%;
    background: transparent;
    -webkit-appearance: none;
}

.explorer .ui-checkbox input{
    opacity: 0;
}

.ui-checkbox .fa-check{
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.5;
    user-select: none;
    font-size: 12px;
    transition: color 0.2s ease-in-out;
}

.rtl .ui-checkbox .fa-check{
    float: right;
    margin-left: 10px;
}

.ltr .ui-checkbox .fa-check{
    float: left;
    margin-right: 10px;
}

.ui-checkbox .fa-check.checked{
    color: #333333;
}

.ui-checkbox label.parsley-error {
  background: none;
  border: none;
}

.ui-checkbox .parsley-error .fa-check{
  border-color: #fc0d1b;
  background: #fff0f1;
  color: #fff0f1;
}

/* ui grid */
.ui-grid{
    display: inline-block;
    width: 100%;
}

.ui-grid > *{
    margin-right: 10px;
    margin-left: 10px;
}

.new-line{
    clear: both;
}

.rtl .ui-grid > *{
    float: right;
}

.ltr .ui-grid > *{
    float: left;
}

.ui-grid .mx1{
    width: calc(100% - 20px);
}

.ui-grid .mx2{
    width: calc(50% - 20px);
}

.ui-grid .mx3{
    width: calc(33.33% - 20px);
}

.ui-grid .mx4{
    width: calc(25% - 20px);
}

.ui-grid .mx5{
    width: calc(20% - 20px);
}

.ui-grid .mx6{
    width: calc(16.66% - 20px);
}

/* ui datepicker */

.ui-datepicker .dp-label{
    font-size: 12px;
    margin-bottom: 5px;
}

.ui-datepicker .dp-input{
    margin-bottom: 3px;
    cursor: text;
}

.dp-input:focus{
    outline: none;
}

.dp-error{
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 13px;
    color: #fd0000;
}

/* mobile native input date */

.dp-native{
    width: 100%;
    height: 40px;
    padding: 8px 20px;
    border: 1px solid #fab422;
    border-radius: 3px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}




@media only screen and (max-width: 900px){
    .ui-grid .lr1{
        width: calc(100% - 20px);
    }

    .ui-grid .lr2{
        width: calc(50% - 20px);
    }

    .ui-grid .lr3{
        width: calc(33.33% - 20px);;
    }

    .eventsTypesItems i{
        padding: 10px;
    }

    .eventsTypesItems i img{
        width: 12px;
    }

    .eventsTypesItems .greetingsCounter{
        font-size: 15px;
    }
}

/* top */
.top-sm{
    margin-top: 5px;
}

.top-md{
    margin-top: 10px;
}

.top-lr{
    margin-top: 20px;
}

.top-xl{
    margin-top: 30px;
}

/* sides */
.sides-sm{
    padding-left: 5px;
    padding-right: 5px;
}

.sides-md{
    padding-left: 10px;
    padding-right: 10px;
}

.sides-lr{
    padding-left: 20px;
    padding-right: 20px;
}

.sides-xl{
    padding-left: 30px;
    padding-right: 30px;
}

/* bottom */
.bottom-sm{
    margin-bottom: 5px;
}

.bottom-md{
    margin-bottom: 10px;
}

.bottom-lr{
    margin-bottom: 20px;
}

.bottom-xl{
    margin-bottom: 30px;
}

/* font sizes */
.f-sm{
    font-size: 13px;
}

.f-md{
    font-size: 15px;
}

.f-lr{
    font-size: 18px;
}

.f-xl{
    font-size: 22px;
}

.ui-radio-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ui-radio-box.inline{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui-radio-box .frame{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-item-align: center;
    align-self: center;
    background: #ffffff;
    border: 1px solid #bdc4d1;
    border-radius: 3px;
}

.ui-radio-box .label{
    font-size: 13px;
    padding: 0 0 5px 0;
}

.ui-radio-box.inline label{
    padding: 0 5px;
}

.ui-radio-box .ui-radio-box-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    padding: 3px 10px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border: 3px solid #ffffff;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
}

.ui-radio-box .ui-radio-box-item.active{
    background-color: #fab442;
    cursor: default;
}

@media only screen and (max-width: 480px){
    .ui-grid .md1{
        width: calc(100% - 20px);
    }

    .ui-grid .md2{
        width: calc(50% - 20px);
    }

    .ui-grid .md3{
        width: calc(33.33% - 20px);;
    }
}

/* responsive */
@media only screen and (max-width: 425px){
    .ui-btn.large{
        font-size: 14px;
    }

    .ui-btn{
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 320px){
	.ui-lightbox > .inner{
		padding: 10px;
	}
}



.ui-tabs{
    font-size: 18px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ui-tabs .tab{
    padding: 15px;
    border-bottom: 3px solid #ffffff;
    float: right;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    color: initial;
}

.ui-tabs .tab.active,
.ui-tabs .tab:hover{
    border-color: #fab442;
}

.tabs-content{
    background: #f5f5f5;
    border-top: 1px solid #cccccc;
    padding: 20px 0;
    width: 100%;
    margin: -5px auto 20px auto;
}

@media only screen and (max-width: 450px){
    .ui-tabs{
        font-size: 13px;
    }

    .ui-tabs .tab{
        padding: 10px;
    }
}
.card-items{
    display: inline-block;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.card-items .card-item{
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    float: right;
    cursor: pointer;
}

.card-items .card-item .thumbnail{
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    padding-bottom: 60%;
    transition: all 0.2s ease-in-out;
}

.card-items .card-item .label{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    padding: 10px 10px 10px 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.card-items .card-item .label.package{
    padding: 10px 10px 10px 90px;
    background: rgba(29,130,157,0.9);
    color: #ffffff;
}

.card-items .card-item .label .price{
    position: absolute;
    left: 40px;
}

.card-items .card-item .label .price:before{
    /* @replace: '$' */
    content: '₪';
}

.card-items .card-item:focus .label,
.card-items .card-item:hover .label{
    background: rgba(220,220,220,0.80);
}

.card-items .card-item .plus{
    position: absolute;
    left: 7px;
    bottom: 7px;
    display: block;
    height: 25px;
    width: 25px;
}

.card-items .card-item .supplier-logo{
    width: 36%;
    height: 60%;
    position: absolute;
    left: 15px;
    background: rgba(255,255,255,0.9);
    top: 15px;
    padding: 10px;
    border-radius: 5px;
}

.card-items .card-item .supplier-logo img{
    position: absolute;
    left: 50%;
    top: 50%;
    /* @replace: translate(50%, -50%) */
    -webkit-transform: translate(-50%, -50%);
    /* @replace: translate(50%, -50%) */
    -ms-transform: translate(-50%, -50%);
    /* @replace: translate(50%, -50%) */
    transform: translate(-50%, -50%);
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}

@media only screen and (max-width: 780px){
    .card-items .card-item{
        width: calc(50% - 20px);
        font-size: 13px;
    }

    .card-items .card-item .plus{
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 520px){
    .card-items .card-item{
        width: calc(100% - 20px);
        float: none;
        display: block;
        max-width: 360px;
        margin: 0 auto 10px auto;
    }
}
.top-nav-bar{
    display: flex;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.top-nav-bar.home{
    margin-bottom: 330px;
}

.top-nav-bar .logo img {
    height: 54px;
    width: 54px;
}

.top-nav-bar .inner{
    display: flex;
    flex: 1;
    flex-direction: row-reverse;
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
    color: #323a48;
    font-size: 14px;
}

.nav-bar-box {
    display: flex;
}

.nav-bar-left{
    margin-right: auto;
    justify-content: flex-end;
    flex: 2;
}

.nav-bar-center{
    justify-content: center;
    flex: 1;
}

.nav-bar-right{
    margin-left: auto;
    justify-content: flex-start;
    flex: 2
}

.top-nav-bar:not(.home) .inner{
    padding-right: 180px;
}

.top-nav-bar .nav-bar.buttons{
    display: flex;
    align-items: center;
}

.top-nav-bar .nav-bar.links{
    display: flex;
    align-items: center;
}

.top-nav-bar:not(.home) .nav-bar.links{
    float: right;
    color: #000000;
    margin-left: 10px;
}

.top-nav-bar .nav-bar.links > li {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
}

.top-nav-bar .nav-bar.links > li > a{
    color: #ffa126;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 6px;
    border: 1px solid #ffa126;
    font-family: 'Open Sans Hebrew';
    font-style: normal;
}
.top-nav-bar .nav-bar.links > li > a:hover{
    background: #FFF4E5;
}

.top-nav-bar .nav-bar.buttons > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    margin: 0 14px;
}

.top-nav-bar .nav-bar.buttons > li.notSigned {
    margin: 0 14px 0 0;
}

.top-nav-bar .nav-bar.buttons > li.notSigned > a{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.08;
    transition: background 0.2s ease-in-out;
    background-color: #ffa126;
    padding: 5px 16px;
    border-radius: 6px;
}

.top-nav-bar .nav-bar.buttons > li.notSigned > a:hover{
    background-color: #f48d07;
}

.top-nav-bar .nav-bar.buttons > li.solid > a{
    color: #ffa126;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.08;
}

.top-nav-bar .nav-bar.buttons > li.solid > a:hover{
    color: #f48d07;
}

.top-nav-bar .nav-bar.buttons > li.solid > a svg {
    fill: #ffa126;
    display: block;
}

.top-nav-bar .nav-bar.buttons > li.solid > a .arrow {
    position: absolute;
    bottom: 2px;
}

.top-nav-bar .nav-bar.buttons > li > a{
    display: inline-block;
}

.top-nav-bar:not(.home) .nav-bar.buttons > li.solid > a{
    background: #1f869a;
}

.top-nav-bar .nav-bar.buttons > li.ghost{
    background: none;
}

.top-nav-bar .nav-bar.buttons > li.ghost:hover > a{
    color: #f48d07;
}

.top-nav-bar .nav-bar.buttons > li a:hover{
    text-decoration: none;
}

.top-nav-bar .nav-bar.links > li:after {
    content: '';
    display: inline-block;
    padding: 0;
    border-left: 1px solid #ffffff;
    height: 10px;
    margin: 0 10px;
}

.top-nav-bar .nav-bar.links > li a:hover{
    color: #f48d07;
    text-decoration: none;
}

.top-nav-bar:not(.home) .nav-bar.links > li:after {
    border-color: #000000
}

.top-nav-bar .nav-bar.links > li:nth-last-child(1):after {
    content: none;
}

.top-nav-bar .dropdown .menu{
    padding: 4px 8px 4px 11px;
    border-radius: 6px;
    width: 160px;
    border: solid 1px #ffa126;
    background: #ffff;
    left: -41.5px;
    top: 30px;

    position: absolute;
    color: #323a48;
    z-index: 3;
    transition: all 0.2s ease-in-out;
    transform-origin: top;
    transform: scale(1,0);
}

.top-nav-bar .dropdown .menu:before {
    content: '';
    height: 1em;
    width: 160px;
    position: absolute;
    top: -10px;
    left: 0;
}

.top-nav-bar .dropdown .menu li a{
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #f2f4f7;
    transition: color 0.2s ease-in-out;
}

.top-nav-bar .dropdown .menu li a span{
    display: block;
    padding: 8.25px 10px;
}

.top-nav-bar .dropdown .menu li:hover{
    cursor: pointer;
    color: #ffa126;
}

.top-nav-bar .dropdown .menu li:nth-last-child(1) a{
    border-bottom: none;
}

.top-nav-bar .dropdown:hover .menu{
    transform: scale(1,1);
}

.top-nav-bar .dropdown .arrow{
    margin-right: 5px;
    transition: all 0.2s ease-in-out;
}

.top-nav-bar .dropdown:hover .arrow{
    transform: rotate(180deg);
}

@media only screen and (max-width: 1160px){
    .top-nav-bar:not(.home) .inner{
        padding-right: 100px;
    }
}
.purchase-steps .highlighted{
    color: #fab442;
}

.purchase-steps{
    display: table;
    margin-bottom: 20px;
}

.purchase-steps li{
    display: table-cell;
    vertical-align: top;
}

.purchase-steps li .box{
    display: table;
}

.purchase-steps li .box.no-action:hover{
    cursor: default;
}

.purchase-steps li .box .number{
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    color: #ffffff;
}

.purchase-steps li .box .number span{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #393939;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.purchase-steps li .box .text{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 50px;
    font-size: 18px;
}

.purchase-steps li .box .step-title{
    font-size: 22px;
    font-weight: 700;
}

.purchase-steps li .box .step-title-mobile{
    display: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.purchase-steps li .box .step-details{
    font-size: 15px;
}

.purchase-steps li .box .step-edit{
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
}

@media only screen and (max-width: 740px){

    .purchase-steps{
        table-layout: fixed;
    }

    .purchase-steps li{
        vertical-align: middle;
    }
    
    .purchase-steps li .box .step-label,
    .purchase-steps li .box .step-details{
        display: none;
    }

    .purchase-steps li .box .number{
        width: 30px;
    }

    .purchase-steps li .box .number span{
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 2;
    }

    .purchase-steps li .box .text{
        padding: 0 10px;
    }

    .purchase-steps li .box .step-title{
        display: none;
    }

    .purchase-steps li .box .step-title-mobile{
        display: block;
    }
}
#INDbtnWrap #INDmenu-btn{
    top: 60px;
}

.INDMobile #INDbtnWrap #INDmenu-btn{
    top: initial;
}

.purchaseError.purchaseError_wrapper {
  padding-bottom: 224px;
  font-size: 0;
}
.purchaseError.purchaseError_wrapper .home_page_link {
  color: #434343;
  text-decoration: none !important;
  text-align: right;
  /* @noflip */direction: ltr;
  padding: 16px 0 45px;
  display: block;
   font-size: 16px;
   width: 100%;
}
.purchaseError.purchaseError_wrapper .home_page_link .text {
  font-size: 14px;
  font-weight: bold;
}
.purchaseError.purchaseError_wrapper .home_page_link .arrow {
  position: relative;
  margin-left: 3px;
  /*@replace: left */float: none;
  /*@replace:4px*/top: 0;
  /*@replace:rotate(180deg)*/ transform: rotate(0deg);
}
.purchaseError .icon_outer_wrapper {
  width: 340px;
  height: 430px;
  background-color: #1d819c;
 /*@replace:51px 44px 0 0*/ padding: 51.2px 0px 0 44.2px;
  margin-left: 97px;
  display: inline-block;
  vertical-align: top;
}
.purchaseError .icon_outer_wrapper .icon_text {
  display:none;
  font-size: 24px;
  line-height: 1.17;
  color: #ffffff;
}
.purchaseError .icon_inner_wrapper_desktop,.purchaseError .icon_inner_wrapper_mobile img {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.purchaseError .content_outer_wrapper {
  font-size: 18px;
  color: #434343;
  display: inline-block;
  width: 415px;
}
.purchaseError .content_outer_wrapper label {
  display: block;
}
.purchaseError .icon_inner_wrapper_mobile {
  display:none;
}
.purchaseError .content_outer_wrapper .main_title {
  font-size: 30px;
  margin-bottom: 21px;
  margin-top: 5px;
}
.purchaseError .content_outer_wrapper p {
 margin-bottom: 33px;
}
.purchaseError .content_outer_wrapper .text {
  margin-top: 7px;
  margin-bottom: 17px;
  width: 100%;
}
.purchaseError .content_outer_wrapper form {
  position: relative;
}  
.purchaseError .content_outer_wrapper form .textField input {
  float: right;
  height: 40px;
  width: 257px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  border:1px solid #a7a7a7;
  border-left: 0;
}
.purchaseError .content_outer_wrapper form .textField input.input-error {
  border:1px solid #ff0000;
  border-left: 0;
}
.purchaseError .content_outer_wrapper form .textField input::-moz-placeholder{
   color: #b2b0b0;
   font-size: 20px;
} 
.purchaseError .content_outer_wrapper form .textField input:-moz-placeholder{
   color: #b2b0b0;
   font-size: 20px;
} 
.purchaseError .content_outer_wrapper form .textField input:-ms-input-placeholder {
   color: #b2b0b0;
   font-size: 20px;
}
.purchaseError .content_outer_wrapper form .textField input::-webkit-input-placeholder{
   color: #b2b0b0;
   font-size: 20px;
}
.purchaseError .content_outer_wrapper form .textField button {
  width: 126px;
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fcb01a;
}
.purchaseError .content_outer_wrapper form .textField .parsley-errors-list.filled {
  position: absolute;
  font-size: 14px;
  color: #d40101;
  top: 45px;
}
.purchaseError .content_outer_wrapper form .textField .error {
  font-size: 14px;
  color: #d40101;
  top: 45px;
  position: absolute;
}
.purchaseError .content_outer_wrapper .user-blocked {
  font-size: 18px;
  color: #d40101;
  margin-top: 3px;
  width: 300px;
}
.purchaseError .content_outer_wrapper p a,.purchaseError .content_outer_wrapper p a:hover {
  text-decoration: none;
  color: inherit;
}
/*RESPONSIVE*/

@media only screen and (max-width: 800px){
  .purchaseError .icon_outer_wrapper {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 740px){
  .purchaseError .content_outer_wrapper .user-blocked {
    font-size: 16px;
    width: auto;
  }
  .purchaseError.purchaseError_wrapper {
    padding: 0;
    font-size: 14px;
  }
  .purchaseError.purchaseError_wrapper .home_page_link {
    padding: 11px 10px 7px 0;
  }
  .purchaseError.purchaseError_wrapper .home_page_link .arrow {
    top: -1px;
  }
  .purchaseError .icon_outer_wrapper {
    display: block;
    width: 100%;
    height: 168px;
    padding: 0;

  }
  .purchaseError .content_outer_wrapper {
    font-size: 16px;
  }
  .purchaseError .icon_outer_wrapper .icon_text {
    display: inline-block;
    width: calc( 100% - 201px);
    text-align: right;
    margin-top: 56px;
    margin-right: 45px;
    vertical-align: top;
  }
  .purchaseError .content_outer_wrapper {
    display:block;
    padding: 22px 33px 12px 17px;/*24px 16px*/
    width: auto;
  }
  .purchaseError .content_outer_wrapper .main_title,.purchaseError .icon_inner_wrapper_desktop {
    display:none;
  }
  .purchaseError .icon_inner_wrapper_mobile {
    padding: 19px 0 0 0;
    display:inline-block;
    width: 151px;
  }
  .purchaseError .content_outer_wrapper form .textField input {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #fcaf1d;
    font-size: 20px;
  }
  .purchaseError .content_outer_wrapper form .textField button {
    float: none;
    width: 100%;
  }
  .purchaseError .content_outer_wrapper form .textField .parsley-errors-list.filled + button {
    margin-top: 15px;
  }
  
  .purchaseError .content_outer_wrapper form .textField input.input-error {
    margin-bottom: 35px;
    border:1px solid #ff0000;
  }

  .purchaseError .content_outer_wrapper form .textField .parsley-errors-list.filled,
  .purchaseError .content_outer_wrapper form .textField .error {
    font-size: 11px;
  }
}
.ellipsis-tooltip{
	position: relative;
	display: block;
}

.tooltip-popup{
    font-size: 12px;
	font-weight: 700;
    padding: 5px 10px;
    color: #ffffff;
    background: rgba(0,0,0,0.8);
    display: none;
    position: absolute;
    top: -25px;
    right: 0;
}

.tooltip-hoverable:hover .tooltip-popup{
	display: block;
}

.tooltip-hoverable .ellipsis{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hero-box{
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-box .inner{
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    height: 100%;
}

.hero-box .content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 110px;
    width: 100%;
    max-width: 700px;
}

.hero-box .content .text{
    font-size: 30px;
    color: #ffffff;
    margin: 30px 20px 0 20px;
    max-height: 120px;
    overflow-y: hidden;
}

.hero-box .header-image{
    width: 580px;
    height: 430px;
}

.hero-box .logo{
    display: inline-block;
}

.hero-box .logo img{
    display: block;
    margin: auto;
}
.hero-box .addEventReminderButton {
    position: relative;
    width: 140px;
    height: 104px;
    border-radius: 10px;
    box-shadow: 0 8px 8px 0 rgba(26, 30, 37, 0.06);
    border: solid 1px #ffa126;
    background-color: #ffffff;
    padding: 11px 8px 8px;
    left: 0;
    text-decoration: none;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}
.hero-box .addEventReminderButton img {
    width: 60px;
    height: 41px;
    margin-bottom: 3px;
}
.hero-box .addEventReminderButton span {
    font-size: 14px;
    text-align: center;
    color: #ffa126;
    display: block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
}
.mobile-addon-btn.hasDigitalBookAddon + .mobile.addEventReminderButton {
    margin-top: 20px;
}

.mobile.addEventReminderButton {
    display: block;
    margin: auto;
    padding: 18px;
    z-index: 2;
    background: #fff;
    border: 1px solid #fab442;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 6px 0 rgba(0, 0, 0, 0.04);
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    height: 77px;
    font-size: 0;
}
.mobile.addEventReminderButton img {
    width: 60px;
    height: 41px;
    display: inline-block;
    margin: 0 0 0 18px;
    object-fit: contain;
    vertical-align: top;
    top: -1px;
    position: relative;
}
.mobile.addEventReminderButton span {
    font-size: 14px;
    text-align: right;
    color: #ffa126;
    display: inline-block;
    position: relative;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1060px){

    .hero-box .content{
        max-width: 65%;
    }

    .hero-box .inner{
        /* @replace: 130% */
        background-position-x: -20%;
    }

    .hero-box .logo img{
        width: 100px;
    }
}

@media only screen and (max-width: 900px){

    .hero-box .content{
        max-width: none;
    }

    .hero-box .inner{
        background-size: 0;
    }
    .hero-box .addEventReminderButton {
        display: none;
    }
}
.bundle-voucher-preview-col.voucher-preview-col {
  position: relative;
}

.bundle_thumbs_container {
  text-align: center;
  font-size: 0;
  margin-top: 25px;
  height: 76px;
  overflow: hidden;
  white-space: nowrap;
}

.bundle_thumbs_container_scroller {
  position: relative;
  transition: right 0.3s;
  right: 0;
}

.bundle_thumbs_item {
  width: 127px;
  height: 76px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
}

.bundle_thumbs_item + .bundle_thumbs_item {
  margin-right: 3px;
}

.bundle_thumbs_item + .bundle_thumbs_item::after {
  position: absolute;
  top: 50%;
  right: -14px;
  content: "+";
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  font-size: 18px;
  display: block;
  line-height: 23px;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
}


.bundle_thumbs_item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.bundle_business_info {
}

.bundle_business_info_wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 20px 10px;
}


.bundle_items_container {
  font-size: 0;
  text-align: center;
  border-top: solid 2px #e2e2e2;
}

.bundle_item {
  width: 330px;
  height: 360px;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  margin-top: 40px;
  position: relative;
  margin-bottom: 80px;
  vertical-align: top;
}

.bundle_item + .bundle_item {
  margin-right: 54px;
}

.bundle_item:before {
  position: absolute;
  content: "";
  top: -49px;
  left: 50%;
  margin-left: -7px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 50%;
}

.bundle_item + .bundle_item:after {
  position: absolute;
  content: "";
  top: -43px;
  left: 50%;
  margin-left: 7px;
  height: 0px;
  width: 370px;
  border-bottom: 2px solid black;
}

.bundle_item_image {
  width: 100%;
  height: 195px;
  border-radius: 8px;
  position: relative;
}

.bundle_item_image:before {
  display: block;
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 14px #c9c9c9;
}

.bundle_item_image:after {
  display: block;
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
  border-bottom: solid 14px #fff;
}

.bundle_item_image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.bundle_item_logo {
  height: 85px;
  width: 85px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 25px;
  vertical-align: top;
  margin-top: 10px;
  position: relative;
}

.bundle_item_logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.bundle_item_info {
  height: 150px;
  width: calc(100% - 110px);
  display: inline-block;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

.bundle_item_title {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #434343;
  margin: 0;
  max-height: 48px;
  overflow: hidden;
}

.bundle_item_title_large {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #434343;
  margin: 0;
  max-height: 92px;
  overflow: hidden;
}

.bundle_item_description {
  font-size: 14px;
  text-align: right;
  color: #434343;
  margin: 0;
  max-height: 36px;
  overflow: hidden;
  margin: 0;
  margin-top: 3px;
}

.bundle_item_info_button {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #393939;
  width: 109px;
  height: 28px;
  border-radius: 2px;
  background-color: #fcaf1d;
  border: none;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
  cursor: pointer;
}

.bundle_item_price {
  color: #434343;
  font-size: 24px;
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
}

/* bundle item lightbox */

#ui-lightbox.ui_lightbox_bundle .inner .box {
  max-width: 840px;
  padding: 50px 0 15px;
}

.ui_lightbox_bundle .content {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}


.bundle_item_lightbox_container {
  width: 560px;
  margin: 0 auto;
  overflow: hidden;
}

.bundle_item_lightbox_header {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  margin-bottom: 25px;
  height: 237px;
  border-bottom: solid 2px #dddddd;
  font-size: 0;
}

.bundle_item_lightbox_image {
  width: 320px;
  height: 200px;
  display: inline-block;
}

.bundle_item_lightbox_image img {
  width: 100%;
  height: 100%;
}

.bundle_item_lightbox_links {
  width: 210px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}

/* hack to reuse current component */
.bundle_item_lightbox_content {
  text-align: right;
  overflow: hidden;
  position: relative;
}
/*
.bundle_item_lightbox_content > .col-3-5 {
  width: 100%;
}
*/

.bundle_item_lightbox_footer {
  margin-top: 30px;
  text-align: center;
}

.bundle_item_lightbox_close_button {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #393939;
  width: 155px;
  height: 28px;
  border-radius: 2px;
  background-color: #fcaf1d;
  border: none;
  padding: 0;
  bottom: 10px;
  cursor: pointer;
}


.bundle_item_forw,
.bundle_next_icon {
  position: absolute;
  left: 50px;
  top: 50%;
  /*top: 350px;*/
  font-size: 24px;
  margin-top: -12px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgo8dGl0bGU+YXJyb3ctbGVmdDwvdGl0bGU+CjxwYXRoIGQ9Ik0xMy4xMjUgMjBsMi41LTIuNS03LjUtNy41IDcuNS03LjUtMi41LTIuNS0xMCAxMCAxMCAxMHoiPjwvcGF0aD4KPC9zdmc+Cg==");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 14px;
  border: none;
}

.bundle_item_back,
.bundle_prev_icon {
  position: absolute;
  right: 50px;
  top: 50%;
  /*top: 350px;*/
  font-size: 24px;
  margin-top: -12px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgo8dGl0bGU+YXJyb3ctcmlnaHQ8L3RpdGxlPgo8cGF0aCBkPSJNNi44NzUgMGwtMi41IDIuNSA3LjUgNy41LTcuNSA3LjUgMi41IDIuNSAxMC0xMC0xMC0xMHoiPjwvcGF0aD4KPC9zdmc+Cg==");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 14px;
  border: none;
}

.bundle_item_forw {
  top: auto;
  left: -30px;
  bottom: 26px;
  filter: invert(1);
}
.bundle_item_back {
  top: auto;
  right: -30px;
  bottom: 26px;
  fill: #fff;
  filter: invert(1);
}

.bundle_item_forw:disabled,
.bundle_item_back:disabled,
.bundle_next_icon.disabled,
.bundle_prev_icon.disabled {
  opacity: 0.3;
  cursor: default;
}

.bundle_item_lightbox_container .contact-info {
  font-size: 14px;
  color: #434343;
  text-align: right;
  margin-bottom: 0;
}

.bundle_item_lightbox_container .contact-info .contact-info-text {
  white-space: nowrap;
}

.bundle_item_lightbox_container .contact-info .icon-wrapper {
  width: 40px;
}


.bundle_item_lightbox_logo {
  height: 85px;
  width: 85px;
  display: block;
  margin-bottom: 10px;
  vertical-align: top;
  position: relative;
}

.bundle_item_lightbox_logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.bundle_item_lightbox_container .contact-info .icon-facebook,
.bundle_item_lightbox_container .contact-info .icon-envelope {
  font-size: 16px;
}

.bundle_item_lightbox_container .contact-info li {
  margin-bottom: 5px;
}

.bundle_item_lightbox_container .contact-info .contact-info-text {
  margin-top: 5px;
}

.bundle_item_lightbox_container .title--sm {
  margin-bottom: 10px;
}

.bundle_item_lightbox_container .bundle_price_mobile {
  display: none;
}

.bundle_item_lightbox_container .bundle_price {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #434343;
}

/*#ui-lightbox.bundle_item_lightbox .inner {
  overflow: scroll;
  height: 100vh;
  display: block;
} */

.bundle_item_lightbox_container .title--sm {
  margin-bottom: 10px;
}


.bundle_item_lightbox_container .title--sm.package-title {
  
  max-width: calc(100% - 100px);
}

/* order */
.bundle.buttons-wrap-eq {
  display: inline-block;
}

.bundle.buttons-wrap-eq button{
  min-width: 100%;
}

/* Icons */


/* Mobile */
/* Sizes is based on current settings in main.css */
@media screen and (max-width: 940px) {


  .bundle_item_forw,
  .bundle_next_icon,
  .bundle_item_lightbox_container .bundle_price {
    display: none;
  }

  #ui-lightbox.ui_lightbox_bundle .inner {
    vertical-align: top;
  }

  .ui_lightbox_bundle .content {
    max-height: calc(100vh - 220px);
  }

  .bundle_item_lightbox_container .bundle_price_mobile {
    font-size: 20px;
    text-align: right;
    color: #434343;
    display: block;
    margin: 10px;
    padding-bottom: 20px;
  }
  
  .bundle_thumbs_container {
    margin: 20px 0 20px 0;
    overflow: scroll;
  }

  .bundle_items_container {
    border-top: none;
  }

  .bundle_item {
    width: calc(100% - 20px);
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .bundle_item + .bundle_item {
    margin-right: auto;
  }

  .bundle_item:before,
  .bundle_item + .bundle_item:after,
  .bundle_item_image:before,
  .bundle_item_image:after {
    display: none;
  }

  /* bundle item lightbox */

  .bundle_item_lightbox .box {
    padding-bottom: 25px;
  }

/*  #ui-lightbox.bundle_item_lightbox .inner {
    padding: 10px;
    overflow: scroll;
    height: calc(100vh - 20px);
    display: block;
  } */


  .bundle_item_lightbox_container {
    width: auto;
  }

  .bundle_item_lightbox_header {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    height: auto;
    border-bottom: solid 2px #dddddd;
    font-size: 0;
  }

  .bundle_item_lightbox_image {
    width: 100%;
    height: auto;
    display: block;
  }

  .bundle_item_lightbox_image img {

  }

  .bundle_item_lightbox_links {
    width: 100%;
    height: auto;
    display: block;
    padding-right: 0;
    padding-top: 15px;
  }

  /* hack to reuse current component */
  .bundle_item_lightbox_content {
    width: auto;
    margin: 10px;
  }


  .bundle_item_lightbox_footer {

  }

  .bundle_item_lightbox_close_button {
    width: calc(100% - 20px);
    height: 32px;
  }


  .bundle_next_icon,
  .bundle_prev_icon {
    display: none;
  }


  .bundle_item_lightbox_container .contact-info {
    font-size: 14px;
    color: #434343;
    text-align: right;
    margin-bottom: 0;
  }

  .bundle_item_lightbox_container .contact-info .contact-info-text {
    white-space: nowrap;
  }

  .bundle_item_lightbox_container .contact-info .icon-wrapper {
    width: 40px;
  }


  .bundle_item_lightbox_logo {
    height: 85px;
    width: 85px;
    display: block;
    margin-bottom: 15px;
    vertical-align: top;
    position: relative;
  }

  .bundle_item_lightbox_logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
  }

  .bundle_item_lightbox_container .contact-info .icon-facebook,
  .bundle_item_lightbox_container .contact-info .icon-envelope {
    font-size: 16px;
  }

  .bundle_item_lightbox_container .contact-info li {
    margin-bottom: 5px;
  }

  .bundle_item_lightbox_container .contact-info .contact-info-text {
    margin-top: 5px;
  }

}
.whatsapp-advice {
    font-weight: bold;
    font-size:13px;
    white-space: normal;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.whatsapp-advice > span {
    display: inline-block;
    vertical-align: middle;
}

.whatsapp-advice .text {
    margin-right: 5px;
}

.whatsapp-exclamation {
    color: #1e879b;
    background-color: #e4f2f4;
}

.whatsapp-notification {
    color: #00ab40;
    background-color: rgba(37,211,102,0.16);
}

.whatsapp-notification .whatsapp-icon {
    font-size: 19px;
}

.whatsapp-exclamation-icon-container {
    display: inline-block;
    vertical-align: middle;
}

.whatsapp-exclamation-icon {
    height: 19px;
    width: 19px;
    display: block;
}

.whatsapp-exclamation-icon .icon-color{
    stroke: #1e879b;
    fill: #1e879b;
}

.confirmation-wrapper .btn-whatsapp {
    margin: 12px auto;
    padding: 2px 18px;
    color: #fff;
    font-size: 18px;
    background-color: #25d366;
    max-height: 40px;
}

.confirmation-wrapper .icon-whatsapp {
    vertical-align: middle;
    height: 2em;
}

.desktop .btn-mobile-whatsapp.btn {
    display: none;
}

.android .btn-web-whatsapp.btn, 
.iphone .btn-web-whatsapp.btn, 
.ipad .btn-web-whatsapp.btn {
    display: none;
}
.sending-methods .send-method-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sending-methods .send-method-wrapper > div{
    width: 100%;
}
.payment-method-field{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border: solid 1px #e1e4ea;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.payment-method-field.paypal-field .value{
    margin-left: 0;
    margin-right: auto;
}

.payment-method-field.active{
    border-color: #fab442;
    cursor: default;
}

.payment-method-field .logo{
    width: 50px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #e1e4ea;
    background-color: #f2f4f7;
}

.payment-method-field .box{
    padding: 10px;
}

.payment-method-field .number:after{
    content: '●●●●';
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.payment-method-field .value{
    max-width: 110px;
    margin-bottom: 15px;
    width: 100%;
}

.payment-method-field .value .ui-field{
    margin-bottom: 0;
}

.payment-method-field .value .ui-field:after{
    /* @replace: '$' */
    content: '₪';
    position: absolute;
    left: 1px;
    bottom: 1px;
    padding: 9px 10px;
    font-size: 13px;    
}

.payment-method-field .value input::-webkit-outer-spin-button,
.payment-method-field .value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment-method-field .value input{
    -moz-appearance:textfield;
}

.payment-method-field .value .parsley-errors-list{
    position: absolute;
}

.payment-method-field .payments{
    margin-bottom: 15px;
}

.payment-method-field .add-card-plus img{
    display: block;
    width: 50px;
    height: 30px;
}

.payment-method-field .add-card-text{
    font-size: 14px;
    color: #fab442;
    font-weight: 700;
}

@media only screen and (max-width: 580px){
    .payment-method-field{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        height: auto;
    }

    .payment-method-field .box{
        padding: 5px;
    }

    .payment-method-field .value,
    .payment-method-field .payments,
    .payment-method-field .ui-radio-box .frame{
        width: 100%;
        max-width: 100%;
    }

    .payment-method-field .value .ui-input{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 5px;
    }
    
    .payment-method-field .ui-radio-box{
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .payment-method-field .value .ui-input .label,
    .payment-method-field .ui-radio-box .label{
        margin: 0 0 0 10px;
    }

    .payment-method-field .value .parsley-errors-list{
        right: 40px;
        bottom: -15px;
    }
}
.template-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.template-form .form-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
.template-form .popup_base {
    width: 534px;
    border-radius: 6px;
    box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
    background-color: #ffffff;
    padding: 20px 40px;
    margin: 0 auto;
}

.template-form .headline_base {
    width: 534px;
    height: 52px;
    border-radius: 6px 6px 0 0;
    background-color: #f2f4f7;
    margin: 0 auto -5px auto;
    position: relative;
    z-index: 10;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 50px;
    padding: 20px;

}

.template-form .headline_base .headline_text {
    width: 119px;
    height: 19px;
    font-size: 14px;
    display: inline;
    text-align: center;
    color: #4f5869;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 22px;
}
.template-form .form_secondary.align-right {
    text-align: right;
}

.template-form .ui-radio {
    float: right;
}
.template-form .gray {
    color:#4f5869;
}
.template-form .form_secondary {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #79849a;

}
.template-form .form_header {
    font-size: 24px;
    font-weight: bold;
    color: #4f5869;
    text-align: center;
}
.template-form .close_popup {
    width: 13px;
    height: 13px;
}

.template-form .legal a{
    text-decoration: underline;
}
.template-form .legal{
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
    color: #4f5869;
}

.template-form .submit{
    background: #ffa126;
    color: #fff;
    padding: 15px 24px;
    min-width: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.template-form .submit.disabled{
    cursor: not-allowed;
    background-color: #79849a60;
    color: #fff;
}

.template-form .parsley-errors-list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 6px 0 0 0;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    font-size: 12px;
}

.template-form .form-wrapper {
    width: 100%;
    top: 40px;
    position: relative;
}

.template-form .ui-lightbox {
    position: relative;
}

.template-form .popup_base img.gift-fly{
    width:100%;
}
.template-form .close_popup.success {
    position: relative;
    float: right;
    right: -20px;
    top: -5px;

}

@media screen and (max-height: 885px) {
    .template-form .popup_base {
        max-height: 70vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 739px) {

    .template-form .close_popup.success {
        right: 0;
    }

    .template-form .ui-textarea textarea {
        resize: none !important;
        position: relative !important;
        z-index: 0 !important;
    }
    .template-form .ui-textarea label.label {
        z-index: 50 !important;
        -webkit-appearance: none !important;
    }

    .template-form .headline_base, .template-form .popup_base {
        width: 100%;
    }

    .template-form .popup_base{
        padding: 20px 10px;

    }
    .template-form .form_secondary{
        width: 80%;
        margin: 0 auto;
    }

    .template-form .form_secondary.no_margin {
        margin: 0;
    }


    .template-form .mx-12, .template-form .mx-6 {
        width: 80%;
    }
}

@media screen and (max-height: 540px){
    .template-form .popup_base {
        max-height: 50vh;
        overflow-y: auto;
    }
}

.template-form .ib {
    display: inline-block;
}
.template-form .card {
    background: #fff;
    border: 1px solid #e1e4ea;
    border-radius: 6px;
    margin: 30px 0;
}
.template-form .card .card-title {
    padding: 14px 20px;
    border-bottom: 1px solid #e1e4ea;
    font-size: 14px;
}
.template-form .with-floating-actions {
    margin-bottom: 120px;
}
.template-form .spacing.sm {
    padding: 0 14px;
}
.template-form .spacing.md {
    padding: 0 20px;
}
.template-form .spacing.lr {
    padding: 0 24px;
}
.template-form .spacing.xl {
    padding: 0 30px;
}
.template-form .spacing.xxl {
    padding: 0 50px;
}
.template-form hr {
    margin: 24px 0;
    border: none;
    border-top: 1px dotted #bdc4d1;
}
.template-form hr.dense {
    margin: 20px 0;
}
.template-form .center {
    text-align: center;
}
.template-form .full-width {
    width: 100%;
}
.template-form .check-icon {
    width: 24px;
    height: 24px;
}
.template-form .check-icon img {
    display: block;
    margin: auto;
}
.template-form .server-error {
    display: block;
    font-size: 13px;
    color: #f01f39;
}
.template-form a.link {
    color: inherit;
    display: inline-block;
}
.template-form a.no-decor {
    text-decoration: none;
}
.template-form a.hoverable {
    text-decoration: none;
}
.template-form a.hoverable:hover {
    text-decoration: underline;
}
.template-form .currency-item {
    direction: ltr;
}
.template-form .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 580px) {
    .template-form .card .spacing.sm, .template-form .card .spacing.md, .template-form .card .spacing.lr, .template-form .card .spacing.xl, .template-form .card .spacing.xxl {
        padding: 0 20px;
    }
}
.template-form .rtl .lang-align {
    text-align: right;
}
.template-form .ltr .lang-align {
    text-align: left;
}
.template-form .rtl .lang-align-reverse {
    text-align: left;
}
.template-form .ltr .lang-align-reverse {
    text-align: right;
}
.template-form .toggle-result {
    font-size: 14px;
    vertical-align: sub;
    margin: 0 14px;
}
.template-form .relative {
    position: relative;
}
.template-form .tabs-blocked {
    background: transparent;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    cursor: not-allowed;
}
.ltr .template-form .ltr-mirror {
    transform: scaleX(-1);
}
.template-form .text-link {
    text-decoration: underline;
}
.rtl .template-form .angle_next_ltr, .rtl .template-form .chevron_next_ltr {
    display: none;
}
.ltr .template-form .angle_next_rtl, .ltr .template-form .chevron_next_rtl {
    display: none;
}
.rtl .template-form .angle_prev_ltr, .rtl .template-form .chevron_prev_ltr {
    display: none;
}
.ltr .template-form .angle_prev_rtl, .ltr .template-form .chevron_prev_rtl {
    display: none;
}
.ltr .template-form .icon-nis {
    display: none;
}
.rtl .template-form .icon-usd {
    display: none;
}
.template-form .field {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 50px;
    /* fields notifications */
    /* error state */
    /* buyme */
    /* giftted */
}
.rtl .template-form .field {
    text-align: right;
}
.ltr .template-form .field {
    text-align: left;
}
.template-form .field.center input {
    text-align: center;
}
.template-form .field.dense .input-label-wrapper {
    max-height: 40px;
}
.template-form .field.dense .input-label-wrapper .selected-name, .template-form .field.dense .input-label-wrapper select, .template-form .field.dense .input-label-wrapper input {
    font-size: 14px;
    padding: 8px 10px;
}
.explorer .template-form .field.dense .input-label-wrapper .selected-name, .explorer .template-form .field.dense .input-label-wrapper select, .explorer .template-form .field.dense .input-label-wrapper input {
    height: 40px;
}
.template-form .field.dense .input-label-wrapper .label {
    font-size: 14px;
    top: 20px;
    z-index: 1;
}
.template-form .field.dense li {
    font-size: 14px;
}

.template-form .parsley-errors-list li {
    color: #f01f39;
}

.template-form .field.lr .input-label-wrapper {
    max-height: 64px;
    align-items: center;
}
.template-form .field.lr .input-label-wrapper .selected-name, .template-form .field.lr .input-label-wrapper select, .template-form .field.lr .input-label-wrapper input {
    font-size: 24px;
}
.template-form .field.lr.field {
    max-height: 64px;
}
.template-form .field.md .input-label-wrapper {
    max-height: 64px;
    align-items: center;
}
.template-form .field.md .input-label-wrapper .selected-name, .template-form .field.md .input-label-wrapper select, .template-form .field.md .input-label-wrapper input {
    font-size: 18px;
}
.template-form .field.md.field {
    max-height: 64px;
}
.template-form .field .input-label-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-height: 50px;
    align-items: center;
}
.template-form .field .input-label-wrapper .selected-name, .template-form .field .input-label-wrapper select, .template-form .field .input-label-wrapper textarea, .template-form .field .input-label-wrapper input {
    border: 1px solid #bdc4d1;
    font-size: 16px;
    color: #4f5869;
    margin-top: 0;
    margin-bottom: 0;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* Internet Explorer 10-11 */
    /* Microsoft Edge */
}
.template-form .field .input-label-wrapper .selected-name::-webkit-credentials-auto-fill-button, .template-form .field .input-label-wrapper select::-webkit-credentials-auto-fill-button, .template-form .field .input-label-wrapper textarea::-webkit-credentials-auto-fill-button, .template-form .field .input-label-wrapper input::-webkit-credentials-auto-fill-button {
    display: none !important;
}
.template-form .field .input-label-wrapper .selected-name::placeholder, .template-form .field .input-label-wrapper select::placeholder, .template-form .field .input-label-wrapper textarea::placeholder, .template-form .field .input-label-wrapper input::placeholder {
    color: #bdc4d1;
    opacity: 1;
    /* Firefox */
}
.template-form .field .input-label-wrapper .selected-name:-ms-input-placeholder, .template-form .field .input-label-wrapper select:-ms-input-placeholder, .template-form .field .input-label-wrapper textarea:-ms-input-placeholder, .template-form .field .input-label-wrapper input:-ms-input-placeholder {
    color: #bdc4d1;
}
.template-form .field .input-label-wrapper .selected-name::-ms-input-placeholder, .template-form .field .input-label-wrapper select::-ms-input-placeholder, .template-form .field .input-label-wrapper textarea::-ms-input-placeholder, .template-form .field .input-label-wrapper input::-ms-input-placeholder {
    color: #bdc4d1;
}
.rtl .template-form .field .input-label-wrapper .selected-name:focus, .rtl .template-form .field .input-label-wrapper select:focus, .rtl .template-form .field .input-label-wrapper textarea:focus, .rtl .template-form .field .input-label-wrapper input:focus {
    caret-color: #ffa126;
}
.ltr .template-form .field .input-label-wrapper .selected-name:focus, .ltr .template-form .field .input-label-wrapper select:focus, .ltr .template-form .field .input-label-wrapper textarea:focus, .ltr .template-form .field .input-label-wrapper input:focus {
    caret-color: #fc354c;
}
.template-form .field .input-label-wrapper .selected-name:focus + .label, .template-form .field .input-label-wrapper select:focus + .label, .template-form .field .input-label-wrapper textarea:focus + .label, .template-form .field .input-label-wrapper input:focus + .label {
    font-size: 13px;
    top: 0;
    padding: 2px 5px 0 9px;
    background: #fff;
}
.rtl .template-form .field .input-label-wrapper .selected-name:focus + .label, .rtl .template-form .field .input-label-wrapper select:focus + .label, .rtl .template-form .field .input-label-wrapper textarea:focus + .label, .rtl .template-form .field .input-label-wrapper input:focus + .label {
    color: #ffa126;
}
.ltr .template-form .field .input-label-wrapper .selected-name:focus + .label, .ltr .template-form .field .input-label-wrapper select:focus + .label, .ltr .template-form .field .input-label-wrapper textarea:focus + .label, .ltr .template-form .field .input-label-wrapper input:focus + .label {
    color: #fc354c;
}
.rtl .template-form .field .input-label-wrapper .selected-name:focus + .label, .rtl .template-form .field .input-label-wrapper select:focus + .label, .rtl .template-form .field .input-label-wrapper textarea:focus + .label, .rtl .template-form .field .input-label-wrapper input:focus + .label {
    right: 5px;
}
.ltr .template-form .field .input-label-wrapper .selected-name:focus + .label, .ltr .template-form .field .input-label-wrapper select:focus + .label, .ltr .template-form .field .input-label-wrapper textarea:focus + .label, .ltr .template-form .field .input-label-wrapper input:focus + .label {
    left: 5px;
}
.template-form .field .input-label-wrapper .selected-name[type=number]::-webkit-inner-spin-button, .template-form .field .input-label-wrapper select[type=number]::-webkit-inner-spin-button, .template-form .field .input-label-wrapper textarea[type=number]::-webkit-inner-spin-button, .template-form .field .input-label-wrapper input[type=number]::-webkit-inner-spin-button, .template-form .field .input-label-wrapper .selected-name .field input[type=number]::-webkit-outer-spin-button, .template-form .field .input-label-wrapper select .field input[type=number]::-webkit-outer-spin-button, .template-form .field .input-label-wrapper textarea .field input[type=number]::-webkit-outer-spin-button, .template-form .field .input-label-wrapper input .field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.template-form .field .input-label-wrapper .label {
    position: absolute;
    top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #79849a;
    font-size: 14px;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
}
.rtl .template-form .field .input-label-wrapper .label {
    right: 12px;
}
.ltr .template-form .field .input-label-wrapper .label {
    left: 12px;
}
.template-form .field .input-label-wrapper .label .asterisk {
    width: 0.3em;
    height: 0.3em;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.rtl .template-form .field .input-label-wrapper .label .asterisk {
    color: #ffa126;
}
.ltr .template-form .field .input-label-wrapper .label .asterisk {
    color: #fc354c;
}
.template-form .field .input-label-wrapper .icon.password-eye {
    width: 24px;
    height: 24px;
    text-align: center;
}
.template-form .field .input-label-wrapper .icon.password-eye svg {
    fill: #4f5869;
}
.rtl .template-form .field .input-label-wrapper .icon.password-eye {
    margin: 0 0 0 10px;
    position: absolute;
    top: 20%;
    left: 0;
}
.ltr .template-form .field .input-label-wrapper .icon.password-eye {
    margin: 0 10px 0 0;
    position: absolute;
    top: 20%;
    right: 0;
}
.template-form .field .input-label-wrapper .icon.search {
    position: absolute;
    fill: #4f5869;
    align-self: center;
}
.rtl .template-form .field .input-label-wrapper .icon.search {
    left: 12px;
}
.ltr .template-form .field .input-label-wrapper .icon.search {
    right: 12px;
}
.template-form .field .input-label-wrapper .tooltip {
    text-align: center;
    cursor: pointer;
    position: absolute;
}
.template-form .field .input-label-wrapper .tooltip .tooltip-text {
    margin: 0 0 10px 0;
    padding: 12px;
    background: #4f5869;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out , transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out , transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out , transform 0.3s ease-in-out;
    position: absolute;
    bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    border-radius: 3px;
    min-width: 270px;
    opacity: 0;
    pointer-events: none;
}
.template-form .field .input-label-wrapper .tooltip .tooltip-text:after {
    content: '';
    border-right: 5px solid transparent;
    border-top: 7px solid #555;
    border-left: 5px solid transparent;
    height: 0;
    bottom: -6px;
    width: 0;
    display: block;
    position: absolute;
}
.template-form .field .input-label-wrapper .tooltip .tooltip-text .tooltip-title {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-style: normal;
}
.template-form .field .input-label-wrapper .tooltip .tooltip-text .tooltip-running-text {
    font-weight: 300;
}
.template-form .field .notifications {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 6px 0 0 0;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
}
.template-form .field .notifications .note {
    color: #79849a;
    margin: 0 10px 0 0;
    font-size: 13px;
}
.template-form .field .notifications .note.red {
    color: #f01f39;
}
.template-form .field .notifications .chars {
    font-size: 13px;
    color: #79849a;
    margin: 0 auto 0 12px;
    display: inline-block;
}
.template-form .field.error .input-label-wrapper input, .template-form .field.error .input-label-wrapper textarea {
    outline: none;
}
.rtl .template-form .field.error .input-label-wrapper input:focus, .rtl .template-form .field.error .input-label-wrapper textarea:focus, .ltr .template-form .field.error .input-label-wrapper input:focus, .ltr .template-form .field.error .input-label-wrapper textarea:focus {
    caret-color: #f01f39;
}
.rtl .template-form .field.error .input-label-wrapper input:focus + .label, .rtl .template-form .field.error .input-label-wrapper textarea:focus + .label, .ltr .template-form .field.error .input-label-wrapper input:focus + .label, .ltr .template-form .field.error .input-label-wrapper textarea:focus + .label {
    color: #f01f39;
}
.template-form .field.error .input-label-wrapper .label {
    padding: 2px 5px 0 9px;
    color: #f01f39;
    font-size: 13px;
    top: 0;
    background: #fff;
}
.rtl .template-form .field.error .input-label-wrapper .label {
    right: 5px;
}
.ltr .template-form .field.error .input-label-wrapper .label {
    left: 5px;
}
.rtl .template-form .field.error .input-label-wrapper .label .asterisk, .ltr .template-form .field.error .input-label-wrapper .label .asterisk {
    color: #f01f39;
}
.template-form .field.error .notifications .error-message {
    margin: 0 10px 0 0;
}
.template-form .field.top-label .input-label-wrapper input, .template-form .field.show-options .input-label-wrapper input, .template-form .field.filled .input-label-wrapper input {
    color: #4f5869;
    font-weight: 400;
}
.template-form .field.top-label .input-label-wrapper input[type="email"], .template-form .field.show-options .input-label-wrapper input[type="email"], .template-form .field.filled .input-label-wrapper input[type="email"], .template-form .field.top-label .input-label-wrapper input[type="tel"], .template-form .field.show-options .input-label-wrapper input[type="tel"], .template-form .field.filled .input-label-wrapper input[type="tel"], .template-form .field.top-label .input-label-wrapper input[type="number"], .template-form .field.show-options .input-label-wrapper input[type="number"], .template-form .field.filled .input-label-wrapper input[type="number"] {
    direction: ltr;
}
.template-form .field.top-label .input-label-wrapper .label, .template-form .field.show-options .input-label-wrapper .label, .template-form .field.filled .input-label-wrapper .label {
    font-size: 13px;
    padding: 2px 5px 0 9px;
    top: 0;
    background: #fff;
}
.rtl .template-form .field.top-label .input-label-wrapper .label, .rtl .template-form .field.show-options .input-label-wrapper .label, .rtl .template-form .field.filled .input-label-wrapper .label {
    right: 5px;
}
.ltr .template-form .field.top-label .input-label-wrapper .label, .ltr .template-form .field.show-options .input-label-wrapper .label, .ltr .template-form .field.filled .input-label-wrapper .label {
    left: 5px;
}
.rtl .template-form .field.show-options:not(.error) .label {
    color: #ffa126;
}
.ltr .template-form .field.show-options:not(.error) .label {
    color: #fc354c;
}
.template-form .field.with-placeholder .input-label-wrapper input[type="email"], .template-form .field.with-placeholder .input-label-wrapper input[type="tel"], .template-form .field.with-placeholder .input-label-wrapper input[type="number"] {
    direction: ltr;
}
.template-form .field.with-placeholder .input-label-wrapper .label {
    font-size: 13px;
    padding: 2px 5px 0 9px;
    top: 0;
    background: #fff;
}
.rtl .template-form .field.with-placeholder .input-label-wrapper .label {
    right: 5px;
}
.ltr .template-form .field.with-placeholder .input-label-wrapper .label {
    left: 5px;
}
.rtl .template-form .field.input .input-label-wrapper .tooltip {
    left: 12px;
    right: auto;
}
.rtl .template-form .field.input .input-label-wrapper .tooltip .tooltip-icon {
    display: block;
    width: 20px;
    height: 20px;
}
.rtl .template-form .field.input .input-label-wrapper .tooltip .tooltip-icon:hover ~ .tooltip-text {
    opacity: 1;
}
.rtl .template-form .field.input .input-label-wrapper .tooltip .tooltip-text {
    left: -10px;
}
.rtl .template-form .field.input .input-label-wrapper .tooltip .tooltip-text :after {
    left: 15px;
}
.ltr .template-form .field.input .input-label-wrapper .tooltip {
    left: auto;
    right: 12px;
}
.ltr .template-form .field.input .input-label-wrapper .tooltip .tooltip-text {
    right: -10px;
}
.ltr .template-form .field.input .input-label-wrapper .tooltip .tooltip-text:after {
    right: 15px;
}
.ltr .template-form .field.input .input-label-wrapper .error-message {
    text-align: left;
    left: 0;
}
.ltr .template-form .field.input .chars {
    right: 0;
}
.template-form .field.input .eye {
    position: absolute;
    padding: 9px;
    font-size: 20px;
    color: #9c9b9b;
    cursor: pointer;
}

.rtl .template-form .field.input .eye {
    left: 0;
}

.ltr .template-form .field.input .eye {
    right: 0;
}

.rtl .template-form .password-toggle input {
    padding-left: 40px;
}

.ltr .template-form .password-toggle input {
    padding-right: 40px;
}

.template-form .password-hint {
    position: absolute;
    bottom: 55px;
    z-index: 1;
    background: #fff;
    padding: 10px 20px;
    font-size: 13px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    border: 1px solid;
}
.rtl .template-form .password-hint {
    border-color: #ffa126;
}
.ltr .template-form .password-hint {
    border-color: #fc354c;
}
.rtl .template-form .password-hint {
    text-align: right;
    left: -20px;
}
.ltr .template-form .password-hint {
    text-align: left;
    right: -20px;
}
.template-form .password-hint .corner {
    z-index: 1;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -17px;
}
.rtl .template-form .password-hint .corner {
    fill: #ffa126;
}
.ltr .template-form .password-hint .corner {
    fill: #fc354c;
}
.rtl .template-form .password-hint .corner {
    left: 30px;
}
.ltr .template-form .password-hint .corner {
    right: 30px;
}
.template-form .password-hint .item {
    margin: 6px 0;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.rtl .template-form .password-hint .item.valid {
    color: #ffa126;
}
.ltr .template-form .password-hint .item.valid {
    color: #fc354c;
}
.rtl .template-form .password-hint .item.valid .ui-icon {
    fill: #ffa126;
}
.ltr .template-form .password-hint .item.valid .ui-icon {
    fill: #fc354c;
}
.template-form .password-hint .item span {
    vertical-align: middle;
}
.template-form .password-hint .item .check {
    fill: #79849a;
    width: 20px;
    height: 20px;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}
.rtl .template-form .password-hint .item .check {
    margin-left: 6px;
}
.ltr .template-form .password-hint .item .check {
    margin-right: 6px;
}
.template-form .row .field {
    display: inline-block;
    margin-bottom: auto;
}
.template-form .field.disabled {
    opacity: 0.4;
}
.template-form .field.input.disabled input, .template-form .field.select.disabled .selected-name, .template-form .field.select.disabled select {
    cursor: not-allowed;
}
.template-form .field.disabled .label {
    cursor: not-allowed;
}
.template-form .field.select .selected-name, .template-form .field.input input, .template-form .field select, .template-form .field textarea {
    display: block;
    width: 100%;
    border: 1px solid #bdc4d1;
    border-radius: 3px;
    background: #fff;
    padding: 12px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    font: inherit;
}
.explorer .template-form .field.select .selected-name, .explorer .template-form .field.input input, .explorer .template-form .field select, .explorer .template-form .field textarea {
    font-family: "open sans hebrew";
}
.template-form .ltr .field.file .fa {
    right: 0;
}
.template-form .field input:focus, .template-form .field select:focus, .template-form .field textarea:focus {
    outline: none;
}
.rtl .template-form .field input:focus, .rtl .template-form .field select:focus, .rtl .template-form .field textarea:focus {
    border-color: #ffa126;
}
.ltr .template-form .field input:focus, .ltr .template-form .field select:focus, .ltr .template-form .field textarea:focus {
    border-color: #fc354c;
}
.rtl .template-form .field.error input, .rtl .template-form .field.error textarea, .rtl .template-form .field.error .selected-name, .rtl .template-form .field.error select, .ltr .template-form .field.error input, .ltr .template-form .field.error textarea, .ltr .template-form .field.error .selected-name, .ltr .template-form .field.error select {
    border: 1px solid #f01f39;
}
.template-form .field .error-message {
    margin-top: 5px;
    width: 100%;
    display: block;
    font-size: 13px;
    color: #f01f39;
}
.template-form .rtl .field .error-message {
    right: 0;
}
.template-form .field.radio {
    padding: 0;
    list-style-type: none;
    cursor: pointer;
    width: auto;
    display: inline-block;
}
.template-form .field.radio .option:hover {
    text-decoration: underline;
}
.template-form .rtl .field.radio.float .option {
    float: right;
}
.template-form .rtl .field.radio.float .option:nth-last-of-type(1) {
    margin-left: 0;
}
.template-form .rtl .field.radio .option {
    margin: 0 1px 10px 20px;
}
.template-form .field.radio .option:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 0 1px #fab442;
    box-shadow: 0 0 0 1px #fab442;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.template-form .rtl .field.radio .option:before {
    margin-left: 10px;
}
.template-form .ltr .field.radio .option:before {
    margin-right: 10px;
}
.template-form .field.radio .option.selected:before {
    background: #fab442;
    border: 2px solid #fff;
}
.template-form .field.radio input {
    display: none;
}
.template-form .ltr .field.radio.float .option {
    float: left;
}
.template-form .ltr .field.radio.float .option:nth-last-of-type(1) {
    margin-right: 0;
}
.template-form .ltr .field.radio .option {
    margin: 0 20px 10px 1px;
}
.template-form .field.file {
    border: 1px solid #ccc;
    margin: 0 auto 20px auto;
    max-width: 250px;
    display: block;
    text-align: center;
    height: 150px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.template-form .field.file:hover {
    cursor: pointer;
    border-color: #fab442;
}
.template-form .field.file input {
    opacity: 0;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
}
.template-form .field.file .box {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    padding-top: 30px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.template-form .field.file .box img {
    display: block;
    margin: auto;
}
.template-form .field.file .box p {
    max-width: 90%;
    margin: 10px auto;
}
.template-form .field.file .error-message {
    top: 120px;
}
.template-form .field.file .fa {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 2;
    z-index: 2;
    cursor: pointer;
}
.template-form .rtl .field.file .fa {
    left: 0;
}
.template-form .field.file * {
    cursor: pointer;
}
.template-form .rtl .field .chars {
    left: 0;
}
.template-form .rtl .search-field input {
    padding-left: 50px;
}
.template-form .ltr .search-field input {
    padding-right: 50px;
}
.template-form .search-field {
    position: absolute;
    top: -10px;
    font-size: 14px;
    max-width: 220px;
}
.template-form .rtl .search-field {
    left: 0;
}
.template-form .ltr .search-field {
    right: 0;
}
.template-form .field.input.search {
    display: inline-block;
}
.template-form textarea:required, .template-form input:required {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.template-form .field.disabled .ui-icon {
    fill: #79849a;
}

.template-form .ui-input.with-icon .ui-icon {
    width: 24px;
    height: 24px;
    pointer-events: none;
}
.template-form .ui-input.with-icon .ui-icon svg {
    fill: #4f5869;
}
.template-form .ui-input.with-icon .ui-icon.theme svg {
    fill: #ffa126;
}
.template-form .ui-input.with-icon .ui-icon {
    position: absolute;
    top: 25%;
}
.template-form .ui-input.with-icon.dense .ui-icon {
    position: absolute;
    top: 20%;
}
.template-form .ui-input.with-icon.md .ui-icon {
    position: absolute;
    top: 25%;
}
.rtl .template-form .ui-input.with-icon.md .ui-icon {
    left: 10px;
}
.ltr .template-form .ui-input.with-icon.md .ui-icon {
    right: 10px;
}
.rtl .template-form .ui-input.with-icon .ui-icon {
    left: 5px;
}
.rtl .template-form .ui-input.with-icon input {
    padding-left: 30px;
}
.ltr .template-form .ui-input.with-icon .ui-icon {
    right: 5px;
}
.ltr .template-form .ui-input.with-icon input {
    padding-right: 30px;
}
.template-form .ui-input:hover:not(.disabled):not(.focus):not(.error) input {
    border-color: #4f5869;
}
.template-form input:-webkit-autofill, .template-form input:-webkit-autofill:hover, .template-form input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.template-form .ui-textarea {
    max-height: 100%;
}
.template-form .ui-textarea.field .input-label-wrapper {
    max-height: 100%;
}
.template-form .ui-textarea.field textarea {
    border: 1px solid #bdc4d1;
    border-radius: 3px;
    font-size: 14px;
    color: #4f5869;
    margin-top: 0;
    margin-bottom: 0;
    resize: vertical;
}
.template-form .ui-textarea.field.error textarea {
    border: 1px solid #f01f39;
}

.template-form .gr-r-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0 0 0;
}
.template-form .gr-cl-1 {
    flex-basis: calc(100% / 12);
    margin-left: 15px;
}
.explorer .template-form .gr-cl-1 {
    width: calc(100% / 12 - 1px);
}
.template-form .gr-cl-2 {
    flex-basis: calc(100% / 6);
    margin-left: 15px;
}
.explorer .template-form .gr-cl-2 {
    width: calc(100% / 6 - 1px);
}
.template-form .gr-end {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    flex-basis: auto;
}
.rtl .template-form .gr-end {
    margin-left: 0;
    margin-right: auto;
}
.ltr .template-form .gr-end {
    margin-right: 0;
    margin-left: auto;
}
.template-form .gr-cl-1 .ui-btn {
    width: 100%;
}
@media screen and (max-width: 550px) {
    .template-form .gr-r-12 {
        flex-direction: column;
    }
    .template-form [class^='gr-cl'] {
        margin-left: 0;
    }
    .template-form [class^='gr-cl']:not(:last-child) {
        margin-bottom: 20px;
    }
}
.template-form .grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.template-form .grid.inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.template-form .grid .mx-auto {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.template-form .grid.no-gap, .template-form .grid .no-gap {
    margin-right: -10px;
    margin-left: -10px;
}
.template-form .grid.centered {
    justify-content: center;
}
@media only screen and (min-width: 740px) {
    .template-form .grid .mx-1 {
        width: calc(100% / 12 * 1);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-1 {
        width: calc(100% / 12 * 1 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-2 {
        width: calc(100% / 12 * 2);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-2 {
        width: calc(100% / 12 * 2 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-3 {
        width: calc(100% / 12 * 3);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-3 {
        width: calc(100% / 12 * 3 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-4 {
        width: calc(100% / 12 * 4);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-4 {
        width: calc(100% / 12 * 4 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-5 {
        width: calc(100% / 12 * 5);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-5 {
        width: calc(100% / 12 * 5 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-6 {
        width: calc(100% / 12 * 6);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-6 {
        width: calc(100% / 12 * 6 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-7 {
        width: calc(100% / 12 * 7);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-7 {
        width: calc(100% / 12 * 7 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-8 {
        width: calc(100% / 12 * 8);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-8 {
        width: calc(100% / 12 * 8 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-9 {
        width: calc(100% / 12 * 9);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-9 {
        width: calc(100% / 12 * 9 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-10 {
        width: calc(100% / 12 * 10);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-10 {
        width: calc(100% / 12 * 10 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-11 {
        width: calc(100% / 12 * 11);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-11 {
        width: calc(100% / 12 * 11 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .mx-12 {
        width: calc(100% / 12 * 12);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .mx-12 {
        width: calc(100% / 12 * 12 - 1px);
    }
    .template-form .grid .mx-hide {
        display: none;
    }
    .rtl .template-form .grid .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}
@media only screen and (min-width: 1199px) {
    .template-form .grid.size-10 .mx-1 {
        width: calc(100% / 10 * 1);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-1 {
        width: calc(100% / 10 * 1 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-2 {
        width: calc(100% / 10 * 2);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-2 {
        width: calc(100% / 10 * 2 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-3 {
        width: calc(100% / 10 * 3);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-3 {
        width: calc(100% / 10 * 3 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-4 {
        width: calc(100% / 10 * 4);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-4 {
        width: calc(100% / 10 * 4 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-5 {
        width: calc(100% / 10 * 5);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-5 {
        width: calc(100% / 10 * 5 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-6 {
        width: calc(100% / 10 * 6);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-6 {
        width: calc(100% / 10 * 6 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-7 {
        width: calc(100% / 10 * 7);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-7 {
        width: calc(100% / 10 * 7 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-8 {
        width: calc(100% / 10 * 8);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-8 {
        width: calc(100% / 10 * 8 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-9 {
        width: calc(100% / 10 * 9);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-9 {
        width: calc(100% / 10 * 9 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid.size-10 .mx-10 {
        width: calc(100% / 10 * 10);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid.size-10 .mx-10 {
        width: calc(100% / 10 * 10 - 1px);
    }
    .template-form .grid.size-10 .mx-hide {
        display: none;
    }
    .rtl .template-form .grid.size-10 .mx-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid.size-10 .mx-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}
@media only screen and (max-width: 1200px) {
    .template-form .grid .xl-1 {
        width: calc(100% / 12 * 1);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-1 {
        width: calc(100% / 12 * 1 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-2 {
        width: calc(100% / 12 * 2);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-2 {
        width: calc(100% / 12 * 2 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-3 {
        width: calc(100% / 12 * 3);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-3 {
        width: calc(100% / 12 * 3 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-4 {
        width: calc(100% / 12 * 4);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-4 {
        width: calc(100% / 12 * 4 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-5 {
        width: calc(100% / 12 * 5);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-5 {
        width: calc(100% / 12 * 5 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-6 {
        width: calc(100% / 12 * 6);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-6 {
        width: calc(100% / 12 * 6 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-7 {
        width: calc(100% / 12 * 7);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-7 {
        width: calc(100% / 12 * 7 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-8 {
        width: calc(100% / 12 * 8);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-8 {
        width: calc(100% / 12 * 8 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-9 {
        width: calc(100% / 12 * 9);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-9 {
        width: calc(100% / 12 * 9 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-10 {
        width: calc(100% / 12 * 10);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-10 {
        width: calc(100% / 12 * 10 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-11 {
        width: calc(100% / 12 * 11);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-11 {
        width: calc(100% / 12 * 11 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xl-12 {
        width: calc(100% / 12 * 12);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xl-12 {
        width: calc(100% / 12 * 12 - 1px);
    }
    .template-form .grid .xl-hide {
        display: none;
    }
    .rtl .template-form .grid .xl-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xl-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}
@media only screen and (max-width: 768px) {
    .template-form .grid .lr-1 {
        width: calc(100% / 12 * 1);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-1 {
        width: calc(100% / 12 * 1 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-2 {
        width: calc(100% / 12 * 2);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-2 {
        width: calc(100% / 12 * 2 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-3 {
        width: calc(100% / 12 * 3);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-3 {
        width: calc(100% / 12 * 3 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-4 {
        width: calc(100% / 12 * 4);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-4 {
        width: calc(100% / 12 * 4 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-5 {
        width: calc(100% / 12 * 5);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-5 {
        width: calc(100% / 12 * 5 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-6 {
        width: calc(100% / 12 * 6);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-6 {
        width: calc(100% / 12 * 6 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-7 {
        width: calc(100% / 12 * 7);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-7 {
        width: calc(100% / 12 * 7 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-8 {
        width: calc(100% / 12 * 8);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-8 {
        width: calc(100% / 12 * 8 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-9 {
        width: calc(100% / 12 * 9);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-9 {
        width: calc(100% / 12 * 9 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-10 {
        width: calc(100% / 12 * 10);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-10 {
        width: calc(100% / 12 * 10 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-11 {
        width: calc(100% / 12 * 11);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-11 {
        width: calc(100% / 12 * 11 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .lr-12 {
        width: calc(100% / 12 * 12);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .lr-12 {
        width: calc(100% / 12 * 12 - 1px);
    }
    .template-form .grid .lr-hide {
        display: none;
    }
    .rtl .template-form .grid .lr-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .lr-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}
@media only screen and (max-width: 580px) {
    .template-form .grid .md-1 {
        width: calc(100% / 12 * 1);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-1 {
        width: calc(100% / 12 * 1 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-2 {
        width: calc(100% / 12 * 2);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-2 {
        width: calc(100% / 12 * 2 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-3 {
        width: calc(100% / 12 * 3);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-3 {
        width: calc(100% / 12 * 3 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-4 {
        width: calc(100% / 12 * 4);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-4 {
        width: calc(100% / 12 * 4 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-5 {
        width: calc(100% / 12 * 5);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-5 {
        width: calc(100% / 12 * 5 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-6 {
        width: calc(100% / 12 * 6);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-6 {
        width: calc(100% / 12 * 6 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-7 {
        width: calc(100% / 12 * 7);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-7 {
        width: calc(100% / 12 * 7 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-8 {
        width: calc(100% / 12 * 8);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-8 {
        width: calc(100% / 12 * 8 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-9 {
        width: calc(100% / 12 * 9);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-9 {
        width: calc(100% / 12 * 9 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-10 {
        width: calc(100% / 12 * 10);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-10 {
        width: calc(100% / 12 * 10 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-11 {
        width: calc(100% / 12 * 11);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-11 {
        width: calc(100% / 12 * 11 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .md-12 {
        width: calc(100% / 12 * 12);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .md-12 {
        width: calc(100% / 12 * 12 - 1px);
    }
    .template-form .grid .md-hide {
        display: none;
    }
    .rtl .template-form .grid .md-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .md-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}
@media only screen and (max-width: 425px) {
    .template-form .grid .sm-1 {
        width: calc(100% / 12 * 1);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-1 {
        width: calc(100% / 12 * 1 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-2 {
        width: calc(100% / 12 * 2);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-2 {
        width: calc(100% / 12 * 2 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-3 {
        width: calc(100% / 12 * 3);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-3 {
        width: calc(100% / 12 * 3 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-4 {
        width: calc(100% / 12 * 4);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-4 {
        width: calc(100% / 12 * 4 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-5 {
        width: calc(100% / 12 * 5);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-5 {
        width: calc(100% / 12 * 5 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-6 {
        width: calc(100% / 12 * 6);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-6 {
        width: calc(100% / 12 * 6 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-7 {
        width: calc(100% / 12 * 7);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-7 {
        width: calc(100% / 12 * 7 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-8 {
        width: calc(100% / 12 * 8);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-8 {
        width: calc(100% / 12 * 8 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-9 {
        width: calc(100% / 12 * 9);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-9 {
        width: calc(100% / 12 * 9 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-10 {
        width: calc(100% / 12 * 10);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-10 {
        width: calc(100% / 12 * 10 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-11 {
        width: calc(100% / 12 * 11);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-11 {
        width: calc(100% / 12 * 11 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .sm-12 {
        width: calc(100% / 12 * 12);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .sm-12 {
        width: calc(100% / 12 * 12 - 1px);
    }
    .template-form .grid .sm-hide {
        display: none;
    }
    .rtl .template-form .grid .sm-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .sm-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}
@media only screen and (max-width: 375px) {
    .template-form .grid .xs-1 {
        width: calc(100% / 12 * 1);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-1 {
        width: calc(100% / 12 * 1 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-2 {
        width: calc(100% / 12 * 2);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-2 {
        width: calc(100% / 12 * 2 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-3 {
        width: calc(100% / 12 * 3);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-3 {
        width: calc(100% / 12 * 3 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-4 {
        width: calc(100% / 12 * 4);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-4 {
        width: calc(100% / 12 * 4 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-5 {
        width: calc(100% / 12 * 5);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-5 {
        width: calc(100% / 12 * 5 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-6 {
        width: calc(100% / 12 * 6);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-6 {
        width: calc(100% / 12 * 6 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-7 {
        width: calc(100% / 12 * 7);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-7 {
        width: calc(100% / 12 * 7 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-8 {
        width: calc(100% / 12 * 8);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-8 {
        width: calc(100% / 12 * 8 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-9 {
        width: calc(100% / 12 * 9);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-9 {
        width: calc(100% / 12 * 9 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-10 {
        width: calc(100% / 12 * 10);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-10 {
        width: calc(100% / 12 * 10 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-11 {
        width: calc(100% / 12 * 11);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-11 {
        width: calc(100% / 12 * 11 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
    .template-form .grid .xs-12 {
        width: calc(100% / 12 * 12);
        padding-right: 10px;
        padding-left: 10px;
    }
    .explorer .template-form .grid .xs-12 {
        width: calc(100% / 12 * 12 - 1px);
    }
    .template-form .grid .xs-hide {
        display: none;
    }
    .rtl .template-form .grid .xs-end {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
    }
    .ltr .template-form .grid .xs-end {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}


.addon-btn{
    padding: 5px 15px;
    z-index: 2;
    background: #fab442;
    border: 1px solid #fab442;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 0 6px 0 rgba(0, 0, 0, 0.04);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.addon-btn.floating{
    position: absolute;
    top: 80px;
    right: 10px;
}

.mobile-addon-btn{
    display: none;
    margin: auto;
    text-align: center;
}

.addon-btn .icon img {
    width: 57px;
    height: 57px;
    display: block;
    margin-left: 10px;
}

.addon-btn .icon,
.addon-btn .text {
    text-align: center;
}

.addon-btn .message {
    color: #434343;
}
.addon-btn .link {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 740px){
    .mobile-addon-btn{
        display: block;
        padding-bottom: 20px;
    }
}
.gift-box-btn {
    width: auto;
    min-width: 250px;
    height: 45px;
    position:relative;
    border-radius:3px;
    padding: 10px 10px 10px 0;
    border:none;
    transition: all 0.2s ease-in-out;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.main-nav li.gift-box-btn{
    -webkit-box-flex: auto;
    -ms-flex: auto 0;
    flex: auto 0;
}

.main-nav li.gift-box-btn .fa-chevron-left{
    display: inline-block;
    font-size: 80%;
    /* @replace: scaleX(-1) */
    transform: none;
    margin-right: 5px;
}

.gift-box-btn:hover .fa-chevron-left{
  /* @replace: super-voucher-arrow-ltr 0.3s infinite */
    animation: super-voucher-arrow-rtl 0.3s infinite;
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation-direction: alternate;
}

.gift-box-btn:hover{
    cursor: pointer;
}

.gift-box-btn .icon img{
    display: block;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin-right: -35px;
    margin-left: -5px;
}

.gift-box-btn .label{
    margin: 1px 0 1px 2px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: right;
    color: #ffa126;
}
.external-brands-link .link{
    font-size: 16px;
    font-weight: 700;
    color: #f9b342;
    cursor: pointer;
    display: inline-block;
}

.external-brands-link .text,
.external-brands-link .icon{
    display: inline-block;
    vertical-align: middle;
}

.external-brands-link .icon{
    fill: #f9b342;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
#ui-lightbox.thanks-modal .inner .box {
  width: 640px;
  background-color: #ffffff;
  padding-right: 40px;
  padding-left: 40px;
}
#ui-lightbox.thanks-modal .inner .box .title {
  font-size: 24px;
  font-weight: normal;
  color: #4f5869;
  margin-bottom: 10px;
}

#ui-lightbox.thanks-modal .inner .box .greeting {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #79849a;
  margin-bottom: 20px;
}
#ui-lightbox.thanks-modal .inner .box .recipientName {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #4f5869;
  
}
#ui-lightbox.thanks-modal .inner .box .outer-frame {
  padding: 0 5px;
  margin-top: 35px;
  text-align: center;
  position: relative;
}
#ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame {
  width: 460px;
  height: 274px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 255px;
}

#ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame video {
  max-width: 100%;
  cursor: pointer;
}
#ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame video{
  padding: 10px;
  border: solid 1px #e1e4ea;
  border-radius: 3px;
}
#ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame video.iosDevice {
  background-color: black;
}
#ui-lightbox.thanks-modal .inner .box .outer-frame .forward,
#ui-lightbox.thanks-modal .inner .box .outer-frame .back {
  font-size: 20px;
  position: absolute;

}
#ui-lightbox.thanks-modal .inner .box .outer-frame .forward {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

#ui-lightbox.thanks-modal .inner .box .outer-frame .back {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
#ui-lightbox.thanks-modal .inner .box .outer-frame .forward.disabled,
#ui-lightbox.thanks-modal .inner .box .outer-frame .back.disabled {
  cursor: no-drop;
  opacity: 0.1;
}

#ui-lightbox.thanks-modal .inner .box .outer-frame .arrow img{
  width: 21px;
}
#ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  padding: 10px;
  border: solid 1px #e1e4ea;
  border-radius: 3px;
}
#ui-lightbox.thanks-modal #playSign {
  width: 80px;
  height: 80px;
  background-color: rgba(26, 30, 37, 0.7);
  position: absolute;
  border-radius: 50%;
  right: 50%;
  top: 50%;
  transform: translate(50%,-50%);
  cursor: pointer;
}
#ui-lightbox.thanks-modal #playSign label {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 32.2px solid #ffffff;
  right: 42%;
  top: 50%;
  transform: translate(50%,-50%);
  position: absolute;
  cursor: pointer;
}

#ui-lightbox.thanks-modal .inner .box .wrapper {
  height: 458px;
  line-height: 458px;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#ui-lightbox.thanks-modal .inner .box .fullSizeImg {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 640px) {
  #ui-lightbox.thanks-modal .inner .box .wrapper{
    height: 100%;
    line-height: 100%;
    margin-top: 20px;
  }
  #ui-lightbox.thanks-modal .inner .box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  },
  #ui-lightbox.thanks-modal .inner {
    padding: 10px;
  }
  #ui-lightbox.thanks-modal .inner .box .outer-frame {
    margin-top: 20px;
  }
  #ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame {
    width: 70%;
    height: 160px;
    line-height: 140px;
  }
  #ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame #playSign {
    width: 40px;
    height: 40px;
  }
  #ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame #playSign label {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #ffffff;
  }
}
@media only screen and (max-width: 480px) {
  #ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame {
    height: 145px;
    line-height: 125px;
  }
}
@media only screen and (max-width: 320px) {
  #ui-lightbox.thanks-modal .inner .box .outer-frame .inner-frame {
    height: 115px;
    line-height: 95px;
  }

}

#bitCom-payment .bit-logo{
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
}
.gifts-wallet_wrapper {
  font-size: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4f5869;
}
.gifts-wallet_wrapper .loading,
.events-tab-wrapper .loading {
  font-size: 18px;
  font-weight: bold;
  color:#4f5869;
  text-align: center;
  width: 100%;
  height: 350px;
  display: block;
  line-height: 350px;
}

.gifts-wallet_empty-view {
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: solid 1px #e1e4ea;
}



.gifts-wallet_empty-view_image {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}

.gifts-wallet_empty-view_text {
  text-align: center;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  color: #79849a;
}


.gifts-wallet_empty-view_subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #4f5869;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.gifts-wallet_empty-view_text p {
  margin-bottom: 0;
}

.gifts-wallet_empty-view_button {
  width: 210px;
  height: 50px;
  background-color: #ffa126;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
  border: none;
}
.gifts-wallet_search-filters_bind {
  margin-bottom: 20px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.gifts-wallet_search-filters_bind  a {
  font-weight: bold;
}
.gifts-wallet_wrapper .gifts-wallet_search-filters {
  color: #4f5869;
  font-size: 0;
  margin-bottom: 30px;
}
.gifts-wallet_wrapper .gifts-wallet_search-filters a {
  color: #ffa126;
}
.gifts-wallet_wrapper .gifts-wallet_search-filters a:hover {
  text-decoration: none;
}
.gifts-wallet_wrapper .gifts-wallet_search-filters a img {
  width: 16px;
  height: 16px;
}
.gifts-wallet_wrapper .gifts-wallet_search-filters_fields .filter {
  display: inline-block;
  height: 70px;
  width: auto;
  margin-left: 30px;
  font-size: 14px;
  vertical-align: top;
  /*overflow: hidden;*/
}

.gifts-wallet_search-filters_fields .filter .filter_title {
  display: block;
  height: 30px;
}
.gifts-wallet_search-filters_fields .filter .filter_content {
  height: 40px;
  display: inline-block;
  position: relative;
}
.gifts-wallet_search-filters_fields .filter.query .filter_content input {
  width: 262px;
  height: 100%;
  border: solid 1px #bdc4d1;
  padding: 10px;
  border-radius: 3px;
}
.gifts-wallet_search-filters_fields .filter.query .filter_content img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 11px;
}
.gifts-wallet_search-filters_fields .filter.source .filter_content {
  width: 262px;
  position: relative;
}
.gifts-wallet_search-filters_fields .filter.source .filter_content .chosen-single {
  color:#4f5869;
  border: solid 1px #bdc4d1;
  font-size: 14px;
  text-align: right;
  height: 40px !important;
  padding: 10px !important;
  border-radius: 3px;
}
.gifts-wallet_search-filters_fields .filter.source .filter_content .chosen-single span {
  top: -2px;
  position: relative;
}
.gifts-wallet_search-filters_fields .filter.source .filter_content .chosen-container::after {
  top: 1px;
  color: #4f5869;
}
.gifts-wallet_search-filters_fields .filter.source .filter_content .chosen-results {
  direction: rtl;
  text-align: right;
}
.gifts-wallet_search-filters_fields .filter:last-of-type {
  margin-left: 0;
}

.gifts-wallet_table {
  font-size: 14px;
  color: #4f5869;
}
.gifts-wallet_table table {

}

.gifts-wallet_table table tbody tr.super_items_seperator {
  height: 61px;
  font-size: 14px;
  color: #4f5869;
  font-weight: normal;
}
.gifts-wallet_table table thead {
  border-top: dotted 1px #79849a;
  border-bottom: solid 1px #79849a;
}
.gifts-wallet_table table thead tr {
  height: 49px;
}
.gifts-wallet_table table thead tr th {
  font-weight: normal;
}
.gifts-wallet_table table tbody {

}
.gifts-wallet_table table tbody tr {
  border-top: solid 1px #bdc4d1;
  border-bottom: solid 1px #bdc4d1;
  height: 90px;
}

.gifts-wallet_table table .image {
  width: 130px;
}
.gifts-wallet_table table .title {
  width: 388px;
}
.gifts-wallet_table table .exp {
  width: 252px;
}
.gifts-wallet_table table .sender {
  width: 232px;
}
.gifts-wallet_table table .actions {
  width: 138px;
  font-size: 0;
}


.gifts-wallet_table table .image div {
  width: 100px;
  height: 60px;
  background-color:#fff;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #e1e4ea;
  position: relative;
  z-index: 1;
}


.gifts-wallet_table table .image div img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;


  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}


.gifts-wallet_table table .title label {
  display: block;
  font-weight: bold;
}
.gifts-wallet_table table .title .middle {
  font-weight: normal;
  color: #79849a;
  font-size: 13px;
}
.gifts-wallet_table table .title .bottom {
  font-size: 13px;
}
.gifts-wallet_table table .multi,.gifts-wallet_table table .multi .title label {
  cursor: pointer;
}
  

.gifts-wallet_table table .multi .image .extraItems {
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.gifts-wallet_table table .multi .image .extraItems::before, 
.gifts-wallet_table table .multi .image .extraItems::after {
  border: solid 1px #e1e4ea;
  height: 6px;
  position: absolute;
  bottom: -6px;
  width: calc(100% + 2px);
  right: -1px;
  left: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
  z-index: 1;
  content: "";
  border-top: none;
}

.gifts-wallet_table table .multi .image .extraItems::after {
  bottom: -3px;
}


.gifts-wallet_table table .multi .exp,.gifts-wallet_table table .multi .sender {
  text-decoration: underline;
}
.gifts-wallet_table table .multi .actions img {
  width: 24px;
  height: 27px;
  float: left;
}
.gifts-wallet_table table .multi.open .actions img {
  transform: rotate(180deg);
}

.gifts-wallet_table table tr.subItem {
  border-bottom: dotted 1px #79849a;
  border-top: dotted 1px #79849a;
}
.gifts-wallet_table table tr.subItem.lastItem {
  border-bottom: solid 1px #bdc4d1;
}
.gifts-wallet_table table .actions .link {
  height: 24px;
  width: 104px;
  background-color:#ffa126;
  border-radius: 3px;
  color:#ffffff;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
}
.gifts-wallet_table table .actions .link:hover {
  text-decoration: none;
}
.gifts-wallet_table table .actions .unbind {
  float: left;
}

/*gifts_wallet_modal unbind*/
.gifts_wallet_modal .box {
  border-radius: 3px;
}

.gifts_wallet_modal .box img {
  max-width: 100%;
  height: auto;
}
.gifts_wallet_modal.unbind .box {
  width: 472px !important;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.gifts_wallet_modal.unbind .box .content {
  padding: 0 40px;
}

.gifts_wallet_modal.unbind .box header {
  font-size: 18px;
  font-weight: bold;
  color: #323a48;
  margin-bottom: 10px;
}
  
.gifts_wallet_modal.unbind .box p {
  font-size: 16px;
  color: #4f5869;
  margin-bottom: 30px;
  line-height: 1.44;
}
.gifts_wallet_modal.unbind.mobile .box p span{
  display: block;
}


.gifts_wallet_modal.unbind .box button {
  width: 113px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color:#ffa126;
  border-radius: 3px;
  color:#ffffff;
  box-shadow: none;
  border: none;
  font-weight: bold;
}


/*gifts_wallet_modal bind*/
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box  {
  width: 595px !important;
  min-height: 503px;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: right;
  max-width: 595px !important;
  padding: 40px 0;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .content {
  padding: 0 40px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box header {
  font-size: 18px;
  font-weight: bold;
  color: #323a48;
  margin-bottom: 10px;
  text-align: center;
}
  
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box p {
  font-size: 16px;
  color: #4f5869;
  margin-bottom: 40px;
  text-align: center;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .generalError {
  display: block;
  font-size: 14px;
  text-align: center;
  width: 300px;
  color:#f01f39;
  margin: -30px auto 20px auto;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .subHeader {
  font-weight: bold;
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddr {
  color: #ffa126;
  font-weight: bold;
  font-size: 14px;
  vertical-align: bottom;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddr i {
  font-size: 12px;
  margin-left: 6px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .line-seperator {
  border-bottom: dotted 1px #bdc4d1;
  margin: 23px 0;
  height: 1px;
  display: block;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox {
  position: relative;
  font-size: 0;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox input {
  display: inline-block;
  width: calc(100% - 218px);
  height: 40px;
  border-radius: 3px;
  border: solid 1px #bdc4d1;
  padding: 10px;
  font-size: 14px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .placeholder {
  font-size: 14px;
  padding:10px;
  pointer-events: none;
  position:absolute;
  right:2px;
  top:2px;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity:0.5;
  color: #79849a;
  /*width: 110px;*/
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box input:placeholder-shown,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox input:placeholder-shown {
  font-size: 0;
  vertical-align: bottom;
}

#ui-lightbox.ui_lightbox_bundle ::-webkit-input-placeholder {
   color:transparent;
}

#ui-lightbox.ui_lightbox_bundle :-moz-placeholder { /* Firefox 18- */
   color:transparent; 
}

#ui-lightbox.ui_lightbox_bundle ::-moz-placeholder {  /* Firefox 19+ */
   color:transparent; 
}

#ui-lightbox.ui_lightbox_bundle :-ms-input-placeholder {  
   color:transparent;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box input:focus,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox input:focus {
  font-size: 14px !important;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box input:focus + span.placeholder,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box input:focus + ul.parsley-errors-list + span.placeholder,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box input.hasValue + span.placeholder,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box input.hasValue + ul.parsley-errors-list + span.placeholder
{
  opacity: 1;
  transform: scale(0.95) translateY(-50%) translateX(0);
  -webkit-transform: translate(0,-50%) scale(0.95);
  -ms-transform: translate(0,-50%) scale(0.95);
  background-color:#fff;
  margin-top: -1px;
  margin-right: 2px;
  padding: 0 3px;
  color: #79849a;
  font-size: 13px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox .error {
  position: absolute;
  right: 0;
  bottom: -18px;
  font-size: 12px;
}
/*scale(0.75) translateY(0) translateX(15px)*/
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox button {
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color:#ffa126;
  border-radius: 3px;
  color:#ffffff;
  box-shadow: none;
  border: none;
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom;
  font-weight: bold;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox button.addBtn {
  margin:0 14px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox button.cancelBtn {
  width: 80px;
  background-color:#ffffff;
  color:#ffa126;
  border: solid 1px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox .parsley-errors-list {
  display: none;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox .parsley-errors-list.filled {
  position: absolute;
  font-size: 11px;
  color:#f01f39;
  bottom: -15px;
  display: block;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addAddrBox input[type].parsley-error, .parsley-error {
  background-color: #ffffff;
  border-color: #f01f39;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList {
  margin-bottom: 24px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li {
  width: 100%;
  height: 40px;
  border: solid 1px #e1e4ea;
  padding: 0 11px 0 16px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #4f5869;
  font-size: 0;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li .confirmed {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 12px;
  line-height: 21px;
  top: -5px;
  position: relative;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li span.hourglass {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: -2px;
  position: relative;
  top: -5px;
  margin-left: 12px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li span.resend {
  width: 97px;
  margin-left: 10px;
  display: inline-block;
  color: #ffa126;
  font-size: 13px;
  font-weight: bold;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li span.resend.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li span.resend img {
  position: relative;
  top: -1px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li label {
  font-size: 14px;
  width: 305px;
  display: inline-block;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li button {
  border: none;
  background: none;
  cursor: pointer;
  float: left;
  padding: 0;
  margin-left: -3px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box .addrList li button img {
  max-width: unset;
  height: unset;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox {
  font-size: 0;
  padding-top: 6px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox {
  display: inline-block;
  width: 36%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #bdc4d1;
  vertical-align: top;
  margin-left: 14px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .ui-datepicker {
  height: 0px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .date-picker-mobile-input {
  display: none;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .ui-datepicker .picker__holder {
  top: -270px;
  width: 250px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox {
  position: relative;
  color: #4f5869;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox input {
  padding: 9px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox span.placeholder {
  top: 0;
  right: 0;
  width: 80px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox input:focus + span.placeholder,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .inputBox input.hasValue + span.placeholder {
  width: 60px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .ui-datepicker input {
  display: none;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .ui-datepicker input::placeholder {
  font-size: 0;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox button.addVoucher {
  color: #ffffff;
  background-color: #ffa126;
  border:1px solid #ffa126;
  border-radius: 3px;
  height: 40px;
  width: 22%;
  font-size: 14px;
  font-weight: bold;
  left: -1px;
  position: relative;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox button:disabled,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox button[disabled] {
  background-color: #79849a;
  border:1px solid #79849a;
  opacity: 0.4;
  cursor: not-allowed;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .addVoucherError {
  font-size: 13px;
  color: #f01f39;
  display: block;
  margin-top: 20px;
  text-align: center;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind .box #addVoucherBox .addVoucherError img {
  position: relative;
  top: -1px;
}
/*gifts_wallet_modal bindEmailSuccess */
.gifts_wallet_modal.bindEmailSuccess .box {
  width: 460px !important;
  height: 274px;
  font-size: 0;
}
.gifts_wallet_modal.bindEmailSuccess .box header {
  font-size: 18px;
  font-weight: bold;
  color: #323a48;
  margin-bottom: 10px;
  text-align: center;
}
.gifts_wallet_modal.bindEmailSuccess .box p {
  font-size: 16px;
  color: #4f5869;
  margin-bottom: 20px;
}
.gifts_wallet_modal.bindEmailSuccess .box p span {
  margin-top: 5px;
  display: block;
}
.gifts_wallet_modal.bindEmailSuccess .box label {
  font-size: 14px;
  color: #79849a;
  display: block;
  margin-bottom: 30px;
}
.gifts_wallet_modal.bindEmailSuccess .box label img {
  position: relative;
  top: -1px;
  display: inline-block;
}

.gifts_wallet_modal.bindEmailSuccess .box button {
  width: 113px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color:#ffa126;
  border-radius: 3px;
  color:#ffffff;
  box-shadow: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
}

/*gifts_wallet_modal bindDelete */
.gifts_wallet_modal.bindDelete .box {
  width: 474px !important;
  height: 207px;
  font-size: 0;
}
.gifts_wallet_modal.bindDelete .box header {
  font-size: 18px;
  color: #323a48;
  font-weight: bold;
}
.gifts_wallet_modal.bindDelete .box label {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  color: #4f5869;
}
.gifts_wallet_modal.bindDelete .box .generalError {
  display: block;
  font-size: 14px;
  text-align: center;
  width: 300px;
  color:#f01f39;
  margin: -30px auto 20px auto;
}
.gifts_wallet_modal.bindDelete .box button {
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color:#ffa126;
  border-radius: 3px;
  color:#ffffff;
  box-shadow: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
}
.gifts_wallet_modal.bindDelete .box button:first-of-type {
  margin-left: 14px;
}
.gifts_wallet_modal.bindDelete .box button:last-of-type {
 
}

/*gifts_wallet_modal bindMobile */
.gifts_wallet_modal.bindMobile .box {
  width: 460px !important;
  min-height: 351px;
  font-size: 0;
}
.gifts_wallet_modal.bindMobile .box header {
  font-size: 18px;
  color: #323a48;
  font-weight: bold;
}
.gifts_wallet_modal.bindMobile .box p {
  font-size: 16px;
  font-weight: normal;
  color: #4f5869;
  margin-top: 10px;
  margin-bottom: 30px;
}
.gifts_wallet_modal.bindMobile .box p .subHeader {
  display:block;
  margin-top: 5px;
}

.gifts_wallet_modal.bindMobile .box .generalError {
  display: block;
  font-size: 14px;
  text-align: center;
  width: 300px;
  color:#f01f39;
  margin: -30px auto 20px auto;
}
.gifts_wallet_modal.bindMobile .box #codeInputs {
  margin-bottom: 30px;
}
.gifts_wallet_modal.bindMobile .box #codeInputs input {
  width: 30px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #bdc4d1;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 14px;
  font-size: 16px;
  color: #4f5869;
  text-align: center;
}
.gifts_wallet_modal.bindMobile .box #codeInputs input:last-of-type {
  margin-left: 0;
}
.gifts_wallet_modal.bindMobile .box #codeInputField {

}
.gifts_wallet_modal.bindMobile .box #codeInputField input {
  line-height: 40px;
  font-size: 16px;
  color: #4f5869;
  text-align: center;
  width: 30px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #bdc4d1;
  background-color: #ffffff;
  margin-right: 14px;
}
.gifts_wallet_modal.bindMobile .box #codeInputField input.errorDisplay {
  border-color: #f01f39;
}
.gifts_wallet_modal.bindMobile .box #codeInputField .error {
  display: none;
  font-size: 13px;
  font-weight: normal;
  color: #f01f39;
  margin-top: 10px;
}
.gifts_wallet_modal.bindMobile .box #codeInputField .error.showError {
  display: block;
}
.gifts_wallet_modal.bindMobile .box #codeInputField .error.showError img {
  width: 17px;
  height: 17px;
  top: -2px;
  position: relative;
}
.gifts_wallet_modal.bindMobile .box label.timer {
  font-size: 16px;
  color: #4f5869;
  margin-top: 30px;
  display: block;
  margin-bottom: 15px;
}
.gifts_wallet_modal.bindMobile .box .resend_wrapper {
  width: 100%;
  display: block;
}
.gifts_wallet_modal.bindMobile .box .resend_wrapper button.resend {
  width: auto;
  font-size: 16px;
  color:#ffa126;
  border: none;
  background: none;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}
.gifts_wallet_modal.bindMobile .box .resend_wrapper button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gifts_wallet_modal.bindMobile .box .resend_wrapper button.resend img {
  position: relative;
  top: -1px;
  left: -1px;
}

.gifts_wallet_modal.bindMobile .box .extra_warning {
  font-size: 14px;
  color: #79849a;
  opacity: 0.85;
}
.gifts_wallet_modal.bindMobile .box .extra_warning img {
  position: relative;
  top: -2px;
}
.gifts_wallet_modal.bindMobile.success .box {
  max-height: 207px;
  min-height: 207px;
}
.gifts_wallet_modal.bindMobile .box button.closeBtn {
  width: 113px;
  height: 40px;
  border-radius: 3px;
  background-color: #ffa126;
  border: 1px solid #ffa126;
  font-size: 14px;
  color:#fff;
  font-weight: bold;
}

/*gifts_wallet_modal addedSerial */
.gifts_wallet_modal.addedSerial .box {
  width: 474px !important;
  height: 210px;
  font-size: 0;
}
.gifts_wallet_modal.addedSerial .box header {
  font-size: 18px;
  color: #323a48;
  font-weight: bold;
}
.gifts_wallet_modal.addedSerial .box label {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  color: #4f5869;
}
.gifts_wallet_modal.addedSerial .box button {
  width: 113px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color:#ffa126;
  border-radius: 3px;
  color:#ffffff;
  box-shadow: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
}
/*account page fixes*/ 
.my-account-page.mobile .wrapper {
  padding: 0;
}
.my-account-page.mobile .wrapper .page-title {
  padding: 0 15px;
}
.my-account-page.mobile .wrapper .ui-tabs .tab {
  width: 25%;
  height: 48px;
  padding: 0 11px;
  color:#4f5869;
  font-size: 14px;
}
.gifts-wallet-mobile_wrapper .loading {
  font-size: 18px;
  color:#4f5869;
  text-align: center;
  width: 100%;
  height: 350px;
  display: block;
  font-weight: bold;
  line-height: 350px;
}

.gifts-wallet-mobile_wrapper .super_items_seperator {
  font-size: 14px;
  color: #4f5869;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;
}

/*.gifts-wallet-mobile_wrapper*/

.gifts-wallet-mobile_empty-view {
  padding-top: 0px;
  padding-bottom: 40px;
  margin-top: -1px;
}


.gifts-wallet-mobile_empty-view_image {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}

.gifts-wallet-mobile_empty-view_image img {
  max-width: 100%;
}

.gifts-wallet-mobile_empty-view_text {
  text-align: center;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  color: #79849a;
}
.gifts-wallet-mobile_empty-view_text p {
  padding: 0 30px;
  margin: 0;
}
.gifts-wallet-mobile_empty-view_text .gifts-wallet_empty-view_button {
  margin-top: 20px;
}

.gifts-wallet-mobile_empty-view_subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #4f5869;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}


.gifts-wallet-mobile_empty-view_button {
  width: 210px;
  height: 50px;
  background-color: #ffa126;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

.gifts-wallet-mobile_search-filters {
  margin-top: 12px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
}
.gifts-wallet-mobile_search-filters .seperator {
  height: 30px;
  display: block;
  border-bottom: 1px dotted #79849a;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_bind {
  font-weight: normal;
  height: auto;
  margin-bottom: 35px;
  color: #4f5869;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_bind a {
  color: #ffa126;
  font-weight: bold;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_bind a img {
  width: 16px;
  height: 16px;
}
.gifts-wallet-mobile_search-filters .toggleSearch {
  font-size: 14px;
  font-weight: bold;
  color: #ffa126;
  margin-bottom: 30px;
}
.gifts-wallet-mobile_search-filters .toggleSearch.opened img {
  transform: rotate(180deg);
}

.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter {
  height: auto;
  width: 100%;
  margin-top: 30px;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter.query .filter_content,
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter.query .filter_content input,
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter.source .filter_content,
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter.status .filter_content .radio {
  width: 100%;
  text-align: right;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter.status .filter_content {
  height: auto;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter.status .filter_content .radio {
  margin-bottom: 20px;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter.status .filter_content .radio:last-of-type {
  margin-bottom: 0px;
}
.gifts-wallet-mobile_search-filters .gifts-wallet_search-filters_fields .filter .filter_title {
  text-align: right;
  height: auto;
  margin-bottom: 10px;
}
.gifts-wallet-mobile_wrapper .myGiftsList {
  padding: 0 10px;
  cursor: pointer;
}
.gifts-wallet-mobile_wrapper .loadGifts {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffa126;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 21px;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem {
  width: 100%;
  height: 102px;
  border-radius: 10px;
  border: solid 1px #e1e4ea;
  margin-bottom: 10px;
  padding: 21px 20px;
  background-color: #ffffff;
  font-size: 0;
}
/*.gifts-wallet-mobile_wrapper .myGiftsList li.multi.mainItem::before {
  border-bottom: solid 1px #e1e4ea;
  content: "";
  position: relative;
  bottom: -8px;
  display: block;
  height: 20px;
  width: 116%;
  border-radius: 10px;
  background:#fff;
  z-index: 1;
  right: -8%;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.multi.mainItem::after {
  border-bottom: solid 1px #e1e4ea;
  content: "";
  position: relative;
  bottom: -10px;
  display: block;
  height: 20px;
  width: 116%;
  border-radius: 10px;
  background:#fff;
  z-index: 2;
  right: -8%;
}*/
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem.open {
  height: auto;
  position: relative;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .under
{
  display: none;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem.open .under {
  position: absolute;
  display: block;
  height: 14px;
  width: 100%;
  right: 0;
  background: white;
  top: 88px;
  z-index: 1;
  border-radius: 10px;
  border: solid 1px #e1e4ea;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .image {
  width: 80px;
  height: 60px;
  margin-left: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .image img,
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .openInfo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem.open .openInfo img {
  transform: rotate(180deg);
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .title {
  margin-left: 20px;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  width: calc(100% - 138px);
  color: #4f5869;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .title .top {
  font-weight: bold;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .title .middle {
  font-weight: normal;
  display: block;
  cursor: pointer;
  color: #79849a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.54;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem.isPhysical .title .middle {
  display: none;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .title .bottom {
  font-weight: bold;
  display: block;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.54;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem .openInfo {
  width: 24px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  /*position: relative;
  left: -15%;*/
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems {
  margin-top: 40px;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #e1e4ea;
  width:100%;/*width: 260px;*/
  min-height: 220px;
  box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
  cursor: auto;
  margin-top: 20px;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .upper {
  height: auto;
  border-bottom: dotted 1px #bdc4d1;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower {
  height: auto;
  position: relative;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .upper .top {
  color: #79849a;
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.54;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .upper .bottom {
  color: #4f5869;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower .exp {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #79849a;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower .exp span,
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower .sender span {
  color: #4f5869;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower .sender {
  margin-bottom: 20px;
  font-size: 14px;
  color: #79849a;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower .actions {
  display: block;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower .actions .link {
  width: 100%;
  border-radius: 3px;
  background-color: #ffa126;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}
.gifts-wallet-mobile_wrapper .myGiftsList ul.subItems .subItem .lower .actions .unbind_mobile {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #ffa126;
  background-color: #ffffff;
  font-size: 13px;
  color: #ffa126;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  font-weight: bold;
}
.gifts-wallet-mobile_wrapper .myGiftsList li.mainItem:last-of-type {
  margin-bottom: 30px;
}
  


/*.gifts_wallet_modal.unbind */
.gifts_wallet_modal.unbind.mobile .inner {
  padding: 10px !important;
}
.gifts_wallet_modal .mobile .box {
  height: auto !important;
}
.gifts_wallet_modal.unbind.mobile .box {
  width: 100% !important;
  height: auto;
}
.gifts_wallet_modal.unbind.mobile .box .content {
  padding: 0 20px;
}


/* #ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile */
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .inner {
  padding: 10px !important;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box {
  width: 100% !important;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .content {
  padding: 0 20px;
  max-height: calc(100vh - 120px);
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addrList {
  margin-bottom: 30px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addrList li label {
  min-width: 184px;
  width: 71%;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addrList li button {
  margin-left: -10px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addrList li.hasResend {
  height: 78px;
  position: relative;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addrList li.hasResend .resend {
  bottom: 2px;
  left: 28px;
  position: absolute;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addrList li.hasResend button {
  position: absolute;
  bottom: 3px;
  left: 15px;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addAddrBox input {
  width: 100%;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addAddrBox button {
  width: 100%;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addAddrBox button.addBtn {
  margin: 30px 0 24px 0;
}

#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox div.inputBox {
  margin-bottom: 30px;
  width: 100%;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox div.inputBox:first-of-type {
  margin-bottom: 40px;
  margin-top: 10px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox button.addVoucher {
  width: 100%;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox .ui-datepicker .picker__holder {
  width: 100%;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox .ui-datepicker,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox .date-picker-fake-input {
  display: none;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox .date-picker-mobile-input {
  display: block;
  margin-left: 0;
  width: 100%;
  background: transparent;
  margin-bottom: 20px;
  border: none;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addAddrBox .parsley-errors-list.filled,
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box .addAddrBox .error {
  position: relative;
  bottom: -5px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox {
  position: relative;
  padding-bottom: 60px;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box {
  padding: 40px 0 0 0;
}
#ui-lightbox.ui_lightbox_bundle.gifts_wallet_modal.bind.mobile .box #addVoucherBox .addVoucherError {
    position: absolute;
    bottom: 105px;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
}
/*gifts_wallet_modal bindDelete */
.gifts_wallet_modal.bindDelete.mobile .inner {
  padding: 10px !important;
}
.gifts_wallet_modal.bindDelete.mobile .box {
  width: 100% !important;
  height: auto;
}
.gifts_wallet_modal.bindDelete.mobile .box .content {
  padding: 0 20px;
}
.gifts_wallet_modal.bindDelete.mobile .box button {
  width: 100%;
}
.gifts_wallet_modal.bindDelete.mobile .box button:first-of-type {
  margin-bottom: 14px;
}

/*gifts_wallet_modal addedSerial */
.gifts_wallet_modal.addedSerial.mobile .inner {
  padding: 10px !important;
}
.gifts_wallet_modal.addedSerial.mobile .box {
  width: 100% !important;
  height: auto;
}
.gifts_wallet_modal.addedSerial.mobile .box .content {
  padding: 0 20px;
}

/*gifts_wallet_modal bindEmailSuccess */
.gifts_wallet_modal.bindEmailSuccess.mobile .inner {
  padding: 10px !important;
}
.gifts_wallet_modal.bindEmailSuccess.mobile .box {
  width: 100% !important;
  height: auto;
}
.gifts_wallet_modal.bindEmailSuccess.mobile .box .content {
  padding: 0 20px;
}

/*gifts_wallet_modal bindMobile */
.gifts_wallet_modal.bindMobile.mobile .inner {
  padding: 10px !important;
}
.gifts_wallet_modal.bindMobile.mobile .box {
  width: 100% !important;
  height: auto;
}
.gifts_wallet_modal.bindMobile.mobile .box .content {
  padding: 0 20px;
}
.gifts_wallet_modal.bindMobile.mobile .box p .subHeader {
  display: none;
}

.modal-bind-gift {

}
.modal-bind-gift .title {
  font-size: 18px;
  font-weight: bold;
  color: #323a48;
  display: block;
}
.modal-bind-gift .sub_title {
  font-size: 16px;
  color: #4f5869;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: 7px;
}
.modal-bind-gift button.btn-go-to-gifts {
  width: auto;
  padding: 0 13px;
  height: 40px;
  line-height: 40px;
  background-color: #ffa126;
  color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  border: none;
}
@media only screen and (max-width: 740px){
  .modal-bind-gift {
    height: 200px;
  }
}

.select-component {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.select-component .selected-display {
  color: #4f5869;
  border: solid 1px #bdc4d1;
  font-size: 14px;
  text-align: right;
  height: 40px;
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
}
.select-component .selected-display .text {
  display: block;
  color: #4f5869;
  font-size: 14px;
  text-align: right;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select-component .selected-display.noIcon .text{
  width: 100%;
}
.select-component .selected-display.icon .text{
  width: 85%;
}
.select-component .selected-display .text {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.select-component .selected-display.noIcon .text:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #4f5869;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.select-component .search {
  padding: 7px;
  direction: rtl;
  border-left: 1px solid #ccc;
  height: 30px;
  border-right: 1px solid #ccc;
  position: absolute;
  right: 0;
  z-index: 9999;
}
.select-component ul {
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
}
.select-component ul.show {
  display: block;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
  -webkit-overflow-scrolling: touch;
  float: right;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
  top: 39px;
}
.select-component .search+ul.show {
  top: 69px;
}
.select-component ul.hide {
  display: none;
}
.select-component ul.inline li {
  display: inline-block;
}
.select-component ul li {
  margin: 0;
  padding: 10px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  transition: background 0.2s ease-in-out;
}
.select-component ul li.highlighted {
  background: #fab442 !important;
  opacity: 1 !important;
}
.select-component ul li:hover {
  background: #fab442;
  /*opacity: 0.7;*/
}

.select-component ul li.no_resaults,
.select-component ul li.no_resaults:hover {
  background: #f4f4f4;
  /*opacity: 0.8;*/
}
.select-component ul.parsley-errors-list {
  display: none;
}
.select-component ul.parsley-errors-list.filled {
  display: block;
  border: none;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.select-component ul.parsley-errors-list.filled li{
  font-size: 13px !important;
  color: #f01f39;
  padding: 0;
}


.content-page{
	margin: 85px auto 0 auto;
	max-width: 750px;
}
.content-page-margin-bottom{
	margin-bottom: 30px;
}

.content-page img {
	max-width: 100%;
	max-height: 100%;
}

.content-page .inner h1{
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px 0;
	color: #323a48;
}

.content-page .inner h2{
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px 0;
	color: #323a48;
}

.content-page .inner h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 10px 0;
	color: #323a48;
}

@media only screen and (max-width: 740px){
	.content-page{
		margin: 50px 0 0 0;
	}
}
/* BUYME */
/* Transparent */
/* Purple */
/* GIFTED */
/* other brands */
@font-face {
  font-family: 'summernote';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote/summernote.eot?e557617934c52ea068954af79ed7c221");
  src: url("../fonts/summernote/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote/summernote.woff?e557617934c52ea068954af79ed7c221") format("woff"), url("../fonts/summernote/summernote.ttf?e557617934c52ea068954af79ed7c221") format("truetype"); }

.gr-r-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0 0 0; }

.gr-cl-1 {
  -ms-flex-preferred-size: calc(100% / 12);
  flex-basis: calc(100% / 12);
  margin-left: 15px; }
  .explorer .gr-cl-1 {
    width: calc(100% / 12 - 1px); }

.gr-cl-2 {
  -ms-flex-preferred-size: calc(100% / 6);
  flex-basis: calc(100% / 6);
  margin-left: 15px; }
  .explorer .gr-cl-2 {
    width: calc(100% / 6 - 1px); }

.gr-end {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
  .rtl .gr-end {
    margin-left: 0;
    margin-right: auto; }
  .ltr .gr-end {
    margin-right: 0;
    margin-left: auto; }

.gr-cl-1 .ui-btn {
  width: 100%; }

@media screen and (max-width: 550px) {
  .gr-r-12 {
    flex-direction: column; }
  [class^='gr-cl'] {
    margin-left: 0; }
  [class^='gr-cl']:not(:last-child) {
    margin-bottom: 20px; } }

.grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .grid.inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .grid.pin-end {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .grid .mx-auto {
    width: auto;
    padding-right: 10px;
    padding-left: 10px; }
  .grid.no-gap,
  .grid .no-gap {
    margin-right: -10px;
    margin-left: -10px; }
  .grid.centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .grid.centered-items {
    align-items: center; }

@media only screen and (min-width: 1199px) {
  .grid .mx-1 {
    width: calc(100% / 12 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-1 {
      width: calc(100% / 12 * 1 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-2 {
    width: calc(100% / 12 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-2 {
      width: calc(100% / 12 * 2 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-3 {
    width: calc(100% / 12 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-3 {
      width: calc(100% / 12 * 3 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-4 {
    width: calc(100% / 12 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-4 {
      width: calc(100% / 12 * 4 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-5 {
    width: calc(100% / 12 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-5 {
      width: calc(100% / 12 * 5 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-6 {
    width: calc(100% / 12 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-6 {
      width: calc(100% / 12 * 6 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-7 {
    width: calc(100% / 12 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-7 {
      width: calc(100% / 12 * 7 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-8 {
    width: calc(100% / 12 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-8 {
      width: calc(100% / 12 * 8 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-9 {
    width: calc(100% / 12 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-9 {
      width: calc(100% / 12 * 9 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-10 {
    width: calc(100% / 12 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-10 {
      width: calc(100% / 12 * 10 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-11 {
    width: calc(100% / 12 * 11);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-11 {
      width: calc(100% / 12 * 11 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-12 {
    width: calc(100% / 12 * 12);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-12 {
      width: calc(100% / 12 * 12 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .rtl .grid .mx-end.space-left {
      margin-left: 20px; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-1 {
    width: calc(100% / 10 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-1 {
      width: calc(100% / 10 * 1 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-2 {
    width: calc(100% / 10 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-2 {
      width: calc(100% / 10 * 2 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-3 {
    width: calc(100% / 10 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-3 {
      width: calc(100% / 10 * 3 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-4 {
    width: calc(100% / 10 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-4 {
      width: calc(100% / 10 * 4 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-5 {
    width: calc(100% / 10 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-5 {
      width: calc(100% / 10 * 5 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-6 {
    width: calc(100% / 10 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-6 {
      width: calc(100% / 10 * 6 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-7 {
    width: calc(100% / 10 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-7 {
      width: calc(100% / 10 * 7 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-8 {
    width: calc(100% / 10 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-8 {
      width: calc(100% / 10 * 8 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-9 {
    width: calc(100% / 10 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-9 {
      width: calc(100% / 10 * 9 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-10 {
    width: calc(100% / 10 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-10 {
      width: calc(100% / 10 * 10 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .mx-hide {
    display: none; }
  .mx-show {
    display: block; } }

.mx-hide {
  display: none; }

.mx-show {
  display: block; }

@media only screen and (max-width: 1920px) {
  .grid .mx-1 {
    width: calc(100% / 12 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-1 {
      width: calc(100% / 12 * 1 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-2 {
    width: calc(100% / 12 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-2 {
      width: calc(100% / 12 * 2 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-3 {
    width: calc(100% / 12 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-3 {
      width: calc(100% / 12 * 3 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-4 {
    width: calc(100% / 12 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-4 {
      width: calc(100% / 12 * 4 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-5 {
    width: calc(100% / 12 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-5 {
      width: calc(100% / 12 * 5 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-6 {
    width: calc(100% / 12 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-6 {
      width: calc(100% / 12 * 6 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-7 {
    width: calc(100% / 12 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-7 {
      width: calc(100% / 12 * 7 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-8 {
    width: calc(100% / 12 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-8 {
      width: calc(100% / 12 * 8 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-9 {
    width: calc(100% / 12 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-9 {
      width: calc(100% / 12 * 9 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-10 {
    width: calc(100% / 12 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-10 {
      width: calc(100% / 12 * 10 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-11 {
    width: calc(100% / 12 * 11);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-11 {
      width: calc(100% / 12 * 11 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .mx-12 {
    width: calc(100% / 12 * 12);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .mx-12 {
      width: calc(100% / 12 * 12 - 1px); }
  .rtl .grid .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 1200px) {
  .grid .xl-1 {
    width: calc(100% / 12 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-1 {
      width: calc(100% / 12 * 1 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-2 {
    width: calc(100% / 12 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-2 {
      width: calc(100% / 12 * 2 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-3 {
    width: calc(100% / 12 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-3 {
      width: calc(100% / 12 * 3 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-4 {
    width: calc(100% / 12 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-4 {
      width: calc(100% / 12 * 4 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-5 {
    width: calc(100% / 12 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-5 {
      width: calc(100% / 12 * 5 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-6 {
    width: calc(100% / 12 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-6 {
      width: calc(100% / 12 * 6 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-7 {
    width: calc(100% / 12 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-7 {
      width: calc(100% / 12 * 7 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-8 {
    width: calc(100% / 12 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-8 {
      width: calc(100% / 12 * 8 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-9 {
    width: calc(100% / 12 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-9 {
      width: calc(100% / 12 * 9 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-10 {
    width: calc(100% / 12 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-10 {
      width: calc(100% / 12 * 10 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-11 {
    width: calc(100% / 12 * 11);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-11 {
      width: calc(100% / 12 * 11 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xl-12 {
    width: calc(100% / 12 * 12);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xl-12 {
      width: calc(100% / 12 * 12 - 1px); }
  .rtl .grid .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 768px) {
  .grid .lr-1 {
    width: calc(100% / 12 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-1 {
      width: calc(100% / 12 * 1 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-2 {
    width: calc(100% / 12 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-2 {
      width: calc(100% / 12 * 2 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-3 {
    width: calc(100% / 12 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-3 {
      width: calc(100% / 12 * 3 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-4 {
    width: calc(100% / 12 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-4 {
      width: calc(100% / 12 * 4 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-5 {
    width: calc(100% / 12 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-5 {
      width: calc(100% / 12 * 5 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-6 {
    width: calc(100% / 12 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-6 {
      width: calc(100% / 12 * 6 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-7 {
    width: calc(100% / 12 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-7 {
      width: calc(100% / 12 * 7 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-8 {
    width: calc(100% / 12 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-8 {
      width: calc(100% / 12 * 8 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-9 {
    width: calc(100% / 12 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-9 {
      width: calc(100% / 12 * 9 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-10 {
    width: calc(100% / 12 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-10 {
      width: calc(100% / 12 * 10 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-11 {
    width: calc(100% / 12 * 11);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-11 {
      width: calc(100% / 12 * 11 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .lr-12 {
    width: calc(100% / 12 * 12);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .lr-12 {
      width: calc(100% / 12 * 12 - 1px); }
  .rtl .grid .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 580px) {
  .grid .md-1 {
    width: calc(100% / 12 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-1 {
      width: calc(100% / 12 * 1 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-2 {
    width: calc(100% / 12 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-2 {
      width: calc(100% / 12 * 2 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-3 {
    width: calc(100% / 12 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-3 {
      width: calc(100% / 12 * 3 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-4 {
    width: calc(100% / 12 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-4 {
      width: calc(100% / 12 * 4 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-5 {
    width: calc(100% / 12 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-5 {
      width: calc(100% / 12 * 5 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-6 {
    width: calc(100% / 12 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-6 {
      width: calc(100% / 12 * 6 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-7 {
    width: calc(100% / 12 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-7 {
      width: calc(100% / 12 * 7 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-8 {
    width: calc(100% / 12 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-8 {
      width: calc(100% / 12 * 8 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-9 {
    width: calc(100% / 12 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-9 {
      width: calc(100% / 12 * 9 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-10 {
    width: calc(100% / 12 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-10 {
      width: calc(100% / 12 * 10 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-11 {
    width: calc(100% / 12 * 11);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-11 {
      width: calc(100% / 12 * 11 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .md-12 {
    width: calc(100% / 12 * 12);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .md-12 {
      width: calc(100% / 12 * 12 - 1px); }
  .rtl .grid .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 425px) {
  .grid .sm-1 {
    width: calc(100% / 12 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-1 {
      width: calc(100% / 12 * 1 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-2 {
    width: calc(100% / 12 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-2 {
      width: calc(100% / 12 * 2 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-3 {
    width: calc(100% / 12 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-3 {
      width: calc(100% / 12 * 3 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-4 {
    width: calc(100% / 12 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-4 {
      width: calc(100% / 12 * 4 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-5 {
    width: calc(100% / 12 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-5 {
      width: calc(100% / 12 * 5 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-6 {
    width: calc(100% / 12 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-6 {
      width: calc(100% / 12 * 6 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-7 {
    width: calc(100% / 12 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-7 {
      width: calc(100% / 12 * 7 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-8 {
    width: calc(100% / 12 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-8 {
      width: calc(100% / 12 * 8 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-9 {
    width: calc(100% / 12 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-9 {
      width: calc(100% / 12 * 9 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-10 {
    width: calc(100% / 12 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-10 {
      width: calc(100% / 12 * 10 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-11 {
    width: calc(100% / 12 * 11);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-11 {
      width: calc(100% / 12 * 11 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .sm-12 {
    width: calc(100% / 12 * 12);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .sm-12 {
      width: calc(100% / 12 * 12 - 1px); }
  .rtl .grid .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 375px) {
  .grid .xs-1 {
    width: calc(100% / 12 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-1 {
      width: calc(100% / 12 * 1 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-2 {
    width: calc(100% / 12 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-2 {
      width: calc(100% / 12 * 2 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-3 {
    width: calc(100% / 12 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-3 {
      width: calc(100% / 12 * 3 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-4 {
    width: calc(100% / 12 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-4 {
      width: calc(100% / 12 * 4 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-5 {
    width: calc(100% / 12 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-5 {
      width: calc(100% / 12 * 5 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-6 {
    width: calc(100% / 12 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-6 {
      width: calc(100% / 12 * 6 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-7 {
    width: calc(100% / 12 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-7 {
      width: calc(100% / 12 * 7 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-8 {
    width: calc(100% / 12 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-8 {
      width: calc(100% / 12 * 8 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-9 {
    width: calc(100% / 12 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-9 {
      width: calc(100% / 12 * 9 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-10 {
    width: calc(100% / 12 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-10 {
      width: calc(100% / 12 * 10 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-11 {
    width: calc(100% / 12 * 11);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-11 {
      width: calc(100% / 12 * 11 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid .xs-12 {
    width: calc(100% / 12 * 12);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid .xs-12 {
      width: calc(100% / 12 * 12 - 1px); }
  .rtl .grid .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 1920px) {
  .grid.size-10 .mx-1 {
    width: calc(100% / 10 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-1 {
      width: calc(100% / 10 * 1 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-2 {
    width: calc(100% / 10 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-2 {
      width: calc(100% / 10 * 2 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-3 {
    width: calc(100% / 10 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-3 {
      width: calc(100% / 10 * 3 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-4 {
    width: calc(100% / 10 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-4 {
      width: calc(100% / 10 * 4 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-5 {
    width: calc(100% / 10 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-5 {
      width: calc(100% / 10 * 5 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-6 {
    width: calc(100% / 10 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-6 {
      width: calc(100% / 10 * 6 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-7 {
    width: calc(100% / 10 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-7 {
      width: calc(100% / 10 * 7 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-8 {
    width: calc(100% / 10 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-8 {
      width: calc(100% / 10 * 8 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-9 {
    width: calc(100% / 10 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-9 {
      width: calc(100% / 10 * 9 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .mx-10 {
    width: calc(100% / 10 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .mx-10 {
      width: calc(100% / 10 * 10 - 1px); }
  .rtl .grid.size-10 .mx-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .mx-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 1200px) {
  .grid.size-10 .xl-1 {
    width: calc(100% / 10 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-1 {
      width: calc(100% / 10 * 1 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-2 {
    width: calc(100% / 10 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-2 {
      width: calc(100% / 10 * 2 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-3 {
    width: calc(100% / 10 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-3 {
      width: calc(100% / 10 * 3 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-4 {
    width: calc(100% / 10 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-4 {
      width: calc(100% / 10 * 4 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-5 {
    width: calc(100% / 10 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-5 {
      width: calc(100% / 10 * 5 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-6 {
    width: calc(100% / 10 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-6 {
      width: calc(100% / 10 * 6 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-7 {
    width: calc(100% / 10 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-7 {
      width: calc(100% / 10 * 7 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-8 {
    width: calc(100% / 10 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-8 {
      width: calc(100% / 10 * 8 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-9 {
    width: calc(100% / 10 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-9 {
      width: calc(100% / 10 * 9 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xl-10 {
    width: calc(100% / 10 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xl-10 {
      width: calc(100% / 10 * 10 - 1px); }
  .rtl .grid.size-10 .xl-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xl-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 768px) {
  .grid.size-10 .lr-1 {
    width: calc(100% / 10 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-1 {
      width: calc(100% / 10 * 1 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-2 {
    width: calc(100% / 10 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-2 {
      width: calc(100% / 10 * 2 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-3 {
    width: calc(100% / 10 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-3 {
      width: calc(100% / 10 * 3 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-4 {
    width: calc(100% / 10 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-4 {
      width: calc(100% / 10 * 4 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-5 {
    width: calc(100% / 10 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-5 {
      width: calc(100% / 10 * 5 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-6 {
    width: calc(100% / 10 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-6 {
      width: calc(100% / 10 * 6 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-7 {
    width: calc(100% / 10 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-7 {
      width: calc(100% / 10 * 7 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-8 {
    width: calc(100% / 10 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-8 {
      width: calc(100% / 10 * 8 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-9 {
    width: calc(100% / 10 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-9 {
      width: calc(100% / 10 * 9 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .lr-10 {
    width: calc(100% / 10 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .lr-10 {
      width: calc(100% / 10 * 10 - 1px); }
  .rtl .grid.size-10 .lr-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .lr-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 580px) {
  .grid.size-10 .md-1 {
    width: calc(100% / 10 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-1 {
      width: calc(100% / 10 * 1 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-2 {
    width: calc(100% / 10 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-2 {
      width: calc(100% / 10 * 2 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-3 {
    width: calc(100% / 10 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-3 {
      width: calc(100% / 10 * 3 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-4 {
    width: calc(100% / 10 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-4 {
      width: calc(100% / 10 * 4 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-5 {
    width: calc(100% / 10 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-5 {
      width: calc(100% / 10 * 5 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-6 {
    width: calc(100% / 10 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-6 {
      width: calc(100% / 10 * 6 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-7 {
    width: calc(100% / 10 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-7 {
      width: calc(100% / 10 * 7 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-8 {
    width: calc(100% / 10 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-8 {
      width: calc(100% / 10 * 8 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-9 {
    width: calc(100% / 10 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-9 {
      width: calc(100% / 10 * 9 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .md-10 {
    width: calc(100% / 10 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .md-10 {
      width: calc(100% / 10 * 10 - 1px); }
  .rtl .grid.size-10 .md-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .md-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 425px) {
  .grid.size-10 .sm-1 {
    width: calc(100% / 10 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-1 {
      width: calc(100% / 10 * 1 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-2 {
    width: calc(100% / 10 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-2 {
      width: calc(100% / 10 * 2 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-3 {
    width: calc(100% / 10 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-3 {
      width: calc(100% / 10 * 3 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-4 {
    width: calc(100% / 10 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-4 {
      width: calc(100% / 10 * 4 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-5 {
    width: calc(100% / 10 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-5 {
      width: calc(100% / 10 * 5 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-6 {
    width: calc(100% / 10 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-6 {
      width: calc(100% / 10 * 6 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-7 {
    width: calc(100% / 10 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-7 {
      width: calc(100% / 10 * 7 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-8 {
    width: calc(100% / 10 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-8 {
      width: calc(100% / 10 * 8 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-9 {
    width: calc(100% / 10 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-9 {
      width: calc(100% / 10 * 9 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .sm-10 {
    width: calc(100% / 10 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .sm-10 {
      width: calc(100% / 10 * 10 - 1px); }
  .rtl .grid.size-10 .sm-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .sm-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 375px) {
  .grid.size-10 .xs-1 {
    width: calc(100% / 10 * 1);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-1 {
      width: calc(100% / 10 * 1 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-2 {
    width: calc(100% / 10 * 2);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-2 {
      width: calc(100% / 10 * 2 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-3 {
    width: calc(100% / 10 * 3);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-3 {
      width: calc(100% / 10 * 3 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-4 {
    width: calc(100% / 10 * 4);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-4 {
      width: calc(100% / 10 * 4 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-5 {
    width: calc(100% / 10 * 5);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-5 {
      width: calc(100% / 10 * 5 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-6 {
    width: calc(100% / 10 * 6);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-6 {
      width: calc(100% / 10 * 6 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-7 {
    width: calc(100% / 10 * 7);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-7 {
      width: calc(100% / 10 * 7 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-8 {
    width: calc(100% / 10 * 8);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-8 {
      width: calc(100% / 10 * 8 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-9 {
    width: calc(100% / 10 * 9);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-9 {
      width: calc(100% / 10 * 9 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .grid.size-10 .xs-10 {
    width: calc(100% / 10 * 10);
    padding-right: 10px;
    padding-left: 10px; }
    .explorer .grid.size-10 .xs-10 {
      width: calc(100% / 10 * 10 - 1px); }
  .rtl .grid.size-10 .xs-end {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
  .ltr .grid.size-10 .xs-end {
    margin-left: auto;
    margin-right: 0;
    text-align: right; } }

@media only screen and (max-width: 1200px) {
  .xl-hide {
    display: none; }
  .xl-show {
    display: block; }
  .grid.xl-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .lr-hide {
    display: none; }
  .lr-show {
    display: block; }
  .grid.lr-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .lr-bottom-md {
    margin-bottom: 20px; } }

@media only screen and (max-width: 580px) {
  .md-bottom-lr {
    margin-bottom: 24px; }
  .md-bottom-md {
    margin-bottom: 20px; }
  .md-hide {
    display: none; }
  .md-show {
    display: block; }
  .md-show-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .md-top-none {
    margin-top: 0; }
  .grid.md-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.title-xxl {
  font-size: 50px;
  font-weight: 400;
  color: #323a48; }

.bm-h1 {
  font-size: 32px;
  font-weight: 400;
  color: #323a48;
  line-height: 1.2;
  margin: 0; }

.bm-h2 {
  font-size: 28px;
  font-weight: 400;
  color: #323a48;
  line-height: 1.2;
  margin: 0; }

.bm-h3 {
  font-size: 18px;
  font-weight: 400;
  color: #323a48;
  line-height: 1.4;
  margin: 0; }

.bm-subtitle-1 {
  font-size: 16px;
  color: #262b36; }

.bm-body-1 {
  font-size: 16px;
  color: #323a48; }

.bm-body-2 {
  font-size: 14px;
  color: #323a48; }

.bm-body-3 {
  font-size: 14px;
  color: #bdc4d1; }

.bm-body-4 {
  font-size: 11px;
  color: #262b36; }

.bm-caption-1 {
  font-size: 13px;
  color: #323a48; }

.bm-caption-2 {
  font-size: 13px;
  color: #79849a; }

@media only screen and (max-width: 768px) {
  .title-xxl {
    font-size: 28px; }
  .bm-h1 {
    font-size: 26px; }
  .bm-h2 {
    font-size: 24px; }
  .lr-bm-body-2 {
    font-size: 14px;
    color: #323a48; }
  .lr-bm-caption-2 {
    font-size: 13px;
    color: #79849a; }
  .lr-bm-title-xxl {
    font-size: 28px;
    color: #323a48; }
  .lr-center {
    text-align: center; } }

@media only screen and (max-width: 580px) {
  .md-center {
    text-align: center; } }

/***************/
/*** ANIMATIONS ***/
/***************/
/***********/
/* fade-in */
/***********/
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/***********/
/* pop-out */
/***********/
@keyframes popout {
  0% {
    transform: scale(0); }
  80% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes popout {
  from {
    -webkit-transform: scale(0); }
  80% {
    -webkit-transform: scale(1.1); }
  to {
    -webkit-transform: scale(1); } }

/***********/
/* pop-out reverse */
/***********/
@keyframes popoutReverse {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: scale(1.1);
    opacity: 0.2; }
  100% {
    transform: scale(0);
    opacity: 0; } }

/***********/
/* slide-down */
/***********/
@keyframes slide-down {
  0% {
    transform: scale(1, 0);
    opacity: 0; }
  80% {
    transform: scale(1, 1.1);
    opacity: 1; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: scale(1, 0);
    opacity: 0; }
  80% {
    -webkit-transform: scale(1, 1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1; } }

/***********/
/* blink animation */
/***********/
@-webkit-keyframes eyeBlink {
  0% {
    transform: scale(1, 1); }
  75% {
    transform: scale(1, 0.2); }
  100% {
    transform: scale(1, 1); } }

@keyframes eyeBlink {
  0% {
    transform: scale(1, 1); }
  75% {
    transform: scale(1, 0.2); }
  100% {
    transform: scale(1, 1); } }

/***********/
/* point down animation */
/***********/
@-webkit-keyframes point-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@keyframes point-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

/* iOS click fix*/
[data-ember-action] {
  cursor: pointer; }

button {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

img {
  border: none;
  vertical-align: middle; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  text-transform: none; }

input,
select,
textarea {
  width: 100%; }

input,
select,
textarea {
  width: 100%; }

textarea {
  resize: vertical; }

button {
  overflow: visible; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul,
ol {
  margin: 0;
  padding: 0; }

ol {
  padding-right: 1em; }

ul {
  list-style: none; }

input,
textarea {
  border: none;
  outline: none;
  color: inherit; }

a {
  background-color: transparent;
  text-decoration: none; }

a, a:active, a:hover {
  outline: none;
  color: inherit; }

p {
  margin-top: 0; }

.text-link {
  text-decoration: underline;
  cursor: pointer; }
  .text-link.theme {
    color: #ffa126; }

.theme-color {
  color: #ffa126; }

.bottom-none {
  margin-bottom: 0; }

.bottom-xxs {
  margin-bottom: 6px; }

.bottom-xs {
  margin-bottom: 10px; }

.bottom-sm {
  margin-bottom: 14px; }

.bottom-md {
  margin-bottom: 20px; }

.bottom-lr {
  margin-bottom: 24px; }

.bottom-xl {
  margin-bottom: 30px; }

.bottom-xxl {
  margin-bottom: 50px; }

.top-none {
  margin-top: 0; }

.top-xxs {
  margin-top: 6px; }

.top-xs {
  margin-top: 10px; }

.top-sm {
  margin-top: 14px; }

.top-md {
  margin-top: 20px; }

.top-lr {
  margin-top: 24px; }

.top-xl {
  margin-top: 30px; }

.top-xxl {
  margin-top: 50px; }

hr {
  margin: 24px 0;
  border: none;
  border-top: 1px solid #e1e4ea; }
  hr.dense {
    margin: 20px 0; }

.error-message {
  font-size: 13px;
  color: #f01f39; }
  .error-message .bm-icon {
    vertical-align: bottom; }
    .error-message .bm-icon svg {
      fill: #f01f39; }

.loading-fade {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  transition-delay: false; }
  .loading-fade.loading {
    opacity: 0; }

.rtl .angle_next_ltr, .rtl
.chevron_next_ltr {
  display: none; }

.ltr .angle_next_rtl, .ltr
.chevron_next_rtl {
  display: none; }

.rtl .angle_prev_ltr, .rtl
.chevron_prev_ltr {
  display: none; }

.ltr .angle_prev_rtl, .ltr
.chevron_prev_rtl {
  display: none; }

.rtl .lang-dir {
  direction: rtl; }

.ltr .lang-dir {
  direction: ltr; }

.rtl .lang-dir-reverse {
  direction: ltr; }

.ltr .lang-dir-reverse {
  direction: rtl; }

.rtl .lang-align {
  text-align: right; }

.ltr .lang-align {
  text-align: left; }

.rtl .lang-align-reverse {
  text-align: left; }

.ltr .lang-align-reverse {
  text-align: right; }

.desktop .hide-on-desktop {
  display: none; }

.iphone .hide-on-mobile,
.ipad .hide-on-mobile,
.android .hide-on-mobile {
  display: none; }

.hidden-content {
  width: 0px;
  height: 0px;
  position: absolute; }

.mobile-br {
  display: none; }

.plaintext {
  unicode-bidi: plaintext; }

.required-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  vertical-align: middle; }
  .rtl .required-circle {
    background-color: #ffa126; }
  .ltr .required-circle {
    background-color: #fc354c; }

.bm-input {
  position: relative;
  display: block;
  /* override slide animation direction */ }
  .bm-input input {
    caret-color: #ffa126; }
  .bm-input.centered input {
    text-align: center; }
  .bm-input.disabled input {
    cursor: not-allowed;
    background: #f2f4f7;
    color: #bdc4d1; }
  .bm-input .label {
    display: block; }
  .bm-input .input-tooltip-icon {
    cursor: pointer; }
    .bm-input .input-tooltip-icon:hover + .input-tooltip-text {
      opacity: 1; }
  .bm-input .input-tooltip-text {
    opacity: 0;
    position: absolute;
    top: 45px;
    right: 0;
    text-align: center;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #ffa126;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    transition-delay: false;
    box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.18), 0 0 6px 0 rgba(26, 30, 37, 0.14);
    pointer-events: none; }
    .bm-input .input-tooltip-text .input-tooltip-corner {
      position: absolute;
      transform: rotate(180deg);
      width: 38px;
      top: -29px;
      right: calc(50% - 20px);
      stroke: #f6a025;
      stroke-width: 0.5; }
  .bm-input.md input {
    padding: 10px;
    height: 40px; }
  .bm-input input {
    color: #262b36;
    border: 1px solid #bdc4d1;
    background: #ffffff;
    font-size: 14px;
    border-radius: 6px;
    padding: 7px 10px;
    height: 30px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition-delay: false;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* Internet Explorer 10-11 */
    /* Microsoft Edge */ }
    .bm-input input[type=number]::-webkit-inner-spin-button, .bm-input input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .bm-input input::-webkit-credentials-auto-fill-button {
      display: none !important; }
    .bm-input input::placeholder {
      opacity: 1;
      /* Firefox */
      font-size: 14px;
      color: #bdc4d1; }
    .bm-input input:-ms-input-placeholder {
      font-size: 14px;
      color: #bdc4d1; }
    .bm-input input::-ms-input-placeholder {
      font-size: 14px;
      color: #bdc4d1; }
  .bm-input.focus input:not(.parsley-error) {
    border-color: #ffa126; }
  .bm-input.focus .dropdown {
    border-color: #ffa126;
    border-top: 1px solid #bdc4d1; }
  .bm-input.filled:not(.disabled):not(.focus) input:not(.parsley-error) {
    border-color: #79849a; }
  .bm-input.with-icon.disabled .bm-icon {
    cursor: not-allowed;
    background: #f2f4f7; }
  .bm-input.with-icon .bm-icon {
    position: absolute;
    top: 1px;
    width: auto;
    height: auto;
    pointer-events: none;
    border-radius: 6px;
    padding: 7px 7px 7px 10px;
    background: #ffffff; }
    .bm-input.with-icon .bm-icon svg {
      fill: #4f5869;
      width: 20px;
      height: 20px; }
    .bm-input.with-icon .bm-icon.theme svg {
      fill: #ffa126; }
  .bm-input.with-icon.md .bm-icon svg {
    width: 24px;
    height: 24px; }
  .rtl .bm-input.with-icon .bm-icon {
    left: 1px; }
  .ltr .bm-input.with-icon .bm-icon {
    right: 1px; }
  .bm-input.with-icon.reverse .bm-icon {
    width: 45px;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    pointer-events: none; }
    .bm-input.with-icon.reverse .bm-icon svg {
      fill: #4f5869; }
    .bm-input.with-icon.reverse .bm-icon.theme svg {
      fill: #ffa126; }
  .rtl .bm-input.with-icon.reverse .bm-icon {
    right: 1px;
    border-left: 1px solid #bdc4d1;
    border-radius: 0 6px 6px 0; }
  .rtl .bm-input.with-icon.reverse input {
    padding: 10px 60px 10px 10px; }
  .ltr .bm-input.with-icon.reverse .bm-icon {
    left: 1px;
    border-right: 1px solid #bdc4d1;
    border-radius: 6px 0 0 6px; }
  .ltr .bm-input.with-icon.reverse input {
    padding: 10px 10px 10px 60px; }
  .bm-input .parsley-errors-list {
    position: absolute;
    top: 75px;
    right: 0;
    color: #f01f39;
    font-size: 13px; }
  .bm-input.no-label .parsley-errors-list {
    top: auto;
    bottom: auto; }
  .bm-input input[type].parsley-error,
  .bm-input .parsley-error {
    background: #ffffff;
    border-color: #f01f39; }
  .bm-input.show-options .dropdown {
    transform: scale(1, 1); }
  .bm-input.show-options input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .bm-input.bottom .dropdown {
    transform-origin: bottom;
    top: auto;
    bottom: 55px; }
  .bm-input .dropdown {
    list-style-type: none;
    margin: auto;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 100%;
    border: 1px solid #bdc4d1;
    border-top: 1px solid #bdc4d1;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    transition-delay: false;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 4;
    /* width */
    /* Track */
    /* Handle */
    border-radius: 0 0 6px 6px;
    background: #ffffff;
    padding: 6px;
    font-size: 14px;
    color: #262b36; }
    .bm-input .dropdown::-webkit-scrollbar {
      width: 6px;
      background: #f2f4f7;
      margin-left: 10px; }
    .bm-input .dropdown::-webkit-scrollbar-track {
      border-radius: 10px; }
    .bm-input .dropdown::-webkit-scrollbar-thumb {
      background: #ffa126;
      border-radius: 10px; }
    .bm-input .dropdown::-webkit-scrollbar-track-piece {
      width: 30px;
      height: 30px; }
    .bm-input .dropdown ul {
      max-height: 200px;
      overflow-y: auto;
      /* width */
      /* Track */
      /* Handle */ }
      .bm-input .dropdown ul::-webkit-scrollbar {
        width: 6px;
        background: #f2f4f7;
        margin-left: 10px; }
      .bm-input .dropdown ul::-webkit-scrollbar-track {
        border-radius: 10px; }
      .bm-input .dropdown ul::-webkit-scrollbar-thumb {
        background: #ffa126;
        border-radius: 10px; }
      .bm-input .dropdown ul::-webkit-scrollbar-track-piece {
        width: 30px;
        height: 30px; }
      .bm-input .dropdown ul .bm-select-option {
        margin: 0; }
        .bm-input .dropdown ul .bm-select-option:nth-last-of-type(1) {
          border-bottom: none; }
        .bm-input .dropdown ul .bm-select-option.item-active {
          color: #ffa126; }
    .rtl .bm-input .dropdown {
      text-align: right; }
    .ltr .bm-input .dropdown {
      text-align: left; }
    .bm-input .dropdown li {
      word-break: break-word;
      cursor: pointer;
      border-bottom: 1px solid #f2f4f7;
      height: auto;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 7px;
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      transition-delay: false; }
      .rtl .bm-input .dropdown li.selected, .rtl .bm-input .dropdown li:hover {
        color: #ffa126; }
      .ltr .bm-input .dropdown li.selected, .ltr .bm-input .dropdown li:hover {
        color: #fc354c; }
      .bm-input .dropdown li.selected {
        font-weight: 700; }

@media only screen and (max-width: 580px) {
  .bm-input .label {
    margin-bottom: 10px; }
  .bm-input .parsley-errors-list {
    top: 70px; } }

.ui-lightbox.login .field .password-eye, .bm-lightbox.changePassRedesign form .password-eye {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  pointer-events: auto;
  padding: 4px;
  width: 45px;
  height: 100%; }
  .ui-lightbox.login .field .password-eye .ember-view.bm-icon, .bm-lightbox.changePassRedesign form .password-eye .ember-view.bm-icon {
    width: 38px;
    border-radius: unset;
    border-left: none; }
    .ui-lightbox.login .field .password-eye .ember-view.bm-icon svg, .bm-lightbox.changePassRedesign form .password-eye .ember-view.bm-icon svg {
      fill: #FFC973; }

.bm-btn {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-in-out , color 0.2s ease-in-out , fill 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out , color 0.2s ease-in-out , fill 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out , color 0.2s ease-in-out , fill 0.2s ease-in-out;
  transition-delay: false;
  cursor: pointer;
  text-align: center;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  border: none;
  font-family: inherit;
  max-height: 50px; }
  .bm-btn:focus {
    border: none;
    outline: none; }
  .bm-btn.stretch {
    width: 100%; }
  .bm-btn.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .bm-btn.dense {
    height: 40px; }
  .bm-btn .label {
    display: inline-block; }
  .bm-btn .bm-icon {
    display: inline-block;
    vertical-align: middle; }
    .bm-btn .bm-icon svg {
      width: 16px;
      height: 16px; }
  .rtl .bm-btn.main {
    background: #ffa126;
    color: #ffffff; }
    .rtl .bm-btn.main:hover {
      background: #f48d07;
      text-decoration: none; }
    .rtl .bm-btn.main.disabled {
      cursor: not-allowed;
      background: rgba(121, 132, 154, 0.4);
      color: #ffffff; }
    .rtl .bm-btn.main.loading {
      cursor: not-allowed;
      background: rgba(121, 132, 154, 0.4);
      color: transparent; }
  .ltr .bm-btn.main {
    background: red;
    color: #ffffff; }
    .ltr .bm-btn.main:hover {
      background: darkred; }
    .ltr .bm-btn.main.disabled {
      cursor: not-allowed;
      background: rgba(121, 132, 154, 0.4);
      color: #ffffff; }
    .ltr .bm-btn.main.loading {
      cursor: not-allowed;
      background: rgba(121, 132, 154, 0.4);
      color: transparent; }
  .bm-btn.blank {
    background: #ffffff;
    color: #ffa126;
    border: 1px solid #ffa126;
    font-size: 16px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0; }
    .bm-btn.blank.with-icon {
      padding-top: 0;
      padding-bottom: 0; }
      .bm-btn.blank.with-icon .bm-icon {
        margin: 0 auto 0 10px; }
        .bm-btn.blank.with-icon .bm-icon svg {
          width: 24px;
          height: 24px; }
      .bm-btn.blank.with-icon .label {
        margin: auto 0 auto auto; }
  .rtl .bm-btn.blank.disabled {
    cursor: not-allowed;
    background: transparent;
    color: #79849a60;
    border: 1px solid;
    border-color: #79849a60; }
  .rtl .bm-btn.blank.loading {
    cursor: not-allowed;
    background: transparent;
    color: transparent;
    border: 1px solid;
    border-color: #79849a60; }
  .rtl .bm-btn.blank .loader-circle {
    fill: #bdc4d1; }
  .rtl .bm-btn.blank .bm-icon {
    display: inline-block;
    vertical-align: middle; }
  .ltr .bm-btn.blank {
    color: #fc354c;
    border: 1px solid #fc354c;
    background: transparent; }
    .ltr .bm-btn.blank:hover {
      background: #fddfe3; }
    .ltr .bm-btn.blank.disabled {
      cursor: not-allowed;
      background: transparent;
      color: #79849a60;
      border: 1px solid;
      border-color: #79849a60; }
    .ltr .bm-btn.blank.loading {
      cursor: not-allowed;
      background: transparent;
      color: transparent;
      border: 1px solid;
      border-color: #79849a60; }
    .ltr .bm-btn.blank .loader-circle {
      fill: #bdc4d1; }
  .rtl .bm-btn.text {
    color: #ffa126;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .rtl .bm-btn.text:hover {
      color: #f48d07; }
      .rtl .bm-btn.text:hover .bm-icon svg {
        fill: #f48d07; }
    .rtl .bm-btn.text .loader-circle {
      fill: #bdc4d1; }
    .rtl .bm-btn.text .bm-icon {
      fill: #ffa126; }
    .rtl .bm-btn.text.reverse .bm-icon {
      margin-right: 6px; }
    .rtl .bm-btn.text.no-reverse .bm-icon {
      margin-left: 6px; }
  .rtl .bm-btn.plainTextDisabled {
    color: #bdc4d1;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    cursor: not-allowed;
    letter-spacing: normal; }
    .rtl .bm-btn.plainTextDisabled svg {
      width: 19px;
      height: 19px; }
    .rtl .bm-btn.plainTextDisabled .loader-circle {
      fill: #bdc4d1; }
    .rtl .bm-btn.plainTextDisabled .bm-icon {
      fill: #bdc4d1; }
    .rtl .bm-btn.plainTextDisabled.reverse .bm-icon {
      margin-right: 3px; }
    .rtl .bm-btn.plainTextDisabled.no-reverse .bm-icon {
      margin-left: 3px; }
  .rtl .bm-btn.plainText {
    color: #79849a;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal; }
    .rtl .bm-btn.plainText svg {
      width: 19px;
      height: 19px; }
    .rtl .bm-btn.plainText:hover {
      color: #f48d07; }
      .rtl .bm-btn.plainText:hover .bm-icon svg {
        fill: #f48d07; }
    .rtl .bm-btn.plainText .loader-circle {
      fill: #bdc4d1; }
    .rtl .bm-btn.plainText .bm-icon {
      fill: #79849a; }
    .rtl .bm-btn.plainText.reverse .bm-icon {
      margin-right: 3px; }
    .rtl .bm-btn.plainText.no-reverse .bm-icon {
      margin-left: 3px; }
  .ltr .bm-btn.text {
    color: #fc354c;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ltr .bm-btn.text:hover {
      color: #c01e31; }
      .ltr .bm-btn.text:hover .bm-icon {
        fill: #c01e31; }
    .ltr .bm-btn.text .loader-circle {
      fill: #bdc4d1; }
    .ltr .bm-btn.text .bm-icon {
      fill: #fc354c; }
    .ltr .bm-btn.text.reverse .bm-icon {
      margin-left: 10px; }
    .ltr .bm-btn.text.no-reverse .bm-icon {
      margin-right: 10px; }
  .rtl .bm-btn.text.disabled,
  .ltr .bm-btn.text.disabled {
    cursor: not-allowed;
    color: #79849a60; }
    .rtl .bm-btn.text.disabled .bm-icon svg,
    .ltr .bm-btn.text.disabled .bm-icon svg {
      fill: #79849a60; }
  .rtl .bm-btn.text.loading,
  .ltr .bm-btn.text.loading {
    cursor: not-allowed;
    color: #79849a60; }
    .rtl .bm-btn.text.loading .loader-circle,
    .ltr .bm-btn.text.loading .loader-circle {
      position: static; }
  .bm-btn.sm {
    font-size: 13px;
    padding: 4px 14px;
    min-width: 60px; }
    .bm-btn.sm .loader-circle {
      width: 13px;
      height: 13px; }
  .bm-btn.md {
    font-size: 14px;
    padding: 12px 20px;
    min-width: 80px;
    height: 40px; }
    .bm-btn.md .loader-circle {
      width: 20px;
      height: 20px; }
  .bm-btn.lr {
    font-size: 16px;
    padding: 10px 20px;
    min-width: 100px;
    height: 40px; }
  .bm-btn.xl {
    font-size: 18px;
    padding: 0 24px;
    height: 50px;
    min-width: 100px; }
  .bm-btn .loader-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    -webkit-animation-name: rotating;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: false;
    /* Safari 4.0 - 8.0 */
    animation-name: rotating;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: false; }

@-webkit-keyframes rotating {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .bm-btn.icon-rotate .bm-icon {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.bm-select {
  position: relative;
  display: block;
  /* override slide animation direction */ }
  .bm-select.disabled .selected-name,
  .bm-select.disabled select {
    cursor: not-allowed;
    background: #f2f4f7; }
  .bm-select.filled:not(.disabled):not(.focus):not(.show-options):has(:not(.parsley-error)) select,
  .bm-select.filled:not(.disabled):not(.focus):not(.show-options):has(:not(.parsley-error)) .selected-name {
    border-color: #79849a; }
  .bm-select .parsley-errors-list.filled + .selected-name,
  .bm-select select.parsley-error {
    border-color: #f01f39; }
  .bm-select label {
    display: block; }
  .bm-select .parsley-errors-list {
    position: absolute;
    bottom: -17px;
    right: 0;
    color: #f01f39;
    font-size: 13px; }
  .bm-select.focus:has(:not(.parsley-error)) .selected-name {
    border-color: #ffa126; }
  .bm-select.show-options .selected-name {
    border-radius: 6px 6px 0 0; }
  .bm-select.show-options:has(:not(.parsley-error)) .selected-name {
    border-color: #ffa126; }
  .bm-select.show-options .bm-icon.arrow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .bm-select.show-options .dropdown {
    transform: scale(1, 1); }
  .bm-select.show-options .query,
  .bm-select.show-options .query-search {
    display: block; }
  .bm-select .selected-name,
  .bm-select select {
    cursor: pointer;
    color: #262b36;
    display: block;
    width: 100%;
    border: 1px solid #bdc4d1;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 7px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition-delay: false;
    font: inherit;
    height: 30px;
    font-size: 14px;
    outline: none; }
    .rtl .bm-select .selected-name, .rtl
    .bm-select select {
      text-align: right; }
    .ltr .bm-select .selected-name, .ltr
    .bm-select select {
      text-align: left; }
  .bm-select.md .selected-name,
  .bm-select.md select {
    height: 40px;
    padding: 10px; }
  .bm-select.md .dropdown li {
    height: auto; }
  .bm-select .relative {
    position: relative; }
  .bm-select .selected-name .selected-text {
    white-space: pre;
    overflow-x: hidden;
    display: block;
    max-width: 90%;
    text-overflow: ellipsis; }
  .bm-select .selected-name .ui-tooltip {
    z-index: 2; }
  .bm-select .bm-icon.arrow {
    position: absolute;
    bottom: 3px;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition-delay: false;
    pointer-events: none; }
    .rtl .bm-select .bm-icon.arrow {
      left: 10px; }
    .ltr .bm-select .bm-icon.arrow {
      right: 10px; }
  .bm-select.md .bm-icon.arrow {
    position: absolute;
    bottom: 8px; }
  .bm-select:has(.parsley-error) .selected-name,
  .bm-select:has(.parsley-error) select {
    border: 1px solid #f01f39; }
  .bm-select .dropdown {
    list-style-type: none;
    margin: auto;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 100%;
    border: 1px solid;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    transition-delay: false;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 4;
    /* width */
    /* Track */
    /* Handle */
    border-radius: 0 0 6px 6px;
    background: #ffffff;
    padding: 6px;
    font-size: 14px;
    color: #262b36; }
    .bm-select .dropdown::-webkit-scrollbar {
      width: 6px;
      background: #f2f4f7;
      margin-left: 10px; }
    .bm-select .dropdown::-webkit-scrollbar-track {
      border-radius: 10px; }
    .bm-select .dropdown::-webkit-scrollbar-thumb {
      background: #ffa126;
      border-radius: 10px; }
    .bm-select .dropdown::-webkit-scrollbar-track-piece {
      width: 30px;
      height: 30px; }
    .bm-select .dropdown ul {
      max-height: 200px;
      overflow-y: auto;
      /* width */
      /* Track */
      /* Handle */ }
      .bm-select .dropdown ul::-webkit-scrollbar {
        width: 6px;
        background: #f2f4f7;
        margin-left: 10px; }
      .bm-select .dropdown ul::-webkit-scrollbar-track {
        border-radius: 10px; }
      .bm-select .dropdown ul::-webkit-scrollbar-thumb {
        background: #ffa126;
        border-radius: 10px; }
      .bm-select .dropdown ul::-webkit-scrollbar-track-piece {
        width: 30px;
        height: 30px; }
      .bm-select .dropdown ul .bm-select-option {
        margin: 0; }
        .bm-select .dropdown ul .bm-select-option:nth-last-of-type(1) {
          border-bottom: none; }
        .bm-select .dropdown ul .bm-select-option.item-active {
          color: #ffa126; }
    .rtl .bm-select .dropdown {
      text-align: right; }
    .ltr .bm-select .dropdown {
      text-align: left; }
    .bm-select .dropdown li {
      word-break: break-word;
      cursor: pointer;
      border-bottom: 1px solid #f2f4f7;
      height: auto;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 7px;
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      transition-delay: false; }
      .rtl .bm-select .dropdown li.selected, .rtl .bm-select .dropdown li:hover {
        color: #ffa126; }
      .ltr .bm-select .dropdown li.selected, .ltr .bm-select .dropdown li:hover {
        color: #fc354c; }
      .bm-select .dropdown li.selected {
        font-weight: 700; }
  .bm-select:has(:not(.parsley-error)) .dropdown {
    border-color: #ffa126;
    border-top-color: #e1e4ea; }
  .bm-select:not(.show-options):has(.parsley-error) .dropdown {
    border-color: #f01f39; }
  .bm-select select {
    display: none; }
    .bm-select select:focus {
      outline: none; }
    .rtl .bm-select select {
      padding-left: 30px; }
    .ltr .bm-select select {
      padding-right: 30px; }
    .bm-select select option {
      color: #262b36; }
  .bm-select.bottom .dropdown {
    transform-origin: bottom;
    top: auto;
    bottom: 55px; }
  .bm-select.search .dropdown {
    top: 115px; }
  .bm-select.search.no-label .dropdown {
    top: 78px; }
  .bm-select.empty select,
  .bm-select.empty .selected-name,
  .bm-select.empty .dropdown li.prompt {
    color: #bdc4d1; }
  .bm-select.empty select,
  .bm-select.empty .selected-name {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .bm-select .query {
    width: 100%;
    position: absolute;
    bottom: -40px;
    z-index: 1;
    display: none;
    border: 1px solid #ffa126;
    font-size: 14px; }
    .bm-select .query.no-label {
      bottom: -39px; }
    .rtl .bm-select .query {
      padding: 10px 10px 10px 40px; }
    .ltr .bm-select .query {
      padding: 10px 40px 10px 10px; }
    .bm-select .query:focus, .bm-select .query:hover {
      outline: none; }
  .bm-select .query-search {
    position: absolute;
    bottom: -31px;
    z-index: 1;
    pointer-events: none;
    fill: #bdc4d1;
    display: none; }
    .rtl .bm-select .query-search {
      left: 10px; }
    .ltr .bm-select .query-search {
      right: 10px; }

@media only screen and (max-width: 580px) {
  .bm-select .label {
    margin-bottom: 10px; }
  .bm-select.search .dropdown {
    top: 106px; } }

.iphone .bm-select:not(.native-disabled) select,
.android .bm-select:not(.native-disabled) select,
.ipad .bm-select:not(.native-disabled) select {
  display: block; }

.iphone .bm-select:not(.native-disabled) .selected-name,
.iphone .bm-select:not(.native-disabled) .dropdown,
.android .bm-select:not(.native-disabled) .selected-name,
.android .bm-select:not(.native-disabled) .dropdown,
.ipad .bm-select:not(.native-disabled) .selected-name,
.ipad .bm-select:not(.native-disabled) .dropdown {
  display: none; }

.bm-radio {
  font-size: 14px;
  color: #4f5869;
  position: relative; }
  .bm-radio label {
    display: block;
    margin-bottom: 20px; }
  .bm-radio.stretch .inner {
    width: 100%; }
  .bm-radio .inner {
    height: 40px;
    display: inline-table;
    vertical-align: middle;
    table-layout: fixed;
    position: relative; }
    .bm-radio .inner .error {
      position: absolute;
      bottom: "-17px";
      right: 0;
      font-size: 13px; }
  .bm-radio .buttons {
    display: table-row; }
    .bm-radio .buttons:focus-visible {
      outline: 1px solid #ffa126;
      outline-offset: -1px; }
      .bm-radio .buttons:focus-visible .button.active .icon {
        outline: 1px solid #4f5869;
        border-radius: 50%; }
  .bm-radio .button {
    cursor: pointer;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .bm-radio.tab {
    color: #79849a; }
    .bm-radio.tab .inner {
      border-radius: 6px;
      border: 1px solid #e1e4ea;
      background: #f2f4f7; }
    .bm-radio.tab .button {
      min-width: 50px;
      padding: 0 20px;
      margin: 2px;
      border: 1px solid #f2f4f7;
      border-radius: 5px;
      -webkit-transition: background 0.2s ease-in-out , color 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out , color 0.2s ease-in-out;
      transition: background 0.2s ease-in-out , color 0.2s ease-in-out;
      transition-delay: false;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .bm-radio.tab .button:hover:not(.selected) {
        background-color: #e1e4ea; }
      .bm-radio.tab .button.selected {
        font-weight: 700;
        color: #ffffff; }
        .rtl .bm-radio.tab .button.selected {
          background-color: #ffa126; }
        .ltr .bm-radio.tab .button.selected {
          background-color: #fc354c; }
    .bm-radio.tab.sm {
      font-size: 13px; }
      .bm-radio.tab.sm label {
        display: block; }
      .bm-radio.tab.sm .inner {
        height: 24px; }
      .bm-radio.tab.sm .button {
        min-width: 24px;
        padding: 0 10px; }
    .bm-radio.tab .icon {
      display: none; }
  .bm-radio[class*='circle'] .button {
    min-width: 50px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 2px; }
    .rtl .bm-radio[class*='circle'] .button.selected .check {
      fill: #ffa126; }
    .ltr .bm-radio[class*='circle'] .button.selected .check {
      fill: #fc354c; }
    .bm-radio[class*='circle'] .button.selected .text {
      font-weight: 700; }
      .rtl .bm-radio[class*='circle'] .button.selected .text {
        color: #ffa126; }
      .ltr .bm-radio[class*='circle'] .button.selected .text {
        color: #fc354c; }
  .bm-radio[class*='circle'] .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
    .bm-radio[class*='circle'] .icon .check,
    .bm-radio[class*='circle'] .icon .fill {
      fill: #ffffff;
      -webkit-transition: fill 0.2s ease-in-out , color 0.2s ease-in-out;
      -o-transition: fill 0.2s ease-in-out , color 0.2s ease-in-out;
      transition: fill 0.2s ease-in-out , color 0.2s ease-in-out;
      transition-delay: false; }
    .rtl .bm-radio[class*='circle'] .icon .border {
      fill: #ffa126; }
    .ltr .bm-radio[class*='circle'] .icon .border {
      fill: #fc354c; }
    .bm-radio[class*='circle'] .icon.has-error .border {
      fill: #fd0000; }
  .bm-radio[class*='circle'] .text {
    display: inline-block;
    margin: 0 10px; }
  .bm-radio.circle-list .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-radio.circle-list .buttons .button {
      display: block; }
  .bm-radio .flex-display {
    display: flex; }

.bm-tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e1e4ea;
  width: 100%;
  margin-bottom: 40px; }
  .bm-tabs .bm-tab {
    height: 60px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 170px;
    font-size: 16px;
    border-bottom: 3px solid #ffffff;
    color: #79849a;
    -webkit-transition: color 0.2s ease-in-out , border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out , border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out , border-color 0.2s ease-in-out;
    transition-delay: false; }
    .bm-tabs .bm-tab:hover {
      cursor: pointer;
      text-decoration: none; }
    .bm-tabs .bm-tab.active {
      font-weight: 700; }
      .rtl .bm-tabs .bm-tab.active {
        color: #ffa126; }
      .ltr .bm-tabs .bm-tab.active {
        color: #fc354c; }
      .rtl .bm-tabs .bm-tab.active {
        border-color: #ffa126; }
      .ltr .bm-tabs .bm-tab.active {
        border-color: #fc354c; }

.bm-checkbox {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative; }
  .bm-checkbox .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .bm-checkbox .inner .circle:focus-visible {
      border-radius: 50%;
      outline: 1px solid #323a48; }
  .bm-checkbox svg {
    display: block; }
    .bm-checkbox svg > * {
      -webkit-transition: fill 0.1s ease-in-out;
      -o-transition: fill 0.1s ease-in-out;
      transition: fill 0.1s ease-in-out;
      transition-delay: false; }
  .bm-checkbox .fill,
  .bm-checkbox .check {
    fill: #ffffff; }
  .rtl .bm-checkbox.checked .fill, .rtl
  .bm-checkbox .border {
    fill: #ffa126; }
  .ltr .bm-checkbox.checked .fill, .ltr
  .bm-checkbox .border {
    fill: #fc354c; }
  .bm-checkbox .label {
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block; }
    .bm-checkbox .label a:focus-visible {
      outline: 1px solid #ffa126; }
  .bm-checkbox .parsley-errors-list {
    position: absolute;
    top: 25px;
    right: 30px;
    color: #f01f39;
    font-size: 13px; }

.bm-textarea {
  position: relative;
  display: inline-block;
  width: 100%; }
  .bm-textarea .label {
    display: block; }
  .bm-textarea textarea {
    color: #262b36;
    border: 1px solid #bdc4d1;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    -webkit-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition-delay: false;
    overflow-y: hidden;
    resize: none;
    -webkit-appearance: none;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* Internet Explorer 10-11 */
    /* Microsoft Edge */ }
    .bm-textarea textarea.parsley-error {
      border-color: #f01f39; }
    .bm-textarea textarea::placeholder {
      opacity: 1;
      /* Firefox */
      font-size: 14px;
      color: #bdc4d1; }
    .bm-textarea textarea:-ms-input-placeholder {
      font-size: 14px;
      color: #bdc4d1; }
    .bm-textarea textarea::-ms-input-placeholder {
      font-size: 14px;
      color: #bdc4d1; }
  .bm-textarea.resize-x textarea {
    resize: horizontal; }
  .bm-textarea.resize-y textarea {
    resize: vertical; }
  .bm-textarea.focus textarea:not(.parsley-error) {
    border-color: #ffa126; }
  .bm-textarea.filled:not(.disabled):not(.focus) textarea:not(.parsley-error) {
    border-color: #79849a; }
  .explorer .bm-textarea:not(.filled) textarea {
    color: #bdc4d1; }
  .bm-textarea .parsley-errors-list {
    position: absolute;
    bottom: -12px;
    right: 0;
    color: #f01f39;
    font-size: 13px; }
    .explorer .bm-textarea .parsley-errors-list {
      bottom: -18px; }
  .bm-textarea .textarea-chars-count {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -30px;
    left: 0;
    font-size: 13px;
    color: #bdc4d1; }
    .bm-textarea .textarea-chars-count.active {
      color: #79849a; }
  .bm-textarea .textarea-clear-all {
    display: inline-block;
    padding: 6px 6px 0 6px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50px;
    z-index: 1;
    font-size: 13px;
    color: #ffa126;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    transition-delay: false; }
    .bm-textarea .textarea-clear-all .textarea-clear-all-link {
      outline: none; }
      .bm-textarea .textarea-clear-all .textarea-clear-all-link:focus-visible {
        outline: 1px solid #ffa126; }
    .bm-textarea .textarea-clear-all.disabled {
      color: #bdc4d1;
      cursor: not-allowed; }
      .bm-textarea .textarea-clear-all.disabled .textarea-clear-all-link {
        cursor: not-allowed;
        outline: none; }

/* ui datepicker */
.bm-datepicker {
  position: relative;
  /* mobile native input date */ }
  .bm-datepicker.filled:not(.disabled):not(.error) .dp-input:not(.picker__input--active) {
    border-color: #79849a; }
  .rtl .bm-datepicker.active:not(.error) .dp-input {
    border-color: #ffa126; }
  .ltr .bm-datepicker.active:not(.error) .dp-input {
    border-color: #fc354c; }
  .bm-datepicker.active:not(.error) .label {
    padding: 0 5px 0 9px;
    font-size: 13px;
    transform: translate(5px, -147%); }
    .rtl .bm-datepicker.active:not(.error) .label {
      color: #ffa126; }
    .ltr .bm-datepicker.active:not(.error) .label {
      color: #fc354c; }
  .bm-datepicker .asterisk {
    font-size: 7px;
    vertical-align: middle; }
    .rtl .bm-datepicker .asterisk {
      color: #ffa126; }
    .ltr .bm-datepicker .asterisk {
      color: #fc354c; }
  .bm-datepicker.error .dp-input {
    border-color: #f01f39; }
  .rtl .bm-datepicker.error .asterisk,
  .ltr .bm-datepicker.error .asterisk, .rtl
  .bm-datepicker.error .label,
  .ltr
  .bm-datepicker.error .label {
    color: #f01f39; }
  .bm-datepicker.error .label {
    padding: 0 5px 0 9px;
    font-size: 13px;
    transform: translate(5px, -147%); }
  .rtl .bm-datepicker.error .picker--opened .picker__holder,
  .ltr .bm-datepicker.error .picker--opened .picker__holder {
    border-color: #f01f39; }
  .bm-datepicker .dp-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #bdc4d1;
    border-radius: 6px;
    cursor: text;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    transition-delay: false; }
    .bm-datepicker .dp-input:focus {
      outline: none; }
    .bm-datepicker .dp-input .error-message,
    .bm-datepicker .dp-input .dp-error {
      display: block; }
  .bm-datepicker.filled .label {
    padding: 0 5px 0 9px;
    font-size: 13px;
    transform: translate(5px, -147%); }
  .bm-datepicker .error-message,
  .bm-datepicker .dp-error {
    display: block;
    position: absolute;
    width: 100%;
    text-align: right;
    font-size: 13px;
    color: #f01f39; }
    .rtl .bm-datepicker .error-message, .rtl
    .bm-datepicker .dp-error {
      margin: 1px 10px 0 0; }
    .ltr .bm-datepicker .error-message, .ltr
    .bm-datepicker .dp-error {
      margin: 1px 0 0 10px; }
  .bm-datepicker .label {
    position: absolute;
    top: 50%;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: false;
    background: #ffffff;
    color: #79849a;
    transform: translate(0, -50%); }
    .rtl .bm-datepicker .label {
      right: 10px; }
    .ltr .bm-datepicker .label {
      left: 10px; }
  .rtl .bm-datepicker .icon {
    left: 8px; }
  .ltr .bm-datepicker .icon {
    right: 8px; }
  .bm-datepicker .icon {
    position: absolute;
    top: 13%;
    width: 24px;
    height: 24px;
    pointer-events: none; }
  .rtl .bm-datepicker .dp-native {
    padding: 8px 20px 8px 40px; }
  .ltr .bm-datepicker .dp-native {
    padding: 8px 40px 8px 20px; }
  .bm-datepicker .dp-native {
    width: 100%;
    height: 40px;
    border: 1px solid #bdc4d1;
    background: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out , 0.2s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out , 0.2s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
    transition: all 0.2s ease-in-out , 0.2s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
    transition-delay: false;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .bm-datepicker .dp-native:focus {
      border: 1px solid; }
      .rtl .bm-datepicker .dp-native:focus {
        border-color: #ffa126; }
      .ltr .bm-datepicker .dp-native:focus {
        border-color: #fc354c; }
  .bm-datepicker.disabled {
    opacity: 0.4; }
    .bm-datepicker.disabled input {
      cursor: not-allowed; }
    .bm-datepicker.disabled .label {
      background: none;
      color: #79849a; }
    .bm-datepicker.disabled .icon svg#calendar {
      fill: #79849a; }
  .bm-datepicker .parsley-errors-list {
    position: absolute;
    bottom: -20px;
    right: 0;
    color: #f01f39;
    font-size: 13px; }
  .bm-datepicker input[type].parsley-error,
  .bm-datepicker .parsley-error {
    background: #ffffff;
    border-color: #f01f39; }
  .bm-datepicker .picker--opened .picker__holder {
    border-radius: 0 0 6px 6px;
    transform: translateY(-1px) perspective(600px) rotateX(0) translateX(-1px);
    width: calc(100% - 1px);
    box-shadow: none; }
    .rtl .bm-datepicker .picker--opened .picker__holder {
      border-color: #ffa126; }
    .ltr .bm-datepicker .picker--opened .picker__holder {
      border-color: #fc354c; }
    .rtl .bm-datepicker .picker--opened .picker__holder,
    .ltr .bm-datepicker .picker--opened .picker__holder {
      border-top-color: #e1e4ea; }
  .rtl .bm-datepicker:not(.error) .picker__input--active {
    border-color: #ffa126; }
  .ltr .bm-datepicker:not(.error) .picker__input--active {
    border-color: #fc354c; }
  .bm-datepicker .picker__input--active {
    border-radius: 6px 6px 0 0; }
  .bm-datepicker.disable-years .picker__year {
    display: none; }
  .bm-datepicker .picker__month {
    font-size: 14px; }
  .bm-datepicker.he .picker__nav--prev {
    right: 3em;
    font-weight: 700; }
    .rtl .bm-datepicker.he .picker__nav--prev {
      color: #ffa126; }
    .ltr .bm-datepicker.he .picker__nav--prev {
      color: #fc354c; }
  .bm-datepicker.he .picker__nav--next {
    left: 3em;
    font-weight: 700; }
    .rtl .bm-datepicker.he .picker__nav--next {
      color: #ffa126; }
    .ltr .bm-datepicker.he .picker__nav--next {
      color: #fc354c; }
  .bm-datepicker .picker__box {
    padding: 0; }
  .bm-datepicker .picker__weekday {
    color: #79849a;
    font-size: 14px;
    font-weight: 400; }
  .bm-datepicker .picker__table {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: none; }
    .bm-datepicker .picker__table td.presentation {
      height: 30px; }
    .bm-datepicker .picker__table .picker__day {
      padding: 7px 0;
      border-radius: 0; }

.bm-product-cards {
  margin: 7px -12px 40px -12px; }

.bm-product-card-link > a {
  text-decoration: none;
  display: inline-block;
  width: 100%; }

.bm-product-card-link .product-card-bg {
  background-color: #f2f4f7;
  background-position-x: center;
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0; }

.bm-product-card-link .bm-product-card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.18), 0 0 6px 0 rgba(26, 30, 37, 0.1);
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition-delay: false;
  margin: 0 2px 24px 2px;
  overflow: hidden;
  height: 240px; }

.bm-product-card-link .top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 14px;
  position: relative;
  z-index: 1; }
  .bm-product-card-link .top .logo {
    width: 90px;
    height: 90px;
    background: #ffffff;
    padding: 4px;
    border-radius: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    box-shadow: 6px 6px 20px 0 rgba(26, 30, 37, 0.3); }
    .bm-product-card-link .top .logo img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .bm-product-card-link .top .price-label {
    color: #262b36;
    background: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    width: 80px;
    height: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: -4px 6px 20px 0 rgba(26, 30, 37, 0.3); }

.bm-product-card-link .bottom {
  width: 100%;
  background: #ffffff;
  padding: 0 8px;
  height: 60px;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  transition-delay: false;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: auto; }
  .explorer .bm-product-card-link .bottom {
    border: 1px solid #ffffff; }
  .bm-product-card-link .bottom .name {
    display: block;
    width: 100%;
    word-break: break-word; }

.desktop .bm-product-card-link:hover {
  cursor: pointer; }
  .desktop .bm-product-card-link:hover .bm-product-card {
    box-shadow: 0 4px 10px 2px rgba(26, 30, 37, 0.18); }
  .desktop .bm-product-card-link:hover .bottom {
    height: 90px; }
    .desktop .bm-product-card-link:hover .bottom .name {
      overflow: hidden;
      word-break: break-word;
      white-space: normal; }
    .desktop .bm-product-card-link:hover .bottom .package-details {
      display: block; }

.bm-breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  line-height: normal; }
  .bm-breadcrumbs .item {
    vertical-align: top; }
    .bm-breadcrumbs .item:hover {
      text-decoration: none; }
      .bm-breadcrumbs .item:hover > span {
        text-decoration: underline; }
  .bm-breadcrumbs .angle {
    vertical-align: top;
    margin: 1px 6px; }

.bm-supplier-page {
  line-height: 1.6;
  position: relative; }
  @media screen and (min-width: 741px) {
    .bm-supplier-page.bm-supplier-page-top-margin {
      margin-top: 60px; }
    .bm-supplier-page.super-voucher-flow {
      margin-top: unset; } }
  .bm-supplier-page .bm-balance-to-use {
    display: none; }
  .bm-supplier-page .supplier-bg {
    background-color: #f2f4f7;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover; }
  .bm-supplier-page .supplier-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    max-width: 1140px;
    height: 830px; }
    .bm-supplier-page .supplier-wrapper .details {
      width: 410px;
      background: #ffffff;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      padding: 0 14px 40px 14px; }
      .bm-supplier-page .supplier-wrapper .details .bm-breadcrumbs {
        padding-right: 10px;
        padding-left: 10px; }
      .bm-supplier-page .supplier-wrapper .details.hidden-breadcrumbs {
        padding-top: 80px; }
      .bm-supplier-page .supplier-wrapper .details .scrollable {
        height: 720px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 10px 0 10px;
        /* width */
        /* Track */
        /* Handle */
        direction: ltr; }
        .bm-supplier-page .supplier-wrapper .details .scrollable::-webkit-scrollbar {
          width: 4px;
          background: #f2f4f7;
          margin-left: 10px; }
        .bm-supplier-page .supplier-wrapper .details .scrollable::-webkit-scrollbar-track {
          border-radius: 10px; }
        .bm-supplier-page .supplier-wrapper .details .scrollable::-webkit-scrollbar-thumb {
          background: #ffa126;
          border-radius: 10px; }
        .bm-supplier-page .supplier-wrapper .details .scrollable::-webkit-scrollbar-track-piece {
          width: 30px;
          height: 30px; }
      .bm-supplier-page .supplier-wrapper .details .floating {
        margin: auto;
        direction: rtl; }
      .bm-supplier-page .supplier-wrapper .details .logo-and-title {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%; }
        .bm-supplier-page .supplier-wrapper .details .logo-and-title .logo {
          margin-left: 14px; }
          .bm-supplier-page .supplier-wrapper .details .logo-and-title .logo img {
            max-width: 100px;
            max-height: 100px;
            width: auto;
            height: auto;
            display: block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
        .bm-supplier-page .supplier-wrapper .details .logo-and-title .title {
          padding: 14px 0;
          word-break: break-word; }
          .explorer.v10 .bm-supplier-page .supplier-wrapper .details .logo-and-title .title {
            width: calc(100% - 120px); }
      .bm-supplier-page .supplier-wrapper .details .mobile-show {
        display: none; }
        .bm-supplier-page .supplier-wrapper .details .mobile-show .bm-external-brands-link {
          margin: 10px auto; }
          .bm-supplier-page .supplier-wrapper .details .mobile-show .bm-external-brands-link .link {
            font-size: 14px; }
    .bm-supplier-page .supplier-wrapper .gifts {
      width: calc(100% - 410px);
      padding: 90px 20px 0 20px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: relative;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }
      .bm-supplier-page .supplier-wrapper .gifts .gifts-list {
        width: 100%;
        position: relative;
        z-index: 1; }
      .bm-supplier-page .supplier-wrapper .gifts .bm-pagination {
        display: block;
        margin-bottom: 0; }
        .bm-supplier-page .supplier-wrapper .gifts .bm-pagination ul {
          margin: auto auto 24px auto; }
      .bm-supplier-page .supplier-wrapper .gifts.no-pagination {
        padding-bottom: 50px; }
      .bm-supplier-page .supplier-wrapper .gifts > .inner {
        width: 100%;
        max-width: 690px;
        margin-left: auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        flex-direction: row-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .bm-supplier-page .supplier-wrapper .gifts .gift-item {
        background: white;
        border-radius: 10px;
        margin-bottom: 24px;
        height: 270px; }
  .bm-supplier-page .toggle-mobile-details {
    font-size: 15px;
    text-align: center; }

@media only screen and (max-width: 1200px) {
  .bm-supplier-page .supplier-wrapper .gifts {
    padding-right: 10px;
    padding-left: 10px; } }

@media only screen and (max-width: 920px) {
  .bm-supplier-page .supplier-wrapper {
    height: auto; }
    .bm-supplier-page .supplier-wrapper .details.hidden-breadcrumbs {
      padding-top: 0; }
    .bm-supplier-page .supplier-wrapper .details .scrollable {
      height: auto;
      overflow: unset;
      padding: 0; } }

@media only screen and (max-width: 800px) {
  .bm-supplier-page .supplier-bg {
    background-size: 0; }
  .bm-supplier-page .supplier-wrapper {
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-supplier-page .supplier-wrapper .details {
      padding: 0;
      width: 100%;
      max-width: 100%;
      background: none; }
      .bm-supplier-page .supplier-wrapper .details .floating {
        margin: auto;
        max-width: none; }
      .bm-supplier-page .supplier-wrapper .details .bm-breadcrumbs {
        background-color: #f2f4f7;
        padding: 30px 10px;
        margin: auto; }
      .bm-supplier-page .supplier-wrapper .details .information {
        background-color: #ffffff;
        padding: 24px 20px;
        box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
        position: relative;
        z-index: 1; }
      .bm-supplier-page .supplier-wrapper .details .desktop-only {
        display: none; }
      .bm-supplier-page .supplier-wrapper .details .mobile-hidden {
        display: none; }
        .bm-supplier-page .supplier-wrapper .details .mobile-hidden .bm-external-brands-link {
          display: none; }
        .bm-supplier-page .supplier-wrapper .details .mobile-hidden.expanded {
          display: block; }
      .bm-supplier-page .supplier-wrapper .details .logo-and-title {
        justify-content: center; }
      .bm-supplier-page .supplier-wrapper .details .title {
        display: none; }
      .bm-supplier-page .supplier-wrapper .details .mobile-show {
        display: block; }
    .bm-supplier-page .supplier-wrapper .gifts {
      padding: 30px 0;
      width: 100%; }
      .bm-supplier-page .supplier-wrapper .gifts > .inner {
        margin-right: auto;
        margin-left: auto; }
      .bm-supplier-page .supplier-wrapper .gifts.with-pagination {
        padding: 30px 0 0 0; }
      .bm-supplier-page .supplier-wrapper .gifts .bm-pagination {
        width: 100%;
        max-width: 375px; }
        .bm-supplier-page .supplier-wrapper .gifts .bm-pagination ul {
          margin-top: 0; }
  .bm-supplier-page .bm-external-brands-link {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .bm-supplier-page .bm-balance-to-use {
    display: block;
    font-size: 18px;
    padding: 24px 50px; } }

.no-results {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 200px;
  max-width: 100%; }

@media only screen and (max-width: 580px) {
  .no-results {
    margin-top: 50px; } }

.bm-gift-card-link {
  max-width: 375px;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px; }
  .bm-gift-card-link > a {
    display: inline-block;
    text-decoration: none;
    width: 100%; }

.bm-gift-card {
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition-delay: false;
  width: 100%; }
  .bm-gift-card > .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e1e4ea;
    border-radius: 10px;
    box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.18), 0 0 6px 0 rgba(26, 30, 37, 0.1);
    -webkit-transition: box-shadow 0.2s ease-in-out , border-color 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out , border-color 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out , border-color 0.2s ease-in-out;
    transition-delay: false;
    margin: 0 2px 24px 2px;
    overflow: hidden;
    height: auto;
    max-height: 300px;
    position: relative; }
  .bm-gift-card .gift-card-img {
    background-color: #f2f4f7;
    width: 100%;
    overflow-y: hidden;
    min-height: 300px; }
    .bm-gift-card .gift-card-img img {
      width: 100%;
      max-width: 100%;
      display: block;
      margin-bottom: 110px; }
  .bm-gift-card .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1; }
  .bm-gift-card .bottom {
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: false;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 120px;
    border-radius: 10px 10px 0 0;
    margin: auto auto 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
    .bm-gift-card .bottom .grid {
      width: 100%; }
    .bm-gift-card .bottom .name {
      display: block;
      width: 100%;
      word-break: keep-all;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 10px; }
  .desktop .bm-gift-card:hover:not(.preview) {
    cursor: pointer;
    transform: scale(1.05, 1.05); }
    .desktop .bm-gift-card:hover:not(.preview) .inner {
      box-shadow: 0 4px 10px 2px rgba(26, 30, 37, 0.18);
      border: 2px solid #ffa126; }
    .desktop .bm-gift-card:hover:not(.preview) .bottom .name {
      overflow: hidden;
      word-break: break-word;
      white-space: normal; }
  .bm-gift-card.package:not(.preview) .bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .desktop .bm-gift-card.package:hover:not(.preview) .bottom {
    height: 155px; }
  .bm-gift-card.money:hover {
    cursor: default; }
  .bm-gift-card.money.preview .price-label {
    cursor: pointer; }
    .rtl .bm-gift-card.money.preview .price-label {
      color: #ffa126; }
    .ltr .bm-gift-card.money.preview .price-label {
      color: #fc354c; }
  .bm-gift-card.money.preview .bottom {
    padding: 14px 4px; }
  .bm-gift-card.money.preview .update-price {
    font-size: 16px;
    margin: auto; }
  .bm-gift-card.money input {
    text-align: center; }
  .bm-gift-card.preview {
    width: 350px;
    padding: 0;
    max-width: 100%; }
    .bm-gift-card.preview .inner {
      height: 280px; }
    .bm-gift-card.preview .gift-card-img img {
      margin-bottom: 70px; }
    .bm-gift-card.preview .bottom {
      height: 80px; }
    .bm-gift-card.preview.edit-price .bottom {
      height: 110px; }
    .bm-gift-card.preview .bm-input .parsley-errors-list {
      white-space: nowrap;
      bottom: -15px; }
  .bm-gift-card.product .gift-card-img {
    height: 0;
    padding-bottom: 110px; }
    .bm-gift-card.product .gift-card-img img {
      height: 100%;
      object-fit: cover; }
  .bm-gift-card .mobile-price {
    display: none; }

@media only screen and (max-width: 1300px) {
  .bm-gift-card .gift-card-img {
    min-height: 100%; }
  .bm-gift-card.product .gift-card-img {
    min-height: 300px; } }

@media only screen and (max-width: 920px) {
  .bm-gift-card-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 800px) {
  .bm-gift-card-link {
    width: 50%;
    margin-left: 0;
    margin-right: 0; }
  .bm-gift-card .mobile-price {
    display: block; }
  .bm-gift-card.preview.edit-price .bottom {
    height: auto; }
  .bm-gift-card.preview .bottom {
    height: auto;
    padding: 20px; }
    .bm-gift-card.preview .bottom .text-link.theme {
      margin-top: 10px; }
  .bm-gift-card.preview.money .bottom {
    padding: 20px 10px; } }

@media only screen and (max-width: 580px) {
  .bm-gift-card-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .bm-gift-card-link .bm-gift-card > .inner {
      max-height: 100%; }
  .bm-gift-card .mobile-price {
    display: block; }
  .bm-gift-card.preview {
    width: 100%; }
    .bm-gift-card.preview > .inner .gift-card-img {
      display: none; }
    .bm-gift-card.preview .bottom {
      position: relative; }
  .bm-gift-card > .inner .gift-card-img img {
    margin-bottom: 140px; }
  .bm-gift-card.product > .inner .gift-card-img {
    padding-bottom: 140px; }
  .bm-gift-card .bm-online-redeem-badge {
    margin-bottom: 30px; }
  .bm-gift-card .bottom {
    height: 150px;
    z-index: 1;
    padding: 15px 5px; }
    .bm-gift-card .bottom .text-link,
    .bm-gift-card .bottom .name {
      font-size: 15px; }
    .bm-gift-card .bottom .name {
      margin-top: auto;
      margin-bottom: auto;
      overflow-y: hidden;
      line-height: normal;
      white-space: normal; }
    .bm-gift-card .bottom .grid {
      margin-top: 15px; }
    .bm-gift-card .bottom:not(.preview) {
      justify-content: space-between; }
    .bm-gift-card .bottom .money-form {
      height: 100%;
      margin-top: 0; }
    .bm-gift-card .bottom .money-input {
      margin-top: 14px;
      margin-bottom: auto; }
    .bm-gift-card .bottom .money-btn {
      margin-top: auto;
      margin-bottom: 0; } }

.bm-price-tag .price-label {
  color: #262b36;
  background: #ffffff;
  border-radius: 8px;
  font-weight: 700;
  width: 80px;
  height: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
  box-shadow: -4px 6px 20px 0 rgba(26, 30, 37, 0.3); }

.bm-price-tag.has-delivery-price .price-label {
  font-size: 16px;
  padding: 6px 10px;
  border: 1px solid #e1e4ea;
  width: 100%;
  min-width: 80px;
  max-width: 100%;
  height: 35px;
  line-height: 23px; }

.bm-order-summary {
  width: 100%;
  max-width: 380px; }
  .bm-order-summary .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e1e4ea;
    border-radius: 10px;
    padding: 14px;
    position: relative;
    color: #323a48; }
    .bm-order-summary .inner hr {
      margin: 14px 0; }
    .bm-order-summary .inner .order-summary-title {
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-bottom: 10px; }
    .bm-order-summary .inner .order-summary-product-info {
      margin-top: 10px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 14px; }
      .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-img {
        width: 60px;
        height: 60px;
        border: 1px solid #e1e4ea;
        background: #ffffff;
        border-radius: 6px;
        overflow: hidden;
        flex-shrink: 0; }
        .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-text {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-grow: 1; }
        .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-text .order-summary-product-info-text-title {
          font-weight: 400;
          line-height: 20px;
          font-size: 14px;
          color: #4f5869; }
          .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-text .order-summary-product-info-text-title .order-summary-product-info-text-supplier {
            font-size: 13px;
            color: #79849a; }
        .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-text .order-summary-product-info-text-price {
          font-weight: 700;
          line-height: 20px;
          font-size: 14px;
          color: #262b36; }
          .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-text .order-summary-product-info-text-price > div {
            text-align: left; }
        .bm-order-summary .inner .order-summary-product-info .order-summary-product-info-text > div {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: space-between;
          -ms-flex-pack: space-between;
          justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          flex-direction: row-reverse;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
    .bm-order-summary .inner .order-summary-info-item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 4px; }
      .bm-order-summary .inner .order-summary-info-item .order-summary-info-item-title {
        color: #323a48;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px; }
      .bm-order-summary .inner .order-summary-info-item .order-summary-info-item-content {
        color: #4f5869;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
    .bm-order-summary .inner .order-summary-bottom {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #f2f4f7;
      height: 30px;
      margin-top: 14px;
      gap: 10px; }
      .bm-order-summary .inner .order-summary-bottom .order-summary-bottom-title {
        color: #262b36; }
      .bm-order-summary .inner .order-summary-bottom .order-summary-bottom-price {
        color: #ffa126;
        font-weight: 700;
        line-height: 25px; }

.bm-icon {
  display: inline-block;
  vertical-align: middle; }
  .bm-icon .theme-stroke {
    stroke: #323a48; }
  .bm-icon .theme-fill {
    fill: #323a48; }
  .rtl .bm-icon.theme svg {
    fill: #ffa126; }
  .ltr .bm-icon.theme svg {
    fill: #fc354c; }
  .rtl .bm-icon.theme svg .theme-stroke {
    stroke: #ffa126; }
  .ltr .bm-icon.theme svg .theme-stroke {
    stroke: #fc354c; }
  .rtl .bm-icon.theme svg .theme-fill {
    fill: #ffa126; }
  .ltr .bm-icon.theme svg .theme-fill {
    fill: #fc354c; }
  .bm-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    transition-delay: false; }
  .bm-icon.lr svg {
    width: 44px;
    height: 44px; }
  .bm-icon.md svg {
    width: 20px;
    height: 20px; }
  .bm-icon.sm svg {
    width: 17px;
    height: 17px; }
  .ltr .bm-icon .icon-nis {
    display: none; }
  .rtl .bm-icon .icon-usd {
    display: none; }
  .bm-icon.iconWithAction {
    pointer-events: unset !important;
    z-index: 2;
    cursor: pointer; }

.bm-supplier-description .gradient {
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.bm-supplier-description > .text {
  overflow: hidden; }

.bm-supplier-description.expanded > .text {
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical; }
  .explorer .bm-supplier-description.expanded > .text {
    height: auto; }

.bm-supplier-description.short > .text.slice-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .explorer .bm-supplier-description.short > .text.slice-text {
    height: 50px; }

@media only screen and (max-width: 580px) {
  .bm-supplier-description {
    margin-bottom: 20px; }
    .bm-supplier-description.short > .text {
      -webkit-line-clamp: unset;
      -webkit-box-orient: vertical; }
      .explorer .bm-supplier-description.short > .text {
        height: auto; }
    .bm-supplier-description .read-more {
      display: none; } }

.bm-supplier-small-print > .text {
  overflow: hidden; }

.bm-supplier-small-print.expanded > .text {
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical; }
  .explorer .bm-supplier-small-print.expanded > .text {
    height: auto; }

.bm-supplier-small-print.short > .text.slice-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }
  .explorer .bm-supplier-small-print.short > .text.slice-text {
    height: 75px; }

@media only screen and (max-width: 580px) {
  .bm-supplier-small-print {
    margin-bottom: 20px; }
    .bm-supplier-small-print.short > .text {
      -webkit-line-clamp: unset;
      -webkit-box-orient: vertical; }
      .explorer .bm-supplier-small-print.short > .text {
        height: auto; }
    .bm-supplier-small-print .read-more {
      display: none; } }

.bm-supplier-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: space-evenly;
  -ms-flex-align: space-evenly;
  align-items: space-evenly;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .bm-supplier-info .icons-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .bm-supplier-info .icons-list li {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 6px; }
      .bm-supplier-info .icons-list li:hover a {
        text-decoration: underline; }
      .bm-supplier-info .icons-list li .info-icon {
        -ms-flex-item-align: flex-start;
        -ms-grid-row-align: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: -15px;
        width: 50px;
        text-align: center;
        font-size: 20px; }
      .bm-supplier-info .icons-list li .info-text {
        max-width: calc(100% - 40px);
        word-break: break-word; }
  .bm-supplier-info .bm-google-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-height: 170px; }

@media only screen and (max-width: 580px) {
  .bm-supplier-info {
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start; }
    .bm-supplier-info .icons-list {
      width: 100%;
      margin-bottom: 20px; }
      .bm-supplier-info .icons-list li {
        margin-bottom: 14px; }
      .bm-supplier-info .icons-list .bm-icon {
        width: 24px;
        height: 24px; }
        .bm-supplier-info .icons-list .bm-icon svg {
          width: 24px;
          height: 24px; }
      .bm-supplier-info .icons-list .info-text {
        font-size: 14px; }
    .bm-supplier-info .bm-google-map {
      margin: auto;
      width: 100%;
      height: 170px; } }

.bm-purchase-steps {
  color: #4f5869;
  background: #f2f4f7;
  text-align: center;
  border-bottom: 4px solid #e1e4ea; }
  .bm-purchase-steps .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 30px 0;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-purchase-steps .top .back {
      text-align: right;
      width: 100%;
      margin-bottom: 20px; }
    .bm-purchase-steps .top .bm-h1 {
      min-width: 700px; }
  .bm-purchase-steps .steps {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    color: #bdc4d1;
    font-size: 16px;
    transform: translateY(15px); }
    .bm-purchase-steps .steps .step {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      margin: auto;
      width: 100px; }
      .bm-purchase-steps .steps .step:nth-of-type(1) {
        margin: 0 100px 0 auto; }
      .bm-purchase-steps .steps .step:nth-last-of-type(1) {
        margin: 0 auto 0 100px; }
      .bm-purchase-steps .steps .step .circle {
        background-color: #e1e4ea;
        color: #bdc4d1;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-delay: false;
        transition-delay: 0.5s;
        border: 3px solid #e1e4ea; }
        .bm-purchase-steps .steps .step .circle.disabled {
          cursor: not-allowed; }
      .bm-purchase-steps .steps .step.active {
        font-weight: 700; }
        .bm-purchase-steps .steps .step.active .circle {
          box-shadow: 0 0 0 3px #ffc973;
          border: 3px solid #ffffff; }
      .bm-purchase-steps .steps .step.active .circle, .bm-purchase-steps .steps .step.complete .circle {
        color: #ffffff;
        -webkit-animation-name: circe-popout;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 0.5s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-timing-function: linear;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: false;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-direction: false;
        /* Safari 4.0 - 8.0 */
        animation-name: circe-popout;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-iteration-count: false;
        animation-direction: false; }
        .rtl .bm-purchase-steps .steps .step.active .circle, .rtl .bm-purchase-steps .steps .step.complete .circle {
          background-color: #ffa126; }
        .ltr .bm-purchase-steps .steps .step.active .circle, .ltr .bm-purchase-steps .steps .step.complete .circle {
          background-color: #fc354c; }

@-webkit-keyframes circe-popout {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  90% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@-moz-keyframes circe-popout {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  90% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@keyframes circe-popout {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  90% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }
      .rtl .bm-purchase-steps .steps .step.active .label, .rtl .bm-purchase-steps .steps .step.complete .label {
        color: #ffa126; }
      .ltr .bm-purchase-steps .steps .step.active .label, .ltr .bm-purchase-steps .steps .step.complete .label {
        color: #fc354c; }
      .bm-purchase-steps .steps .step.complete .circle {
        border: 3px solid #ffa126; }
  .bm-purchase-steps.super-voucher-flow .steps {
    margin: 0 auto;
    max-width: 720px; }
  .bm-purchase-steps .progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 4px;
    margin: 35px -40px 0 -40px; }
    .bm-purchase-steps .progress .fill {
      -webkit-transition: width 0.5s cubic-bezier(0.65, -0.43, 0, 1.01);
      -o-transition: width 0.5s cubic-bezier(0.65, -0.43, 0, 1.01);
      transition: width 0.5s cubic-bezier(0.65, -0.43, 0, 1.01);
      transition-delay: false;
      display: block;
      width: 0%;
      height: 100%; }
      .rtl .bm-purchase-steps .progress .fill {
        background-color: #ffa126; }
      .ltr .bm-purchase-steps .progress .fill {
        background-color: #fc354c; }
    .bm-purchase-steps .progress.complete .fill {
      width: 100%; }

@media only screen and (max-width: 768px) {
  .bm-purchase-steps .top {
    padding: 40px 0 30px 0; }
    .bm-purchase-steps .top .bm-h1 {
      min-width: 200px;
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4;
      margin: auto; } }

@media only screen and (max-width: 580px) {
  .bm-purchase-steps .steps {
    font-size: 14px; }
    .bm-purchase-steps .steps .step:nth-of-type(1), .bm-purchase-steps .steps .step:nth-last-of-type(1) {
      margin: 0 auto; }
  .bm-purchase-steps.super-voucher-flow .steps {
    max-width: 210px; }
  .bm-purchase-steps.super-voucher-flow .bm-h1 {
    font-size: 18px; }
    .bm-purchase-steps.super-voucher-flow .bm-h1 .mobile-br {
      display: block; } }

.bm-gift-flow {
  margin-top: 50px; }
  .bm-gift-flow .fields-section {
    padding-left: 100px; }
  .bm-gift-flow .preview-section {
    padding-right: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  .bm-gift-flow .gift-myself-image {
    width: 124px;
    height: 130px;
    display: block;
    margin: 30px auto; }
  .bm-gift-flow .bm-body-2 a:hover {
    color: #F48D07; }
  .bm-gift-flow .bm-body-2 a {
    color: #F48D07;
    text-decoration: underline; }
  .bm-gift-flow .bundle-content {
    box-shadow: 0 4px 10px 2px rgba(26, 30, 37, 0.18);
    border-radius: 10px;
    background: #ffffff;
    padding: 10px 20px 0 20px;
    width: 360px;
    max-width: 100%;
    margin-bottom: 10px; }
    .bm-gift-flow .bundle-content .item {
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      height: 60px;
      border-radius: 2px;
      box-shadow: 0 2px 6px 2px rgba(26, 30, 37, 0.18), 0 0 2px 0 rgba(26, 30, 37, 0.04);
      background-size: cover; }
  .bm-gift-flow .toggle-for-who {
    font-weight: 700;
    font-size: 14px; }
    .rtl .bm-gift-flow .toggle-for-who {
      color: #ffa126; }
    .ltr .bm-gift-flow .toggle-for-who {
      color: #fc354c; }
    .bm-gift-flow .toggle-for-who .arrow {
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false; }
    .bm-gift-flow .toggle-for-who.for-someone .arrow {
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .bm-gift-flow .total-price {
    background: #f2f4f7;
    color: #262b36;
    height: 35px;
    font-size: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .bm-gift-flow .total-price .value {
      font-weight: 700;
      margin-right: 20px; }
      .rtl .bm-gift-flow .total-price .value {
        color: #ffa126; }
      .ltr .bm-gift-flow .total-price .value {
        color: #fc354c; }

@media only screen and (max-width: 1100px) {
  .bm-gift-flow .wrapper {
    padding-right: 10px;
    padding-left: 10px; }
  .bm-gift-flow .fields-section {
    width: 50%;
    padding: 20px; }
  .bm-gift-flow .preview-section {
    width: 50%;
    padding: 20px; } }

@media only screen and (max-width: 800px) {
  .bm-gift-flow .wrapper > .grid {
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .bm-gift-flow .total-price {
    font-size: 16px;
    margin: 0 -20px 30px -20px;
    width: calc(100% + 40px); }
  .bm-gift-flow .fields-section {
    width: 100%;
    padding: 10px; }
  .bm-gift-flow .preview-section {
    width: 100%;
    padding: 0 10px; }
    .bm-gift-flow .preview-section .giftcard-preview {
      display: block;
      margin: -10px auto 10px auto; }
    .bm-gift-flow .preview-section .bm-gift-card .inner {
      border: 2px solid #e1e4ea;
      height: auto;
      box-shadow: 0 4px 30px 0 rgba(38, 43, 54, 0.12);
      margin: 0 auto 20px auto; }
      .bm-gift-flow .preview-section .bm-gift-card .inner .top {
        display: none; } }

@media only screen and (max-width: 800px) {
  .bm-gift-flow .bundle-content {
    padding: 10px 5px 0 5px;
    margin-bottom: 20px; }
    .bm-gift-flow .bundle-content .items {
      margin: auto; }
      .bm-gift-flow .bundle-content .items .mx-4 {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px; } }

@media only screen and (max-width: 580px) {
  .bm-gift-flow .preview-section {
    max-width: 375px;
    margin: auto; }
  .bm-gift-flow .bundle-content {
    width: 100%; }
    .bm-gift-flow .bundle-content .item {
      height: 50px; } }

@media only screen and (max-width: 450px) {
  .bm-gift-flow .bm-media-upload {
    margin-right: 20px; } }

.bm-greetings-slider {
  font-size: 13px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  left: auto; }
  .bm-greetings-slider:focus-visible {
    outline: 1px solid #ffa126; }
  .bm-greetings-slider i {
    color: #ffa126;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .bm-greetings-slider .greetings-counter {
    color: #79849a;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle; }

.bm-media-upload {
  display: inline-block;
  text-align: center;
  position: relative; }
  .bm-media-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden; }
  .bm-media-upload svg {
    width: 70px;
    height: 70px;
    display: inline-block; }
  .bm-media-upload.loading {
    -webkit-filter: saturate(0);
    filter: saturate(0); }
  .bm-media-upload:hover:not(.loading) {
    cursor: pointer; }

.bm-media-upload-thumbnail {
  position: relative;
  margin-right: 20px; }
  .bm-media-upload-thumbnail .remove-media {
    position: absolute;
    top: 0;
    right: -10px; }
  .bm-media-upload-thumbnail .thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #ffa126;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center; }

.media-error {
  font-size: 13px;
  color: #f01f39; }

@media only screen and (max-width: 580px) {
  .bm-media-upload-thumbnail .remove-media {
    right: -20px; }
    .bm-media-upload-thumbnail .remove-media .times-circle {
      width: 24px;
      height: 24px; } }

.desktop .bm-media-section .media-circle-btn:hover {
  cursor: pointer; }
  .desktop .bm-media-section .media-circle-btn:hover .media-circle .stroke-color {
    stroke: #ffa126; }

.bm-media-section .media-circle {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-bottom: 10px;
  pointer-events: none; }
  .bm-media-section .media-circle .stroke-color {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
    transition-delay: false; }
  .bm-media-section .media-circle .icon-stroke {
    stroke: #ffa126; }
  .bm-media-section .media-circle .icon-fill {
    fill: #ffa126; }

.bm-video-gallery-btn {
  text-align: center; }

.bm-video-gallery-item .thumbnail {
  max-width: 200px;
  height: 120px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.bm-video-gallery-item .bm-btn {
  padding: 0 20px;
  height: 30px; }

.bm-video-gallery-item .play-icon {
  display: block;
  width: 32px;
  height: 32px; }

@media only screen and (max-width: 580px) {
  .bm-video-gallery-item .thumbnail {
    max-width: 100%;
    height: 150px; }
  .bm-video-gallery-item .bm-btn {
    height: 40px; } }

.bm-pagination {
  margin: auto;
  text-align: center;
  display: none; }
  .bm-pagination.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; }
  .bm-pagination.show {
    display: block; }
  .bm-pagination ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bm-pagination ul li {
      margin: 0 5px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 100%;
      -webkit-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out;
      transition-delay: false;
      cursor: pointer; }
      .bm-pagination ul li.circle {
        background-color: #bdc4d1;
        width: 12px;
        height: 12px;
        margin: 6px; }
        .rtl .bm-pagination ul li.circle:hover {
          background-color: #ffa126; }
        .ltr .bm-pagination ul li.circle:hover {
          background-color: #fc354c; }
        .rtl .bm-pagination ul li.circle.active {
          background-color: #ffa126; }
        .ltr .bm-pagination ul li.circle.active {
          background-color: #fc354c; }
        .rtl .bm-pagination ul li.circle.active {
          border-color: #ffa126; }
        .ltr .bm-pagination ul li.circle.active {
          border-color: #fc354c; }
      .bm-pagination ul li.number {
        color: #323a48;
        width: 12px;
        margin: 6px;
        font-size: 18px; }
        .rtl .bm-pagination ul li.number:hover {
          color: #ffa126; }
        .ltr .bm-pagination ul li.number:hover {
          color: #fc354c; }
        .rtl .bm-pagination ul li.number.active {
          color: #ffa126; }
        .ltr .bm-pagination ul li.number.active {
          color: #fc354c; }
      .bm-pagination ul li svg {
        width: 50px;
        height: 50px;
        fill: #ffa126;
        -webkit-transition: fill 0.2s ease-in-out;
        -o-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        transition-delay: false; }
      .bm-pagination ul li.disabled {
        color: #bdc4d1;
        cursor: not-allowed; }
        .bm-pagination ul li.disabled svg {
          fill: #bdc4d1; }
      .ltr .bm-pagination ul li.arrow {
        transform: scaleX(-1); }

@media only screen and (max-width: 580px) {
  .bm-pagination ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .bm-pagination ul li {
      margin: 0; }
      .bm-pagination ul li.arrow.prev {
        margin-left: auto; }
      .bm-pagination ul li.arrow.next {
        margin-right: auto; } }

.bm-tooltip {
  display: inline-block;
  position: relative; }
  .bm-tooltip.with-icon {
    padding: 0 10px; }
  .bm-tooltip.show .tooltip-container {
    visibility: visible;
    opacity: 1; }
  .iphone .bm-tooltip:hover .tooltip-container,
  .ipda .bm-tooltip:hover .tooltip-container {
    visibility: visible;
    opacity: 1; }
  .bm-tooltip .tooltip-container {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    transition-delay: false;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-tooltip .tooltip-container .text {
      background: #323a48;
      color: #ffffff;
      font-size: 13px;
      font-weight: 400;
      padding: 3px 10px;
      border-radius: 3px;
      width: 100%; }
    .bm-tooltip .tooltip-container .tooltip-corner {
      position: absolute; }
      .bm-tooltip .tooltip-container .tooltip-corner:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: absolute; }
  .bm-tooltip.theme .text {
    background: #ffffff;
    border: 1px solid #ffa126;
    color: #323a48;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.18), 0 0 6px 0 rgba(26, 30, 37, 0.14); }
  .bm-tooltip.corner-down .tooltip-corner:before {
    border-top: 10px solid #323a48; }
  .bm-tooltip.corner-up .tooltip-container {
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .bm-tooltip.corner-up .bm-tooltip-corner {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .bm-tooltip.corner-up .tooltip-corner:before {
    border-bottom: 10px solid #323a48; }
  .bm-tooltip .bm-tooltip-corner {
    stroke: #f6a025;
    stroke-width: 0.5;
    display: block;
    width: 100%;
    height: 25px; }
    .bm-tooltip .bm-tooltip-corner svg {
      display: block;
      width: 37px;
      position: relative;
      top: -1px;
      right: auto; }

.bm-table {
  table-layout: fixed;
  width: 100%; }
  .bm-table thead {
    border-bottom: 1px solid #bdc4d1; }
  .bm-table tr {
    border-bottom: 1px solid #e1e4ea; }
    .bm-table tr.highlight {
      background: #fff4e5; }
    .bm-table tr.with-toggle {
      cursor: pointer; }
    .bm-table tr.no-toggle {
      cursor: default; }
    .bm-table tr.show-vouchers .toggle-arrow svg {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bm-table tr .toggle-arrow svg {
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false; }
    .bm-table tr.child {
      background-color: #fbfbfb; }
  .bm-table th {
    height: 50px;
    padding: 10px;
    font-weight: 400;
    text-align: right; }
    .bm-table th.logo {
      width: 120px; }
    .bm-table th.title {
      width: 300px; }
    .bm-table th.actions {
      width: 180px; }
      .bm-table th.actions.sm {
        width: 140px; }
    .bm-table th.sm {
      width: 70px; }
    .bm-table th.md {
      width: 200px; }
    .bm-table th.no-wrap {
      white-space: nowrap; }
    .bm-table th.toggle-arrow {
      width: 40px;
      padding: 0; }
  .bm-table td {
    height: 90px;
    padding: 10px; }
    .bm-table td .action-btn {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .bm-table .logo-box {
    width: 100px;
    height: 60px;
    border: 1px solid #e1e4ea;
    background: #ffffff;
    border-radius: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
    position: relative; }
    .bm-table .logo-box.empty {
      visibility: hidden; }
    .bm-table .logo-box img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
    .bm-table .logo-box .vouchers-group {
      display: block;
      border: 1px solid #e1e4ea;
      border-top: none;
      border-radius: 0 0 4px 4px;
      width: calc(100% + 1px);
      height: 5px;
      position: absolute;
      right: 0;
      left: 0; }
      .bm-table .logo-box .vouchers-group.n1 {
        bottom: -4px; }
      .bm-table .logo-box .vouchers-group.n2 {
        bottom: -7px; }
  .bm-table .ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }

@media only screen and (max-width: 1200px) {
  .bm-table {
    display: block; }
    .bm-table .logo-box {
      width: 80px;
      position: static;
      border: none; }
      .bm-table .logo-box .vouchers-group {
        height: 10px;
        border-radius: 0 0 10px 10px; }
        .bm-table .logo-box .vouchers-group.n1 {
          bottom: 10px; }
        .bm-table .logo-box .vouchers-group.n2 {
          bottom: 5px; }
    .bm-table th.title, .bm-table th.logo, .bm-table th.actions.sm {
      width: auto; }
    .bm-table tbody {
      display: block; }
    .bm-table tr {
      margin-bottom: 10px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      border-radius: 10px;
      border: 1px solid #e1e4ea;
      box-shadow: 0 2px 6px 0 rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      position: relative; }
      .bm-table tr.with-toggle td {
        height: 110px; }
      .bm-table tr.child {
        display: none; }
    .bm-table td {
      height: 100px; }
    .bm-table .gift-logo {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .bm-table .gift-text {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 0;
      margin-left: auto;
      max-width: calc(100% - 150px);
      width: 100%;
      white-space: nowrap;
      overflow-x: hidden; }
    .bm-table tr.with-toggle .mobile-details,
    .bm-table .mobile-details {
      width: 100%;
      height: 0;
      padding: 0;
      overflow-y: hidden; }
    .bm-table .mobile-toggle {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: auto auto auto 10px;
      padding: 0; }
      .bm-table .mobile-toggle svg {
        -webkit-transition: transform 0.2s ease-in-out;
        -o-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition-delay: false; }
    .bm-table .mobile-details-show .mobile-details {
      height: auto;
      padding: 10px; }
    .bm-table .mobile-details-show .gift-text {
      height: auto;
      min-height: 100px;
      white-space: normal; }
    .bm-table .mobile-details-show.with-toggle .mobile-details {
      height: auto;
      padding: 30px 30px 0 30px; }
      .bm-table .mobile-details-show.with-toggle .mobile-details .child-content {
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        border: 1px solid #e1e4ea;
        width: 100%;
        box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
        margin-bottom: 30px; }
    .bm-table .mobile-details-show .mobile-toggle svg {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bm-table .mobile-details-show .mobile-actions {
      margin: 20px auto 10px auto;
      width: 100%; } }

.bm-online-redeem-badge {
  position: absolute;
  right: 0;
  bottom: 70px;
  padding: 8px;
  color: #ffffff;
  z-index: 1;
  background: #ffa126;
  border-radius: 20px 0 0 20px;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto; }

.bm-lightbox {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  z-index: 12;
  /* fade in animation */ }
  .bm-lightbox.fade-in {
    -webkit-animation-name: fade-in;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease-in-out;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: false;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: false;
    /* Safari 4.0 - 8.0 */
    animation-name: fade-in;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: false;
    animation-direction: false; }
  .bm-lightbox .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    /* pop-out animation */ }
    .bm-lightbox .inner.popout {
      -webkit-animation-name: popout;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 0.3s;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-timing-function: ease-in-out;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-iteration-count: false;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-direction: false;
      /* Safari 4.0 - 8.0 */
      animation-name: popout;
      animation-duration: 0.3s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: false;
      animation-direction: false; }
  .bm-lightbox .header {
    text-align: center;
    background: #f2f4f7;
    padding: 14px;
    border-radius: 6px 6px 0 0;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #4f5869;
    height: 52px; }
    .explorer .bm-lightbox .header {
      margin-bottom: -1px; }
    .bm-lightbox .header .close {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 6px; }
      .bm-lightbox .header .close:focus-visible {
        outline: none; }
        .bm-lightbox .header .close:focus-visible .bm-icon {
          outline: 1px solid #ffa126; }
      .bm-lightbox .header .close svg {
        fill: #4f5869; }
  .bm-lightbox .box {
    background: #ffffff;
    padding: 40px;
    border-radius: 0 0 10px 10px; }
  .bm-lightbox.auto .inner {
    width: auto; }
  .bm-lightbox.sm .inner {
    max-width: 400px; }
  .bm-lightbox.md .inner {
    max-width: 560px; }
  .bm-lightbox.lr .inner {
    max-width: 700px; }
  .bm-lightbox.xl .inner {
    max-width: 770px; }
  .bm-lightbox .content-scroll {
    /* width */
    /* Track */
    /* Handle */ }
    .bm-lightbox .content-scroll::-webkit-scrollbar {
      width: 4px;
      background: #f2f4f7;
      margin-left: 10px; }
    .bm-lightbox .content-scroll::-webkit-scrollbar-track {
      border-radius: 10px; }
    .bm-lightbox .content-scroll::-webkit-scrollbar-thumb {
      background: #ffa126;
      border-radius: 10px; }
    .bm-lightbox .content-scroll::-webkit-scrollbar-track-piece {
      width: 30px;
      height: 30px; }
    .bm-lightbox .content-scroll .inner-space {
      padding: 0 20px; }
  .bm-lightbox .lightbox-image img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%; }

@media only screen and (max-height: 1024px) {
  .bm-lightbox .content-scroll {
    max-height: calc(80vh - 100px);
    overflow-y: auto;
    overflow-x: hidden; } }

@media only screen and (max-width: 580px) {
  .bm-lightbox {
    padding: 10px; }
    .bm-lightbox .box {
      padding: 30px 20px; }
  .content-scroll .inner-space {
    padding: 0 14px; } }

.bm-lightbox.video-gallery .box {
  padding: 40px 30px; }

.bm-lightbox.video-gallery .video-gallery-header {
  position: relative; }
  .bm-lightbox.video-gallery .video-gallery-header .back {
    position: absolute;
    top: 0;
    right: 0; }

.bm-lightbox .video-preview {
  max-width: 580px;
  max-height: 335px; }

.bm-lightbox .select-this-video {
  max-width: 365px;
  margin: auto; }

@media only screen and (max-width: 580px) {
  .bm-lightbox.video-gallery .box {
    padding: 30px 10px; } }

.bm-lightbox.package-details .box {
  padding: 40px 20px; }

.bm-lightbox.package-details .inner-space {
  padding: 0 30px; }

.bm-lightbox.package-details .supplier-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  box-shadow: 0 10px 14px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
  width: 70px;
  height: 70px;
  margin: 0 auto 24px auto;
  border-radius: 6px; }
  .bm-lightbox.package-details .supplier-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.bm-lightbox.package-details .description {
  line-height: 1.5; }

.bm-lightbox.package-details .bundle-package-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .bm-lightbox.package-details .bundle-package-details .gift-card {
    width: 300px;
    height: 200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 7px 17px 5px rgba(26, 30, 37, 0.18), 0 0 7px 0 rgba(26, 30, 37, 0.04);
    border-radius: 10px;
    padding: 10px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat; }
    .bm-lightbox.package-details .bundle-package-details .gift-card .price {
      color: #262b36;
      background: #ffffff;
      font-weight: 700;
      font-size: 18px;
      width: 100px;
      height: 30px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 10px;
      box-shadow: -4px 6px 20px 0 rgba(26, 30, 37, 0.3); }
    .bm-lightbox.package-details .bundle-package-details .gift-card .logo {
      width: 90px;
      height: 90px;
      background: #ffffff;
      padding: 4px;
      border-radius: 10px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: auto;
      box-shadow: 6px 6px 20px 0 rgba(26, 30, 37, 0.3); }
      .bm-lightbox.package-details .bundle-package-details .gift-card .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }

.bm-lightbox.package-details .bundle .info {
  width: calc(100% - 350px);
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #f2f4f7;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }
  .bm-lightbox.package-details .bundle .info.desktop {
    display: block; }
    .bm-lightbox.package-details .bundle .info.desktop .bm-supplier-info {
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .bm-lightbox.package-details .bundle .info.desktop .bm-supplier-info .bm-google-map {
        margin: 20px auto 0 auto; }
  .bm-lightbox.package-details .bundle .info.mobile {
    display: none;
    max-width: none;
    margin: 0;
    padding: 0;
    border: none; }

@media only screen and (max-width: 768px) {
  .bm-lightbox.package-details .bundle .info {
    padding-right: 20px;
    margin-right: 20px; } }

@media only screen and (max-width: 580px) {
  .bm-lightbox.package-details .box {
    padding: 30px 10px; }
  .bm-lightbox.package-details .inner-space {
    padding: 0 20px; }
  .bm-lightbox.package-details hr.desktop {
    display: none; }
  .bm-lightbox.package-details .bundle .info.desktop {
    display: none; }
  .bm-lightbox.package-details .bundle .info.mobile {
    display: block;
    width: 100%; }
  .bm-lightbox.package-details .bundle-package-details {
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-lightbox.package-details .bundle-package-details .gift-card {
      margin: 20px auto 10px auto;
      box-shadow: none;
      border: 2px solid #e1e4ea; } }

.bm-lightbox.product-details {
  color: #323a48; }
  .bm-lightbox.product-details .box {
    padding: 40px 23px 40px 20px; }
  .bm-lightbox.product-details .product-carousel-container {
    margin-bottom: 24px;
    justify-content: center; }
  .bm-lightbox.product-details .inner-space {
    padding: 0 23px 0 30px; }
  .bm-lightbox.product-details .supplier-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    box-shadow: 0 10px 14px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
    width: 70px;
    height: 70px;
    margin: 0 auto 24px auto;
    border-radius: 6px; }
    .bm-lightbox.product-details .supplier-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .bm-lightbox.product-details .description {
    line-height: 1.5; }
  .bm-lightbox.product-details .bundle-package-details {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .bm-lightbox.product-details .bundle-package-details .gift-card {
      width: 300px;
      height: 200px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      box-shadow: 0 7px 17px 5px rgba(26, 30, 37, 0.18), 0 0 7px 0 rgba(26, 30, 37, 0.04);
      border-radius: 10px;
      padding: 10px;
      background-size: cover;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat; }
      .bm-lightbox.product-details .bundle-package-details .gift-card .price {
        color: #262b36;
        background: #ffffff;
        font-weight: 700;
        font-size: 18px;
        width: 100px;
        height: 30px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 10px;
        box-shadow: -4px 6px 20px 0 rgba(26, 30, 37, 0.3); }
      .bm-lightbox.product-details .bundle-package-details .gift-card .logo {
        width: 90px;
        height: 90px;
        background: #ffffff;
        padding: 4px;
        border-radius: 10px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: auto;
        box-shadow: 6px 6px 20px 0 rgba(26, 30, 37, 0.3); }
        .bm-lightbox.product-details .bundle-package-details .gift-card .logo img {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          display: block;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
  .bm-lightbox.product-details .bundle .info {
    width: calc(100% - 350px);
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #f2f4f7;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
    .bm-lightbox.product-details .bundle .info.desktop {
      display: block; }
      .bm-lightbox.product-details .bundle .info.desktop .bm-supplier-info {
        flex-direction: row-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .bm-lightbox.product-details .bundle .info.desktop .bm-supplier-info .bm-google-map {
          margin: 20px auto 0 auto; }
    .bm-lightbox.product-details .bundle .info.mobile {
      display: none;
      max-width: none;
      margin: 0;
      padding: 0;
      border: none; }

@media only screen and (max-width: 768px) {
  .bm-lightbox.package-details .bundle .info {
    padding-right: 20px;
    margin-right: 20px; } }

@media only screen and (max-width: 580px) {
  .bm-lightbox.package-details .box {
    padding: 30px 10px; }
  .bm-lightbox.package-details .inner-space {
    padding: 0 20px; }
  .bm-lightbox.package-details hr.desktop {
    display: none; }
  .bm-lightbox.package-details .bundle .info.desktop {
    display: none; }
  .bm-lightbox.package-details .bundle .info.mobile {
    display: block;
    width: 100%; }
  .bm-lightbox.package-details .bundle-package-details {
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-lightbox.package-details .bundle-package-details .gift-card {
      margin: 20px auto 10px auto;
      box-shadow: none;
      border: 2px solid #e1e4ea; } }

@media only screen and (max-width: 740px) {
  .bm-lightbox.product-details .box {
    padding: 30px 10px; }
  .bm-lightbox.product-details .inner-space {
    padding: 0 20px; }
  .bm-lightbox.product-details .bm-supplier-info .icons-list {
    margin-bottom: 14px; } }

@media only screen and (min-height: 1024px) {
  .bm-lightbox.product-details .content-scroll {
    max-height: calc(80vh - 100px);
    overflow-y: auto;
    overflow-x: hidden; } }

.bm-lightbox.media-preview img,
.bm-lightbox.media-preview video {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 60vh; }

@media only screen and (max-width: 580px) {
  .bm-lightbox.media-preview .box {
    padding: 30px 10px; } }

@media only screen and (max-height: 700px) {
  .bm-lightbox.media-preview img,
  .bm-lightbox.media-preview video {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 40vh; } }

.bm-lightbox.giftcard-preview .inner {
  max-width: 950px; }

.bm-lightbox.giftcard-preview .box {
  padding: 0;
  overflow-y: auto; }

.bm-lightbox.giftcard-preview .giftcard-wrapper {
  color: #262b36;
  width: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px; }
  .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px; }
    .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient {
      background: #ffffff;
      padding: 30px;
      width: 200px;
      margin-left: 2px;
      border-radius: 0 6px 6px 0; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .recipient-sender {
        font-weight: 700;
        word-break: break-word; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .greeting {
        font-size: 12px;
        word-break: break-word; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .media-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .media-wrap.num2 {
          gap: 5px; }
        .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .media-wrap.num3 {
          gap: 3px; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .media {
        width: 120px;
        height: 70px;
        display: block;
        margin-bottom: 6px;
        background-size: contain;
        background-position-x: right;
        background-position-y: center;
        background-repeat: no-repeat; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .video-play-text {
        font-size: 10px;
        display: block; }
        .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .video-play-text img {
          width: 10px;
          height: 10px;
          display: inline-block; }
    .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift {
      background: #ffffff;
      padding: 30px;
      width: 350px;
      border-radius: 6px; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-thumbnail {
        position: relative;
        display: block;
        width: 100%;
        height: 180px;
        border-radius: 6px;
        background-color: #f2f4f7;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-details {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-details .logo {
          padding-left: 14px; }
          .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-details .logo img {
            max-width: 50px;
            max-height: 50px;
            width: auto;
            height: auto;
            display: block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
        .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-details .texts {
          display: block; }
          .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-details .texts .name {
            font-weight: 700; }
          .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-details .texts .description {
            font-size: 12px; }
          .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-details .texts .more-details {
            font-size: 10px;
            text-decoration: underline; }
  .bm-lightbox.giftcard-preview .giftcard-wrapper.show-recipient-sender .giftcard-content .gift {
    border-radius: 6px 0 0 6px; }

.bm-lightbox.giftcard-preview .giftcard-details {
  background: #ffffff;
  padding: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #323a48; }

@media only screen and (max-width: 768px) {
  .bm-lightbox.giftcard-preview .giftcard-wrapper {
    padding: 50px 20px; }
    .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content {
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      max-width: 315px; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient {
        width: 100%;
        margin: auto;
        border-radius: 6px;
        margin-bottom: 20px;
        padding: 10px;
        text-align: center; }
        .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .recipient .media {
          margin: 0 auto 6px auto; }
      .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift {
        width: 100%;
        margin: auto;
        border-radius: 6px;
        padding: 10px; }
        .bm-lightbox.giftcard-preview .giftcard-wrapper .giftcard-content .gift .gift-thumbnail {
          height: 140px; }
    .bm-lightbox.giftcard-preview .giftcard-wrapper.show-recipient-sender .giftcard-content .gift {
      border-radius: 6px; }
  .bm-lightbox.giftcard-preview .giftcard-details {
    padding: 30px 10px; } }

@media only screen and (max-height: 750px) {
  .bm-lightbox.giftcard-preview .giftcard-wrapper {
    padding: 20px; }
  .bm-lightbox.giftcard-preview .giftcard-details {
    padding: 20px; }
  .bm-lightbox.giftcard-preview .box {
    max-height: 70vh;
    overflow-y: auto; } }

.bm-lightbox.product-popup .inner {
  max-width: 400px; }

.bm-lightbox.product-popup .box {
  padding: 0;
  overflow-y: auto; }

.bm-lightbox.product-popup .lightbox-wrapper {
  color: #323a48;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 0 20px 40px 20px; }
  .bm-lightbox.product-popup .lightbox-wrapper img {
    display: block;
    width: 100%;
    max-width: 320px; }
  .bm-lightbox.product-popup .lightbox-wrapper .lightbox-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    font-size: 14px;
    width: 100%;
    max-width: 320px;
    padding: 0; }
    .bm-lightbox.product-popup .lightbox-wrapper .lightbox-content .lightbox-content-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 25px;
      text-align: center; }
    .bm-lightbox.product-popup .lightbox-wrapper .lightbox-content .lightbox-content-description {
      font-size: 16px;
      line-height: 23px;
      text-align: center; }
    .bm-lightbox.product-popup .lightbox-wrapper .lightbox-content .lightbox-content-button {
      width: 100%; }

@media only screen and (max-width: 768px) {
  .bm-lightbox.product-popup .inner {
    max-width: 340px; }
  .bm-lightbox.product-popup .lightbox-wrapper {
    padding: 0 20px 30px 20px; }
    .bm-lightbox.product-popup .lightbox-wrapper img {
      max-width: 300px; }
    .bm-lightbox.product-popup .lightbox-wrapper .lightbox-content {
      max-width: 300px; } }

.bm-lightbox.reset-password .thumb-up {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto 24px auto; }

.bm-lightbox.creditguard-iframe .box {
  padding: 0px; }

.bm-lightbox.creditguard-iframe iframe {
  width: 100%;
  border: none;
  min-height: 538px; }

@media only screen and (max-width: 425px) {
  .bm-lightbox.creditguard-iframe .box {
    padding: 0px; } }

@media only screen and (max-height: 700px) {
  .bm-lightbox.creditguard-iframe .box {
    max-height: 70vh;
    overflow-y: auto;
    padding: 0px; }
  .bm-lightbox.creditguard-iframe iframe {
    width: 100%;
    border: none;
    min-height: 538px; } }

.bm-lightbox.creditguard-3ds-iframe .box {
  padding: 30px 30px 20px 30px; }

.bm-lightbox.creditguard-3ds-iframe iframe {
  width: 100%;
  border: none;
  height: 800px; }

@media only screen and (max-width: 425px) {
  .bm-lightbox.creditguard-3ds-iframe .box {
    padding: 30px 20px 10px 20px; } }

@media only screen and (max-height: 700px) {
  .bm-lightbox.creditguard-3ds-iframe .box {
    max-height: 70vh;
    overflow-y: auto;
    padding: 30px 20px 10px 20px; }
  .bm-lightbox.creditguard-3ds-iframe iframe {
    width: 100%;
    border: none;
    height: 800px; } }

.bm-lightbox.sms-confirm .code input {
  letter-spacing: 5px;
  font-size: 18px;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */ }
  .bm-lightbox.sms-confirm .code input::placeholder {
    font-size: 18px; }
  .bm-lightbox.sms-confirm .code input:-ms-input-placeholder {
    font-size: 18px; }
  .bm-lightbox.sms-confirm .code input::-ms-input-placeholder {
    font-size: 18px; }

.bm-lightbox.bind-gifts .box {
  padding: 40px 20px; }

.bm-lightbox.bind-gifts .bm-date.show-calendar .calendar-dropdown {
  top: auto;
  bottom: 39px;
  border-radius: 10px 10px 0 0; }

.bm-lightbox.bind-gifts .bm-date.show-calendar .display-date,
.bm-lightbox.bind-gifts .bm-date.show-calendar .date-input {
  border-radius: 0 0 6px 6px; }

.bm-lightbox.bind-gifts .bm-date .calendar-dropdown {
  transform-origin: center bottom;
  top: -170px; }

.bm-lightbox.event-form .box {
  padding: 40px 20px; }

.bm-lightbox.event-form .thumbnail {
  display: block;
  margin: auto auto 24px auto; }

.bm-lightbox.event-form .content-scroll .inner-space {
  position: relative; }

.iphone .bm-lightbox.event-form .content-scroll.calendar-open,
.ipdad .bm-lightbox.event-form .content-scroll.calendar-open,
.android .bm-lightbox.event-form .content-scroll.calendar-open {
  padding-top: 80px; }

@media only screen and (max-height: 800px) {
  .bm-lightbox.event-form .bm-date.show-calendar .calendar-dropdown {
    top: auto;
    bottom: 39px;
    border-radius: 10px 10px 0 0; }
  .bm-lightbox.event-form .bm-date.show-calendar .display-date,
  .bm-lightbox.event-form .bm-date.show-calendar .date-input {
    border-radius: 0 0 6px 6px; }
  .bm-lightbox.event-form .bm-date .calendar-dropdown {
    transform-origin: center bottom;
    top: -170px; } }

@media only screen and (max-width: 768px) {
  .bm-lightbox.event-form .description {
    text-align: right; } }

.bm-lightbox.check-balance .content-scroll.show-form {
  overflow-y: unset;
  overflow-x: unset; }

.bm-lightbox.check-balance .box {
  padding: 20px 20px 40px 20px; }

.bm-lightbox.check-balance .image img {
  display: block;
  margin: auto;
  width: 440px;
  max-width: 100%; }

.bm-lightbox.check-balance .bm-input input {
  text-align: center; }

.explorer .bm-lightbox.check-balance .bm-date.show-calendar .calendar-dropdown,
.iphone .bm-lightbox.check-balance .bm-date.show-calendar .calendar-dropdown,
.android .bm-lightbox.check-balance .bm-date.show-calendar .calendar-dropdown {
  top: auto;
  bottom: 39px;
  border-radius: 10px 10px 0 0; }

.explorer .bm-lightbox.check-balance .bm-date.show-calendar .display-date,
.explorer .bm-lightbox.check-balance .bm-date.show-calendar .date-input,
.iphone .bm-lightbox.check-balance .bm-date.show-calendar .display-date,
.iphone .bm-lightbox.check-balance .bm-date.show-calendar .date-input,
.android .bm-lightbox.check-balance .bm-date.show-calendar .display-date,
.android .bm-lightbox.check-balance .bm-date.show-calendar .date-input {
  border-radius: 0 0 6px 6px; }

.explorer .bm-lightbox.check-balance .bm-date .calendar-dropdown,
.iphone .bm-lightbox.check-balance .bm-date .calendar-dropdown,
.android .bm-lightbox.check-balance .bm-date .calendar-dropdown {
  transform-origin: center bottom;
  top: -170px; }

.bm-lightbox.check-balance .show-realizations .button .bm-icon {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (max-height: 800px) {
  .bm-lightbox.check-balance .content-scroll.show-form {
    overflow-y: auto;
    overflow-x: hidden; }
  .bm-lightbox.check-balance .picker__holder {
    -webkit-transform: translateY(-195px) perspective(600px) rotateX(0);
    transform: translateY(-195px) perspective(600px) rotateX(0); }
  .bm-lightbox.check-balance .picker--opened .picker__holder {
    -webkit-transform: translateY(-309px) perspective(600px) rotateX(0);
    transform: translateY(-309px) perspective(600px) rotateX(0); } }

@media only screen and (max-width: 580px) {
  .bm-lightbox.check-balance .box {
    padding: 30px 10px; }
  .bm-lightbox.check-balance .content-scroll .inner-space {
    padding: 0 10px; }
  .bm-lightbox.check-balance .bm-realization-row .dash {
    display: block;
    font-size: 0; }
  .bm-lightbox.check-balance .bm-btn.lr {
    padding: 10px 6px; }
  .iphone .bm-lightbox.check-balance .bm-date.show-calendar .calendar-dropdown,
  .android .bm-lightbox.check-balance .bm-date.show-calendar .calendar-dropdown {
    top: -247px; } }

.bm-lightbox.load-sv .box {
  padding: 20px 20px 40px 20px; }

.bm-lightbox.load-sv .image img {
  display: block;
  margin: auto;
  width: 440px;
  max-width: 100%; }

.bm-sending-methods {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: relative;
  min-height: 160px; }
  .bm-sending-methods .bm-input input {
    height: 35px; }
  .bm-sending-methods .label {
    display: block;
    font-size: 13px;
    color: #79849a;
    text-align: center; }
  .bm-sending-methods .toggle-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin: 0 6px 10px 6px; }
    .bm-sending-methods .toggle-icon .times {
      position: absolute;
      top: 0; }
      .rtl .bm-sending-methods .toggle-icon .times {
        right: -20px; }
      .ltr .bm-sending-methods .toggle-icon .times {
        left: -20px; }
    .bm-sending-methods .toggle-icon .circle-area {
      display: block;
      width: 70px;
      margin: auto;
      position: relative; }
    .bm-sending-methods .toggle-icon .method-icon {
      display: block;
      margin: 0 auto 10px auto; }
      .bm-sending-methods .toggle-icon .method-icon .circle {
        stroke: #79849a;
        fill: #ffffff;
        -webkit-transition: stroke 0.2s ease-in-out;
        -o-transition: stroke 0.2s ease-in-out;
        transition: stroke 0.2s ease-in-out;
        transition-delay: false; }
      .bm-sending-methods .toggle-icon .method-icon .icon {
        fill: #ffa126;
        -webkit-transition: fill 0.2s ease-in-out;
        -o-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        transition-delay: false; }
      .bm-sending-methods .toggle-icon .method-icon:hover .circle {
        stroke: #ffa126; }
    .bm-sending-methods .toggle-icon.checked .method-icon .circle {
      stroke: #ffa126; }
    .bm-sending-methods .toggle-icon.checked .label {
      color: #ffa126; }
  .bm-sending-methods .print-note {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right; }
    .bm-sending-methods .print-note .bm-icon {
      margin-left: 6px; }
    .explorer.v10 .bm-sending-methods .print-note .text {
      width: 150px;
      display: inline-block; }
  .bm-sending-methods .mobile-sending-method-input {
    width: 100%;
    display: none; }

@media only screen and (max-width: 580px) {
  .bm-sending-methods {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    min-height: unset; }
    .bm-sending-methods .toggle-icon .bm-field {
      display: none; }
    .bm-sending-methods .toggle-icon .circle-area .times {
      right: -30px; }
    .bm-sending-methods .toggle-icon .circle-area .times-circle {
      width: 24px;
      height: 24px; }
    .bm-sending-methods .mobile-sending-method-input {
      display: block; }
    .bm-sending-methods .bm-input input {
      height: 40px; } }

.bm-bundle-package {
  margin: 0 10px;
  border: 4px solid transparent;
  border-radius: 6px;
  -webkit-transition: opacity 0.2s ease-in-out , border-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out , border-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out , border-color 0.2s ease-in-out;
  transition-delay: false;
  opacity: 0.5; }
  .bm-bundle-package .thumbnail {
    width: 90px;
    height: 60px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 14px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
    cursor: pointer;
    border-radius: 3px; }
  .bm-bundle-package.selected {
    opacity: 1; }
    .rtl .bm-bundle-package.selected {
      border-color: #ffa126; }
    .ltr .bm-bundle-package.selected {
      border-color: #fc354c; }

@media only screen and (max-width: 580px) {
  .bm-bundle-package {
    background-color: #e1e4ea; }
    .bm-bundle-package .thumbnail {
      display: none; } }

.bm-bundle-carousel {
  margin: 30px auto 10px auto; }
  .bm-bundle-carousel.desktop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .bm-bundle-carousel.desktop .bundle-packages-wrapper {
      width: 354px;
      height: 90px;
      overflow: hidden;
      position: relative; }
    .bm-bundle-carousel.desktop .bundle-packages {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: absolute;
      top: 0;
      right: 0;
      width: 999px;
      -webkit-transition: right 0.4s ease-in-out;
      -o-transition: right 0.4s ease-in-out;
      transition: right 0.4s ease-in-out;
      transition-delay: false; }
      .bm-bundle-carousel.desktop .bundle-packages.step1 {
        right: -118px; }
      .bm-bundle-carousel.desktop .bundle-packages.step2 {
        right: -236px; }
      .bm-bundle-carousel.desktop .bundle-packages.step3 {
        right: -354px; }
      .bm-bundle-carousel.desktop .bundle-packages.step4 {
        right: -472px; }
      .bm-bundle-carousel.desktop .bundle-packages.step5 {
        right: -590px; }
      .bm-bundle-carousel.desktop .bundle-packages.step6 {
        right: -708px; }
      .bm-bundle-carousel.desktop .bundle-packages.step7 {
        right: -826px; }
      .bm-bundle-carousel.desktop .bundle-packages.step8 {
        right: -944px; }
      .bm-bundle-carousel.desktop .bundle-packages.step9 {
        right: -1062px; }
  .bm-bundle-carousel.mobile {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: auto; }
    .bm-bundle-carousel.mobile .arrow svg {
      width: 30px;
      height: 30px; }
  .bm-bundle-carousel .arrow svg {
    width: 40px;
    height: 40px;
    fill: #bdc4d1;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    transition-delay: false; }
  .rtl .bm-bundle-carousel .arrow.enabled svg {
    fill: #ffa126; }
  .ltr .bm-bundle-carousel .arrow.enabled svg {
    fill: #fc354c; }
  .bm-bundle-carousel .bundle-packages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media only screen and (max-width: 580px) {
  .bm-bundle-carousel.desktop {
    display: none; }
  .bm-bundle-carousel.mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.bm-mini-header.new-design {
  background-color: #f2f4f7; }
  .bm-mini-header.new-design.super-voucher-header {
    background-image: url("/images/super_voucher_hero.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top; }
  .bm-mini-header.new-design > .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    color: #ffffff; }
  .bm-mini-header.new-design .logo img {
    width: 54px;
    height: 55px;
    display: block; }
  .bm-mini-header.new-design .menu {
    font-size: 13px;
    position: relative; }
    .bm-mini-header.new-design .menu .arrow {
      position: absolute;
      left: 18px;
      bottom: 5px;
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false; }
      .bm-mini-header.new-design .menu .arrow svg {
        fill: #ffffff;
        display: block; }
    .bm-mini-header.new-design .menu:hover .menu-parent {
      cursor: pointer;
      background: #f48d07; }
    .bm-mini-header.new-design .menu:hover .arrow {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bm-mini-header.new-design .menu .menu-parent {
      width: 120px;
      height: 24px;
      display: inline-block;
      padding: 2.5px 16px;
      background: #ffa126;
      font-weight: bold;
      border-radius: 6px;
      text-decoration: none;
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      transition-delay: false; }
      .bm-mini-header.new-design .menu .menu-parent.signed {
        background: none;
        color: #ffa126;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.08; }
        .bm-mini-header.new-design .menu .menu-parent.signed svg {
          fill: #ffa126;
          display: block; }
    .bm-mini-header.new-design .menu .menu-child::before {
      content: '';
      height: 1em;
      width: 160px;
      position: absolute;
      top: -10px;
      left: 0;
      cursor: pointer; }
    .bm-mini-header.new-design .menu .menu-child {
      padding: 4px 8px 4px 11px;
      border-radius: 6px;
      border: solid 1px #ffa126;
      color: #323a48;
      left: -20.5px;
      top: 30px;
      z-index: 2;
      position: absolute;
      transform: scale(1, 0);
      transform-origin: top;
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false;
      background: #ffffff;
      width: 160px; }
      .bm-mini-header.new-design .menu .menu-child > li a {
        text-decoration: none;
        padding: 8.25px 10px;
        display: block;
        border-bottom: 1px solid #f2f4f7;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        transition-delay: false; }
        .bm-mini-header.new-design .menu .menu-child > li a.dropdown-item:nth-last-of-type(1) {
          border: none; }
        .bm-mini-header.new-design .menu .menu-child > li a:hover {
          color: #ffa126; }
    .bm-mini-header.new-design .menu .menu-btn:hover .menu-child {
      transform: scale(1, 1); }
  .bm-mini-header.new-design .super-voucher-btn {
    font-size: 13px;
    margin: auto auto auto 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    display: inline-block; }
    .bm-mini-header.new-design .super-voucher-btn:hover {
      text-decoration: underline; }
  .bm-mini-header.new-design .mobile-menu-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none; }
    .bm-mini-header.new-design .mobile-menu-btn svg {
      display: block;
      margin: 0; }
  .bm-mini-header.new-design .mobile-logo {
    display: none;
    margin: auto;
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .bm-mini-header.new-design .mobile-logo img {
      display: block;
      margin: auto; }

.bm-mini-header.old-design {
  background-image: radial-gradient(circle at 50% 50%, #fdaf19, #fea820 64%); }
  .bm-mini-header.old-design.super-voucher-header {
    background-image: url("/images/super_voucher_hero.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top; }
  .bm-mini-header.old-design > .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    color: #ffffff; }
  .bm-mini-header.old-design .logo img {
    width: 54px;
    height: 55px;
    display: block; }
  .bm-mini-header.old-design .menu {
    font-size: 13px;
    position: relative; }
    .bm-mini-header.old-design .menu .arrow {
      position: absolute;
      left: 5px;
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false; }
      .bm-mini-header.old-design .menu .arrow svg {
        fill: #ffffff;
        display: block; }
    .bm-mini-header.old-design .menu:hover .menu-parent {
      cursor: pointer;
      background: #10718e; }
    .bm-mini-header.old-design .menu:hover .arrow {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bm-mini-header.old-design .menu .menu-parent {
      width: 110px;
      display: inline-block;
      padding: 7px 10px;
      background: #1e879b;
      border-radius: 3px;
      text-decoration: none;
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      transition-delay: false; }
    .bm-mini-header.old-design .menu .menu-child {
      position: absolute;
      transform: scale(1, 0);
      transform-origin: top;
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false;
      background: #ffffff;
      color: #1e879b;
      width: 100%; }
      .bm-mini-header.old-design .menu .menu-child > li a {
        text-decoration: none;
        padding: 7px 10px;
        display: block;
        border-bottom: 1px solid #1e879b;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        transition-delay: false; }
        .bm-mini-header.old-design .menu .menu-child > li a.dropdown-item:nth-last-of-type(1) {
          border: none; }
        .bm-mini-header.old-design .menu .menu-child > li a:hover {
          color: #ffa126; }
    .bm-mini-header.old-design .menu .menu-btn:hover .menu-child {
      transform: scale(1, 1); }
  .bm-mini-header.old-design .super-voucher-btn {
    font-size: 13px;
    margin: auto auto auto 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    display: inline-block; }
    .bm-mini-header.old-design .super-voucher-btn:hover {
      text-decoration: underline; }
  .bm-mini-header.old-design .mobile-menu-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none; }
    .bm-mini-header.old-design .mobile-menu-btn svg {
      display: block;
      margin: 0; }
  .bm-mini-header.old-design .mobile-logo {
    display: none;
    margin: auto;
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .bm-mini-header.old-design .mobile-logo img {
      display: block;
      margin: auto; }

@media only screen and (max-width: 740px) {
  .bm-mini-header.new-design, .bm-mini-header.old-design {
    background-color: #fab442;
    margin-top: -55px; }
    .bm-mini-header.new-design > .wrapper, .bm-mini-header.old-design > .wrapper {
      height: 64px; }
    .bm-mini-header.new-design .mobile-menu-btn, .bm-mini-header.old-design .mobile-menu-btn {
      display: block; }
    .bm-mini-header.new-design .logo, .bm-mini-header.old-design .logo {
      display: none; }
    .bm-mini-header.new-design .mobile-logo, .bm-mini-header.old-design .mobile-logo {
      display: block; }
    .bm-mini-header.new-design .menu, .bm-mini-header.old-design .menu {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .bm-mini-header.new-design .menu-btn, .bm-mini-header.old-design .menu-btn {
      display: none; }
  .super-voucher-flow .bm-mini-header {
    margin-top: -80px; }
  .super-voucher-flow .menu {
    display: none; }
  .super-voucher-flow .super-voucher-btn {
    margin: auto auto auto 0; } }

.bm-sticky-header {
  box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11; }
  .bm-sticky-header.with-transition {
    top: -60px;
    transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out; }
  .bm-sticky-header.minor-shadow {
    box-shadow: 0 4px 10px 0 rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04); }
  .bm-sticky-header > .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    color: #ffffff;
    max-width: 1170px; }
  .bm-sticky-header .logo-yellow img {
    width: 54px;
    height: 54px;
    display: block; }
  .bm-sticky-header .search-bar-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    position: fixed; }
    .bm-sticky-header .search-bar-container .header-search-bar {
      top: 14px; }
  .bm-sticky-header .search-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .bm-sticky-header .search-button {
    font-size: 13px;
    color: #323a48;
    margin-left: 15px;
    padding: 3.5px 0px; }
    .bm-sticky-header .search-button :hover {
      cursor: pointer;
      color: #ffa126; }
      .bm-sticky-header .search-button :hover svg {
        fill: #ffa126; }
    .bm-sticky-header .search-button.clicked {
      color: #ffa126; }
      .bm-sticky-header .search-button.clicked svg {
        fill: #ffa126; }
    .bm-sticky-header .search-button .text {
      margin-left: 5px;
      transition: color 0.2s ease-in-out; }
  .bm-sticky-header .menu {
    font-size: 13px;
    position: relative; }
    .bm-sticky-header .menu .arrow {
      position: absolute;
      left: -2px;
      bottom: 8px;
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false; }
      .bm-sticky-header .menu .arrow svg {
        fill: #ffffff;
        display: block; }
    .bm-sticky-header .menu:hover .menu-parent {
      cursor: pointer;
      background: #f48d07; }
    .bm-sticky-header .menu:hover .arrow {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bm-sticky-header .menu .menu-parent {
      width: 120px;
      height: 24px;
      display: inline-block;
      padding: 2.5px 16px;
      background: #ffa126;
      border-radius: 6px;
      text-decoration: none;
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      transition-delay: false;
      font-weight: bold; }
      .bm-sticky-header .menu .menu-parent.signed {
        background: none;
        color: #ffa126;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.08;
        padding-top: 4.5px;
        padding-bottom: 4.5px;
        padding-right: 32px; }
        .bm-sticky-header .menu .menu-parent.signed svg {
          fill: #ffa126;
          display: block; }
    .bm-sticky-header .menu .menu-child {
      padding: 4px 8px 4px 11px;
      border-radius: 6px;
      border: solid 1px #ffa126;
      color: #323a48;
      left: -35px;
      top: 30px;
      z-index: 2;
      position: absolute;
      transform: scale(1, 0);
      transform-origin: top;
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false;
      background: #ffffff;
      width: 160px; }
      .bm-sticky-header .menu .menu-child > li a {
        text-decoration: none;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #f2f4f7;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        transition-delay: false; }
        .bm-sticky-header .menu .menu-child > li a.dropdown-item:nth-last-of-type(1) {
          border: none; }
        .bm-sticky-header .menu .menu-child > li a:hover {
          color: #ffa126; }
    .bm-sticky-header .menu .menu-child::before {
      content: '';
      height: 1em;
      width: 160px;
      position: absolute;
      top: -10px;
      left: 0; }
    .bm-sticky-header .menu .menu-btn:hover .menu-child {
      transform: scale(1, 1); }
  .bm-sticky-header .super-voucher-btn {
    font-size: 13px;
    margin: auto auto auto 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    display: inline-block; }
    .bm-sticky-header .super-voucher-btn:hover {
      text-decoration: underline; }
  .bm-sticky-header .mobile-menu-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none; }
    .bm-sticky-header .mobile-menu-btn svg {
      display: block;
      margin: 0; }
  .bm-sticky-header .mobile-logo {
    display: none;
    margin: auto;
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .bm-sticky-header .mobile-logo img {
      display: block;
      margin: auto; }

@media only screen and (max-width: 740px) {
  .bm-sticky-header {
    margin-top: -55px; }
    .bm-sticky-header > .wrapper {
      height: 45px; }
    .bm-sticky-header .mobile-menu-btn {
      display: block; }
    .bm-sticky-header .logo {
      display: none; }
    .bm-sticky-header .mobile-logo {
      display: block; }
    .bm-sticky-header .menu {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .bm-sticky-header .menu-btn {
      display: none; }
  .super-voucher-flow .bm-sticky-header {
    margin-top: -80px; }
  .super-voucher-flow .menu {
    display: none; }
  .super-voucher-flow .super-voucher-btn {
    margin: auto auto auto 0; } }

.bm-show-on-scroll-position > .hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }

.bm-category-page .breadcrumbs-wrapper {
  margin-top: 60px; }

@media screen and (max-width: 740px) {
  .bm-category-page .breadcrumbs-wrapper {
    margin-top: 0; } }

.bm-gift-flow + .bm-mini-footer,
.bm-wizard + .bm-mini-footer {
  margin-top: 30px !important; }

.bm-current-route-money .bm-mini-footer .divider,
.bm-current-route-money .bm-mini-footer .disclaimer,
.bm-current-route-success .bm-mini-footer .divider,
.bm-current-route-success .bm-mini-footer .disclaimer,
.bm-current-route-payment .bm-mini-footer .divider,
.bm-current-route-payment .bm-mini-footer .disclaimer,
.bm-current-route-bundle .bm-mini-footer .divider,
.bm-current-route-bundle .bm-mini-footer .disclaimer,
.bm-current-route-package .bm-mini-footer .divider,
.bm-current-route-package .bm-mini-footer .disclaimer {
  display: none; }

.bm-mini-footer {
  border-top: 1px solid #f2f4f7;
  width: 100%; }
  .bm-mini-footer .footer-copyright-and-year {
    color: #79849a;
    font-size: 14px; }
  .bm-mini-footer .divider {
    margin: 0 auto;
    max-width: 1091px;
    width: 100%;
    background-color: #e1e4ea;
    height: 1px; }
  .bm-mini-footer .disclaimer {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    text-align: center; }
  .bm-mini-footer .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px; }
    .bm-mini-footer .wrapper .buttons {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .bm-mini-footer .wrapper .buttons .icon {
        margin-left: 24px;
        text-decoration: none; }
        .bm-mini-footer .wrapper .buttons .icon img {
          width: 30px;
          height: 30px;
          border-radius: 100%; }
        .bm-mini-footer .wrapper .buttons .icon:hover img {
          background: #eaeaea; }
    .bm-mini-footer .wrapper .info {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 270px; }
      .bm-mini-footer .wrapper .info .logo img {
        width: 45px;
        height: 45px;
        display: block; }
    .bm-mini-footer .wrapper .pci-dss img {
      display: block;
      width: 73px;
      height: 28px; }
  .bm-mini-footer .mobile-show {
    display: none; }

@media only screen and (max-height: 600px) {
  .bm-mini-footer {
    position: static; } }

@media only screen and (max-width: 580px) {
  .bm-mini-footer .wrapper {
    height: auto;
    padding: 20px;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-mini-footer .wrapper .buttons .icon {
      margin: 0 14px; }
  .bm-mini-footer .mobile-show {
    display: block;
    width: 100%; } }

.bm-send-notifications .notification {
  vertical-align: middle; }

.bm-send-notifications .whatsapp-green {
  color: #56b85a; }

.bm-send-notifications .whatsapp-icon svg {
  fill: #56b85a; }

.bm-send-notifications .info-circle {
  color: #323a48; }

.desktop .bm-payment-method.bit {
  display: none; }

.bm-payment-method {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border: 1px solid #e1e4ea;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  padding: 14px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  transition-delay: false;
  color: #4f5869; }
  .bm-payment-method:focus-visible {
    outline: 1px solid #323a48; }
  .desktop .bm-payment-method:hover:not(.active):not(.error-border):not(.hover-disabled) {
    border-color: #ffa126; }
  .rtl .bm-payment-method.active {
    border-color: #ffa126; }
  .ltr .bm-payment-method.active {
    border-color: #fc354c; }
  .bm-payment-method.active.combined {
    border-width: 2px; }
  .bm-payment-method.active.super-voucher {
    height: auto; }
  .rtl .bm-payment-method.error-border,
  .ltr .bm-payment-method.error-border {
    border-color: #f01f39; }
  .bm-payment-method .icon {
    width: 50px;
    height: 30px;
    background: #f2f4f7;
    border-radius: 2px;
    margin-left: 10px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat; }
  .bm-payment-method .label {
    margin-left: 10px; }
  .bm-payment-method .user-balance {
    font-size: 12px;
    color: #79849a; }
  .bm-payment-method .text {
    margin: 0 10px; }
  .bm-payment-method .bm-input,
  .bm-payment-method .bm-select {
    width: 100px; }
    .bm-payment-method .bm-input select,
    .bm-payment-method .bm-input .selected-name,
    .bm-payment-method .bm-select select,
    .bm-payment-method .bm-select .selected-name {
      text-align: center;
      padding: 4px 10px; }
      .bm-payment-method .bm-input select .selected-text,
      .bm-payment-method .bm-input .selected-name .selected-text,
      .bm-payment-method .bm-select select .selected-text,
      .bm-payment-method .bm-select .selected-name .selected-text {
        max-width: none; }
    .bm-payment-method .bm-input li,
    .bm-payment-method .bm-select li {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .bm-payment-method .bm-input.with-icon input {
    text-align: center; }
  .bm-payment-method .bm-input.with-icon .bm-icon {
    padding: 4px; }
  .bm-payment-method .bm-input .parsley-errors-list {
    bottom: -15px; }
  .bm-payment-method .method-field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0 0; }
  .bm-payment-method .remains-line {
    width: 100%;
    border-top: 1px solid #e1e4ea;
    padding: 14px 60px 0 0;
    margin-top: 14px; }
  .bm-payment-method .remove-card {
    display: inline-block;
    margin: auto auto auto 0; }
    .bm-payment-method .remove-card svg {
      display: inline-block;
      -webkit-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition-delay: false; }
  .bm-payment-method:not(.hover-disabled) .remove-card:hover svg {
    transform: scale(1.1, 1.1); }
  .bm-payment-method .card-digits,
  .bm-payment-method .card-mask {
    display: inline-block;
    vertical-align: middle; }
  .bm-payment-method .card-mask {
    font-size: 8px; }

.add-new-card {
  padding: 6px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition-delay: false; }
  .rtl .add-new-card {
    color: #ffa126; }
  .ltr .add-new-card {
    color: #fc354c; }
  .add-new-card:focus-visible {
    border-radius: 6px;
    outline: 1px solid #323a48; }
  .rtl .add-new-card:hover {
    color: #f48d07; }
  .ltr .add-new-card:hover {
    color: #c01e31; }
  .add-new-card .bm-icon {
    padding-left: 10px; }
    .add-new-card .bm-icon svg {
      width: 50px;
      height: 30px; }
      .add-new-card .bm-icon svg .frame {
        fill: #ffffff;
        -webkit-transition: fill 0.2s ease-in-out;
        -o-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        transition-delay: false; }
  .add-new-card .text {
    font-size: 14px;
    font-weight: 700; }

.edit-receipt-details {
  padding: 6px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition-delay: false;
  margin-bottom: 10px; }
  .rtl .edit-receipt-details {
    color: #ffa126; }
  .ltr .edit-receipt-details {
    color: #fc354c; }
  .rtl .edit-receipt-details:hover {
    color: #f48d07; }
  .ltr .edit-receipt-details:hover {
    color: #c01e31; }
  .edit-receipt-details .bm-icon {
    padding-left: 10px;
    padding-right: 10px; }
    .edit-receipt-details .bm-icon svg {
      width: 14px; }
      .edit-receipt-details .bm-icon svg .frame {
        fill: #ffffff;
        -webkit-transition: fill 0.2s ease-in-out;
        -o-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        transition-delay: false; }
  .edit-receipt-details .text {
    font-size: 14px;
    font-weight: 700; }
  .edit-receipt-details .chevron {
    fill: #ffa126; }
  .edit-receipt-details .chevron-down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.line-break {
  margin-top: 10px; }

@media only screen and (max-width: 1050px) {
  .bm-payment-method {
    height: auto;
    padding: 10px; }
    .bm-payment-method .method-field {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin-top: 10px; }
    .bm-payment-method .text {
      margin-right: 0; }
    .bm-payment-method .remains-line {
      padding-right: 0; } }

.bm-white-loading-screen {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  /* fade in animation */ }
  .bm-white-loading-screen.fade-in {
    -webkit-animation-name: fade-in;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease-in-out;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: false;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: false;
    /* Safari 4.0 - 8.0 */
    animation-name: fade-in;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: false;
    animation-direction: false; }
  .bm-white-loading-screen .logo {
    -webkit-animation-name: flying-logo;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease-in-out;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: false;
    /* Safari 4.0 - 8.0 */
    animation-name: flying-logo;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: false;
    display: block;
    margin: auto; }
  .bm-white-loading-screen .text {
    display: block;
    margin: 24px auto auto auto; }

@keyframes flying-logo {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes flying-logo {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }

.bm-success-page {
  background-image: linear-gradient(to top, #f2f4f7 61%, #007ea7 241%);
  padding: 60px 60px 0 60px;
  line-height: 1.6;
  height: calc(100vh - 60px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .iframe-view .bm-success-page {
    padding: 60px; }
    .iframe-view .bm-success-page .inner {
      margin-top: 0; }
  .bm-success-page canvas {
    pointer-events: none; }
  .bm-success-page > .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: auto; }
  .bm-success-page .success-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
    width: 100%;
    max-width: 550px;
    text-align: center; }
    .bm-success-page .success-box .product-card {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 182px;
      height: 120px;
      margin: auto;
      border-radius: 6px;
      box-shadow: 0px 0px 2.614px 0px rgba(26, 30, 37, 0.04), 0px 4.357px 8.714px 1.743px rgba(26, 30, 37, 0.08); }
      .bm-success-page .success-box .product-card .product-card-image {
        width: 120px;
        height: 86px;
        margin-top: 4px;
        position: relative; }
        .bm-success-page .success-box .product-card .product-card-image .product-image {
          width: auto;
          max-width: 100%;
          height: 100%; }
        .bm-success-page .success-box .product-card .product-card-image .supplier-logo {
          display: inline-block;
          position: absolute;
          top: 4px;
          left: -23px;
          width: 45px;
          height: 45px;
          border-radius: 4px;
          background: #ffffff;
          padding: 4px;
          object-fit: contain;
          box-shadow: 0px 0px 3.976px 0px rgba(26, 30, 37, 0.04), 2px 2.63px 9px 2.65px rgba(26, 30, 37, 0.14); }
      .bm-success-page .success-box .product-card .product-name {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        line-height: 12px;
        height: 30px; }
  .rtl .bm-success-page .in-future {
    color: #ffa126; }
  .ltr .bm-success-page .in-future {
    color: #fc354c; }
  .bm-success-page .gift-box {
    -webkit-animation-name: popout;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease-out;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: false;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: false;
    /* Safari 4.0 - 8.0 */
    animation-name: popout;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: false;
    animation-direction: false; }
  .bm-success-page .whatsapp .bm-btn.blank {
    border-color: #56b85a;
    color: #56b85a; }
    .bm-success-page .whatsapp .bm-btn.blank .bm-icon {
      margin-left: 0; }
    .bm-success-page .whatsapp .bm-btn.blank svg {
      fill: #56b85a;
      width: 40px;
      height: 40px; }
  .bm-success-page .bundle-fail-img img {
    display: block;
    margin: auto;
    max-width: 100%; }

@media only screen and (max-width: 768px) {
  .bm-success-page {
    padding: 50px 20px 0 20px; }
    .bm-success-page .success-box {
      padding: 30px 20px; } }

@media only screen and (max-width: 580px) {
  .bm-success-page .mobile-hidden {
    display: none; } }

#bm-confetti {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.bm-date {
  color: #262b36; }
  .bm-date.disabled .date-input,
  .bm-date.disabled .display-date {
    cursor: not-allowed;
    background: #f2f4f7;
    color: #bdc4d1; }
  .rtl .bm-date.disabled .bm-icon.theme svg,
  .ltr .bm-date.disabled .bm-icon.theme svg {
    fill: #bdc4d1; }
  .bm-date > label {
    font-size: 14px;
    width: 100%;
    position: relative;
    display: block; }
  .bm-date .label {
    display: block; }
  .bm-date .calendar-icon {
    position: absolute;
    bottom: 8px;
    z-index: 3; }
    .rtl .bm-date .calendar-icon {
      left: 10px; }
    .ltr .bm-date .calendar-icon {
      right: 10px; }
  .bm-date .hidden-input {
    width: 0px;
    height: 0px;
    position: absolute; }
  .bm-date .display-date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    width: 100%;
    border: 1px solid #bdc4d1;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition-delay: false;
    height: 40px;
    font-size: 14px; }
  .bm-date .parsley-error .display-date,
  .bm-date .parsley-error .date-input {
    border-color: #f01f39; }
  .bm-date.empty .display-date {
    color: #bdc4d1; }
  .bm-date.filled:not(.error):not(.show-calendar) .date-input,
  .bm-date.filled:not(.error):not(.show-calendar) .display-date {
    border-color: #79849a; }
  .bm-date .calendar-dropdown {
    transform-origin: top center;
    transform: scale(0, 0);
    width: 100%;
    min-width: 280px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ffa126;
    text-align: center;
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 2; }
  .bm-date.with-label .calendar-dropdown {
    top: 75px; }
  .bm-date.focus .display-date,
  .bm-date.focus .date-input {
    border-color: #ffa126; }
  .bm-date.show-calendar .calendar-dropdown {
    transform: scale(1, 1);
    -webkit-animation-name: slide-down;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: ease-in-out;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: false;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: false;
    /* Safari 4.0 - 8.0 */
    animation-name: slide-down;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: false;
    animation-direction: false; }
  .bm-date.show-calendar .display-date {
    border-radius: 6px 6px 0 0; }
  .bm-date .calendar-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 100%; }
    .explorer.v10 .bm-date .calendar-top {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
    .bm-date .calendar-top .selected-month-name,
    .bm-date .calendar-top .selected-year-name {
      width: 100px;
      display: block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .explorer.v10 .bm-date .calendar-top .selected-month-name, .explorer.v10
      .bm-date .calendar-top .selected-year-name {
        width: auto;
        display: inline-block; }
  .bm-date .week-days {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #79849a;
    height: 30px;
    border-top: 1px solid #e1e4ea;
    border-bottom: 1px solid #e1e4ea; }
    .bm-date .week-days > span {
      width: calc(100% / 7);
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .bm-date .month-days {
    height: 200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%; }
    .bm-date .month-days > span {
      width: calc(100% / 7);
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 30px;
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      transition-delay: false;
      display: inline-block; }
      .explorer .bm-date .month-days > span {
        width: calc(99.9% / 7); }
      .rtl .bm-date .month-days > span:hover:not(.disabled) {
        color: #ffa126; }
      .ltr .bm-date .month-days > span:hover:not(.disabled) {
        color: #fc354c; }
      .bm-date .month-days > span.disabled {
        opacity: 0.2;
        cursor: not-allowed; }
      .bm-date .month-days > span.active {
        font-weight: 700; }
        .rtl .bm-date .month-days > span.active {
          color: #ffa126; }
        .ltr .bm-date .month-days > span.active {
          color: #fc354c; }
      .rtl .bm-date .month-days > span.is-today {
        color: #ffa126; }
      .ltr .bm-date .month-days > span.is-today {
        color: #fc354c; }
  .bm-date .click-to-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .bm-date .parsley-errors-list {
    position: absolute;
    bottom: -17px;
    right: 0;
    color: #f01f39;
    font-size: 13px; }
  .rtl .bm-date .month-arrow.disabled .bm-icon.theme svg,
  .ltr .bm-date .month-arrow.disabled .bm-icon.theme svg, .rtl
  .bm-date .year-arrow.disabled .bm-icon.theme svg,
  .ltr
  .bm-date .year-arrow.disabled .bm-icon.theme svg {
    fill: #e1e4ea; }
  .bm-date .date-input {
    position: relative;
    z-index: 2;
    display: none;
    width: 100%;
    border: 1px solid #bdc4d1;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition: border 0.2s ease-in-out , background-color 0.2s ease-in-out;
    transition-delay: false;
    height: 40px;
    font-size: 14px;
    direction: ltr; }
    .rtl .bm-date .date-input {
      padding-left: 40px; }
    .ltr .bm-date .date-input {
      padding-right: 40px; }
  .bm-date.centered .date-input {
    text-align: center;
    padding: 10px 40px; }
  .bm-date.editable .date-input {
    display: block;
    text-align: right; }
  .bm-date.editable.centered .date-input {
    text-align: center;
    padding: 10px 40px; }
  .bm-date.editable .display-date {
    display: none; }
  .bm-date .clear-btn,
  .bm-date .today-btn {
    display: inline-block;
    margin: 0 10px;
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bm-date .clear-btn.disabled,
    .bm-date .today-btn.disabled {
      cursor: not-allowed;
      color: #bdc4d1; }

@media only screen and (max-width: 580px) {
  .bm-date .label {
    margin-bottom: 10px; } }

@media only screen and (max-width: 425px) {
  .bm-date .calendar-dropdown {
    min-width: 100%; } }

.bm-external-brands-link .link {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block; }

.bm-external-brands-link .text,
.bm-external-brands-link .bm-icon {
  display: inline-block;
  vertical-align: middle; }

.bm-external-brands-link .bm-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px; }

.bm-balance-to-use {
  width: 100%;
  text-align: center;
  margin: auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  padding: 30px;
  background-image: radial-gradient(circle at 50% 183%, #86bcd3, #88bdd3 229%); }

.bm-my-account-page {
  margin-bottom: 50px; }
  @media screen and (min-width: 741px) {
    .bm-my-account-page {
      margin-top: 70px; } }
  .bm-my-account-page .no-results img {
    display: block;
    width: 100%;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto; }
  .bm-my-account-page .mobile-details .delivery-info {
    line-height: 21px; }
  @media screen and (max-width: 1200px) {
    .bm-my-account-page .mobile-details-show .mobile-actions {
      margin-bottom: 0; } }

.bm-my-account-details .profile-image {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 1px solid #ffa126;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 0 0 rgba(26, 30, 37, 0.12);
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition-delay: false; }
  .bm-my-account-details .profile-image:hover {
    box-shadow: 0 4px 30px 0 rgba(26, 30, 37, 0.12); }
  .bm-my-account-details .profile-image input {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer; }
  .bm-my-account-details .profile-image .edit-image-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    padding: 0 0 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: url("/images/white_140_square.svg");
    background-position-x: center;
    background-position-y: 90px;
    background-repeat: no-repeat;
    -webkit-transition: background 0.2s ease-in-out , padding 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out , padding 0.2s ease-in-out;
    transition: background 0.2s ease-in-out , padding 0.2s ease-in-out;
    transition-delay: false;
    pointer-events: none; }
    .rtl .bm-my-account-details .profile-image .edit-image-text {
      color: #ffa126; }
    .ltr .bm-my-account-details .profile-image .edit-image-text {
      color: #fc354c; }

.bm-my-account-details .bm-input input {
  direction: rtl;
  text-align: right; }

.bm-my-account-details .bm-input.disabled input {
  color: #262b36;
  border-color: #79849a;
  background: #ffffff; }

.bm-my-account-details .user-form {
  border-left: 3px solid #f2f4f7;
  padding-left: 50px;
  position: relative; }
  .bm-my-account-details .user-form .grid .mx-6 {
    position: relative; }
    .bm-my-account-details .user-form .grid .mx-6 .pencil-icon {
      top: 7px;
      left: 14px; }
      .bm-my-account-details .user-form .grid .mx-6 .pencil-icon .box-inputs .selected {
        display: none; }

.bm-my-account-details .credit-cards {
  padding-top: 0;
  padding-right: 45px; }

@media only screen and (min-width: 769px) {
  .grid .user-details {
    width: 55%; }
    .grid .user-details .grid .mx-6 {
      position: relative; }
      .grid .user-details .grid .mx-6 .pencil-edit {
        position: absolute;
        top: 43px;
        right: auto;
        bottom: auto;
        left: 20px; }
      .grid .user-details .grid .mx-6 .media-icon {
        border: none; }
  .grid .credit-cards {
    width: 45%; } }

@media only screen and (max-width: 768px) {
  .bm-my-account-details .user-form,
  .bm-my-account-details .credit-cards,
  .bm-my-account-details .save-details-btn {
    padding: 0;
    margin: auto; }
  .bm-my-account-details .grid .credit-cards {
    padding-right: 10px;
    padding-left: 10px; }
  .bm-my-account-details .user-details .grid .mx-6 {
    position: relative; }
    .bm-my-account-details .user-details .grid .mx-6 .pencil-edit {
      position: absolute;
      top: 43px;
      right: auto;
      bottom: auto;
      left: 20px; }
    .bm-my-account-details .user-details .grid .mx-6 .media-icon {
      border: none; } }

@media only screen and (max-width: 580px) {
  .bm-my-account-details {
    margin-top: 50px; }
    .bm-my-account-details .profile-image-wrapper {
      position: relative;
      text-align: center;
      top: 40px; }
    .bm-my-account-details .profile-image {
      width: 120px;
      height: 120px; }
      .bm-my-account-details .profile-image .edit-image-text {
        background-position-x: center;
        background-position-y: 70px; }
    .bm-my-account-details .user-details {
      margin-top: -160px; }
      .bm-my-account-details .user-details .grid .mx-6 {
        position: relative; }
        .bm-my-account-details .user-details .grid .mx-6 .pencil-edit {
          position: absolute;
          top: 39px;
          right: auto;
          bottom: auto;
          left: 20px; }
        .bm-my-account-details .user-details .grid .mx-6 .media-icon {
          border: none; }
    .bm-my-account-details .user-form,
    .bm-my-account-details .credit-cards {
      box-shadow: 0 4px 30px 0 rgba(26, 30, 37, 0.08), 0 4px 30px 0 rgba(26, 30, 37, 0.04);
      border: 1px solid #e1e4ea;
      border-radius: 6px; }
    .bm-my-account-details .user-form {
      margin: 40px 10px 20px 10px;
      padding: 110px 0 30px 0; }
    .bm-my-account-details .credit-cards {
      margin: 0 10px 20px 10px;
      padding: 20px 0 0 0; }
    .bm-my-account-details .save-details-btn {
      padding: 0;
      margin: auto; }
    .bm-my-account-details form {
      position: relative; }
      .bm-my-account-details form .upload-image-error {
        position: absolute;
        top: 165px;
        right: 0;
        left: 0;
        text-align: center; } }

.bm-my-account-balance .balance-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
  background: #ffffff;
  border: 2px solid #e1e4ea;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 30px 0 rgba(38, 43, 54, 0.12); }
  .bm-my-account-balance .balance-box h3 {
    width: 100%; }
  .bm-my-account-balance .balance-box .label {
    display: inline-block;
    vertical-align: middle; }

.rtl .bm-my-account-wallet .bind-gifts-btn,
.ltr .bm-my-account-wallet .bind-gifts-btn {
  padding-top: 0;
  padding-bottom: 0;
  height: auto; }

.bm-my-account-wallet .super-supplier-rel {
  border-bottom: 1px solid #bdc4d1; }
  .bm-my-account-wallet .super-supplier-rel td {
    height: auto;
    width: 100%;
    padding: 50px 0 14px 0; }

.bm-my-account-wallet .bm-table thead tr.with-super-supplier-headline {
  border-bottom: 1px solid #bdc4d1; }

@media only screen and (max-width: 1200px) {
  .bm-my-account-wallet .super-supplier-rel {
    box-shadow: none;
    border: none; }
    .bm-my-account-wallet .super-supplier-rel td {
      padding: 10px;
      text-align: center; } }

@media only screen and (max-width: 580px) {
  .bm-my-account-wallet .filters {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: false;
    overflow-y: hidden; }
    .bm-my-account-wallet .filters.show-mobile-filters {
      height: 350px;
      overflow-y: visible; }
    .bm-my-account-wallet .filters.hide-mobile-filters {
      height: 0; } }

.bm-bind-gift-method {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #262b36;
  border: 1px solid #bdc4d1;
  background: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  padding: 7px 10px;
  margin: 10px auto;
  height: 40px; }
  .bm-bind-gift-method .value {
    margin: auto 10px auto auto; }
  .bm-bind-gift-method .reconfirm {
    margin: 0 0 0 10px; }
  .bm-bind-gift-method .action {
    margin: 0; }

@media only screen and (max-width: 580px) {
  .bm-bind-gift-method {
    height: auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    .bm-bind-gift-method .value {
      width: calc(100% - 40px); }
    .bm-bind-gift-method .action {
      margin: 0 auto 0 0; } }

.bm-my-account-events .bm-my-account-events-section .events-section .bm-icon {
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition-delay: false; }

.bm-my-account-events .bm-my-account-events-section.show-events .events-section .bm-icon {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.bm-my-account-events .events-section {
  background: #f2f4f7;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px 6px;
  font-size: 18px;
  color: #262b36;
  border: 1px solid #e1e4ea;
  margin: 30px auto; }

.bm-my-account-events .events-list {
  width: 100%; }
  .bm-my-account-events .events-list .bm-my-account-events-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e1e4ea;
    height: 60px;
    padding: 20px;
    border-radius: 6px; }
    .bm-my-account-events .events-list .bm-my-account-events-row .name {
      margin: auto 0 auto auto; }
    .bm-my-account-events .events-list .bm-my-account-events-row .timing {
      width: 25%;
      padding: 0 10px;
      margin: 0; }
    .bm-my-account-events .events-list .bm-my-account-events-row .date {
      width: 25%;
      padding: 0 10px;
      margin: 0; }
    .bm-my-account-events .events-list .bm-my-account-events-row .edit {
      padding: 0 0 0 20px;
      margin: 0;
      text-decoration: none; }
    .bm-my-account-events .events-list .bm-my-account-events-row .schedule-gift-btn {
      padding-right: 10px; }

@media only screen and (max-width: 768px) {
  .bm-my-account-events .events-section {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    border-right: none;
    border-left: none; }
  .bm-my-account-events .events-list {
    width: 100%; }
    .bm-my-account-events .events-list .bm-my-account-events-row {
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 4px 0 rgba(26, 30, 37, 0.08), 0 8px 8px 0 rgba(26, 30, 37, 0.06); }
      .bm-my-account-events .events-list .bm-my-account-events-row .edit {
        text-align: center;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0; }
      .bm-my-account-events .events-list .bm-my-account-events-row .name,
      .bm-my-account-events .events-list .bm-my-account-events-row .date,
      .bm-my-account-events .events-list .bm-my-account-events-row .timing {
        width: 100%;
        margin: auto;
        padding: 0 30px 10px 30px; }
      .bm-my-account-events .events-list .bm-my-account-events-row .schedule-gift-btn {
        margin: auto;
        width: 100%;
        padding: 10px 0 0 0; }
        .bm-my-account-events .events-list .bm-my-account-events-row .schedule-gift-btn .bm-btn {
          width: 100%;
          font-size: 14px;
          padding: 12px 20px;
          height: 40px; }
  .bm-my-account-events .add-event-btn .bm-btn {
    height: 50px; } }

.bm-aff-header {
  background-color: #f2f4f7; }
  .bm-aff-header > .wrapper {
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .bm-aff-header .menu {
    margin-right: auto;
    margin-left: 0;
    position: relative; }
    .explorer .bm-aff-header .menu {
      margin-left: auto; }
    .bm-aff-header .menu .parent-btn {
      padding: 6px 10px;
      background-color: #ffa126;
      font-size: 13px;
      color: #ffffff;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 3px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      transition-delay: false; }
      .bm-aff-header .menu .parent-btn .arrow {
        fill: #ffffff;
        margin-right: 10px;
        -webkit-transition: transform 0.2s ease-in-out;
        -o-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition-delay: false; }
    .bm-aff-header .menu .parent-btn:hover + .dropdown {
      cursor: pointer;
      transform: scale(1, 1); }
    .bm-aff-header .menu .parent-btn:hover .arrow {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bm-aff-header .menu .dropdown {
      position: absolute;
      top: 30px;
      -webkit-transition: transform 0.1s ease-in-out;
      -o-transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out;
      transition-delay: false;
      transform: scale(1, 0);
      transform-origin: top center;
      width: 100%;
      z-index: 2;
      box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); }
      .bm-aff-header .menu .dropdown .child-btn {
        padding: 6px 10px;
        background-color: #ffffff;
        font-size: 13px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        transition-delay: false; }
        .bm-aff-header .menu .dropdown .child-btn:nth-last-of-type(1) {
          border-bottom: none; }
        .bm-aff-header .menu .dropdown .child-btn:hover {
          color: #ffa126;
          cursor: pointer; }
    .desktop .bm-aff-header .menu:hover {
      cursor: pointer; }
      .desktop .bm-aff-header .menu:hover .parent-btn {
        background-color: #f48d07;
        border-radius: 3px 3px 0 0; }
        .desktop .bm-aff-header .menu:hover .parent-btn .arrow {
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .desktop .bm-aff-header .menu:hover .dropdown {
        transform: scale(1, 1); }

@media only screen and (max-width: 580px) {
  .bm-aff-header > .wrapper {
    height: 44px; } }

.bm-aff-footer {
  background-color: #f2f4f7;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 230px;
  width: 100%;
  padding: 0 14px; }
  .bm-aff-footer > .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .bm-aff-footer .info,
  .bm-aff-footer .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .bm-aff-footer .logo {
    text-align: left; }
    .bm-aff-footer .logo > a {
      display: inline-block; }
    .bm-aff-footer .logo img {
      display: block;
      margin: auto;
      width: 110px;
      height: 110px; }
  .bm-aff-footer .bm-h3,
  .bm-aff-footer .bm-body-2 {
    color: #4f5869;
    width: 100%; }
  .bm-aff-footer .buttons {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .bm-aff-footer .buttons .icon {
      margin-left: 24px;
      text-decoration: none; }
      .bm-aff-footer .buttons .icon img {
        width: 30px;
        height: 30px;
        border-radius: 100%; }
      .bm-aff-footer .buttons .icon:hover img {
        background: #f2f4f7; }

@media only screen and (max-width: 580px) {
  .bm-aff-footer {
    text-align: center;
    height: auto;
    padding: 30px 0 0 0; }
    .bm-aff-footer > .wrapper {
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .bm-aff-footer > .wrapper .buttons .icon {
        margin: 0 14px; }
    .bm-aff-footer .logo img {
      margin: 60px auto; } }

.bm-promo-banner {
  background-image: linear-gradient(to top, #fac111 -80%, #f48d07);
  box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: relative; }
  .bm-promo-banner .inner {
    max-width: 1140px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px;
    width: 100%; }
  .bm-promo-banner .banner {
    -ms-flex-item-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-self: flex-end;
    margin-bottom: auto;
    margin-top: auto; }
  .bm-promo-banner .slides {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px; }
  .bm-promo-banner .promo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    text-align: center; }
    .bm-promo-banner .promo .giftbox {
      margin-left: 20px; }
      .bm-promo-banner .promo .giftbox svg {
        display: block;
        fill: #ffffff;
        width: 30px;
        height: 30px; }
  .bm-promo-banner .arrow svg {
    display: block;
    fill: #ffffff;
    width: 40px;
    height: 40px; }
  .bm-promo-banner .circles {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0; }
    .bm-promo-banner .circles .circle {
      width: 7px;
      height: 7px;
      border-radius: 100%;
      background-color: #ffffff;
      margin: 0 4px;
      opacity: 0.5;
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      transition-delay: false;
      display: inline-block; }
      .bm-promo-banner .circles .circle.active {
        opacity: 1; }
  .bm-promo-banner.single-promo .circles {
    display: none; }
  .bm-promo-banner.single-promo .arrow {
    display: none; }
  .bm-promo-banner.single-promo .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .bm-promo-banner.single-promo .banner {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: auto 0; }

@media only screen and (max-width: 580px) {
  .bm-promo-banner {
    font-size: 14px;
    text-align: center; }
    .bm-promo-banner .banner {
      margin: auto;
      width: calc(100% - 120px); }
    .bm-promo-banner .arrow {
      width: 60px; }
    .bm-promo-banner .inner {
      height: 150px; }
    .bm-promo-banner .promo {
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .bm-promo-banner .promo .giftbox {
        margin: auto;
        position: absolute;
        top: 20px;
        right: 0;
        left: 0; }
        .bm-promo-banner .promo .giftbox svg {
          width: 24px;
          height: 24px;
          margin: auto; }
    .bm-promo-banner .circles {
      margin: auto;
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0; }
    .bm-promo-banner .arrow svg {
      width: 30px;
      height: 30px; } }

.bm-page-404 {
  padding: 50px 20px 20px 20px;
  text-align: center; }
  .bm-page-404 .button .bm-btn {
    max-width: 240px; }
  .bm-page-404 .image-404 img {
    max-width: 100%;
    margin: auto; }
  .bm-page-404 .image-404 .desktop-image {
    display: block;
    padding-right: 120px;
    padding-bottom: 200px; }
  .bm-page-404 .image-404 .mobile-image {
    display: none;
    padding-top: 50px;
    padding-bottom: 200px; }

@media only screen and (max-width: 768px) {
  .bm-page-404 .bm-h3 {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto; }
  .bm-page-404 .image-404 .desktop-image {
    display: none; }
  .bm-page-404 .image-404 .mobile-image {
    display: block; } }

.bm-google-recaptcha {
  margin: 0 auto 20px auto;
  display: block; }
  .bm-google-recaptcha #recaptcha-container > div {
    margin: auto; }
  .bm-google-recaptcha.error #recaptcha-container > div {
    outline: 1px solid #f01f39; }
  .bm-google-recaptcha .recaptcha-error {
    margin-top: 6px; }

@media only screen and (min-width: 830px) {
  .bm-google-recaptcha {
    margin-right: -20px; } }

.bm-site-top-categories {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 35px; }
  .bm-site-top-categories .top-category-tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: max-content;
    height: max-content; }
  .bm-site-top-categories .top-category {
    min-width: 140px;
    max-width: 167px;
    height: 40px;
    padding: 13px 30px 13px 32px;
    margin: 0 0 0 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0 6px 8px 4px rgb(26 30 37 / 10%), 0 0 6px 0 rgb(26 30 37 / 10%);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition-delay: false; }
    .bm-site-top-categories .top-category > a {
      text-decoration: none; }
    .bm-site-top-categories .top-category:hover {
      cursor: pointer;
      box-shadow: 0 2px 10px 2px rgb(26 30 37 / 12%);
      text-decoration: none; }
  .bm-site-top-categories .top-category-super-voucher {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

@media only screen and (max-width: 580px) {
  .bm-site-top-categories::-webkit-scrollbar {
    display: none; }
  .bm-site-top-categories {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 14px 16px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .bm-site-top-categories .top-category-tabs {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center; }
    .bm-site-top-categories .top-category {
      height: 28px;
      padding: 8px 14px;
      margin: 0 0 0 14px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 10px;
      font-size: 13px;
      box-shadow: 0 4px 4px 4px rgb(26 30 37 / 8%), 0 0 4px 0 rgb(26 30 37 / 8%);
      color: #262b36;
      min-width: 80px;
      width: max-content;
      text-decoration: none;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 14px;
      letter-spacing: normal;
      text-align: center; }
    .bm-site-top-categories .top-category-super-voucher {
      display: none; } }

.bm-features {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0px 50px 0px;
  width: 100%;
  height: 370px;
  background-color: #fff;
  margin: auto; }
  .bm-features .bm-top-footer-card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    max-height: 100%;
    height: 253px; }
  .bm-features .footer-card-icon {
    margin: 16px 10px 13px 10px; }
  .bm-features .workers-footer-feature-subtitle {
    margin: -3px 0px 48px 0px;
    width: 250px;
    height: 46px;
    text-align: center;
    font-size: 14px;
    color: #79849a;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    font-stretch: normal;
    font-style: normal; }
  .bm-features .footer-feature-title {
    margin: 16px 0px 13px 0px;
    width: 250px;
    height: 41px;
    font-size: 18px;
    color: #4f5869;
    font-weight: normal;
    line-height: 1.22;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center; }
  .bm-features .footer-feature-subtitle {
    margin: 13px 0px 48px 0px;
    width: 250px;
    height: 46px;
    text-align: center;
    font-size: 14px;
    color: #79849a;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    font-stretch: normal;
    font-style: normal; }
  .bm-features .footer-card-link {
    color: #ffa126;
    font-size: 16px;
    font-weight: bold; }
    .bm-features .footer-card-link:hover {
      color: #f48d07;
      text-decoration: none; }

@media only screen and (max-width: 580px) {
  .bm-features {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    max-height: 100%;
    height: fit-content;
    margin: 50px 0 0 0;
    padding: 20px 0 20px 0; }
    .bm-features .bm-top-footer-card {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0px 10px 14px 10px;
      max-width: 100%;
      width: unset;
      max-height: 100%;
      height: 265px;
      border-radius: 10px;
      align-items: center;
      box-shadow: 0 10px 20px 4px rgba(26, 30, 37, 0.08), 0 0 6px 0 rgba(26, 30, 37, 0.04); }
    .bm-features .footer-feature-title {
      font-size: 15px;
      color: #4f5869;
      height: 20px;
      margin: 8px 0 0 0;
      width: 280px;
      text-align: center;
      font-weight: normal; }
    .bm-features .footer-feature-subtitle {
      width: 280px;
      height: 60px;
      font-size: 14px;
      margin: 13px 0 20px 0;
      color: #79849a;
      font-weight: normal;
      line-height: 1.43;
      text-align: center;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal; }
    .bm-features .workers-footer-feature-subtitle {
      width: 280px;
      height: 60px;
      font-size: 14px;
      margin: 13px 0 20px 0;
      color: #79849a;
      font-weight: normal;
      line-height: 1.43;
      text-align: center;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal; }
    .bm-features .footer-card-link {
      color: #ffa126;
      font-size: 16px;
      font-weight: bold; }
    .bm-features .footer-card-icon {
      margin-top: 8px; } }

.bm-site-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  background-color: #323a48; }
  .bm-site-footer .bm-footer-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
  .bm-site-footer .footer-top-section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .bm-site-footer .footer-middle-links-column-margin {
    margin-left: 60px; }
  .bm-site-footer .footer-bottom-section {
    column-count: 6;
    column-gap: 3em; }
  .bm-site-footer .footer-column-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bm-site-footer .footer-mail-icon {
    margin-left: 6px; }
    .bm-site-footer .footer-mail-icon svg {
      fill: #ffffff; }
  .bm-site-footer .footer-tel-icon {
    margin-left: 6px; }
    .bm-site-footer .footer-tel-icon svg {
      fill: #ffffff; }
  .bm-site-footer .footer-divider {
    width: auto;
    height: 1px;
    margin: 20px 0 0 2px;
    border: 1px dotted #79849a; }
  .bm-site-footer .bm-footer-title {
    font-size: 16px;
    height: 24px;
    font-weight: normal;
    margin-bottom: 14px;
    color: #f2f4f7; }
  .bm-site-footer .footer-item {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    height: auto;
    color: #bdc4d1; }
    .bm-site-footer .footer-item a {
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      transition-delay: false; }
      .bm-site-footer .footer-item a:hover {
        color: #f2f4f7; }
  .bm-site-footer a:hover {
    text-decoration: none; }
  .bm-site-footer .bm-footer-link {
    padding: 5px 0 5px 5px; }
  .bm-site-footer .seo-item {
    margin-left: 50px;
    width: 100%; }
  .bm-site-footer .newsletter-checkbox .label {
    color: #bdc4d1; }
  .bm-site-footer .footer-form-inputs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .bm-site-footer .footer-form-inputs .email-input {
      margin-left: 6px;
      width: 100%; }
  .bm-site-footer .bm-footer-newsletter-button {
    min-width: 141px; }
  .bm-site-footer .footer-middle-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .bm-site-footer .contact-us-link {
    font-weight: bold;
    color: #f2f4f7;
    padding: 6px 0 6px 6px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    transition-delay: false; }
  .rtl .bm-site-footer .contact-us-link:hover {
    color: #ffa126; }
  .ltr .bm-site-footer .contact-us-link:hover {
    color: #fc354c; }
  .rtl .bm-site-footer .contact-us-link:hover svg {
    fill: #ffa126; }
  .ltr .bm-site-footer .contact-us-link:hover svg {
    fill: #fc354c; }
  .bm-site-footer .customer-service-column {
    max-width: 250px;
    width: 100%; }
  .bm-site-footer .links-section-column {
    max-width: 400px;
    width: 100%; }
    .bm-site-footer .links-section-column > .footer-column-wrapper {
      width: 50%; }
  .bm-site-footer .newsletter-column {
    max-width: 350px;
    width: 100%; }
  .bm-site-footer .mobile-seo-toggle {
    display: none;
    text-align: center; }
  .bm-site-footer .footer-app-store-buttons {
    display: none; }
  .bm-site-footer .bm-mini-footer {
    background-color: #ffffff;
    margin-top: 0; }
  .bm-site-footer .footer-newsletter-text {
    font-size: 12px;
    color: #bdc4d1; }

@media only screen and (max-width: 720px) {
  .bm-site-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 20 0 0 0;
    padding: 20px 0 0 0;
    background-color: #323a48; }
    .bm-site-footer .footer-top-section {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .bm-site-footer .footer-form-inputs {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .bm-site-footer .footer-form-inputs .email-input {
        margin-bottom: 18px;
        margin-left: 0; }
    .bm-site-footer .footer-middle-columns {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-top: 30px; }
    .bm-site-footer .customer-service-column,
    .bm-site-footer .links-section-column,
    .bm-site-footer .newsletter-column {
      max-width: 100%;
      margin-top: 35px; }
    .bm-site-footer .mobile-seo-toggle {
      display: block; }
    .bm-site-footer .footer-bottom-section.mobile-seo-hide {
      display: none; }
    .bm-site-footer .footer-bottom-section {
      column-count: 2;
      column-gap: 14px; }
    .bm-site-footer .footer-app-store-buttons {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 30px 0 30px 0; }
    .bm-site-footer .footer-app-store-buttons > .store {
      padding: 6px; }
    .bm-site-footer .bm-footer-title {
      margin: 0 0 14px 0; }
    .bm-site-footer .newsletter-checkbox {
      margin-top: 5px; }
      .bm-site-footer .newsletter-checkbox .label {
        color: #bdc4d1; } }

.bm-audio-player {
  direction: ltr; }
  .bm-audio-player .music-container {
    background-color: #f2f4f7;
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 14px;
    position: relative;
    height: 36px;
    width: 275px; }
    @media screen and (min-width: 425px) {
      .bm-audio-player .music-container {
        width: 340px; } }
    .bm-audio-player .music-container .audio-animation {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .bm-audio-player .music-container .audio-animation img {
        width: 18px;
        height: 18px; }
  .bm-audio-player #audio-duration {
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #4f5869; }
  .bm-audio-player .music-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .bm-audio-player .music-title .music-duration {
      font-weight: normal;
      font-size: 13px;
      color: #4f5869; }
      .bm-audio-player .music-title .music-duration.disabled {
        color: #bdc4d1; }
    .bm-audio-player .music-title .with-animation {
      width: 15%; }
  .bm-audio-player .music-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1; }
    .bm-audio-player .music-navigation.with-animation {
      width: 15%; }
  .bm-audio-player .action-btn {
    background: inherit;
    border: 0;
    cursor: pointer;
    padding: 0; }
    .bm-audio-player .action-btn span.bm-icon {
      display: unset;
      vertical-align: unset; }
    .bm-audio-player .action-btn svg {
      height: 14px;
      width: 16px; }
  .bm-audio-player .replay-btn {
    cursor: pointer; }
    .bm-audio-player .replay-btn span.bm-icon {
      display: unset;
      vertical-align: unset; }
    .bm-audio-player .replay-btn svg {
      width: 16px;
      height: 16px; }
  .bm-audio-player .action-btn:focus {
    outline: 0; }
  .bm-audio-player .music-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px 15px 0 0;
    padding: 8px;
    width: 90%; }
  .bm-audio-player .progress-container {
    margin: 10px 0;
    height: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%; }
  .bm-audio-player .greeting-container .voice-greeting-text {
    font-size: 13px;
    line-height: 14px;
    color: #4f5869; }
  .bm-audio-player .progress {
    background-color: #DF0F65;
    border-radius: 5px;
    height: 100%;
    width: 0%;
    -webkit-transition: width 0.1s ease-in-out;
    -o-transition: width 0.1s ease-in-out;
    transition: width 0.1s ease-in-out;
    transition-delay: false;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 4.2%; }
  .bm-audio-player .ellipse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(26, 30, 37, 0.04), 0px 4px 10px rgba(26, 30, 37, 0.08);
    border-radius: 10px;
    width: 8px;
    height: 8px; }
  .bm-audio-player .range {
    width: 100%;
    cursor: pointer;
    opacity: 0; }
  .bm-audio-player .range::-ms-tooltip {
    display: none; }
  .bm-audio-player .track {
    width: 100%;
    height: 3px;
    background: #BDC4D1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    border-radius: 6px; }
  .bm-audio-player .track-inner {
    width: 0;
    height: 100%;
    background: #DF0F65;
    border-radius: 6px; }
  .bm-audio-player .thumb {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(26, 30, 37, 0.04), 0px 4px 10px rgba(26, 30, 37, 0.08);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0%;
    pointer-events: none;
    transform: translate(0%, -50%); }

.bm-mobile-search {
  position: absolute; }
  .bm-mobile-search .hide {
    display: none; }
  .bm-mobile-search .content {
    padding: 10px; }
  .bm-mobile-search .no-results-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #79849a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    opacity: 0; }
    .bm-mobile-search .no-results-text.visible {
      opacity: 1; }
  .bm-mobile-search .empty-state {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50%;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-mobile-search .empty-state img {
      width: 65px;
      height: 65px; }
  .bm-mobile-search .search-button {
    padding: 10px;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; }
    .bm-mobile-search .search-button#mobile-search-button {
      margin-top: 10px; }
  .bm-mobile-search .search-input {
    width: 89%;
    padding: 6px; }
    .bm-mobile-search .search-input input {
      overflow-x: hidden;
      width: 88%;
      caret-color: #ffa126; }
    .bm-mobile-search .search-input input::placeholder {
      color: #79849A; }
    .bm-mobile-search .search-input label {
      border: solid 1px #79849a;
      border-radius: 6px;
      padding: 4px 1px; }
    .bm-mobile-search .search-input.empty-search {
      width: 100%; }
      .bm-mobile-search .search-input.empty-search label {
        border: solid 1px #79849a; }
    .bm-mobile-search .search-input.focused label {
      border: solid 1px #ffa126; }
    .bm-mobile-search .search-input input {
      border: unset;
      border-radius: unset; }
    .bm-mobile-search .search-input span.iconWithAction {
      background: none;
      padding: 6px 7px 7px 7px; }
      .bm-mobile-search .search-input span.iconWithAction svg {
        fill: #ffa126; }
    .bm-mobile-search .search-input#mobileSearchInputWrapper svg {
      width: 24px;
      height: 24px; }
  .bm-mobile-search #link-button {
    padding-top: 13px; }
    .bm-mobile-search #link-button a {
      color: #ffa126;
      font-size: 16px; }
    .bm-mobile-search #link-button .bm-btn.sm {
      min-width: 52px; }
  .bm-mobile-search .close-button-arrow {
    margin-right: 5px;
    margin-left: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bm-mobile-search .filter-buttons-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .bm-mobile-search #filter-buttons-wrapper svg {
    width: 14px;
    height: 14px;
    fill: #ffa126; }
  .bm-mobile-search #filter-buttons-wrapper button {
    color: #ffa126; }
    .bm-mobile-search #filter-buttons-wrapper button span.label {
      color: #ffa126;
      padding-right: 3px;
      font-size: 13px; }
  .bm-mobile-search #filter-buttons-wrapper #selected-filters {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 4px;
    padding-right: 2px;
    padding-left: 2px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .bm-mobile-search #filter-buttons-wrapper #selected-filters::-webkit-scrollbar {
      display: none; }
    .bm-mobile-search #filter-buttons-wrapper #selected-filters > div {
      margin-right: 10px;
      padding-bottom: 5px; }
    .bm-mobile-search #filter-buttons-wrapper #selected-filters > div:first-child {
      margin-right: 5px; }
    .bm-mobile-search #filter-buttons-wrapper #selected-filters button {
      justify-content: flex-end;
      color: #79849a;
      padding-right: 8px;
      padding-left: 8px;
      border: solid 1px #bdc4d1;
      border-radius: 6px;
      width: max-content;
      height: 28px; }
      .bm-mobile-search #filter-buttons-wrapper #selected-filters button span.label {
        color: unset; }
      .bm-mobile-search #filter-buttons-wrapper #selected-filters button svg {
        fill: #79849a; }
      .bm-mobile-search #filter-buttons-wrapper #selected-filters button span.label {
        font-size: 14px; }
    .bm-mobile-search #filter-buttons-wrapper #selected-filters .selected button {
      border: solid 1px #ffa126; }
      .bm-mobile-search #filter-buttons-wrapper #selected-filters .selected button span.label {
        color: #ffa126; }
      .bm-mobile-search #filter-buttons-wrapper #selected-filters .selected button svg {
        fill: #ffa126; }
  .bm-mobile-search .filter-button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .bm-mobile-search .filter-button button {
      padding-right: 20px !important; }
  .bm-mobile-search .filters-wrapper {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: none;
    opacity: 0;
    transform-origin: top;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: false;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-delay: false;
    top: 0;
    transform: unset; }
    .bm-mobile-search .filters-wrapper.open {
      background: rgba(0, 0, 0, 0.7);
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      transition-delay: false;
      transform: unset; }
      .bm-mobile-search .filters-wrapper.open .filters {
        bottom: 0;
        -webkit-transition: bottom 0.3s ease-in-out;
        -o-transition: bottom 0.3s ease-in-out;
        transition: bottom 0.3s ease-in-out;
        transition-delay: false; }
    .bm-mobile-search .filters-wrapper .filters {
      max-height: 90%;
      position: absolute;
      width: 100%;
      background: #ffff;
      bottom: -100%;
      -webkit-transition: bottom 0.2s ease-in-out , 0.3s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
      -o-transition: bottom 0.2s ease-in-out , 0.3s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
      transition: bottom 0.2s ease-in-out , 0.3s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
      transition-delay: false;
      overflow-y: scroll;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
      .bm-mobile-search .filters-wrapper .filters .filters-section {
        overflow-y: initial;
        height: 100%; }
        .bm-mobile-search .filters-wrapper .filters .filters-section .filter-title {
          padding: 14px 20px;
          border-bottom: solid 1px #f2f4f7; }
      .bm-mobile-search .filters-wrapper .filters .filter-buttons {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: sticky;
        bottom: 0;
        width: 100%; }
        .bm-mobile-search .filters-wrapper .filters .filter-buttons div:first-child {
          width: 65%; }
        .bm-mobile-search .filters-wrapper .filters .filter-buttons div:nth-child(2) {
          width: 30%; }
  .bm-mobile-search .bm-radio .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bm-mobile-search .bm-radio .buttons .button {
    padding: 8px 10px; }
  .bm-mobile-search .bm-radio .buttons .button:not(:last-child) {
    border-bottom: solid 1px #f2f4f7; }
  .bm-mobile-search .bm-radio .button {
    text-align: unset; }
  .bm-mobile-search #filters .bm-radio .inner {
    max-width: unset;
    width: 100%;
    padding: 0 10px; }
  .bm-mobile-search #mobile-header .search-form .inner {
    max-width: unset;
    padding: 10px; }
  .bm-mobile-search .filter {
    border-bottom: solid 1px #f2f4f7; }
  .bm-mobile-search .select-section {
    padding-right: 5px;
    height: 84%;
    overflow-y: scroll; }
    .bm-mobile-search .select-section #recent-searches {
      margin-top: 10px; }
      .bm-mobile-search .select-section #recent-searches .section-name {
        font-size: 14px;
        color: #323a48;
        float: right;
        margin: 6px 0px 10px; }
      .bm-mobile-search .select-section #recent-searches .body-text {
        font-size: 16px;
        color: #4f5869; }
      .bm-mobile-search .select-section #recent-searches .item {
        padding: 6px 2px 6px 10px;
        width: 98%;
        border-bottom: solid 1px #f2f4f7;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .bm-mobile-search .select-section #recent-searches .item .item-image {
          height: 24px;
          width: 24px;
          margin-bottom: 2px; }
    .bm-mobile-search .select-section #popular-searches {
      margin-top: 10px; }
      .bm-mobile-search .select-section #popular-searches .section-name {
        font-size: 14px;
        color: #323a48;
        float: right;
        margin: 6px 0px 10px; }
      .bm-mobile-search .select-section #popular-searches .body-text {
        font-size: 16px;
        color: #4f5869; }
      .bm-mobile-search .select-section #popular-searches .item {
        padding: 6px 2px 6px 0px;
        width: 98%;
        width: 98%;
        border-bottom: solid 1px #f2f4f7;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .bm-mobile-search .select-section #popular-searches .item .wrap {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 90%; }
        .bm-mobile-search .select-section #popular-searches .item .item-image {
          width: 24px;
          height: 24px;
          margin-bottom: 2px; }
    .bm-mobile-search .select-section #suggestions {
      margin-top: 10px; }
      .bm-mobile-search .select-section #suggestions .body-text {
        font-size: 16px;
        color: #4f5869; }
      .bm-mobile-search .select-section #suggestions .item:first-child {
        padding: 4px 2px 8px 0px; }
      .bm-mobile-search .select-section #suggestions .item {
        padding: 13px 2px 8px 0px;
        width: 98%;
        width: 98%;
        border-bottom: solid 1px #f2f4f7;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .bm-mobile-search .select-section #suggestions .item .wrap {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 90%; }
        .bm-mobile-search .select-section #suggestions .item .item-image {
          width: 24px;
          height: 24px;
          margin-bottom: 2px; }

.bm-mobile-collapse .activator {
  border-bottom: solid 1px #e1e4ea;
  padding: 10px 19px; }
  .bm-mobile-collapse .activator .activator-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .bm-mobile-collapse .activator .activator-wrapper .title {
      margin-right: 10px; }
    .bm-mobile-collapse .activator .activator-wrapper #arrow span {
      vertical-align: unset;
      margin-top: 2px; }
    .bm-mobile-collapse .activator .activator-wrapper .arrow svg {
      -webkit-transition: transform 0.2s ease-in-out , 0.2s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out , 0.2s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out , 0.2s 0.2s ease-in-out , ease-in-out 0.2s ease-in-out;
      transition-delay: false;
      fill: #ffa126; }
    .bm-mobile-collapse .activator .activator-wrapper .arrow .show-options svg {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

@media only screen and (max-height: 595px) {
  .bm-lightbox.receivesvRedesign {
    overflow-y: scroll; }
    .bm-lightbox.receivesvRedesign .inner {
      height: 100%; } }

.bm-lightbox.receivesvRedesign .message {
  line-height: 22px; }

.bm-lightbox .box {
  padding-top: 0; }

.bm-group-payment .pt-24 {
  padding-top: 24px; }

.bm-group-payment .pb-40 {
  padding-bottom: 40px; }

.bm-group-payment .pb-24 {
  padding-bottom: 24px; }

.bm-group-payment .pt-10 {
  padding-top: 10px; }

.bm-group-payment .container {
  display: flex;
  justify-content: center; }
  .bm-group-payment .container .buyme-app-container {
    width: 100%;
    height: 50px;
    padding: 16px 15px 10px 15px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 6px rgba(26, 30, 37, 0.04)) drop-shadow(0px 4px 10px rgba(26, 30, 37, 0.08));
    background: #FFFFFF;
    top: 60px;
    z-index: 10; }
    .bm-group-payment .container .buyme-app-container .app-link {
      font-weight: 700;
      font-size: 16px;
      line-height: 23px;
      color: #FFA126;
      position: relative; }
      .bm-group-payment .container .buyme-app-container .app-link svg {
        fill: #FFA126;
        width: 16px;
        height: 19px; }
      .bm-group-payment .container .buyme-app-container .app-link .phone-img {
        position: absolute;
        left: 0;
        top: -5px;
        width: 40px;
        height: 50px;
        right: 265px; }
    @media screen and (min-width: 555px) {
      .bm-group-payment .container .buyme-app-container .empty-block {
        display: none; } }
  .bm-group-payment .container .content {
    width: 100%;
    max-width: 555px; }
  .bm-group-payment .container .content.hide {
    display: none; }
  .bm-group-payment .container .header {
    width: 100%;
    height: 62.15px;
    background: #fab442;
    display: flex;
    justify-content: center;
    align-items: center; }
    .bm-group-payment .container .header .title {
      font-weight: 700;
      font-size: 25px;
      line-height: 34px;
      /* identical to box height */
      text-align: center;
      color: #FFFFFF; }
  .bm-group-payment .container .group-info {
    padding-top: 8px; }
    @media screen and (max-width: 600px) {
      .bm-group-payment .container .group-info {
        padding-right: 20px;
        padding-left: 20px; } }
    .bm-group-payment .container .group-info .title {
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #323A48;
      margin-top: 124px; }
    .bm-group-payment .container .group-info .user-img-container {
      display: flex;
      justify-content: center;
      padding-top: 24px;
      padding-bottom: 24px; }
      .bm-group-payment .container .group-info .user-img-container img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        object-fit: cover; }
    .bm-group-payment .container .group-info .group-details {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .bm-group-payment .container .group-info .group-details .name {
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.01em;
        color: #323A48; }
      .bm-group-payment .container .group-info .group-details .description {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #323A48; }
    .bm-group-payment .container .group-info .payment-details {
      padding-top: 24px; }
      .bm-group-payment .container .group-info .payment-details .amount-container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .bm-group-payment .container .group-info .payment-details .amount-container .amount {
          font-weight: bold;
          font-size: 16px;
          line-height: 23px;
          color: #262B36; }
        .bm-group-payment .container .group-info .payment-details .amount-container .payable-text {
          font-weight: 400;
          font-size: 16px;
          line-height: 23px;
          color: #262B36; }
      .bm-group-payment .container .group-info .payment-details .last-date-container {
        display: flex;
        justify-content: space-between;
        padding-top: 16px; }
        .bm-group-payment .container .group-info .payment-details .last-date-container .text {
          font-weight: 400;
          font-size: 16px;
          line-height: 23px;
          text-align: right;
          color: #262B36; }
        .bm-group-payment .container .group-info .payment-details .last-date-container .date {
          font-weight: bold;
          font-size: 16px;
          line-height: 23px;
          color: #262B36; }
    .bm-group-payment .container .group-info .payment-btn-container {
      display: flex;
      justify-content: center; }
      .bm-group-payment .container .group-info .payment-btn-container .bm-btn.lr {
        height: 50px; }
      .bm-group-payment .container .group-info .payment-btn-container .bm-btn .label {
        font-size: 18px; }
      .bm-group-payment .container .group-info .payment-btn-container .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #C5C7FF;
        border-radius: 90px;
        width: 290px;
        height: 50px; }
        .bm-group-payment .container .group-info .payment-btn-container .btn span {
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: 27px;
          text-align: center;
          color: #0F18E9; }
    .bm-group-payment .container .group-info .receiver-mobile {
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #79849A; }
  .bm-group-payment .container .total-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #262B36;
    margin: 24px 0 24px 0;
    background: #f2f4f7;
    height: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .bm-group-payment .container .total-price .value {
      font-weight: 700;
      font-size: 16px;
      line-height: 23px;
      color: #FFA126; }
  .bm-group-payment .container .center {
    display: flex;
    justify-content: center; }
  .bm-group-payment .container .back-btn-container {
    display: flex;
    justify-content: right;
    margin-top: 75px; }
    @media screen and (max-width: 600px) {
      .bm-group-payment .container .back-btn-container {
        padding: 24px 24px 0 24px; } }
    .bm-group-payment .container .back-btn-container .back-btn {
      display: flex;
      align-items: center;
      color: #F48D07;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px; }
      .bm-group-payment .container .back-btn-container .back-btn span {
        text-decoration: underline; }
      .bm-group-payment .container .back-btn-container .back-btn .fa-chevron-right:before {
        content: "\f054";
        font-size: 12px; }
  .bm-group-payment .container .group-name {
    width: 80%;
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #323A48; }
  @media screen and (max-width: 600px) {
    .bm-group-payment .container .payment-flow {
      padding: 0 20px 0 20px; } }
  .bm-group-payment .container .payment-flow .line-break {
    margin-top: 14px; }
  .bm-group-payment .container .payment-flow .bm-body-2 a {
    color: #F48D07;
    text-decoration: underline; }
  .bm-group-payment .container .payment-flow .btn-container .bm-btn.lr {
    height: 50px; }
  .bm-group-payment .container .payment-flow .btn-container .bm-btn .label {
    font-size: 18px; }
  .bm-group-payment .container .app-btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    background: #535AFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF; }
  .bm-group-payment .container .payment-success {
    margin-top: 60px; }
    @media screen and (max-width: 600px) {
      .bm-group-payment .container .payment-success {
        padding-right: 20px;
        padding-left: 20px; } }
    .bm-group-payment .container .payment-success img {
      width: 320px;
      height: 209px; }
    @media screen and (min-width: 600px) {
      .bm-group-payment .container .payment-success img {
        width: 460px;
        height: 300px;
        border-radius: 60px;
        object-fit: cover; } }
    .bm-group-payment .container .payment-success .name {
      font-weight: 700;
      font-size: 28px;
      line-height: 27px;
      /* identical to box height, or 96% */
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: -0.01em;
      color: #262B36; }
    .bm-group-payment .container .payment-success .sum-to-charge {
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      /* identical to box height, or 139% */
      display: flex;
      align-items: center;
      text-align: center;
      color: #323A48; }
    .bm-group-payment .container .payment-success .info {
      font-weight: 400;
      font-size: 20px;
      line-height: 27px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: -0.01em;
      color: #262B36; }
    .bm-group-payment .container .payment-success .group-description {
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #323A48; }
    .bm-group-payment .container .payment-success .banner-btn-link-container .bm-btn.lr {
      height: 50px; }
    .bm-group-payment .container .payment-success .banner-btn-link-container .bm-btn .label {
      font-size: 18px; }
  .bm-group-payment .container .inactive-group {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px; }
    .bm-group-payment .container .inactive-group img {
      width: 320px;
      height: 209px; }
    @media screen and (min-width: 600px) {
      .bm-group-payment .container .inactive-group img {
        width: 460px;
        height: 300px;
        border-radius: 60px;
        object-fit: cover; } }
    .bm-group-payment .container .inactive-group .name {
      font-weight: 700;
      font-size: 28px;
      line-height: 30px;
      /* identical to box height, or 96% */
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: -0.01em;
      color: #262B36; }
    .bm-group-payment .container .inactive-group .contact-manager {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      color: #323A48; }
    .bm-group-payment .container .inactive-group .info {
      font-weight: 400;
      font-size: 20px;
      line-height: 27px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: -0.01em;
      color: #262B36; }
    .bm-group-payment .container .inactive-group .group-description {
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #323A48; }
  .bm-group-payment .container .payment-info {
    font-size: 14px;
    line-height: 21px;
    color: #323A48;
    text-align: right; }
    @media screen and (max-width: 600px) {
      .bm-group-payment .container .payment-info {
        padding-right: 2%; } }
    .bm-group-payment .container .payment-info .info-icon {
      display: inline-block;
      margin-left: 4px;
      margin-top: 2px; }

@media screen and (min-height: 850px) {
  .fixed-to-bottom {
    position: fixed;
    bottom: 0px; } }

.accept-terms .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .accept-terms .inner .circle {
    margin-top: 4px; }

[data-name-component="bm-dial-code-input"] .box-inputs {
  font-size: 14px; }

[data-name-component="bm-dial-code-input"] .bm-input input {
  transition: none !important; }

[data-name-component="bm-dial-code-input"] span.selected {
  display: flex;
  position: absolute;
  left: 7px;
  top: 9px;
  flex-direction: row-reverse;
  column-gap: 5px; }

[data-name-component="bm-dial-code-input"] .box-inputs .parsley-errors-list.filled {
  position: absolute !important;
  top: 54px !important; }

[data-name-component="bm-dial-code-input"] .box-inputs.border-left .bm-field .bm-icon {
  border-left: 1px solid #FFA126; }

[data-name-component="bm-dial-code-input"] .box-search {
  background: #fff;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #FFA126;
  border-radius: 0px 0px 5px 5px; }
  [data-name-component="bm-dial-code-input"] .box-search .search {
    margin: 0 auto;
    position: relative; }
    [data-name-component="bm-dial-code-input"] .box-search .search svg#search {
      position: absolute;
      z-index: 2;
      left: 7px;
      top: 8px;
      width: 24px;
      fill: #BDC4D1; }
    [data-name-component="bm-dial-code-input"] .box-search .search input {
      height: 40px;
      padding-left: 38px;
      text-align: left !important;
      position: absolute;
      top: -22px;
      border: none;
      border-bottom: 1px solid #bdc4d1;
      border-radius: unset; }
  [data-name-component="bm-dial-code-input"] .box-search .list {
    max-height: 140px;
    overflow-y: scroll;
    background: #fff;
    margin-top: 19px;
    padding-right: 10px;
    font-family: Open Sans Hebrew;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    color: #262B36;
    border-radius: 0px 0px 5px 5px; }
    [data-name-component="bm-dial-code-input"] .box-search .list .row {
      padding: 0.5em;
      border-bottom: 1px solid #F2F4F7;
      display: flex;
      justify-content: flex-start;
      gap: 10px; }
    [data-name-component="bm-dial-code-input"] .box-search .list .row:hover span {
      color: #ffa52f; }
    [data-name-component="bm-dial-code-input"] .box-search .list .selected-row {
      font-weight: bold;
      color: #ffa52f; }
  [data-name-component="bm-dial-code-input"] .box-search .list::-webkit-scrollbar {
    width: 0.5em; }
  [data-name-component="bm-dial-code-input"] .box-search .list::-webkit-scrollbar-track {
    border-radius: 0px 0px 15px 0px;
    background: #F2F4F7; }
  [data-name-component="bm-dial-code-input"] .box-search .list::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ffa126, #ffa52f);
    border-radius: 10px;
    height: 68px; }

[data-name-component="bm-dial-code-input"] .border-open {
  border-bottom: none !important;
  border-radius: 5px 5px 0px 0px !important;
  border-color: #ffa126 !important; }

.ui-lightbox.new-login .login-step-1 {
  padding-top: 4px; }
  .ui-lightbox.new-login .login-step-1 .name, .ui-lightbox.new-login .login-step-1 .subtitle {
    color: #323A48; }
  .ui-lightbox.new-login .login-step-1 .lightbox-head {
    font-weight: 400;
    font-size: 50px; }
    .ui-lightbox.new-login .login-step-1 .lightbox-head .name {
      font-size: 18px;
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 20px;
      margin-top: 20px;
      text-align: center;
      font-feature-settings: 'clig' off, 'liga' off;
      font-style: normal; }
    .ui-lightbox.new-login .login-step-1 .lightbox-head .buyme-logo {
      width: 70px;
      height: fit-content;
      margin: 0 auto; }
      .ui-lightbox.new-login .login-step-1 .lightbox-head .buyme-logo img {
        width: 100%; }
  .ui-lightbox.new-login .login-step-1 .lightbox-content {
    text-align: center;
    padding: 0 0 16px 0;
    display: block; }
    .ui-lightbox.new-login .login-step-1 .lightbox-content .subtitle {
      font-size: 16px;
      line-height: 23px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 20px; }
    .ui-lightbox.new-login .login-step-1 .lightbox-content .main-form {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: auto;
      padding: 0; }
    .ui-lightbox.new-login .login-step-1 .lightbox-content > * {
      text-align: center; }
    .ui-lightbox.new-login .login-step-1 .lightbox-content > .option {
      vertical-align: top; }
      .ui-lightbox.new-login .login-step-1 .lightbox-content > .option .title {
        margin-bottom: 20px; }
    .ui-lightbox.new-login .login-step-1 .lightbox-content .text-btn {
      color: #1d819c;
      text-decoration: underline;
      cursor: pointer;
      font-weight: 700; }
    .ui-lightbox.new-login .login-step-1 .lightbox-content .social-btn {
      width: 260px;
      height: 40px;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 21px;
      letter-spacing: 0.28px;
      text-transform: capitalize;
      padding: 9px 65px 9px 10px;
      cursor: pointer;
      color: #ffffff;
      position: relative;
      display: inline-block;
      text-align: right;
      margin-bottom: 24px;
      border-radius: 6px;
      background: #FFA126; }
      .ui-lightbox.new-login .login-step-1 .lightbox-content .social-btn .icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 40px;
        border-radius: 0px 6px 6px 0px;
        background: #FFF;
        text-align: center;
        border: 1px solid #FFA126;
        padding: 7px; }
        .ui-lightbox.new-login .login-step-1 .lightbox-content .social-btn .icon img {
          width: 25px; }
      .ui-lightbox.new-login .login-step-1 .lightbox-content .social-btn.facebook {
        background: #475A96;
        margin-bottom: 0; }
        .ui-lightbox.new-login .login-step-1 .lightbox-content .social-btn.facebook .icon {
          border: 1px solid #475A96; }
      .ui-lightbox.new-login .login-step-1 .lightbox-content .social-btn.google {
        background: #4285F4; }
        .ui-lightbox.new-login .login-step-1 .lightbox-content .social-btn.google .icon {
          border: 1px solid #4285F4; }
  .ui-lightbox.new-login .login-step-1 .option.easy div {
    width: 280px; }

@media only screen and (max-width: 580px) {
  .ui-lightbox.new-login .login-step-1 .lightbox-content {
    padding: 0 0 4px 0; } }

.ui-lightbox.new-login .login-step-2 .name, .ui-lightbox.new-login .login-step-2 .subtitle {
  color: #323A48; }

.ui-lightbox.new-login .login-step-2 form[action="checkEmail"] .bottom-lr .bm-input .bm-icon {
  right: 2px; }

.ui-lightbox.new-login .login-step-2 .lightbox-return {
  text-align: right;
  color: #4F5869;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-top: 30px;
  padding-right: 20px;
  cursor: pointer;
  width: fit-content; }
  .ui-lightbox.new-login .login-step-2 .lightbox-return span {
    padding-right: 2px; }

.ui-lightbox.new-login .login-step-2 .lightbox-head {
  font-weight: 400;
  font-size: 50px; }
  .ui-lightbox.new-login .login-step-2 .lightbox-head.with-return {
    margin-top: 0px; }
    .ui-lightbox.new-login .login-step-2 .lightbox-head.with-return .name {
      margin-top: 0px; }
  .ui-lightbox.new-login .login-step-2 .lightbox-head .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px; }

.ui-lightbox.new-login .login-step-2 .lightbox-content {
  text-align: center;
  padding: 0 0 40px 0;
  display: block; }

.ui-lightbox.new-login .login-step-2 .login-form {
  margin: 0 auto;
  padding: 0;
  width: 280px; }

.ui-lightbox.new-login .login-step-2 .main-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto;
  padding: 0; }
  .ui-lightbox.new-login .login-step-2 .main-form > * {
    text-align: center; }

.ui-lightbox.new-login .login-step-2 .text-btn {
  color: #1d819c;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700; }

.ui-lightbox.new-login .login-step-2 .field {
  position: relative; }
  .ui-lightbox.new-login .login-step-2 .field.last .ui-input {
    margin-bottom: 15px; }

.ui-lightbox.new-login .login-step-2 .ui-input input {
  padding: 9px 50px 9px 10px; }
  .ui-lightbox.new-login .login-step-2 .ui-input input:not(.parsley-error) {
    border: 1px solid #cccccc; }
    .ui-lightbox.new-login .login-step-2 .ui-input input:not(.parsley-error):focus {
      border-color: #fab442; }

.ui-lightbox.new-login .login-step-2 .ui-btn.orange {
  width: 100%;
  border: none;
  padding: 8px 30px 7px 30px; }

@media only screen and (max-width: 580px) {
  .ui-lightbox.new-login .login-step-2 .lightbox-return {
    margin-top: 20px !important; }
  .ui-lightbox.new-login .login-step-2 .main-form {
    display: block;
    padding: 0; }
  .ui-lightbox.new-login .login-step-2 .lightbox-content {
    padding: 0 0 20px 0; } }

.ui-lightbox.new-login .login-step-3 .name, .ui-lightbox.new-login .login-step-3 .subtitle, .ui-lightbox.new-login .login-step-3 .span-text-400 {
  color: #323A48; }

.ui-lightbox.new-login .login-step-3 .span-text-400 {
  padding-top: 20px; }

.ui-lightbox.new-login .login-step-3 .mb-24 {
  margin-bottom: 24px; }

.ui-lightbox.new-login .login-step-3 .mt-20 {
  margin-top: 20px; }

.ui-lightbox.new-login .login-step-3 .lightbox-return {
  text-align: right;
  color: #4F5869;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-top: 30px;
  padding-right: 20px;
  cursor: pointer;
  width: fit-content; }
  .ui-lightbox.new-login .login-step-3 .lightbox-return span {
    padding-right: 2px; }

.ui-lightbox.new-login .login-step-3 .lightbox-head {
  font-weight: 400;
  font-size: 50px; }
  .ui-lightbox.new-login .login-step-3 .lightbox-head.with-return {
    margin-top: 0px; }
    .ui-lightbox.new-login .login-step-3 .lightbox-head.with-return .name {
      margin-top: 0px; }
  .ui-lightbox.new-login .login-step-3 .lightbox-head .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px; }

.ui-lightbox.new-login .login-step-3 .lightbox-content {
  text-align: center;
  padding: 0 0 40px 0;
  display: block; }
  .ui-lightbox.new-login .login-step-3 .lightbox-content.otp-body {
    width: 440px;
    margin: 0 auto; }
    .ui-lightbox.new-login .login-step-3 .lightbox-content.otp-body > form {
      width: 280px;
      margin: 0 auto; }
      .ui-lightbox.new-login .login-step-3 .lightbox-content.otp-body > form input {
        text-align: right; }
    .ui-lightbox.new-login .login-step-3 .lightbox-content.otp-body .bottom-line {
      border-bottom: #E1E4EA 1px solid;
      padding-bottom: 20px;
      margin-top: 24px; }
    .ui-lightbox.new-login .login-step-3 .lightbox-content.otp-body .extra-option {
      color: #FFA126;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 21px;
      text-decoration-line: underline;
      cursor: pointer;
      margin-top: 20px; }

.ui-lightbox.new-login .login-step-3 .ui-input {
  margin-bottom: 20px; }
  .ui-lightbox.new-login .login-step-3 .ui-input input {
    padding: 9px 50px 9px 10px; }
    .ui-lightbox.new-login .login-step-3 .ui-input input:not(.parsley-error) {
      border: 1px solid #cccccc; }
      .ui-lightbox.new-login .login-step-3 .ui-input input:not(.parsley-error):focus {
        border-color: #fab442; }

.ui-lightbox.new-login .login-step-3 .ui-btn.orange {
  width: 100%;
  border: none;
  padding: 8px 30px 7px 30px; }

.ui-lightbox.new-login .login-step-3 .field {
  position: relative; }
  .ui-lightbox.new-login .login-step-3 .field.last .ui-input {
    margin-bottom: 15px; }
  .ui-lightbox.new-login .login-step-3 .field .icon {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    padding: 4px;
    border-left: 1px solid #cccccc;
    width: 38px; }

.ui-lightbox.new-login .login-step-3 .ui-field .parsley-errors-list {
  position: absolute;
  right: 0; }

.ui-lightbox.new-login .login-step-3 .ui-checkbox {
  width: 100%;
  text-align: right;
  margin-bottom: 15px; }

.ui-lightbox.new-login .login-step-3 .login-error {
  margin-top: 10px;
  position: static; }

.ui-lightbox.new-login .login-step-3 .red-color {
  color: #f01f39; }

@media only screen and (max-width: 580px) {
  .ui-lightbox.new-login .login-step-3 .lightbox-return {
    margin-top: 20px !important; }
  .ui-lightbox.new-login .login-step-3 .lightbox-content {
    padding: 0 0 20px 0; }
    .ui-lightbox.new-login .login-step-3 .lightbox-content.otp-body {
      width: 280px; } }

.ui-lightbox.new-login .login-step-4 .option.easy {
  margin-top: 24px; }

.ui-lightbox.new-login .login-step-4 .subtitle {
  margin-bottom: 0;
  margin-top: 20px; }

.ui-lightbox.new-login .login-step-4 .lightbox-content {
  adding: 0 0 30px 0; }

.ui-lightbox.new-login .login-step-4 .name, .ui-lightbox.new-login .login-step-4 .subtitle, .ui-lightbox.new-login .login-step-4 .span-text-400 {
  color: #323A48; }

.ui-lightbox.new-login .login-step-4 .span-text-400 {
  padding-top: 20px; }

.ui-lightbox.new-login .login-step-4 .bottom-line {
  width: 280px;
  margin: 0 auto;
  margin-top: 24px; }

.ui-lightbox.new-login .login-step-4 .option.easy {
  padding: 0; }

.ui-lightbox.new-login .login-step-4 .lightbox-return {
  margin-top: 30px; }

.ui-lightbox.new-login .login-step-4 .link-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.50003 1.58922L0.735733 5.35351L0.264328 4.88211L4.50003 0.646408L8.73573 4.88211L8.26433 5.35351L4.50003 1.58922Z' fill='%23FFA126'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  margin-right: 10px;
  width: 9px;
  height: 6px;
  display: inline-block;
  vertical-align: center; }

.ui-lightbox.new-login .login-step-4 .link-arrow.active::after {
  transform: rotate(180deg); }

.ui-lightbox.new-login .login-step-4 .option.easy div.social-btn {
  width: 280px; }

.ui-lightbox.new-login .login-step-4 form {
  width: 280px !important;
  margin: 0; }

.ui-lightbox.new-login .login-step-4 .red-color {
  color: #f01f39; }

@media only screen and (max-width: 580px) {
  .ui-lightbox.new-login .login-step-4 .lightbox-return {
    margin-top: 20px !important; }
  .ui-lightbox.new-login .login-step-4 .lightbox-content {
    padding: 0 0 20px 0; } }

.ui-lightbox.new-login .login-step-5 .name, .ui-lightbox.new-login .login-step-5 .subtitle {
  color: #323A48; }

.ui-lightbox.new-login .login-step-5 .lightbox-head {
  font-weight: 400;
  font-size: 50px; }
  .ui-lightbox.new-login .login-step-5 .lightbox-head .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px; }
  .ui-lightbox.new-login .login-step-5 .lightbox-head.register-head .name {
    margin-top: 30px; }

.ui-lightbox.new-login .login-step-5 .lightbox-content {
  text-align: center;
  padding: 0 0 40px 0;
  display: block; }
  .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body {
    width: 400px;
    margin: 0 auto; }
    .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form {
      width: 280px;
      margin: 0 auto; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .additional-info {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #79849A;
        text-align: right; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .bm-input.with-icon.reverse .bm-icon {
        width: 49px; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options.grid.register-text.bottom-lr {
        position: relative; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options.grid.register-text.bottom-lr .bm-checkbox {
          top: -2px; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options.grid.register-text.bottom-lr .bm-body-2.label {
          padding-left: 0px; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options .register-text .label {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container {
        width: 130px;
        position: absolute;
        top: 2px;
        left: 0px; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .bm-select.empty .selected-name {
          border: 0;
          height: 38px;
          position: relative;
          left: 1px;
          top: -1px; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .bm-select .dropdown ul .bm-select-option {
          height: 40px; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .bm-select .query {
          border-top: 0;
          border-bottom: 0; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .bm-select .bm-icon.arrow svg {
          fill: #262B36; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .prefix-label {
          width: fit-content;
          padding-right: 10px;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 21px;
          color: #262B36; }
          .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .prefix-label li.selected .prefix-label {
            color: #ffa126;
            font-weight: bold; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .prefix-icon {
          width: 20px;
          height: 16px;
          position: relative;
          top: -21px;
          left: -60px; }
          .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .prefix-icon img {
            width: 100%; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .selected-name {
          border: 0;
          position: relative;
          top: -1px;
          height: 38px;
          left: 1px; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .prefix-container .icon-option {
          height: 20px; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .icon-select input {
        text-align: right; }
        .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .icon-select input .parsley-errors-list {
          position: relative;
          text-align: right; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .register-error {
        text-align: right;
        margin-right: 0; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options.terms .inner {
        display: block;
        width: calc(100% - 21px); }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options.terms .bm-body-2 {
        position: relative;
        top: -20px;
        left: -20px; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options.terms .bm-checkbox .parsley-errors-list {
        position: relative;
        top: -21px; }
      .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form .login-options.subscription {
        margin-top: -17px; }
  .ui-lightbox.new-login .login-step-5 .lightbox-content .subtitle {
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px; }

.ui-lightbox.new-login .login-step-5 .login-form {
  margin: 0 auto;
  padding: 0;
  width: 280px; }

.ui-lightbox.new-login .login-step-5 .main-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto;
  padding: 0; }
  .ui-lightbox.new-login .login-step-5 .main-form > * {
    text-align: center; }
  .ui-lightbox.new-login .login-step-5 .main-form > .option {
    vertical-align: top; }
    .ui-lightbox.new-login .login-step-5 .main-form > .option .title {
      margin-bottom: 20px; }

.ui-lightbox.new-login .login-step-5 .text-btn {
  color: #1d819c;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700; }

.ui-lightbox.new-login .login-step-5 .ui-input {
  margin-bottom: 20px; }
  .ui-lightbox.new-login .login-step-5 .ui-input input {
    padding: 9px 50px 9px 10px; }
    .ui-lightbox.new-login .login-step-5 .ui-input input:not(.parsley-error) {
      border: 1px solid #cccccc; }
      .ui-lightbox.new-login .login-step-5 .ui-input input:not(.parsley-error):focus {
        border-color: #fab442; }

.ui-lightbox.new-login .login-step-5 .field.last .ui-input {
  margin-bottom: 15px; }

.ui-lightbox.new-login .login-step-5 .ui-btn.orange {
  width: 100%;
  border: none;
  padding: 8px 30px 7px 30px; }

.ui-lightbox.new-login .login-step-5 .field {
  position: relative; }
  .ui-lightbox.new-login .login-step-5 .field .icon {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    padding: 4px;
    border-left: 1px solid #cccccc;
    width: 38px; }

.ui-lightbox.new-login .login-step-5 .ui-field .parsley-errors-list {
  position: absolute;
  right: 0; }

.ui-lightbox.new-login .login-step-5 .ui-checkbox {
  width: 100%;
  text-align: right;
  margin-bottom: 15px; }

.ui-lightbox.new-login .login-step-5 .login-error {
  margin-top: 10px;
  position: static; }

@media only screen and (max-width: 580px) {
  .ui-lightbox.new-login .login-step-5 .lightbox-head .name {
    margin-top: 20px !important; }
  .ui-lightbox.new-login .login-step-5 .main-form {
    display: block;
    padding: 0; }
    .ui-lightbox.new-login .login-step-5 .main-form.option {
      display: block;
      width: 100%; }
  .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body {
    width: 280px;
    padding: 0px 0px 20px 0px; }
    .ui-lightbox.new-login .login-step-5 .lightbox-content.register-body > form {
      width: 280px; } }

.ui-lightbox.new-login .login-step-6 .name, .ui-lightbox.new-login .login-step-6 .subtitle {
  color: #323A48; }

.ui-lightbox.new-login .login-step-6 .subtitle {
  margin-top: 24px !important;
  margin-bottom: 0px !important; }

.ui-lightbox.new-login .login-step-6 .name {
  margin-top: 0px !important; }

.ui-lightbox.new-login .login-step-6 .lightbox-return {
  margin-top: 30px; }

.ui-lightbox.new-login .login-step-6 .lightbox-head {
  font-weight: 400;
  font-size: 50px; }
  .ui-lightbox.new-login .login-step-6 .lightbox-head .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px; }

.ui-lightbox.new-login .login-step-6 .lightbox-content {
  text-align: center;
  padding-left: 110px;
  padding-right: 110px;
  display: block; }
  .ui-lightbox.new-login .login-step-6 .lightbox-content .subtitle {
    font-size: 14px;
    line-height: 23px;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 20px; }

.ui-lightbox.new-login .login-step-6 .field {
  position: relative; }
  .ui-lightbox.new-login .login-step-6 .field .icon {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    padding: 4px;
    border-left: 1px solid #cccccc;
    width: 38px; }

.ui-lightbox.new-login .login-step-6 .ui-field .parsley-errors-list {
  position: absolute;
  right: 0; }

.ui-lightbox.new-login .login-step-6 .login-error {
  margin-top: 10px;
  position: static;
  font-size: 14px; }

.ui-lightbox.new-login .login-step-6 .text-link {
  text-decoration: underline;
  cursor: pointer; }

.ui-lightbox.new-login .login-step-6 .text-link.theme {
  color: #ffa126;
  float: left; }

@media (max-width: 580px) {
  .ui-lightbox.new-login .login-step-6 .lightbox-return {
    margin-top: 20px !important; }
  .ui-lightbox.new-login .login-step-6 .lightbox-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; } }

.ui-lightbox.new-login .login-step-7 {
  padding-top: 15px; }
  .ui-lightbox.new-login .login-step-7 .name, .ui-lightbox.new-login .login-step-7 .subtitle {
    color: #323A48; }
  .ui-lightbox.new-login .login-step-7 .name {
    margin-bottom: 24px; }
  .ui-lightbox.new-login .login-step-7 .subtitle {
    margin-bottom: 14px; }
  .ui-lightbox.new-login .login-step-7 .social-btn {
    width: 280px; }
  .ui-lightbox.new-login .login-step-7 .lightbox-content .line {
    position: relative; }
    .ui-lightbox.new-login .login-step-7 .lightbox-content .line hr {
      border: none;
      border-top: 1px solid #e1e4ea;
      width: 280px;
      margin: 0 auto;
      margin-top: 37.6px;
      margin-bottom: 30.4px; }
    .ui-lightbox.new-login .login-step-7 .lightbox-content .line span {
      margin: 0;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      padding: 10px; }
  .ui-lightbox.new-login .login-step-7 .lightbox-content .mt-30 {
    margin-top: 30px; }
  .ui-lightbox.new-login .login-step-7 .lightbox-content button {
    border: none;
    background: none;
    cursor: pointer;
    color: #FFA126;
    text-decoration: underline; }
  .ui-lightbox.new-login .login-step-7 .lightbox-content .lock-icon img {
    width: 20px; }

@media (max-width: 580px) {
  .ui-lightbox.new-login .login-step-7 {
    padding-top: 5px; }
    .ui-lightbox.new-login .login-step-7 .lightbox-content {
      padding-bottom: 20px; } }

.ui-lightbox.new-login .login-step-8 {
  padding-top: 15px; }
  .ui-lightbox.new-login .login-step-8 .name, .ui-lightbox.new-login .login-step-8 .subtitle {
    margin-bottom: 24px;
    color: #323A48; }
  @media only screen and (min-width: 581px) {
    .ui-lightbox.new-login .login-step-8 .lightbox-content {
      width: 56%;
      margin: 0 auto; } }
  @media only screen and (max-width: 580px) {
    .ui-lightbox.new-login .login-step-8 .lightbox-content {
      width: 96%;
      margin: 0 auto; } }
  .ui-lightbox.new-login .login-step-8 .lightbox-content .line {
    position: relative; }
    .ui-lightbox.new-login .login-step-8 .lightbox-content .line hr {
      border: none;
      border-top: 1px solid #e1e4ea;
      margin-top: 35.6px;
      margin-bottom: 30.4px; }
    .ui-lightbox.new-login .login-step-8 .lightbox-content .line span {
      margin: 0;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      padding: 10px; }
  .ui-lightbox.new-login .login-step-8 .lightbox-content .mt-30 {
    margin-top: 30px; }
  .ui-lightbox.new-login .login-step-8 .lightbox-content button {
    background: #FFA126;
    color: #fff;
    text-decoration: none;
    margin-top: 24px;
    border: none;
    cursor: pointer; }
  .ui-lightbox.new-login .login-step-8 .lightbox-content .lock-icon img {
    width: 20px; }
  .ui-lightbox.new-login .login-step-8 .option.easy {
    padding: 0px !important; }
    .ui-lightbox.new-login .login-step-8 .option.easy div.social-btn {
      width: 280px; }

@media (max-width: 580px) {
  .ui-lightbox.new-login .login-step-8 {
    padding-top: 5px; }
    .ui-lightbox.new-login .login-step-8 .line {
      width: 100%;
      margin: 30px auto; }
    .ui-lightbox.new-login .login-step-8 .lightbox-content {
      padding: 20px;
      padding-top: 0px;
      width: 100%; }
    .ui-lightbox.new-login .login-step-8 .subtitle {
      padding-left: 0px;
      padding-right: 0px; } }

.login-step-9 {
  padding-top: 15px; }
  .login-step-9 .name, .login-step-9 .subtitle {
    margin-bottom: 24px;
    color: #323A48; }
  .login-step-9 .bm-lightbox.changePassRedesign .inner {
    max-width: 500px; }
  .login-step-9 form {
    max-width: 280px;
    margin: 0 auto; }
  .login-step-9 .reset-pass-title {
    margin-bottom: 20px; }
  .login-step-9 form .password-eye {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    pointer-events: auto;
    padding: 4px;
    width: 45px;
    height: 100%; }
    .login-step-9 form .password-eye .ember-view.bm-icon {
      width: 38px;
      border-radius: unset;
      border-left: none; }
      .login-step-9 form .password-eye .ember-view.bm-icon svg {
        fill: #FFC973; }
  @media only screen and (max-width: 580px) {
    .login-step-9 .bm-lightbox.changePassRedesign .inner {
      max-width: 320px; } }

.login-step-10 {
  padding-top: 15px; }
  .login-step-10 .name, .login-step-10 .subtitle {
    margin-bottom: 24px;
    color: #323A48; }
  .login-step-10 .bm-lightbox.reset-password .inner {
    max-width: 500px; }
  .login-step-10 .bm-lightbox.reset-password .thumb-up {
    margin: 10px auto 20px auto; }
  .login-step-10 .bm-lightbox.reset-password .bottom-lr {
    margin-bottom: 20px; }
  .login-step-10 .bm-lightbox.reset-password .centered {
    max-width: 280px;
    margin: 0 auto; }

.phone-otp-step-1 .lightbox-content > form {
  max-width: 280px;
  margin: 0 auto;
  height: 108px; }
  .phone-otp-step-1 .lightbox-content > form .additional-info {
    display: none; }
  .phone-otp-step-1 .lightbox-content > form input {
    text-align: right; }

.phone-otp-step-1 .lightbox-head .otp-my-account {
  margin-bottom: 0px !important; }

.phone-otp-step-1 .lightbox-content .bottom-line {
  font-size: 14px; }

.phone-otp-step-1 [data-name-component="bm-dial-code-input"] .list {
  max-height: 124px; }

.phone-otp-step-1 [data-name-component="bm-dial-code-input"] .box-inputs .parsley-errors-list.filled {
  top: 40px !important; }

@media only screen and (max-width: 580px) {
  .ui-lightbox.new-login .phone-otp-step-1 .lightbox-content {
    padding: 0 0 20px 0; } }

.ui-lightbox.new-login .phone-otp-step-2 .lightbox-content > form {
  max-width: 280px;
  margin: 0 auto; }

.ui-lightbox.new-login .phone-otp-step-2 input {
  text-align: right; }

.ui-lightbox.new-login .phone-otp-step-2 .lightbox-head .name {
  margin-top: 0; }

.email-otp-step-1 .lightbox-content > form {
  max-width: 280px;
  margin: 0 auto;
  height: 108px; }
  .email-otp-step-1 .lightbox-content > form .additional-info {
    display: none; }
  .email-otp-step-1 .lightbox-content > form input {
    text-align: right; }

.email-otp-step-1 .lightbox-content .bottom-line {
  font-size: 14px; }

@media only screen and (max-width: 580px) {
  .ui-lightbox.new-login .email-otp-step-1 .lightbox-content {
    padding: 0 0 20px 0; } }

.ui-lightbox.new-login .email-otp-step-2 .lightbox-content > form {
  max-width: 280px;
  margin: 0 auto; }

.ui-lightbox.new-login .email-otp-step-2 input {
  text-align: right; }

.ui-lightbox.new-login .email-otp-step-2 .lightbox-head .name {
  margin-top: 0; }

.bm-wizard > .wrapper {
  margin-top: 50px; }
  .bm-wizard > .wrapper .grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.bm-wizard .fields-section {
  padding-left: 100px; }
  .bm-wizard .fields-section .bm-input .parsley-errors-list.filled {
    top: unset; }
  .bm-wizard .fields-section .bm-input .parsley-errors-list.filled,
  .bm-wizard .fields-section .bm-select .parsley-errors-list.filled,
  .bm-wizard .fields-section .fuse-select .parsley-errors-list.filled {
    bottom: -19px;
    height: 18px; }
  .bm-wizard .fields-section .bm-textarea .parsley-errors-list.filled {
    bottom: -14px;
    height: 18px; }
  .bm-wizard .fields-section .block-content-mobile {
    display: none;
    width: 100%; }
  .bm-wizard .fields-section .block-content-desktop {
    display: block;
    width: 100%; }

.bm-wizard .preview-section {
  padding-right: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }
  .bm-wizard .preview-section:has(.bm-order-summary) {
    padding-right: 85px; }

.bm-wizard .gift-myself-image {
  width: 124px;
  height: 130px;
  display: block;
  margin: 30px auto; }

.bm-wizard .bm-body-2 a:hover {
  color: #F48D07; }

.bm-wizard .bm-body-2 a {
  color: #F48D07;
  text-decoration: underline; }

.bm-wizard .bundle-content {
  box-shadow: 0 4px 10px 2px rgba(26, 30, 37, 0.18);
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 20px 0 20px;
  width: 360px;
  max-width: 100%;
  margin-bottom: 10px; }
  .bm-wizard .bundle-content .item {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0 2px 6px 2px rgba(26, 30, 37, 0.18), 0 0 2px 0 rgba(26, 30, 37, 0.04);
    background-size: cover; }

.bm-wizard .toggle-for-who {
  font-weight: 700;
  font-size: 14px; }
  .rtl .bm-wizard .toggle-for-who {
    color: #ffa126; }
  .ltr .bm-wizard .toggle-for-who {
    color: #fc354c; }
  .bm-wizard .toggle-for-who .arrow {
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition-delay: false; }
  .bm-wizard .toggle-for-who.for-someone .arrow {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.bm-wizard .total-price {
  background: #f2f4f7;
  color: #262b36;
  height: 35px;
  font-size: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .bm-wizard .total-price .value {
    font-weight: 700;
    margin-right: 20px; }
    .rtl .bm-wizard .total-price .value {
      color: #ffa126; }
    .ltr .bm-wizard .total-price .value {
      color: #fc354c; }

.bm-wizard .additional-delivery-times {
  padding: 6px 0 0; }
  .bm-wizard .additional-delivery-times .text-link {
    text-align: right;
    font-size: 16px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    .bm-wizard .additional-delivery-times .text-link:focus-visible {
      outline: 1px solid #ffa126; }
    .bm-wizard .additional-delivery-times .text-link .bm-icon {
      margin-right: 5px;
      position: relative;
      top: 1px; }

.bm-wizard input[type="tel" i] {
  direction: inherit; }

@media only screen and (max-width: 1100px) {
  .bm-wizard .wrapper {
    padding-right: 10px;
    padding-left: 10px; }
  .bm-wizard .fields-section {
    width: 50%;
    padding: 20px; }
  .bm-wizard .preview-section {
    width: 50%;
    padding: 20px; } }

@media only screen and (max-width: 800px) {
  .bm-wizard .wrapper > .grid {
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .bm-wizard .wrapper > .grid .bm-order-summary {
      max-width: 100%; }
  .bm-wizard .wrapper .block-content-mobile {
    display: block; }
  .bm-wizard .wrapper .block-content-desktop {
    display: none; }
  .bm-wizard .wrapper .bm-checkbox .inner {
    align-items: flex-start; }
  .bm-wizard .total-price {
    font-size: 16px;
    margin: 0 -20px 30px -20px;
    width: calc(100% + 40px); }
  .bm-wizard .fields-section {
    width: 100%;
    padding: 10px; }
  .bm-wizard .preview-section {
    width: 100%;
    padding: 0 10px; }
    .bm-wizard .preview-section:has(.bm-order-summary) {
      display: none; }
    .bm-wizard .preview-section .giftcard-preview {
      display: block;
      margin: -10px auto 10px auto; }
    .bm-wizard .preview-section .bm-gift-card .inner {
      border: 2px solid #e1e4ea;
      height: auto;
      box-shadow: 0 4px 30px 0 rgba(38, 43, 54, 0.12);
      margin: 0 auto 20px auto; }
      .bm-wizard .preview-section .bm-gift-card .inner .top {
        display: none; } }

@media only screen and (max-width: 800px) {
  .bm-wizard > .wrapper {
    margin-top: 45px; }
  .bm-wizard .bundle-content {
    padding: 10px 5px 0 5px;
    margin-bottom: 20px; }
    .bm-wizard .bundle-content .items {
      margin: auto; }
      .bm-wizard .bundle-content .items .mx-4 {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px; } }

@media only screen and (max-width: 580px) {
  .bm-wizard > .wrapper {
    margin-top: 40px; }
  .bm-wizard .preview-section {
    max-width: 375px;
    margin: auto; }
  .bm-wizard .bundle-content {
    width: 100%; }
    .bm-wizard .bundle-content .item {
      height: 50px; } }

@media only screen and (max-width: 450px) {
  .bm-wizard .bm-media-upload {
    margin-right: 20px; } }

.bm-wizard-steps {
  color: #4f5869;
  background: #f2f4f7;
  text-align: center;
  border-bottom: 4px solid #e1e4ea; }
  .bm-wizard-steps .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 30px 0;
    flex-direction: row-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bm-wizard-steps .top .back {
      text-align: right;
      width: 100%;
      margin-bottom: 20px; }
    .bm-wizard-steps .top .bm-h1 {
      min-width: 700px; }
  .bm-wizard-steps .steps {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    color: #bdc4d1;
    font-size: 16px;
    transform: translateY(15px); }
    .bm-wizard-steps .steps .step {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-direction: row-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      margin: auto;
      width: 100px; }
      .bm-wizard-steps .steps .step:nth-of-type(1) {
        margin: 0 100px 0 auto; }
      .bm-wizard-steps .steps .step:nth-last-of-type(1) {
        margin: 0 auto 0 100px; }
      .bm-wizard-steps .steps .step .circle {
        background-color: #e1e4ea;
        color: #bdc4d1;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-delay: false;
        transition-delay: 0.5s;
        border: 3px solid #e1e4ea; }
        .bm-wizard-steps .steps .step .circle.disabled {
          cursor: not-allowed; }
      .bm-wizard-steps .steps .step.active {
        font-weight: 700; }
        .bm-wizard-steps .steps .step.active .circle {
          box-shadow: 0 0 0 3px #ffc973;
          border: 3px solid #ffffff; }
      .bm-wizard-steps .steps .step.active .circle, .bm-wizard-steps .steps .step.complete .circle {
        color: #ffffff;
        -webkit-animation-name: circe-popout;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 0.5s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-timing-function: linear;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: false;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-direction: false;
        /* Safari 4.0 - 8.0 */
        animation-name: circe-popout;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-iteration-count: false;
        animation-direction: false; }
        .rtl .bm-wizard-steps .steps .step.active .circle, .rtl .bm-wizard-steps .steps .step.complete .circle {
          background-color: #ffa126; }
        .ltr .bm-wizard-steps .steps .step.active .circle, .ltr .bm-wizard-steps .steps .step.complete .circle {
          background-color: #fc354c; }

@-webkit-keyframes circe-popout {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  90% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@-moz-keyframes circe-popout {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  90% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@keyframes circe-popout {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  90% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }
      .rtl .bm-wizard-steps .steps .step.active .label, .rtl .bm-wizard-steps .steps .step.complete .label {
        color: #ffa126; }
      .ltr .bm-wizard-steps .steps .step.active .label, .ltr .bm-wizard-steps .steps .step.complete .label {
        color: #fc354c; }
      .bm-wizard-steps .steps .step.complete .circle {
        border: 3px solid #ffa126; }
  .bm-wizard-steps .progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 4px;
    margin: 35px -40px 0 -40px; }
    .bm-wizard-steps .progress .fill {
      -webkit-transition: width 0.5s cubic-bezier(0.65, -0.43, 0, 1.01);
      -o-transition: width 0.5s cubic-bezier(0.65, -0.43, 0, 1.01);
      transition: width 0.5s cubic-bezier(0.65, -0.43, 0, 1.01);
      transition-delay: false;
      display: block;
      width: 0%;
      height: 100%; }
      .rtl .bm-wizard-steps .progress .fill {
        background-color: #ffa126; }
      .ltr .bm-wizard-steps .progress .fill {
        background-color: #fc354c; }
    .bm-wizard-steps .progress.complete .fill {
      width: 100%; }

@media only screen and (max-width: 768px) {
  .bm-wizard-steps .top {
    padding: 40px 0 30px 0; }
    .bm-wizard-steps .top .bm-h1 {
      min-width: 200px;
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4;
      margin: auto; } }

@media only screen and (max-width: 580px) {
  .bm-wizard-steps .steps {
    font-size: 14px; }
    .bm-wizard-steps .steps .step:nth-of-type(1), .bm-wizard-steps .steps .step:nth-last-of-type(1) {
      margin: 0 auto; } }

.bm-wizard #wizard-step-whom-to-send .form-element {
  margin-bottom: 16px; }
  .bm-wizard #wizard-step-whom-to-send .form-element.greeting-textarea {
    padding-bottom: 32px;
    margin-bottom: 24px; }

@media only screen and (max-width: 768px) {
  .bm-wizard #wizard-step-whom-to-send .form-element {
    margin-bottom: 20px; }
    .bm-wizard #wizard-step-whom-to-send .form-element:nth-child(2) {
      margin-bottom: 0; }
    .bm-wizard #wizard-step-whom-to-send .form-element.greeting-textarea {
      padding-bottom: 32px;
      margin-bottom: 20px; } }

.bm-wizard #wizard-step-where-to-send .note-field {
  padding-bottom: 30px;
  margin-bottom: 6px; }

.bm-wizard #wizard-step-where-to-send .note-field .bm-textarea textarea {
  border-radius: 6px; }

.bm-wizard #wizard-step-where-to-send .bm-mobile-contacts {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 99; }

@media only screen and (max-width: 768px) {
  .bm-wizard #wizard-step-where-to-send .bm-h3 {
    font-size: 16px;
    margin-bottom: 20px; }
  .bm-wizard #wizard-step-where-to-send .note-field {
    margin-bottom: 16px; }
  .bm-wizard #wizard-step-where-to-send .bm-textarea .label {
    margin-bottom: 10px; } }

.bm-wizard #wizard-step-when-to-send .error {
  position: absolute;
  bottom: -19px;
  color: #f01f39;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; }

.bm-day-timeslots .day {
  color: #262b36;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.bm-day-timeslots .time-slots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }
  .bm-day-timeslots .time-slots .item {
    color: #323a48;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 9px 10px;
    border: 1px solid #bdc4d1;
    border-radius: 6px;
    background-color: #ffffff;
    cursor: pointer; }
    .bm-day-timeslots .time-slots .item.selected {
      border-color: #ffa126; }
    .bm-day-timeslots .time-slots .item.has-error {
      border-color: #f01f39; }
    .bm-day-timeslots .time-slots .item:focus-visible {
      outline: 1px solid #323a48; }

@media screen and (max-width: 740px) {
  .bm-day-timeslots .time-slots {
    grid-gap: 10px; } }

.bm-product-mobile-card {
  display: none;
  border: 2px solid #e1e4ea;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(38, 43, 54, 0.12);
  margin: 0 auto 20px auto;
  padding: 24px;
  width: 100%;
  text-align: center; }
  .bm-product-mobile-card .name {
    font-size: 15px;
    color: #323a48;
    line-height: 18px;
    margin-bottom: 4px; }
  .bm-product-mobile-card .delivery-value {
    font-size: 15px;
    color: #79849a;
    line-height: 20px;
    margin-bottom: 10px; }

@media screen and (max-width: 580px) {
  .bm-product-mobile-card {
    display: block; }
  .bm-wizard .bm-gift-card {
    display: none; } }

.redeem-2fa-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 0;
  color: #323A48; }
  @media screen and (max-width: 480px) {
    .redeem-2fa-container-wrapper {
      flex: 1; } }
  .redeem-2fa-container-wrapper .container {
    text-align: center;
    padding: 20px;
    max-width: 30rem;
    width: 100%; }
    .redeem-2fa-container-wrapper .container .text-section__para-last {
      margin-top: 3rem; }
    .redeem-2fa-container-wrapper .container hr {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
  .redeem-2fa-container-wrapper .logo {
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 7px 0 #00000014;
    padding: 0.2rem 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .redeem-2fa-container-wrapper .logo {
        margin-bottom: 10px; } }
    .redeem-2fa-container-wrapper .logo img {
      width: 3.375rem;
      height: 3.375rem; }
  .redeem-2fa-container-wrapper .text-section__title {
    font-size: 28px;
    font-weight: 700; }
    .redeem-2fa-container-wrapper .text-section__title.tnks {
      margin-bottom: 0.625rem;
      margin-top: 0; }
      @media screen and (max-width: 480px) {
        .redeem-2fa-container-wrapper .text-section__title.tnks {
          margin-top: 1.25rem; } }
  .redeem-2fa-container-wrapper .text-section__subtitle {
    font-size: 24px;
    font-weight: 700; }
  .redeem-2fa-container-wrapper .text-section__para {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0; }
    .redeem-2fa-container-wrapper .text-section__para:first-of-type {
      margin-bottom: 1.25rem; }
  .redeem-2fa-container-wrapper .text-section p {
    margin: 0.625rem 0; }
  .redeem-2fa-container-wrapper .image-section {
    margin: 20px 0; }
    .redeem-2fa-container-wrapper .image-section img {
      max-width: 100%; }
  .redeem-2fa-container-wrapper .button-section {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding: 0 0.5rem;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .redeem-2fa-container-wrapper .button-section {
        padding: 0;
        justify-content: center;
        gap: 1.25rem; } }
    .redeem-2fa-container-wrapper .button-section button {
      padding: 10.5px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 700;
      flex: 1; }
    .redeem-2fa-container-wrapper .button-section .no {
      background-color: #F01F39;
      color: #fff; }
    .redeem-2fa-container-wrapper .button-section .yes {
      background-color: #38A948;
      color: #fff; }
  .redeem-2fa-container-wrapper .note {
    margin-top: 10px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .redeem-2fa-container-wrapper .note {
        margin-top: 1.875rem; } }
    .redeem-2fa-container-wrapper .note__img {
      width: 28.75rem; }
      @media screen and (max-width: 480px) {
        .redeem-2fa-container-wrapper .note__img {
          width: 21.25rem; } }
  .redeem-2fa-container-wrapper .error_note {
    height: 50vh;
    display: flex;
    align-items: center; }

.bm-voucher-2fa-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.375rem; }
  @media screen and (max-width: 480px) {
    .bm-voucher-2fa-wrapper {
      min-height: 100vh; } }

@media screen and (max-width: 740px) {
  .bm-current-route-voucher2FAConfirm.inner-page-offset {
    padding-top: unset; } }

@media screen and (max-width: 480px) {
  .bm-voucher-2fa-wrapper {
    padding-bottom: 1.25rem; } }

.redeem-2fa-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 0;
  color: #323A48; }
  @media screen and (max-width: 480px) {
    .redeem-2fa-container-wrapper {
      flex: 1; } }
  .redeem-2fa-container-wrapper .container {
    text-align: center;
    padding: 20px;
    max-width: 30rem;
    width: 100%; }
    .redeem-2fa-container-wrapper .container .text-section__para-last {
      margin-top: 3rem; }
    .redeem-2fa-container-wrapper .container hr {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
  .redeem-2fa-container-wrapper .logo {
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 7px 0 #00000014;
    padding: 0.2rem 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .redeem-2fa-container-wrapper .logo {
        margin-bottom: 10px; } }
    .redeem-2fa-container-wrapper .logo img {
      width: 3.375rem;
      height: 3.375rem; }
  .redeem-2fa-container-wrapper .text-section__title {
    font-size: 28px;
    font-weight: 700; }
    .redeem-2fa-container-wrapper .text-section__title.tnks {
      margin-bottom: 0.625rem;
      margin-top: 0; }
      @media screen and (max-width: 480px) {
        .redeem-2fa-container-wrapper .text-section__title.tnks {
          margin-top: 1.25rem; } }
  .redeem-2fa-container-wrapper .text-section__subtitle {
    font-size: 24px;
    font-weight: 700; }
  .redeem-2fa-container-wrapper .text-section__para {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0; }
    .redeem-2fa-container-wrapper .text-section__para:first-of-type {
      margin-bottom: 1.25rem; }
  .redeem-2fa-container-wrapper .text-section p {
    margin: 0.625rem 0; }
  .redeem-2fa-container-wrapper .image-section {
    margin: 20px 0; }
    .redeem-2fa-container-wrapper .image-section img {
      max-width: 100%; }
  .redeem-2fa-container-wrapper .button-section {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding: 0 0.5rem;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .redeem-2fa-container-wrapper .button-section {
        padding: 0;
        justify-content: center;
        gap: 1.25rem; } }
    .redeem-2fa-container-wrapper .button-section button {
      padding: 10.5px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 700;
      flex: 1; }
    .redeem-2fa-container-wrapper .button-section .no {
      background-color: #F01F39;
      color: #fff; }
    .redeem-2fa-container-wrapper .button-section .yes {
      background-color: #38A948;
      color: #fff; }
  .redeem-2fa-container-wrapper .note {
    margin-top: 10px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .redeem-2fa-container-wrapper .note {
        margin-top: 1.875rem; } }
    .redeem-2fa-container-wrapper .note__img {
      width: 28.75rem; }
      @media screen and (max-width: 480px) {
        .redeem-2fa-container-wrapper .note__img {
          width: 21.25rem; } }
  .redeem-2fa-container-wrapper .error_note {
    height: 50vh;
    display: flex;
    align-items: center; }

.bm-voucher-2fa-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.375rem; }
  @media screen and (max-width: 480px) {
    .bm-voucher-2fa-wrapper {
      min-height: 100vh; } }

@media screen and (max-width: 740px) {
  .bm-current-route-voucher2FAConfirm.inner-page-offset {
    padding-top: unset; } }

@media screen and (max-width: 480px) {
  .bm-voucher-2fa-wrapper {
    padding-bottom: 1.25rem; } }

.wrapper-light-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px; }
  @media screen and (max-width: 480px) {
    .wrapper-light-footer {
      flex-shrink: 0;
      text-align: center;
      width: 100%; } }
  .wrapper-light-footer .para {
    margin-bottom: 0.5rem; }
  .wrapper-light-footer__text {
    display: flex; }
    .wrapper-light-footer__text .phone {
      margin-right: 1rem;
      margin-bottom: 4px; }
    .wrapper-light-footer__text .email {
      margin-bottom: 4px; }
  .wrapper-light-footer .time {
    margin: 0; }
    .wrapper-light-footer .time br {
      display: none; }

.top-categories-margin + .bm-site-top-categories {
    margin-top: 100px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 1;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-active .pika-button {
    border: 1px solid #33aaff;
    border-radius: 6px;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.pika-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}

.pika-bottom .pika-clear-button,
.pika-bottom .pika-today-button {
    background: none;
    outline: none;
    border-width: 1px;
    border-radius: 4px;
    cursor: pointer;

    &.active {
        outline: 1px solid #ff8000;
    }
}

.pika-bottom button.is-disabled {
    pointer-events: none;
}

.lightbox-product-details--product-carousel {
    display: flex;
    justify-content: center;
}
.product-carousel-container {
    display: flex;
    flex-direction: row;
    gap: 14px;
    position: relative;
}
.product-carousel-container.nav-has-arrows {
    align-items: center;
}

/*Slider*/
.product-carousel {
    flex: 1 1 auto;
}
.product-carousel .slick-list {
    display: grid;
    width: 416px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E1E4EA;
    box-shadow: 0 0 6px 0 rgba(26, 30, 37, 0.04), 0 10px 20px 4px rgba(26, 30, 37, 0.08);
    position: relative;
    padding-top: 75%;
    .slick-track {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
.product-carousel.slick-dotted .slick-list {
    box-shadow: none;
}
.product-carousel-container[data-size="medium"] .product-carousel .slick-list {
    width: 320px;
}
.product-carousel-container[data-size="small"] .product-carousel .slick-list {
    width: 276px;
}
.product-carousel-container .product-carousel.slick-dotted .slick-list {
    width: 100%;
}
.product-carousel-container .slick-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-carousel-container .product-carousel.slick-vertical .slick-list {
    height: 0 !important;
}
.product-carousel-container .product-carousel.slick-vertical .slick-track {
    height: 100% !important;
}
.product-carousel-container .product-carousel.slick-vertical .slick-slide {
    height: 100%;
    border: none;
}

/* Navigation */
.product-carousel-nav {
    max-width: 60px;
    font-size: 0;
    align-self: stretch;
}
.product-carousel-nav .slick-list {
    margin: -5px 0;
}
.product-carousel-nav:not(:has(.slick-arrow)) .slick-list {
    margin: -3px 0;
}
.product-carousel-nav .slick-slide {
    width: 60px;
    height: 45px;
    margin: 4px 0;
    border: 1px solid #BDC4D1;
    border-radius: 6px;
    overflow: hidden;
    transition: 500ms ease border-color;
}
.product-carousel-nav .slick-slide img {
    cursor: pointer;
}

.product-carousel-nav:has(.slick-arrow) .slick-slide {
    margin: 5px 0;
}

.product-carousel-nav .slick-slide.slick-current {
    border-color: #FFA126;
}

/* Navigation */
.product-carousel-nav .slick-prev.slick-arrow,
.product-carousel-nav .slick-next.slick-arrow {
    font-size: 0;
    background: none;
    border: none;
    width: 16px;
    height: 16px;
    padding: 0;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
}

.product-carousel-nav .slick-prev.slick-arrow.slick-arrow-disabled,
.product-carousel-nav .slick-next.slick-arrow.slick-arrow-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.product-carousel-nav .slick-prev.slick-arrow {
    margin-bottom: 8px;
    margin-top: -1px;
}
.product-carousel-nav .slick-next.slick-arrow {
    margin-top: 8px;
}
.product-carousel-nav .slick-prev.slick-arrow:before {
    content: url('/images/site/arrow-up.svg');
}
.product-carousel-nav .slick-next.slick-arrow:before {
    content: url('/images/site/arrow-down.svg');
}
.product-carousel-nav .slick-prev.slick-arrow.slick-arrow-disabled:before,
.product-carousel-nav .slick-next.slick-arrow.slick-arrow-disabled:before {
    filter: grayscale(1) opacity(0.4);
}

/* Dots */
.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 9px;
    font-size: 0;
    margin-top: 14px;
}
.slick-dots > li > button {
    border: none;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D9D9D9;
    overflow: hidden;
    transition: background-color ease 500ms;
}
.slick-dots > li.slick-active > button {
    background-color: #FFA126;
}

.product-carousel-container .bm-price-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    pointer-events: none;
}

@media only screen and (max-width: 740px) {
    .product-carousel-container {
        width: 100%;
    }
    .product-carousel {
        width: 100%;
        overflow: hidden
    }
    .product-carousel-nav {
        display: none;
    }
}

.product-page-container.wrapper {
    margin-top: 60px;
    margin-bottom: 30px;
    color: #323A48;

    .product-page-content {
        display: grid;
        grid-column-gap: 100px;
        grid-template-areas:
                "content1 carousel"
                "content2 carousel";
        grid-template-columns: 1.14fr 1fr;

        .product-page-info__content-one {
            grid-area: content1;
        }

        .product-page-carousel {
            grid-area: carousel;
            display: flex;
            justify-content: end;
            align-items: start;

            .product-carousel-container {
                justify-content: end;
                width: 100%;
                .product-carousel {
                    width: 100%;
                }
            }
        }

        .product-page-info__content-two {
            grid-area: content2;
        }

        .product-page-info {
            .product-label {
                font-size: 20px;
                font-weight: 400;
                line-height: 27px;
            }

            .product-price {
                font-size: 32px;
            }

            .product-delivery-price {
                color: #79849A;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px;
            }

            .product-title,
            .product-description {
                color: #323A48;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 21px;
                padding-top: 4px;
            }

            .product-description {
                padding-top: 6px;

                .product-description-text p {
                    margin: 0;
                }

                .product-description-text.truncated {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2; /* number of lines to show */
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .product-description-show {
                    margin-top: 22px;

                    .product-description-show-button {
                        cursor: pointer;
                        color: #FFA126;
                        text-decoration-line: underline;
                    }
                }
            }

            .product-attributes {
                padding-bottom: 6px;

                .product-attributes-items {
                    display: flex;
                    flex-direction: row;
                    justify-content: start;
                    gap: 32px;

                    .input-label-wrapper {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        .label {
                            display: flex;
                            align-items: center;

                            .required-circle {
                                margin-right: 3px;
                            }
                        }

                        .bm-radio {
                            .buttons > div:first-child {
                                padding-left: 10px;
                            }
                        }

                        .bm-date {
                            width: 100%;
                            max-width: 270px;
                        }
                    }
                }
            }

            .accordion-item {
                margin-top: -1px;
                margin-bottom: -1px;
            }
        }
    }
}

@media only screen and (max-width: 960px) {
    .product-page-container.wrapper {
        .product-page-content {
            display: flex;
            flex-direction: column;

            .product-page-carousel {
                align-self: center;
                margin-top: 14px;
                margin-bottom: 14px;
            }
        }
    }
}


@media only screen and (max-width: 740px) {
    .product-page-container.wrapper {
        margin-top: 0;
        margin-bottom: 40px;

        .product-page-content {
            .product-page-info {
                .product-description {
                    padding-top: 14px;
                }

                .product-attributes {
                    padding-bottom: 7px;

                    .product-attributes-items {
                        flex-direction: column;
                        gap: 20px;

                        .input-label-wrapper {
                            .label {
                                margin-bottom: 10px;
                            }

                            .bm-radio {
                                line-height: 14px;

                                .inner {
                                    height: 20px;

                                    .buttons > div:first-child {
                                        padding-left: 16px;
                                    }
                                }
                            }

                            .bm-radio[class*='circle'] .button {
                                border: none;
                            }

                            .bm-date {
                                max-width: 100%;
                            }
                        }
                    }
                }

                .accordion-item {
                    margin-top: -11px;
                    margin-bottom: -11px;
                }
            }

            .product-page-carousel {
                align-self: normal;
            }
        }
    }
}

.accordion-item-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-arrow {
    color: #323A48;
}

.accordion-item-content {
    overflow: hidden;
    margin-top: 0;
    height: 0;
    font-size: 14px;
    transition: all ease .15s;
}

.accordion-item-content.accordion-item-content-visible {
    margin-top: 14px;
    height: auto;
}

.datepicker-input {
    width: 100%;
    max-width: 280px;
}
.datepicker-input .input-wrapper {
    position: relative;
}
.datepicker-input .input-wrapper .calendar-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 3;
}
.datepicker-input .input-wrapper .pikaday-input-field {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    color: #323a48;
    border: 1px solid #BDC4D1;
    border-radius: 6px;
    background-color: white;
    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.datepicker-input .input-wrapper .datepicker-input-container {
    position: relative;
}
.datepicker-input .input-wrapper .pikaday-input-field.parsley-error {
    border-color: #f01f39;
}
.datepicker-input .input-wrapper .parsley-errors-list {
    position: absolute;
    bottom: -19px;
    right: 0;
    color: #f01f39;
    font-size: 13px;
}
.datepicker-input:not(.expanded).focus .input-wrapper .datepicker-input-container {
    display: block;
    position: absolute;
    width: 100%;
}
.datepicker-input:not(.expanded):not(.focus) .input-wrapper .datepicker-input-container {
    display: none;
}

.datepicker-input.filled .input-wrapper .pikaday-input-field {
    color: #262b36;
    border-color: #79849a;
}

.datepicker-input.focus .input-wrapper .pikaday-input-field,
.datepicker-input.focus.filled .input-wrapper .pikaday-input-field {
    border-color: #ffa126;
}

.datepicker-input.expanded .input-wrapper .datepicker-input-container .bm-pikaday {
    border-color: #BDC4D1;
}

.datepicker-input.filled.expanded .input-wrapper .datepicker-input-container .bm-pikaday {
    border-color: #79849a;
}

.datepicker-input.focus.expanded .input-wrapper .datepicker-input-container .bm-pikaday,
.datepicker-input.focus.filled.expanded .input-wrapper .datepicker-input-container .bm-pikaday {
    border-color: #ffa126;
}

body:has(.bm-pikaday:not(.top-aligned)) .datepicker-input.focus .input-wrapper .pikaday-input-field,
body:has(.bm-pikaday:not(.top-aligned)) .datepicker-input.focus.filled .input-wrapper .pikaday-input-field,
body:has(.bm-pikaday:not(.top-aligned)) .datepicker-input.expanded .input-wrapper .pikaday-input-field {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
body:has(.bm-pikaday:not(.top-aligned)) .datepicker-input.focus .input-wrapper .datepicker-input-container,
body:has(.bm-pikaday:not(.top-aligned)) .datepicker-input.focus.filled .input-wrapper .datepicker-input-container,
body:has(.bm-pikaday:not(.top-aligned)) .datepicker-input.expanded .input-wrapper .datepicker-input-container {
    top: -1px;
}
body:has(.bm-pikaday:not(.top-aligned)) .datepicker-input.focus:not(.expanded) .input-wrapper .datepicker-input-container {
    top: calc(100% - 1px);
}

body:has(.bm-pikaday.top-aligned) .datepicker-input.focus .input-wrapper .pikaday-input-field,
body:has(.bm-pikaday.top-aligned) .datepicker-input.focus.filled .input-wrapper .pikaday-input-field,
body:has(.bm-pikaday.top-aligned) .datepicker-input.expanded .input-wrapper .pikaday-input-field {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
body:has(.bm-pikaday.top-aligned) .datepicker-input.focus .input-wrapper .datepicker-input-container,
body:has(.bm-pikaday.top-aligned) .datepicker-input.focus.filled .input-wrapper .datepicker-input-container,
body:has(.bm-pikaday.top-aligned) .datepicker-input.expanded .input-wrapper .datepicker-input-container {
    bottom: -1px;
}
body:has(.bm-pikaday.top-aligned) .datepicker-input.focus:not(.expanded) .input-wrapper .datepicker-input-container {
    bottom: calc(100% - 1px);
}

body:has(.datepicker-input) .bm-pikaday {
    font-family: "Open Sans Hebrew", sans-serif;
    font-weight: 400;
    width: 100%;
    border-color: #ffa126;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar {
    margin: 0;
    float: unset;
    width: 100%;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 40px;
    margin: 0 14px;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #BDC4D1;
    border-radius: 6px;
    padding: 2px 12px;
    width: 86px;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-label:not(.pika-select-container) {
    justify-content: center;
    border: none;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-label.pika-select-container::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: -10px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACQSURBVHgB7ZLBDUAwFIb/dgIjOIk1bGABCZOICYyAGMQa4mQEE7QeN6Lta+L4vqS3vu97aQoIguDEzln5x139OTCkCYzqabBFSD7RHYPeDnnKDqhmPyhQ0Kl9kVsO1DC6UM26f7rg2+7aStuFzqiqrYuVBwOuCFfOCrwj9N7gytmBRwQWXHk0V8T1WwRBcHMCGQVMeFUVIKQAAAAASUVORK5CYII=");
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-prev,
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-next {
    width: 20px;
    height: 20px;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-next {
    margin-right: auto;
    order: 4;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACrSURBVHgBzZK9DcIwFITvvaDQwgauECUrZAM2QN4AJskIESzCCpSUHoGWSLGxTZXg4DhKpFzh37uvOBtYvEwlNua2q9wcul/FwuD8DoMDeL21R8euh6Nh2DCgoOkc8tGwMBckn2oQICX8A0gNO7VLzPLSF+bELOn0P+xtrV1TX+z48Gut7dPtRQwwbQdjIEFACqT3I5FUL+i6wLcTgcyUIV8voAO5onlLzKEPzapTpxOZGX0AAAAASUVORK5CYII=");
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-next.is-disabled {
    opacity: 1;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhGVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABSASgAAwAAAAEAAgAAh2kABAAAAAEAAABaAAAAAAAAAEgAAAABAAAASAAAAAEAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAAEAAAAADHbxzxAAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAAA3ElEQVQ4Eb1TQQ6CMBC0LfXCQThygx/wBZ7gE3yCL/EJ+BO/4A/aGBKiF70jxY5Jk2ZbEkiMc2l3Z2dop2Gz+QeUUpnq7melnhn9XkIbtIaYy/Ri+zXbvnd23fsz3C/o3hdbTo88OdIZRhuupmIjZFMVuXa8W6MGS8UwCQzWiGEQZCBkerL9GqSZ2CF2bHAOgcE4SAR1xQBnU6v6vsR+DsEVMIj35nL4Pp0ttRGjDbDQ4CiiBhhaajJrsNQkyMA/YlXlLzPIxvaQSSlMgoDXA9e5dY829i+sd/u14gNYJl6zUJnPxwAAAABJRU5ErkJggg==");
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-prev {
    margin-left: auto;
    order: -1;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJFBMVEUAAAD/nyD/oib/oSf/oSb/nyj/oSb/oyj/oif/oSb/oSb////7HE/EAAAACnRSTlMAEJ+wzyDfQK+g2S4XQAAAAAFiS0dECx/XxMAAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfoCRILEA355U8nAAAALUlEQVQI12NgwAIYFaEM5iUCEAZrliNUKAyPEPsqBVQRuBoMAQ6YHsaJKFYDAH5rCeFQzb0bAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA5LTE4VDExOjE2OjA0KzAwOjAwAo2PRAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wOS0xOFQxMToxNjowNCswMDowMHPQN/gAAAAASUVORK5CYII=");
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-title .pika-prev.is-disabled {
    opacity: 1;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADASURBVHgBzZLBDYMwDEWNIT23R25kA1boJmWDMgkjMAorsAGoqoTUC+2BHghJmlQcqkCpkXrgS5Zjy//JiQKwOVVVu79cb7nNlHl0G/5uyDXACZkoKJAJQOKQmlSbiCkQb65ZNU2E0i/MMTJRKsGOnB/uZMAayFcAFYJLAB6GtdJeMpaxz0TmzuDyBm2Ens7HspSiS4F6hbdZio/1O7M+p70B1TwLWGO2mv5ENWRUs1XgNmQfJMD6B4jn+Zf5L3oBa7tyTym9y54AAAAASUVORK5CYII=");
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table thead tr {
    border-top: 1px solid #e1e4ea;
    border-bottom: 1px solid #e1e4ea;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table thead tr th {
    height: 30px;
    border-top: none;
    border-bottom: none;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table thead tr th abbr {
    text-decoration: none;
    font-weight: 400;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table tbody {
    height: 162px;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table th {
    font-size: 14px;
    border-top: 1px solid #e1e4ea;
    border-bottom: 1px solid #e1e4ea;
    color: #79849a;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table th,
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td {
    width: 14.2857142857%;
    height: 30px;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table th .pika-button,
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td .pika-button {
    font-size: 14px;
    color: #262b36;
    text-align: center;
    background-color: white;
    transition: color 0.2s ease-in-out;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table tr:before, body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table tr:after {
    content: "";
    display: inline-block;
    width: 8px;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td.is-disabled .pika-button,
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td.is-inrange .pika-button {
    opacity: 0.2;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td.is-active .pika-button {
    border: 1px solid #ffa126;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td.is-today .pika-button {
    color: #ffa126;
    font-weight: 400;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td.is-selected .pika-button {
    margin: auto;
    font-weight: 700;
    box-shadow: none;
    color: white;
    width: 30px;
    height: 24px;
    border-radius: 6px;
    line-height: 14px;
    background-color: #ffa126;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td:not(.is-disabled) .pika-button:hover,
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td:not(.is-inrange) .pika-button:hover {
    color: #ffa126;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-table td.is-selected .pika-button:hover {
    color: white;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-bottom {
    gap: 60px;
    border-top: 1px solid #e1e4ea;
    height: 40px;
    margin-top: 6px;
    margin-bottom: 0;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-bottom button {
    color: #ffa126;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    border: none;
}
body:has(.datepicker-input) .bm-pikaday .pika-lendar .pika-bottom button.is-disabled {
    color: #bdc4d1;
}
body:has(.datepicker-input) .bm-pikaday.top-aligned {
    border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 480px) {
    .datepicker-input {
        max-width: 480px;
    }
}

.fuse-select {
    position: relative;
    cursor: pointer;
    display: block;
    /* override slide animation direction */
}
.fuse-select.disabled .selected-name,
.fuse-select.disabled select {
    cursor: not-allowed;
    background-color: #f2f4f7;
}
.fuse-select.filled:not(.disabled):not(.show-options) .input-label-wrapper:not(.parsley-error) select,
.fuse-select.filled:not(.disabled):not(.show-options) .input-label-wrapper:not(.parsley-error) .selected-name {
    border-color: #79849a;
}
.fuse-select .parsley-errors-list.filled + .selected-name,
.fuse-select select.parsley-error {
    border-color: #f01f39;
}
.fuse-select label {
    display: block;
}
.fuse-select .parsley-errors-list {
    position: absolute;
    bottom: -17px;
    right: 0;
    color: #f01f39;
    font-size: 13px;
}
.fuse-select.show-options .selected-name {
    border-radius: 6px 6px 0 0;
}
.fuse-select.show-options .input-label-wrapper:not(.parsley-error) .selected-name {
    border-color: #ffa126;
}
.fuse-select.show-options .bm-icon.arrow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fuse-select.show-options .dropdown {
    transform: scale(1, 1);
}
.fuse-select.show-options .query,
.fuse-select.show-options .query-search {
    display: block;
}
.fuse-select .selected-name,
.fuse-select select {
    color: #262b36;
    display: block;
    width: 100%;
    border: 1px solid #bdc4d1;
    border-radius: 6px;
    background-color: white;
    padding: 7px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border, 0.2s, ease-in-out, background-color, 0.2s, ease-in-out;
    font: inherit;
    height: 30px;
    font-size: 14px;
}
.rtl .fuse-select .selected-name,
.rtl .fuse-select select {
    text-align: right;
}
.ltr .fuse-select .selected-name,
.ltr .fuse-select select {
    text-align: left;
}
.fuse-select.md .selected-name,
.fuse-select.md select {
    height: 40px;
    padding: 10px;
}
.fuse-select.md .dropdown li {
    height: auto;
}
.fuse-select .relative {
    position: relative;
}
.fuse-select .selected-name .selected-text {
    white-space: pre;
    overflow-x: hidden;
    display: block;
    max-width: 90%;
    text-overflow: ellipsis;
}
.fuse-select .selected-name .ui-tooltip {
    z-index: 2;
}
.fuse-select .bm-icon.arrow {
    position: absolute;
    bottom: 3px;
    z-index: 1;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}
.rtl .fuse-select .bm-icon.arrow {
    left: 10px;
}
.ltr .fuse-select .bm-icon.arrow {
    right: 10px;
}
.fuse-select.md .bm-icon.arrow {
    position: absolute;
    bottom: 8px;
}
.fuse-select .parsley-error .selected-name,
.fuse-select .parsley-error select {
    border: 1px solid #f01f39;
}
.fuse-select .dropdown {
    list-style-type: none;
    margin-right: auto;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 100%;
    border: 1px solid;
    transition: all 0.1s ease-in-out;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 4;
    /* Track */
    /* Handle */
    border-radius: 0 0 6px 6px;
    background-color: white;
    padding: 6px;
    font-size: 14px;
    color: #262b36;
}
.fuse-select .dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #f2f4f7;
    margin-left: 10px;
}
.fuse-select .dropdown::-webkit-scrollbar-track {
    border-radius: 10px;
}
.fuse-select .dropdown::-webkit-scrollbar-thumb {
    background-color: #ffa126;
    border-radius: 10px;
}
.fuse-select .dropdown::-webkit-scrollbar-track-piece {
    width: 30px;
    height: 30px;
}
.fuse-select .dropdown ul {
    max-height: 200px;
    overflow-y: auto;
    /* Track */
    /* Handle */
}
.fuse-select .dropdown ul::-webkit-scrollbar {
    width: 6px;
    background-color: #f2f4f7;
    margin-left: 10px;
}
.fuse-select .dropdown ul::-webkit-scrollbar-track {
    border-radius: 10px;
}
.fuse-select .dropdown ul::-webkit-scrollbar-thumb {
    background-color: #ffa126;
    border-radius: 10px;
}
.fuse-select .dropdown ul::-webkit-scrollbar-track-piece {
    width: 30px;
    height: 30px;
}
.fuse-select .dropdown ul .bm-select-option {
    margin-right: 0;
}
.fuse-select .dropdown ul .bm-select-option:nth-last-of-type(1) {
    border-bottom: 0;
}
.rtl .fuse-select .dropdown {
    text-align: right;
}
.ltr .fuse-select .dropdown {
    text-align: left;
}
.fuse-select .dropdown li {
    word-break: break-word;
    cursor: pointer;
    border-bottom: 1px solid #f2f4f7;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7px;
    transition: color 0.2s ease-in-out;
}
.rtl .fuse-select .dropdown li.selected, .rtl .fuse-select .dropdown li:hover {
    color: #ffa126;
}
.ltr .fuse-select .dropdown li.selected, .ltr .fuse-select .dropdown li:hover {
    color: #fc354c;
}
.fuse-select .dropdown li.selected {
    font-weight: 700;
}
.fuse-select .input-label-wrapper:not(.parsley-error) .dropdown {
    border-color: #ffa126;
    border-top-color: #e1e4ea;
}
.fuse-select .input-label-wrapper.parsley-error .dropdown {
    border-color: #f01f39;
}
.fuse-select select {
    display: none;
}
.fuse-select select:focus {
    outline: none;
}
.rtl .fuse-select select {
    padding-left: 30px;
}
.ltr .fuse-select select {
    padding-right: 30px;
}
.fuse-select select option {
    color: #262b36;
}
.fuse-select.bottom .dropdown {
    transform-origin: bottom;
    top: auto;
    bottom: 55px;
}
.fuse-select.search .dropdown {
    top: 115px;
}
.fuse-select.search.no-label .dropdown {
    top: 78px;
}
.fuse-select.empty select,
.fuse-select.empty .selected-name,
.fuse-select.empty .dropdown li.prompt {
    color: #bdc4d1;
}
.fuse-select.empty select,
.fuse-select.empty .selected-name {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fuse-select .query {
    width: 100%;
    position: absolute;
    bottom: -40px;
    z-index: 1;
    display: none;
    border: 1px solid #ffa126;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
}
.fuse-select .query.no-label {
    bottom: -39px;
}
.fuse-select .query.not-empty {
    border-radius: 0;
}
.rtl .fuse-select .query {
    padding: 10px 10px 10px 40px;
}
.ltr .fuse-select .query {
    padding: 10px 40px 10px 10px;
}
.fuse-select .query:focus, .fuse-select .query:hover {
    outline: none;
}
.fuse-select .query-search {
    position: absolute;
    bottom: -31px;
    z-index: 1;
    pointer-events: none;
    fill: #bdc4d1;
    display: none;
}
.rtl .fuse-select .query-search {
    left: 10px;
}
.ltr .fuse-select .query-search {
    right: 10px;
}

@media only screen and (max-width: 580px) {
    .fuse-select .label {
        margin-bottom: 10px;
    }
    .fuse-select.search .dropdown {
        top: 106px;
    }
}
.iphone .fuse-select:not(.native-disabled) select,
.android .fuse-select:not(.native-disabled) select,
.ipad .fuse-select:not(.native-disabled) select {
    display: block;
}
.iphone .fuse-select:not(.native-disabled) .selected-name,
.iphone .fuse-select:not(.native-disabled) .dropdown,
.android .fuse-select:not(.native-disabled) .selected-name,
.android .fuse-select:not(.native-disabled) .dropdown,
.ipad .fuse-select:not(.native-disabled) .selected-name,
.ipad .fuse-select:not(.native-disabled) .dropdown {
    display: none;
}

.fuse-input .bm-field.with-icon .bm-icon {
    top: initial;
    bottom: 1px;
}
.fuse-input .select-description {
    position: absolute;
    bottom: -19px;
    color: #4F5869;
    font-size: 13px;
    line-height: 20px;
}
.fuse-input.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.fuse-input.disabled .label {
    opacity: 0.65;
}
.fuse-input.disabled input {
    background: white;
}



