@import url('https://fonts.googleapis.com/css?family=Roboto');

@media all and (min-width: 1300px) {
    .container {
        width: 1295px;
    }
}

@media all and (max-width: 1200px) {
    .header-menu .container > ul > li > a {
        display: block;
        padding: 5px 7px;
        line-height: 26px;
        font-size: 16px;
        /* color: #555; */
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
    }

    .category-grid .item-box {
        height: 329px;
    }

    .header-cart .other-info span {
        font-size: 20px;
        line-height: 20px;
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
        text-align: right;
        padding-right: 15px;
    }

    .header-cart .info a {
        color: #6d6d6d;
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
    }
}

.menu-container {
    height: 100%;
    width: 85%;
    position: absolute;
    z-index: 999;
    top: 12px;
    background: #fff;
    /* width: 100%; */
    /* height: 470px; */
    overflow: auto;
    left: 11px;
    /* display: none; */
}

    .menu-container .tab-content {
        width: 100%;
        padding: 0px;
        border: 0px;
    }

    .menu-container .nav-tabs > li > a, .menu-container .nav-tabs > li {
        color: #fff;
        cursor: default;
        background: #25aae1;
        border: 0px !important;
        padding: 10px 0px;
        text-align: center;
        border-bottom-color: transparent;
        font-weight: 100;
    }

        .menu-container .nav-tabs > li.active > a, .menu-container .nav-tabs > li.active {
            background: #fff;
            color: #555;
        }


    .menu-container .nav-tabs > li {
        float: left;
        padding-top: 8px;
        width: 50%;
    }


#sidebar {
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
}

    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }


        #sidebar ul li {
            margin: 0;
            position: relative;
        }

            #sidebar ul li a {
                padding: 15px 20px 15px 35px;
                font-size: 16px;
                font-weight: 100;
                color: #464646;
                text-decoration: none;
                display: block;
                border-bottom: 1px solid #f2f2f2;
                -webkit-transition: background 0.3s ease-in-out;
                -moz-transition: background 0.3s ease-in-out;
                -ms-transition: background 0.3s ease-in-out;
                -o-transition: background 0.3s ease-in-out;
                transition: background 0.3s ease-in-out;
            }

                #sidebar ul li a i {
                    float: right;
                }

    #sidebar li:hover {
        background: #f2f2f2;
        border-radius: 4px;
    }


.main-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

    .main-content .content {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 60px;
        width: 100%;
    }

        .main-content .content h1 {
            font-weight: 100;
        }

        .main-content .content p {
            width: 100%;
            line-height: 160%;
        }

    .main-content #sidebar-toggle {
        background: #DF314D;
        border-radius: 3px;
        display: block;
        position: relative;
        padding: 10px 7px;
        float: right;
    }

        .main-content #sidebar-toggle .bar {
            display: block;
            width: 18px;
            margin-bottom: 3px;
            height: 2px;
            background-color: #fff;
            border-radius: 1px;
        }

            .main-content #sidebar-toggle .bar:last-child {
                margin-bottom: 0;
            }

        .main-content #sidebar-toggle .bar {
            display: block;
            width: 18px;
            margin-bottom: 3px;
            height: 2px;
            background-color: #fff;
            border-radius: 1px;
        }

            .main-content #sidebar-toggle .bar:last-child {
                margin-bottom: 0;
            }


.menu a.home {
    display: inline-block;
    background: url(../imagenes/bpi.png) no-repeat 4px 10px;
}

.menu a.explore {
    display: inline-block;
    background: url(../imagenes/gasi.png) no-repeat 4px 10px;
}

.menu a.users {
    display: inline-block;
    background: url(../imagenes/bicici.png) no-repeat 4px 10px;
}

.menu a.signout {
    display: inline-block;
    background: url(../imagenes/bai.png) no-repeat 4px 10px;
}


#sidebar .menu .submenu {
    display: none;
}


#sidebar ul li ul.visible {
    display: block;
}

.submenu a.home {
    display: inline-block;
    background: url(../imagenes/bpi.png) no-repeat 4px 10px;
}



.submenu a.users {
    display: inline-block;
    background: url(../imagenes/bicici.png) no-repeat 4px 10px;
}

