.itembox .img a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 5px;
}
.itembox .img {
    height: 0;
    padding-top: 135%;
    padding-bottom: 10px;
    position: relative;
}
.itembox .search-reviews-wrapper {
    flex: 0 0 auto
}
.itembox .item-price {
    flex: 0 0 auto
}
.itembox .item-title {
    flex: 0 0 auto
}
.itembox .one {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#container .grid li #one .img img {
    max-height: 100%!important;
}
#container .grid li {
    border-bottom: none;
}
#container .grid li #one p {
    font-size: 14px;
}
.rightmain3 .price span {
    font-size: 16px;
}
.blocking-spinner {
    background: rgba(0,0,0,.5);
    display: flex;
}
.grid .search-sub {
    width: 55px;
    height: 55px;
}

.search-sub {
    background: #fff;
    text-align: center;
    padding: 0;
    margin: 0 2px 3px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative
}

.grid .search-sub img.search-sub-img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
}
.grid .search-sub:after {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}
.menu-album-wrapper {
    border-left: 0;
    opacity: 1;
    transform: translate3d(110%,0,0);
    transition-duration: 224ms;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-property: opacity,transform,visibility;
    visibility: hidden;
    padding: 0;
    display: block;
    text-align: left;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    max-height: 100vh;
    /*overflow: auto;*/
    width: 450px;
}
/*.menu-details-close {*/
    /*padding-left: 35px;*/
    /*font-size: 14px;*/
    /*line-height: 51px;*/
    /*letter-spacing: .28px;*/
    /*color: #000;*/
/*}*/
.menu-details-tabs {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    height: 53px;
    border: solid #ddd;
    border-width: 1px 0;
}
.menu-details-tab {
    padding: 15px 2% 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.menu-details-tab.active {
    font-weight: 700;
    position: relative;
}

/*.page-overlay {*/
    /*overflow: hidden;*/
/*}*/

/*.page-overlay .menu-details-wrapper {*/
    /*transform: translateZ(0);*/
    /*visibility: visible;*/
/*}*/
/*.menu-details-close {*/
    /*cursor: pointer;*/
/*}*/

.menu-album-wrapper {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: #fff;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}

.menu-details-tab {
    font-size: 16px;
    color: #000;
    letter-spacing: .32px;
    cursor: pointer;
}
.slide-out-tab.active {
    font-weight: 700;
}
.menu-details-tab.active:after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #000;
    width: 100%;
    left: 0;
    bottom: 0;
}


.wishList-itemsList-head a {
    color: black;
}

.wishList-item-action {
    cursor: pointer;
}
.wishList-icon-wrapper {
    position: absolute;
    right: 0;
    top: 2px;
}
.wishList-icon-wrapper-mobile {
    position: absolute;
    right: 0;
    bottom: -20px;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
}

@media (max-width: 575px) {

    .menu-album-wrapper {
        width: 100%;
    }
}

.head-user-logged-m .title {
    display: none;
}

.head-user-logged-m .mj-menu {
    margin-bottom: 0;
}

.head-user-logged-m .mj-menu h4 {
    cursor: pointer;
    padding: 8px 6px;
    font-weight: normal;
}

.head-user-logged-m .mj-menu ul {
    display: none;
}

.head-user-logged-m .mj-menu.active ul {
    display: block;
}

.head-user-logged-m .mj-menu.mj-menu-logout a {
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
    color: #010101;
    display: block;
}

.menu-album-wrapper ul {
    height: 100%;
    overflow-y: auto;
}

.menu-album-wrapper > ul a {
    color: #373e3e;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #eaeded;
    border-right: 0;
}

.menu-album-wrapper > ul a.back-menu {
    background: #f4f6f6;
    width: 100%;
    height: 72px;
    padding: 15px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.has-children::after {
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='186' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23879596' stroke-width='30' d='M11 175l81-81.5L11 12' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
}

a.back-menu:before {
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='186' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23879596' stroke-width='30' d='M11 175l81-81.5L11 12' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-transform: scale3d(-1,1,1);
    transform: scale3d(-1,1,1);
    content: "";
    margin-right: 10px;
}

.menu-album-wrapper:not(.show) {
    transform: translate3d(110%,0,0);
    visibility: hidden;
}
.menu-album-wrapper.show {
    transform: translateZ(0);
    visibility: visible;
}

@media (min-width: 1500px) {
    .productsection2 {
        padding: 0 275px;
    }
}

.b-none {
    background: none;
}
img.category-media {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
}
.category-img-wrapper {
    height: 0;
    padding-top: 100%;
    position: relative;
}
.category-img-wrapper > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.productsection2out {
    margin-bottom: 10px;
}
.productsection2 ul.grid .s-image-overlay-grey:after {
    border-radius: 0;
    opacity: 0.15;
    background: linear-gradient(#000000 4%, #000000 1%, #d9d9d9 100%, #c0c0c0 97%);
}