/**
 * @author Muhammad Harisuddin Thohir <me@harisuddin.com>
 * @since Nov 12, 2020, 4:54:46 PM
 * @license Ittron Global Teknologi <ittron.co.id>
 */

body {
    background: #f8f8f8;
    color: #2F3237;
    font-family: 'Open Sans', sans-serif;
}

.color-red {
    color: #EB5757;
}

.main-layout {
    margin-top: 0px;
}

.inner.header {
    box-shadow: none;
}

.shop-layout {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.shop-layout a {
    color: #ED692C;
}

a:visited {
    color: inherit;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.rotate--90 {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.rotate--180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.rotate--270 {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.rotate-0 {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important
}

.shop-container {
    background: white;
    border-radius: 10px;
    /*max-width: 1024px;*/
    margin: auto;
    padding: 20px;
}

.shop-container .product-category {
    font-size: 12px;
    font-weight: 400;
}

.shop-container .product-category a {
    color: #ED692C;
}

.main-product-image {
    width: 100%;
}

.small-product-image-container {
    margin-top: 16px;
}

/* .product-image-small{
    width: 100%;
    height: auto;
} */

.product-image-small {
    width: 81px;
    height: 81px;
    object-fit: cover;
}

.inactive-product-image {
    opacity: 0.5;
}

.inactive-product-image:hover {
    opacity: 1;
    cursor: pointer;
}

.product-name {
    font-size: 24px;
    font-weight: 700;
}

.product-price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-price .origin-price {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #B1B1B1;
    margin-right: 10px;
}

.product-price .price {
    font-size: 24px;
    font-weight: 600;
    /*margin-top: 4px;*/
    color: #ED692C;
}

.product-price .discount {
    background: #ED692C;
    border-radius: 3px;
    padding: 2px 8px;
    margin-left: 10px;

    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
}

.star-rating {
    font-size: 12px;
    color: #EDEDED;
}

.checked {
    color: #FFE073;
}

.unchecked {}

.text-review {
    margin-left: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
}

table {
    font-size: 14px;
    color: #2F3237;
    width: 100%;
}

.radio-selector {
    border-style: solid;
    border-color: #EDEDED;
    border-width: 1px;
    border-radius: 4px;
    min-width: 96px;
    float: left;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 4px 4px 4px 4px;
    background-color: white;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

.selected {
    cursor: pointer;
    /*background-color: #E86936;*/
    color: #E86936;
    border-color: #E86936;
}

.radio-selector:hover {
    cursor: pointer;
    /*background-color: #E86936;*/
    color: #E86936;
    border-color: #E86936;
}

.selector-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

.outline-selector {
    border-style: solid;
    border-color: #EDEDED;
    border-width: 1px;
    border-radius: 4px;
    float: left;
    text-align: center;
    margin: 4px 16px 4px 4px;
    height: 36px;
}

.counter-box {
    border-color: #EDEDED;
    border-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    width: 56px;
    float: left;
    height: 100%;
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
}

.counter-button {
    width: 32px;
    float: left;
    text-align: center;
    cursor: pointer;
    height: 100%;
    padding: 4px 0;
    font-size: 16px;
    border: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

.counter-button:hover {
    /*        background-color: #E86936CC;
            color: white;*/
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

button.counter-button {
    background-color: white;
    border: none;
}

.left-radius {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.right-radius {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.selector-title {
    vertical-align: top;
    padding-top: 12px;
    width: 20%;
    min-width: 96px;
    max-width: 128px;
}

#topcontrol {
    display: none;
}

.btn-add-to-cart {
    background: linear-gradient(90deg, #E86936 0%, #F87D26 100%);
    border-radius: 5px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 24px;
}

.btn-add-to-cart:hover {
    color: white;
}

.btn-add-to-cart:disabled {
    background: #EDEDED;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 0.5);
}

.share-section {
    margin-top: 24px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #2F3237;
}

.share-button {
    height: 48px;
    width: 48px;
    border-radius: 48px;
    border: 1px solid #ED692C;
    color: #ED692C;
    margin-left: 12px;
    background-color: white;
    cursor: pointer;
}

.share-button:focus {
    outline: none;
    box-shadow: none;
}

.margin-vertical-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.margin-vertical-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.margin-vertical-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.no-padding {
    padding: 0px;
}

.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}

#productDetailList .list-group-item {
    color: #B1B1B1;
    height: 64px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

#productDetailList .active {
    background-color: white;
    color: #ED692C;
    border: 1px solid #f1f1f2;
}

.list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.content-panel {
    padding: 32px 32px 32px 0px;
    font-size: 14px;
    font-weight: 400;
    /*        border-top: 1px solid #f1f1f2;
            border-right: 1px solid #f1f1f2;
            border-bottom: 1px solid #f1f1f2;*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 100%;
    display: flex;
}

.menu-panel {
    border-right: 1px solid #f1f1f2;
    min-height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.no-right-padding {
    padding-right: 0px;
}

.no-left-padding {
    padding-left: 0px;
}

.list-group-item.active {
    z-index: 0;
}

.section-title {
    font-size: 14px;
    font-weight: 700;
    margin-left: 40px;
}

.other-product-container {
    padding: 0 16px 0 16px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.other-product {
    width: 176px;
    padding: 8px 16px 8px 16px;
    margin: auto;
}

#main-menu-tribe .nav-item {
    text-align: center;
}


#main-menu-tribe .nav li a {
    padding: 0px 32px 8px 32px;
    font-size: 12px;
}

#main-menu-tribe .tb-shop-icon {
    margin-top: 12px;
    height: 16px;
    width: 16px;
}

#main-menu-tribe .nav li a.active {
    border-bottom: 4px solid #2F3237;
}

#main-menu-tribe .nav li {
    margin-right: 0px;
}

#main-menu-tribe .nav li a:hover {
    border-bottom-width: 4px;
}

#main-menu-tribe .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.tribe-info {
    display: flex;
    flex-direction: row;
    margin-bottom: auto;
    margin-top: auto;
}

.tribe-info img {
    height: 52px;
    width: auto;
    border-radius: 4px;
}

.tribe-detail {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    justify-content: center;
}

.tribe-detail .tribe-name {
    font-size: 14px;
    font-weight: 600;
    color: #2F3237;
}

.tribe-detail .tribe-type {
    font-size: 12px;
    font-weight: 400;
    color: #707070;
}

.tb-shop-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.tb-shop-icon.icon-calendar {
    background-image: url(../../img/commerce/icon/ic_calendar.png);
}

.tb-shop-icon.icon-cart {
    background-image: url(../../img/commerce/icon/ic_cart_o.png);
}

.tb-shop-icon.icon-home {
    background-image: url(../../img/commerce/icon/ic_home.png);
}

.tb-shop-icon.icon-member {
    background-image: url(../../img/commerce/icon/ic_member.png);
}

.tb-shop-icon.icon-search {
    background-image: url(../../img/commerce/icon/ic_search.png);
}

.tb-shop-icon.icon-less-than {
    background-image: url(../../img/commerce/icon/ic_less_than.png);
    background-size: 50% 70%;
    background-position: center;
    width: 18px;
    height: 24px;
}

.tb-shop-icon.icon-greater-than {
    background-image: url(../../img/commerce/icon/ic_greater_than.png);
    background-size: 50% 70%;
    background-position: center;
    width: 18px;
    height: 24px;
}

.tb-shop-icon.icon-share {
    background-image: url(../../img/commerce/icon/ic_share.png);
    background-size: 36% 44%;
    /*128x154*/
    background-position-x: 45%;
    background-position-y: 60%;
}

.tb-shop-icon.icon-store {
    background-image: url(../../img/commerce/icon/ic_store.png);
    background-size: 89% 70%;
    /*128x100*/
    background-position: center;
}

.tb-shop-icon.icon-cart-alt {
    background-image: url(../../img/commerce/icon/ic_cart_alt.png);
    background-size: 89% 70%;
    /*128x100*/
    background-position: center;
}

.tb-shop-icon.icon-shield {
    background-image: url(../../img/commerce/icon/ic_shield.png);
    background-size: 89% 70%;
    /*128x100*/
    background-position: center;
}

.active>.icon-cart {
    background-image: url(../../img/commerce/icon/ic_cart_active.png);
}

.active>.icon-calendar {
    background-image: url(../../img/commerce/icon/ic_calendar_active.png);
}

.tb-shop-icon.icon-file {
    background-image: url(../../img/commerce/icon/ic_file.png);
    background-size: 78% 100%;
    /*128x165*/
    background-position: center;
}

.xs-icon {
    width: 16px !important;
    height: 20px !important;
}

.product-category-panel {
    background-color: #fff;
    border-radius: 10px;
    position: sticky;
    top: 148px;
    padding: 12px 0 12px 0;
}

.product-category-panel .category {
    display: block;
    padding: 16px 16px 16px 16px;
    color: #2F3237;
    font-size: 14px;

}

.product-category-panel .category span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.product-category-panel .category.active {
    /*border-left: 4px solid #ED692C;*/
    color: #ED692C;
    position: relative;
}

.product-category-panel .category.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 4px solid #ED692C;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.product-category-panel .category:hover {
    background-color: #ededed;
}

#main-product-list {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 4px rgba(237, 237, 237, 0.2);
}

.product-category-panel .sub-category {
    display: block;
    padding: 16px 16px 16px 32px;
    color: #2F3237;
    background-color: #fbfbfb;
}

.product-container {
    padding: 24px 16px 32px 16px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.product-item {
    width: 176px;
    padding: 8px 0px 8px 0px;
    margin: auto;
}

.product-item-container {
    border: 1px solid #EDEDED;
    border-radius: 8px;
    cursor: pointer;
}

.product-item-name {
    font-size: 12px;
    font-weight: 400;
    color: #2F3237;
    margin: 16px 12px 16px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em;
    min-height: 3em;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.product-item-price {
    /* display: flex; */
    /* flex-direction: row; */
    margin: 16px 12px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-item-price .price {
    font-size: 12px;
    font-weight: 700;
    color: #2F3237;
}

.product-item-price .origin-price {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #B1B1B1;
}

.product-item-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.margin-auto {
    margin: auto;
}

.product-404 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

.product-category-title {
    padding: 16px 16px 12px 16px;
    color: #2F3237;
    font-weight: 700;
    font-size: 14px;
}

#main-product-list hr {
    margin: 0px;
    border-top: 1px solid #ededed;
}

.commerce-pagination {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px auto 32px auto;
    padding: 0px;
}

.commerce-pagination .page-link {
    margin: 0 8px 0 8px;
    background-color: #EDEDED;
    border: none;
    border-radius: 2px;
    color: #2F3237;
    padding: .5rem .75rem;
}

.commerce-pagination .page-link:hover {
    background-color: #ED692C;
    color: #fff;
}

.commerce-pagination .page-link.active {
    background-color: #ED692C;
    color: #fff;
}

.commerce-pagination .page-link-nav {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2F3237;
    background-color: #fff0;
    border: none;
}

.page-item {
    margin: auto 0px auto 0px;
}

.product-filter-container {
    /*height: 64px;*/
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-filter-container>div {
    margin-bottom: 16px;
}

.search-box {
    max-width: 382px;
    box-shadow: 1px 1px 4px rgba(237, 237, 237, 0.2);
}

.input-search {
    background-color: #fff;
    color: #2F3237;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.input-search:focus {
    outline: none;
    box-shadow: none;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: none;
}

.input-search::placeholder {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
}

.btn-search {
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    z-index: 0 !important;
}

.sort-by {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-size: 14px;
}

.sort-by .label {
    margin-right: 8px;
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
}

.sort-by .dropdown-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    color: #2F3237;
    min-width: 180px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
}

.sort-by .dropdown-toggle:focus {
    border: 1px solid #EDEDED;
}

.sort-by .dropdown-toggle .icon-less-than {
    transform: rotate(-90deg);
}

.sort-by .dropdown-toggle:focus {
    background-color: #fff;
    color: #2F3237;
}

.sort-by a.dropdown-item {
    color: #2F3237;
    font-size: 14px;
}

.sort-by .btn {
    font-size: 14px;
}

.stock-remaining {
    margin: auto 0 auto 0;
    color: #B1B1B1;
    size: 14px;
}

.stock-remaining.danger {
    color: #EB5757;
}

.size-16 {
    width: 16px;
    height: 16px;
}

.out-of-stock {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #0000004e;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    font-size: 12px;
    font-weight: 600;
}

.discount-tag {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -1px;
    right: 6px;
    height: 64px;
    width: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='64' viewBox='0 0 50 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M44.4773 0.618897C45.9958 0.618897 47.3146 0.983906 48.4335 1.71393C49.5524 2.44394 50.0719 3.39858 49.992 4.57785V61.5193C49.992 62.1932 49.5524 62.6705 48.6733 62.9513C47.7941 63.2321 46.9949 63.1478 46.2756 62.6986L25.4156 49.7267C25.0959 49.5583 24.8162 49.5583 24.5764 49.7267L3.71643 62.6986C2.99712 63.1478 2.19789 63.2321 1.31873 62.9513C0.439578 62.6705 0 62.1932 0 61.5193V4.57785C0 3.45474 0.559463 2.5001 1.67839 1.71393C2.79731 0.927751 4.07609 0.562741 5.51471 0.618897H44.4773Z' fill='%23FFDC25' fill-opacity='0.8'/%3E %3C/svg%3E");
}

.discount-tag .discount {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #ED692C;
    margin-top: 5px;
}

.discount-tag .label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.add-to-cart-btn {
    display: flex;
    justify-content: center;
    background: rgba(237, 105, 44, 0.1);
    border-radius: 5px;
    margin: 0px 12px 8px 12px;
    padding: 10px 0 10px 0;
    color: #ED692C;
    border: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
}

.add-to-cart-btn:disabled {
    background-color: #fafafa;
    color: #b1b1b1;
}

.add-to-cart-btn:focus {
    outline: none;
    box-shadow: none;
}

.more-detail-btn {
    display: flex;
    justify-content: center;
    background-color: #EDEDED;
    border-radius: 5px;
    margin: 0px 12px 12px 12px;
    padding: 10px 0 10px 0;
    color: #666666;
    border: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-center-v {
    align-items: center;
}

.share-shop-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
}

.share-shop-section .share-button {
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: none;
    color: #2F3237;
    margin: 0 32px 0 8px;
    background-color: #EEF0F8;
    cursor: pointer;
    font-size: 12px;
}

.shopping-cart-panel {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    z-index: 1;
}

.shopping-cart-panel hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.shopping-cart-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1138px;
    margin: auto;
    min-height: 64px;
    padding: 0 12px 0 12px;
}

.login-register-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1138px;
    margin: auto;
    min-height: 64px;
    padding: 0 12px 0 12px;
}

.btn.shop-info {
    height: 40px;
    background-color: #E5E5E5;
    color: #2F3237;
    padding: 0 28px 0 28px;
    margin: 6px;
    font-weight: normal;
    font-size: 14px;
}

.shopping-cart-container .btn.checkout {
    height: 40px;
    background-color: #ED692C;
    color: #fff;
    padding: 0 32px 0 32px;
    margin: 6px;
    font-weight: 600;
    font-size: 14px;
}

.shopping-cart-container .icon-less-than {
    transform: rotate(90deg);
}

.clickable {
    cursor: pointer;
}

#toast-container.remove-icon .toast {
    background-image: none !important;
}

#toast-container.custom-toastr-center .toast {
    width: 96% !important;
    top: 75px;
    text-align: center;
}

#toast-container.custom-toastr-center.success .toast {
    background-color: #D6FFDE;
    color: #40B24B;
}

#toast-container.custom-toastr-center.error .toast {
    background-color: #FFE2E4;
    color: #DD424D;
}

#product-on-cart {
    max-height: 0;
    transition: max-height 0.8s ease;
}

