/* 
    Created on : 28 Jan, 2022, 7:11:25 PM
    Author     : clinivantage
*/

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

th {
    text-transform: capitalize;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

/*** MISE EN PLACE _________________________________**/
/* Globals _____________ */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1.center {
    font-family: Montserrat, "Open sans", arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 0.2em 0;
}

h1.center:before,
h1.center:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 2px;
    vertical-align: middle;
    border-top: 3px double rgba(0, 0, 0, 0.1);
}

h1.center:before {
    left: -0.5em;
    margin: 0 0 0 -50%;
}

h1.center:after {
    left: 0.5em;
    margin: 0 -50% 0 0;
}

/* &:before {
  left: -.5em;
  margin: 0 0 0 -50%;
}

&:after {
  left: .5em;
  margin: 0 -50% 0 0;
}

*/

hr {
    width: 100%;
    clear: both;
    border: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin: 0.75em 0;
}

hr.clear {
    border: none;
    margin: 0;
}

hr.divide-75 {
    border: none;
    margin: 0.75em 0 0;
}

#search hr {
    margin: 1em 0 0.5em;
}

strong {
    font-weight: 700;
}

sup {
    vertical-align: super;
    font-size: 0.83em;
}

label {
    display: block;
}

.buyer .products input[type="number"] {
    font-family: "Open sans", arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.05);
}

/* Common classes _____________ */
.clearfix:after,
.box:after,
#login form:after,
#register form:after,
#productlist:after,
#basket:after,
#search-invoices:after,
#history:after,
nav.top .navigation nav:after,
footer:after,
#login #setFlash:after,
#register #setFlash:after,
.errorMessage:after,
#app:after,
#app .alert:after,
#app .half:after,
#app .whole:after,
#wrapp:after,
#search:after,
#productlist ol:after,
#productlist ol li:after,
#productlist dl:after,
#productlist dt:after,
#productlist dd:after,
#productlist dd span:after,
#productlist dl div:after,
.legend:after,
.legend span:after,
#basket h2:after,
#basket p:after,
#basket ol:after,
#basket li:after,
#basket strong:after,
#basket li span:after,
#basket small:after {
    content: "";
    display: table;
    clear: both;
}

.center {
    text-align: center;
}

.left,
hr,
.buyer input[type="email"],
input[type="number"],
header a.brand,
header a img,
nav.top li,
nav.top a:link,
nav.top a:visited,
nav.top .loggedinAs,
.errorMessage,
#search,
#search label,
#productlist ol,
#productlist ol li,
#productlist dl,
#productlist dt,
#productlist dd,
#productlist dd span,
#productlist dl div,
.legend,
.legend span,
#basket h2,
#basket p,
#basket ol,
#basket li,
#basket strong,
#basket li span,
#basket small,
#basket div,
#basket textarea,
#search-invoices form,
#search-invoices th,
#search-invoices td {
    float: left;
}

.right,
.closeIt,
nav.top ul,
nav.top a.nav-toggle:link,
nav.top a.nav-toggle:visited,
#wrapp,
#productlist dd a,
#productlist dd input.pqty,
#basket a,
#basket input.bqty {
    float: right;
}

.block,
.successMsg,
.alertMsg,
.errorMsg,
nav.top .navigation,
#login form p,
#register form p {
    width: 100%;
}

.icon {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    background: transparent url(../images/icons.svg) no-repeat 0 0;
    background-size: 100%;
    border: none;
    display: block;
}

.icon.star {
    background-position: 0px -24px;
}

.icon.starY {
    background-position: 0px -48px;
}

.icon.remove {
    background-position: 0px -72px;
}

.icon.update {
    background-position: 0px -96px;
}

.icon.block,
.icon.successMsg,
.icon.alertMsg,
.icon.errorMsg,
nav.top .icon.navigation,
#login form p.icon,
#register form p.icon {
    background-position: 0px -120px;
}

.icon.unblock {
    background-position: 0px -144px;
}

.icon.allergen {
    background-position: 0px -192px;
}

.icon.photo {
    background-position: 0px -216px;
    overflow: visible;
    text-indent: 0;
    position: relative;
}

.icon:hover {
    zoom: 1;
    filter: alpha(opacity=5);
    opacity: 0.5;
}

.icon.photo span {
    position: absolute;
    bottom: 0;
    z-index: 10001;
    right: 0;
    width: 300px;
}

.icon.photo span img {
    max-width: 100%;
}