.submenu a.signout {
    display: inline-block;
    background: url(../imagenes/bai.png) no-repeat 4px 10px;
}

@media all and (max-width: 1024px) {
    .header-cart .info .cart-label-mobile {
        display: block;
    }

    .used-books-result .product-list .item-box .add-book {
        width: 80%;
        display: table;
        /* margin: auto; */
        float: none;
        border: none;
    }

    .used-books-result .product-list .item-box .picture-2 + .details-2 {
        margin: 15px 0;
        width: 100%;
    }

    .header-menu .container {
        position: static;
    }

    .html-search-page .side-2, .html-search-page .search-input, .html-search-page .page-title {
        display: none;
    }

    .html-search-page .center-2 {
        width: 100%;
    }

    #sidebar .top-menu {
        display: block !important
    }

    .arrow:after {
        content: "\e605";
        font-family: 'simple-line-icons';
        position: absolute;
        right: 15px;
        top: 5px;
        background: #f9f9f9;
        bottom: 5px;
        width: 40px;
        text-align: center;
        padding-top: 14px;
        max-height: 46px;
    }

    .active-menu {
        color: #25aae1 !important;
    }

    .arrow-down:after {
        content: "\e604";
        font-family: 'simple-line-icons';
        position: absolute;
        right: 15px;
        top: 5px;
        background: #f9f9f9;
        bottom: 5px;
        width: 40px;
        text-align: center;
        padding-top: 14px;
        max-height: 40px;
    }

    .header-cart .info span {
        font-size: 0px;
    }

    #sidebar ul li a:active active-menu {
        color: #25aae1;
    }

    #sidebar ul li ul li a {
        background: #fff;
        border: 0px;
        color: #a9a9a9;
    }


    .loginlink {
        display: inline-block;
        margin: 0;
    }

    a.iconMenu {
        display: block;
        font-size: 35px;
        float: right;
        margin-top: 11px;
    }

    .other-info {
        display: none;
    }

    .header-cart .info a {
        font-size: 0px
    }

    .search-box input.search-box-text, .search-isbn input#SearchProduct {
        width: 78%;
        height: 40px;
        margin: 0px;
    }

    .header-cart .info {
        position: relative;
        background-position: 0 center;
        padding: 0px;
        margin-top: 15px;
        /* width: 75px; */
        /* display: inline-block; */
        /* height: 33px; */
    }

    .header-cart .mobile-whatsapp-btn {
        background: url(/Themes/HsPetiwala/Content/images/WhatsApp_Icon.png) no-repeat;
        padding: 13px;
        background-size: 27px 28px;
        border: 0px;
        position: relative;
        display: inline-block;
        vertical-align:bottom;
    }

    .search-box .search-box-button, .search-isbn .search-product-button {
        width: 18%;
        height: 40px;
        font-size: 13px;
        position: relative;
        padding: 0px;
        margin: 0px;
    }


    .search-box, .search-isbn {
        margin: 13px 0 0;
    }

    .header-logo {
        margin-top: 23px;
    }

    .category-grid .item-grid .row :nth-child(3n+1) {
        /* clear: both; */
    }

    .category-grid .item-grid .row :nth-child(3n+1) {
        /* clear: both; */
    }

    .category-grid .item-box {
        position: relative;
        height: 250px;
        /* margin: 5px; */
        overflow: hidden;
        background: #f5f6f6;
        width: 100%;
    }

    .header-upper {position: absolute;display: block;right: 0;background: transparent;bottom: 60px;z-index: 999;}
        .header-upper .container {max-width:0}
    .header-links li {display:none}
     .header-upper  .contact {display:none}
    .whatsapp-btn {display:none}

    .html-home-page .center-2 {
        width: 100%;
    }

    .bestsellers {
        position: relative;
        display: none;
    }

    .top-menu {
        /* display: none !important; */
        text-align: center;
    }

    .login-page .page-title,
    .login-page .fieldset .title,
    .checkout-as-guest-or-register-block .title,
    .checkout-as-guest-or-register-block .text,
    .checkout-as-guest-or-register-block .checkout-as-guest-button,
    .external-authentication, .login-page .topic-block {
        display: none;
    }

    .checkout-as-guest-or-register-block .checkout-as-guest-button {
        display: block;
    }

    .login-page .returning-wrapper .buttons {
        padding: 5px 0px !important;
        margin: 0px;
    }

    .login-page .returning-wrapper .buttons {
        padding: 10px;
    }

    .page-title-bottom, .page-title-bottom h2 {
        display: block !important;
        text-align: center;
        color: #17436c;
        font-size: 18px;
        font-weight: 500;
        font-family: Roboto;
    }

    .checkout-as-guest-or-register-block {
        float: left !important;
        width: 100% !important;
    }

        .checkout-as-guest-or-register-block .buttons .register-button,
        .wishlist-content .email-a-friend-wishlist-button {
            background: #8dc73f !important;
            border-radius: 3px;
        }

    .fieldset {
        width: 100% !important;
    }

    .login-page .fieldset .form-fields {
        background: #fff;
        border: 0px;
    }

    .inputs.reversed {
        text-align: left;
    }

    .forgot-password {
        float: right;
    }

    .wishlist-content .update-wishlist-button, .wishlist-content .wishlist-add-to-cart-button,
    .registration-page .button-1,
    .registration-result-page .button-1,
    .login-page .button-1,
    .password-recovery-page .button-1,
    .account-page .button-1,
    .return-request-page .button-1,
    .contact-page .page-body .buttons input,
    .html-order-completed-page .button-1,
    .html-order-details-page .button-2,
    .html-order-details-page .button-1 {
        /* min-width: 140px; */
        width: 100%;
        border-radius: 3px;
        background-color: #25aae1 !important;
        padding: 10px 30px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

    .login-page .returning-wrapper .inputs label {
        display: block;
        text-align: left;
        padding: 5px;
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 100%;
        border-radius: 6px;
    }

    .password-recovery-page .page-title h1,
    .contact-page .page-title h1,
    .html-order-completed-page .page-title h1,
    .registration-page .page-title h1,
    .html-account-page .page-title h1 {
        font-size: 22px;
        font-weight: 700;
        color: #8dc73f;
        text-align: center;
        font-weight: 100;
    }

    .registration-page .page-body .fieldset .title,
    .html-account-page .page-body .fieldset .title {
        text-align: left;
        color: #17436c;
    }

    .registration-page .page-body .fieldset .form-fields,
    .registration-page .page-body .fieldset .form-fields,
    .html-password-recovery-page .page-body .fieldset .form-fields,
    .html-account-page .page-body .fieldset .form-fields,
    .html-account-page .page-body .edit-address {
        background: #fff;
        border-top: 3px solid #e6e6e6;
    }

        .registration-page .page-body .fieldset .form-fields .inputs label,
        .contact-page .page-body .fieldset .form-fields .inputs label,
        .html-password-recovery-page .page-body .fieldset .form-fields .inputs label,
        .html-account-page .page-body .fieldset .form-fields .inputs label,
        .html-account-page .account-page .page-body .fieldset .edit-address .inputs label {
            width: auto;
            display: block;
            text-align: left;
            padding: 5px;
        }

        .registration-page .page-body .fieldset .form-fields .inputs input,
        .html-account-page .page-body .fieldset .form-fields .inputs input,
        .html-account-page .account-page .page-body .edit-address .inputs input,
        .html-account-page .account-page .page-body .edit-address .inputs select,
        .contact-page .page-body .fieldset .form-fields .inputs input,
        .contact-page .page-body .fieldset .form-fields .inputs textarea {
            border-radius: 5px;
        }

    .html-account-page .center-2 .address-edit-page .edit-address .inputs label {
        width: 100%;
        text-align: left;
        padding: 5px;
    }

    .html-account-page .center-2 .address-edit-page .edit-address .inputs {
        position: relative;
        margin: 0px;
        text-align: center;
        white-space: unset;
        font-size: 0;
    }

    .html-product-details-page .frequently-bought {
        display: none;
    }

    .product-details-page-1 .gallery,
    .cart-box.style-2 {
        margin: 0px;
    }
}

