/* Media Queries */

@media (min-width: 1200px) {

} 

@media (min-width: 992px) {

} 

@media (max-width: 991px) {
    section.theme-top div.top-wrapper div.theme-box ul.top-menu {
        text-align: center;
        margin-bottom: 27px;
    }

    section.theme-top {
        background: #0a6dca
    }

    section.theme-center div.center-wrapper div.row-main {
        margin-top: 0;
    }

    section.theme-center {
        background: transparent;
    }

    section.theme-center div.center-wrapper div.row-footer {
        background: #2d2d2d;
        padding-top: 30px;
    }



    section.theme-top div.top-wrapper div.standard-menu ul {
        text-align: center;
    }    

    section.theme-top div.top-wrapper div.standard-menu ul li:last-child,
    section.theme-top div.top-wrapper div.standard-menu ul li:last-child a {
        border-right: 0;
    }

    section.theme-top div.top-wrapper div.cart-details {
        padding: 0 15px;
    }

    section.theme-top div.top-wrapper div.cart-details span {
        font-size: 18px;
        line-height: 39px;
        margin-right: 15px;
    }

    section.theme-top div.top-wrapper div.cart-details span,
    section.theme-top div.top-wrapper div.cart-details span.name {
        color: #141413;
    }

    section.theme-top div.top-wrapper div.cart-details a {
        display: inline-block;
        height: 39px;
        width: 39px;
    }

    section.theme-center div.center-wrapper div.row-main div.content-wrapper div.product-card div.product-info div.product-section div.details {
        text-align: center;
    }

    section.theme-center div.center-wrapper div.row-main div.content-wrapper div.product-card div.product-info div.pricing-container {
        padding: 0;
        border-top: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    section.theme-top div.top-wrapper div.logo-wrapper a.logo span.site {
        font-size: 74px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     section.theme-top div.top-wrapper div.logo-wrapper a.logo span.site {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    section.theme-top div.top-wrapper div.logo-wrapper a.logo {
        text-align: center;
    }

    section.theme-top div.top-wrapper div.logo-wrapper a.logo img {
        margin: 0 auto;
        float: none;
    }

    section.theme-top div.top-wrapper div.logo-wrapper a.logo span.site {
        margin-left: 15px;
        font-size:50px;
    }

    section.theme-center div.center-wrapper div.row-footer div.author div.rights-holder {
        text-align: center;
    }

    section.theme-top div.top-wrapper .mobile-menu #searchForm input {
        margin: 13px 0 13px 13px;
        padding: 0 13px;
        width: calc(100% - 55px);
    }

    section.theme-top div.top-wrapper .mobile-menu  #dl-menu3.dl-menuwrapper .search-wrapper button {
        margin: 13px 0;
    }

    section.theme-top div.top-wrapper .mobile-menu div.cart-details {
        padding: 15px;
    }

    section.theme-top div.top-wrapper .mobile-menu div.cart-details span.name {
        display: block;
    }

    section.theme-top div.top-wrapper .mobile-menu .dl-menuwrapper li .cart-details a {
        padding: 0
    }

    section.theme-center div.center-wrapper div.row-main div.content-wrapper div.product-card div.product-info div.product-section {
        border-bottom: 0;
    } 

    section.theme-center div.center-wrapper div.row-main div.content-wrapper div.product-card div.product-info div.pricing-container span.old-price,
    section.theme-center div.center-wrapper div.row-main div.content-wrapper div.product-card div.product-info div.pricing-container span.current-price {
        display: block;
    }

    .shop-terms > ul > li {
        width: 50%
    }

    section.theme-center div.center-wrapper div.row-main div.contact-main form button {
        margin: 0 auto 35px;
        float: none !important;
        display: block;
    }
}

@media (max-width: 600px) {
 section.theme-center div.center-wrapper div.row-main div.content-wrapper div.products-holder div.product-listing-container .col-100 {
        width: 100%
    }
}

@media (max-width: 480px) {
    .shop-terms > ul > li {
        width: 100%
    }

   
}