@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body, table {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
}
a {
        color: #28a745;
}
#id_currency_chzn {
        width: 70px !important;
}
.product-thumb {
        border: 1px solid #ddd;
        margin-bottom: 20px;
        overflow: auto;
}


#logo img {
        height: 60px;
}
.form_sort_count .box_cat_man .control-group,
.form_sort_count .box_cat_man .control-label,
.form_sort_count .box_cat_man .controls,
.form_sort_count .filter_price .control-group,
.form_sort_count .control-group .control-label,
.form_sort_count .control-group .controls
{
        display: inline;
}

.form_sort_count .box_cat_man,
.form_sort_count .filter_price{
        margin-bottom: 20px;
}

#remember_me 
{
        margin-left: 0;
        margin-top: 5px;
}

.rowremember
{
        margin-bottom: 10px !important;
}

#search{
        width: 100%;

}

.mod-shop-search .input-group {
        width: 100%;
}
.mod-shop-search .input-group-btn{
        width: inherit;
}

/*Products list*/
.list_product > .row-fluid > div {
        padding: 0 1.5em;
}
.list_product .block_product {
        border: none;
        padding: 0;
        margin-bottom: 10px;
}
.list_product .block_product .product {
        border: 1px solid #ddd;
        padding: 1em 1.5em;
        min-height: 300px;
}
.jshop_list_product .product .name a {
        font-weight: bolder;
}
.jshop_list_product .product .name,
.jshop_list_product .product .jshop_price {
        text-align: left;
}
.jshop_list_product .product .description {
        padding-top: 0;
        padding-bottom: 10px;
}
.jshop_list_product .product .jshop_price {
        font-size: 12px;
        font-weight: bold;
        padding-right: 10px;
}
.jshop_list_product .price > div {
        display: inline-block;
}
.jshop_list_product .buttons {
        margin: 0;
}
.jshop_list_product .button-group {
        border-top: 1px solid #ddd;
        background-color: #eee;
        overflow: auto;
}
.jshop_list_product .button-group button {
        width: 80%;
        border: none;
        display: inline-block;
        float: left;
        background-color: #eee;
        color: #888;
        line-height: 38px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
}
.jshop_list_product .button-group button + button {
        width: 20%;
        border-left: 1px solid #ddd;
}
.jshop_list_product .button-group button:hover {
        color: #444;
        background-color: #ddd;
        text-decoration: none;
        cursor: pointer;
}
ul.pagination-list {
        list-style-type: none;
        display: inline-block;
        padding-left: 0;
        margin: 0;
        border-radius: 4px;
}
ul.pagination-list li {
        display: inline;
}
ul.pagination-list > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
}
ul.pagination-list span[class^="icon-"] {
        font: normal normal normal 14px/1 FontAwesome !important;
}
.icon-first::before {
        content: "\f100";
}
.icon-previous::before {
        content: "\f104";
}
.icon-next::before {
        content: "\f105";
}
.icon-last::before {
        content: "\f101";
}
ul.pagination-list li.disabled a {
        color: #ccc;
        cursor: no-drop;
}
#sort_count .input-group .inputbox {
        display: table-cell;
        position: relative;
        z-index: 2;
        float: left;
        min-width: 120px;
        margin-bottom: 0;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid #ccc;
}
.box_products_sorting .icon-arrow img {
        margin-top: 5px;
}
.jshop_list_category .block-category {
        border: #f5f5f5 1px solid;
        padding: 10px;
}
.jshop_list_category .block-category img, .product .media img {
        max-width: 100px;
}
.list_product .block_product .product {
        min-height: 120px;
}
.categories-carousel .item {
        border: #f5f5f5 1px solid;
        border-radius: 10px;
        text-align: center;
}
.categories-carousel .owl-stage {
        padding-left: 0 !important;
}
.add-to-cart .btn, .update-qty .btn {
        border-radius: 50%;
        width: 30px;
        height: 30px;
}
.mzc-preview-cart .mzc-preview-img-cart img {
        max-width: 100%;
}
.jshop.productfull h3, .jshop h3 {
        margin: 10px 0;
}
.alert-link {
        border: #f5f5f5 1px solid;
}
.update-qty .input-quantity {
        margin-top: 5px;
        margin-bottom: 0;
}
.mod-sp-vmajaxsearch .sp-vmajax-search-submit {
        border: none;
}
.mzc-ajaxsearch-results {
        padding-top: 10px !important;
}
ul.sp-vmajax-courses-search li {
        border-bottom: 1px #eee solid;
}
@media (max-width: 767px) {
        #comjshop_list_product .sblock4,
        #comjshop_list_product .sblock3 {
                padding: 0;
        }
        .mod-shop-search .input-group-btn {
                width: auto;
        }
        header #logo {
                text-align: center;
                padding-top: 10px;
        }
        #mzc_copyright {
                text-align: center;
        }
}