@media all and (max-width: 1000px) {
    .theme-custom {
        max-width: initial !important;
        margin: auto !important;
    }
    .c-img-box {    max-width: 33.336%;width: 33.3336%;}
    .m-manufactur-box {    width: 45%;}
}



@media all and (max-width: 992px) {
    .header-logo {display:table;margin:auto;}
    .search-box, .search-isbn {    width: 300px;float: none;margin:auto ;margin-top: 20px;}
}

@media all and (max-width: 768px) {
    .terms-of-service{    padding: 0 0px;}
    .footer-upper{    padding: 35px 10px;}
    .cart-footer .total-info{padding: 5px 10px 15px;}
   /* .shopping-cart-page .checkout-attributes{float: none;} */
    .mopbile-pager {
        display: block;
    }

    .home-page .product-grid {
        padding: 0;
        margin: 0px;
    }

    .category-grid .item-box {
        height: 35vw;
    }

    .searh-wrapper {
        float: right;
        width: 100%
    }

    .cart-wrapper {
        float: left;
    }

    .header-cart {
        float: right;
        color: #6d6d6d;
        width: 100%;
        margin-top: 8px;
        text-align: right;
    }

    .header-menu {
        border: 0px;
    }

    .theme-custom {
        position: relative;
        margin: 0px;
        margin-top: -45px !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .html-home-page .side-2 {
        padding: 0px;
    }

    .footer {
        background: #0c223b;
    }

    .footer-bottom {
        background: #fff;
        color: #b2b2b2
    }

    .footer .pull-right {
        /* display: none; */
        text-align: center;
    }

    .footer .newsletter-email {
        display: inline-block !important;
    }

    .footer .footer-block {
        width: 100%;
        padding: 0 3px;
    }

        .footer .footer-block .title {
            display: none;
        }

    .footer-block .list li a, .footer-block .list li {
        border: 0px;
        color: #acacac;
        font-size: 16px;
    }

    .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
        display: none;
    }

    .carousel-wrapper {
        padding: 0px;
        overflow: hidden;
    }

    .html-category-page .side-2, .html-category-page .breadcrumb {
        display: none;
    }

    .html-category-page .center-2 {
        width: 100%;
    }

    .product-selectors {
        margin: 0 !important;
        background: #f3f2f2;
        border: 0px;
        color: #150d0d;
        padding: 5px 1px;
        border-radius: 5px;
    }

        .product-selectors span {
            display: none
        }

        .product-selectors select {
            display: none;
        }

        .product-selectors .dropdown {
            display: block !important;
        }

    .product-filtering .selected-filter {
        padding: 10px;
        font-family: roboto;
        font-size: 16px;
        font-weight: 500;
    }

    .product-selectors .dropdown-menu {
        min-width: 85vw;
    }

    .product-selectors .dropdown .btn {
        background: #fff;
        width: 29vw;
        text-align: left;
    }

        .product-selectors .dropdown .btn::after {
            content: '\25bc';
            right: 0;
            padding-right: 5px;
            position: absolute;
        }

    .product-selectors .dropdown.open .btn {
        background: #25aae1 !important;
        color: #fff;
    }

    .dropdown-menu a {
        width: 100%;
        color: #464646;
        font-size: 14px;
        font-family: roboto;
        font-weight: 400;
        padding: 5px 10px;
        margin: 2px;
        display: block;
    }

    .product-selectors select {
        border: 1px solid #e1e0e0;
        font-size: 15px;
        height: auto;
        line-height: 14px;
        padding: 8px !important;
        margin: 0px !important;
        border-radius: 5px;
    }

    .product-selectors .product-sorting {
        margin: 0px !important;
        width: auto;
    }

    .product-selectors .product-page-size {
        margin: 0px;
    }

    .product-selectors .product-viewmode a {
        width: 32px;
        height: 32px;
    }

    /*.product-list .row :nth-child(1n+1) {
        clear: both;
        width: 100%;
        float: none !important;
    }*/

    .product-list .item-box .details {
        padding: 0;
        display: inline-block;
        width: 60%;
        vertical-align: top;
        margin: 0px !important;
    }

        .product-list .item-box .details .product-title a, .product-grid .item-box .details .product-title a {
            font-size: 3vw;
            color: #494949;
            font-weight: bold;
            font-family: roboto;
        }

        .product-list .item-box .details .add-info .prices label,
        .product-grid .item-box .details .add-info .prices label,
        .product-grid .item-box .prices label,
        .product-list .item-box .prices label {
            font-size: 15px;
            color: #494949;
            font-weight: bold;
        }

        .product-list .item-box .details .add-info .prices span,
        .product-grid .item-box .details .add-info .prices span,
        .product-grid .item-box .prices span,
        .product-list .item-box .prices span {
            font-size: 15px;
            color: #8dc73f;
            font-weight: bold;
            width: auto;
        }

    .product-list .item-box .picture-1 {
        border: 0px;
    }

    .product-list .item-box .details-1 .prices-1 {
        font-size: 12px;
        text-align: left;
        display: inline-block;
    }

    .product-list .item-box .picture {
        overflow: hidden;
        z-index: 1;
        background-color: #fff;
        margin: 0 10px 8px 0;
        /*height: 165px;*/
        width: 30%;
        border: 2px solid #fff;
        box-shadow: 0px;
        -webkit-box-shadow: 0px;
        float: left;
        max-width: 100%;
        box-shadow: none;
        display: inline-block;
    }

        .product-list .item-box .picture a img {
            width: 100%;
            height: auto;
            margin-top: 10px !important;
            height: auto;
            margin: 0px;
            max-width: 100%;
        }

    .product-list .item-box {
        float: left;
        border-top: 1px solid #ebebeb;
    }

    .button-quickview-container {
        display: none !important;
    }

    .product-list .item-box .product-box-add-to-cart-button, .product-grid .item-box .product-box-add-to-cart-button {
        background-color: #25aae1;
        text-align: center;
        font-size: 12px;
        color: #fff;
        display: block !important;
        border: 0px;
        border-radius: 5px;
        float: left;
        bottom: 0px;
        vertical-align: bottom;
        top: 50px;
        display: inline-block;
        padding: 10px;
        /* width: 100%; */
    }

    .html-product-details-page .breadcrumb {
        display: none;
    }

    /*.product-grid .row :nth-child(2n+1) {
        clear: both;
        width: auto;
    }*/

    .product-grid .item-grid .item-box {
        width: 50%;
    }

        .product-grid .item-grid .item-box .product-item,
        .product-grid .item-grid .item-box .product-item .picture,
        .product-grid .item-grid .item-box .product-item .picture a,
        .product-grid .item-grid .item-box .product-item .picture a img,
        .product-grid .item-grid .item-box .product-item .details .product-title,
        .product-grid .item-grid .item-box .product-item .details .add-info,
        .product-grid .item-grid .item-box .product-item .details .product-title a {
            /*width: 100%;*/
            box-shadow: none !important;
        }

    .product-grid .item-box .picture a img {
        height: auto;
        width: auto;
        margin: 0px;
    }

    .product-grid .item-grid .item-box .product-item .details .product-title,
    .product-grid .item-grid .item-box .product-item .details .product-title a {
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 17px;
    }

    .product-grid .item-box .product-title-2 {
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 17px;
        height: auto;
    }

    .product-list .item-box .product-title-2 {
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 17px;
        height: 55px;
    }

    .product-list .item-box .description {
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 13px;
        line-height: 1;
    }

    .product-list .item-box .rating {
        margin-top: 15px;
    }

    .product-grid .item-box .author,
    .product-list .item-box .author {
        font-size: 14px;
        color: #7f7f7f;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 5px 0px 5px 0px;
        height: 20px;
    }

    .product-selectors .product-viewmode a.grid {
        background-image: url(../images/mobile-icon-grid.png);
        background-size: cover;
        background-position: center center;
    }

        .product-selectors .product-viewmode a.grid.selected {
            background-image: url(../images/mobile-icon-grid-active.png);
            background-size: cover;
            background-position: center center;
        }

    .product-selectors .product-viewmode a.list {
        background-image: url(../images/mobile-icon-list.png);
        background-size: cover;
        background-position: center center;
    }

        .product-selectors .product-viewmode a.list.selected {
            background-image: url(../images/mobile-icon-list-active.png);
            background-size: cover;
            background-position: center center;
        }

    .product-selectors .pager {
        display: none;
    }

    /*.product-details-page .product-essential .row :nth-child(n+1) {
        clear: both;
    }*/
    .gallery {
        float: none;
    }

    .product-details-page .gallery .picture img {
        max-width: 50% !important;
    }

    .product-details-page .overview {
        width: 100%;
    }

        .product-details-page .overview .product-name h1 {
            font-size: 4vw;
            font-family: 'Roboto', sans-serif;
            text-align: center;
            font-weight: 500;
            color: #4f4f4f;
        }

        .product-details-page .overview .product-no-reviews,
        .product-details-page .overview .product-reviews-overview {
            text-align: center;
        }

        .product-details-page .overview .product-review-box {
            float: none;
        }

    .product-review-box .rating {
        width: 96px;
    }

    .product-review-box .rating {
        background: url(../images/mobile-rating-star1.png) repeat-x;
    }

        .product-review-box .rating div {
            background: url(../images/mobile-rating-star2.png) repeat-x;
        }

    .product-details-page .overview .product-reviews-overview {
        margin-top: 15px;
        border-top: 2px solid #f2f2f2;
    }

    .mobile-button a {
        display: block;
        width: 100%;
        padding: 15px;
        margin: 10px 0px 0px 0px;
        background-color: #fff;
        border: 1px solid #a9a9a9;
        color: #a9a9a9;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
    }

    .product-selectors .product-viewmode {
        font-size: 0;
        margin-right: 0px;
        display: inline-block;
        float: right;
    }

    .overview .manufacturers {
        display: none;
    }

    .overview .info ul li {
        margin: 0px 0;
        border-top: 1px solid #e2e1e1;
        padding: 10px 5px;
        color: #a9a9a9;
    }

        .overview .info ul li b {
            color: #464646;
            font-weight: 500;
            font-family: 'Roboto', sans-serif;
        }

    .overview .full-description p {
        color: #464646;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        /* letter-spacing:  1px; */
    }

    .product-collateral .cart-box input[type="radio"] {
        display: none;
    }

    .product-collateral .cart-box, .cart-box {
        border: 0px;
    }

    .availability .in-stock span {
        color: #8dc73f;
        font-size: 16px;
        display: inline-block;
    }

    .availability {
        margin: 0px;
    }

        .availability p {
            font-weight: 400;
            display: inline-block;
            margin: 10px 10px
        }

    .product-variant-line {
        border: 0px;
    }

    .product-share-button, .cart-button-holder .cart-button-icon {
        display: none;
    }

    .add-to-cart-panel select {
        border-radius: 5px;
    }

    .cart-button-holder {
        border: 0px;
        background: #25aae1 !important;
        color: #fff;
    }

    .cart-box .button-1,
    .product-details-page-2 .add-to-cart-button,
    .product-details-page-3 .add-to-cart-button {
        color: #fff;
        font-size: 15px;
        border-radius: 5px;
    }

    .product-details-page .cart-box .button-1 {
        padding: 0px;
    }

    .product-details-page .add-to-wishlist {
        padding: 15px;
    }

    .product-details-page .add-to-wishlist-button {
        width: 100%;
        border: 0px;
        color: #fff;
        background: #cccccc;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }

    .product-details-page-2 .add-to-wishlist-button {
        width: 100%;
        border: 0px;
        color: #fff;
        margin: 5px 0px;
        background: #cccccc;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
    }
    /*** GLOBAL TABLES ***/
    .cart {
        display: block;
    }

        .cart colgroup, .cart thead {
            display: none;
        }

        .cart tbody {
            display: block;
            overflow: hidden;
        }

        .cart tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .cart td {
            display: block;
            border: none;
            padding: 10px;
        }

            .cart td.remove-from-cart {
                margin: 0 0 15px;
                border-bottom: 1px solid #ddd;
                background-color: #eee;
                padding: 10px;
            }

            .cart td.product-picture {
                border-top: 1px solid #ddd;
                text-align: center;
                padding: 15px 10px 5px;
            }

            .cart td.product {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }

            .cart td.quantity {
                display: inline-block;
                padding: 0 10px;
                vertical-align: middle;
            }

            .cart td.unit-price, .cart td.subtotal {
                display: inline-block;
                padding: 20px 10px;
                vertical-align: middle;
            }

    .shopping-cart-page .common-buttons {
        background-color: #fff;
        text-align: center;
    }

        .shopping-cart-page .common-buttons input,
        .cart-footer .checkout-button {
            background-color: #25aae1;
            width: 100%;
            border-radius: 5px;
        }

    .shopping-cart-page .cart-options {
        overflow: unset;
    }

    .checkout-form .column-left,
    .checkout-form .column-right {
        width: 100%;
        padding: 0px;
        border: 0px;
        float: none;
    }

        .checkout-form .column-left input,
        .checkout-form .column-right input,
        .checkout-form .column-left select,
        .checkout-form .column-right select {
            border-radius: 5px;
        }

    .checkout-form .checkout_line {
    }

    .checkout-form .column-left label,
    .checkout-form .column-right label {
        font-weight: 600;
        font-size: 4vw;
        padding: 5px;
    }

    .cart_container .mt40 {
        margin: 0px;
    }

    .html-account-page .side-2, .html-account-page .center-2 {
        width: 100%;
    }

    .html-account-page .left-style-2 {
        padding: 0px;
    }

    .icon-menu:before {
        font-size: 24px;
    }

    .html-category-page .category-grid .item-box {
        height: 55vw;
    }

    .product-collateral,
    .product-essential {
        margin: 0px !important;
    }

    .add-to-cart-box {
        padding: 0px 15px;
    }

    .nav-tabs > li > a {
        padding: 5px 5px;
    }

    .order-list-page .buttons {
        right: 0px;
    }

    .return-items-btn, .cancel-order-btn, .cancel-order-btn {
        width: 100%;
        margin: 2px;
    }

    #read-more-description {
        display: block;
        width: 100%;
        text-align: center;
        color: #25aae1;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 600;
    }

        #read-more-description:before {
            content: "";
        }

    .variant-overview .upper .product-price {
        color: #8dc73f;
    }

    .variant-overview .upper {
        font-family: 'Roboto';
        font-weight: 500 !important;
        color: #6d6d6d;
    }

    .product-grid .title strong {
        font-size: 20px;
        font-weight: 500;
    }

    .select-holder {
        margin: 0px 0px 0px 5px;
    }
    .m-manufactur-box {    width: 46%;MARGIN: 2%;}
    .header-cart .info .cart-label-mobile {font-size: 12px;position: absolute;background: #25aae1;color: #fff;padding: 4px 7px;border-radius: 100%;left: 30%;top: 20px;display: none;}
    .title-line strong {    DISPLAY: BLOCK;}
}


