
/**
HTML
**/
button,
a,
[data-gallery]{
    cursor: pointer;
}
.form-value {
    background: #F9F9F9;
}

label.checkbox {
    font-size: 12px;
}
label.checkbox span{
    font-weight: normal;
    color: #999;
}
.sensible-link{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    cursor: pointer;
    z-index: 0;
}
.sensible-link-l{
    position: relative;
    z-index: 100;
}

/**
TEXT
**/
.fflb{
    font-family: 'Libre Baskerville', serif;
}
.fs11{
    font-size: 11px;   
}


/**
HOME
**/
.homecolon-intro {
    text-align: center;
    padding: 30px 0;
}
.homecolon-intro h3 {
    font-family: "Libre Baskerville",Arial,sans-serif !important;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.homecolon-intro p {
    font-size: 18px;
    line-height: 28px;
}
.homecolon-desc {
    background-color: #EEE;
    padding: 30px 0;
}
.homecolon-desc h4 {
    border-bottom: 1px solid #DDD;
    margin-bottom: 30px;
}
.homecolon-desc p {
    font-size: 16px;
    line-height: 26px;
}
.homecolon-desc-starter {
    padding-top: 100px;
    padding-bottom: 10px;
    text-align: center;
}
.homecolon-desc-starter p {
    font-size: 20px;
}
.homecolon-desc.homecolon-color {
    background-color: #FFF
}
/*
.homecolon-desc.homecolon-color h4 {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.homecolon-desc.homecolon-color p {
    color: #FFF;
}
*/
@media (max-width: 767px){
    .homecolon-intro h3 {
        font-size: 24px;
    }
}


/**
MINI CART
**/
.cart-mini {
    
}
.cart-mini td{
    vertical-align: middle !important;
}
.cart-mini .cart-mini-image{
    padding: 5px;
    width:50px;
    border-right: none;
}
.cart-mini .cart-mini-image img{
    width: 100%;
}
.cart-mini .cart-mini-item{
    border-left: none;
}
.cart-mini .remove{
    width:  15px; 
    text-align: center;
}
.cart-mini .remove i{
    padding: 0;
}

/**
CART
**/
.carttable thead th{
    text-align: center;
}
.carttable .cart-row-category td{
    padding-top: 15px; 
    border-left: 0; 
    border-right: 0;
}
.carttable .cart-row-category:first-child td{
    border-top: none;
}
.carttable .cart-col-del{
    width: 28px;
}
.carttable .cart-col-img{
    width: 75px;
}
.carttable .cart-col-name{
}
.carttable .cart-col-name a{
    color: #666;
    transition: color .3s ease;
}
.carttable .cart-col-name a span{
    color: #000;
    transition: color .3s ease;
}
.carttable .cart-col-price{
    width: 80px;
    text-align: center;
}
.carttable .price-old{
    text-decoration:line-through;
    margin-right: 5px;
}
.carttable .price-old,
.carttable .price-new{
    display: block;
}
.carttable .cart-col-qty{
    text-align: center;
    width: 100px;
}
.carttable .cart-col-qty input{
}
.carttable .cart-col-total{
    width: 100px;
    text-align: right;
}
.carttable .cart-col-resume-total{
    text-align: right;
    font-size: 16px;
}

.carttable form{
    display: inline-block;
    margin: 0;
}

.carttable-total td{
    text-align:right;
}
.carttable-total td.value{
    width: 300px;
    text-align: right;
    font-size: 16px;
}

.add2cart{}
.add2cart .add2cart-label{
    display: inline-block;
    line-height: 31px;
    vertical-align: middle;
    margin-right: 5px;
    
}
.add2cart .add2cart-input{
    display: inline-block;
    line-height: 31px;
    vertical-align: middle;
}
.add2cart .add2cart-button{
    float: right;
}
.add2cart .add2cart-button .btn{
    margin: 0;
}

@media (max-width: 991px) {
    .add2cart .add2cart-button{
        float: none;
        margin-top: 15px;
    }
}

input[data-cart="qty"]{
    width: 40px;
    padding-right: 5px;
    padding-left: 5px;
}


/**
FAST CART
**/


.cartfasttable .cart-row-space td{
    height: 30px;
    border: none;
}
.cartfasttable .cart-row-category td{
    padding: 5px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    background-color: #000;
}
.cartfasttable .cart-row-category td strong {
   color: #FFF;
}
.cartfasttable .cart-col-info {
    width: 50px;
    text-align: center;
    font-size: 22px;
}
.cartfasttable .cart-col-name {
    font-size: 15px;
}
.cartfasttable .cart-col-spent{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.cartfasttable .cart-col-nbot {
    width: 80px;
    text-align: center;
}
.cartfasttable .cart-row-category .cart-col-nbot{
    font-size: 10px;
}

.cartfasttable .cart-col-nbot,
.cartfasttable .cart-col-price,
.cartfasttable .cart-col-total {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.cartfasttable .cart-col-price .price-new {
    color: #000;
}

.cartfastcheckout .carttable-total {
}
.cartfastcheckout .carttable-total td.value{
    width: 35%;
}
.cartfastcheckout .btn-shipping-costs {
    display: block;
    position: realative;
    color: #000;
    margin: 10px auto 0;
}

.howtobuy-box {
    display: block;
    position: relative;
    text-align: center;
}
.howtobuy-box .howtobuy-box-col {
    margin-bottom: 50px;
}
.howtobuy-box h4 {
    margin-bottom: 30px;
}
.howtobuy-box i {
    font-size: 28px;
    margin-bottom: 5px;
}
.howtobuy-box .desc {
    display: table;
    width: 100%;
    height: 185px;
    
    padding: 15px 0;
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
    font-size: 14px;
    line-height: 18px;
}
.howtobuy-box .desc .desc-inner {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 1199px){
    .howtobuy-box .desc br {
        display: none;
    }
}
@media (max-width: 991px){
    .howtobuy-box .desc {
        height: 228px;
    }
}
@media (max-width: 767px){
    .howtobuy-box .desc {
        height: auto;
    }
}
.howtobuy-box .phone .desc .big,
.howtobuy-box .email .desc .big{
    font-size: 18px;
}
.howtobuy-box .phone .desc p:last-child {
    margin: 0;
}

.howtobuy-alert{
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    background-color:#dba433;
}
.cartfastcheckout > .howtobuy-alert:first-child {
    margin-top: 30px;
}
.howtobuy-alert h5{
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}
.howtobuy-alert p{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.howtobuy-shipping-costs {
    padding: 30px;
}
.howtobuy-shipping-costs table {
    max-width: 300px;
}
.howtobuy-shipping-costs table th,
.howtobuy-shipping-costs table td{
    padding: 8px 10px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-align: center;
}


/**
ORDERS
**/
.order-col-code,
.order-col-total,
.order-col-link{
    width: 20%;
}


/**
CONTENT FORMAT
**/
.content-wrapper{
    display: block;
    overflow: hidden;
    
}
.content-format{
    
}
.content-format p:empty{
    display: none
}


.content-format .text-center img.img-responsive,
.content-format img.img-responsive.text-center{
    margin: auto;
}

.content-format .blockquote,
.content-format.attach-list ul{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #dba433;
}

.content-format .list-title{
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.content-format ul{
    list-style: none;
}
.content-format ul.condensed{
    margin-bottom: 15px;
}
.content-format ul li{
    background-image: url('../images/skin/list-arrow.png');
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-left: 5px;
    text-indent: 5px;
    
    line-height: 22px;
    
    padding-bottom:15px;
    border-bottom: 1px dotted #E9E9E9;
    margin-bottom: 15px;
}
.content-format ul.condensed li{
    padding-bottom:5px;
    border-bottom: none;
    margin-bottom: 5px;
}
.content-format ul li:last-child{
    padding-bottom:0;
    border-bottom:none;
    margin-bottom: 0;
}

.content-format.attach-list ul li{
    background: none;
    padding-left: 0;
    text-indent: 0;
}


.content-format .imgBlock{
    padding: 10px 10px 10px 30px;
    margin: 45px 0;
    border-left: 5px solid #dba433;
    text-align: center;
}
.content-format .imgBlock .row{
    margin-top: -30px;
    margin-bottom: -30px;
}
.content-format .imgBlock figure,
.content-format .imgBlock figure img{
    display: inline-block;
    position: relative;
    margin: auto;
    max-width: 100%;
    text-align: center;
}
.content-format .imgBlock figure img{
    display: block;
}
.content-format .imgBlock.imgBlockBordered figure{
    border: 1px solid #dba433;
    padding: 3px;
}
.content-format .imgBlock figcaption{
    display: block;
    position: relative;
    font-family: "Georgia",Arial,sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-style: italic;
    color: #000;
    text-align: center;
}


/* quantity-widget */
.quantity-widget{
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quantity-widget.quantity-widget-inline{    
    margin: 0 10px;
}
.quantity-widget button,
.quantity-widget input{
    display: block;
    float:left;
    
    height: 30px;
    line-height: 30px;
    text-align: center;
    
    color: #999;
    
    border: 1px solid #ededed;
    outline: none !important;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quantity-widget button{
    width: 20px;
    padding: 0;
    background-color: #ececec;
}
.quantity-widget button:hover{
    background-color: #DDD;
}
.quantity-widget button.quantity-less{
    border-right-width: 0;
}
.quantity-widget button.quantity-more{
    border-left-width: 0;
}
.quantity-widget input{
    width: 40px;
    font-size: 14px;
    padding: 0 5px;
    cursor: default;
}


/**
MISC
**/

.lnselect a > img{
    margin-right: 5px;
}

.attach-list{
    
}
.attach-list li,
.attach-list li a,
.attach-list li a img{
    vertical-align: middle;
}
.attach-list li a,
.attach-list li a img{
    display: inline-block;
}

.image-container a[data-gallery]{
    display: block;
    position: relative;
}
.image-container a[data-gallery]:after{
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    background: rgba(0,0,0,0.15);
    z-index: 100;
}



.btn-primary{
    color:#FFF;
    background-color: #ba0e19;
    border-color: #ba0e19;
    border: none !important;
}
.btn-primary:hover{
    color:#FFF;
    background-color: #000;
    border-color: #000;
}
.btn-referring{
    display: block;
    position: absolute;
    bottom: -47px;
    right: 30px;
}


/**
HEADER XS
**/

#page-container {
    display: block;
    position: relative;

    background-color: #FFF;
    background-position: top center;

    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    
    z-index: 10;
}

#header-xs{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    padding: 5px 0;

    background: #000;

    vertical-align: middle;
    overflow: hidden;
    z-index: 200;
}

#header-xs .nhw{
    display: table;
    width: 100%;
    vertical-align: middle;
}
#header-xs .nhw .nhwc{
    display: table-cell;
    vertical-align: middle;
}
#header-xs .nhw .nhwc .dcell,
#header-xs .nhw .nhwc .logo,
#header-xs .nhw .nhwc .logo img{
    display: block;
    margin: auto;
    width: auto;
}
#header-xs .nhw .nhw-l{
    width: 60%;
}
#header-xs .nhw .nhw-l img{
    max-width: 100%;
    margin: auto;
}
#header-xs .nhw .nhw-r{
    width: 20%;
}

