<!DOCTYPE html> <html> <head> </head> <body> <p>#sync1 .item {
    background: white;
    padding: 0;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: white;
    padding: 0;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: ;
}

.pro-detail {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.pro-detail .owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    display: none;
}

.owal-radius {
        /* border: solid 1px rgb(209 217 213); */
    /* padding: 20px; */
    border-radius: 17px;
}

.thumb-scroll {
    padding: 0px;
    margin-top: 15px;
    width: 90px !important;
    border-radius: 25px;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
    border: solid 1px rgb(209 217 213);
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    
}
#sync1.owl-theme .owl-next svg, #sync1.owl-theme .owl-prev svg{
    width: 20px;
    height: 20px;
    margin-top: -3px;
    filter: invert(1);
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    opacity: 0;
    background: #12a651;
    padding: 5px !important;
    border-radius: 100%;
}
#sync1:hover .owl-next {
    opacity: 1;
}#sync1:hover .owl-prev {
    opacity: 1;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.ifrm {
    border: none;
    width: 100%;
    margin-top: 50px;
}

.mb-top-sales {
    float: left;
    width: 100%;
}

.mb-top-hd {
    float: left;
    width: 100%;
    font-size: 28px;
    text-align: center;
    color: #000000;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: -50px;
}

.mb-top-hd span {
    color: #59a446;
    padding-left: 0px;
}

.mb-top-sales h3 {
    float: left;
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-top: 16px;
}

.rate-sales {
    float: left;
    width: 100%;
    color: #4e9f38;
    font-size: 24px;
    font-weight: 600;
    text-align: center !important;
}

.rate-sales img {
    width: 21px !important;
    margin-left: -3px;
    float: none;
    display: inline !important;
    margin-top: -3px;
    margin-right: 5px;
}

.mb-sales-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}

.mbl-sales-owal {
    float: left;
    width: 100%;
}

.mbl-sales-owal button.owl-prev img {
    width: 45px;
}

.mbl-sales-owal button.owl-next img {
    width: 45px;
    margin-left: 15px;
}

.mbl-sales-owal .owl-nav {
    float: right;
    top: 0;
    float: left;
    position: relative;
    right: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.pr-modal {
    position: relative !important;
    width: auto !important;
    margin: 1.75rem auto !important;
}

.mb-filters img {
    width: 26px;
    float: left;
    margin-right: 15px;
}

.mb-filters {
    background: #eff9eb !important;
    width: 50%;
    text-align: left !important;
    margin-bottom: 0px !important;
    padding: 15px !important;
    font-size: 14px !important;
    border-radius: 0px;
    font-weight: 500 !important;
    line-height: 26px !important;
    border: solid 1px rgb(0 0 0 / 8%) !important;
    color: black !important;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none !important;
}

.filter-logo {
    float: left;
    width: 100%;
}

.filter-logo img {
    width: 100px;
}

.close-filters {
    float: right !important;
    text-align: right !important;
    border: none !important;
    background: rgb(255 255 255 / 0%) !important;
    margin-top: -25px;
}

.close-filters img {
    width: 25px;
}

.privacy-headding {
    float: left;
    width: 100%;
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 7px;
}

/* responsive */
</p> </body> </html>