#product-on-cart.active {
    max-height: 50vh;
    overflow-y: auto;
}

.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em;
    min-height: 3em;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.bottom-border {
    border-top: none !important;
    border-bottom: 1px solid #dee2e6;
}

.ws-pre-line {
    white-space: pre-line;
}

.spec-name {
    font-weight: 600;
    font-size: 14px;
    color: #666666;
}

.spec-value {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.review-container {
    display: flex;
    flex-direction: row;
    margin-left: 16px;
    padding: 16px 0 0px 0;
}

.review-member-image {
    width: 46px;
    height: 46px;
    margin-right: 24px;
}

.review-member-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #2F3237;
}

.review-date {
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    color: #999999;
}

.review-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
    padding: 8px 0 16px 0;
}

.shop-product-rating-star {
    position: relative;
    display: inline-block;
}

.shop-product-rating-star-bottom {
    color: #FFE073;
    opacity: 0.4;
}

.shop-product-rating-star-top {
    color: #FFE073;
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

.alert-notes {
    background-color: #EEF0F8;
    padding: 12px 16px;
    border-color: #EEF0F8;
}

.margin-left-1 {
    margin-left: 1rem;
}

#rating .text-review {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
}

.modal-shop .modal-dialog {
    height: 90%;
    align-items: center;
    display: flex;
    margin: auto;
}

