@media screen and (min-width:576px) {
    .img-magnifier-cursor {
        position: absolute;
        cursor: crosshair;
        display: block;
        /*Set the size of the magnifier glass:*/
        width: 230px;
        height: 230px;
        border: 5px solid rgb(0, 0, 0);
        background-color: rgb(255, 255, 255);
        opacity: 0.3;
    }
    .img-magnifier {
        position: absolute;
        border: 1px solid black;
        opacity: 1;
    }
    .image-section {
        border-right: 1px solid rgb(204, 204, 204);
        border-top: 1px solid rgb(204, 204, 204);
        border-bottom: 1px solid rgb(204, 204, 204);
        background-color: #ffffff;
    }
    .detail-section {
        border: 1px solid rgb(204, 204, 204);
        background-color: #ffffff;
    }
    .product-description ul.nav {
        background-color: #f5f5f5;
    }
    .more-images {
        ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }
}

@media screen and (max-width:575px) {
    .cover-img {
        width: 14%;
    }
}

.more-images {
    width: 8.8%;
    height: auto;
}

.cover-img {
    height: 65px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.cover-img .img-fluid {
    height: 40.89px;
}

.img-container {
    position: relative;
}

.product-detail-image {
    object-fit: contain;
}

.shopping-cart-btn {
    background-color: rgb(18, 163, 88);
    color: white;
    font-size: 14px;
}

.shopping-cart-btn:hover {
    color: white;
}

.shopping-cart-btn:focus {
    outline: none;
    box-shadow: none;
}

.quantity-part {
    padding-right: 40px;
}

.label-part {
    color: #666;
    font-size: 12px;
    line-height: 40px;
    padding-right: 8px;
    padding-left: 4px;
    position: absolute;
    right: 0;
    float: right;
}

.number-part {
    position: relative;
    width: 100%;
}

.input-part {
    height: 40px;
    text-align: center;
    color: #3367d6;
    border-radius: 0;
    font-size: 15px;
    padding-right: 30px;
}

.up-count {
    color: #23a1d1;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 25px;
    height: 50%;
    text-align: center;
    background: #f8f8f8;
    font-size: 14px;
}

.up-count::before {
    line-height: 20px;
}

.down-count {
    color: #23a1d1;
    position: absolute;
    bottom: 0;
    top: auto;
    cursor: pointer;
    width: 25px;
    height: 50%;
    text-align: center;
    background: #f8f8f8;
    font-size: 14px;
}

.down-count::before {
    line-height: 20px;
}

.product-description {
    margin-top: 70px;
    background-color: #ffffff;
}

.tab-content {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.technical {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
    color: #00f;
    font-size: 17px;
    border-right: 3px solid #ccc;
    padding-right: 5px;
    line-height: 37px;
}

.product-detail-complete-descript {
    text-align: justify;
    line-height: 32px;
    color: rgb(76, 81, 89);
}

.more-description {
    border-right: 4px solid #65C265;
    padding-right: 8px;
    background: #EFEFEF;
    padding: 5px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 1px 0;
    clear: both;
    display: inline-block;
    width: auto;
    color: #666;
    text-align: justify;
    line-height: 32px;
}

.color-block {
    position: relative;
    margin: 4px 0 4px 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.color-shape-outer {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

input[type=radio]:checked+.color-shape-outer {
    border: 3px solid #00bfd6;
}

.color-shape-caption {
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%);
    top: calc(100% + 10px);
    padding: 5px 8px;
    border-radius: 3px;
    position: absolute;
    display: none;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    font-size: 11px;
    line-height: 1.692;
}

.color-shape-caption::before {
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #6f6f6f;
    top: -9px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.color-shape-inner {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}