<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---base------------------------------------------------------------------*/
/* RWD
========================================================================== */

@media screen and (max-width: 1280px) and (min-width: 769px) {

    
}



@media screen and (max-width: 768px) and (min-width: 100px) {.YourAccount li {
    WIDTH: 100%;
}
    
    div#CartHeader h2 img { DISPLAY: BLOCK;}

div#CartHeader h2 SPAN {  FLOAT: UNSET;}
    
    h2, .TitleHeading {
    font-size: 28px!important;
}
    
    .fastCartThumb img {
    WIDTH: 100PX;
}

div#ModalContainer {
    MAX-WIDTH: 100%;
    MARGIN: 0!IMPORTANT;
    margin-left: 0!IMPORTANT;
    left: 0;
}

.fastCartContent {
    WIDTH: 100%;
}

p#copyright {
    text-align: center;
}

.float-l.menuc {
    display: none;
}

a.mstyle {
  /*  padding: 4px;*/
}

.logoc {
    width: 80%;
}

.topc {
    width: 15%;
}

.topc .top-icon {
    float: right;    float: LEFT;
}

div#Header {
    padding: 5px 10px;
}

body.home #Wrapper {
    margin-top: 50px;
}

.topnav {   max-width: 100%;}

.logoc img {
    max-width: 150px;
}

div#navtop {
padding: 0;
    ORDER: 0;
}

.menunav {
    display: block;
}

.menunav #Menu {
    width: 285px;
    position: fixed;
    top: 0;
    right: -285px;
    z-index: 999;
    height: 100vh;
    background: #fff;
}

.menunav.show #Menu {
    right: 0;
    transition: 1s all;
}

.Block.YourAccount ul LI a {
    DISPLAY: BLOCK;
    WIDTH: 95%;
}

#Menu.show {
    left: 0!important;
    transition: 1s all;
}

.menutops {
    padding: 0 15px;
    margin: 0 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.menutops a {
    margin: 11px 0!important;
    display: block;
}


.menunav #Menu ul li {width: 100%;}

.menunav #Menu ul li a {
    color: #000!important;
    font-size: 14px;
}

ul.Footer__PaymentList.HorizontalList {
    float: none;
    margin: 14px auto!important;
    width: fit-content;
}

/* ---------- Fixed ---------- */
.desktop{display:none!important;}
.mobile{display:block!important;}
.desktop-inline{display:none!important;}
.mobile-inline{display:inline-block!important;}  
 
}</pre></body></html>