* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box
}

.make-in-ind {
    display: inline-block;
    float: right
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}


body #motopress-main.main-holder #sidebar .widget .comments-custom_txt a.zone-btn-ancor {
    padding: 5px 10px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    background-color: #222
}

body #motopress-main.main-holder #sidebar .widget .comments-custom_txt a.zone-btn-ancor:hover {
    color: #fff
}

.color-div span {
    width: 80px;
    height: 40px;
    display: block
}

.color-black span {
    background: #000
}

.color-grey span {
    background: grey
}

.color-div>div {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px
}

.mz-caption {
    text-transform: capitalize;
}

.prd-atc-div {
    padding: 10px 20px;
    display: none
}

.btn-add-to-quot {
    margin: 0 0 5px;
    padding: 3px 8px;
    border: 2px solid #181818;
    border-radius: 4px;
    color: #fff;
    background: #181818;
    outline: 0;
    font-size: 12px;
    transition: all ease .35s;
    display: none
}

.btn-add-to-quot:hover {
    border: 2px solid #181818;
    color: #222;
    background: #fff
}

.price-tag-div {
    margin-right: 4px;
    background: #da251d;
    color: #fff;
    display: inline-block;
    padding: 8px 15px 7px;
    position: unset;
    overflow: hidden;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    margin-left: -15px;
    border-radius: 0 10px 10px 0
}

@media (max-width:767px) {
    body #motopress-main.main-holder footer.footer {
        margin: 0
    }
}

.footer-sitemap ul li a {
    color: #a7a7a7
}

.my-video-bannr video {
    width: 100%
}

.motopress-wrapper .logo {
    margin: 15px 0;
}

.motopress-wrapper .logo img {
    width: 100%;
    max-width: 360px;
    display: flex;
}