:root {
    --shopcolor: #40D17F;
    --bordergrey: #DFDFDF;
}


/* form,
.checkout-body,
.login_register h2,
.account h2,
#cart h1,
#cart td,
#cart th {
    font-family: Arial, Helvetica, sans-serif;
} */


/* form input[type=text],
form input[type=password],
form input[type=email] {
    position: relative;
    flex: 0.5 0 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid black;
    padding: 0;
    box-shadow: none!important;
    outline: transparent;
    background-color: transparent!important;
    color: #161e24;

    letter-spacing: 1px;
} */


/* form textarea {
    position: relative;
    flex: 0.5 0 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid black;
    padding: 0;
    box-shadow: none!important;
    outline: transparent;
    background-color: transparent!important;
    color: #161e24;
   
    letter-spacing: 1px;
} */

.form__label--text {
    font-weight: lighter;
    color: #161e24;
    position: absolute;
    left: 0;
    top: 70%;
    transform: translate3d(0, -50%, 0);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.1px;
}

.focus {
    top: 30%;
}

.form__group {
    position: relative;
    min-height: 60px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    margin-bottom: 2vw;
}

.form__input--checkbox .form__label[data-v-67215d12] {
    top: 0;
    transform: none;
    position: relative;
    padding: 0 0 12px;
    cursor: pointer;
}

.form__input--checkbox__input[data-v-67215d12] {
    position: relative;
    width: 1em;
    height: 1em;
    border: 1px solid #161e24;
    margin-right: 8px;
    border-radius: .5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.form__input--checkbox__input__inner[data-v-67215d12] {
    width: .5em;
    height: .5em;
    background: --shopcolor;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    border-radius: 50%;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
}


/* input:-webkit-autofill {
    -webkit-background-clip: text;
} */


/* .form__label span[data-v-67215d12] {
    vertical-align: middle;
} */

#shop_pages {
    width: 90vw;
    margin: auto;
}

#shop_pages hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

#shop_pages h2,
#shop_pages h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

#shop_pages p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#shop_pages,
#shop_pages strong {
    font-weight: bolder;
}

#shop_pages a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#shop_pages a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#shop_pages img {
    vertical-align: middle;
    border-style: none;
}

#shop_pages table {
    border-collapse: collapse;
}

#shop_pages th {
    text-align: inherit;
}

#shop_pages input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#shop_pages input {
    overflow: visible;
}

#shop_pages [type=submit] {
    -webkit-appearance: button;
}

#shop_pages [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

#shop_pages h2,
#shop_pages h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

#shop_pages h2 {
    font-size: 2rem;
}

#shop_pages h5 {
    font-size: 1.25rem;
}

#shop_pages hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#shop_pages .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}

#shop_pages .col-12,
.col-md-10,
.col-md-5,
.col-md-6 {
    position: relative;
    /*width: 100%;*/
    min-height: 1px;
    /* padding-right: 15px;
    padding-left: 15px; */
}

#shop_pages .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

#shop_pages .table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid --bordergrey;
}

#shop_pages .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid --bordergrey;
}

#shop_pages .table-sm td,
.table-sm th {
    padding: .3rem;
}

#shop_pages .table-bordered {
    border: 1px solid --bordergrey;
}

#shop_pages .table-bordered td,
.table-bordered th {
    border: 1px solid --bordergrey;
}

#shop_pages .table-bordered thead th {
    border-bottom-width: 2px;
}

#shop_pages .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#shop_pages .table-responsive>.table-bordered {
    border: 0;
}

#shop_pages .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#shop_pages .quantity-box {
    margin-top: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#shop_pages .table td,
.table th {
    padding: 0.25em;
}

#shop_pages .table td {
    word-break: break-word;
    min-width: 90px;
}

#shop_pages .account-order-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#shop_pages .account-order-button form {
    margin: 0.5em 0em 0.5em 0em;
    width: 30%;
}

#shop_pages .product-image-and-desc img {
    float: left;
    width: 75px;
    padding-right: 0.5em;
}

#shop_pages .product-image-and-desc h5 {
    font-size: 0.9em;
}

#shop_pages .product-image-and-desc p.unit {
    font-size: 0.8em;
}

#shop_pages .btn:focus,
#shop_pages .btn:hover {
    text-decoration: none;
}

#shop_pages .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#shop_pages .btn:disabled {
    opacity: .65;
}

#shop_pages .btn-block {
    display: block;
    width: 100%;
}