#header-xs .logo {
}
#header-xs .toggle-mobilenav button{
    display: block;
    position: relative;

    width: 40px;
    height: 40px;
    line-height: 40px;

    padding: 0;
    margin: 0;

    font-size: 24px;
    color: #e9e2ce;

    vertical-align: middle;
}
#header-xs .toggle-mobilenav button i{
    font-size: 24px;
    color: #e9e2ce;
    line-height: 40px;

    vertical-align: middle;
}


/**
MOBILE NAV
**/

#mobilenav{
    display: none;
    position: fixed;
    top:0;
    bottom: 0;
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
    -moz-transform: translatex(-50px);

    width: 80%;

    background: #000;

    z-index: 0;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
#mobilenav .caret {
    border-top: 4px solid #666;
}
#mobilenav .mobilenav-block{
    display: block;
    position: relative;
}
#mobilenav .mobilenav-block .mobilenav-title{
    display: block;
    position: relative;

    padding: 10px 15px;
    color: #000;
    background: rgba(0,0,0,0.15);
}
#mobilenav .mobilenav-block .mobilenav-content{
    border-bottom: 5px solid #222;
}
#mobilenav .mobilenav-close{
    display: block;
    position: relative;

    padding: 10px 15px;
    color: #e9e2ce;
    background: rgba(0,0,0,0.05);
    font-size: 12px;
}
#mobilenav .mobilenav-close i{
    font-size: 10px;
}
#mobilenav ul{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
#mobilenav ul li{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
#mobilenav ul li a{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;

    color: #e9e2ce;

    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #222;
}
#mobilenav ul li:last-child a{
    border-bottom: none;
}
#mobilenav ul li.active a{
    color: #000;
    background: #dba433;
}