.icon.photo:hover,
.icon.photo:hover span,
.icon.photo:hover span img {
    zoom: 1;
    filter: alpha(opacity=10) !important;
    opacity: 1 !important;
}

#productlist {
    position: relative !important;
}

#productlist h2 {
    margin: 0;
}

#productlist ol {
    width: 100%;
    margin-bottom: 1em;
}

#productlist ol li {
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0.875em;
}

#productlist ol li:before {
    background: #bed63d;
    position: absolute;
    left: -10px;
    top: 1px;
    content: "";
    width: 2px;
    height: 100%;
}

#productlist ol li.low_stock:before {
    background: #f89a20;
}

#productlist ol li.no_stock:before {
    background: #ff3b17;
}

#productlist dl {
    width: 100%;
    margin: 0 0 2em;
}

#productlist dt {
    width: 100%;
    padding: 5px 10px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

#productlist dt:before {
    background: #bed63d;
    position: absolute;
    left: -10px;
    top: 1px;
    content: "";
    width: 2px;
    height: 100%;
}

#productlist dt.low_stock:before {
    background: #f89a20;
}

#productlist dt.no_stock {
    color: rgba(87, 87, 87, 0.35);
    font-weight: 400;
}

#productlist dt.no_stock:before {
    background: #ff3b17;
}

#productlist dd {
    width: 100%;
    position: relative;
    /* Safari/Chrome on mobile */
    /* end hack */
}

#productlist dd:before {
    background: #bed63d;
    position: absolute;
    left: -10px;
    top: -1px;
    content: "";
    width: 2px;
    height: 100%;
}

#productlist dd.low_stock:before {
    background: #f89a20;
}

#productlist dd.no_stock {
    color: rgba(87, 87, 87, 0.35);
    font-weight: 400;
}

#productlist dd.no_stock a {
    display: none;
}

#productlist dd.no_stock:before {
    background: #ff3b17;
}

#productlist dd a {
    margin: 5px 10px 0 0;
}

#productlist dd input.pqty {
    margin-right: 10px;
    width: 80px;
    padding: 7px 5px 8px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#productlist dd span {
    padding: 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 0.875em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
    #productlist dd input.pqty {
        margin-top: -1px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 9px;
    }

    /* #productlist dd span {
    padding: 6px 10px;
  } */
}

#productlist dl div {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#productlist dl div:nth-of-type(even) {
    background: #fbf9f6;
}

.legend {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.legend span {
    padding: 0 10px;
    border-right: 1px solid #fff;
    min-width: 60px;
}

.legend span.l-one {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #fff;
}

/* #basket { */
/* Safari/Chrome on mobile */
/* end hack */
/* } */

#basket h2 {
    width: 100%;
    margin: 0;
}

#basket div.ng-binding p {
    margin-bottom: 1em;
}

#basket div.ng-binding p:not([class]) {
    display: none;
}

#basket p {
    width: 100%;
}

#basket ol {
    width: 100%;
    margin: 0 0 0.75em;
}

#basket li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 4px;
    padding-top: 4px;
}

#basket li.total {
    background: #006def;
    color: #fff;
    padding: 5px 10px;
    text-align: right;
    font-weight: 700;
    margin-top: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#basket strong {
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
}

#basket strong:before {
    background: #bed63d;
    position: absolute;
    left: -10px;
    top: 1px;
    content: "";
    width: 2px;
    height: 100%;
}

#basket strong.low_stock:before {
    background: #f89a20;
}

#basket strong.no_stock {
    color: rgba(87, 87, 87, 0.35);
    font-weight: 400;
}

#basket strong.no_stock:before {
    background: #ff3b17;
}

#basket a {
    margin: 5px 10px 0 0;
}

#basket input.bqty {
    margin-right: 10px;
    width: 80px;
    padding: 7px 5px 8px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
    #basket input.bqty {
        margin-top: -1px;
        padding-top: 9px;
    }
}

#basket small {
    width: 100%;
    padding: 0px 10px;
    padding-top: 5px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    margin-top: 4px;
}

#basket small span {
    float: right;
    border: none;
    font-weight: 700;
    padding: 0;
}

#basket .form-group {
    margin-bottom: 0.75em;
}

#basket div,
#basket textarea {
    clear: left;
    width: 100%;
}

#basket select {
    width: 100%;
}

/*** 1280px _________________________________________**/
@media only screen and (min-width: 1280px) {
    #basket strong {
        border-bottom: none;
    }

    #basket strong {
        width: 85%;
    }
}