.modal-shop .modal-content {
    border-radius: 16px;
}

.modal-shop .modal-body {
    padding: 0;
}

.modal-shop .modal-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2F3237;
}

.cart-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 16px 24px 16px;
}

.cart-modal-body {
    border-top: 1px solid #EEF0F8;
    padding: 32px 16px;
}

.cart-modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 16px;
}

.modal-shop .add-to-cart-btn {
    padding: 16px 32px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #ED692C;
    border-radius: 5px;
    color: #fff;
}

.name-cell {}

.price-cell {
    min-width: 96px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2F3237;
}

.qty-cell {
    min-width: 156px;
}

.subtotal-cell {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #ED692C;
}

.action-cell {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #DC3545;
}

.product-cart-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.product-cart-image {
    flex: 0 0 64px;
    width: 64px;
    height: auto;
    margin-right: 24px;
}

.product-cart-name {
    flex: 1;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #707070;
}

#product-on-cart th {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2F3237;
}

#cart-product-list td {
    vertical-align: middle;
}

.checkout-page {
    padding-top: 64px;
}

.checkout-container {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    margin: 16px 0 0 0;
}

.checkout-container .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #2F3237;
}

.buyer-info .row div {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.checkout-container .label {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #464E5F;
}

.buyer-info .text-field {
    background: #fff;
    border: 1px solid #EEF0F8;
    color: #2F3237;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    padding: 0 20px;
}
#setMapMarket .modal-dialog{
    width: 1028px;
    max-width:100%;
    height:100%;
}
.btn-save-address{
    position: absolute;
    right:15px;
    bottom:20px;
}
.buyer-info .text-field:focus {
    outline: none;
    box-shadow: none;
}

