

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/*
Created on : Now 13, 2017, 4:08:50 PM
Author     : Mega Team
layout     : Store
*/

.seller-block-wrap {
    border: 1px solid #ececec;
    border-radius: 4px;
}

.additional {
    border: 1px solid #ececec;
    border-radius: 4px;

    margin: 12px 0;
    padding: 10px;
}

.current-seller {
    display: grid;
    grid-gap: 10px;
    padding: 10px;
}

.other-seller {
    border-radius: 4px;
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0 0;
}

.other-seller p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.other-seller ul {
    padding: 0;
}

li.seller-item {
    clear: both;
    list-style: outside none none;
    padding: 4px 62px 4px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

li.seller-item .seller-name {
    color: #333;
    display: block;

    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 136px;
}

li.seller-item .seller-price {
    color: #ff3323;
    display: block;

    font-weight: 500;
    margin-top: 0;
}

li.seller-item .btn-set-seller {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    bottom: 0;
    color: #4a4a4a;

    height: 24px;
    line-height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 56px;
}

.store-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 8px;
}

.store-info + .store-info .text {
    line-height: 22px;
}

.store-info .category-list-link a {
    font-weight: 500;
    color: #75a012;
}

.category-list-link a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.store-info .image {
    width: 24px;
    height: 24px;
}

.store-info .text {
    width: 100%;
}

.store-info .text-small {
    color: #414141;
    display: block;
}
.store-info .pharmacist-link {
    color: #072d94;
}

.store-info .pharmacist-link:hover {
    text-decoration: underline;
}

.expired-date {
    display: none
}

.additional .item img {
    float: left;
}

.additional .item p {
    margin-left: 30px;
}

.register-to-sell {
    border-top: 1px dashed rgba(0, 0, 0, 0.12);

    padding: 10px 81px 0 0;
    position: relative;
    clear: both;
    line-height: 30px;
}

.register-to-sell a {
    border: 1px solid #75a012;
    border-radius: 4px;
    font-size: 11px;
    height: 24px;
    line-height: 15px;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    top: 13px;
    white-space: nowrap;
    width: 56px;
    background-color: #75a012;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.store-page-wrapper {
    padding: 20px 0;
    margin: auto;
    background: #f5f5f5;
}

.store-page {
    background: #fff;
}

.store-page+.store-page {
    margin-top: 25px;
}

.store-information-box {
    border-bottom: 1px solid #e3e3e3;
}

.store-name-wrapper {
    height: 150px;
    width: 320px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-flow-wrapper {
    display: inline-block;
    width: calc(100% - 320px);
    padding: 15px 0;
}

.store-name-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}

.store-avatar {
    width: 75px;
    height: 75px;
    border: 4px solid #999;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.store-avatar img {
    width: 100%;
}


.store-name span {
    display: block;
    text-transform: uppercase;
}

.store-name span.seller-rating {
    display: inline-block;
    font-size: 19px;
}

.store-button {
    display: block;
    width: 100%;
    position: absolute;
    top: 105px;
    left: 0;
    text-align: center;
}

.store-button button {
    width: 45%;
    margin: 0 1%;
    background: none;
    border-radius: 3px;
    border-color: #eee;
    color: #fff
}

.strore-text-value {
    color: #ff5722
}

.section-store-overview {
    padding-top: 10px;
    padding-bottom: 10px;
}

.store-menu {
    border-bottom: 1px solid #e3e3e3;
}

.store-nav {
    min-height: 0;
    border: none;
}

.collections-nav ul.navbar-nav {
    float: none;
    border-bottom: 1px solid #e1e1e1
}

.collections-nav ul.navbar-nav li {
    margin-bottom: -1px;
}

.collections-nav ul.navbar-nav li a {
    border-bottom: transparent;
}

.collections-nav ul.navbar-nav li.active a {
    border-bottom: 2px solid #ff5722;
}

