#w0 .summary{
    display: none;
}

#product_page .pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    clear: both;
    margin: 0 auto;
        padding: 0px !important;
    margin: 20px 0; }
@media only screen and (min-width: 468px){
    #product_page .pagination {
        padding: 0 15px !important;
    }
}
@media only screen and (max-width: 768px) {
    #product_page .pagination {
        margin: 10px 0; } }
#product_page .pagination li {
    display: inline-block; }
#product_page .pagination li a, #product_page .pagination li span {
    position: relative;
    float: left;
    padding: 6px;
    margin-left: -1px;
    line-height: normal;
    color: #b3b3b3;
    text-decoration: none;
    background-color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500; }
@media only screen and (min-width: 468px){
    #product_page .pagination li a, #product_page .pagination li span {
        font-size: 14px;
    }
}
#product_page .pagination li:first-child a, #product_page .pagination li:first-child span, #product_page .pagination li:nth-child(2) a, #product_page .pagination li:nth-child(2) span, #product_page .pagination li:last-child a, #product_page .pagination li:last-child span, #product_page .pagination li:nth-last-child(2) a, #product_page .pagination li:nth-last-child(2) span {
    color: #5f5f5f;
    background-color: transparent;
    border-color: #1d1d1d;
    padding: 6px; }
#product_page .pagination li:first-child a:focus, #product_page .pagination li:first-child a:hover, #product_page .pagination li:first-child span:focus, #product_page .pagination li:first-child span:hover, #product_page .pagination li:nth-child(2) a:focus, #product_page .pagination li:nth-child(2) a:hover, #product_page .pagination li:nth-child(2) span:focus, #product_page .pagination li:nth-child(2) span:hover, #product_page .pagination li:last-child a:focus, #product_page .pagination li:last-child a:hover, #product_page .pagination li:last-child span:focus, #product_page .pagination li:last-child span:hover, #product_page .pagination li:nth-last-child(2) a:focus, #product_page .pagination li:nth-last-child(2) a:hover, #product_page .pagination li:nth-last-child(2) span:focus, #product_page .pagination li:nth-last-child(2) span:hover {
    color: #5f5f5f;
    background-color: transparent;
    border-color: #1d1d1d; }
@media only screen and (min-width: 768px){
    #product_page .pagination li:nth-child(2) span {
        margin-right: 15px; }
    #product_page .pagination li:nth-last-child(2) span {
        margin-left: 15px; }
}
#product_page .pagination li.disabled a, #product_page .pagination li.disabled span {
    cursor: not-allowed; }
#product_page .pagination li.active a {
    z-index: 3;
    cursor: default;
    color: #d11c19;
    background-color: transparent;
    border-color: #f2492a; }
#product_page .pagination li.active a:focus, #product_page .pagination li.active a:hover {
    z-index: 3;
    cursor: default;
    color: #000;
    background-color: transparent;
    border-color: #f2492a; }
#product_page .pagination li.active span {
    z-index: 3;
    cursor: default;
    color: #000;
    background-color: transparent;
    border-color: #f2492a; }
#product_page .pagination li.active span:focus, #product_page .pagination li.active span:hover {
    z-index: 3;
    cursor: default;
    color: #000;
    background-color: transparent;
    border-color: #f2492a; }
.prolist_foot{
    position: absolute;
    width: 100%;
    bottom: 0px;
}
@media only screen and (min-width: 768px){
    .prolist_foot{
        bottom: 40px;
    }
}
.contact_page .address p{
    font-size: 14px;
    color: #262626;
    line-height: 2.269;
}
#get-quote {
    top: 0px;
    background: rgba(0, 0, 0, 0.58);
}
#get-quote .modal-dialog {
    margin: 180px auto;
}
#get-quote .modal-dialog .modal-content {
    border: none;
}
#get-quote .modal-dialog .modal-header {
    padding: 15px 20px;
    background: #d11c19;
    border: none;
}
#get-quote .modal-dialog .modal-header .title {
    font-size: 18px;
    font-weight: 500;
    color: white;
}
#get-quote .modal-dialog .modal-header .close {
    color: #fff;
    opacity: 1;
    outline: none;
}
#get-quote .modal-body {
    padding: 0px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.19);
}
#get-quote form {
    padding: 35px 30px 25px;
}
#get-quote form .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
#get-quote form .form-control {
    width: 100%;
    background: #fff;
    padding: 14px;
    font-size: 13px;
    border-radius: 2px;
    color: black;
    border: 1px solid #eae8e8;
    height: 50px;
    position: relative;
    box-shadow: none;
    outline: none;
}
#get-quote form .submit {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 3px;
    background-color: #69be28;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    cursor: pointer;
}
#get-quote form textarea {
    min-height: 130px;
}
#adds_sec .main_head .head{
        text-transform: uppercase;
}
#product_page .pro_filter .modal .box_cntnt .card-body .brand_list [type=radio] + img{
        filter: none;
}
#product_page .pro_filter .modal .box_cntnt .card-body .brand_list [type=radio]:checked + img{
    filter: grayscale(1);
}