/*** 960px _________________________________________**/
@media screen and (min-width: 960px) {
    #productlist ol li {
        width: 33.333333%;
        padding: 5px 0;
    }

    #productlist dd span {
        padding: 5px 10px;
    }
}

/*** 768px _________________________________________**/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) {
    /* Topnav _____________ */

    #lefty {
        width: 200px;
        left: -200px;
    }

    #lefty.show {
        left: 0;
    }

    nav.left a.close,
    nav.block a.close,
    nav.successMsg a.close,
    nav.alertMsg a.close,
    nav.errorMsg a.close,
    nav.top nav.navigation a.close,
    nav.top nav.loggedinAs a.close,
    #login nav.second a.close,
    #register nav.second a.close,
    nav.errorMessage a.close,
    nav#app a.close,
    #app nav.alert a.close,
    #app nav.half a.close,
    #app nav.whole a.close,
    nav#search a.close,
    nav.legend a.close {
        width: 200px;
    }

    #wrapp {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        left: 0;
    }

    #wrapp.narrow {
        left: 200px;
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }

    #wrapp.wide {
        left: 0;
        width: 100%;
    }

    #app .half {
        float: left;
        width: 50%;
        padding: 1em;
        margin: 0;
        height: -webkit-calc(100% - 125px);
        height: -moz-calc(100% - 125px);
        height: calc(100% - 125px);
    }

    #app .whole {
        float: left;
        width: 100%;
        padding: 1em;
        margin: 0;
    }

    #productlist {
        height: 100%;
        overflow-y: scroll;
    }

    #productlist ol li:before {
        background: #bed63d;
        position: absolute;
        left: -20px;
        top: 0.85em;
        content: "";
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    #productlist ol li.low_stock:before {
        background: #f89a20;
    }

    #productlist ol li.no_stock:before {
        background: #ff3b17;
    }

    #productlist dt:before {
        background: #bed63d;
        position: absolute;
        left: -20px;
        top: 0.85em;
        content: "";
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    #productlist dt.low_stock:before {
        background: #f89a20;
    }

    #productlist dt.no_stock {
        color: rgba(87, 87, 87, 0.35);
        font-weight: 400;
    }

    #productlist dt.no_stock:before {
        background: #ff3b17;
    }

    #productlist dd:before {
        background: transparent;
    }

    #productlist dd.low_stock:before {
        background: transparent;
    }

    #productlist dd.no_stock:before {
        background: transparent;
    }

    #productlist dd a {
        margin-top: 7px;
    }

    #productlist dd input {
        padding-top: 8px;
    }

    #basket {
        height: 100%;
        overflow-y: hidden;
    }

    #basket strong:before {
        background: #bed63d;
        position: absolute;
        left: -20px;
        top: 0.85em;
        content: "";
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    #basket strong.low_stock:before {
        background: #f89a20;
    }

    #basket strong.no_stock {
        color: rgba(87, 87, 87, 0.35);
        font-weight: 400;
    }

    #basket strong.no_stock:before {
        background: #ff3b17;
    }

    #basket a {
        margin-top: 7px;
    }

    #basket input {
        padding-top: 8px;
    }
}

/*** 768px _________________________________________**/
@media only screen and (max-width: 768px) {
    /* BUYER */
    .card .card-body {
        padding: 1rem;
    }
    .notification .dropdown-menu {
        left: -78px;
        width: 350px;
    }
}

