.intl-tel-input {
    position: relative;
    display: inline-block;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .v-hide {
    visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 0;
    transition: background-color 0.1s ease-out;
}
.intl-tel-input input.iti-invalid-key {
    transition: background-color 0;
    background-color: #ffc7c7;
}
.intl-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px;
}
.intl-tel-input .flag-dropdown:hover {
    cursor: pointer;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input input[disabled] + .flag-dropdown:hover,
.intl-tel-input input[readonly] + .flag-dropdown:hover {
    cursor: default;
}
.intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag,
.intl-tel-input input[readonly] + .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 42px;
    height: 100%;
    padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 4px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.intl-tel-input .country-list .flag {
    display: inline-block;
    width: 20px;
}
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag {
    vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag {
    margin-right: 6px;
}
.intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100px;
    height: 100%;
    opacity: 0;
}
.iti-flag.be {
    width: 36px;
}
.iti-flag.ch {
    width: 30px;
}
.iti-flag.mc {
    width: 38px;
}
.iti-flag.ne {
    width: 36px;
}
.iti-flag.ac {
    height: 20px;
    background-position: 0 0;
}
.iti-flag.ad {
    height: 28px;
    background-position: -44px 0;
}
.iti-flag.ae {
    height: 20px;
    background-position: -88px 0;
}
.iti-flag.af {
    height: 28px;
    background-position: -132px 0;
}
.iti-flag.ag {
    height: 28px;
    background-position: -176px 0;
}
.iti-flag.ai {
    height: 20px;
    background-position: -220px 0;
}
.iti-flag.al {
    height: 30px;
    background-position: -264px 0;
}
.iti-flag.am {
    height: 20px;
    background-position: -308px 0;
}
.iti-flag.ao {
    height: 28px;
    background-position: -352px 0;
}
.iti-flag.aq {
    height: 28px;
    background-position: -396px 0;
}
.iti-flag.ar {
    height: 26px;
    background-position: -440px 0;
}
.iti-flag.as {
    height: 20px;
    background-position: -484px 0;
}
.iti-flag.at {
    height: 28px;
    background-position: -528px 0;
}
.iti-flag.au {
    height: 20px;
    background-position: -572px 0;
}
.iti-flag.aw {
    height: 28px;
    background-position: -616px 0;
}
.iti-flag.ax {
    height: 26px;
    background-position: -660px 0;
}
.iti-flag.az {
    height: 20px;
    background-position: -704px 0;
}
.iti-flag.ba {
    height: 20px;
    background-position: -748px 0;
}
.iti-flag.bb {
    height: 28px;
    background-position: -792px 0;
}
.iti-flag.bd {
    height: 24px;
    background-position: -836px 0;
}
.iti-flag.be {
    height: 30px;
    background-position: -880px 0;
}
.iti-flag.bf {
    height: 28px;
    background-position: -920px 0;
}
.iti-flag.bg {
    height: 24px;
    background-position: -964px 0;
}
.iti-flag.bh {
    height: 24px;
    background-position: -1008px 0;
}
.iti-flag.bi {
    height: 24px;
    background-position: -1052px 0;
}
.iti-flag.bj {
    height: 28px;
    background-position: -1096px 0;
}
.iti-flag.bl {
    height: 28px;
    background-position: -1140px 0;
}
.iti-flag.bm {
    height: 20px;
    background-position: -1184px 0;
}
.iti-flag.bn {
    height: 20px;
    background-position: -1228px 0;
}
.iti-flag.bo {
    height: 28px;
    background-position: -1272px 0;
}
.iti-flag.bq {
    height: 28px;
    background-position: -1316px 0;
}
.iti-flag.br {
    height: 28px;
    background-position: -1360px 0;
}
.iti-flag.bs {
    height: 20px;
    background-position: -1404px 0;
}
.iti-flag.bt {
    height: 28px;
    background-position: -1448px 0;
}
.iti-flag.bv {
    height: 30px;
    background-position: -1492px 0;
}
.iti-flag.bw {
    height: 28px;
    background-position: -1536px 0;
}
.iti-flag.by {
    height: 20px;
    background-position: -1580px 0;
}
.iti-flag.bz {
    height: 28px;
    background-position: -1624px 0;
}
.iti-flag.ca {
    height: 20px;
    background-position: -1668px 0;
}
.iti-flag.cc {
    height: 20px;
    background-position: -1712px 0;
}
.iti-flag.cd {
    height: 30px;
    background-position: -1756px 0;
}
.iti-flag.cf {
    height: 28px;
    background-position: -1800px 0;
}
.iti-flag.cg {
    height: 28px;
    background-position: -1844px 0;
}
.iti-flag.ch {
    height: 30px;
    background-position: -1888px 0;
}
.iti-flag.ci {
    height: 28px;
    background-position: -1922px 0;
}
.iti-flag.ck {
    height: 20px;
    background-position: -1966px 0;
}
.iti-flag.cl {
    height: 28px;
    background-position: -2010px 0;
}
.iti-flag.cm {
    height: 28px;
    background-position: -2054px 0;
}
.iti-flag.cn {
    height: 28px;
    background-position: -2098px 0;
}
.iti-flag.co {
    height: 28px;
    background-position: -2142px 0;
}
.iti-flag.cp {
    height: 28px;
    background-position: -2186px 0;
}
.iti-flag.cr {
    height: 24px;
    background-position: -2230px 0;
}
.iti-flag.cu {
    height: 20px;
    background-position: -2274px 0;
}
.iti-flag.cv {
    height: 24px;
    background-position: -2318px 0;
}
.iti-flag.cw {
    height: 28px;
    background-position: -2362px 0;
}
.iti-flag.cx {
    height: 20px;
    background-position: -2406px 0;
}
.iti-flag.cy {
    height: 28px;
    background-position: -2450px 0;
}
.iti-flag.cz {
    height: 28px;
    background-position: -2494px 0;
}
.iti-flag.de {
    height: 24px;
    background-position: -2538px 0;
}
.iti-flag.dg {
    height: 20px;
    background-position: -2582px 0;
}
.iti-flag.dj {
    height: 28px;
    background-position: -2626px 0;
}
.iti-flag.dk {
    height: 30px;
    background-position: -2670px 0;
}
.iti-flag.dm {
    height: 20px;
    background-position: -2714px 0;
}
.iti-flag.do {
    height: 26px;
    background-position: -2758px 0;
}
.iti-flag.dz {
    height: 28px;
    background-position: -2802px 0;
}
.iti-flag.ea {
    height: 28px;
    background-position: -2846px 0;
}
.iti-flag.ec {
    height: 28px;
    background-position: -2890px 0;
}
.iti-flag.ee {
    height: 26px;
    background-position: -2934px 0;
}
.iti-flag.eg {
    height: 28px;
    background-position: -2978px 0;
}
.iti-flag.eh {
    height: 20px;
    background-position: -3022px 0;
}
.iti-flag.er {
    height: 20px;
    background-position: -3066px 0;
}
.iti-flag.es {
    height: 28px;
    background-position: -3110px 0;
}
.iti-flag.et {
    height: 20px;
    background-position: -3154px 0;
}
.iti-flag.eu {
    height: 28px;
    background-position: -3198px 0;
}
.iti-flag.fi {
    height: 24px;
    background-position: -3242px 0;
}
.iti-flag.fj {
    height: 20px;
    background-position: -3286px 0;
}
.iti-flag.fk {
    height: 20px;
    background-position: -3330px 0;
}
.iti-flag.fm {
    height: 22px;
    background-position: -3374px 0;
}
.iti-flag.fo {
    height: 30px;
    background-position: -3418px 0;
}
.iti-flag.fr {
    height: 28px;
    background-position: -3462px 0;
}
.iti-flag.ga {
    height: 30px;
    background-position: -3506px 0;
}
.iti-flag.gb {
    height: 20px;
    background-position: -3550px 0;
}
.iti-flag.gd {
    height: 24px;
    background-position: -3594px 0;
}
.iti-flag.ge {
    height: 28px;
    background-position: -3638px 0;
}
.iti-flag.gf {
    height: 28px;
    background-position: -3682px 0;
}
.iti-flag.gg {
    height: 28px;
    background-position: -3726px 0;
}
.iti-flag.gh {
    height: 28px;
    background-position: -3770px 0;
}
.iti-flag.gi {
    height: 20px;
    background-position: -3814px 0;
}
.iti-flag.gl {
    height: 28px;
    background-position: -3858px 0;
}
.iti-flag.gm {
    height: 28px;
    background-position: -3902px 0;
}
.iti-flag.gn {
    height: 28px;
    background-position: -3946px 0;
}
.iti-flag.gp {
    height: 28px;
    background-position: -3990px 0;
}
.iti-flag.gq {
    height: 28px;
    background-position: -4034px 0;
}
.iti-flag.gr {
    height: 28px;
    background-position: -4078px 0;
}
.iti-flag.gs {
    height: 20px;
    background-position: -4122px 0;
}
.iti-flag.gt {
    height: 26px;
    background-position: -4166px 0;
}
.iti-flag.gu {
    height: 22px;
    background-position: -4210px 0;
}
.iti-flag.gw {
    height: 20px;
    background-position: -4254px 0;
}
.iti-flag.gy {
    height: 24px;
    background-position: -4298px 0;
}
.iti-flag.hk {
    height: 28px;
    background-position: -4342px 0;
}
.iti-flag.hm {
    height: 20px;
    background-position: -4386px 0;
}
.iti-flag.hn {
    height: 20px;
    background-position: -4430px 0;
}
.iti-flag.hr {
    height: 20px;
    background-position: -4474px 0;
}
.iti-flag.ht {
    height: 24px;
    background-position: -4518px 0;
}
.iti-flag.hu {
    height: 20px;
    background-position: -4562px 0;
}
.iti-flag.ic {
    height: 28px;
    background-position: -4606px 0;
}
.iti-flag.id {
    height: 28px;
    background-position: -4650px 0;
}
.iti-flag.ie {
    height: 20px;
    background-position: -4694px 0;
}
.iti-flag.il {
    height: 30px;
    background-position: -4738px 0;
}
.iti-flag.im {
    height: 20px;
    background-position: -4782px 0;
}
.iti-flag.in {
    height: 28px;
    background-position: -4826px 0;
}
.iti-flag.io {
    height: 20px;
    background-position: -4870px 0;
}
.iti-flag.iq {
    height: 28px;
    background-position: -4914px 0;
}
.iti-flag.ir {
    height: 24px;
    background-position: -4958px 0;
}
.iti-flag.is {
    height: 30px;
    background-position: -5002px 0;
}
.iti-flag.it {
    height: 28px;
    background-position: -5046px 0;
}
.iti-flag.je {
    height: 24px;
    background-position: -5090px 0;
}
.iti-flag.jm {
    height: 20px;
    background-position: -5134px 0;
}
.iti-flag.jo {
    height: 20px;
    background-position: -5178px 0;
}
.iti-flag.jp {
    height: 28px;
    background-position: -5222px 0;
}
.iti-flag.ke {
    height: 28px;
    background-position: -5266px 0;
}
.iti-flag.kg {
    height: 24px;
    background-position: -5310px 0;
}
.iti-flag.kh {
    height: 26px;
    background-position: -5354px 0;
}
.iti-flag.ki {
    height: 20px;
    background-position: -5398px 0;
}
.iti-flag.km {
    height: 24px;
    background-position: -5442px 0;
}
.iti-flag.kn {
    height: 28px;
    background-position: -5486px 0;
}
.iti-flag.kp {
    height: 20px;
    background-position: -5530px 0;
}
.iti-flag.kr {
    height: 28px;
    background-position: -5574px 0;
}
.iti-flag.kw {
    height: 20px;
    background-position: -5618px 0;
}
.iti-flag.ky {
    height: 20px;
    background-position: -5662px 0;
}
.iti-flag.kz {
    height: 20px;
    background-position: -5706px 0;
}
.iti-flag.la {
    height: 28px;
    background-position: -5750px 0;
}
.iti-flag.lb {
    height: 28px;
    background-position: -5794px 0;
}
.iti-flag.lc {
    height: 20px;
    background-position: -5838px 0;
}
.iti-flag.li {
    height: 24px;
    background-position: -5882px 0;
}
.iti-flag.lk {
    height: 20px;
    background-position: -5926px 0;
}
.iti-flag.lr {
    height: 22px;
    background-position: -5970px 0;
}
.iti-flag.ls {
    height: 28px;
    background-position: -6014px 0;
}
.iti-flag.lt {
    height: 24px;
    background-position: -6058px 0;
}
.iti-flag.lu {
    height: 24px;
    background-position: -6102px 0;
}
.iti-flag.lv {
    height: 20px;
    background-position: -6146px 0;
}
.iti-flag.ly {
    height: 20px;
    background-position: -6190px 0;
}
.iti-flag.ma {
    height: 28px;
    background-position: -6234px 0;
}
.iti-flag.mc {
    height: 30px;
    background-position: -6278px 0;
}
.iti-flag.md {
    height: 20px;
    background-position: -6320px 0;
}
.iti-flag.me {
    height: 20px;
    background-position: -6364px 0;
}
.iti-flag.mf {
    height: 28px;
    background-position: -6408px 0;
}
.iti-flag.mg {
    height: 28px;
    background-position: -6452px 0;
}
.iti-flag.mh {
    height: 22px;
    background-position: -6496px 0;
}
.iti-flag.mk {
    height: 20px;
    background-position: -6540px 0;
}
.iti-flag.ml {
    height: 28px;
    background-position: -6584px 0;
}
.iti-flag.mm {
    height: 28px;
    background-position: -6628px 0;
}
.iti-flag.mn {
    height: 20px;
    background-position: -6672px 0;
}
.iti-flag.mo {
    height: 28px;
    background-position: -6716px 0;
}
.iti-flag.mp {
    height: 20px;
    background-position: -6760px 0;
}
.iti-flag.mq {
    height: 28px;
    background-position: -6804px 0;
}
.iti-flag.mr {
    height: 28px;
    background-position: -6848px 0;
}
.iti-flag.ms {
    height: 20px;
    background-position: -6892px 0;
}
.iti-flag.mt {
    height: 28px;
    background-position: -6936px 0;
}
.iti-flag.mu {
    height: 28px;
    background-position: -6980px 0;
}
.iti-flag.mv {
    height: 28px;
    background-position: -7024px 0;
}
.iti-flag.mw {
    height: 28px;
    background-position: -7068px 0;
}
.iti-flag.mx {
    height: 24px;
    background-position: -7112px 0;
}
.iti-flag.my {
    height: 20px;
    background-position: -7156px 0;
}
.iti-flag.mz {
    height: 28px;
    background-position: -7200px 0;
}
.iti-flag.na {
    height: 28px;
    background-position: -7244px 0;
}
.iti-flag.nc {
    height: 20px;
    background-position: -7288px 0;
}
.iti-flag.ne {
    height: 30px;
    background-position: -7332px 0;
}
.iti-flag.nf {
    height: 20px;
    background-position: -7372px 0;
}
.iti-flag.ng {
    height: 20px;
    background-position: -7416px 0;
}
.iti-flag.ni {
    height: 24px;
    background-position: -7460px 0;
}
.iti-flag.nl {
    height: 28px;
    background-position: -7504px 0;
}
.iti-flag.no {
    height: 30px;
    background-position: -7548px 0;
}
.iti-flag.np {
    width: 26px;
    height: 30px;
    background-position: -7592px 0;
}
.iti-flag.nr {
    height: 20px;
    background-position: -7622px 0;
}
.iti-flag.nu {
    height: 20px;
    background-position: -7666px 0;
}
.iti-flag.nz {
    height: 20px;
    background-position: -7710px 0;
}
.iti-flag.om {
    height: 20px;
    background-position: -7754px 0;
}
.iti-flag.pa {
    height: 28px;
    background-position: -7798px 0;
}
.iti-flag.pe {
    height: 28px;
    background-position: -7842px 0;
}
.iti-flag.pf {
    height: 28px;
    background-position: -7886px 0;
}
.iti-flag.pg {
    height: 30px;
    background-position: -7930px 0;
}
.iti-flag.ph {
    height: 20px;
    background-position: -7974px 0;
}
.iti-flag.pk {
    height: 28px;
    background-position: -8018px 0;
}
.iti-flag.pl {
    height: 26px;
    background-position: -8062px 0;
}
.iti-flag.pm {
    height: 28px;
    background-position: -8106px 0;
}
.iti-flag.pn {
    height: 20px;
    background-position: -8150px 0;
}
.iti-flag.pr {
    height: 28px;
    background-position: -8194px 0;
}
.iti-flag.ps {
    height: 20px;
    background-position: -8238px 0;
}
.iti-flag.pt {
    height: 28px;
    background-position: -8282px 0;
}
.iti-flag.pw {
    height: 26px;
    background-position: -8326px 0;
}
.iti-flag.py {
    height: 22px;
    background-position: -8370px 0;
}
.iti-flag.qa {
    height: 16px;
    background-position: -8414px 0;
}
.iti-flag.re {
    height: 28px;
    background-position: -8458px 0;
}
.iti-flag.ro {
    height: 28px;
    background-position: -8502px 0;
}
.iti-flag.rs {
    height: 28px;
    background-position: -8546px 0;
}
.iti-flag.ru {
    height: 28px;
    background-position: -8590px 0;
}
.iti-flag.rw {
    height: 28px;
    background-position: -8634px 0;
}
.iti-flag.sa {
    height: 28px;
    background-position: -8678px 0;
}
.iti-flag.sb {
    height: 20px;
    background-position: -8722px 0;
}
.iti-flag.sc {
    height: 20px;
    background-position: -8766px 0;
}
.iti-flag.sd {
    height: 20px;
    background-position: -8810px 0;
}
.iti-flag.se {
    height: 26px;
    background-position: -8854px 0;
}
.iti-flag.sg {
    height: 28px;
    background-position: -8898px 0;
}
.iti-flag.sh {
    height: 20px;
    background-position: -8942px 0;
}
.iti-flag.si {
    height: 20px;
    background-position: -8986px 0;
}
.iti-flag.sj {
    height: 30px;
    background-position: -9030px 0;
}
.iti-flag.sk {
    height: 28px;
    background-position: -9074px 0;
}
.iti-flag.sl {
    height: 28px;
    background-position: -9118px 0;
}
.iti-flag.sm {
    height: 30px;
    background-position: -9162px 0;
}
.iti-flag.sn {
    height: 28px;
    background-position: -9206px 0;
}
.iti-flag.so {
    height: 28px;
    background-position: -9250px 0;
}
.iti-flag.sr {
    height: 28px;
    background-position: -9294px 0;
}
.iti-flag.ss {
    height: 20px;
    background-position: -9338px 0;
}
.iti-flag.st {
    height: 20px;
    background-position: -9382px 0;
}
.iti-flag.sv {
    height: 24px;
    background-position: -9426px 0;
}
.iti-flag.sx {
    height: 28px;
    background-position: -9470px 0;
}
.iti-flag.sy {
    height: 28px;
    background-position: -9514px 0;
}
.iti-flag.sz {
    height: 28px;
    background-position: -9558px 0;
}
.iti-flag.ta {
    height: 20px;
    background-position: -9602px 0;
}
.iti-flag.tc {
    height: 20px;
    background-position: -9646px 0;
}
.iti-flag.td {
    height: 28px;
    background-position: -9690px 0;
}
.iti-flag.tf {
    height: 28px;
    background-position: -9734px 0;
}
.iti-flag.tg {
    height: 26px;
    background-position: -9778px 0;
}
.iti-flag.th {
    height: 28px;
    background-position: -9822px 0;
}
.iti-flag.tj {
    height: 20px;
    background-position: -9866px 0;
}
.iti-flag.tk {
    height: 20px;
    background-position: -9910px 0;
}
.iti-flag.tl {
    height: 20px;
    background-position: -9954px 0;
}
.iti-flag.tm {
    height: 28px;
    background-position: -9998px 0;
}
.iti-flag.tn {
    height: 28px;
    background-position: -10042px 0;
}
.iti-flag.to {
    height: 20px;
    background-position: -10086px 0;
}
.iti-flag.tr {
    height: 28px;
    background-position: -10130px 0;
}
.iti-flag.tt {
    height: 24px;
    background-position: -10174px 0;
}
.iti-flag.tv {
    height: 20px;
    background-position: -10218px 0;
}
.iti-flag.tw {
    height: 28px;
    background-position: -10262px 0;
}
.iti-flag.tz {
    height: 28px;
    background-position: -10306px 0;
}
.iti-flag.ua {
    height: 28px;
    background-position: -10350px 0;
}
.iti-flag.ug {
    height: 28px;
    background-position: -10394px 0;
}
.iti-flag.um {
    height: 22px;
    background-position: -10438px 0;
}
.iti-flag.us {
    height: 22px;
    background-position: -10482px 0;
}
.iti-flag.uy {
    height: 28px;
    background-position: -10526px 0;
}
.iti-flag.uz {
    height: 20px;
    background-position: -10570px 0;
}
.iti-flag.va {
    width: 30px;
    height: 30px;
    background-position: -10614px 0;
}
.iti-flag.vc {
    height: 28px;
    background-position: -10648px 0;
}
.iti-flag.ve {
    height: 28px;
    background-position: -10692px 0;
}
.iti-flag.vg {
    height: 20px;
    background-position: -10736px 0;
}
.iti-flag.vi {
    height: 28px;
    background-position: -10780px 0;
}
.iti-flag.vn {
    height: 28px;
    background-position: -10824px 0;
}
.iti-flag.vu {
    height: 24px;
    background-position: -10868px 0;
}
.iti-flag.wf {
    height: 28px;
    background-position: -10912px 0;
}
.iti-flag.ws {
    height: 20px;
    background-position: -10956px 0;
}
.iti-flag.xk {
    height: 30px;
    background-position: -11000px 0;
}
.iti-flag.ye {
    height: 28px;
    background-position: -11044px 0;
}
.iti-flag.yt {
    height: 28px;
    background-position: -11088px 0;
}
.iti-flag.za {
    height: 28px;
    background-position: -11132px 0;
}
.iti-flag.zm {
    height: 28px;
    background-position: -11176px 0;
}
.iti-flag.zw {
    height: 20px;
    background-position: -11220px 0;
}
.iti-flag {
    width: 40px;
    height: 30px;
    box-shadow: 0 0 1px 0 #888;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-image: url(//m.modanisa.com/img/flags@2x.png?v=2) !important;
    background-size: 11260px 30px !important;
}
.iti-flag.np {
    background-color: transparent;
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%;
}
.mfp-container:before,
.mfp-figure:after {
    content: "";
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    z-index: 99999999;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
/*! Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/*! Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.sweet-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}
.sweet-alert {
    background-color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}
@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}
.sweet-alert h2 {
    color: #575757;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0 0;
    padding: 0;
    line-height: 30px;
    display: block;
}
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.sweet-alert fieldset {
    border: none;
    position: relative;
}
.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}
.sweet-alert .sa-error-container p {
    display: inline-block;
}
.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sweet-alert input:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed;
}
.sweet-alert.show-input input {
    display: block;
}
.sweet-alert button {
    background-color: #f36a25;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 15px;
    cursor: pointer;
}
.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
    background-color: #a1d9f2;
}
.sweet-alert button:active {
    background-color: #81ccee;
}
.sweet-alert button.cancel {
    background-color: #d0d0d0;
}
.sweet-alert button.cancel:hover {
    background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
    background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
    border: 0;
}
.sweet-alert[data-has-cancel-button="false"] button {
    box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
    padding-bottom: 40px;
}
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #f27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
    border-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-info {
    border-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}
@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}
@-webkit-keyframes slideFromTop {
    0% {
        top: 0;
    }
    100% {
        top: 50%;
    }
}
@keyframes slideFromTop {
    0% {
        top: 0;
    }
    100% {
        top: 50%;
    }
}
@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0;
    }
}
@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}
@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}
@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}
@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}
.showSweetAlert[data-animation="pop"] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation="none"] {
    -webkit-animation: none;
    animation: none;
}
.showSweetAlert[data-animation="slide-from-top"] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation="slide-from-bottom"] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation="pop"] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation="none"] {
    -webkit-animation: none;
    animation: none;
}
.hideSweetAlert[data-animation="slide-from-top"] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation="slide-from-bottom"] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@-webkit-keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}
.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
    0%,
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes animateXMark {
    0%,
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }
    100% {
        border-color: #f8bb86;
    }
}
@keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }
    100% {
        border-color: #f8bb86;
    }
}
.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }
    100% {
        background-color: #f8bb86;
    }
}
@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }
    100% {
        background-color: #f8bb86;
    }
}
.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}
@font-face {
    font-family: "AvenirNext-Bold";
    src: url("//fns.modanisa.com/al/font/AvenirNext-Bold.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-Bold.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-Bold.woff") format("woff"), url("//fns.modanisa.com/al/font/AvenirNext-Bold.ttf") format("truetype"),
        url("//fns.modanisa.com/al/font/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg"), url("//fns.modanisa.com/al/font/AvenirNext-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-BoldItalic";
    src: url("//fns.modanisa.com/al/font/AvenirNext-BoldItalic.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-BoldItalic.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-BoldItalic.woff") format("woff"),
        url("//fns.modanisa.com/al/font/AvenirNext-BoldItalic.ttf") format("truetype"), url("//fns.modanisa.com/al/font/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic") format("svg"),
        url("//fns.modanisa.com/al/font/AvenirNext-BoldItalic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-DemiBold";
    src: url("//fns.modanisa.com/al/font/AvenirNext-DemiBold.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-DemiBold.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-DemiBold.woff") format("woff"), url("//fns.modanisa.com/al/font/AvenirNext-DemiBold.ttf") format("truetype"),
        url("//fns.modanisa.com/al/font/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg"), url("//fns.modanisa.com/al/font/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-DemiBoldItalic";
    src: url("//fns.modanisa.com/al/font/AvenirNext-DemiBoldItalic.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-DemiBoldItalic.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-DemiBoldItalic.woff") format("woff"),
        url("//fns.modanisa.com/al/font/AvenirNext-DemiBoldItalic.ttf") format("truetype"), url("//fns.modanisa.com/al/font/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic") format("svg"),
        url("//fns.modanisa.com/al/font/AvenirNext-DemiBoldItalic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-Heavy";
    src: url("//fns.modanisa.com/al/font/AvenirNext-Heavy.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-Heavy.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-Heavy.woff") format("woff"), url("//fns.modanisa.com/al/font/AvenirNext-Heavy.ttf") format("truetype"),
        url("//fns.modanisa.com/al/font/AvenirNext-Heavy.svg#AvenirNext-Heavy") format("svg"), url("//fns.modanisa.com/al/font/AvenirNext-Heavy.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-HeavyItalic";
    src: url("//fns.modanisa.com/al/font/AvenirNext-HeavyItalic.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-HeavyItalic.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-HeavyItalic.woff") format("woff"),
        url("//fns.modanisa.com/al/font/AvenirNext-HeavyItalic.ttf") format("truetype"), url("//fns.modanisa.com/al/font/AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic") format("svg"),
        url("//fns.modanisa.com/al/font/AvenirNext-HeavyItalic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-Italic";
    src: url("//fns.modanisa.com/al/font/AvenirNext-Italic.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-Italic.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-Italic.woff") format("woff"), url("//fns.modanisa.com/al/font/AvenirNext-Italic.ttf") format("truetype"),
        url("//fns.modanisa.com/al/font/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg"), url("//fns.modanisa.com/al/font/AvenirNext-Italic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-Medium";
    src: url("//fns.modanisa.com/al/font/AvenirNext-Medium.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-Medium.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-Medium.woff") format("woff"), url("//fns.modanisa.com/al/font/AvenirNext-Medium.ttf") format("truetype"),
        url("//fns.modanisa.com/al/font/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg"), url("//fns.modanisa.com/al/font/AvenirNext-Medium.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-MediumItalic";
    src: url("//fns.modanisa.com/al/font/AvenirNext-MediumItalic.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-MediumItalic.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-MediumItalic.woff") format("woff"),
        url("//fns.modanisa.com/al/font/AvenirNext-MediumItalic.ttf") format("truetype"), url("//fns.modanisa.com/al/font/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic") format("svg"),
        url("//fns.modanisa.com/al/font/AvenirNext-MediumItalic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext";
    src: url("//fns.modanisa.com/al/font/AvenirNext-Regular.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-Regular.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-Regular.woff") format("woff"), url("//fns.modanisa.com/al/font/AvenirNext-Regular.ttf") format("truetype"),
        url("//fns.modanisa.com/al/font/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg"), url("//fns.modanisa.com/al/font/AvenirNext-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-UltraLight";
    src: url("//fns.modanisa.com/al/font/AvenirNext-UltraLight.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-UltraLight.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-UltraLight.woff") format("woff"),
        url("//fns.modanisa.com/al/font/AvenirNext-UltraLight.ttf") format("truetype"), url("//fns.modanisa.com/al/font/AvenirNext-UltraLight.svg#AvenirNext-UltraLight") format("svg"),
        url("//fns.modanisa.com/al/font/AvenirNext-UltraLight.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvenirNext-UltraLightItalic";
    src: url("//fns.modanisa.com/al/font/AvenirNext-UltraLightItalic.eot");
    src: url("//fns.modanisa.com/al/font/AvenirNext-UltraLightItalic.woff2") format("woff2"), url("//fns.modanisa.com/al/font/AvenirNext-UltraLightItalic.woff") format("woff"),
        url("//fns.modanisa.com/al/font/AvenirNext-UltraLightItalic.ttf") format("truetype"), url("//fns.modanisa.com/al/font/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic") format("svg"),
        url("//fns.modanisa.com/al/font/AvenirNext-UltraLightItalic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSansBold";
    src: url("//fns.modanisa.com/al/font/HankenSans-Bold.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-Bold.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-Bold.woff2") format("woff2"), url("//fns.modanisa.com/al/font/HankenSans-Bold.woff") format("woff"),
        url("//fns.modanisa.com/al/font/HankenSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSans";
    src: url("//fns.modanisa.com/al/font/HankenSans-Regular.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-Regular.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-Regular.woff2") format("woff2"),
        url("//fns.modanisa.com/al/font/HankenSans-Regular.woff") format("woff"), url("//fns.modanisa.com/al/font/HankenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSansLight";
    src: url("//fns.modanisa.com/al/font/HankenSans-Light.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-Light.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-Light.woff2") format("woff2"),
        url("//fns.modanisa.com/al/font/HankenSans-Light.woff") format("woff"), url("//fns.modanisa.com/al/font/HankenSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSansMedium";
    src: url("//fns.modanisa.com/al/font/HankenSans-Medium.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-Medium.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-Medium.woff2") format("woff2"),
        url("//fns.modanisa.com/al/font/HankenSans-Medium.woff") format("woff"), url("//fns.modanisa.com/al/font/HankenSans-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSansExtraBold";
    src: url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.woff2") format("woff2"),
        url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.woff") format("woff"), url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSansLight";
    src: url("//fns.modanisa.com/al/font/HankenSans-Light.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-Light.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-Light.woff2") format("woff2"),
        url("//fns.modanisa.com/al/font/HankenSans-Light.woff") format("woff"), url("//fns.modanisa.com/al/font/HankenSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSansMedium";
    src: url("//fns.modanisa.com/al/font/HankenSans-Medium.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-Medium.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-Medium.woff2") format("woff2"),
        url("//fns.modanisa.com/al/font/HankenSans-Medium.woff") format("woff"), url("//fns.modanisa.com/al/font/HankenSans-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HankenSansExtraBold";
    src: url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.eot");
    src: url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.eot#iefix") format("embedded-opentype"), url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.woff2") format("woff2"),
        url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.woff") format("woff"), url("//fns.modanisa.com/al/font/HankenSans-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.text,
.text72,
.text48,
.text32,
.text24,
.text20,
.menu-headPrimary,
.productSlider-head,
.titledSlider-head,
.text18,
.text16,
.text14,
.text12,
.productSlider-itemTitle,
.text11,
.productSlider-itemDiscount,
.text10,
.productSlider-itemBrandName {
    line-height: 1.5em;
    color: #28323e;
}
.text72 {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 72px;
}
.text48 {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 48px;
}
.text32 {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 32px;
}
.text24 {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 24px;
}
.text20,
.menu-headPrimary,
.productSlider-head,
.titledSlider-head {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 20px;
}
.text18 {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 18px;
}
.text16 {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 16px;
}
.text14 {
    font-size: 16px;
}
.text12,
.productSlider-itemTitle {
    font-size: 12px;
}
.text11,
.productSlider-itemDiscount {
    font-size: 11px;
}
.text10,
.productSlider-itemBrandName {
    font-size: 10px;
}
.button,
.buttonPrimary,
.buttonPrimaryType2,
.buttonPrimary--plain,
.buttonPrimary--hasArrow,
.combinePopup-button,
.buttonSecondary,
.buttonSecondary--plain,
.buttonTertiary,
.buttonFourth {
    text-align: center;
    border: 1px solid;
}
.buttonPrimary,
.buttonPrimaryType2,
.buttonPrimary--plain,
.buttonPrimary--hasArrow,
.combinePopup-button {
    color: #fff;
    background-color: #ff562a;
    border-color: #ff562a;
}
.buttonSecondary,
.buttonSecondary--plain {
    color: #fff;
    background-color: #28323e;
    border-color: #28323e;
}
.buttonTertiary {
    color: #ff562a;
    background-color: #fff;
    border-color: #ff562a;
}
.buttonFourth {
    color: #626262;
    background-color: #eaeaea;
    border-color: #eaeaea;
}
.buttonPrimaryType2 {
    width: 250px;
    height: 50px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 35px;
}
.buttonPrimaryType2-inner {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    padding-left: 21px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/basketpagefixedbar-addtobasketbuttoninner1.svg") left center no-repeat;
    background-size: 16px 17px;
}
body.rtl .buttonPrimaryType2-inner {
    padding-left: 0;
    padding-right: 21px;
    background-position: right center;
}
.buttonPrimary--plain {
    display: block;
    width: calc(100% - 2px);
    height: 48px;
    padding: 0;
    font-size: 14px;
    line-height: 48px;
    overflow: hidden;
}
.buttonPrimary--hasArrow {
    display: block;
    width: calc(100% - 62px);
    height: 48px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
}
.buttonPrimary--hasArrow:after {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/basketpagefixedbar-addtobasketbuttoninner2.svg") center center no-repeat;
    background-size: 20px auto;
    position: absolute;
    top: calc((100% - 16px) / 2);
    right: 10px;
}
body.rtl .buttonPrimary--hasArrow:after {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/basketpagefixedbar-addtobasketbuttoninner3.svg");
    right: auto;
    left: 10px;
}
.buttonSecondary--plain {
    display: block;
    width: calc(100% - 2px);
    height: 48px;
    padding: 0;
    font-size: 14px;
    line-height: 48px;
    overflow: hidden;
}
html,
body {
    critical: this;
    width: 100%;
    height: 100%;
    touch-action: manipulation;
}
body {
    critical: this;
    background-color: #b9b9b9;
    font-family: "AvenirNext-Regular", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}
body.rtl {
    critical: this;
    direction: rtl;
}
* {
    critical: this;
    margin: 0;
    padding: 0;
    /*box-sizing: content-box;*/
    -webkit-tap-highlight-color: transparent;
}
a {
    critical: this;
    text-decoration: none;
}
input {
    critical: this;
    border-radius: 0;
}
:focus {
    critical: this;
    outline: 0;
}
::-webkit-input-placeholder {
    critical: this;
    color: #afafaf;
}
:-moz-placeholder {
    critical: this;
    color: #afafaf;
}
::-moz-placeholder {
    critical: this;
    color: #afafaf;
}
:-ms-input-placeholder {
    critical: this;
    color: #afafaf;
}
.pageContainer {
    critical: this;
    width: 320px;
    margin: auto;
    background-color: #fff;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.pageContent {
    background-color: transparent;
}
body.client-type-desktop-web.myReturnPage .pageContainer,
body.client-type-desktop-web.availableOrdersForReturnPage .pageContainer,
body.client-type-desktop-web.easyReturnPage .pageContainer,
body.client-type-desktop-web.easyReturnGuestFormPage .pageContainer,
body.client-type-desktop-web.easyReturnWelcomePage .pageContainer,
body.client-type-desktop-web.faqPage .pageContainer,
body.client-type-desktop-web.checkoutSinglePage .pageContainer,
body.client-type-desktop-web.myReturnsDetail .pageContainer,
body.client-type-desktop-web.successPage .pageContainer {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
body.client-type-desktop-web.myReturnPage .pageContainer .pageContainer-inner,
body.client-type-desktop-web.availableOrdersForReturnPage .pageContainer .pageContainer-inner,
body.client-type-desktop-web.easyReturnPage .pageContainer .pageContainer-inner,
body.client-type-desktop-web.easyReturnGuestFormPage .pageContainer .pageContainer-inner,
body.client-type-desktop-web.easyReturnWelcomePage .pageContainer .pageContainer-inner,
body.client-type-desktop-web.faqPage .pageContainer .pageContainer-inner,
body.client-type-desktop-web.checkoutSinglePage .pageContainer .pageContainer-inner,
body.client-type-desktop-web.myReturnsDetail .pageContainer .pageContainer-inner,
body.client-type-desktop-web.successPage .pageContainer .pageContainer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
body.client-type-desktop-web.myReturnPage .pageContainer .pageContent,
body.client-type-desktop-web.availableOrdersForReturnPage .pageContainer .pageContent,
body.client-type-desktop-web.easyReturnPage .pageContainer .pageContent,
body.client-type-desktop-web.easyReturnGuestFormPage .pageContainer .pageContent,
body.client-type-desktop-web.easyReturnWelcomePage .pageContainer .pageContent,
body.client-type-desktop-web.faqPage .pageContainer .pageContent,
body.client-type-desktop-web.checkoutSinglePage .pageContainer .pageContent,
body.client-type-desktop-web.myReturnsDetail .pageContainer .pageContent,
body.client-type-desktop-web.successPage .pageContainer .pageContent {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
body.client-type-desktop-web.myReturnPage .pageContainer .accountPage-container,
body.client-type-desktop-web.availableOrdersForReturnPage .pageContainer .accountPage-container,
body.client-type-desktop-web.easyReturnPage .pageContainer .accountPage-container,
body.client-type-desktop-web.easyReturnGuestFormPage .pageContainer .accountPage-container,
body.client-type-desktop-web.easyReturnWelcomePage .pageContainer .accountPage-container,
body.client-type-desktop-web.faqPage .pageContainer .accountPage-container,
body.client-type-desktop-web.checkoutSinglePage .pageContainer .accountPage-container,
body.client-type-desktop-web.myReturnsDetail .pageContainer .accountPage-container,
body.client-type-desktop-web.successPage .pageContainer .accountPage-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
body.client-type-desktop-web.successPage {
    background-color: #f4f4f4;
}
body.client-type-desktop-web.successPage .pageContainer {
    background-color: transparent;
}
body.client-type-mobile-app.myReturnPage .pageContainer,
body.client-type-mobile-app.availableOrdersForReturnPage .pageContainer,
body.client-type-mobile-app.easyReturnPage .pageContainer,
body.client-type-mobile-app.faqPage .pageContainer,
body.client-type-mobile-app.myReturnsDetail .pageContainer {
    width: 100%;
}
@media only screen and (max-width: 480px) {
    .pageContainer--isPositionFixed {
        position: fixed !important;
    }
}
.pageContent {
    critical: this;
    min-height: 400px;
}
input[type="text"].formItem,
input[type="email"].formItem,
input[type="password"].formItem,
input[type="number"].formItem,
input[type="tel"].formItem,
input[type="date"].formItem {
    display: block;
    padding: 6px 10px;
    line-height: 16px;
    height: 30px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    font-family: "AvenirNext-Regular", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.formItem {
    display: block;
    padding: 6px 10px;
    line-height: 16px;
    height: 62px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    font-family: "AvenirNext-Regular", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type="text"].formItem--isError,
input[type="email"].formItem--isError,
input[type="password"].formItem--isError,
input[type="number"].formItem--isError,
input[type="tel"].formItem--isError,
input[type="date"].formItem--isError,
textarea.formItem--isError,
.hybridSelect.formItem--isError,
.intl-tel-input.formItem--isError {
    border: 1px solid #b8004f !important;
}
.creditCardForm--creditCardFormValidateForABTest .hybridSelect.formItem--isError,
.creditCardForm--creditCardFormValidateForABTest .intl-tel-input.formItem--isError,
.creditCardForm--creditCardFormValidateForABTest input[type="tel"].formItem--isError {
    border: 1px solid #ff0000 !important;
    background-color: rgba(255, 0, 0, 0.1);
}
.creditCardForm--creditCardFormValidateForABTest .creditCardForm-cvv.formItem--isSuccess,
.creditCardForm--creditCardFormValidateForABTest .creditCardForm-number.formItem--isSuccess {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2018-10/check-mark.svg") right 12px center no-repeat;
    background-size: 12px 12px;
}
.creditCardForm--creditCardFormValidateForABTest .creditCardForm-monthWrapper.formItem--isError .creditCardForm-month {
    border-radius: 0;
}
.creditCardForm--creditCardFormValidateForABTest .creditCardForm-yearWrapper.formItem--isError .creditCardForm-year {
    border-radius: 0;
}
.creditCardForm--creditCardFormValidateForABTest .hybridSelect.formItem--isError::after {
    border-color: transparent;
    border-top-color: #e2e2e2;
}
.sweet-alert {
    z-index: 99999999 !important;
}
.sweet-alert button {
    padding: 10px 25px;
    margin: 20px 5px 5px;
}
.globalState--isLazyImage {
    critical: this;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.globalState--isHidden {
    critical: this;
    display: none !important;
}
.globalState--clearFix::after {
    critical: this;
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.globalState-overlayLayout {
    critical: this;
    display: none;
}
.globalState--overlay {
    critical: this;
    position: relative;
    overflow: hidden;
}
.globalState--overlay .globalState-overlayLayout {
    critical: this;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    content: " ";
    z-index: 10;
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.globalState--fixed {
    critical: this;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.globalState--isFullSizeSlider {
    position: fixed;
    overflow: hidden;
}
.globalState--lineThrough {
    critical: this;
    text-decoration: line-through !important;
}
.globalState--welcomeVisible {
    critical: this;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}
.globalState--welcomeVisible .cookieNotification {
    z-index: 8;
}
.globalState--welcomeVisible .criteo_header {
    display: none !important;
}
.globalState--welcomeVisible .pageTopBanner-link {
    display: none !important;
}
.globalState--welcomeVisible .globalState-overlayLayout {
    critical: this;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    content: " ";
    z-index: 10;
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.globalState--transparentOverlay .globalState-overlayLayout {
    background: rgba(0, 0, 0, 0);
}
.globalState--welcomeVisible .welcomeContainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.globalState--isSearchView.hasNewHeader .pageTopBanner-link,
.globalState--isSearchView.hasNewHeader .pageHeader,
.globalState--isSearchView.hasNewHeader .pageContent,
.globalState--isSearchView.hasNewHeader .pageFooter {
    display: none !important;
}
.globalState--isSearchView.hasNewHeader .pageHeader-sectionSearch {
    display: block;
}
.welcomeContainer {
    display: none;
}
.welcomeContainer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 320px;
    padding-top: 115px;
    box-sizing: border-box;
    height: 100%;
    background: transparent;
    position: relative;
    z-index: 11;
}
.welcomeContainer-content.welcomeContainer-content-hasTopBanner {
    padding-top: 177px;
}
.welcomeContainer-countryLanguageBox {
    background: #ffffff;
    border-radius: 8px;
    margin: 0 16px;
}
.welcomeContainer-countryLanguageBox .accountMenuCurrencySection {
    border: 0;
}
.welcomeContainer-countryLanguageBox .accountMenuCurrencySection-title:after {
    right: 1px;
}
.welcomeContainer-infoBox {
    background: #ffffff;
    border-radius: 8px;
    margin: 16px 16px auto;
    padding: 16px 16px 15px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}
.welcomeContainer-infoBox:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ffffff transparent;
}
.welcomeContainer-infoTitle {
    font-family: "HankenSansBold", "AvenirNext-Bold", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.welcomeContainer-infoTitle:before {
    content: "";
    display: inline-block;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/welcome-popup-globe-icon.svg") center no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-right: 12px;
}
.welcomeContainer-closeButton {
    background: #f46924;
    border-radius: 8px;
    margin: 16px;
    padding: 14px 15px 16px;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}
body.rtl .welcomeContainer-countryLanguageBox .accountMenuCurrencySection {
    padding: 17px 16px 16px;
}
body.rtl .welcomeContainer-countryLanguageBox .accountMenuCurrencySection-title:after {
    left: 1px;
    right: auto;
}
body.rtl .welcomeContainer-infoTitle:before {
    margin-left: 12px;
    margin-right: 0;
}
#loading-animation {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}
#loading-animation span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-02/modanisa-loading-icon.svg") center no-repeat;
    background-size: contain;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 4s;
    -webkit-animation-name: rotation;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-duration: 4s;
    -moz-animation-name: rotation;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-delay: 0;
    -o-animation-duration: 4s;
    -o-animation-name: rotation;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-delay: 0;
    animation-duration: 4s;
    animation-name: rotation;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
body.loading {
    overflow: hidden;
}
body.loading #loading-animation {
    display: block;
}
.mfp-content {
    display: none !important;
    left: 0 !important;
    margin: 50px auto 0 !important;
    padding: 20px 10px !important;
    position: absolute !important;
    top: 0 !important;
    width: 300px !important;
    min-height: 200px !important;
    max-height: 450px !important;
    overflow-y: auto !important;
}
.mfp-content-cargo {
    width: 272px !important;
    max-height: 365px !important;
    min-height: 163px !important;
    padding: 16px 0 5px !important;
    border-radius: 8px;
    left: auto !important;
    box-sizing: border-box;
    overflow-y: hidden !important;
}
body.checkoutSinglePage.client-type-desktop-web .mfp-content {
    width: 553px !important;
    padding: 16px !important;
}
.mfp-preloader {
    z-index: 999999 !important;
    top: 150px !important;
}
.mfp-container {
    box-sizing: border-box !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    text-align: center !important;
    top: 0 !important;
    width: 320px !important;
}
.mfp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
body.checkoutSinglePage.client-type-desktop-web .mfp-container {
    width: 585px !important;
}
.mfp-ready .mfp-content {
    display: block !important;
    background: #fff !important;
}
img.mfp-img {
    padding: 0 !important;
}
.mfp-figure:after {
    background: none !important;
    box-shadow: none !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}
.mfp-container .popup-content-container {
    width: 320px !important;
    padding: 0 !important;
    overflow: auto !important;
}
body.rtl .mfp-close {
    left: 0 !important;
    right: auto !important;
}
.hybridSelect {
    display: inline-block;
    border: 1px solid #e2e2e2;
    position: relative;
    width: calc(100% - 2px);
}
.hybridSelect select {
    width: 100%;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
    height: 28px;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #28323e;
    box-sizing: border-box;
}
.hybridSelect select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.hybridSelect select::-ms-expand {
    display: none;
}
.hybridSelect option {
    line-height: 18px;
    height: 18px;
}
.hybridSelect::after {
    content: "";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: #fff;
    border-top-color: #e2e2e2;
    border-width: 5px;
    position: absolute;
    top: 13px;
    right: 5px;
}
body.rtl .hybridSelect::after {
    right: auto;
    left: 5px;
}
.customCheckbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    padding-left: 27px;
}
.customCheckbox span {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}
.customCheckbox span:after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 1px solid #ff562a;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.customCheckbox input[type="checkbox"] {
    display: none;
}
.customCheckbox input[type="checkbox"]:checked + span {
    border-color: #ff562a;
}
.customCheckbox input[type="checkbox"]:checked + span:after {
    opacity: 1;
}
body.rtl .customCheckbox {
    padding-left: 0;
    padding-right: 27px;
}
body.rtl .customCheckbox span {
    left: auto;
    right: 0;
}
.countdown-counterWrapper {
    critical: this;
    position: absolute;
    height: 34px;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    background-color: #fefffe;
    top: 7px;
    right: 8px;
    padding: 0 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.countdown-counterItem {
    critical: this;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 18px;
}
.countdown-counterItem span:first-child {
    critical: this;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 16px;
    color: #000000;
}
.countdown-counterItem span:last-child {
    critical: this;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 10px;
    color: #d53a3a;
    text-align: center;
}
.countdown-counterDots {
    critical: this;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 1px 4px;
}
body.rtl .countdown-counterWrapper {
    critical: this;
    right: auto;
    left: 8px;
}
.pageTopBanner-link,
.pageTopBanner-img {
    critical: this;
    display: block;
    width: 320px;
    height: 50px;
}
.pageTopBanner-link {
    critical: this;
    position: relative;
}
.pageHeader {
    critical: this;
    background-color: #fff;
    padding: 7px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
body.productPage .pageHeader {
    critical: this;
    border-bottom: 1px solid #e6e6e6;
}
.pageHeader-section {
    critical: this;
    display: block;
}
.pageHeader-icon {
    critical: this;
    display: block;
    width: 48px;
    padding-top: 28px;
    text-decoration: none;
}
.pageHeader-menuIcon {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-02/sitecontainerheader-menuicon.svg") center 8px no-repeat;
    background-size: 23px 13px;
}
.pageHeader-favoriteIcon {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/pageheader-favoriteicon.svg") center 8px no-repeat;
    background-size: 18px 16px;
}
.pageHeader-myaccountIcon {
    critical: this;
    position: relative;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-07/pageheader-myaccount-icon.svg") center 8px no-repeat;
    background-size: 19px auto;
    position: relative;
}
.pageHeader-myaccountIconLang {
    critical: this;
    position: absolute;
    top: 18px;
    left: 50%;
    font-size: 8px;
    height: 11px;
    line-height: 11px;
    color: #000;
    font-family: "AvenirNext-DemiBold", sans-serif;
    padding: 0 2.5px;
    background-color: #fff;
    margin-left: 1px;
}
body.productPage.hasNewHeader .pageHeader .pageHeader-sectionActions {
    critical: this;
    margin: 7px 16px 3px 0;
}
body.rtl.productPage.hasNewHeader .pageHeader .pageHeader-sectionActions {
    critical: this;
    margin: 7px 0 3px 16px;
}
body.hasNewHeader .pageHeader {
    critical: this;
    background-color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.hasNewHeader .pageHeader .pageHeader-sectionLogo {
    critical: this;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 12px 16px;
}
body.hasNewHeader .pageHeader .pageHeader-sectionLogo .pageHeader-logo {
    critical: this;
    width: 69px;
    height: auto;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/new-header-logo.svg") center no-repeat;
    background-size: 69px 20px;
}
body.hasNewHeader .pageHeader .pageHeader-sectionActions {
    critical: this;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 16px 0 0;
}
body.hasNewHeader .pageHeader .pageHeader-icon {
    critical: this;
    width: auto;
    padding-top: 20px;
}
body.hasNewHeader .pageHeader .pageHeader-iconText {
    critical: this;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 8px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
}
body.hasNewHeader .pageHeader .pageHeader-iconText-basket,
body.hasNewHeader .pageHeader .pageHeader-iconText-favorites,
body.hasNewHeader .pageHeader .pageHeader-iconText-myaccount {
    critical: this;
    margin: -3px 0 3px 0;
}
body.hasNewHeader .pageHeader .pageHeader-myaccountIconLang {
    critical: this;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 9px;
    height: 8px;
    font-size: 7px;
    padding: 0;
    margin: 0 0 0 10px;
    line-height: 1;
    border: 1px solid #fff;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.hasNewHeader .pageHeader .pageHeader-myaccountIcon {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/new-header-account.svg") center 0 no-repeat;
    background-size: 16px;
    position: relative;
    margin-right: 17px;
}
body.hasNewHeader .pageHeader .pageHeader-favoriteIcon {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/new-header-favorites.svg") center 0 no-repeat;
    background-size: 16px 14px;
    margin-right: 17px;
}
body.hasNewHeader .pageHeader .pageHeader-basketIcon {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/new-header-basket.svg") center 0 no-repeat;
    background-size: 14px 16px;
    position: relative;
}
body.hasNewHeader .pageHeader #pageHeader-basketCount {
    critical: this;
    position: absolute;
    top: -2px;
    right: 0;
    width: 10px;
    height: 10px;
    left: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-size: 7px;
    color: #ffffff;
    background-color: #f46924;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 7px;
    line-height: 1.4;
}
body.hasNewHeader .pageHeader #pageHeader-basketCount.pageHeader-basketCounterMax {
    critical: this;
    width: 16px;
}
body.hasNewHeader .pageHeader-bottomButtons {
    critical: this;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 44px;
    max-width: 100%;
}
body.hasNewHeader .pageHeader-icon.pageHeader-menuIcon {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/header-menu-icon.svg") 16px 1px no-repeat;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 16px;
}
body.hasNewHeader .pageHeader-searchOpener {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/header-search-icon.svg") top left no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 15px;
    margin-top: -5px;
    padding-left: 25px;
    margin-right: 16px;
    height: 24px;
    color: #939393;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    cursor: text;
    font-size: 12px;
    border-bottom: 1px solid #000000;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
body.rtl.hasNewHeader .pageHeader .pageHeader-sectionLogo {
    critical: this;
    margin-right: 16px;
    margin-left: 0;
}
body.rtl.hasNewHeader .pageHeader .pageHeader-sectionActions {
    critical: this;
    margin: 10px 0 3px 16px;
}
body.rtl.hasNewHeader .pageHeader #pageHeader-basketCount {
    critical: this;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: 7px;
}
body.rtl.hasNewHeader .pageHeader .pageHeader-myaccountIcon {
    critical: this;
    margin-right: 0;
}
body.rtl.hasNewHeader .pageHeader .pageHeader-favoriteIcon {
    critical: this;
    margin-right: 17px;
}
body.rtl.hasNewHeader .pageHeader .pageHeader-basketIcon {
    critical: this;
    margin-right: 17px;
}
body.rtl.hasNewHeader .pageHeader .pageHeader-myaccountIconLang {
    critical: this;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin: 0 10px 0 0;
}
body.rtl.hasNewHeader .pageHeader-icon.pageHeader-menuIcon {
    padding-left: 20px;
    padding-right: 15px;
    background-position: 23px 3px;
}
body.rtl.hasNewHeader .pageHeader-searchOpener {
    critical: this;
    padding-left: 0;
    margin-right: 0;
    padding-right: 25px;
    margin-left: 16px;
    background-position: top right;
}
body.rtl .pageHeader-myaccountIconLang {
    critical: this;
    right: 50%;
    left: auto;
    margin-left: 0;
}
.pageHeader-myaccountIcon-isHighlighted {
    z-index: 9;
}
.pageHeader-myaccountIcon-isHighlighted:before {
    critical: this;
    content: "";
    display: block;
    width: 46px;
    height: 100%;
    box-shadow: 0 2px 23px rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.75) 0 0 0 20000px;
    position: absolute;
    z-index: 10;
    top: -7px;
    padding: 0 0 6px;
    left: -8px;
    border-radius: 8px;
}
.pageHeader-myaccountIcon-isHighlighted:after {
    critical: this;
    content: "";
    display: block;
    position: absolute;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/welcome-popup-arrow-down-2.svg") center no-repeat;
    z-index: 10;
    top: 64px;
    left: 15px;
    width: 14px;
    height: 34px;
}
body.en .pageHeader-myaccountIcon-isHighlighted:before {
    width: 56px;
    critical: this;
}
body.fr .pageHeader-myaccountIcon-isHighlighted:before {
    width: 59px;
    critical: this;
}
body.de .pageHeader-myaccountIcon-isHighlighted:before {
    left: -4px;
    width: 57px;
    critical: this;
}
body.ar .pageHeader-myaccountIcon-isHighlighted:before {
    left: -11px;
    width: 40px;
    critical: this;
}
.pageHeader-favoriteIcon-isActive {
    critical: this;
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/pageheader-favoriteicon-isactive.svg");
}
.pageHeader-basketIcon {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/pageheader-basketicon.svg") center 8px no-repeat;
    background-size: 18px 16px;
    position: relative;
}
.pageHeader-basketCount {
    critical: this;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 12px;
    height: 12px;
    line-height: 13px;
    border-radius: 6px;
    text-align: center;
    background-color: #ff562a;
    font-size: 8px;
    color: #ffffff;
}
body.rtl .pageHeader-basketCount {
    critical: this;
    right: auto;
    left: 5px;
}
.pageHeader-iconText {
    critical: this;
    display: block;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    color: #626262;
}
body.de .pageHeader-iconText {
    critical: this;
    font-size: 9px;
}
body.de .pageHeader-iconText-myaccount {
    critical: this;
    padding: 0 5px;
}
.pageHeader-logo {
    critical: this;
    display: block;
    width: 103px;
    height: 40px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/modanisa-logo.svg") center center no-repeat;
    background-size: 103px auto;
}
header.pageHeaderType2 {
    critical: this;
}
header.pageHeaderType2 .pageHeader-logo {
    margin-top: -10px;
}
.pageHeader-seperator {
    critical: this;
    height: 1px;
}
body.productPage .pageHeader-bottomButtons {
    display: none;
}
.pageFooter-bannerLink,
.pageFooter-bannerImg {
    display: block;
    width: 320px;
    height: 200px;
}
.pageFooter-seperator {
    height: 0;
    border-top: 2px solid #d9d9d9;
}
.pageFooter-benefitsWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #f4f4f4;
    padding: 16px 16px 4px;
}
.pageFooter-sectionTop {
    border-top: 1px solid #e6e6e6;
}
.pageFooter-benefit {
    display: block;
    height: 52px;
    width: 90px;
    padding-left: 50px;
    line-height: 16px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
body.rtl .pageFooter-benefit {
    padding-left: 0;
    padding-right: 50px;
}
.pageFooter-benefitsWrapperParent .pageFooter-benefit.pageFooter-benefitReturn,
.pageFooter-benefitsWrapperParent .pageFooter-benefit.pageFooter-benefitAbroad,
.pageFooter-benefitsWrapperParent .pageFooter-benefit.pageFooter-benefitDoor,
.pageFooter-benefitsWrapperParent .pageFooter-benefit.pageFooter-benefitCargo,
.pageFooter-benefitsWrapperParent .pageFooter-benefit.pageFooter-benefitSecure,
.pageFooter-benefitsWrapperParent .pageFooter-benefit.pageFooter-benefitWorld {
    background: #fff;
}
.pageFooter-benefit {
    background-color: #fff;
    border: solid 1px #e6e6e6;
    padding: 6px 5px 8px 46px;
    width: 85px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.42;
    color: #000;
    border-radius: 8px;
    min-height: 34px;
    height: auto;
    margin-bottom: 12px;
}
.pageFooter-benefit.pageFooter-benefitReturn {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2019-04/easy-fast-return.svg") 14px center no-repeat;
    background-size: 20px 20px;
}
.pageFooter-benefit.pageFooter-benefitAbroad {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2019-04/fastest-shipping.svg") 13px center no-repeat;
    background-size: 21px 19px;
}
.pageFooter-benefit.pageFooter-benefitDoor {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2019-04/cash.svg") 15px center no-repeat;
    background-size: 19px 20px;
}
.pageFooter-benefit.pageFooter-benefitCargo {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2019-04/installment.svg") 15px center no-repeat;
    background-size: 21px 21px;
}
.pageFooter-benefit.pageFooter-benefitSecure {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2019-04/secure-payment.svg") 12px center no-repeat;
    background-size: 24px 20px;
}
.pageFooter-benefit.pageFooter-benefitWorld {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2019-04/worldwide-shipping.svg") 14px center no-repeat;
    background-size: 20px 20px;
}
.pageFooter-benefit .pageFooter-benefitSpan {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 74px;
}
body.rtl .pageFooter-benefit {
    padding: 6px 46px 8px 5px;
}
body.rtl .pageFooter-benefit.pageFooter-benefitReturn {
    background-position: right 15px center;
}
body.rtl .pageFooter-benefit.pageFooter-benefitAbroad {
    background-position: right 15px center;
}
body.rtl .pageFooter-benefit.pageFooter-benefitDoor {
    background-position: right 16px center;
}
body.rtl .pageFooter-benefit.pageFooter-benefitCargo {
    background-position: right 18px center;
}
body.rtl .pageFooter-benefit.pageFooter-benefitSecure {
    background-position: right 16px center;
}
body.rtl .pageFooter-benefit.pageFooter-benefitWorld {
    background-position: right 15px center;
}
.pageFooter-benefitReturn {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/pagefooter-benefitreturn.svg") 2px center no-repeat;
    background-size: 40px auto;
}
body.rtl .pageFooter-benefitReturn {
    background-position: 98px center;
}
.pageFooter-benefitAbroad {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/pagefooter-benefitabroad.svg") 10px center no-repeat;
    background-size: 32px auto;
}
body.rtl .pageFooter-benefitAbroad {
    background-position: 100px center;
}
.pageFooter-benefitDoor {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/pagefooter-benefitdoor.svg") 7px center no-repeat;
    background-size: 32px auto;
}
body.rtl .pageFooter-benefitDoor {
    background-position: 102px center;
}
.pageFooter-benefitCargo {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-06/pagefooter-benefitcargo.svg") 10px center no-repeat;
    background-size: 32px auto;
}
body.rtl .pageFooter-benefitCargo {
    background-position: 100px center;
}
.pageFooter-benefitSecure {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/pagefooter-benefitsecure.svg") 6px center no-repeat;
    background-size: 36px auto;
}
body.rtl .pageFooter-benefitSecure {
    background-position: right 4px center;
}
.pageFooter-head {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 14px;
    color: #28323e;
    padding: 0 20px;
    line-height: 19px;
}
.pageFooter-buttonsWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px 0;
    margin-bottom: 5px;
}
.pageFooter-button {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 12px;
    color: #ff562a;
    line-height: 16px;
    height: 16px;
    padding: 8px 8px;
    border: solid 1px #d9d9d9;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
}
.pageFooter-button-noHorizontalMargin {
    margin-right: 0;
    margin-left: 0;
}
.pageFooter-linksWrapper {
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pageFooter-linksWrapper-awards {
    padding: 0;
}
.pageFooter-link {
    font-size: 12px;
    line-height: 18px;
    color: #626262;
    width: 140px;
    margin-bottom: 10px;
}
.pageFooter-link-award {
    width: auto;
    padding-left: 40px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 0;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    color: #000;
    display: block;
}
body.rtl .pageFooter-link-award {
    padding-left: 0;
    padding-right: 40px;
}
.pageFooter-link-awardIslamic {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/pagefooter-link-awardislamic.svg") left center no-repeat;
    background-size: 18px 23px;
}
.pageFooter-link-awardInternational {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/pagefooter-link-award-international2x.png") left center no-repeat;
    background-size: 24px 23px;
}
body.rtl .pageFooter-link-awardIslamic {
    background-position: right center;
}
body.rtl .pageFooter-link-awardInternational {
    background-position: right center;
}
.pageFooter-link-isSrong {
    font-family: "AvenirNext-DemiBold", sans-serif;
    color: #000;
}
.pageFooter-sectionBottom {
    background-color: #fff;
    padding: 16px;
}
.pageFooter-star {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/pagefooter-star.svg") center center no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
}
.pageFooter-logo {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/new-header-logo.svg") center center no-repeat;
    background-size: 66px 19px;
    width: 66px;
    height: 19px;
    margin: 0 auto 8px;
}
.pageFooter-copyright {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #939393;
    text-align: center;
}
.pageFooter-slogan {
    font-family: "AvenirNext-Bold", sans-serif;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 7px;
}
.pageFooter-sloganBottom {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #626262;
    text-align: center;
}
.pageFooter-socialWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 3px 0 24px;
    padding: 0 18px;
}
.pageFooter-social {
    display: block;
    width: 32px;
    height: 32px;
}
.pageFooter-socialImg {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.pageFooter-securityWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pageFooter-securityText {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pageFooter-securityTextInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 12px;
    color: #28323e;
    line-height: 18px;
}
.pageFooter-appWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 28px;
}
.pageFooter-appstore {
    width: 117px;
    height: 34px;
    margin-right: 16px;
}
.pageFooter-appstoreImg {
    display: inline-block;
    width: 117px;
    height: 34px;
}
.pageFooter-googleplay {
    width: 120px;
    height: 34px;
}
.pageFooter-googleplayImg {
    display: inline-block;
    width: 120px;
    height: 34px;
}
.pageFooter-guvenDamgasi {
    margin: 10px auto;
    padding: 10px;
    max-width: 300px;
    max-height: 100px;
}
.pageFooter-guvenDamgasi img {
    max-width: 100%;
    max-height: 100%;
}
.pageFooter-guvenDamgasi a {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
body.rtl .pageFooter-appstore {
    margin-right: 0;
    margin-left: 16px;
}
.pageFooterTabItem-title {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    background: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    padding: 14px 16px 14px 16px;
    position: relative;
    display: block;
}
.pageFooterTabItem-title::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #939393;
    position: absolute;
    right: 17px;
    display: block;
    top: 24px;
}
.pageFooterTabItem-title::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #939393;
    position: absolute;
    right: 22.5px;
    display: block;
    top: 18.5px;
}
.pageFooterTabItem-checkbox {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.pageFooterTabItem-checkbox:checked ~ .pageFooterTabItem-content {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-animation: pageFooterTabItemAnimation 1s;
    animation: pageFooterTabItemAnimation 1s;
}
.pageFooterTabItem-checkbox:checked + .pageFooterTabItem-title::before {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.pageFooterTabItem-content {
    background-color: #f4f4f4;
    padding: 14px 17px 18px;
    display: none;
}
.pageFooterTabItem-content.pageFooter-linksWrapper {
    padding: 0 16px 0;
}
.pageFooterTabItem-content.pageFooterTabItem-content-corporate {
    padding: 17px 17px 15px;
}
body.rtl .pageFooterTabItem-title::after {
    right: auto;
    left: 17px;
}
body.rtl .pageFooterTabItem-title::before {
    right: auto;
    left: 22.5px;
}
.pageFooterTabItem-contentItem {
    display: block;
    margin-bottom: 12px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
}
.pageFooterTabItem-contentItem:last-child {
    margin-bottom: 0;
}
@-webkit-keyframes pageFooterTabItemAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pageFooterTabItemAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.pageFooterCargoCompanies-logoWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pageFooterCargoCompanies-logo {
    height: 28px;
    margin-right: 16px;
}
body.rtl .pageFooterCargoCompanies-logo {
    margin-right: 0;
    margin-left: 16px;
}
.menu-container {
    background-color: #fff;
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -320px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    overflow-y: auto;
    z-index: 2;
}
body.rtl .menu-container {
    left: auto;
    right: -320px;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}
.menu-container-isVisible {
    left: 0;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}
body.rtl .menu-container-isVisible {
    left: auto;
    right: 0;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}
.menu-headPrimary {
    margin: 10px 0;
    padding: 0 25px 0 15px;
}
body.rtl .menu-headPrimary {
    padding: 0 15px 0 25px;
}
.menu-banner {
    border-top: 4px solid #ff562a;
    padding-bottom: 56px;
}
.menuHeader-nav {
    padding: 10px 15px 10px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.menuHeader-navItem-close {
    width: 10px;
    height: 10px;
    padding: 10px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2020-01/menupageheader-navitem-close.svg") center center no-repeat;
}
.menuHeader-navItem-title {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-left: -18px;
    width: 100%;
    pointer-events: none;
}
body.rtl .menuHeader-navItem-title {
    margin-left: 0;
    margin-right: -25px;
}
body.rtl .menuHeader-nav {
    padding: 10px 5px 10px 15px;
}
.menuHeader-navItem-back {
    padding-left: 19px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.menuHeader-navItem-back::after {
    content: "";
    display: block;
    width: 9px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/menupageheader-navitem-back.svg") center center no-repeat;
    background-size: 9px 18px;
}
body.rtl .menuHeader-navItem-back {
    padding-left: 0;
    padding-right: 19px;
}
body.rtl .menuHeader-navItem-back::after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menuPage .pageContent {
    padding-bottom: 56px;
}
.categoryTree {
    list-style-type: none;
}
.categoryTree-item,
.categoryTree-itemDetailItem {
    display: block;
}
.categoryTree-itemLink {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px 0 15px;
    font-size: 14px;
    color: #28323e;
    position: relative;
}
.categoryTree-itemLink::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/categorytree-itemlink.svg") center center no-repeat;
    background-size: 9px 9px;
    position: absolute;
    top: 20px;
    right: 10px;
}
body.rtl .categoryTree-itemLink {
    padding: 0 15px 0 25px;
}
body.rtl .categoryTree-itemLink::after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.categoryTree-itemLink-isOpen .categoryTree-itemLink {
    background-color: #eaeaea;
    font-family: "AvenirNext-DemiBold", sans-serif;
}
.categoryTree-itemLink-isOpen .categoryTree-itemLink::after {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/categorytree-itemlink-isopen.svg");
}
.categoryTree-itemLink.categoryTree-itemLink-hasLink::after {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/categorytree-itemlink-haslink.svg");
}
.categoryTree-itemDetail {
    display: none;
}
.categoryTree-itemLink-isOpen .categoryTree-itemDetail {
    display: block;
}
.categoryTree-itemLink[href*=".dhtml"] {
    color: #d0021b;
}
.categoryTree-itemLink[href*=".dhtml"]::before {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-03/categorytree-itemlink-outlet-has-icon.svg") center center no-repeat;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.categoryTree-itemLink[href*=".dhtml"]::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-03/categorytree-itemlink-outlet-icon.svg") center center no-repeat;
    position: static;
    display: inline-block;
    margin: -3px 7px;
}
.categoryTree-itemDetailItemLink {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px 0 15px;
    font-size: 14px;
    color: #28323e;
    position: relative;
    background-color: #f2f2f2;
}
.categoryTree-itemDetailItemLink::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/categorytree-itemlink-haslink.svg") center center no-repeat;
    background-size: 9px 9px;
    position: absolute;
    top: 20px;
    right: 10px;
}
body.rtl .categoryTree-itemDetailItemLink {
    padding: 0 15px 0 25px;
}
body.rtl .categoryTree-itemDetailItemLink::after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.rtl .categoryTree-itemLink[href*=".dhtml"]::before {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-carousel.owl-theme {
    critical: this;
    display: block !important;
}
.owl-carousel.owl-theme .owl-dots {
    critical: this;
    display: block;
}
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    critical: this;
    margin-top: 10px;
    padding-top: 0;
    margin-left: -20px;
}
body.rtl .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    critical: this;
    margin-left: 0;
    margin-right: -20px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    critical: this;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #afafaf;
    border-radius: 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    critical: this;
    background-color: #ff562a;
}
.owl-carousel .item {
    critical: this;
    display: none;
}
.owl-carousel .item:first-child {
    critical: this;
    display: inline-block;
}
.owl-carousel .owl-stage-outer .item {
    critical: this;
    display: inline-block;
}
.foreignPopupContentModal.mfp-ready .mfp-content {
    margin: 50px 24px !important;
    width: auto !important;
    border-radius: 8px;
    padding: 16px 16px 0 !important;
    text-align: initial !important;
}
.foreignPopupContent-title {
    text-align: center;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 18px;
}
.foreignPopupContent-label {
    position: relative;
    z-index: 10;
    padding: 0 11px;
    font-size: 10px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    line-height: 1.5;
    margin-bottom: -2px;
    color: #939393;
    margin-top: 5px;
    pointer-events: none;
    display: block;
}
.foreignPopupContent-label + .foreignPopupContent-select {
    margin-top: -10px;
    margin-bottom: 5px;
    height: auto;
    padding: 3px 11px;
}
.foreignPopupContent-head {
    text-align: center;
    margin-bottom: 10px;
}
.foreignPopupContent-selectWrapper {
    margin-bottom: 12px;
    width: 238px;
    height: 42px;
}
.foreignPopupContent-selectWrapper:after {
    border-width: 4px;
    border-top-color: #000000 !important;
    top: 19px;
    right: 11px;
}
.foreignPopupContent-selectCountryWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.foreignPopupContent-select.foreignPopupContent-selectCountry {
    height: auto;
    padding: 1px 11px 2px 5px;
}
.foreignPopupContent-selectedCountryFlag {
    height: 15px;
    border-radius: 5px;
    margin-top: 3px;
    margin-left: 11px;
}
.foreignPopupContent-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -8px 4px;
    padding-top: 4px;
}
.foreignPopupContent-button {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #f46924;
    border: none;
}
.foreignPopupContent-applyButton {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    border-radius: 8px;
    background: #f46924;
    color: #ffffff;
    border: none;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    text-align: center;
    margin: 0 8px 12px;
    padding: 0 10px;
}
.foreignPopupContent-cancelButton {
    padding: 0 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    line-height: 42px;
    margin: 0 8px 12px;
    border-radius: 8px;
    background: #ffffff;
    color: #939393;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.foreignPopupContent-selectCurrency option {
    unicode-bidi: bidi-override;
    direction: ltr;
}
body.rtl .foreignPopupContent-selectWrapper:after {
    left: 11px;
    right: auto;
}
body.rtl .foreignPopupContent-select.foreignPopupContent-selectCountry {
    padding: 1px 5px 2px 11px;
}
body.rtl .foreignPopupContent-selectedCountryFlag {
    margin-left: 0;
    margin-right: 11px;
}
.productSlider-container {
    background-color: #f2f2f2;
    padding-left: 20px;
    padding-top: 10px;
}
body.rtl .productSlider-container {
    padding-left: auto;
    padding-right: 20px;
}
.productSlider-container-hasBackground {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/productslider-container-hasbackground.svg");
    padding-bottom: 5px;
}
.productSlider-container-hasBackground .productSlider-head {
    color: #fff;
}
.productSlider-head {
    margin-bottom: 10px;
}
.productSlider {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}
.productSlider-item {
    display: block;
    width: 150px;
    min-height: 317px;
    background-color: #fff;
}
.productSlider-container-isPredict .productSlider-item {
    min-height: 280px;
}
.productSlider-container-isRecent {
    padding-bottom: 10px;
}
.productSlider-container-isRecent .productSlider-item {
    min-height: 260px;
}
.productSlider-container-relatedCombine {
    padding-bottom: 10px;
}
.productSlider-container-relatedCombine .productSlider-item {
    min-height: unset;
}
.productSlider-itemImgWrapper,
.productSlider-itemImg {
    critical: this;
    display: block;
    width: 150px;
    height: auto;
}
.productSlider-itemTextWrapper {
    display: block;
    padding: 10px;
}
.productSlider-itemBrandName {
    display: block;
    color: #626262;
    margin-bottom: 3px;
}
.productSlider-itemTitle {
    display: block;
    color: #28323e;
    margin-bottom: 3px;
    height: 36px;
    overflow: hidden;
}
.productSlider-itemDiscount {
    display: block;
    line-height: 14px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    color: #ff562a;
    margin-bottom: 3px;
}
.productSlider-itemPriceAlt {
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    line-height: 18px;
    font-family: "AvenirNext-Regular", sans-serif;
    color: #626262;
    text-decoration: line-through;
}
.productSlider-itemPrice {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    color: #ff562a;
}
.productSlider-container-search {
    padding-left: 10px;
}
body.tr .productSlider-container-search .productSlider-head {
    font-size: 18px;
}
body.fr .productSlider-container-search .productSlider-head {
    font-size: 16px;
}
.titledSlider-container {
    background-color: #f2f2f2;
    padding: 15px 0 10px 20px;
    overflow: hidden;
}
body.rtl .titledSlider-container {
    padding: 15px 20px 10px 0;
}
.titledSlider-head {
    margin-bottom: 10px;
}
.titledSlider-titleWrapper {
    margin-bottom: 10px;
}
.titledSlider-titleWrapper,
.titledSlider-imgWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}
.titledSlider-imgLink,
.titledSlider-img {
    critical: this;
    display: block;
    width: 270px;
    height: 270px;
}
.titledSlider-title {
    font-size: 12px;
    line-height: 16px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    color: #afafaf;
    padding-bottom: 10px;
    max-width: 270px;
}
.titledSlider-title-isActive {
    color: #ff562a;
    border-bottom: 2px solid #ff562a;
}
body.productPage .productPage-detail {
    critical: this;
    display: none;
}
body.productPage .productPage-detail {
    display: block;
    background-color: #fff;
    padding: 0 0 0 16px;
}
body.productPage .productPage-detail .titledSlider-imgWrapper .titledSlider-imgLink {
    display: block;
    width: 288px;
    height: auto;
    padding: 0 6px 0 0;
}
body.productPage .productPage-detail .titledSlider-titleWrapper {
    margin-bottom: 15px;
}
body.productPage .productPage-detail .titledSlider-titleWrapper .owl-item {
    margin-right: 16px !important;
}
body.productPage .productPage-detail .titledSlider-titleWrapper .titledSlider-title {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #939393;
    padding-bottom: 8px;
}
body.productPage .productPage-detail .titledSlider-titleWrapper .titledSlider-title-isActive {
    font-family: "HankenSansBold", "AvenirNext-Bold", sans-serif;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px solid #000000;
}
body.productPage .productPage-detail .titledSlider-titleWrapper .owl-stage-outer::before {
    border-bottom: 1px solid #e4e4e4;
    content: "";
    position: absolute;
    width: 288px;
    bottom: 0;
}
body.rtl.productPage .productPage-detail {
    padding: 0 16px 16px 0;
}
body.rtl.productPage .productPage-detail .titledSlider-titleWrapper .owl-item {
    margin-right: 0 !important;
    margin-left: 16px !important;
}
body.rtl.productPage .productPage-detail .titledSlider-imgWrapper .titledSlider-imgLink {
    padding: 0 0 0 6px;
}
.accountMenu {
    list-style-type: none;
    padding-left: 15px;
}
body.rtl .accountMenu {
    padding-left: 0;
    padding-right: 15px;
}
.accountMenu-item {
    display: block;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
}
.accountMenu-itemLink {
    display: block;
    height: 47px;
    line-height: 49px;
    padding: 0 35px;
    font-size: 14px;
    color: #28323e;
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
}
.accountMenu-itemLink::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-02/ic-chevron.svg") center center no-repeat;
    background-size: 7px 12px;
    position: absolute;
    top: 18px;
    right: 15px;
}
body.rtl .accountMenu-itemLink {
    background-position: right center;
}
body.rtl .accountMenu-itemLink::after {
    right: auto;
    left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accountMenu-item-isActive .accountMenu-itemLink {
    color: #ff562a;
    font-family: "AvenirNext-DemiBold", sans-serif;
}
.accountMenu-itemLink-showEasyReturn {
    border-radius: 8px;
    border: solid 1px #e9e9e9;
    display: block;
    margin: 1px 17px 9px 0;
    padding: 12px;
    height: 18px;
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #f46924;
    line-height: 19px;
}
.accountMenu-itemLink-basket {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkbasket.svg");
    background-size: 18px 16px;
}
.accountMenu-itemLink-orders {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkorders.svg");
    background-size: 19px 19px;
}
.accountMenu-itemLink-returns {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-06/accountmenu-itemlinkreturns.svg");
    background-size: 19px 19px;
}
.accountMenu-itemLink-favorites {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkfavorites.svg");
    background-size: 18px 15.27px;
}
.accountMenu-itemLink-membership {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkmembership.svg");
    background-size: 18px 19px;
}
.accountMenu-itemLink-addresses {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkaddresses.svg");
    background-size: 15.16px 18.61px;
}
.accountMenu-itemLink-cards {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-01/accountmenu-itemlinkcards.svg");
    background-size: 18px 11px;
}
.accountMenu-itemLink-campaigns {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkcampaigns.svg");
    background-size: 15px 14px;
}
.accountMenu-itemLink-coupons {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkcoupons.svg");
    background-size: 18px 27px;
}
.accountMenu-itemLink-faq {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkfaq.svg");
    background-size: 18px 14.67px;
}
.accountMenu-itemLink-support {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinksupport.svg");
    background-size: 14px 14px;
}
.accountMenu-itemLink-invite {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/invite.svg");
    background-size: 14px 14px;
}
.accountMenu-itemLink-notification {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/accountmenu-itemlinknotification.svg");
    background-size: 14px 14px;
}
.accountMenu-itemLink-logout {
    margin: 0 auto;
    padding: 0;
    width: 100px;
    text-align: center;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    color: #c6c6ca;
}
.accountMenu-itemLink-logout::after {
    display: none;
}
.accountMenu-item-isActive .accountMenu-itemLink-orders {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkorders-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-returns {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-06/accountmenu-itemlinkreturns-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-favorites {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkfavorites-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-membership {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkmembership-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-addresses {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkaddresses-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-cards {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-01/accountmenu-itemlinkcards-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-campaigns {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkcampaigns-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-coupons {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkcoupons-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-faq {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinkfaq-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-support {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinksupport-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-logout {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2017-05/accountmenu-itemlinklogout-isactive.svg");
}
.accountMenu-item-isActive .accountMenu-itemLink-notification {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2019-03/accountmenu-itemlinknotification-isactive.svg");
    background-size: 14px 14px;
}
.accountMenu-itemBasketCount {
    display: inline-block;
    margin-top: 16px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    text-align: center;
    background-color: #ff562a;
    font-size: 11px;
    color: #ffffff;
    margin-left: 5px;
}
body.rtl .accountMenu-itemBasketCount {
    margin-left: 0;
    margin-right: 5px;
}
body.rtl .accountMenu-itemLink-showEasyReturn {
    margin: 1px 0px 9px 17px;
}
.accountMenuCurrencySection {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 15px 7px 16px;
}
.accountMenuCurrencySection:hover {
    cursor: pointer;
}
.accountMenuCurrencySection-wrapper {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    color: #939393;
}
.accountMenuCurrencySection-languageCurrencyContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 8px;
}
.accountMenuCurrencySection-title {
    position: relative;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}
.accountMenuCurrencySection-title::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-02/ic-chevron.svg") center center no-repeat;
    background-size: 7px 12px;
    position: absolute;
    top: 5px;
    right: 0;
}
.accountMenuCurrencySection-country {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 3px 7px 4px;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: bottom;
    margin-right: 8px;
    margin-bottom: 8px;
}
.accountMenuCurrencySection-country img {
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 0;
    margin-right: 5px;
    border-radius: 5px;
}
.accountMenuCurrencySection-language {
    display: inline-block;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 3px 8px 4px;
    line-height: 1.5;
    margin-right: 8px;
    text-align: center;
}
.accountMenuCurrencySection-currency {
    display: inline-block;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 3px 8px 4px;
    margin-right: 8px;
    line-height: 1.5;
    text-align: center;
}
body.rtl .accountMenuCurrencySection {
    padding: 15px 16px 15px 0;
}
body.rtl .accountMenuCurrencySection-title::after {
    right: auto;
    left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.rtl .accountMenuCurrencySection-country {
    margin-right: 0;
    margin-left: 8px;
}
body.rtl .accountMenuCurrencySection-country img {
    margin-left: 5px;
    margin-right: 0;
}
body.rtl .accountMenuCurrencySection-language,
body.rtl .accountMenuCurrencySection-currency {
    margin-left: 8px;
    margin-right: 0;
}
.accountMenuWelcomeSection {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.accountMenuWelcomeSection-arrow {
    background: url("https://fns.modanisa.com/r/pro2/banner-upload/2019-02/account-welcome-arrow.svg");
    width: 37px;
    height: 90px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37px;
    flex: 0 0 37px;
    margin-right: -37px;
    position: relative;
    top: 10px;
    left: 20px;
}
.accountMenuWelcomeSection-items {
    padding: 0 50px;
}
.accountMenuWelcomeSection-title {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    margin-top: 18px;
    margin-bottom: 8px;
}
.accountMenuWelcomeSection-content {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    min-height: 42px;
    margin-bottom: 32px;
}
.accountMenuWelcomeSection-link {
    display: inline-block;
    background-color: #f46924;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding: 13px 16px 15px;
    border-radius: 8px;
    margin-bottom: 32px;
}
body.rtl .accountMenuWelcomeSection-arrow {
    margin-right: 0;
    margin-left: -37px;
    top: 10px;
    left: 0;
    right: 5px;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}
.pageHeaderType2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
body.basketPageNew .pageHeaderType2 {
    box-shadow: 0 1px 1px 0 #ebebeb;
}
.pageHeaderType2-sectionLeft {
    width: 80px;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pageHeaderType2-sectionMiddle {
    width: 160px;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pageHeaderType2-sectionRight {
    width: 80px;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
body.basketPageNew .pageHeaderType2-sectionLeft,
body.basketPageNew .pageHeaderType2-sectionMiddle,
body.basketPageNew .pageHeaderType2-sectionRight {
    min-height: 48px;
}
.pageHeaderType2-back {
    display: inline-block;
    height: 18px;
}
.pageHeaderType2-backInner {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    height: 18px;
    color: #28323e;
    padding-left: 14px;
    cursor: pointer;
}
.pageHeaderType2-backInner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 9px;
    height: 18px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-01/productpagetop-back.svg") center center no-repeat;
    background-size: 9px 18px;
}
body.rtl .pageHeaderType2-backInner {
    padding-left: 0;
    padding-right: 14px;
}
body.rtl .pageHeaderType2-backInner::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pageHeaderType2-close {
    display: inline-block;
    height: 18px;
    margin-right: auto;
    margin-left: 17px;
}
.pageHeaderType2-closeInner {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    height: 18px;
    color: #5f5f5f;
    padding-left: 0;
    cursor: pointer;
}
.pageHeaderType2-closeInner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-04/basketpage-close-icon.svg") center center no-repeat;
    background-size: 13px 13px;
}
body.rtl .pageHeaderType2-close {
    margin-right: 17px;
    margin-left: auto;
}
body.rtl .pageHeaderType2-closeInner {
    padding-left: 0;
    padding-right: 0;
}
body.rtl .pageHeaderType2-closeInner::before {
    left: auto;
    right: 0;
}
.pageHeaderType2-head {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    color: #28323e;
    margin: 0;
}
.pageHeaderType2-headNoWrap {
    white-space: nowrap;
}
.pageHeaderType2-icon {
    display: block;
    text-decoration: none;
    width: 48px;
    padding-top: 28px;
}
.pageHeaderType2-iconText {
    display: block;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    color: #626262;
}
.pageHeaderType2-homeIcon {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2017-07/pageheadertype2-home.svg") center 3px no-repeat;
    background-size: 18px auto;
}
.pageHeaderType3-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
    min-height: 42px;
    padding: 0 16px;
}
.pageHeaderType3-head {
    margin-right: auto;
}
body.rtl .pageHeaderType3-head {
    margin-right: 0;
    margin-left: auto;
}
.pageHeaderType3-back {
    display: block;
    width: 33px;
    height: 33px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-10/header-back-arrow.svg") center center no-repeat;
    background-size: 13px 12px;
    position: absolute;
    left: 3px;
    top: 5px;
}
.pageHeaderType3-back-loginRegister3 {
    left: 0px;
    top: 7px;
}
.pageHeaderType3-close {
    display: block;
    width: 33px;
    height: 33px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-04/basketpage-close-icon.svg") center center no-repeat;
    background-size: 13px 12px;
    position: absolute;
    left: 8px;
    top: 5px;
}
.pageHeaderType3-closeBtn {
    display: block;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #f46924;
    position: absolute;
    right: 16px;
    top: 12px;
    letter-spacing: normal;
}
.pageHeaderType3-close-loginRegister3 {
    left: 4px;
    top: 7px;
}
.pageHeaderType3-text {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #202020;
    margin: 0 16px;
    width: 100%;
    text-align: center;
}
.pageHeaderType3-smallLogo {
    display: inline-block;
    width: 23px;
    height: 24px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faq-helpcenter-smalllogo.svg") center center no-repeat;
}
.pageHeaderType3-link {
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
    color: #202020;
    white-space: nowrap;
    position: absolute;
    right: 16px;
}
.pageHeaderType3-centerLogo {
    width: 85px;
    margin: 10px auto 13px auto;
}
body.rtl .pageHeaderType3-back {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 3px;
}
body.rtl .pageHeaderType3-close {
    left: auto;
    right: 8px;
}
body.rtl .pageHeaderType3-link {
    left: 16px;
    right: auto;
    text-align: right;
}
body.rtl .pageHeaderType3-smallLogo {
    margin-right: auto;
    margin-left: 8px;
}
body.rtl .pageHeaderType3-closeBtn {
    right: auto;
    left: 16px;
}
body.client-type-desktop-web.myReturnPage .pageContainer,
body.client-type-desktop-web.availableOrdersForReturnPage .pageContainer,
body.client-type-desktop-web.easyReturnPage .pageContainer,
body.client-type-desktop-web.easyReturnGuestFormPage .pageContainer,
body.client-type-desktop-web.easyReturnWelcomePage .pageContainer,
body.client-type-desktop-web.myReturnsDetail .pageContainer {
    overflow: auto;
}
body.client-type-desktop-web.myReturnPage .pageHeaderType3-text,
body.client-type-desktop-web.availableOrdersForReturnPage .pageHeaderType3-text,
body.client-type-desktop-web.easyReturnPage .pageHeaderType3-text,
body.client-type-desktop-web.easyReturnGuestFormPage .pageHeaderType3-text,
body.client-type-desktop-web.easyReturnWelcomePage .pageHeaderType3-text,
body.client-type-desktop-web.myReturnsDetail .pageHeaderType3-text {
    letter-spacing: normal;
    font-family: "AvenirNext-Medium", sans-serif;
}
body.client-type-desktop-web.myReturnPage .pageHeaderType3-logo,
body.client-type-desktop-web.availableOrdersForReturnPage .pageHeaderType3-logo,
body.client-type-desktop-web.easyReturnPage .pageHeaderType3-logo,
body.client-type-desktop-web.easyReturnGuestFormPage .pageHeaderType3-logo,
body.client-type-desktop-web.easyReturnWelcomePage .pageHeaderType3-logo,
body.client-type-desktop-web.myReturnsDetail .pageHeaderType3-logo {
    height: 36px;
    margin-left: 0;
    margin-bottom: 4px;
}
body.client-type-desktop-web.myReturnPage .pageHeaderType3-name,
body.client-type-desktop-web.availableOrdersForReturnPage .pageHeaderType3-name,
body.client-type-desktop-web.easyReturnPage .pageHeaderType3-name,
body.client-type-desktop-web.easyReturnGuestFormPage .pageHeaderType3-name,
body.client-type-desktop-web.easyReturnWelcomePage .pageHeaderType3-name,
body.client-type-desktop-web.myReturnsDetail .pageHeaderType3-name {
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 13px;
    padding-left: 24px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-08/easy-return-header-user.svg") left center no-repeat;
}
body.client-type-desktop-web .pageHeaderType3 {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
body.client-type-desktop-web .pageHeaderType3-inner {
    width: 960px;
    padding: 6px 0;
    margin: 0 auto;
    background-color: transparent;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
body.client-type-desktop-web.checkoutSinglePage .pageHeaderType3-inner {
    min-height: 76px;
    width: 960px;
}
body.client-type-desktop-web .pageHeaderType3-logo {
    display: block;
    width: 137px;
    height: 35px;
    margin-left: -5px;
}
body.client-type-desktop-web .pageHeaderType3-closePage {
    color: #000;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    margin-left: auto;
    margin-right: 0;
    line-height: 17px;
}
body.client-type-desktop-web .pageHeaderType3-closePage:before {
    display: inline-block;
    margin-right: 16px;
    margin-top: -2px;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-06/easy-return-form-closepage.svg") center center no-repeat;
}
body.client-type-desktop-web .pageHeaderType3-text {
    font-size: 20px;
    line-height: 1.5;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    letter-spacing: 1px;
    font-weight: unset;
}
body.client-type-desktop-web .pageHeaderType3-name {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    white-space: nowrap;
    padding-left: 28px;
    margin-left: auto;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-08/pageheadertype3-name.svg") left center no-repeat;
    background-size: 16px auto;
}
body.client-type-desktop-web.rtl .pageHeaderType3-logo {
    margin-left: 0;
    margin-right: -5px;
}
body.client-type-desktop-web.rtl .pageHeaderType3-name {
    padding-left: 0;
    margin-left: 0;
    margin-right: auto;
    padding-right: 28px;
    background-position: right center;
}
.fixedBottomBanner-wrapper {
    width: 320px;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 14px 0;
    box-sizing: border-box;
}
.fixedBottomBanner-close {
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2020-03/fixedbottombanner-close.svg") center center no-repeat;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 5px 8px 5px 12px;
}
.fixedBottomBanner-modanisa {
    padding-right: 8px;
}
.fixedBottomBanner-modanisa::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2020-03/fixedbottombanner-modanisa.svg") center center no-repeat;
    background-size: 32px;
}
.fixedBottomBanner-content {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.fixedBottomBanner-content-title {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.fixedBottomBanner-content-desc {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 10px;
}
.fixedBottomBanner-link {
    margin-right: 12px;
    display: block;
    padding: 11px 12px 10px;
    background-color: #fff;
    color: #f46924;
    font-size: 12px;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
}
.fixedBottomBanner-star {
    display: inline-block;
    width: 9px;
    height: 10px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2020-03/fixedbottombanner-star.svg") center center no-repeat;
}
body.rtl .fixedBottomBanner-modanisa {
    padding-right: 0;
    padding-left: 8px;
}
body.rtl .fixedBottomBanner-link {
    margin-right: 0;
    margin-left: 12px;
}
body.rtl .fixedBottomBanner-close {
    margin: 5px 12px 5px 8px;
}
.cargoBanner-opener,
.cargoBanner-openerImg {
    critical: this;
    display: block;
    width: 320px;
    height: 40px;
}
.cargoBanner-container {
    overflow-y: auto;
    max-height: 316px;
    padding: 0 16px;
}
.cargoBanner-content {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.cargoBanner-content .mfp-close {
    right: -1px;
    top: 4px;
}
body.rtl .cargoBanner-content .mfp-close {
    right: auto;
    left: -1px;
}
.cargoBanner-contentRow + .cargoBanner-contentRow {
    border-top: 1px solid #e6e6e6;
    padding-top: 11px;
}
body.rtl .cargoBanner-contentRow {
    text-align: right;
}
.cargoBanner-contentTitle {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 17px;
}
.cargoBanner-subTitle {
    font-size: 12px;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    line-height: 1.5;
}
.cargoBanner-status {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
.cargoBanner-contentLink {
    font-size: 12px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    color: #ff562a;
    line-height: 1.5;
    text-decoration: underline;
}
.cargoBanner-button {
    display: block;
    font-size: 14px;
    line-height: 36px;
    border-radius: 8px;
    background: #f46924;
    color: #ffffff;
    border: none;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    text-align: center;
    margin: 8px 0 11px;
}
.emptyBasketBanner {
    critical: this;
    background-color: #f2f2f2;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.emptyBasketBanner-head {
    critical: this;
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #28323e;
    margin-bottom: 10px;
}
.emptyBasketBanner-link,
.emptyBasketBanner-img {
    critical: this;
    display: block;
    width: 280px;
    height: 160px;
}
.emptyBasketBanner-link {
    critical: this;
    margin-bottom: 10px;
}
.emptyBasketBanner-link:last-child {
    critical: this;
    margin-bottom: 0;
}
.errorPage-404 {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    margin: 30px 0 20px;
}
.errorPage-head {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 0 25px;
    margin: 20px 0;
}
.errorPage-description {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 20px;
    color: #626262;
}
.errorPage-bannerLink,
.errorPage-bannerImg {
    display: block;
    width: 320px;
    height: auto;
}
body.client-type-mobile-app .pageContainer {
    width: 100%;
}
body.client-type-mobile-app .errorPage-bannerLink,
body.client-type-mobile-app .errorPage-bannerImg {
    margin: 0 auto;
}
.combinePopup-head {
    font-family: "AvenirNext-Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #28323e;
    margin-bottom: 10px;
}
.combinePopup-combineImg {
    width: 300px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.combinePopup-itemWrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.combinePopup-itemWrapper:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.combinePopup-sectionImg {
    display: block;
    width: 80px;
}
.combinePopup-sectionDetail {
    display: block;
    width: 205px;
}
.combinePopup-link,
.combinePopup-img {
    display: block;
    width: 80px;
    height: auto;
}
.combinePopup-name {
    font-size: 12px;
    line-height: 16px;
    color: #28323e;
}
.combinePopup-price {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    color: #28323e;
}
.combinePopup-button {
    display: block;
    line-height: 28px;
    height: 28px;
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
}
.combinePopup-message {
    font-size: 12px;
    line-height: 16px;
    color: #1bbbd3;
    font-family: "AvenirNext-DemiBold", sans-serif;
    text-align: center;
}
.pageFooterCountryLanguage {
    display: block;
    padding: 16px 16px 12px 16px;
    background-color: #f4f4f4;
}
.pageFooterCountryLanguage-label {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 12px;
}
.pageFooterCountryLanguage-section {
    width: 136px;
    height: 42px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/arrow-down.svg") no-repeat 116px 18px;
    border: solid 1px #e6e6e6;
    display: inline-block;
    position: relative;
}
.pageFooterCountryLanguage-section:hover {
    cursor: pointer;
}
#pageFooterCountryLanguage-shippingSection {
    margin-right: 8px;
}
.pageFooterCountryLanguage-info {
    position: absolute;
    top: 4px;
    left: 11px;
    font-size: 10px;
    line-height: 1.5;
    color: #939393;
}
.pageFooterCountryLanguage-link {
    position: absolute;
    top: 18px;
    left: 11px;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 105px;
}
body.rtl .pageFooterCountryLanguage-section {
    background: #fff url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/arrow-down.svg") no-repeat 12px 18px;
}
body.rtl #pageFooterCountryLanguage-shippingSection {
    margin-right: 0;
    margin-left: 8px;
}
body.rtl .pageFooterCountryLanguage-info {
    right: 11px;
}
body.rtl .pageFooterCountryLanguage-link {
    right: 11px;
}
.cookieNotification {
    critical: this;
    background-color: #fff;
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 1000;
    width: 288px;
    height: auto;
    min-height: 122px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.03);
}
.cookieNotification-title {
    critical: this;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.62;
    color: rgba(0, 0, 0, 0.87);
}
.cookieNotification-inner {
    critical: this;
    margin: 12px 16px auto;
}
.cookieNotification-text {
    critical: this;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    margin-top: 1px;
    padding-bottom: 10px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
}
.cookieNotification-text a {
    critical: this;
    white-space: nowrap;
}
.cookieNotification-text a,
.cookieNotification-text a:hover,
.cookieNotification-text a:visited {
    critical: this;
    color: #000;
    text-decoration: underline;
}
.cookieNotification-close {
    critical: this;
    display: block;
    width: 11px;
    height: 11px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-01/cookie-close-black.svg") center center no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}
body.rtl .cookieNotification-close {
    critical: this;
    right: auto;
    left: 16px;
}
body.client-type-desktop-web .cookieNotification {
    critical: this;
    width: 322px;
    background-color: rgba(0, 0, 0, 0.75);
    right: auto;
    left: 16px;
}
body.client-type-desktop-web .cookieNotification-close {
    critical: this;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2019-01/cookie-close-white.svg") center center no-repeat;
}
body.client-type-desktop-web .cookieNotification-title,
body.client-type-desktop-web .cookieNotification-text,
body.client-type-desktop-web .cookieNotification-text a {
    critical: this;
    color: #ffffff;
}
body.client-type-desktop-web.rtl .cookieNotification {
    critical: this;
    right: 16px;
    left: auto;
}
h3.installmentOptions-head {
    margin-bottom: 16px;
    font-size: 14px;
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
body.client-type-desktop-web h3.installmentOptions-head {
    font-weight: 400;
}
body.rtl h3.installmentOptions-head {
    text-align: right;
}
.installmentOptions-headerWrapper {
    critical: this;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 7px;
}
body.client-type-desktop-web .installmentOptions-headerWrapper {
    margin: 0;
}
.installmentOptions-headerItem {
    critical: this;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 89px;
    flex: 0 0 89px;
    box-sizing: border-box;
    height: 46px;
    border: 1px solid #e6e6e6;
    margin: 5px;
    opacity: 0.6;
    padding: 8px;
}
.installmentOptions-headerItem.installmentOptions-headerItem-isActive {
    opacity: 1;
    border-color: #f46924;
}
body.client-type-desktop-web .installmentOptions-headerItem {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 126px;
    height: 60px;
    margin: 0 16px 16px 0;
}
body.client-type-desktop-web .installmentOptions-headerItem:nth-child(4n + 0) {
    margin-right: 0;
}
body.rtl.client-type-desktop-web .installmentOptions-headerItem {
    margin: 0 0 16px 16px;
}
body.rtl.client-type-desktop-web .installmentOptions-headerItem:nth-child(4n + 0) {
    margin-left: 0;
}
.installmentOptions-headerImg {
    max-width: 108px;
}
.installmentOptions-content {
    display: none;
}
.installmentOptions-content.installmentOptions-content-isActive {
    display: block;
}
.installmentOptions-bankCaption {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    background-color: #f9f9fa;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
}
body.client-type-desktop-web .installmentOptions-bankCaption {
    padding: 16px 75px;
    font-size: 14px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    line-height: 1.5;
    margin-bottom: 16px;
}
.installmentOptions-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    box-shadow: inset 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}
.installmentOptions-table th,
.installmentOptions-table td {
    margin: 0;
    padding: 12px;
    font-weight: 400;
    text-align: unset;
}
.installmentOptions-table tbody tr:nth-child(odd) {
    background: #f9f9fa;
}
.installmentOptions-table thead th {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    text-align: unset;
}
.installmentOptions-table bdi {
    white-space: nowrap;
}
body.client-type-desktop-web .installmentOptions-table {
    width: calc(100% + 32px);
    margin-left: -16px;
}
body.client-type-desktop-web .installmentOptions-table th,
body.client-type-desktop-web .installmentOptions-table td {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 16px;
}
body.client-type-desktop-web .installmentOptions-table th:first-child {
    width: 158px;
}
body.client-type-desktop-web .installmentOptions-table td:last-child {
    width: 164px;
}
body.rtl.client-type-desktop-web .installmentOptions-table {
    margin-left: auto;
    margin-right: -16px;
}
body.rtl.client-type-desktop-web .installmentOptions-table th,
body.rtl.client-type-desktop-web .installmentOptions-table td {
    text-align: right;
}
.faqContactUs-title {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin: 16px 0 8px;
}
.faqContactUs-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-bottom: 8px;
}
.faqContactUs-boxes-info {
    border-color: #e0e0e0;
    background-color: #fff8f5;
}
.faqContactUs-boxesContentContainer {
    padding: 0 16px 8px 2px;
}
.faqContactUs-boxesText {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    padding: 8px 0 1px 0;
}
.faqContactUs-boxesContent-phone {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #3ec455;
}
.faqContactUs-boxesContent-mail {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #f46924;
}
.faqContactUs-boxesIcon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54px;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
}
.faqContactUs-boxesIcon-phoneIcon {
    background: url("https://www.masho.com/assets/images/faq/faq-category-detail-phone-circle.svg") center center no-repeat;
}
.faqContactUs-boxesIcon-wpIcon {
    background: url("https://www.masho.com/assets/images/faq/ic-whatsapp.svg") center center no-repeat;
}
.faqContactUs-boxesIcon-mailIcon {
    background: url("https://www.masho.com/assets/images/faq/faq-category-detail-mail.svg") center center no-repeat;
}
.faqContactUs-boxesIcon-infoIcon {
    background: url("https://www.masho.com/assets/images/faq/faqpage-information-circle.svg") center center no-repeat;
}
body.rtl .faqContactUs-boxesContentContainer {
    padding: 0 2px 8px 16px;
}
body.client-type-desktop-web .faqContactUs-title {
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    padding: 8px 0 8px 0;
    margin-top: 0;
}
body.client-type-desktop-web .faqContactUs-boxes {
    margin-bottom: 16px;
}
body.client-type-desktop-web .faqContactUs-boxesIcon {
    height: 58px;
}
body.client-type-desktop-web .faqContactUs-boxesContentContainer {
    padding: 0 16px 8px 0;
}
body.client-type-desktop-web .faqContactUs-boxesText {
    font-size: 14px;
}
body.faqPage .pageContainer,
body.faqPage .pageContent {
    background-color: #f4f4f4;
}
.faqPage-container {
    padding: 16px;
    background-color: #f4f4f4;
}
.faqPage-container-fixed {
    padding-top: 61px;
}
body.client-type-desktop-web .faqPage-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 16px 0;
}
.faqMainPage-container {
    padding: 0;
}
.faqPageHeader {
    position: relative !important;
    margin-top: -1px !important;
    z-index: 100;
    width: 100%;
}
.faqPageHeader.scroll-to-fixed-fixed {
    position: fixed !important;
    margin-top: 0 !important;
}
.faqPageHeader .pageHeaderType3-inner {
    min-height: 45px;
}
.faqPageHeader .pageHeaderType3-close {
    left: 5px;
    top: 6px;
}
.faqPageHeader .pageHeaderType3-text {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: unset;
    letter-spacing: 1px;
}
.faqPageHeader-search {
    display: none;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 44px 0 28px;
}
.faqPageHeader-searchInput {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    line-height: 1;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    padding: 8px 5px 8px 35px;
    box-sizing: border-box;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faqpage-search-icon-active.svg") 10px 50% no-repeat;
}
.faqPageHeader-searchClear {
    display: none;
    width: 34px;
    height: 100%;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faqpage-input-clear.svg") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.faqPageHeader-searchInput-isFilled + .faqPageHeader-searchClear {
    display: block;
}
.faqPageHeader-searchToggle {
    display: block;
    width: 33px;
    height: 33px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faqpage-search-icon.svg") center center no-repeat;
    position: absolute;
    right: 6px;
    top: 6px;
    text-indent: -999999px;
}
.faqPageHeader-close {
    color: #000;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    margin-right: 16px;
}
.faqPageHeader-searchResult {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    padding: 16px 16px 0 16px;
    max-height: calc(100vh - 100px);
    overflow: auto;
}
.faqPageHeader-searchResult.isEmpty,
.faqPageHeader-searchResult:empty {
    display: none;
}
.faqPageHeader-searchResult-isNoResults {
    background: #fcfcfc;
    padding: 16px;
    color: #000;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.faqPageHeader-searchResultLink {
    display: block;
    color: #000;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 16px;
}
.faqPageHeader-searchResultLink strong {
    font-family: "HankenSansBold", "AvenirNext-Bold", sans-serif;
}
.faqPageHeader--searchView .pageHeaderType3-text {
    display: none;
}
.faqPageHeader--searchView .faqPageHeader-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 44px 0 0;
}
.faqPageHeader--searchView .faqPageHeader-searchToggle {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    padding: 10px 0;
    color: #202020;
    white-space: nowrap;
    text-indent: 0;
    background: none;
    width: 60px;
    height: auto;
    text-align: center;
    right: 0;
    top: 5px;
}
.faqPageHeader--searchView .faqPageHeader-searchResult {
    max-height: 200px;
    display: block;
}
.faqPageHeader--searchView .faqPageHeader-searchResult.isEmpty,
.faqPageHeader--searchView .faqPageHeader-searchResult:empty {
    display: none;
}
.faqPageHeader--searchView .pageHeaderType3-close {
    display: none;
}
body.rtl .pageHeaderType3-close {
    left: auto;
    right: 6px;
}
body.rtl .faqPageHeader-searchToggle {
    right: auto;
    left: 6px;
}
body.rtl .faqPageHeader-search {
    margin: 0 0 0 44px;
}
body.rtl .faqPageHeader--searchView .faqPageHeader-searchToggle {
    right: auto;
    left: 0;
}
body.rtl .faqPageHeader-searchInput {
    padding: 8px 35px 8px 5px;
    background-position: calc(100% - 10px) 50%;
}
body.rtl .faqPageHeader-searchClear {
    right: auto;
    left: 0;
}
body.client-type-desktop-web.faqPage .pageHeaderType3 {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}
body.client-type-desktop-web.faqPage .pageHeaderType3-inner {
    min-height: 75px;
}
body.client-type-desktop-web.faqPage .pageHeaderType3-text {
    width: auto;
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
    margin-top: 3px;
    margin-left: 0;
}
body.client-type-desktop-web.faqPage .pageHeaderType3-smallLogo {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    margin-right: 16px;
    vertical-align: middle;
}
body.client-type-desktop-web.faqPage .pageContainer {
    background-color: #f4f4f4;
    overflow: auto;
}
body.client-type-desktop-web.faqPage .faqPageHeader-search {
    display: block;
    background: #fcfcfc;
    margin: 0 32px 0 8px;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchClear {
    width: 44px;
    background-size: 16px 16px;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchInput {
    padding: 13px 5px 13px 42px;
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faqpage-search-icon.svg");
    background-position: 14px 50%;
    background-size: 16px 16px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 14px;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchInput:focus {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faqpage-search-icon-active.svg");
    background-color: #ffffff;
}
body.client-type-desktop-web.faqPage .faqPageHeader-close {
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    min-width: 254px;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    line-height: 17px;
}
body.client-type-desktop-web.faqPage .faqPageHeader-close:before {
    display: inline-block;
    margin-right: 16px;
    margin-top: -2px;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faq-page-return-icon.svg") center center no-repeat;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchResult {
    border-radius: 0 0 8px 8px;
    border: 1px solid #e6e6e6;
    margin-top: -3px;
    top: 42px;
    padding: 6px 0 7px 0;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchResult.faqPageHeader-searchResult-isNoResults {
    display: block;
    font-size: 14px;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchResultLink {
    font-size: 14px;
    padding: 9px 8px 9px;
    margin: 0 8px;
    line-height: 1.5;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchResultLink:hover {
    background-color: #fef7f4;
}
body.client-type-desktop-web.faqPage.rtl .faqPageHeader-search {
    margin: 0 8px 0 32px;
}
body.client-type-desktop-web.faqPage.rtl .pageHeaderType3-text {
    margin-left: 16px;
    margin-right: 0;
}
body.client-type-desktop-web.faqPage.rtl .pageHeaderType3-smallLogo {
    margin-right: 0;
    margin-left: 16px;
}
body.client-type-desktop-web.faqPage.rtl .faqPageHeader-searchInput {
    background-position: calc(100% - 14px) 50%;
    padding: 13px 42px 13px 5px;
}
body.client-type-desktop-web.faqPage.rtl .faqPageHeader-close:before {
    margin-left: 16px;
    margin-right: 0;
}
body.client-type-desktop-web.faqPage .globalState-overlayLayout {
    background: rgba(0, 0, 0, 0.75);
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchResult {
    display: initial;
}
body.client-type-desktop-web.faqPage .faqPageHeader-searchResult.isEmpty,
body.client-type-desktop-web.faqPage .faqPageHeader-searchResult:empty {
    display: none;
}
.faqCategories-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
}
.faqCategories-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 54px 10px 10px;
    border: 1px solid #e6e6e6;
    width: calc(50% - 26px);
    min-height: 36px;
    margin-bottom: 8px;
    text-align: center;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
}
.faqCategories-item.faqCategories-item-active {
    color: #f46924;
}
.faqCategories-item-populer {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-popular.svg") center 18.6px no-repeat;
    background-size: 24px 25px;
}
.faqCategories-item-populer.faqCategories-item-active {
    background-image: url("https://www.masho.com/assets/images/faq/faqcategory-popular-active.svg");
}
.faqCategories-item-order {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-order.svg") center 17.8px no-repeat;
    background-size: 24px 25px;
}
.faqCategories-item-order.faqCategories-item-active {
    background-image: url("https://www.masho.com/assets/images/faq/faqcategory-order-active.svg");
}
.faqCategories-item-shipping {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-shipping.svg") center 18.6px no-repeat;
    background-size: 27px 27px;
}
.faqCategories-item-shipping.faqCategories-item-active {
    background-image: url("https://www.masho.com/assets/images/faq/faqcategory-shipping-active.svg");
}
.faqCategories-item-return {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-return.svg") center 18.6px no-repeat;
    background-size: 24px 25px;
}
.faqCategories-item-return.faqCategories-item-active {
    background-image: url("https://www.masho.com/assets/images/faq/faqcategory-return-active.svg");
}
.faqCategories-item-campaigns {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-campaigns.svg") center 18.6px no-repeat;
    background-size: 24px 25px;
}
.faqCategories-item-campaigns.faqCategories-item-active {
    background-image: url("//fns.modanisa.com/r/pro2/banner-upload/2018-12/faqcategory-campaigns-active.svg");
}
.faqCategories-item-payment {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-payment.svg") center 18.6px no-repeat;
    background-size: 24px 25px;
}
.faqCategories-item-payment.faqCategories-item-active {
    background-image: url("https://www.masho.com/assets/images/faq/faqcategory-payment-active.svg");
}
.faqCategories-item-membership {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-membership.svg") center 18.6px no-repeat;
    background-size: 24px 25px;
}
.faqCategories-item-membership.faqCategories-item-active {
    background-image: url("https://www.masho.com/assets/images/faq/faqcategory-membership-active.svg");
}
.faqCategories-item-about {
    background: #fff url("https://www.masho.com/assets/images/faq/faqcategory-about.svg") center 18.6px no-repeat;
    background-size: 25px 27px;
}
.faqCategories-item-about.faqCategories-item-active {
    background-image: url("https://www.masho.com/assets/images/faq/faqcategory-about-active.svg");
}
.faqCategories-title {
    width: 100%;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    padding: 19px 0 13px 0;
}
body.client-type-desktop-web .faqCategories-container {
    margin-bottom: -16px;
}
body.client-type-desktop-web .faqCategories-container:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    content: "";
    width: calc(25% - 10px);
    height: 1px;
}
body.client-type-desktop-web .faqCategories-container:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    content: "";
    -webkit-box-ordinal-group: 10001;
    -webkit-order: 10000;
    order: 10000;
    width: calc(25% - 10px);
    height: 1px;
}
body.client-type-desktop-web .faqCategories-item {
    background-size: 28px auto;
    background-position: center 23px;
    width: calc(25% - 23px);
    margin-bottom: 16px;
    padding: 67px 5px 13px;
    font-size: 14px;
    line-height: 1.29;
    min-height: 18px;
}
body.client-type-desktop-web .faqCategories-item.faqCategories-item-active {
    border-color: #f46924;
}
body.client-type-desktop-web .faqCategories-item-shipping {
    background-size: 30px auto;
}
body.client-type-desktop-web .faqCategories-title {
    padding-top: 10px;
}
.faqCategoryDetail-title {
    font-size: 14px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    margin: 0 0 8px;
}
.faqCategoryDetail-questions {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 12px;
    margin-bottom: 8px;
}
.faqCategoryDetail-questionsTitleContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: -10px;
    padding: 10px;
}
.faqCategoryDetail-questionsTitleNumarator {
    width: 20px;
    font-weight: normal;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    flex: 0 0 20px;
}
.faqCategoryDetail-questionsTitle {
    font-weight: normal;
    font-size: 12px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    line-height: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.faqCategoryDetail-questionsTitleDownIcon {
    height: 0;
    width: 0;
    border: 4px transparent solid;
    border-top-width: 4px;
    border-top-color: #000;
    right: 0;
    z-index: 3;
    margin-left: 12px;
    margin-right: 3px;
    margin-top: 3px;
    -webkit-align-self: center;
    align-self: center;
}
.faqCategoryDetail-answerContainer {
    display: none;
}
.faqCategoryDetail-answer {
    font-size: 12px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    color: #565656;
    line-height: 18px;
    margin: 8px 0;
}
.faqCategoryDetail-answer p {
    margin-bottom: 8px;
}
.faqCategoryDetail-answer a {
    color: #f46924;
}
.faqCategoryDetail-answer ul {
    padding-left: 18px;
}
.faqCategoryDetail-answer ol {
    padding-left: 13px;
}
.faqCategoryDetail-answer strong {
    font-weight: unset;
}
.faqCategoryDetail-answer img {
    max-width: 100%;
}
.faqCategoryDetail-feedBack {
    margin-top: 8px;
}
.faqCategoryDetail-feedBackQuestion {
    font-size: 12px;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    color: #565656;
    line-height: 18px;
    margin: 12px 0 10px 0;
}
.faqCategoryDetail-feedBackAnswers {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    font-size: 12px;
    color: #565656;
    min-width: 62px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    margin-right: 8px;
}
.faqCategoryDetail-feedBackAnswersSuccess {
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    color: #3ec455;
    font-size: 12px;
    line-height: 1.7;
}
.faqCategoryDetail-feedBackAnswersError {
    color: red;
    font-size: 12px;
    line-height: 1.7;
}
.faqCategoryDetail-questions-active .faqCategoryDetail-questionsTitleNumarator {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
}
.faqCategoryDetail-questions-active .faqCategoryDetail-questionsTitle {
    font-family: "HankenSansMedium", "AvenirNext-Medium", sans-serif;
}
.faqCategoryDetail-questions-active .faqCategoryDetail-answerContainer {
    display: block;
}
.faqCategoryDetail-questions-active .faqCategoryDetail-questionsTitleDownIcon {
    border-bottom-width: 4px;
    border-bottom-color: #000;
    border-top-width: 0;
    margin-top: 0;
}
.faqCategoryDetail-categoriesTitle {
    font-size: 14px;
    font-weight: normal;
    font-family: "HankenSans", "AvenirNext-Regular", sans-serif;
    line-height: 1.5;
    margin: 16px 0 8px;
}
body.rtl .faqCategoryDetail-questionsTitleDownIcon {
    margin-right: auto;
    margin-left: 0;
}
body.rtl .faqCategoryDetail-answer ul {
    padding-left: 0;
    padding-right: 18px;
}
body.rtl .faqCategoryDetail-answer ol {
    padding-left: 0;
    padding-right: 13px;
}
body.client-type-desktop-web .faqCategoryDetail-questions {
    padding: 8px 12px 6px 12px;
    margin-bottom: 8px;
}
body.client-type-desktop-web .faqPage-desktopWebContent {
    width: 672px;
}
body.client-type-desktop-web .faqPage-desktopWebContactUs {
    width: 254px;
    margin-left: auto;
}
body.client-type-desktop-web .faqCategoryDetail-title {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 24px;
    padding-bottom: 8px;
    font-weight: normal;
}
body.client-type-desktop-web .faqCategoryDetail-questionsTitleContainer {
    margin: 0;
    padding: 8px 3px;
    cursor: pointer;
}
body.client-type-desktop-web .faqCategoryDetail-questionsTitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}
body.client-type-desktop-web .faqCategoryDetail-answer {
    font-size: 14px;
    line-height: 1.5;
    margin: 8px 3px 0 3px;
}
body.client-type-desktop-web .faqCategoryDetail-feedBack {
    padding: 5px 0 10px 3px;
}
body.client-type-desktop-web .faqCategoryDetail-feedBackQuestion {
    font-size: 14px;
    margin: 12px 0 13px 0;
}
body.client-type-desktop-web .faqCategoryDetail-feedBackAnswers {
    font-size: 12px;
    width: 63px;
    height: 32px;
    line-height: 30px;
    margin-right: 8px;
    cursor: pointer;
}
body.client-type-desktop-web .faqCategoryDetail-questionsTitleDownIcon {
    width: 7px;
    height: 7px;
    margin-bottom: 4px;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
}
body.client-type-desktop-web .faqCategoryDetail-questions-active .faqCategoryDetail-questionsTitleDownIcon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 8px;
}
body.client-type-desktop-web.rtl .faqPage-desktopWebContactUs {
    margin-left: 0;
    margin-right: auto;
}
.shippingCountyQuestion {
    float: left;
    width: 100%;
    clear: both;
}
.shippingCountyQuestionColumn {
    float: left;
    width: 50%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    height: 50px;
}
.shippingCountyQuestionText {
    line-height: 1;
    padding: 0;
    margin: 0;
}
.shippingCountyQuestionTitles {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}
body.client-type-desktop-web .shippingCountyQuestionColumn {
    width: 25%;
    height: 60px;
}
.faqCategoryDetail-whatsapp {
    margin-top: 10px;
    display: none;
}
.faqCategoryDetail-whatsapp--show {
    display: block;
}