#product_dtl_page #product_dtl .pro_slide_sec .nav-tabs{
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    margin-top: 30px;
    border: none;
}
@media only screen and (max-width: 468px){
    #product_dtl_page #product_dtl .pro_slide_sec .nav-tabs{
        display: block;
    }
}
@media only screen and (min-width: 468px){
    
#product_dtl_page #product_dtl .pro_slide_sec .nav-tabs li{
        margin: 0 12.5px;
}
}
@media only screen and (max-width: 468px){
    
#product_dtl_page #product_dtl .pro_slide_sec .nav-tabs li{
        margin: 12.5px 0;
}
}
#product_dtl_page #product_dtl .pro_slide_sec .nav-tabs li.hide{
    display: none;
}
#product_dtl_page #product_dtl .pro_slide_sec .nav-tabs a{
        font-size: 17px;
    color: white;
    background: #191a20;
    border-radius: 30px;
    width: 187px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
#product_dtl_page #product_dtl .pro_slide_sec .nav-tabs a.nxt{
    background: #d11c19;
}
#main-slider .qck_share{
    bottom: 0px;
}
#main-slider .qck_share .dropdown .dropdown-menu{
        transform: translate3d(0px, -165px, 0px) !important;
}
.fixed-right{
        top: 20vh;
}
@media only screen and (max-width: 576px){
    .fixed-right {
    top: auto;
    bottom: 85px;
    }
}
#welcome_sec, #buyers_guide, #footer{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    
}
#clients .clients_slide{
    position: relative;
}
#clients .img_box{
filter: none;    
}

#our_team_page #our_crew .profile .author_info .position{
        line-height: 20px;
}
#our_team_page #our_crew .profile .author_info .social_icon {
    display: flex;
        margin-top: 15px;
    justify-content: center;
}
#our_team_page #our_crew .profile .author_info .social_icon li{
       margin-right: 15px;
}
#our_team_page #our_crew .profile .author_info .social_icon li a{
       color: #9a9a9a;
    border-radius: 50%;
    background: rgba(99, 99, 99, 0.102);
    width: 29px;
    height: 29px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#our_team_page #our_crew .profile .author_info .social_icon li a:hover{
          background: #db2820;
    color: white;
}
#main-slider .carousel-indicators{
      z-index: 3;  
}
@media only screen and (max-width: 576px){
    body{
        padding-bottom: 44px;
    }
    .fixed-right{
            bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    right: auto;
    }
    .fixed-right a{
            flex-grow: 1;
    width: calc(100% / 3);
    }
    .fixed-right .quick-contact >*{
            width: 100%;
    border-radius: 0;
    margin: 0;
    }
    .fixed-right .slide-left{
        display: none;
    }
    #main-slider .carousel-indicators li{
        width: 8px;
        height: 8px;
    }
    #main-slider .carousel-item{
            height: 210px;
    }
    #main-slider .carousel-item img{
        height: 100%;
        object-fit: cover;
    }
    #main-slider .carousel-caption{
        display: block;
        bottom: 50px;
    }
    #main-slider .carousel-caption .caption{
        margin-bottom: 10px;
    }
    .scrollup{
            bottom: 55px;
    right: 10px;
    }
    .com_discrp{
        max-width: 100%;
    }
}

#footer .SocialMedia{
        margin-top: 45px;
}
#footer .SocialMedia .foot_head{
    margin-bottom: 25px;
}
#footer .SocialMedia ul{
         display: flex;
    align-items: center;
}
#footer .SocialMedia ul li:not(:last-of-type){
    margin-right: 8px;
}
@media only screen and (min-width: 1200px){
    #footer .SocialMedia ul li:not(:last-of-type){
        margin-right: 12px;
    }
}
#footer .SocialMedia a{
   width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7b9c4;
    border-radius: 50%;
    fill: #b7b9c4;
    transition: all .3s;
}
@media only screen and (min-width: 1200px){
    #footer .SocialMedia a{
         width: 43px;
        height: 43px;
    }
}
#footer .SocialMedia a svg{
        display: inline-block;
    position: relative;
    width: 17px;
    vertical-align: middle;
    overflow: hidden;
}
@media only screen and (min-width: 1200px){
    #footer .SocialMedia a svg{
        width: 20px;
    }
}
#footer .SocialMedia a:hover{
    background: #d11c19;
    border-color: #d11c19;
    fill: #fff;
}