
        /* isec1 */

        .isec1 {
            display: flex;
            width: 95vw;
            margin: 3vw 5vw;
            gap: 25px;
        }

        @media (max-width: 767px) {
            .isec1 {
                display: flex;
                width: 95vw;
                margin: 3vw 5vw;
                gap: 25px;
                flex-direction: column;
                margin-top: 90px;
            }
        }

        .isec11 {
            display: flex;
            flex-direction: row;
            gap: 15px;

            position: relative;
        }

        .isec111 {
            display: flex;
            flex-direction: column;
            gap: 10px;
            height: 30vw;
            overflow-y: scroll;
        }

        @media (max-width: 767px) {
            .isec111 {
                display: flex;
                flex-direction: column;
                gap: 10px;
                height: 70vw;
                overflow-y: scroll;
                display: none;
            }
        }

        ::-webkit-scrollbar {
            display: none;
        }


        /* isec2 */
        .isec12 {
            width: 35vw;
        }

        @media (max-width: 767px) {
            .isec12 {
                width: 95vw;
            }
        }

        .shoptag {
            width: 100%;
            background-color: #ff0054;
            background-image: linear-gradient(#ff001eda, #ff0055c6), url(pixellark.png);
            height: 50px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #ffe98f;
            font-size: 18px;
            font-weight: 600;
            justify-content: space-between;
        }
        @media (max-width: 767px) {
            .shoptag {
            width: calc(100% - 5vw);
 
        }
        }

        .shoptag .logo {
            font-size: 18px;
            margin-right: 15px;
            text-transform: uppercase;
        }

        .shoptag1 {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .shoptag img {
            height: 25px;
            margin-left: 15px;
        }

        .price {
            font-size: 40px;
            margin-top: 15px;
            font-weight: 700;
        }

        .bprice {
            color: red;
            font-size: 22px;
        }

        .gray {
            color: #535353;
        }

        h1 {
            font-size: 18px;
            font-weight: 600;
            font-family: 'Poppins';
        }

        .smaller {
            font-size: 12px;
        }

        .star {}

        hr {
            opacity: 0.6;
            margin: 20px 0;
        }

        .fa-star,
        .fa-star-half-alt {
            font-size: 14px;
            margin: 0;
            letter-spacing: -3px;
            padding: 0;
        }

        .sold {
            margin-left: 5px;
            font-size: 14px;
            font-weight: 200;
            color: #000000c1;
        }

        #rate {
            margin-left: 5px;
            font-weight: 600;
        }

        .items {
            margin-top: 10px;
        }

        .items img {
            width: 60px;
            cursor: pointer;
            /* Changes cursor to pointer on hover */
            border-radius: 15px;
        }

        .selecteditem {
            outline: 2px solid black;
            /* Inner black border */
            border: 2px solid white;
            /* Outer white border */
        }

        .size {
            padding: 5px 15px;
            background-color: #53535323;
            border-radius: 10px;
            cursor: pointer;
            margin: 10px;

        }

        .sizes {
            line-height: 2;
        }

        /* isec13 */
        .isec13 {
            border: 1px solid rgba(84, 84, 84, 0.176);
            border-radius: 15px;
            margin: 5px;
            width: 18vw;
        }
        @media (max-width: 767px) {
            .isec13 {
            border: 1px solid rgba(84, 84, 84, 0.176);
            border-radius: 15px;
            margin: 0;
            width: 90vw;
        }
        }
        .shippingfee img {
            width: 25px;
            height: 25px;
        }

        .shipto {
            padding: 15px;
        }

        .shippingfee {
            display: flex;
            gap: 5px;
            background-image: linear-gradient(rgba(255, 247, 24, 0.6), rgba(252, 255, 76, 0.6)), url(pixellark.png);
            padding: 15px;

        }

        .shippingfee.bg2 {
            background-image: linear-gradient(rgba(245, 245, 245, 0.6), rgb(255, 255, 255)), url(pixellark.png) !important;
        }

        .smalltext {
            width: 100px !important;
            font-size: 10px;
            line-height: 0.5;
            color: #535353;
        }

        b {
            font-family: 'Poppins';
        }

        .btn1 {
            font-family: 'Poppins';
            background-color: #ff0054;
            border-radius: 400px;
            text-align: center;
            color: white;
            margin: 15px;
            padding: 10px;
            font-weight: 600;
            cursor: pointer;
        }

        .btn2 {
            font-family: 'Poppins';
            background-color: #ff005525;
            border-radius: 400px;
            text-align: center;
            color: #ff0054;
            margin: 15px;
            padding: 10px;
            font-weight: 600;
            cursor: pointer;
        }

        .isec13 hr {
            margin: 15px;
        }

        .quantity-selector {
            margin: 0 15px;
        }

        .quantity-selector button {
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            background-color: #f4f4f4;
            cursor: pointer;
            border: none;
            border-radius: 100%;
            width: 40px;
            height: 40px;

        }

        .quantity-selector input {
            width: 40px;
            text-align: center;
            font-size: 16px;
            padding: 5px;
            border: 1px solid #ccc;
            margin: 0 5px;
            border: none;
        }

        .quantity-selector button:hover {
            background-color: #ddd;
        }

        #quantity {
            text-align: center;
        }

        .imgicon {
            width: 80px;
            cursor: pointer;
            /* Changes cursor to pointer on hover */
            border-radius: 15px;
            outline: 2px solid rgba(0, 0, 0, 0);
            /* Inner black border */
            border: 2px solid rgba(255, 255, 255, 0);
            /* Outer white border */

        }

        .imgicon:hover {
            width: 80px;
            outline: 2px solid black;
            /* Inner black border */
            border: 2px solid white;
            /* Outer white border */

            cursor: pointer;
            /* Changes cursor to pointer on hover */
            border-radius: 15px;
        }


        .imgmain {
            border-radius: 15px;
            height: 30vw;
            width: 30vw;
            transition: opacity 0.3s ease-in-out;
            /* Smooth transition effect */
        }

        @media (max-width: 767px) {

            .imgmain {
                border-radius: 15px;
                height: 90vw;
                width: 90vw;
                transition: opacity 0.3s ease-in-out;
                /* Smooth transition effect */
            }
        }

        .imgzoomview {
            height: 80vh;
            border-radius: 15px;
            z-index: 99999;

        }
        @media (max-width: 767px) {
            .imgzoomview {
                height: 100vw;

            }
        }

        .imgzoomcon {
            display: flex;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.275);
            justify-content: center;
            align-items: center;
            z-index: 99999;
        }

        .hidden {
            display: none;
        }
#imgcount{
    position: absolute;
    bottom: 0;
    margin-left: 5px;
    display: none;
}

#likerate{
    position: absolute;
    bottom: 0;
margin-right: 5px;
display: none;
    right: 5vw;
}
#likerate i{
   
}
@media (max-width: 767px) {
    #imgcount{
    position: absolute;
    bottom: 0;
    margin-left: 5px;
    display: block;
}

#likerate{
    position: absolute;
    bottom: 0;
margin-right: 5px;
    right: 5vw;
    display: block;
}
}


















.descriptionsec {
    font-family: 'poppins';
    margin: 15px 6vw;
}

.descriptionsec img {
    width: 50%;
    margin: 0;
    padding: 0;
    margin-left: -5px;
}
@media (max-width: 767px) {
    .descriptionsec img {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 0;
}
}
