@media (max-width: 425px) {
    .product-icon-buttons{
        text-align: center;
        margin-top: 20px;
    }
    .wr-product-quantity #input-quantity{
        width: 70%;
    }
    .wr-product-quantity{
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    #product-product h1{
        font-size: 24px;
    }

    #list-view,#grid-view{
        display: none;
    }

    .container.carousel-block .swiper-pager{
        display: none;
    }
    .container.carousel-block .swiper-pagination,#slideshow0 .swiper-pagination{
        bottom: -20px !important;
    }
    #common-home #slideshow0{
        margin-top: 10px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-light .navbar-toggler {
        border: unset;
    }
    .custom-slider-container{
        height: 320px;
    }
    .custom-slider-container .banner-title{
        font-size: 20px;
    }
    .swiper-pagination {
        bottom: 10px !important;
    }
    .top-contact-info .fa-phone{
        display: block;
    }
    .drilldown-title{
        margin-left: 0px;
    }
    .drilldown{
        margin: 0px;
        padding: 0px;
    }
    .html-block-type1{
        padding: 10px 0px 10px 0px;
    }
    .top-text {
        font-size: 18px;
    }
    .left-fix {
         margin: 0 auto;
    }
    .dropdown-menu-custom{
        height: 0px;
        transition: 2s;

    }
    .dropdown-menu-custom.show{
        position: relative;
        left: 5%;
        height: 100%;
        transition: 2s;
    }
    .info-wrapper{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .top-contact-info,.top-contact-info li,.top-contact-info div{
        width: 100%;
    }
    .mob-inline-flex {
        display: inline-flex;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #logo-container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .info-wrapper .info-title,.info-wrapper .info-subtitle{
        font-size: 18px;
    }
    .top-angle-polygon:after{
        width: 100%;
    }
    #top-row a{
        margin-left: 0px;
    }

    #form-language{
        margin-right: 15px;
    }
    .html-block-type1{
        background-position: center !important;
    }

    .page-link {
        padding: 10px 15px;
    }
    .breadcrumb span{
        white-space: pre-wrap;
    }

    h1.mgb-35.mobile{
        margin-bottom: 5px;
    }

}
@media (min-width: 426px) {

    .top-contact-info{
        display: flex;
    }
}
@media (max-width: 991px) {
    .header-angle:after {
        width: 100%;
    }
}

@media (max-width: 1500px) {
    .navbar .navbar-nav > li {
        margin-right: 18px;
    }
}
@media (min-width: 992px){
    .header-angle:before {
        position: absolute;
        top: 0;
        right: 73%;
        content: "";
        border-right: 56px solid var(--main-red);
        border-top: 70px solid transparent;
    }
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-page-img-container{
    overflow: hidden;
}
