.thumbnails.imgBox.targetarea {
    background: #fff;
    height: 500px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header Page Style Start */
@media only screen and (min-width : 320px) and (max-width: 360px) {}

@media only screen and (max-width : 375px) {
    .header-link-search .header-search #search .input-lg {
        width: 100% !important;
    }
}

@media (min-width : 376px) and (max-width: 480px) {
    .header-link-search .header-search #search .input-lg {
        width: 100% !important;
    }
}

@media only screen and (min-width: 667px) and (max-width: 767px) {
    .header-link-search .header-search #search {
        margin-top: 0px !important;
    }

    .header-link-search {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
     .shopcart #cart .btn #cart-total {
        bottom: 0px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shopcart {
        margin-top: 0px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .shopcart #cart {
        padding: 0px;
    }

    .shopcart {
        margin-top: 10px;
    }
}

/* Header Page Style End */


/* Product details Page Style Start */

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .thumbnails.imgBox.targetarea {
        width: 100%;
    }

   

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .magnifyarea,
    .cursorshade {
        display: none !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .small-img {
        left: 0px;
    }

    .small-container .show-small-img {
        height: 40px;
    }
/*

    .thumbnails.imgBox.targetarea {
        margin-left: 0px;
        width: 240px;
        height: 240px;
        margin-top: 35px;
    }
*/

    .zoomtracker {
        left: 81px !important;
        top: 170px !important;
        height: 207px !important;
        width: 250px !important;
    }

    .magnifyarea {
        width: 50% !important;
        left: 330px !important;
        top: 120px !important;
    }

   
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .magnifyarea {
        width: 50% !important;
        left: 440px !important;
        top: 150px !important;
    }

    .thumbnails.imgBox.targetarea {
        margin-left: 10px !important;
    }
}

@media only screen and (min-width: 1440px) {
    .magnifyarea {
        left: 600px !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .magnifyarea {
        left: 540px !important;
    }
}

/* Product details Page Style End */



/* Sign up Page Style Start */
@media only screen and (max-width: 320px) {

    .account-image .account-image-upload input+label {
        width: 100% !important;
    }
}

/* Sign up Page Style End */

/* My address page in my account Style Start */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .enter_loc_css {
        position: absolute;
        top: 20px;
        left: 0px;
    }

    #dis_err {
        margin-left: 8px;
        margin-top: 45px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .localinput {
        margin-bottom: 10px;
    }

    .custom-map-control-button {
        right: unset !important;
        left: 10px !important;
        top: 50px !important;
    }
}

@media only screen and (min-width: 481px) {
    #dis_err {
        margin-left: 8px;
        margin-top: 25px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .localinput {
        margin-bottom: 10px;
    }
}

/* My address page in my account Style End */

/* My Order page in my account Style Start */

@media only screen and (max-width: 360px) {
    .orderactiontext {
        display: none;
    }

    .dropdown-toggle::after {
        margin-left: 0;
    }
}

/* My Order page in my account Style End */

/* Notification page in my account Style Start */
@media only screen and (max-width: 767px) {

    .notify1 {
        display: block !important;
    }

    .notify2 {
        display: none !important;
    }
}

/* Notification page in my account Style End */


/* My Order page in my account Style Start */

@media only screen and (max-width: 360px) {
    .orderactiontext {
        display: none;
    }

    .dropdown-toggle::after {
        margin-left: 0;
    }
}

/* My Order page in my account Style End */


/* Order listing page in my account Style Start */
.pending_issue a {
    padding: 5px 10px;
}

@media only screen and (max-width: 375px) {

    .ticket_id,
    .issue_subject {
        width: 65%;
    }

    .ticket_list h3 {
        width: unset;
    }
}

@media only screen and (max-width: 480px) {

    .pending_issue,
    .issue_date {
        width: unset;
    }

    .ticket_list .add_ticket {
        width: unset;
    }
}

/* Order listing page in my account Style Start */