#shop_pages input[type=submit].btn-block {
    width: 100%;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

#shop_pages a {
    color: initial;
}

#shop_pages a:hover {
    color: initial;
    text-decoration: none;
}

#shop_pages * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#shop_pages a {
    text-decoration: none;
}

#shop_pages h2,
#shop_pages h5,
#shop_pages p {
    margin: 0;
}

#shop_pages .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    background: --shopcolor;
    border: none;
    padding: 0.375em 0.75em;
    color: #fff;
    margin-top: 0.5em;
}


/* 
#shop_pages input {
    display: block;
    width: 100%;
    padding: .25rem .55rem;
    font-size: 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-radius: .25rem;
    border-color: #ebedf2;
    color: #575962;
} */

#shop_pages input[type=submit] {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    background: --shopcolor;
    border: none;
    padding: 0.375em 0.75em;
    color: #fff;
    margin-top: 0.5em;
    cursor: pointer;
    border-radius: 0;
    font-weight: bold;
}

#shop_pages .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#shop_pages .cart-list {
    display: none!important;
}

@media screen and (min-width: 425px) {
    /* form input {
        font-size: calc(11.47157px + 2.00669vw);
        line-height: 1.2;
        letter-spacing: .05em;
    }
    form label {
        font-size: calc(18.5786px + .33445vw);
        line-height: 1.32;
        letter-spacing: .044em;
    } */
}

@media (min-width: 48em) {
    .form__group {
        min-height: 84px;
        margin-bottom: 0;
    }
}

@media (min-width:576px) {
    #shop_pages .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #shop_pages .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width:768px) {
    #shop_pages .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #shop_pages .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #shop_pages .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #shop_pages .offset-md-1 {
        margin-left: 8.333333%;
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    #shop_pages .btn {
        transition: none;
    }
}

@media print {
    #shop_pages *,
    #shop_pages ::after,
    #shop_pages ::before {
        text-shadow: none!important;
        box-shadow: none!important;
    }
    #shop_pages a:not(.btn) {
        text-decoration: underline;
    }
    #shop_pages thead {
        display: table-header-group;
    }
    #shop_pages img,
    #shop_pages tr {
        page-break-inside: avoid;
    }
    #shop_pages h2,
    #shop_pages p {
        orphans: 3;
        widows: 3;
    }
    #shop_pages h2 {
        page-break-after: avoid;
    }
    #shop_pages .table {
        border-collapse: collapse!important;
    }
    #shop_pages .table td,
    #shop_pages .table th {
        background-color: #fff!important;
    }
    #shop_pages .table-bordered td,
    .table-bordered th {
        border: 1px solid --bordergrey!important;
    }
}

#shop_pages .cart-table {
    display: block!important;
}

@media (max-width: 768px) {
    /* #shop_pages .cart-table {
        display: none!important;
    } */
}

@media (max-width: 768px) {
    #shop_pages .cart-list {
        display: block!important;
    }
}

@media (max-width: 767.98px) {
    #shop_pages .account-order-button {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #shop_pages .account-order-button form {
        width: 100%;
    }
    #shop_pages .cart-list {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width:767px) {
    .quick-buy {
        top: 0;
    }
    .quick-buy i {
        font-size: 16px;
        top: 52%;
    }
}

.quick-buy {
    right: 30px;
    top: 0;
    height: 50px;
    width: 50px;
}

.tocart {
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
}

.quick-buy .tocart i {
    top: 52%;
}

.quick-buy {
    position: absolute;
    right: 10px;
    background-color: #2b845c;
    width: 40px;
    height: 40px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    z-index: 99999;
}

.quick-buy:hover {
    border: none;
}

.quick-buy button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: initial;
}

.quick-buy button:hover,
.quick-buy button:focus {
    outline: none;
}

.quick-buy i {
    color: #fff;
    position: absolute;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quick-buy .action.tocart {
    height: 52px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
}

.quick-buy {
    right: 75px;
    top: 10px;
    height: 50px;
    width: 50px;
}

.detail-desc {
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 899px) {
    .quick-buy {
        right: 0px;
        top: -20px;
        height: 50px;
        width: 50px;
    }
    .detail-desc {
        font-size: 16px;
    }
}

.quick-buy-cart-icon {
    height: 30px;
    width: 30px;
    margin: 9px -6px 0 0;
}

.tocart {
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
}

.quick-buy .tocart i {
    top: 52%;
}