.modal-content{
    background-color: transparent !important;
}

.modal-backdrop.show{
    opacity: 0.9 !important;
}

.btn-price-type-change{
    z-index: 10000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
}

.btn-main-lg{
    background: #cfd7dd;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}
  
.btn-main-lg:hover{
    background: linear-gradient(270deg, #33a2ff 0%, #1768ab 100%);
    color: white;
}
  
.section-btn-img{
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
  
.btn-main-lg-text{
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}
  
@media only screen and (max-width: 600px){
    .btn-main-lg{
        min-height: 190px;
    }
    .btn-main-lg-text{
        font-size: 18px;
    }
    .section-btn-img{
        height: 80px;
    }
}
  
@media only screen and (max-width: 1400px){
    .btn-main-lg{
        min-height: 190px;
    }
    .btn-main-lg-text{
        font-size: 18px;
    }
    .section-btn-img{
        height: 100px;
    }
}

@media only screen and (min-width: 1401px){
    .btn-main-lg{
        min-height: 300px;
    }
    .btn-main-lg-text{
        font-size: 24px;
    }
    .section-btn-img{
        height: 180px;
    }
}
  
.hover-hand :hover{
    cursor: pointer;
}

html,body {
    min-height: 85vh;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #0d0d0d;
}
  
small{
    color: #a5044c;
}
  
.smaller{
    color: #f798c3;
    font-size:small;
}
  
#CarouselIMGIndicators .fa-angle-left, #CarouselIMGIndicators .fa-angle-right{
    color: #000 !important;
    font-size: xx-large;
}
  
.product-details-section .product-title{
    text-align: center;
    text-transform: uppercase;
    font-size: xx-large;
    font-weight: bold;
    padding: 25px;
}
  
.product-details-section .product-price{
    text-transform: uppercase;
    font-size: x-large;
    font-weight: bold;
    padding: 25px;
    color: #a5044c;
}
  
.product-details-section .product-desc-title{
    width: 35%;
    padding: 5px 25px;
}
  
.product-details-section .product-desc-value{
    width: 65%;
    padding: 5px 25px;
    font-weight: bold;
    text-transform: uppercase;
}
  
.product-details-section .product-warranty-title{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
  
.product-details-section .product-warranty-value{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    text-align: justify;
}
  
.pagination .page-link:hover{
    cursor: pointer;
}

.nav-item{
    align-self: center;
}
  
.products-cat{
    margin: 10px;
}
  
.single-product{
    overflow: hidden;
    margin: 10px 0px;
}
  
.single-product > img{
    width: 100%;
    object-fit: cover;
    transition: transform 1s;
}
  
.single-product > span{
    font-size: x-large;
    text-transform: uppercase;
    text-wrap-mode:wrap;
    padding-right: 30px;
    font-weight: 600;
    position: absolute;
    color: #fff;
    left: 40px;
    top: 30px;
    z-index: 50;
}
  
.single-product > img:hover{
    cursor: pointer;
    transform: scale(1.5);
    z-index: 5;
}
  
.products .card{
    padding: 9px;
    transition: transform .3s; /* Animation */
}
  
.products .card:hover {
    border: 2px solid #a5044c;
    color: #a5044c;
    cursor: pointer;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
  
.item-text-btn{
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: small;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 300;
}
  
.item-text-4{
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    z-index: 300;
}
  
.products .item-text-category{
    padding: 10px;
    text-transform: uppercase;
    font-size: small;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 5px;
}
  
.products .item-text-1{
    text-transform: uppercase;
    font-size: x-small;
    text-align: center;
    font-weight: 700;
}

.products .item-text-2{
    text-transform: uppercase;
    font-size: small;
    font-weight: 700;
    text-align: center;
}

.products .item-text-3{
    text-transform: uppercase;
    font-size: smaller;
    text-align: center;
    font-weight: 900;
}

.products-container{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}
  
  
.products a{
    text-decoration: none !important;
    color: black !important;
}
  
.footer-section {
    padding: 24px 0;
}
  
.footer-section p {
    line-height: normal;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  
.footer-section p img {
    margin-right: 18px;
}
  
/* ----------------
  Responsive
------------------*/
  
@media (min-width: 1200px) {
    .container {
        max-width: 1176px;
    }
}
  
@media (max-width: 700px) {
    .product-details-section .product-price{
        text-align: center;
    }
  
    .single-product > span{
        font-size:large;
        left: 30px;
    }
}

.retail-img{
    background-image: url('../IMAGES/retail.png');
}

.wholesale-img{
    background-image: url('../IMAGES/wholesale.png');
}
  
.dealer-img{
    background-image: url('../IMAGES/dealer.png');
}

.desktop-pre-img{
    background-image: url('../IMAGES/desktop-pre.png');
}

.desktop-parts-img{
    background-image: url('../IMAGES/desktop-parts.png');
}
  
.desktop-custom-img{
    background-image: url('../IMAGES/desktop-custom.png');
}

.laptop-new-img{
    background-image: url('../IMAGES/laptop-new.png');
}

.laptop-parts-img{
    background-image: url('../IMAGES/laptop-parts.png');
}

.mobile-new-img{
    background-image: url('../IMAGES/mobile-new.png');
}

.mobile-parts-img{
    background-image: url('../IMAGES/mobile-parts.png');
}

.parts-by-brand-img{
    background-image: url('../IMAGES/parts-by-brand.png');
}

.parts-by-category-img{
    background-image: url('../IMAGES/parts-by-category.png');
}

.all-products-img{
    background-image: url('../IMAGES/all-products.png');
}