.w-80 {
    width: 24rem;
}

.color-picker-1 {
    width: 1.5rem;
    height: 1.5rem;
}

img.lazy {
    background-image: url('https://ortuseight.com/public/preview/asset/dist/assets/images/loader_ortus.gif') !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80px;
    /*background-color: #f05a22;*/
}

span.count-bag {
    margin-top: -5px;
    position: absolute;
    font-size: 10px;
    background-color: red;
    border-radius: 50%;
    color: white;
    width: 16px;
    margin-right: 5px;
    margin-left: 2px;
}

@media (max-width: 640px) {
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .pagination li {
        display: table-cell;
        height: 27px;
        width: 30px;
        background-color: #fafafa;
        font-weight: bold;
        vertical-align: middle;
        text-align: center !important;
        font-size: 12px;
    }
    
    .pagination li.active {

        background-color: #f05a22;
        color: white;
    }
    
    /*.pagination li {
        display: inline;
        margin-right: 5px;
    }
    
    .pagination li a {
        font-size: 8px;
        padding: 5px 12px;
        border-radius: 5px;
        border: 1px solid grey;
    }
    
    .pagination li.active a {
        font-size: 8px;
        padding: 5px 12px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #f05a22;
    }*/
    

    .product-out-of-stock-1 {
        height: 91.5%;
        width: 100%;
        background-color: #00000069;
    }

    .product-out-of-stock-1 .child-1 {
        display: flex;
        justify-content: center;
        margin-top: 31.5%
    }

    .product-out-of-stock-1 .child-2 {
        background-color: #0000008f;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        padding-top: 24px;
        position: absolute;
        font-size: 10px;
    }


    .product-out-of-stock-2 {
        background-color: #00000069;
    }

    .product-out-of-stock-2 .child-1 {
        display: flex;
        justify-content: center;
        margin-top: 25%;
    }

    .product-out-of-stock-2 .child-2 {
        background-color: #0000008f;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        padding-top: 24px;
        position: absolute;
        font-size: 10px;
        margin-top: 15%;
    }

    .sm\:w-\[80vw\]{
        width: 80vw;
    }
    
    .sm\:w-h-100\% {
        width: 100%;
        height: 100%;
    }
    
    .sm\:top-\[60px\]{
        top: 60px;
    }
}

@media (min-width: 641px) {
    .pagination li {
        display: table-cell;
        height: 40px;
        width: 50px;
        background-color: #fafafa;
        font-weight: bold;
        vertical-align: middle;
        text-align: center !important;
        font-size: 14px;
    }
    
    .pagination li.active {

        background-color: #f05a22;
        color: white;
    }

    

    .product-out-of-stock-1 {
        height: 91.5%;
        width: 100%;
        background-color: #00000069;
    }

    .product-out-of-stock-1 .child-1 {
        display: flex;
        justify-content: center;
        margin-top: 31.5%
    }

    .product-out-of-stock-1 .child-2 {
        background-color: #0000008f;
        height: 120px;
        width: 120px;
        border-radius: 50%;
        padding-top: 32px;
        position: absolute;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }


    .product-out-of-stock-2 {
        background-color: #00000069;
    }

    .product-out-of-stock-2 .child-1 {
        display: flex;
        justify-content: center;
        margin-top: 31.5%
    }

    .product-out-of-stock-2 .child-2 {
        background-color: #0000008f;
        height: 120px;
        width: 120px;
        border-radius: 50%;
        padding-top: 32px;
        position: absolute;
    }

    .md\:w-\[40vw\]{
        width: 40vw;
    }

    .md\:items-center{
        align-items: center;
    }
    
    .md\:top-\[80px\]{
        top: 80px;
    }
}

@media (max-width: 768px) {
    .md\:h-32 {
        height: 8rem;
    }
}

.w-h-8x {
    width: 80px;
    height: 80px;
}

@media (min-width: 768px) {
    .md-absolute {
      position: absolute;
    }
  }