.navigation {
    width: 100%;
    background-size: cover;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    position: -webkit-sticky;
    position: sticky;
    margin: 0;
    top: 0;
    background: #000; //nav
}

.bg-lightgold{
    background: rgb(240, 246, 255); //social
}

.bg-darkgoldl{
    background: #000; //footer
}


.header .shoppingBag {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.openNavMobile {
    margin: 6px 0 0 0;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .openNavMobile {
        display: none;
    }
}

.header .shoppingBag .openNavMobile .bar1,
.header .shoppingBag .openNavMobile .bar2,
.header .shoppingBag .openNavMobile .bar3 {
    width: 25px;
    height: 1px;
    background-color: black;
    margin: 6px 0;
    transition: 0.4s;
}

.header .shoppingBag .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 3px);
}

.header .shoppingBag .change .bar2 {
    opacity: 0;
}

.header .shoppingBag .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -6px);
}

.header .shoppingBag .bagButton {
    display: none;
    color: black;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .bagButton {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: rgba(0, 200, 83, 1);
        padding: 3px 15px;
        border-radius: 2px;
        transition: all 250ms;
        color: #fff;
    }
}

.header .shoppingBag .bagButton:hover {
    background: rgb(0, 179, 74);
}

.header .shoppingBag .bagButton div {
    display: flex;
}

.header .shoppingBag .bagButton i {
    padding-left: 8px;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .bagButton .text {
        display: inline;
    }
}

.header .shoppingBag .bagButton .bagCount {
    font-weight: bold;
    padding-right: 5px;
}

.header .shoppingBag .bagButton .bagCount:before {
    content: "(";
    font-weight: normal;
}

.header .shoppingBag .bagButton .bagCount:after {
    content: ")";
    font-weight: normal;
}

.header .shoppingBag .userAccountDrp {
    border: 0;
    background: transparent;
    display: none;
    position: relative;
    padding: 15px 0;
}

@media screen and (min-width: 768px) {
    .header .shoppingBag .userAccountDrp {
        display: block;
    }
}

.header .shoppingBag .userAccountDrp:hover .list {
    display: flex;
}

.header .shoppingBag .userAccountDrp button {
    border: 0;
    background: transparent;
}

.header .shoppingBag .userAccountDrp input {
    display: none;
}

.header .shoppingBag .userAccountDrp .list {
    display: none;
    flex-direction: column;
    align-items: nul;
    position: absolute;
    background: #141414;
    border: solid 1px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin: 5px auto 0 auto;
    padding: 3px 0;
    border-radius: 0.3em;
    transition: all 300ms;
}

.header .shoppingBag .userAccountDrp .list:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 0px;
    border-bottom: solid 8px #141414;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.header .shoppingBag .userAccountDrp .list a {
    color: #BDBDBD;
    font-weight: 300;
    padding: 3px 10px;
}

.header .shoppingBag .userAccountDrp .list a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}


/* Navigation */

@media screen and (min-width: 768px) {
    .navigation {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 888;
    }
}

