@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
}

a {
    text-decoration: none!important;
}

.header {
    background-color: #ecf2fd;
    padding: 0 0 9px;
}

.sidebar .figure-menu figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .author {
    width:100%;
    font-size:14px;
    color:#FFF;
    position: fixed;
    bottom:130px;
    padding-left: 15px;
}

.sidebar .author img {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 4px;
    padding:5px;
}

.main-author {
    width:100%;
    font-size:14px;
    color:#000;
}

.main-author img {
    width:80px;
    padding-left: 10px;
    padding-right: 10px;
}

.social-media {
    margin-bottom: 40px;
    margin-top: 10px;
}
.social-media a {
    font-size:20px;
    padding:0 10px;
}

.badge-position {
    margin:10px;
    padding:5px 20px;
    font-size:14px;
    right:20px;
    top:20px;
}

.card-body img {
    margin-bottom: 10px;
}

.subtitle {
    margin-bottom: 15px
}

.newsletter {
    margin-bottom: 5px!important;
}

.newsletter-text {
    margin-bottom: 15px;
    font-size:14px;
}

.card-data-item .list {
    margin: 0;
}

.list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.list li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-data-item .list .item-content {
    margin: 0;
    padding: 0;
    min-height: auto;
    display: flex;
}

.square-40 {
    height: 40px;
    width: 55px;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.square-40 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-in-out;
}

.card-data-item .list .item-content .item-inner {
    margin: 0;
    padding: 0;
    min-height: auto;
}


