﻿#breadcrumbcol {
    height: 60px;
    padding-top: 10px;
}

#stockStatusCol {
    padding-bottom: 20px;
}

#addtobasketcol {
    padding-bottom: 20px;
}

.odd {
    background-color: #ebebeb;
}

#makeanoffercol {
    
}

#productUSPsCol {
    padding-top: 12px;
}

.USPa:hover {
    color: black !important;
}

#partexchangecol {
   
}

.gallery img:hover {
    cursor: pointer;
}

#price-para {
    margin-bottom: 0px;
}

.main-image {
    height: 550px;
}

.mainSwiper {
    width: 340px;
    height: 340px;
    padding-bottom: 20px;
}

.thumbSwiper {
    width: 340px;
}

.slider_img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 375px) {
    .main-image {
        height: 375px;
    }

    .mainSwiper {
        width: 375px;
        height: 375px;
    }

    .thumbSwiper {
        width: 375px;
    }
}

@media only screen and (min-width: 576px) {
    .main-image {
        height: 470px;
    }

    .mainSwiper {
        width: 470px;
        height: 470px;
    }

    .thumbSwiper {
        width: 470px;
    }
}

@media only screen and (min-width: 768px) {

    .main-image {
        height: 300px;
    }

    .mainSwiper {
        width: 300px;
        height: 300px;
    }

    .thumbSwiper {
        width: 300px;
    }
}

@media only screen and (min-width: 992px) {
    .main-image {
        height: 400px;
    }

    .mainSwiper {
        width: 400px;
        height: 400px;
    }

    .thumbSwiper {
        width: 400px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-image {
        height: 500px;
    }

    .mainSwiper {
        width: 500px;
        height: 500px;
    }

    .thumbSwiper {
        width: 500px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-image {
        height: 600px;
    }

    .mainSwiper {
        width: 600px;
        height: 600px;
    }

    .thumbSwiper {
        width: 600px;
    }
}
