.header-overlay {
    position: fixed;
    background-color: rgba(80, 80, 80, 0.95);
    color: #FFF;
    font-size: 25px;
    z-index: 1;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 100;
}

#header.on {
    max-width: 80%;
    z-index: 10;
    background-color: #fff !important;
    position: fixed;
    animation: slide 0.1s forwards;
    left: -1100px;
    z-index: 10000;
}

#homepage .on #main-nav ul li a {
    color: #000;
}

#homepage .pull-out { color: #fff; }

.on .header-wrapper {
    flex-direction: column;
    height: 100vh;
}

.on .nav-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.on #main-nav ul {
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pull-out img, .close img {
    width: 24px;
    opacity: 0.7;
    position: relative;
    /*top: 4px*/
}

#header .backto-shop img {
    width: 20px;
    position: relative;
    top: 4px;
}

.sticky .close img, .sticky .pull-out img, #header .backto-shop img {
    top: 2px !important;
}

.close img {
    width: 16px !important;
}

.on .pull-out {
    display: none;
}

.on .close, #header .backto-shop.on {
     display: flex;
    align-items: center;
    justify-content: center;
}

.backto-shop.on img { animation: antiClockwise 0.1s linear; }

.clockwise {
    animation: clockwise 0.1s linear;
}

.on #mainlist { display: none; }

.sticky .pull-out, .sticky .close, #header.sticky .backto-shop {
    height: 50px;
    top: -15px;
    left: -15px;
}

.on #main-nav ul li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    line-height: 1.7em;
}

.on #main-nav ul li a {
    width: 100%;
    text-align: left;
}

#main-nav ul li a {
    padding: 12px 0 5px 10px;
}

@keyframes antiClockwise {
    from {transform: rotate(90deg);}
    to {transform: rotate(0deg)}
}

@keyframes clockwise {
    from {transform: rotate(-90deg);}
    to {transform: rotate(0deg)}
}

#mainlist .rzp-button1 {
    margin: 0;
}


#mainlist .nav-buttons .checkout-btn, #mainlist #continue-btn, #mainlist .signup-form, #mainlist .login, #mainlist .update-form, #mainlist #payment-btn, #mainlist .rzp-button1 {
    display: none;
    min-width: 155px;
}

.nav-buttons { display: none !important; }

#social-nav-wrapper { display: none; }

/*#login-message a { color: #9E9E9E; }*/

/*#customer-info { display: none; }*/

#edit-info {
   padding: 0px 14px;
    font-size: 1em;
    padding-left: 0;
}

#cust-info-dtls { margin-top: 10px; }

#contact-info-form fieldset {
    border: 2px solid #dedede;
    margin-top: 20px;
    padding-top: 10px;
}

#contact-info-form legend {
    background-color: #7b7b7b;
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
}

.text-field input, .group-field input, select {
    background: none;
    border-bottom: 1px solid #dedede;
    padding-left: 0;
    padding-bottom: 5px;
}


.floating-label {
    top: 12px;
    padding-left: 0;
    left: 0;
}

.animate-label {
    top: 19px;
    z-index: 10;
}

@media (max-width: 880px) {

    @keyframes slide {
        100% { left: 0; }
    }

    #header { background-color: #f7f7f7 !important; }

    #homepage #header { background-color: transparent !important; }
    #homepage #header.on { background-color: #fff !important; }
    
    .pull-out { top: -1px; }

    .pull-out, .close, #header .backto-shop {
        cursor: pointer;
        position: absolute;
        z-index: 10;
        width: 60px;
        height: 65px;
        top: -1px;
        left: 0;
    }

    .pull-out { 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #mainlist:not([class]) .checkout-btn {
        display: flex !important;
    }

    #mainlist .reverse-btn {
        background-color: var(--btn) !important;
        border: none;
        border-radius: 3px;       
    }

    #cart-inner-wrapper, #login-form-wrapper, #payment-wrapper, #cart-wrapper .rzp-button1, .payment #contact-info-form-wrapper, #contact-info-form-wrapper, #contact-info-form-wrapper .signup-form, #login-form-wrapper, #login-form-wrapper .login, #order-status-wrapper, #continueshop-after-orderplaced {
        display: none;
    }

    .checkout #cart-inner-wrapper, .login-dtls #login-form-wrapper, .user-dtls #contact-info-form-wrapper, .edit-user-dtls #contact-info-form-wrapper, .payment #payment-wrapper, .payment-success #order-status-wrapper {
        display: block !important;
    }

    .payment-success #continueshop-after-orderplaced {
        display: inline-block !important;
    }

    .user-dtls #contact-info-form-wrapper { margin-bottom: 0px; }
    .user-dtls #cart-items-right-wrapper { margin-top: 0px; }

    .checkout #continue-btn, .user-dtls #payment-btn, ul.user-dtls .signup-form, ul.login-dtls .login, ul.edit-user-dtls .update-form, #mainlist.payment .rzp-button1 {
        display: flex !important;
    }
    
    #cart-strip { visibility: hidden; }

    .nav-buttons { display: flex !important; }

    #click-to-zoom { display: none; }
    #click-to-zoomin { display: flex !important; }

    #aboutus .container { text-align: left; }

    .on #social-nav-wrapper { display: block; margin-top: 100px; }

    #header.on #cart-mobile {
        display: none;
    }

}