.navigation .flexHolder {
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.navigation .categories {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: -15px;
    z-index: 999;
}

.navigation .categories .navShoppingBag {
    background: rgba(0, 200, 83, 1);
    color: white;
    padding: 8px 0;
    max-width: 0;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 150ms;
}

.navigation .categories .navShoppingBag:hover {
    border-radius: 0;
    background: rgb(0, 179, 74);
}

.navigation .categories .navShoppingBag div {
    display: flex;
}

.navigation .categories .navShoppingBag i {
    padding-left: 8px;
    font-size: 20px;
}

.navigation .categories .navShoppingBag .text {
    width: 52px;
}

@media screen and (min-width: 768px) {
    .navigation .categories .navShoppingBag .text {
        display: inline;
    }
}

.navigation .categories .navShoppingBag .bagCount {
    color: #fff;
    font-weight: bold;
}

.navigation .categories .navShoppingBag .bagCount:before {
    content: "(";
    font-weight: normal;
}

.navigation .categories .navShoppingBag .bagCount:after {
    content: ")";
    font-weight: normal;
}

.navigation .categories .cate:hover .navList {
    display: block;
}

.navigation .categories .cate:hover a {
    font-weight: bold;
}

.navigation .categories .cate a {
    color: black;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 15px;
    transition: all 300ms;
    transition-delay: 0.2s;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navigation .categories .cate a i {
    padding-right: 5px;
}

.navigation .categories .cate .navList {
    transition-delay: 10s;
    width: 100%;
    height: auto;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    position: absolute;
    left: 0;
    right: 0;
    top: 50;
    margin: 0 auto;
    display: none;
    transition-delay: 0.15s;
    overflow: hidden;
}

.navigation .categories .cate .navList .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px;
    padding-bottom: 0;
}

.navigation .categories .cate .navList .list .showMoreLinkInCategory {
    background: transparent;
    border: 0;
    color: blue;
    padding: 10px 0;
}

.navigation .categories .cate .navList .list div {
    text-align: right;
    margin-left: 55px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 300ms;
}

.navigation .categories .cate .navList .list div div {
    padding-right: 10px;
    margin-bottom: 10px;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.navigation .categories .cate .navList .list div div a {
    font-weight: normal;
    position: relative;
}

.navigation .categories .cate .navList .list div div a:before {
    content: "";
    width: 6px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    right: -10px;
    top: 50%;
}

.navigation .categories .cate .navList .list div div a:first-child {
    font-size: 13px;
    font-weight: normal;
    color: #919191;
}

.navigation .categories .cate .navList .list div div a:first-child:hover {
    color: black;
}

.navigation .categories .cate .navList .list div a {
    font-weight: bold;
}

.navigation .categories .cate .navList .list div a:first-child {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.navigation .categories .cate .navList .list div hr {
    margin: 5px 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.navigation .categories .cate .navList .list a {
    padding: 0;
    font-weight: normal;
    color: #919191;
    transition: all 300ms;
    display: block;
}

.navigation .categories .cate .navList .list a:hover {
    color: black;
}

.navigation .categories .cate .navList a {
    background: transparent;
}

.navigation .categories .cate .navList img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px;
    transition: all 300ms;
    opacity: 0.92;
}

.navigation .categories .cate .navList img:hover {
    opacity: 1;
}

.navigation .backupDrp {
    border: 0;
    background: transparent;
    display: none;
    position: relative;
    padding-bottom: 10px;
    margin: 13px 30px 0 0;
}

@media screen and (min-width: 992px) {
    .navigation .backupDrp {
        display: block;
    }
}

.navigation .backupDrp:hover .list {
    display: flex;
}

.navigation .backupDrp button {
    border: 0;
    background: transparent;
}

.navigation .backupDrp button i {
    padding-left: 8px;
    font-size: 16px;
    color: #555;
}

.navigation .backupDrp input {
    display: none;
}

.navigation .backupDrp .list {
    display: none;
    flex-direction: column;
    align-items: nul;
    position: absolute;
    background: #141414;
    border: solid 1px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin: 5px auto 0 auto;
    padding: 3px 0;
    border-radius: 0.3em;
    transition: all 300ms;
}

.navigation .backupDrp .list:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 0px;
    border-bottom: solid 8px #141414;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.navigation .backupDrp .list a {
    color: #BDBDBD;
    font-weight: 300;
    padding: 3px 10px;
}

.navigation .backupDrp .list a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}


/* Mobile navigation */

#openMobileNav:checked+.mobileNav {
    right: 0;
}

#openMobileNav:checked label i {
    background: red;
}

.mobileNav {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 555;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    transition: all 300ms;
}

.mobileNav .collapseList {
    width: 80%;
    min-height: 100%;
    background: #F5F5F5;
    padding: 50px 0;
    margin-bottom: 5px;
}

.mobileNav .collapseList input {
    display: none;
}

.mobileNav .collapseList input[type="checkbox"]:checked+div {
    max-height: 8000px;
}

.mobileNav .collapseList .mCate {
    width: 100%;
    background: white;
    margin: 2px 0;
}

