 /*====== SIGNUP FORM ====*/


 .portlet-body.form table tbody tr td > table > tbody >  td:first-child {
    font-size: 12px !important;
    color: #808080 !important;
}


.prod{
    /* min-width:250px !important; */
    /* border: 2px solid blue; */
    /* display: inline-block; */
}

.carousel-inner > .item > img {
    width: auto !important;
       height: auto !important;
}

.portlet-body.form tbody tr > td.prod table {
    background: #fff !important;
    max-width: 300px;
    margin-top: 30px;
    width: 95% !important;
}
.portlet-body table tbody tr td.prod table tbody tr td:nth-child(1) {
    padding: 10px;
}

/* .portlet-body table tbody tr td.prod table tbody tr:nth-child(7) td:nth-child(1) {
    padding: 0;
} */

.carousel:hover a.carousel-control {
    display: none !important;
}

td.prodTitle {
    /* padding: 0 !important; */
    font-size: 14px;
}

.prod .quantSec {
    max-width: unset;
}

.portlet-body table tbody tr td.prod table tbody tr td:nth-child(1) {
    padding: 10px;
}

.portlet-body.form .table tbody:first-child tr:first-child td:first-child select {
    display: none;
}

td#delSD tr.clsMEM {
    display: none;
}



input[type="text"].m-wrap,
select.m-wrap {
    border: solid 1px #ddd;
}

@media (max-width: 549px)
{
    .prod .quantSec .quantity{
        width:44% !important;
        font-size: 16px;
    }
    .prod .quantSec .minusBtn{
        width:28% !important;
    }
    .prod .quantSec .addBtn{
        width:28% !important;
    }
}
@media(max-width:799px){
    .prod .quantSec{
        width:100%;
        /* border:2px solid red; */
    }
    .prod .quantSec .quantity{
        width:10% !important;
    }
}

@media (max-width: 579px)
{
    .prod {
        display:flex;
        width:100%;
    }
}



.productOuter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

    .productOuter-container .product-container {
        display: flex;
        flex-direction: column;
        width: 40%;
        margin-bottom: 20px;
        align-items: center;
        /* margin-left: auto;
    margin-right: auto; */
    }

.product-container.invisible {
    visibility: hidden;
}

.product-container .productLeft-container {
    width: 100%;
    min-width: 100%;
}