.list .item-inner {
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.media-list .item-inner, li.media-item .item-inner {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.card-data-item .list .item-content .item-inner {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.list .item-title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list .item-subtitle {
    font-size: 15px;
    color: #666666;
}

.list .item-subtitle {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
}

.card i.icon {
    font-size: 20px;
}

.card i.icon {
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
    position: relative;
}

.color-warning {
    color: #ffc000;
}

.post-seconds {
    color: #000000;
    font-weight: 500;
    font-size:14px;
}

.post-seconds span {
    color: #666666;
    font-weight: normal;
}

.card-data-item {
    padding: 10px 15px;
}

.card-data-item .func-list {
    justify-content: space-between;
    margin:0;
}

.card-data-item .func-list i {
    font-size: 18px!important;
    color:#a26b63;
    padding-right: 5px;
}

.card hr {
    margin-top: 10px!important;
    margin-bottom: 5px!important;
}

.small-slide {
    min-height: 150px;
    height: auto;
    overflow: hidden;
}

.small, small {
    font-weight: 900;
}

.subtitle {
    font-weight: 700;
}

.home-news-wrap {
    width:100%;
    padding-top: 15px;
}

.home-news-wrap .news-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news-item:last-child {
    border-bottom: none;
}

.home-news-wrap .news-item .news-content {
    position: relative;
    width: 100%;
    padding-left: 120px;
    min-height: 70px;
}

.home-news-wrap .news-item .news-content .hnw-img {
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
}

.home-news-wrap .news-item .news-content .hnw-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all .2s ease-in-out;
    border-radius: 10px;
}

.home-news-wrap .news-item .hnw-title {
    font-weight: 600;
    font-size:16px;
}

.home-news-wrap .news-item .hnw-text {
    font-size:14px;
}

.home-news-wrap .news-item .news-content .hnw-desc .more {
    color: #a26c64;
    display:block;
    padding-top:5px;
    font-weight: 700;
}

.more-category {
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px;
}

.more-category .mcbutton {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom:20px;
}

.theme-button {
    background-color: #a26c64;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.newsletter-input {
    border-radius: 30px;
    font-size:16px;
    border-color: #fff;
}

.submitsub {
    -webkit-appearance: none;
    margin:0;
    padding:0 4px;
    background-color: #a26c64;
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #a26c64;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin-top:-51px;
    right: 24px;
    z-index:1;
}

.footer {
    padding:5px 0 5px 0;
    transition:none;
    -webkit-transition:none;
}

.small-slide .swiper-slide .small-slide-right {
    right: -17px!important;
    width: 80px!important;
    max-height: none!important;
    margin-top: 50px!important;
    margin-right:0!important
}

body.sidemenu-open .sidebar {
    padding-bottom: 30px;;
}

.subtitle span {
    font-size:14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc!important;
}

p.subtitle-text {
    font-size: 12px;
}

.contact-info a i {
    padding-right: 10px;
}

.category-list {
    width: 100%;
}

.category-list h1 {
    color:#333;
    font-size:24px;
    padding-bottom: 10px;
}

.category-list h2 {
    color:#637381;
    font-size:16px;
}

.category-list h2 a {
    text-decoration: none;
    color:#637381;
}

.category-list h2 a i {
    padding-right: 5px;
    vertical-align: initial;
}

.all-categories-list {
    min-height: 160px;
}

.card-body .all-categories img {
    width: 80px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin:0 auto;
    padding-bottom: 10px;
    display: flex;
    margin:0 auto;
    padding-bottom: 10px;
}

.content {
    margin-bottom: 50px;
}

.modal-backdrop.show {
    z-index:-1!important;
    display:none;
}

.modal-dialog {
    max-width: 100%!important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: #ecf2fd;
}

.product-detail-text,
.product-detail-text p {
    font-size:14px;
    line-height: 26px;
}

.quantity-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.quantity-item span {
    padding-right: 15px;
    font-weight: 700;
}

.modal-header {
    border-bottom: 1px dashed #ccc;
}

.basket-btn-item {
    width: 100%;
}

button.add-address,
button.edit-address,
button.edit-info-btn,
button.basket-btn {
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #4885FF;
    border: none;
    color: #fff;
    border-radius: 24px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: center;
}

.quantity {
    display: inline-block; }

.quantity .input-text.qty {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; }

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    background-color: #ecf2fd;
    border: 1px solid #efefef;
    cursor:pointer;
    border-radius: 4px;
}

.quantity.buttons_added .minus {
    border-right: 0; }

.quantity.buttons_added .plus {
    border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none; }

.success-msg {
    display: none;
    position: fixed;
    z-index: 520;
    right: 0;
    left: 0;
    text-align: center;
    bottom: var(--global-ribbon-height,100px);
    background-color: rgba(30, 180, 0, 0.9);
    width: 90%;
    border-radius: 3px;
    margin:0 auto;
    color: #FFF;
    padding:20px;
}

.success-msg a i {
    color: #FFF;
    padding-left: 10px;
    text-decoration: none;
}

.basket-btn-null {
    background-color: #a26c64!important;
}

.basket-btn-not-null {
    background-color: rgba(30, 180, 0, 0.9)!important;
}

.card-update-items {
    display: flex;
}

.card-update-items a i {
    padding-right: 5px;
    vertical-align: middle;
}
.card-update-items a.remove-basket-item {
    color:#a26b63;
    font-weight:700;
}

.basket-empty-items i {
    color:#a26b63;
    font-size:60px;
    padding-bottom: 10px;
}

/*PRELOADING------------ */
.loading {
    overflow: hidden;
    height: 100vh;
}

.preloader {
    background: rgba(255, 255, 255, 0.918);
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index:999999;
}

.preloader4 {
    position: absolute;
    margin: -17px 0 0 -17px;
    left: 50%;
    top: 50%;
    width:35px;
    height:35px;
    padding: 0px;
    border-radius:100%;
    border:2px solid;
    border-top-color:rgba(0,0,0, 0.65);
    border-bottom-color:rgba(0,0,0, 0.15);
    border-left-color:rgba(0,0,0, 0.65);
    border-right-color:rgba(0,0,0, 0.15);
    -webkit-animation: preloader4 0.8s linear infinite;
    animation: preloader4 0.8s linear infinite;
}
@keyframes preloader4 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader4 {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.list-group .list-group-item {
    padding:10px 15px!important;
}

.main-menu a.menu-list-categories {
    border-bottom: 1px dashed #545454!important;
}

.waiting_order {
    color:#888854;
    font-size:14px;
    font-weight: 700;
}

.completed_order {
    color:#02b119;
    font-size:14px;
    font-weight: 700;
}

a.filter-items {
    display:block;
    width:100%;
    border-radius: 2px;
    text-align: center;
    color:#000;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    padding:10px
}

a.filter-items i {
    padding-right: 5px;
}

.basket-refresh-item a.active {
    background-color: #888854;
    color:#FFF;
}

.head-search i {
    font-size:14px;
}

.newsletter-success-text {
    display:none;
}

.search-list, .search-list-categories {
    overflow: auto;
}

.search-list ul {
    margin:0;
    padding:0;
    list-style:none;
}

.search-list ul li {
    margin-bottom:10px;
}

.search-list ul li a {
    font-size:14px;
}

.search-list ul li a i {
    padding-right: 5px;
}

.search-list-categories ul {
    margin:0;
    padding:0;
    list-style:none;
}

.search-list-categories ul li {
    margin-right:15px;
    margin-bottom:30px;
    float:left;
}

.search-list-categories ul li a {
    font-size:14px;
    border:1px solid #a26b63;
    border-radius: 5px;
    padding:10px;
}

.modal-header-details {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.modal-header-details span.h-title,
.modal-header-details span.h-price {
    font-weight:700;
}

.detail-calced-price,
.modal-header-details span.h-price {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #ecf2fd;
    border:1px solid #f1f1f1;
    font-weight:700;
}


.detail-modal-qty {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.basket-minus,
.basket-plus {
    padding:0 7px 0!important;
    background-color:#a26b63!important;
    color:#FFF!important;
    font-size:12px!important;
}

.header-gutters {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.header-gutters .header-social {
    text-align: right;
}

.header-gutters .header-social a {
    padding-right: 10px;
}


::-webkit-scrollbar {
    width:0;
    height:0;
}

.getting-order {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.getting-order a.cancel-order {
    font-size:14px;
    color:#a26b63;
    font-weight: 700;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    opacity: .5;
    display: none;
}

.payment-sharing-option .form-group label {
    font-size:14px;
    font-weight: 700;
}

.payment-sharing-option .form-group input {
    width: 80%;
    margin:0 auto;
    height:40px;
    border-radius: 5px;
    border:1px solid #ccc;
    padding:0 10px;
    font-size:14px;
}

.calced-by-person-price {
    display:  none;
    padding-top:20px;
}
.calced-completed-total-price {
    display: none;
}

.t-summary {
    font-size:14px;
    font-weight: 700;
    color:#a36b64;
    padding:5px;
    border-radius: 10px;
    text-align: center;
}

.t-summary a {
    color:#a36b64!important;
    font-weight: 700;
}
.t-summary a.logout {
    color:red!important;
}

.success-exec {
    display: none;
    position: fixed;
    z-index: 520;
    right: 0;
    left: 0;
    text-align: center;
    bottom: var(--global-ribbon-height,100px);
    background-color: #a36b64;
    width: 90%;
    border-radius: 3px;
    margin:0 auto;
    color: #FFF;
    padding:20px;
}

.calc-item {
    border: 1px solid #a26b63;
    border-radius: 5px;
    padding:15px;
    text-align: center;
}

.check-options {
    overflow: hidden;
    display: none;
}

.check-options ul {
    list-style: none;
    margin:0;
    padding:0;
    margin-top:15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.check-options ul li {
    margin-bottom:10px;
    padding:11px 0!important;
    width:40%;
    font-size: 14px;
    border: 1px solid #a26b63;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.check-options ul li a {
    text-align: center;
    color:#333;
    text-decoration: none;
}

.exec-disable {
    display: block;
    color: #FFF;
    opacity: .3;
}

.border-top-dashed a.add-address {
    color: #a26b63;
    font-weight: 700;
}

.border-top-dashed a.add-address i {
    padding-right: 5px;
}

.address-lists {
    color: #000;
    font-size: 16px;
}
.address-lists a {
    vertical-align: middle;
    padding:0 20px 0 0;
}

.address-lists a.add-address {
    color: #a26b63;
    font-weight: 700;
}

.address-lists a i {
    padding-right: 3px;
}

.selected-address {
    margin-top:15px;
    margin-bottom:15px;
}