.commonshadow {
    box-shadow: 0px 10px 60px rgb(0 0 0 / 7%) !important;
    border: 1px solid rgb(111 121 129 / 8%);
}
.commonshadow
{
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}
.product-gallery-thumb .size-60px
{
    width: 60px !Important;
}
@media screen and (max-width: 767px)
{
    .fitcontain img
    {
        object-fit: contain;
    }
    .product-gallery-thumb .size-60px {
    height: 60px;
}
.aiz-carousel.carousel-thumb.product-gallery-thumb.slick-vertical.slick-initialized.slick-slider {
    margin-bottom: 15px;
}
}

.commonshadow
{
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}

ul.breadcrumb.bg-transparent.p-0.justify-content-center.justify-content-lg-end {
    display: flex !important;
}

ul.breadcrumb.bg-transparent.p-0.justify-content-center.justify-content-lg-end li {
    display: contents;
}
.product-item-not-available {
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    background: #ffffffb3;
    display: block;
    width: 100%;
    height: 100%;
}
.product-item-not-available > span {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);    position: relative;
    top: 35%;
    transform: translateY(-50px);
}
.product-item-not-available span.text {
    border-radius: 4px;
}
.product-item-not-available span.text {
    display: inline-block;
    padding: 1em 2em;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px)
{
.product-item-not-available span.text {
    padding: 10px 15px;
    font-size: 13px;
}
.logosubs_col {
    background: #9e9e9e12;
    padding: 13px 10px;
}
}
@media screen and (max-width: 345px)
{
.product-item-not-available span.text {
    padding: 10px 5px;
    font-size: 11px;
}
}
.paginationbtn .btn
{
    font-size: 16px;
    border-radius: 5px !important;
}
.paginationbtn .btn:hover
{
    background: #ed752f;
}
.minhgth150 {
    height: 156px;
    overflow-y: scroll;
}
.minhgth150 .p-3.aiz-checkbox-list
{
    grid-template-columns: auto, auto;
    display: block;
    height: 100%;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

.minhgth150 .aiz-checkbox {
    padding-left: 22px;
}
.minhgth150 .h-15px, .minhgth150 .size-15px {
    height: 14.9px;
}
.minhgth150 .w-15px, .minhgth150 .size-15px {
    width: 14.9px;
}
.pb-0zero
{
    padding-bottom: 5px !Important;
}