.productLeft-container {
    background: #ffe4c4;
    width: 300px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-container:nth-child(even) .productLeft-container {
    background: #708474;
}


.productLeft-container img {
    width: 250px;
    height: 250px;
}

.productRight-container {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    width: 100%;
    min-height: 350px;
    max-height: 250px;
}

    .productRight-container .productRightInner-container {
        margin: 0 25px 0 35px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

.productRightInner-container .prodTitle {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
    width: 100% !important;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: block;
    line-height: 30px;
}

.productRightInner-container .prodDesc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: "Nunito", sans-serif;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    max-height: 25px;
    /* width: 70%; */
}

.productRightInner-container .prodCode {
    font-size: 15px;
    color: #6b6b6b;
    margin-bottom: 15px;
}

.productRightInner-container .prodPrice {
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}

.productRightInner-container .prodRewardPt {
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
    color: green;
}

.quantityOuter-container {
    display: flex;
    flex-direction: column;
}

    .quantityOuter-container span {
        font-size: 12px;
    }

    .quantityOuter-container .quantity-container {
        display: flex;
        width: 100%;
    }

.quantity-container button {
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    border: 0.2px solid grey;
    color: #000;
    font-size: 20px;
    font-family: 'Varela Round', sans-serif;
    min-width: 30px;
    max-width: 30px;
}

.quantity-container .minusBtn {
    border-right: none;
}

.quantity-container .addBtn {
    border-left: none;
}

.quantity-container input {
    border: 0.2px solid grey;
    border-left: none;
    border-right: none;
    text-align: center;
    width: 25px;
    height: 20px;
    font-size: 17px;
    background: transparent !important;
}

.button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .button-container .ATCBtn {
        font-size: 15px;
        font-family: 'Varela Round', sans-serif;
        width: 120px;
        height: 40px;
        margin-top: 10px;
        border: 0.2px solid grey;
        background: #cccccc;
        margin-left: 5px;
    }

        .button-container .ATCBtn:hover {
            background: #ffffff;
        }


@media (max-width: 1100px) {
    .productOuter-container {
        gap: 5px;
    }

	.productOuter-container .product-container {
		width: 48%;
		/* min-width: 220px; */
	}

	 .productOuter-container .product-container.newPkg {
        width: 45% !important;
        /*min-width: 330px !important;*/
    }


    .product-container .productLeft-container {
        min-width: 100%;
    }

    .product-container .productRight-container {
        width: 100%;
    }

    .productLeft-container img {
        width: 250px;
        height: 250px;
    }

    .productRight-container .productRightInner-container {
        margin: 5px 0 0 5px;
    }
}

@media (max-width: 800px) {
    .quantity-container input {
        max-width: 25px !important;
    }

	 .product-container.newPkg .productLeft-container, .product-container.newPkg .productRight-container {
        width: 85% !important;
    }
}

@media (max-width: 610px) {

    .product-container .productLeft-container {
        height: 200px;
    }

    .product-container .productRight-container {
        min-height: 320px;
        max-height: 320px;
    }

    .productLeft-container img {
        width: 145px;
        height: 145px;
    }
}

@media (max-width: 480px) {
    .productRightInner-container .prodTitle {
        font-size: 16px;
        padding: 0;
        line-height: 16px;
        height: 32px;
    }

    .productRightInner-container .prodDesc {
        font-size: 12px;
        margin-bottom: 0;
    }

    .productRightInner-container .prodCode {
        font-size: 13px;
        height: 20px;
        padding-bottom: 5px;
    }

    .productRightInner-container .prodPrice {
        font-size: 15px;
        margin-bottom: 10px;
    }



    .button-container {
        flex-direction: column;
        align-items: start;
    }

        .button-container .ATCBtn {
            margin: 0;
        }
}




/*New Packages CSS Start*/
.product-container.newPkgXX {
    border: 5px solid #fff !important;
    padding: 25px 0;
    border-radius: 20px !important;
    box-shadow:
            -3px 0 6px #64e8ff,  /* Left Blue Outer */
            3px 0 6px #f6aeff,   /* Right Purple Outer */
            inset -3px 0 6px #f6aeff, /* Left Blue Inset */
            inset 3px 0 6px #64e8ff,  /* Right Purple Inset */
            0 0 6px #64e8ff;     /* Glow (Blue Start) */
    animation: rotateClockwiseShadow 4s linear infinite;
}

.product-container.newPkg.old {
    box-shadow:
            -3px 0 6px #000,  /* Left Blue Outer */
            3px 0 6px #000,   /* Right Purple Outer */
            inset -3px 0 6px #000, /* Left Blue Inset */
            inset 3px 0 6px #000,  /* Right Purple Inset */
            0 0 6px #000;     /* Glow (Blue Start) */
    animation: none;
}

.product-container.newPkgXX .productLeft-container, .product-container.newPkgXX .productRight-container {
    width: 75%;
    min-width: 75%;
    /* height: 90%; */
    /* min-height: 90%; */
}

.product-container .productLeft-container .newPkgImg {
    display: none;
}

.product-container.newPkg .productLeft-container {
    position: relative;
}

.product-container.newPkg .productLeft-container .newPkgImg {
    display: block;
    position: absolute;
    top: -15px;
    left: -40px;
    height: 60px;
    width: 120px;
}

.product-container.newPkg.old .productLeft-container .newPkgImg {
    display: none;
}

@keyframes rotateClockwiseShadow {
    0% {
        box-shadow:
            -3px 0 6px #64e8ff,  /* Left Blue Outer */
            3px 0 6px #f6aeff,   /* Right Purple Outer */
            0 -3px 6px #f6aeff,  /* Top Purple Outer */
            0 3px 6px #f6aeff,   /* Bottom Purple Outer */
            inset -3px 0 6px #f6aeff, /* Left Blue Inset */
            inset 3px 0 6px #64e8ff,  /* Right Purple Inset */
            inset 0 -3px 6px #f6aeff, /* Top Purple Inset */
            inset 0 3px 6px #f6aeff,  /* Bottom Purple Inset */
            0 0 6px #64e8ff;     /* Glow Blue */
    }
    25% {
        box-shadow:
            -3px 0 6px #f6aeff,  /* Left Purple */
            3px 0 6px #f6aeff,   /* Right Purple */
            0 -3px 6px #64e8ff,  /* Top Blue */
            0 3px 6px #f6aeff,   /* Bottom Purple */
            inset -3px 0 6px #f6aeff,
            inset 3px 0 6px #f6aeff,
            inset 0 -3px 6px #f6aeff, /* Top Blue Inset */
            inset 0 3px 6px #64e8ff,
            0 0 6px #64e8ff;
    }
    50% {
        box-shadow:
            -3px 0 6px #f6aeff,
            3px 0 6px #64e8ff,   /* Right Blue */
            0 -3px 6px #f6aeff,
            0 3px 6px #f6aeff,
            inset -3px 0 6px #64e8ff,
            inset 3px 0 6px #f6aeff, /* Right Blue Inset */
            inset 0 -3px 6px #f6aeff,
            inset 0 3px 6px #f6aeff,
            0 0 6px #64e8ff;
    }
    75% {
        box-shadow:
            -3px 0 6px #f6aeff,
            3px 0 6px #f6aeff,
            0 -3px 6px #f6aeff,
            0 3px 6px #64e8ff,   /* Bottom Blue */
            inset -3px 0 6px #f6aeff,
            inset 3px 0 6px #f6aeff,
            inset 0 -3px 6px #64e8ff,
            inset 0 3px 6px #f6aeff, /* Bottom Blue Inset */
            0 0 6px #64e8ff;
    }
    100% {
        box-shadow:
            -3px 0 6px #64e8ff,  /* Back to Left Blue */
            3px 0 6px #f6aeff,
            0 -3px 6px #f6aeff,
            0 3px 6px #f6aeff,
            inset -3px 0 6px #f6aeff,
            inset 3px 0 6px #64e8ff,
            inset 0 -3px 6px #f6aeff,
            inset 0 3px 6px #f6aeff,
            0 0 6px #64e8ff;
    }
}

/*New Packages CSS End*/