/* 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 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;
    }
}






















/* upload form */
.uploadsec1,
.addparagraph,
.addlink {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    background-color: #000000d5;
    z-index: 1;
    top: 0;
    left: 0;
}

.uploadsec3,
.uploadsec4,
.uploadsec5 {
    background-color: var(--white2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    z-index: 99;

}

.hidden {
    display: none;

}

.af-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 11;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

.addqbtn {
    cursor: pointer;
    margin-top: 30px;
    padding: 15px 20px;
    border-radius: 50px;
    background-color: var(--black3);
    color: var(--white1);
    border: none;
    font-size: 18px;
}

.deletebtn {
    cursor: pointer;
    margin-top: 30px;
    padding: 15px 20px;
    border-radius: 50px;
    background-color: red;
    color: var(--white1);
    border: none;
    font-size: 18px;
}

.disflex {
    display: flex;
    gap: 20px;
}

.uploadsec4 {
    z-index: 999999;
}

@media (max-width: 767px) {
    .disflex {
        flex-direction: column;
    }
}

.orderImg {
    width: 5rem;
    border-radius: 8px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.orderImg:hover {
    scale: 1.05;
    box-shadow: 0px 0px 10px 1px #000000;
}

.customSelect {
  display: inline-flex;
  gap: 12px;
}

.option {
  padding: 0.5rem 0.9rem;
  border-radius: 1rem;
  background: rgb(204 204 204 / 17%);
  backdrop-filter: blur(18px) saturate(160%);
  cursor: pointer;
  color: #434343;
  transition: all 0.2s ease;
  text-transform: capitalize;
}

.option:hover {
  background: rgba(139, 139, 139, 0.18);
}

.option.active {
  background: rgb(255 231 231 / 25%);
  box-shadow: 0 4px 8px rgba(0,0,0,0.35) inset;
}



.order-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 12px 0;
    padding: 16px 18px;
    width: 95%;
    max-width: 95%;
}

.order-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.order-image {
    margin-left: 18px;
    display: flex;
    align-items: center;
    width: 30%;
}

.btn-receipt {
    padding: 6px 14px;
    background: #3182ce;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

.order-paid {
    padding: 5px 14px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 1em;
    border: 1px solid;
}

@media (max-width: 767px) {
    .order-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 8px;
        width: 84%;
        max-width: 99vw;
    }
    .order-details {
        width: 100%;
        gap: 10px;
    }
    .order-image {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }
    .order-image img {
        width: 90vw !important;
        height: auto !important;
        max-height: 40vw;
        object-fit: cover;
        border-radius: 8px;
    }
    .btn-receipt {
        font-size: 0.98em;
        padding: 8px 16px;
    }
    .order-paid {
        font-size: 0.98em;
        padding: 7px 16px;
    }
}