/*** 576px _________________________________________**/
@media only screen and (max-width: 576px) {
    /* BUYER */
    .products .searchbox {
        width: 100% !important;
    }
    .content .products .cart-list {
        width: 100% !important;
    }
    #basket strong {
        width: 64%;
    }
    #productlist dd input.pqty,
    #basket input.bqty {
        width: 45px;
    }
    #basket a {
        margin: 5px 0px 0 0;
    }
    #basket input.ne_price {
        width: 50px !important;
    }
    .buyer .justify-content-center .btn {
        padding: 0.675rem 0.8rem;
    }
    /* .product-search .layout-wrapper .content {
    padding: 0.8rem;
    } */
    /* .buyer .layout-wrapper .content {
    padding: 0.8rem;
    } */
    .my_order_details {
        margin-bottom: 18px !important;
        flex-wrap: wrap;
    }
    .badge {
        margin-right: 0px !important;
    }
    .buyer .content .table-responsive tr td {
        font-size: 0.82rem;
    }
    .cookie-consent > * {
        font-size: 0.82rem;
    }
    .cookie-consent {
        width: 92% !important;
        position: fixed;
        bottom: 10px;
        margin: auto 4% !important;
    }
    .style_contact {
        margin: 0 auto !important;
        width: 95%;
    }
    .buyer .ph-0 {
        padding: 1rem 0.2rem;
    }
    .buyer .ph-0 .text-success .justify-content-between .d-flex {
        padding: 0rem !important;
    }
    .email-list .issues-list .text-success {
        padding-right: 6px !important;
        padding-left: 11px !important;
    }
    #minicart {
        min-width: 24.5rem !important;
        transform: translate3d(-20px, 67.4px, 0px) !important;
    }
    #minicart .desc,
    #minicart > * {
        font-size: 0.8rem !important;
    }
    #minicart .flex-shrink-0 {
        margin-right: 0.5rem !important;
        min-width: 22% !important;
    }
    .cookie_table,
    .cookie_table th,
    .cookie_table td {
        padding: 3px 3px !important;
    }
    .cookie_box {
        padding: 0;
    }

    /* seller */
    .card .card-header .top-seaction {
        flex-wrap: wrap !important;
    }
    .content .importdata {
        padding: 0;
    }
    .top-seaction .searchbox {
        width: 100% !important;
        padding: 0;
    }
    .searchbox #term {
        min-width: 174px !important;
        border-radius: 5px;
    }
    .searchbox .input-group {
        flex-wrap: nowrap;
    }
    /* .top-seaction .searchbox .input-group-btn {
    margin-right: 45px !important;
    } */
    .top-seaction .input-group .mr-5 {
        margin-right: 10px !important;
    }

    /* #dynamicAddRemove{
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }
    #dynamicAddRemove input{
      margin-right: 0px;
      padding: 0.675rem 0.6rem;
    }
    #dynamicAddRemove button{
      margin-top: 3%;
    } */

    .row div.products-btns {
        width: 100% !important;
    }
    .seller_notify .notifications tbody tr {
        padding: 0 !important;
    }
    .seller_notify .notifications tbody tr td {
        padding: 12px;
    }
    .seller_notify .notifications tbody tr .text-truncate {
        width: 137%;
    }
    .seller_notify .notifications tbody tr .text-nowrap {
        white-space: normal !important;
    }
    .seller_notify .notifications tbody tr .dropdown {
        margin-left: 0 !important;
        margin-right: 1rem;
    }
    .seller_notify .card-body {
        padding: 1rem 0 !important;
    }
    .my_flex_wrap {
        flex-wrap: wrap;
    }
    .my_padding_reflexive {
        padding: 0% 3% !important;
    }
    .contact_us_reflexive {
        width: 90%;
        margin: 0 auto;
    }
    .email-list .last-item h6 {
        width: 53% !important;
    }
    /* .sign_in_flex{
    flex-direction: column;
    } */
    .menu {
        width: 80% !important;
    }
    .content #productlist .card-body,
    .product-search .card.widget .card-body
    {
      min-height: 350px !important;
    }
    .modal-dialog{
      margin-top: 3rem;
    }
    #dynamic-ar{
      margin: 1rem 0;
    }
}

/*** 376px _________________________________________**/
@media only screen and (max-width: 376px) {
    /* BUYER */
    .buyer #basket strong {
        width: 63%;
    }
    .buyer .my_padding {
        padding: 0px 6px;
        margin-bottom: 15px;
    }
    .buyer .my_padding .card .card-body {
        padding: 1rem 0.8rem;
    }
    /* .buyer .layout-wrapper .content {
    padding: 0.8rem;
    } */
    .buyer .justify-content-center .btn {
        font-size: 12px;
    }
    #basket input.bqty {
        margin-right: 5px;
    }
    .my_order_details {
        margin-bottom: 18px !important;
        flex-wrap: wrap;
    }
    .cookie-container h2 {
        font-size: calc(1.3rem + 0.3vw);
    }
    .cookie-container h4 {
        font-size: 1.3em;
    }
    .cookie_table,
    .cookie_table th,
    .cookie_table td {
        padding: 3px 3px !important;
        font-size: 13px;
    }

    /* seller */
    .cookie_box {
        padding: 0;
    }
    /* .seller .content {
    padding: 0.7rem;
    } */
    .seller .card .card-header .top-seaction > * {
        transform: scale(0.9);
    }
    .justify-content-between .badge {
        width: 37%;
        padding: 9px 7px;
    }
    .notification .dropdown-menu {
        left: -78px;
        width: 350px;
    }
}