#mobilenav ul li ul{
    position: relative;
    float: none;

    width: 100%;
    height: inherit;
    top: inherit;
    left: inherit;

    margin:0;
    padding: 0;
    border-radius: 0;
    background: #dba433;
}
#mobilenav ul li.open ul{
    border-bottom: 1px solid #222;
}
#mobilenav ul li ul a{
    color: #000;
    padding-left: 20px;
    border-bottom: none;
}




 .waiting-alert-wrapper{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    background: rgba(0,0,0,0.5);
    
    z-index: 99999;
} 
.waiting-alert-wrapper.blank{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    background: rgba(255,255,255,0.85);
    
    z-index: 99999;
}
.waiting-alert {
    display: block;
    position: absolute;
    top: 0;
    
    width: 100%;
    margin: 0;
    padding: 0;
    
    opacity: 0;
}
.waiting-alert-inner{
    display: block;
    position: relative;
    width: 50%;
    margin: auto;
    padding: 15px;
    
    background: #FFF;
    text-align: center;
}

.superlight{  
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    color: #999;
    font-family: arial;
    margin-top: 12px;
    display: block;
    position: relative;
}



.highlight-box {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #ba0e19;
}
.highlight-box h4 {
    color: #FFF;
}
.highlight-box span {
    /*color: #dba433;*/
    color: #FFF;
}