.buyer-info .text-field:disabled {
    background: #F3F6F9;
    border: 1px solid #EEF0F8;
    color: #87B1DC;

}

.shipping-address .row div {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.shop-select:focus {
    outline: none;
    box-shadow: none;
}

.shipping-address .text-field {
    background: #FFFFFF;
    border: 1px solid #EEF0F8;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #464E5F;
    height: 40px;
    padding: 0 20px;
}

.shipping-address .text-field:focus {
    outline: none;
    box-shadow: none;
}

.margin-top-1 {
    margin-top: 1rem;
}

.custom-control {
    z-index: 0;
}

.purchase-products th {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #BBBBBB;
}

.purchase-products td {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: rgba(102, 102, 102, 0.7);
    vertical-align: middle;
}

.purchase-products .product-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}

.purchase-products .product-image {
    width: 98px;
    height: 98px;
    border-radius: 5px;
    margin-right: 24px;
}

.purchase-products .product-attribute {
    padding: 4px 16px;
    border: 2px solid #F1F3F9;
    border-radius: 4px;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #2F3237;
    margin: 16px 4px 0 0;
}

.note-to-seller-text {
    background: #FFFFFF;
    border: 1px solid #EEF0F8;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    padding: 12px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #464E5F;
}

.note-to-seller-text:focus {
    box-shadow: none;
    outline: none;
    border-color: #87B1DC;
}