/** Mobile Responsive Styles */
@media screen and (max-device-width: 1024px) and (orientation: landscape){/** TABLET LANDSCAPE */

   .container {
        max-width: 100%;
        padding: 0px 16px;
    }

    .grid-item, .grid-sizer {
      width: 32.6% !important;
    }

    .item-inner-wrapper { width: 32% !important; }
}


@media screen and (max-device-width: 736px) and (orientation: landscape){/** LARGE PHONE LANDSCAPE */

    .container {
        max-width: 100%;
        padding: 0px 16px;
    }

    #header {
        padding: 0;
    }

    #cart-strip {
        position: fixed;
        bottom: -80px;
        background-color: #2a2929;
        height: 52px;
        box-shadow: 0px 0px 6px 1px #2a2929;
        transition: 0.5s ease;
    }
    
    #cart-strip.animate-top {
        visibility: visible;
        bottom: 0px;
    }

    /*#cart-strip .container {
        padding: 0;
    }*/

    #cart-strip.sticky {
        padding: 0;
    }

    .header-wrapper {
        display: flex;
        padding: 20px 16px;
    }

    /*#homepage #shop-nav {
        position: absolute;
        bottom: 130px;
        display: flex !important;
        width: 100%;
        justify-content: center;
    }*/

    #shop-nav .action-btn {
        background-color: #b6036d !important;
        border: none;
    }

    #footer.hide { display: none; }

    #logo {
        flex: 1;
        position: relative !important;
    }

    .on #logo { flex: none; }

    .nav-wrapper p { margin-bottom: 0; }
    
    .nav-wrapper {
        display: none;
        margin-top: 40px;
        margin-left: -4px;
        font-size: 1.15em;
    }

    .sticky .nav-wrapper {
        margin-top: 15px;
    }

    ul#mainlist {
        position: relative;
        height: 100%;
    }

    #mainlist li:first-child {
        display: none;
    }

    #floating-cart-wrapper {
        width: 100%;
        text-align: center;
    }

    #floating-cart-btn {
        padding: 0;
        height: 100%;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .cart-qty {
        position: relative;
        top: -1px;
        font-size: 0.85em;
    }

    #cart-mobile .cart-qty {
        top: -8px;
        position: relative;
    }

   /* #mainlist .action-btn {
        height: 100%;
        width: 100%;
    }*/

    .sticky ul#mainlist {
        top: 0;
        right: 0;
    }
    
    #notification-msg {
        top: auto;
        bottom: -100px;
        z-index: 100;
        height: 52px;
    }

    #notification-msg p {
        background-color: #2a2929 !important;
        box-shadow: 0px 0px 1px 3px #2a2929 !important;
    }

    #notification-msg.on {
        top: auto;
        bottom: 0px;
    }

    #notification-msg p {
        width: 100%;
        height: inherit;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        box-shadow: none;
    }

    .filter-option {
        padding: 0px;
        padding-bottom: 20px;
        border-right: none;
        width: 100%;
    }

    .apply-filter-wrapper {
        display: inline-block;
    }

    #cust-info-dtls {
        margin-top: 20px;
        display: none;
    }

    #product-list {
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(47%,1fr));
    }

    /*#customer-info {
        display: flex;
    }*/

    #prd-img-zoom-wrapper, #product-alt-img {
        height: 380px;
    }

    #product-alt-img {
        width: 115px;
    }
    
    .product-img-wrapper {
        width: 100%;
    }

    .prd-size-wrapper, .product-qty {
        margin: 0;
    }

    /*.prd-size-wrapper {
        border-radius: 10px;
        background-color: #f3f3f3;
        padding: 10px;
    }
*/
    .product-desc {
        display: flex;
    }
    
    .product-size {
        zoom: 78%;
        width: 100%;
    }

    #payment-wrapper img {width: 80%;}

    #product-blk .size {
        width: 40px;
        height: 40px;
    }

    #prd-name-wrapper {
        display: flex;
        flex-direction: column-reverse;
        width: 115px;
    }

    #prd-name-wrapper .price {
        margin-top: 0;
    }

    #prd-name-wrapper .price h2 {
        font-size: 2em;
        line-height: 1.15em;
    }

    .product-dtls-wrapper .product-brand {
        padding-top: 30px;
    }

    .product-dtls h2 {
        margin-top: 20px;
    }

    #product-alt-img div {
        margin-bottom: 10px;
    }

    #product-blk .size {
        margin-top: 0;
    }

    #prd-img-zoom-wrapper {
        flex: 1;
    }

    .product-img {
        width: 100%;
    }
    
    #header.sticky {
        padding: 16px;
    }

    .sticky #logo {
        top: 0;
    }

    .sticky #logo img {
        width: 120px;
    }
    
    .item-inner-wrapper { width: 48%; }

    .tools-wrapper {
        zoom: 80%;
    }

    .page-padding {
        padding: 90px 0px 110px 0px;
    }

    #cart-items-left-wrapper {
        width: 100%;
        padding-right: 0;
    }

    #cart-items-right-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    #product-blk .page-head, #cart-blk .page-head {
        display: none;
    }

    .about-img-wrapper {
        width: 100%;
    }

    .about-img-wrapper img {
        height: 100px;
    }

    .img-container {
        width: 75%;
        margin-bottom: 10px;
    }

    #sizechart {
        padding: 15px;
        width: 100%;
    }

    #contactus .container .flex{
        flex-wrap: wrap;
        flex-direction: column;
    }

    #contact-us-form {
        width: 100%;
        padding-bottom: 25px;
    }

    .mid-bdr {
        display: none;
    }

    .product {
        margin-top: 0;
        flex-wrap: wrap;
    }

    #cart-wrapper {
        margin-top: 0px;
    }

    .product-dtls-wrapper {
        padding-left: 0; 
        margin-top: 15px;
    }

    .prd-desc {
        min-width: 100%;
    }

    #close-sizechart img {
        width: 15px;
    }

    /*.price {
        background: #EFEFEF;
        padding: 10px;
    }*/

    .price { flex-direction: column; }

    .grid li {
        width: 49% !important;
        padding-right: 0px !important;
    }

    .grid-item, .grid-sizer {
      width: 48.5% !important;
    }

    .gutter-sizer {
      width: 3% !important;
    }

    #aboutus p {
        width: 100%;
        text-align: justify;
    }

    #shipping ul {
        line-height: 20px !important;
        padding-left: 16px;
    }

    #shipping ul li {
        padding-bottom: 5px;
        list-style: initial;
    }

    #image-container {
        width: 100% !important;
        height: 100% !important;
    }

    #address-field, .group-field {
        flex-direction: column;
    }

    .group-field.two .text-field, .group-field.four .text-field, .group-field.three .text-field {
        width: 100% !important;
    }

    #contact-form .group-field.two input {
        width: 100%;
    }

    #payment-wrapper, #login-form-wrapper {
        box-shadow: none;
        padding: 0px;
    }

    #contact-us-form-wrapper {
        width: 100%;
    }
    
}