.highlight-info-open {
    display: block;
    position: fixed;
    top: 230px;
    right: -10px;
    width: 70px;
    height: 60px;
    padding-right: 10px;
    color: #FFF !important;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    border: none;
    outline: none;
    background-color: #ba0e19;
    transition: right .6s ease;
    z-index:9999998;
}
.highlight-info-open:hover {
    color: #FFF;
    background-color: #d72732;
    right: 0;
}
@media all and (max-width: 767px) {
    .highlight-info-open {
        top: 120px;
    }
}

.highlight-info-popup {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
    z-index:9999999;
}
.highlight-info-popup .highlight-box {
    margin: 0;
    padding: 30px;
    max-width: 600px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}



/**
XS+
**/

@media (max-width: 991px) {
    #logo-wrap .logo{
        display: inline-block;
        position: relative;
        width: auto;
        left: inherit;
        top: inherit;
        margin: auto;
    }
    
    .bootbox.modal {
        background: #FFF;
    }
    .bootbox.modal .modal-dialog{
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    
    
    .bootbox.modal .modal-dialog .modal-content {
        padding: 0;
        margin: 0;
    }
    

    table.table-responsive{
        width:100%;
        border: none;
    }
    table.table-responsive thead{
        display: none;
    }
    table.table-responsive .price{
        margin: 0;
    }
    table.table-responsive tr td{
        border-bottom-width: 0;
    }
    table.table-responsive tr td:last-child{
        border-bottom-width: 4px;
        margin-bottom: 15px;
    }
    table.table-responsive td, 
    table.table-responsive th{
        display:block;
        width: 100%;
        float:none;        
        text-align: left !important;
        vertical-align: middle !important;
        overflow: hidden;
    }
    table.table-responsive p.small{
        margin: 0;
        color: #999;
    }
    
    .homecolon-desc-starter {
        padding-top: 40px;
    }
    
    
    /**
    CART TABLE RESPONSIVE
    **/
    .carttable{
        border: none;
    }
    .carttable,
    .carttable tbody{
        display: block;
    }
    .carttable thead{
        display: none;
    }
    
    .carttable tr{
        display: block;
        border: 1px solid #DDD;
        border-bottom-width: 4px;
        margin-bottom: 15px;
    }
    .carttable tr.cart-row-space {
        border: none;
        margin-bottom: 0;
    }
    .carttable tr:after{
        content: '';
        display: table;
        width: 100%;
        height: 0;
        clear: both;
    }
    .carttable tr td{
        border: none;
        padding: 5px;
    }
    
    .carttable tr.cart-row-category{
        border: none;
        margin-bottom: 0;
    }
    .carttable tr.cart-row-category td {
        display: none;
    }
    .carttable tr.cart-row-category td:first-child{
        display: block;
        width: 100%;
        border: none;
    }
    .carttable p.small{
        font-size: 11px;
        margin: 0;
        color: #999;
    }
    .carttable .cart-col-img,
    .carttable .cart-col-info,
    .carttable .cart-col-name,
    .carttable .cart-col-nbot,
    .carttable .cart-col-price,
    .carttable .cart-col-qty,
    .carttable .cart-col-total,
    .carttable .cart-col-del{
        border: none;
        float: left;
    }
    .carttable .cart-col-img,
    .carttable .cart-col-info {
        display: none
    }
    .carttable .cart-col-name{
        width: 66.666666%;
        text-align: left;
    }
    .carttable .cart-col-nbot{
        width: 33.333333%;
    }
    .carttable .cart-col-price{
        clear: both;
    }
    .carttable .cart-col-price,
    .carttable .cart-col-qty,
    .carttable .cart-col-total,
    .carttable .cart-col-del{
        text-align: center;
        width: 25%;
        min-height: 60px;
        border-top: 1px solid #DDD;
    }
    .cartfasttable .cart-col-price,
    .cartfasttable .cart-col-qty,
    .cartfasttable .cart-col-total,
    .cartfasttable .cart-col-del{
        width: 33.333333%;
    }
    .carttable .cart-col-price span,
    .carttable .cart-col-total span{
        line-height: 31px;
    }
    .carttable .cart-col-del{
        text-align: right;
    }
    .carttable .cart-col-del a{
        margin: auto;
        margin-top: 5px;
    }
    .carttable .resume-row td,
    .carttable .resume-row td.key,
    .carttable .resume-row td.value{
        border: none;
        display: none;
        float: left;
        height: 40px;
        line-height: 30px;
    }
    .carttable .resume-row .cart-col-resume-label,
    .carttable .resume-row td.key{
        display: block;
        width: 60%;
        text-align: left;
    }
    .carttable .resume-row .cart-col-resume-total,
    .carttable .resume-row td.value{
        display: block;
        width: 40%;
    }
    
    
    
    /**
    CART CHECKOUT TABLE RESPONSIVE
    **/
    .carttable-checkout .cart-col-name{
        width: 100%;
    }
    
    .carttable-checkout .cart-col-price,
    .carttable-checkout .cart-col-qty,
    .carttable-checkout .cart-col-total{
        width: 33.333333%;
    }
    
    
    .btn{
        margin-bottom: 5px;
    }
    
    #sidebar{
        margin-top: 15px;
        padding-top:15px;
        border-top: 6px solid #EEE;
    }
}


