body {
    overflow: hidden;
}

.header-top-bar {
    height: 55px;
    background: #d80073;
    overflow-x: hidden;
    box-shadow: 0 0 6px 0 #c7c7c7;
}

.icon-menu {
    padding-left: 15px;
    line-height: 55px;
    font-size: 22px;
    color: #ffffff;
}

.typo {
    font-size: 22px;
    font-family: 'Pacifico', cursive;
    color: #ffffff !important;
    text-decoration: none !important;
}

.search-box {
    margin-top: 7px;
}

#contentArea {
    overflow: hidden;
    height: 700px;
}

.sidebar {
    height: 100%;
    width: 17%;
    border-right: 1px solid #EEE;
    float: left;
    overflow: hidden;
}
.sidebar:hover{
    overflow-y:auto;
}

.content {
    height: 100%;
    width: 83%;
    float: left;
}

.menu {
    padding: 0;
    margin: 20px 0 10px 20px;
}

.menu > li {
    line-height: 30px;
    list-style: none;
}

.menu > li > a {
    text-decoration: none;
    color: #0d866f;
}

.menu > li > a > i {
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    color: #d80073;
}

.menu > li > a > img {
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.menu > li > a > span {
    position: relative;
    top: -2px;
    color: #3e3e3e;
    font-weight: 500;
}

.product-area {
    height: 100%;
    overflow-y: scroll;
    padding: 20px;
}

.product {
    width: 20%;
    float: left;
    min-width: 200px;
}

.product > div {
    margin: 15px;
}

.product > div .thumb {
    background: #d800730a;
}

.product > div .label {
    padding-top: 60px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 22px;
    width: 160px;
    background-size: cover;
    position: absolute;
    margin-left: -84px;
    margin-top: -54px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    background: #d60000d6 center;
}

.product > div .image {
    display: flex;
    height: 200px;
    background-color: #fff;
    border: 4px solid #d800730a;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product > div .image > img {
    width: 100%;
    height: auto;
    margin: auto;
}

.product > div .title {
    text-align: center;
}

.product > div .price {
    text-align: center;
    line-height: 30px;
}

.product > div .block-info {

}

.product > div .cart-option {
    display: flex;
    text-align: center;
    background: #fde9f6;
    line-height: 34px;
    color: #000;
    font-family: sans-serif;
}

.on-bag > div .cart-option {
    background: #bd0366;
    color: #FFF;
}

.product > div .plus {
    flex: 1 1 auto;
}

.product > div .selected-number {
    flex: 2 1 auto;
    font-size: 12px;
    border-left: 1px solid #ffffff36;
    border-right: 1px solid #ffffff36;
    background: #ffffff36;
}

.product > div .minus {
    flex: 1 1 auto;
}

.product > div select {
    display: inline-block;
    width: calc(100% - 10px);
    height: 26px;
    margin: 5px;
    padding: 0 7px;;
    color: #495057;
    vertical-align: middle;
    background: #ffffff7a url(img/custom-select.svg) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 0 solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.label-dry {
    font-family: 'Pacifico', cursive;
    color: #FFEB3B;
}

.table-product {
    color: #776f6f;
}

.table-product > thead > tr > td {
    background: #f7f7f7;
    text-align: center;
    color: #333;
    padding: 5px;
    border-bottom: 2px solid #d2cccc;
}

.table-product > thead > tr {
    line-height: 40px;
    font-size: 16px;
}

.table-product img {
    width: 80px;
    border: 1px solid #EEE;
}

.table-product > tbody > tr.main-row > td {
    padding: 20px 2px;
}

.table-product > tbody > tr.main-row > td:nth-child(1) {
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}

.table-product > tbody > tr.main-row > td:nth-child(2) {
    vertical-align: middle;
}

.table-product > tbody > tr.main-row > td:nth-child(3) > b {
    font-size: 22px;
    font-weight: 100;
}

.table-product > tbody > tr.main-row > td:nth-child(4),
.table-product > tbody > tr.sub-row > td:nth-child(1) {
    text-align: right;
    padding: 0;
    vertical-align: middle;
}

.table-product > tbody > tr.main-row > td:nth-child(5),
.table-product > tbody > tr.sub-row > td:nth-child(2) {
    text-align: right;
    padding: 0;
    vertical-align: middle;
}

.table-product > tbody > tr.main-row > td:nth-child(6),
.table-product > tbody > tr.sub-row > td:nth-child(3) {
    text-align: right;
    padding: 0;
    vertical-align: middle;
}

.table-product > tbody > tr.main-row > td:nth-child(7),
.table-product > tbody > tr.sub-row > td:nth-child(4) {
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.table-product > tbody > tr.main-row > td:last-child {
    text-align: center;
    font-size: 18px;
}

.table-product > tbody > tr.main-row > td:last-child > .fa-edit {
    color: #3F51B5;
}

.table-product > tbody > tr.main-row > td:last-child > .fa-trash {
    color: #f90707;
}

.table-new-product > tbody > tr > td:nth-child(1) {
    text-align: center;
    vertical-align: middle;
}

.table-new-product > tbody > tr > td:nth-child(2) {
    text-align: right;
}

.table-new-product > tbody > tr > td:nth-child(2) > input[type='number'] {
    text-align: right;
    margin: 3px;
    border: 1px solid #AAA;
    line-height: 26px;
    font-size: 20px;
    padding: 2px;
    width: 100px;
}

.table-new-product > tbody > tr > td:nth-child(3) > input[type='number'] {
    text-align: right;
    margin: 3px;
    border: 1px solid #AAA;
    line-height: 26px;
    font-size: 20px;
    padding: 2px;
    width: 60px;
}

.table-new-product > tbody > tr > td:nth-child(4) > select {
    text-align: right;
    margin: 3px;
    border: 1px solid #AAA;
    line-height: 26px;
    font-size: 20px;
    padding: 2px;
    width: 70px;
}

.table-new-product > tbody > tr > td:nth-child(5) > input[type='number'] {
    text-align: right;
    margin: 3px;
    border: 1px solid #AAA;
    line-height: 26px;
    font-size: 20px;
    padding: 2px;
    width: 100px;
}

.table-new-product > tbody > tr > td:nth-child(6) {
    text-align: center;
}

.table-new-product > tbody > tr > td:nth-child(6) > input[type='checkbox'] {
    margin: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.title-area {
    padding: 0 20px;
    clear: both;
}

.table-cart {
    color: #776f6f;
}

.table-cart > thead > tr > td {
    background: #f7f7f7;
    text-align: center;
    color: #333;
    padding: 5px;
    border-bottom: 2px solid #d2cccc;
}

.table-cart > thead > tr {
    line-height: 40px;
    font-size: 16px;
}

.table-cart img {
    width: 80px;
    border: 1px solid #EEE;
}

.table-cart > tbody > tr > td:nth-child(1) {
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}

.table-cart > tbody > tr > td:nth-child(2) {
    vertical-align: middle;
}

.table-cart > tbody > tr > td:nth-child(3) > b {
    font-size: 22px;
    font-weight: 100;
}

.table-cart > tbody > tr > td:nth-child(4) {
    text-align: right;
    font-size: 18px;
}

.table-cart > tbody > tr > td:nth-child(5) {
    text-align: right;
    font-size: 18px;
}

.table-cart > tbody > tr > td:last-child {
    text-align: right;
    font-size: 22px;
    padding-right: 7px;
}

.table-cart > tfoot > tr > td {
    border-top: 2px solid #999;
    background: #e8e8e8;
    line-height: 49px;
}

.table-cart > tfoot > tr > td:nth-child(1) {
    text-align: right;
    font-size: 18px;
}

.table-cart > tfoot > tr > td:last-child {
    text-align: right;
    font-size: 22px;
    padding-right: 7px;
}

.login {
    background: #44b3d4;;
}

.page-login-header {
    text-align: center;
    line-height: 100px;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
}

.page-login-header > img {
    width: 50px;
}

.page-login-header > span {
    font-size: 42px;
    color: #fff600;
}

.page-login-box {
    background: #FFF;
    width: 470px;
    margin: 0 auto;
    border-radius: 4px;
}

.page-login-box-title {
    font-size: 31px;
    line-height: 105px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}

a.sign-up {
    color: #FFF;
    font-weight: bold;
}

.page-login-tc {
    text-align: center;
    margin: 0 40px;
}

/* Goes to main css*/
.input-style-1 > input[type='text'], .input-style-1 > input[type='password'] {
    width: 80%;
    margin: 0 10%;
    border: 2px solid #3baf5654;
    background: #3baf560a;
    border-radius: 3px;
    font-size: 20px;
    padding: 10px;
    outline: 0 none;
}

.input-style-1 > input[type='submit'], .input-style-1 > button {
    width: 80%;
    margin: 0 10%;
    border: 0 solid #00000040;
    background: #28a745e8;
    border-radius: 3px;
    font-size: 20px;
    padding: 10px;
    color: #FFF;
    outline: 0 none;
}

.div-tbl1 {
    border: 2px solid #e8e7e7;
    min-height: 300px;
    border-radius: 4px;
}

input[type='file'] {
    font-size: 12px;
}

.row-col-no-padding > div[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.font-roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.color-gray {
    color: #999;
}

.image-search-box {
    position: fixed;
    height: 545px !important;
    margin-right: 1%;
}

.show-searched-image {
    height: 352px;
    overflow: auto;
}

.cartDiv {
    display: block;
    text-decoration: none !important;
    font-size: 21px;
    color: #d40b0b;
    background: #ffffff;
    padding: 3px;
    margin: 10px;
    height: 35px;
    border-radius: 3px;
    line-height: 27px;
    overflow: hidden;
    text-align: center;
}

#cartInfo {
    color: #ff0202;
    font-size: 35px;
    position: relative;
    top: 1px;
    font-family: 'Roboto Condensed', sans-serif;
}

.show-location {
    padding: 14px 8px 14px 8px;
}

.show-address {
    padding: 14px 8px 14px 8px;
    margin-top: 1px;
    font-size: 12px;
    border-top: 1px solid #EED;
    border-bottom: 1px solid #EED;
}

.vcart {
    position: fixed;
    height: 572px;
    right: 27px;
    bottom: 0;
    background: #FFF;
    box-shadow: 1px 1px 8px -1px #999;
    width: 300px;

    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.vcart-header {
    overflow: hidden;
    padding: 10px;
    background: #d879004d;
}

.vcart-header > img {
    width: 32px;
    float: left;
}

.vcart-header > b {
    float: left;
    color: #d80073;
}

.vcart-header > button {
    float: right;

    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#tbl-order {
}

#tbl-order > tbody > tr {
    border-bottom: 1px dashed #DDD;
}

#tbl-order > tbody > tr > td {
    text-align: center;

}

#tbl-order > tbody > tr > td:nth-child(1) {
    width: 30px;
}

#tbl-order > tbody > tr > td:nth-child(2) {
    width: 60px;
}

#tbl-order > tbody > tr > td:nth-child(3) {
    text-align: left;
    font-size: 14px;

}

#tbl-order > tbody > tr > td:nth-child(4) {
    width: 50px;
}

#tbl-order > tbody > tr > td:nth-child(5) {
    width: 30px;
}

.shipping-charge {
    padding: 3px 20px;
    text-align: center;
}

.shipping-complete {
    padding: 3px 20px;

}

.vcart-body {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
}

#shipping-info {
    padding: 4px;
}

.vcart-small {
    bottom: -520px;
}

button.btn.btn-sm.btn-success.float-r {
    font-size: 10px;
}

.contact-mobile{
    text-align: right;
    font-size: 22px;
    background: #efefef;
    padding-right: 20px;
    overflow: hidden;
    line-height: 40px;
    margin: 0 -8px;
}
.contact-mobile > div{
    float: left;
    background: #d80073;
    color: #FFF;
    width: 40px;
    height: 120px;
    text-align: center;
}
.contact-mobile > div > div{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 120px;
    height: 40px;
    position: relative;
    left: -40px;
    top: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}