.no-left-border {
    border-left: none !important;
}

.no-right-border {
    border-right: none !important;
}

.shipping-duration-select {
    background: #fff;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2F3237;
    border: 0.5px solid #B1B1B1;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;
}

.shipping-duration-select:focus {
    box-shadow: none;
    outline: none;
    border: 0.5px solid #B1B1B1;
}

input.shop-radio {
    font-size: 14px;
}

/*custom radio:start*/
.radio {
    display: grid;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    grid-gap: 0.5em;
    font-size: 1rem;
    /*color: var(--color);*/
}

/* .radio:focus-within .radio__label {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
} */

.radio__label {
    line-height: 1;
    -webkit-transition: 180ms all ease-in-out;
    transition: 180ms all ease-in-out;
    opacity: 0.8;
    color: #464E5F;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.radio__input {
    display: -webkit-box;
    display: flex;
    color: #ED692C;
}

.radio__input input {
    opacity: 0;
    width: 0;
    height: 0;
}

.radio__input input:focus+.radio__control {
    box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.radio-gradient input:checked+.radio__control {
    background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 51%);
}

.radio-before .radio__control {
    display: grid;
    place-items: center;
}

.radio-before input+.radio__control::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    box-shadow: inset 0.5em 0.5em currentColor;
    border-radius: 50%;
    -webkit-transition: 180ms -webkit-transform ease-in-out;
    transition: 180ms -webkit-transform ease-in-out;
    transition: 180ms transform ease-in-out;
    transition: 180ms transform ease-in-out, 180ms -webkit-transform ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-before input:checked+.radio__control::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio__control {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.1em solid currentColor;
    -webkit-transform: translateY(-0.05em);
    transform: translateY(-0.05em);
}