.mobileNav .collapseList .mCate label {
    padding: 10px 15px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mobileNav .collapseList .mCate label i {
    font-size: 10px;
}

.mobileNav .collapseList .mCate div {
    display: flex;
    flex-direction: column;
    text-align: right;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    background: #F5F5F5;
    transition: all 300ms;
}

.mobileNav .collapseList .mCate div .title {
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding: 8px 0;
}

.mobileNav .collapseList .mCate div hr {
    margin: 5px 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.mobileNav .collapseList .mCate div a {
    padding: 8px 15px;
    color: black;
}


/* Bottom navgar */

.bottomNavBar {
    width: 100%;
    z-index: 999;
    position: fixed;
    bottom: -1px;
    left: 0;
    background-color: #fcfcfc;
    border: solid 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (min-width: 768px) {
    .bottomNavBar {
        display: none;
    }
}

.bottomNavBar .selected {
    background: #C5E1A5;
    color: black !important;
}

.bottomNavBar .pages {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50px;
}

.bottomNavBar .pages a {
    color: rgba(20, 20, 20, 0.5);
    font-size: 11px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 25%;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bottomNavBar .pages a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.bottomNavBar .pages a span {
    margin: -13px 0 0 0;
    font-weight: bold;
}

.bottomNavBar .pages a .counter {
    position: absolute;
    border-radius: 100%;
    background-color: #388E3C;
    color: white;
    height: 20px;
    min-width: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: 23px;
    top: 20px;
    font-size: 13px;
    font-weight: 100;
}

.bottomNavBar .pages a .pe-7s-close {
    font-size: 40px;
}

.Socialimgctrl{
    width:26px;
    margin-top: -8px;
}
@media (max-width: 768px){
    .Socialimgctrl{
        width:23px;
        margin-bottom: -20px;
    }
}


.bottomNavBar .toggleSocial {
    display: none;
}

.bottomNavBar .social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 90px;
}

.bottomNavBar .social a {
    color: #141414;
    font-size: 30px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-top: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottomNavBar .social a:nth-of-type(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Mobile Search */
.searchMobile {
    0 -5px 100px rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100%;
    transition: bottom 250ms;
    width: 100%;
    min-height: 140px;
    z-index: 100;
}

.searchMobile.showSearchMobile {
    bottom: 0;
}







































.footerTop .f {
    background: rgba(0, 0, 0, 0.03);
    font-size: 13px;
}

.footerTop .f a {
    color: white;
    opacity: 0.9;
    align-items: center;
    transition: all 250ms;
}

.footerTop .f .l a {
    display: flex;
}

.footerTop .f a:hover {
    opacity: 1;
    text-decoration: none;
}

.footerTop .f a i {
    font-size: 26px;
}

.footerTop .s {
    color: black;
    font-size: 16px;
}

.footerTop .s a {
    color: #222222;
    font-size: 19px;
    padding-top: 15px!important;
}

.footerTop .contact {
    text-align: right;
    font-weight: lighter;
}

.footerTop .contact h6 {
    font-weight: bold;
    font-size: 18px;
}

.footerTop .contact span {
    display: block;
    height: auto;
}

@media (min-width: 992px) {
    .footerTop .contact span {
        margin-right: 25px;
    }
}

.footerTop .contact span strong {
    font-weight: bold;
}

/* Card */

.pCard {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pCard .imgHolder{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    object-fit: cover;
    position: relative;
}

.pCard .imgHolder img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.onImage {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: flex !important;
    align-items: center;
    width: 94%;
    justify-content: space-between;
}

.unavailable {
    background: rgba(187, 0, 0, 0.9);
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

.suggestion {
    background: rgba(232, 175, 65, 0.9);
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

.pCard .imgHolder img {
    width: 100%;
    height: 100%;
}

.pCard .info {
    width: 92%;
    height: 35px;
    position: relative;
    background: #efefef;
    padding-top: 10px;
}

.pCard .info>div {
    color:black;
    min-height: 30px;
    padding: 13px 10px 0px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 2px;
}

.pCard .info>div h3.title {
    height: 40%;
    color:black;
    display: block;
    font-size: 12px;
}

.pCard .info>div b {
    color:black;
    display: block;
    font-size: 14px;
}

.pCard .info>div b .discount {
    color:white;
    position: relative;
}

.pCard .info>div b .discount:before {
    color:white;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ff505e;
    top: 7px;
    transform: rotate(-9deg);
    opacity: 0.8;
}

.pCard .info>div b span {
    color: #fff;
    font-size: 13px;
}

.pCard .info>div .buyBtns {
    overflow: hidden;
    transition: max-height 1s;
}

@media (min-width: 992px) {
    .pCard .info>div .buyBtns {
        max-height: 0;
    }
}