@media screen and (max-device-width: 640px) and (orientation: landscape){/** SMALL PHONE LANDSCAPE */

    

}


@media screen and (min-device-width: 320px) and (orientation: portrait){/** SMALL PHONE PORTRAIT */


    #logo img {
        width: 150px !important;
    }

    .container {
        max-width: 100%;
        padding: 0px 16px;
    }

    #header {
        padding: 0;
    }

    #cart-strip {
        position: fixed;
        bottom: -80px;
        background-color: #2a2929;
        height: 62px;
        /*box-shadow: 0px 0px 6px 1px #2a2929;*/
        transition: 0.5s ease;
    }
    
    #cart-strip.animate-top {
        visibility: visible;
        bottom: 0px;
    }

    /*#cart-strip .container {
        padding: 0;
    }*/

    #cart-strip.sticky {
        padding: 0;
    }

    .header-wrapper {
        display: flex;
        padding: 20px 16px;
    }

    /*#homepage #shop-nav {
        position: absolute;
        bottom: 130px;
        display: flex !important;
        width: 100%;
        justify-content: center;
    }*/

    #shop-nav .action-btn {
        /*background-color: #b6036d !important;*/
        border: none;
    }

    #footer.hide { display: none; }

    #logo {
        flex: 1;
        position: relative !important;
    }

    .on #logo { flex: none; }

    .nav-wrapper p { margin-bottom: 0; }
    
    .nav-wrapper {
        display: none;
        margin-top: 40px;
        margin-left: -4px;
        font-size: 1.15em;
    }

    .sticky .nav-wrapper {
        margin-top: 15px;
    }

    ul#mainlist {
        position: relative;
        height: 100%;
    }

    #signout, #signin {
      padding: 10px;
      cursor: pointer;
      display: inline-flex;
      align-items: flex-start;
    }

    #mainlist li:first-child, #mainlist li:nth-child(2) {
        display: none;
    }

    #floating-cart-wrapper {
        width: 100%;
        text-align: center;
    }

    #floating-cart-btn {
        padding: 0;
        height: 100%;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    #cart-qty {
        position: relative;
        top: -1px;
        font-size: 0.85em;
    }

   /* #mainlist .action-btn {
        height: 100%;
        width: 100%;
    }*/

    .sticky ul#mainlist {
        top: 0;
        right: 0;
    }
    
    #notification-msg {
        top: auto;
        bottom: -100px;
        z-index: 100;
        height: 52px;
    }

    #notification-msg p {
        background-color: #2a2929 !important;
        box-shadow: 0px 0px 1px 3px #2a2929 !important;
    }

    #notification-msg.on {
        top: auto;
        bottom: 0px;
    }

    #notification-msg p {
        width: 100%;
        height: inherit;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        box-shadow: none;
    }

    .filter-option {
        padding: 0px;
        padding-bottom: 20px;
        border-right: none;
        width: 100%;
    }

    .apply-filter-wrapper {
        display: inline-block;
    }

    #cust-info-dtls {
        margin-top: 20px;
        display: none;
    }

    #product-list {
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(47%,1fr));
    }

    /*#customer-info {
        display: flex;
    }*/

    #prd-img-zoom-wrapper, #product-alt-img {
        height: 310px;
    }

    #product-alt-img {
        width: 115px;
    }
    
    .product-img-wrapper {
        width: 100%;
    }

    .prd-size-wrapper, .product-qty {
        margin: 0;
    }

    /*.prd-size-wrapper {
        border-radius: 10px;
        background-color: #f3f3f3;
        padding: 10px;
    }
*/
    .product-desc {
        display: flex;
    }
    
    .product-size {
        flex-wrap: wrap;
        width: 100%;
    }

    #payment-wrapper img {width: 80%;}

    #product-blk .size {
        width: 40px;
        height: 40px;
    }

    #prd-name-wrapper {
        display: flex;
        flex-direction: column-reverse;
        width: 115px;
        justify-content: flex-end;
    }

    #prd-name-wrapper .price {
        margin-top: 0;
    }

    #prd-name-wrapper .price h2 {
        font-size: 2em;
        line-height: 1.15em;
    }

    .product-dtls-wrapper .product-brand {
        padding-top: 110px;
    }

    .product-dtls h2 {
        margin-top: 20px;
    }

    #product-alt-img div {
        margin-bottom: 10px;
    }

    #product-blk .size {
        margin-top: 0;
    }

    #prd-img-zoom-wrapper {
        flex: 1;
    }

    .product-img {
        width: 100%;
    }
    
    #header.sticky {
        padding: 21px 16px;
    }

    .sticky #logo {
        top: 0;
    }

    .sticky #logo img {
        width: 120px;
    }
    
    .item-inner-wrapper { width: 46%; }

    .tools-wrapper {
        zoom: 80%;
    }

    .page-padding {
        padding: 90px 0px 110px 0px;
    }

    #cart-items-left-wrapper {
        width: 100%;
        padding-right: 0;
    }

    #cart-items-right-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    #product-blk .page-head, #cart-blk .page-head {
        display: none;
    }

    .about-img-wrapper {
        width: 100%;
    }

    .about-img-wrapper img {
        height: 100px;
    }

    .img-container {
        width: 75%;
        margin-bottom: 10px;
    }

    #sizechart {
        padding: 15px;
        width: 100%;
    }

    #contactus .container .flex{
        flex-wrap: wrap;
        flex-direction: column;
    }

    #contact-us-form {
        width: 100%;
        padding-bottom: 25px;
    }

    .mid-bdr {
        display: none;
    }

    .product {
        margin-top: 0;
        flex-wrap: wrap;
    }

    #cart-wrapper {
        margin-top: 0px;
    }

    .product-dtls-wrapper {
        padding-left: 0; 
        margin-top: 15px;
    }

    .prd-desc {
        min-width: 100%;
    }

    #close-sizechart img {
        width: 15px;
    }

    /*.price {
        background: #EFEFEF;
        padding: 10px;
    }*/

    .price { flex-direction: column; }

    .grid li {
        width: 49% !important;
        padding-right: 0px !important;
    }

    .grid-item, .grid-sizer {
      width: 48.5% !important;
    }

    .gutter-sizer {
      width: 3% !important;
    }

    #aboutus p {
        width: 100%;
        text-align: justify;
    }

    #shipping ul {
        line-height: 20px !important;
        padding-left: 16px;
    }

    #shipping ul li {
        padding-bottom: 5px;
        list-style: initial;
    }

    #image-container {
        width: 100% !important;
        height: 100% !important;
    }

    #address-field, .group-field {
        flex-direction: column;
    }

    .group-field.two .text-field, .group-field.four .text-field, .group-field.three .text-field {
        width: 100% !important;
    }

    #contact-form .group-field.two input {
        width: 100%;
    }

    #payment-wrapper, #login-form-wrapper {
        box-shadow: none;
        padding: 0px;
    }

    #contact-us-form-wrapper {
        width: 100%;
    }

    #add-to-bag {
        margin-left: 0px !important;
        margin-top: 10px;
        padding: 12px 21px;
    }

    .product-qty .count {
        width: 40px;
        height: 40px;
    }

    #order-qty-wrapper, #product-blk .loading {
        zoom: 100%; 
        flex-wrap: wrap;
    }

    .product-qty input {
        width: 40px;
        height: 40px;
    }

    #cart-mobile .cart-qty {
        top: -8px;
        position: relative;
    }
}

@media screen and (min-device-width: 410px) and (orientation: portrait){/** LARGE PHONE PORTRAIT */

  
    .grid li {
        width: 33% !important;
        margin-right: 0px;
    }

    #add-to-bag {
        margin-top: 0px !important;
        margin-left: 10px !important;
        padding: 10px 15px;
    }

    .product-dtls-wrapper .product-brand {
        padding-top: 80px;
    }


}


@media screen and (min-device-width: 600px) and (orientation: portrait){/** TABLET PORTRAIT */
    
    .item-inner-wrapper {
        width: 32%;
    }

    .about-img-wrapper {
        display: flex;
        width: 700px;
    }

    .img-container {
        width: 32%;
    }
    
    #sizechart {
        padding: 30px 15px;
    }

    /*.product {
         flex-wrap: nowrap; 
    }*/

    #prd-img-zoom-wrapper, #product-alt-img {
        height: 560px;
    }

    .product-img, #click-to-zoomin {
        width: 400px;
    }

    #payment-wrapper img {
        width: 40%;
    }

    #product-alt-img {
        width: 165px;
    }

    #product-alt-img img { width: 145px; }

    #click-to-zoomin { margin-left: 25px !important; }

    #product-list {
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(31%,1fr));
    }

}