/*custom radio:end*/

.purchase-products .transaction-total-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    margin-right: 54px;
}

.purchase-products .transaction-total {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #ED692C;
}

.payment-method-type {
    background: #FFFFFF !important;
    border: 1px solid #EEF0F8 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    padding: 16px 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #BDBDBD !important;
    margin-right: 16px !important;
    margin-top: 32px !important;
    cursor: pointer !important;
}

.payment-method-type.active {
    border: 1px solid #ED692C !important;
    color: #ED692C !important;
}

.border-none {
    border: none !important;
    border-bottom: none !important;
}

#payment-form .choose-payment .nav.nav-tabs {
    border-bottom: none !important;
}

#payment-form .choose-payment .nav.nav-tabs li.nav-item:not(:last-child) {
    margin-right: 0 !important;
}

.payment-method .section-container {
    padding: 4px 24px;
}

.section-container .table .label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(102, 102, 102, 0.7);
    vertical-align: middle;
}

.section-container .table .value {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #2F3237;
    vertical-align: middle;
}

.section-container .table .total-value {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #ED692C;
}

.btn.paynow {
    background: #ED692C;
    border-radius: 5px;
    align-items: center;
    padding: 16px 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.margin-right-1 {
    margin-right: 1rem;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.shipping-address .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.shipping-address .select2-container--default .select2-selection {
    border: 0;
}

.shipping-address .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 10px;
}

.btn.btn-login-shop {
    background: rgba(237, 105, 44, 0.1);
    border-radius: 5px;
    padding: 8px 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ED692C !important;
    margin: 0 16px;
}

.login-register-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #2F3237;
}

.btn.btn-register-shop {
    background: #ED692C;
    border-radius: 5px;
    padding: 8px 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF !important;
}

.btn-sign-google {
    color: #EA4335 !important;
    border-color: #EA4335 !important;
}

.btn-sign-facebook {
    color: #3B5998 !important;
    border-color: #3B5998 !important;
}