.collections-nav ul.navbar-nav li:first-of-type {
    padding-left: 0
}

.collections-nav ul.navbar-nav li:last-of-type {
    padding-right: 0
}

.store-nav.navbar-default .navbar-nav>li>a {

    font-weight: normal;
    color: #111;
    padding-left: 35px;
    padding-right: 35px;
}

.store-nav.navbar-default .navbar-nav>li>a:hover,
.store-nav.navbar-default .dropdown-menu>li>a:hover {
    font-weight: normal;
    color: #ff5722;
}

.store-nav li a {
    border-bottom: 2px solid #fff
}

.store-nav li.active a {
    border-bottom: 2px solid #ff5722;
}

.store-dropdown {
    min-width: 250px;
}

.item-desc-image {
    width: 50px;
}

.item-desc-name {
    color: #333;
}

.item-desc-name small {
    display: block;
    color: gray;
}

.store-about {
    padding: 15px 25px;
}

.store-filter-title {
    margin: 25px auto 10px;
    font-size: 19px;
}

.jscroll {
    height: 300px;
}

.input-checkbox {
    display: block;
    height: 0;
    margin: 0;
    visibility: hidden;
    width: 0
}

.input-checkbox+label {
    color: #555;
    display: block;
    font-weight: 400;
    line-height: 18px;
    padding-left: 29px;
    position: relative
}

.input-checkbox+label::before {
    border-color: #ff4500;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 13px;
    left: 6px;
    top: 2px;
    transform: rotate(45deg);
    visibility: hidden;
    width: 6px;
    z-index: 2
}

.input-checkbox+label::after,
.input-checkbox+label::before {
    box-sizing: border-box;
    content: "";
    position: absolute
}

.input-checkbox+label::after {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    display: block;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    z-index: 1
}

.input-checkbox:checked+label {
    color: #111
}

.input-checkbox:checked+label::before {
    visibility: visible
}

.input-checkbox:disabled+label::after,
.input-checkbox:disabled+label::before {
    background-color: #f1f1f1
}

.input-checkbox {
    display: none
}

.store-product-filter {
    position: relative;
    margin-left: 10px;
}

.store-product-filter+.store-product-filter {
    margin-top: 15px;
}

.store-product-filter label {
    margin: 0
}

.store-link-to-product {
    color: #313131;
    text-align: left;
}

.store-all-product {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.store-all-product aside {
    padding-left: 30px;
}

.store-product-block-img {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-product-title {
    color: #007cb9;

    line-height: 19px;
    height: 50px;
}

.strore-vertical-block {
    font-size: 12px;
    color: gray;
}

.store-rating {
    float: right;
}

.strore-vertical-block .store-rating .ca {
    color: #ffce3d;
}

.store-product-btn {
    padding-top: 15px;
    margin-bottom: 25px;
}

.store-product-btn a {
    border-radius: 0;
    background: #3498db;
    color: #fff;
    padding: 5px 15px;
    text-align: center;

}

.store-product-btn a:hover,
.store-product-btn a:active,
.store-product-btn a:focus {
    background: #e67e22
}

.store-pagination ul {
    margin: 0;
}

span#toc_0 {
    color: #0060aa;
    font-size: 23px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px auto 10px;
}

.brand-block {
    display: flex;
}

.item-brand {
    margin-right: 10px;
}

.product-sale-price-text {
    display: flex;
    grid-gap: 4px;
}

.product-sale-price-item {
    margin: 10px 10px 10px 0;
}

#sale-price-show {
    font-size: 24px !important;
}

.product-info {
    list-style: disc;
    margin-left: 30px;
}

.product-info li {
    padding: 5px 0;
}

.shipping-policy i {
    margin-right: 10px;
    color: #75a012;
}

.shipping-policy {
    font-size: 16px;
}
.flashsale-component-wrapper {
    box-shadow: unset;    
}

.flash-sale-main {
    width: 99%;
    margin: auto;
    padding: 0 15px;
}