@media all and (max-width: 600px) {
    .m-manufactur-box {width: 46%;MARGIN: 2%;}
    .header-menu .container > ul {display:none}
    .menu-toggle {display:block !important;text-align: center;position: absolute;top: 0;left: 30px;font-size: 34px;z-index: 999;color: #17436c;}
    .header-menu {background:transparent;}

    .header-menu .container > ul.mobile {display: none;background: #17436c;position: absolute;width: 80%;z-index: 999;top: 30%;padding: 10px 20px;box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.28);left: 0;padding-top: 30px;padding-bottom: 30px;}
    .header-menu .container > ul > li {width: 100%;text-align: left;}
    .header-lower {margin: 20px 0 0;padding: 0px 0px 26px;}

    .html-home-page .master-wrapper-content {    margin-top: 0;}
    .close-btn-menu{position: absolute;top: 5px;right: 5px;font-size: 20px;color: #fff;width: 30px !important;z-index: 999;text-align: center !important;}
    .owl-carousel .owl-nav .owl-prev{    left: -5px !important;}
    .owl-carousel .owl-nav .owl-next{right: 5px !important;}
    .header-upper {position: absolute;display: table;right: 0;background: transparent;bottom: 19%;}

}
@media all and (max-width: 480px) {

    .m-manufactur-inner .m-manufactur-picture a img {height: 200px;}
    .c-img-box {max-width: 48%;width: 48%;}
    .header-upper {position: absolute;display: table;left: 13%;background: transparent;bottom: 19%;right:auto;}
     .search-box {    left: 23px;    position: relative;}
}
@media all and (max-width: 380px) {
    .menu-toggle {position: static;}
    .header-lower{padding: 0;}
    .header-menu .container > ul.mobile {top: 100%;left: 50%;transform: translateX(-50%);text-align: center;}
    .header-menu .container > ul > li{text-align: center;}
    .search-box {    left: 23px;    position: relative;}
   
  
}