.toast.toast-success {
    background: #D6FFDE;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(237, 237, 237, 0.2) !important;
    border-radius: 5px !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    max-width: 1138px !important;
    color: #1B9A5D;
}

.toast-close-button {
    padding: 8px !important;
}

#shopInfoModal .cart-modal-body {
    padding: 24px 32px 32px 32px;
}

#shopInfoModal .label {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    color: #707070;
    margin-bottom: 8px;
}

#shopInfoModal .content {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #2F3237;
}

.rating-count-container {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 8px;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #666666;
}

#shopInfoModal .shop-product-rating-star {
    font-size: 20px;
}

.m-r-16 {
    margin-right: 16px;
}

#shopInfoModal {
    padding-right: 0px !important;
}

.orange-link {
    color: #ED692C !important;
    cursor: pointer;
}

.add-to-cart-btn:disabled {
    opacity: 0.5;
}

.product-404-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    height: 50vh;
}

.product-404-container img {
    width: 128px;
    height: auto;
}

.product-404-container .label {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #2F3237;
    margin-top: 16px;

}

.product-404-container .description {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    color: #707070;
    margin-top: 16px;
}

.product-404-container .no-commerce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 256px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #707070;
}

/*#shareModal .social-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
}*/

#shareModal .social-links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 32px;
}

#shareModal .social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: #E5E5E5;
    border-radius: 100%;
}

#shareModal .social-links ul li input {
    position: absolute;
    left: -9999px;
}

#shareModal .social-links ul li .fas.fa-link {
    color: #707070;
}

#shareModal .social-links .label {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.payment-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 46px 0;
    background: #fff;
    border-radius: 10px;
    margin-top: 84px;
}

.payment-success .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #2F3237;
}

.payment-success .description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #707070;
    padding: 0 96px;
    margin-top: 16px;
}


.payment-success img {
    width: 256px;
    height: auto;
    margin: 64px 0;
}

.payment-success a {
    background: #ED692C;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 46px;
}

.payment-pending {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    margin: 84px auto 32px auto;
    padding: 0;
    max-width: 704px;
    box-shadow: 0px 0px 36px rgba(170, 170, 170, 0.2);
}

.payment-pending .title {
    padding: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #2F3237;
}

.expired-date {
    background: rgba(235, 87, 87, 0.1);
    padding: 12px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #EB5757;
}

.payment-total {
    padding: 24px 0;
    background: #ED692C0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../../img/commerce/icon/ic_tribelio_alpha.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 10%;
}

.payment-total .label {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 8px;
}

.payment-total .payment {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #ED692C;
}

.payment-pending .payment-container {
    padding: 24px;
    display: flex;
    flex-direction: column;

}

.payment-container .bank {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.payment-container .label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    margin-top: 16px;
    margin-bottom: 12px;
}

.payment-container .bank-image {
    height: 48px;
}

.payment-container .va-number {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #ED692C;
}

.payment-container .button-copy {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #EEF0F8;
    color: #2F3237;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-container .name {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2F3237;
}

#accordionPayment .card:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#accordionPayment .card:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-header button.collapsed .icon-less-than {
    transform: rotate(-90deg);
}

.card-header button .icon-less-than {
    transform: rotate(90deg);
}

#accordionPayment .card-header button {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #2F3237;
}

#accordionPayment .card-body li {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    color: #666666;
}

.custom-control.custom-radio .custom-control-label::before {
    background-image: unset;
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#payment-form .choose-payment .nav.nav-tabs {
    justify-content: flex-start;
}

#tb-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 9999;
}

#tb-loading>.tb-loading-content {
    color: #f36f28;
    margin: 0 auto;
    max-width: 250px;
    height: auto;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.65);
    padding: 5px;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #ccc;
}

.breadcrumb-container {
    display: flex;
    flex-direction: row;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    align-items: center;
}

.breadcrumb-container .tribe-name {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #ED692C;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.breadcrumb-container .tb-shop-icon {
    margin: 0 8px !important;
    height: 12px;
    width: 8px;
}

.breadcrumb-container .title {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #2F3237;
}