/**
XS
**/

@media (max-width: 767px) {
    .xs-mb-15{
        margin-bottom: 15px;
    }
    
    .tp-banner-container .zoom-this{
        display: inline-block;
        transform-origin: top center;
        transform: scale(1.6,1.6);
    }
    
    /*
    .navbar-header{
        display: block;
        position: relative;
    }
    .navbar-toggle{
        border: none;
        width: 34px;
        height: 34px;
    }
    .navbar-toggle .icon-bar{
        width: 18px;    
    }
    */
    
    
    /* PRODUCTS LIST
    -------------------------------------------------------------*/
    .shopcol {
        margin-bottom: 15px;
    }
    .product-wrapper{
        padding-bottom: 15px;
        border-bottom: 1px solid #EEE;
    }
    .shopcol:last-child .product-wrapper{
        padding-bottom: 0;
        border-bottom: none;
    }
    .product-wrapper:after{
        content: ' ';
        display:table;
        clear: both;
        width: 100%;
        height: 0;
    }
    .product-wrapper .product1{
        width: 120px;
        float: left;
        border: none;
    }
    .product-wrapper .product-details{
        overflow: hidden;
        border: none;
        padding: 0 0 10px 10px;
        min-height: inherit;
    }
    .product-wrapper .product-details .price{
        position: relative;
    }
    
    
    /* MAIN NAV
    -------------------------------------------------------------*/
    #page-container {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow:hidden;
    }
    
    #page-container #scroller-xs{
        display: block;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 15px;
        overflow-x:hidden;
        overflow-y: auto;
    }
    #mobilenav{
        display: block;
        overflow:hidden;
    }
    
    body.mobilenav-open #mobilenav{
        transform: translatex(0);
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
    
        overflow-x: hidden;
        overflow-y: auto;
    }
    body.mobilenav-open,
    body.mobilenav-open #scroller-xs{
        overflow: hidden !important;
    }
    
    body.mobilenav-open #page-container {
        transform: translatex(40%);
        -webkit-transform: translatex(40%);
        -moz-transform: translatex(40%);
        
        box-shadow: -2px -2px 6px rgba(0,0,0,0.25);
    }
    .navbar{
        display: none;
    }
}


/**
XXS
**/

@media (max-width: 479px) {
    body.mobilenav-open #page-container {
        transform: translatex(80%);
        -webkit-transform: translatex(80%);
        -moz-transform: translatex(80%);
        
        box-shadow: -2px -2px 6px rgba(0,0,0,0.25);
    }
}
