.hero-test { display:none; }

@media screen and (max-width:850px) and (min-width:768px) {
 .ghoulCrossSell .m-hero-item.f-y-center>div>div {
  padding-left:50px;
 }
}



.GLP-purchase {
  display:none;
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
.heroMobileFix.custCopyCard section.m-hero-item.glp-hero.mobile-480>div>div {
    top: calc(65%) !important;
}
}

@media only screen and (min-width: 950px) and (max-width: 1083px) {
section.m-hero-item.glp-hero.mobile-600 {
    height: 126vw !Important;
 }
section.m-hero-item.glp-hero.mobile-600>div>div {
    top: calc(65%) !important;
 }
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
section.m-hero-item.glp-hero.mobile-600 {
    height: 135vw !important;
 }
section.m-hero-item.glp-hero.mobile-600>div>div {
    top: calc(61%) !important;
 }
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
section.m-hero-item.glp-hero.mobile-600 {
    height: calc(590px + 63vw) !important;
}
.m-hero-item.mobile-600.glp-hero.f-y-center>div>div {
    top: calc(105%) !important;
 }
}



.custDrop select {
    padding: 7px 48px 7px 8px;
    border: 1px solid black;
}
@media screen and (max-width: 539px) {
    .storefronts .m-banner .c-logo {
        padding: 30px 14px;
    }
     .storefronts .c-logo:nth-of-type(3) {
        margin-left: -2%;
    }
}

@media screen and (max-width: 767px)  {
    .purchaseSection .wishListBtnPad, .purchaseSection .wishListCTAPad {

        top:-48px !important;
    }
}