.bootbox-confirm .bootbox-cancel {
    background-color: #fafafa;
    outline: none;
    border: none;
    color: #adadad;
}

#payment-form .custom-control.custom-radio .custom-control-label::before {
    outline: none;
    box-shadow: none;
}

.modal-dialog {
    max-width: 560px;
}

.cart-modal-body .btn.btn-sign-google,
.cart-modal-body .btn.btn-sign-facebook {
    font-size: 14px;
}

.form-search input {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.pac-container {
    z-index: 2000 !important;
}
.fw-500{
    font-weight: 500 !important;
}

/* The container */
.checkbox-custom {
    display: block;
    position: relative;
    margin-right: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #ededed;
}
.checkmark.service{
    top: -5px;
}


/* On mouse-over, add a grey background color */
.checkbox-custom:hover input ~ .checkmark {
    background-color: #ededed;
}

/* When the checkbox is checked, add a blue background */
.checkbox-custom input:checked ~ .checkmark {
    background-color: #ED692C;
}

/* When the checkbox is checked, add a blue background */
.checkbox-custom input:checked ~ .checkmark.instant-payment {
    background-color: #ED692C;
    border: 2px solid #ED692C;
    border-radius: 2px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    display: none;
}

/* Show the checkmark when checked */
.checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-custom .checkmark:after {
    content: "\f00c";
    display: none;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}
.small-product-image-container{
    display:flex;
    flex-wrap: nowrap;
    /*overflow-x: scroll;*/
}
.small-product-image-container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.small-product-image-container .slick-prev{
    left:0px;
    z-index: 100000;
    color: #000;
}
.small-product-image-container .slick-next{
    right:0px;
    z-index: 100000;
    color: #000;
}
.small-product-image-container .slick-prev::before{
    font-family: 'Font Awesome 5 Free';
    content:"\f053";
    font-weight: 900;
    color:#000;
}
.small-product-image-container .slick-next::before{
    font-family: 'Font Awesome 5 Free';
    content:"\f054";
    font-weight: 900;
    color:#000;
}
/*Small devices (landscape phones, bellow 576px)*/
@media (max-width: 576px) {
    #toast-container.custom-toastr-center.error .toast {
        padding: 25px !important;
    }

    .list-group-item:first-child {
        border-top-right-radius: 10px;
    }

    .content-panel {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 32px;
        /*border-left: 1px solid #f1f1f2;*/
        /*border-top: none;*/
    }

    .menu-panel {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 0px;
    }

    .search-box {
        width: 100%;
        max-width: 100%;
    }

    .product-filter-container {
        flex-direction: column;
        /*align-items: flex-end;*/

    }

    .product-filter-container .sort-by {
        align-self: flex-end;
    }

    /*    .shopping-cart-container{
            flex-direction: column;
            justify-content: center;
        }*/

    .btn.shop-info,
    .shopping-cart-container .btn.checkout {
        padding: 0 16px 0 16px;
    }

    .border.no-left-border {
        border-left: none !important;
        border-right: none !important;
    }

    .border.no-right-border {
        border-left: none !important;
        border-right: none !important;
    }

    #main-menu-tribe {
        display: none;
    }

    header {
        display: none;
    }

    #main-menu-tribe .nav li a {
        padding: 0px 12px 8px 12px;
    }

    #main-menu-tribe {
        top: 0;
    }

    .shop-layout {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .product-item {
        width: auto;
    }

    .product-container {
        padding: 0;
    }

    .product-container .col {
        padding: 4px;
    }

    .product-container {
        padding: 8px;
    }

    .main-content .container .col-12 {
        padding: 8px;
    }

    #shareModal .social-links ul {
        margin: 0 8px;
    }

    .payment-pending {
        margin-top: 8px;
    }

    .payment-success .description {
        padding: 0;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #shopInfoModal .modal-dialog {
        min-width: 883px;
    }
}

@media (max-width: 992px) {
    #shopInfoModal .modal-dialog {
        max-width: 90%;
    }
}

/*Extra large devices (large desktops, 1200px and up);*/
@media (min-width: 1200px) {}
