* {
    font-family: 'Roboto';
    margin-bottom: 0px;
}

.content {
    background-color: #f2f2f2;
}

.owl-carousel {
    touch-action: manipulation;
}

.slide-block .slide-wrap {
    position: relative;
}

.slide-block .slide-wrap .item-wrap .img-wrap {
    height: 350px;
}

.slide-block .slide-wrap .item-wrap .img-wrap img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

/*.slide-block .slide-wrap .owl-nav {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 100%;*/
/*}*/
.slide-block .slide-wrap .owl-nav button.owl-prev, .slide-block .slide-wrap .owl-nav button.owl-next {
    background-color: transparent;
    border: none;
    font-size: 30px;
    outline: none;
    color: #fff;
    position: absolute;
    top: 50%;
}

.slide-block .slide-wrap .owl-nav button span {
    background-color: transparent;
}

.slide-block .slide-wrap .owl-nav .owl-next {
    right: 0px;
    position: absolute;
}

.slide-block .slide-wrap .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.slide-block .slide-wrap .owl-dots .owl-dot {
    background-color: transparent;
}

.slide-block .slide-wrap .owl-dots .active .item-dots {
    background-color: #fff;
}

.slide-block .slide-wrap .owl-dots .item-dots {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 0.5px solid #fff;
    border-radius: 50%;
    outline: none;
    padding: 0px;
    margin-right: 10px;
}


.name-block {
    background: #FFFFFF;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0px 0px;
    padding: 18px 5px 16px 12px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 15px;
}

.name-block h4 {
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    padding: 5px 0px;
    max-height: 64px;
}

.name-block .price {
    display: flex;
    align-items: center;
    background-color: #fff;
}

.name-block .price svg {
    margin-right: 10px;
    background-color: #fff;
}

.name-block .price span {
    font-size: 24px;
    color: #FA9538;
    margin-right: 10px;
    background-color: #fff;
}

.info {
    align-items: center;
}


.info-block {
    background-color: #fff;
    padding: 10px 12px;
    margin-bottom: 15px;
}

.info-block .title {
    color: #3C5A99;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.info-block .desc {
    /*height: 200px;*/
    overflow: hidden;
    position: relative;
}

.info-block .short-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.info-block img {
    width: 100%;
}

.info-block .shadow-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.59) 36.98%, rgba(255, 255, 255, 0.89) 70.49%, #FFFFFF 100%);
    height: 125px;
    /* z-index: 99999; */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 104px;
}

.info-block .shadow-content .read-more {
    font-weight: 500;
    font-size: 14px;
    color: #3C5A99;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-block .shadow-content .read-more i {
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
}


.own-block {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 19px;
}

.own-block .modal-block {
    padding: 15px 0px;
}

.own-block .own-name {
    display: flex;
    margin-bottom: 22px;
}

.own-block h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #4f4f4f;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.own-block h4 a{
    font-weight: 500;
    font-size: 14px;
}

.own-block .own-name img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 3px;
    margin-right: 8px;
}

.own-block .own-name p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4267B2;
    margin-bottom: 0px;
}

.own-block .own-list {
    list-style-type: none;
    padding: 0px;
    color: #4f4f4f;
}

.own-block .own-list li {
    display: flex;
}

.own-block .own-list i {
    color: #057DDA;
    margin-right: 8px;
}


.distribute-block {
    margin-bottom: 15px;
    background-color: #fff;
}

.distribute-block .dis-wrap {
    overflow: auto;
    padding-bottom: 13px;
}

.distribute-block .dis-wrap .dis-block {
    width: max-content;
    display: flex;
}

.distribute-block .dis-item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    align-items: center;
    width: 128px;
}

.distribute-block .dis-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.distribute-block .dis-item .img-wrap {
    width: 128px;
    height: 128px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0px, 9999px 0px;
}

.distribute-block .dis-item .overlay {
    background: #212121;
    opacity: 0.6;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.distribute-block .dis-item .name {
    font-weight: 500;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.distribute-block .dis-item img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    z-index: 1;
}


.prod-block .dis-item {
    width: 128px;
    align-items: start;
}

.prod-block .dis-item .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
    height: 40px;
}

.prod-block .dis-item .price {
    color: #F98600;
    font-family: Barlow;
    font-weight: 600;
}


/*custom vertical modal*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching
   full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-ic img {
    width: 40px !important;
    height: 40px !important;
}

.modal-ic .own-name p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.modal-ic .own-list li {
    margin-bottom: 10px;
}

.modal-ic .close-ic {
    position: absolute;
    top: 8px;
    right: 6px;
}

.header {
    display: flex;
}

.header .own-name {
    flex-grow: 1;
}

.direction {
    font-size: 16px;
    margin-left: 15px;
}


.content * {
    margin: 0px;
    font-family: 'Barlow';
}
body {
    background-color: #e5e5e5;
    padding-bottom: 50px;
}
.d-flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
button {
    outline: none;
}
h4.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3C5A99;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h4.title a {
    font-size: 14px;
    line-height: 20px;
    color: #3C5A99;
}
.slide-wrap .item-wrap .img-wrap {
    height: 400px;
}
.slide-wrap .item-wrap .img-wrap img {
    height: 100%;
}
.slide-wrap .owl-dots {
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    padding: 0px 10px;
    bottom: 3px;
}
.slide-wrap .owl-dots .owl-dot {
    /*width: 100%;*/
    text-align: center;
}
.slide-wrap .owl-dots .owl-dot button {
    width: 94%;
    background-color: #fff;
    opacity: 0.3;
    border: none;
    height: 3px;
    border-radius: 14px;
    transition: 0.3s;
}
.slide-wrap .owl-dots .owl-dot.active button {
    opacity: 1;
}

.intro-block {
    padding: 16px 12px;
    background-color: #fff;
}
.intro-block h2 {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.intro-block .pre-info {
    display: flex;
    align-items: center;
}
.intro-block .pre-info .price span {
    font-family: Barlow;
    color: #3C5A99;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.intro-block .pre-info .price small {
    font-family: Barlow;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3C5A99;
}
.intro-block .pre-info .circle {
    width: 4px;
    height: 4px;
    background: #D8D8D8;
    border-radius: 50%;
    margin: 0px 10px;
}
.intro-block .pre-info .country img {
    width: 25px;
    height: 17px;
    border-radius: 4px;
}
.intro-block .pre-info .country span {
    font-weight: 500;
    font-family: 'Barlow';
    color: #757575;
}

.verify-title {
    background: linear-gradient(180deg, #0090FF 0%, #057DDA 100%);
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 12px 24px 12px;
    margin-bottom: 10px;
}

.cert-block {
    margin-bottom: 10px;
    padding: 12px;
    background-color: #fff;
}
.cert-block .cert-wrap {
    overflow: auto;
}
.cert-block .cert-wrap .cert-img {
    width: max-content;
    padding-bottom: 12px;
}
.cert-block .cert-wrap .cert-img img {
    width: 100px;
    height: 140px;
    border: 0.5px solid #D8D8D8;
    object-fit: cover;
    margin-right: 10px;
}

.own-block {
    margin-bottom: 10px;
}
.own-block .info-wrap {
    background-color: #057DDA;
    padding: 12px;
}
.own-block .info-wrap .own-avatar {
    width: 40px;
    height: 40px;
    border: 0.5px solid #D8D8D8;
    border-radius: 4px;
    margin-right: 8px;
}
.own-block .info-wrap .own-name .name span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.own-block .info-wrap .own-name .role {
    line-height: 20px;
    color: #FFFFFF;
}
.own-block .info-wrap .own-ic-right {
    padding: 0px 10px;
}
.own-block .own-list, .own-block .own-social {
    list-style-type: none;
    padding: 12px;
    background-color: #fff;
}
.own-block .own-list {
    padding-bottom: 0px;
}
.own-block .own-list li {
    display: flex;
    padding-top: 7px;
}
.own-block .own-list li .ic-list-arrow {
    margin-right: 6px;
}
.own-block .own-list li span p{
    font-weight: 500;
    line-height: 20px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.own-block .own-social li {
    padding: 5px 5px 0px;
    border: 0.5px solid #D8D8D8;
    border-radius: 4px;
    margin-right: 5px;
}
.own-block .own-social li .svg-wrap {
    margin-right: 8px;
}
.own-block .own-social li span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}

.distri-block {
    margin-bottom: 10px;
}
.distri-block .distri-wrap {
    overflow: auto;
    padding-bottom: 15px;
}
.distri-block .distri-wrap .distri-list {
    width: max-content;
    display: flex;
}
.distri-block .distri-wrap .distri-list .distri-item {
    width: 300px;
    margin-right: 10px;
}
.distri-block .distri-wrap .distri-list .distri-item.distri-item-last {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.distri-block .distri-wrap .distri-list .distri-item.distri-item-last a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.distri-block .distri-wrap .distri-list .distri-item.distri-item-last svg {
    margin-bottom: 8px;
}
.distri-block .distri-wrap .distri-list .distri-item.distri-item-last span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #00BAF2;
}
.distri-block .distri-wrap .distri-list .distri-item .avatar {
    width: 40px;
    height: 40px;
    border: 0.5px solid #D8D8D8;
    border-radius: 4px;
    margin-right: 8px;
}
.distri-block .distri-wrap .distri-list .distri-item .head {
    background-color: #057DDA;
    padding: 12px;
}
.distri-block .distri-wrap .distri-list .distri-item .head .role-name .name {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.distri-block .distri-wrap .distri-list .distri-item .head .role-name .role {
    line-height: 20px;
    color: #FFFFFF;
}

.near-block {
    padding: 16px 12px;
    background-color: #fff;
    margin-bottom: 10px;
}
.near-block .near-list .near-item {
    padding: 8px;
    border: 0.5px solid #D8D8D8;
    border-radius: 4px;
}
.near-block .near-list .near-item .near-name {
}
.near-block .near-list .near-item .near-name img {
    width: 40px;
    height: 40px;
    border: 0.5px solid #D8D8D8;
    border-radius: 4px;
    margin-right: 8px;
}
.near-block .near-list .near-item .near-name p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #3C5A99;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.near-block .near-list .near-item .near-name span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}
.near-block .near-item {
    position: relative;
    margin-bottom: 15px;
}
.near-block .near-item .rate-block {
    position: absolute;
    top: -7px;
    left: 7px;
}
.near-block .near-item .rate-block .rate-wrap {
    position: relative;
}
.near-block .near-item .rate-block .rate-wrap p {
    position: absolute;
    top: 23px;
    left: 7px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.near-block .near-item .rate-block .rate-wrap p span {
    font-size: 16px;
}
.near-block .near-list .near-item hr {
    margin-top: 7px;
    margin-bottom: 8px;
}
.near-block .near-list .near-buy-block {
    text-align: right;
}
.near-block .near-list .near-buy {
    background: rgba(235, 87, 87, 0.2);
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    padding: 2px 8px 2px 2px;
    width: fit-content;
}
.near-block .near-list .near-buy svg {
    margin-right: 5px;
}
.near-block .near-list .near-buy span {
    color: #EB5757;
    font-size: 12px;
}
.near-block .near-showmore a {
    background: #FFFFFF;
    border: 1px solid #057DDA;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #057DDA;
    width: 100%;
    padding: 8px 0px;
}
.near-block .near-showmore a svg {
    margin-left: 8px;
}

.extra-block {
    padding: 16px 12px;
    background-color: #fff;
}
.extra-block .extra-item {
    margin-bottom: 10px;
}
.extra-block .extra-item .title {
    font-weight: 700;
    color: #057DDA;
}

.prod-block {
margin-bottom: 70px;
}
.prod-block h4 {
    padding: 16px 12px 10px 0px;
    margin-bottom: 0px;
}
.prod-block .prod-list {
    display: flex;
    flex-wrap: wrap;
}
.prod-block .prod-list .prod-item {
    background-color: #fff;
    padding: 6px;
    width: 50%;
    border-bottom: 0.5px solid #e5e5e5;
}
.prod-block .prod-list .prod-item.bordered {
    border-right: 0.5px solid #e5e5e5;
}
.prod-block .prod-list .prod-item img {
    border-radius: 6px;
    width: 100%;
    margin-bottom: 9px;
}
.prod-block .prod-list .prod-item .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.prod-block .prod-list .prod-item .name.no-value {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #B4B4B4;
}
.prod-block .prod-list .prod-item .price {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #057DDA;
}
.prod-block .prod-list .prod-item .price.no-value {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #B4B4B4;
}

.action-block {
    display: flex;
    position: fixed;
    background-color: #fff;
    width: 100%;
    padding: 10px 12px 20px;
    justify-content: space-between;
    bottom: 0px;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
}
.action-block a {
    display: block;
    width: 49%;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0px;
}
.action-block a.call {
    background: linear-gradient(180deg, #FEAE2F 0%, #FE4E1B 100%);
}
.action-block a.buy {
    background: linear-gradient(180deg, #0090FF 0%, #057DDA 100%);
}

.ecom-block {
    background-color: #fff;
    padding: 16px 12px;
    margin-bottom: 10px;
}
.ecom-block .ecom-list {
    padding: 0px;
}
.ecom-block .ecom-list li {
    padding: 10px 20px 10px 10px;
    border: 0.5px solid #D8D8D8;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.ecom-block .ecom-list li:last-child {
    margin-bottom: 0px;
}
.ecom-block .ecom-list li img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
    object-fit: cover;
}
.ecom-block .ecom-list li .name h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #212121;
}
.ecom-block .ecom-list li .name strike {
    line-height: 17px;
    text-decoration-line: line-through;
    color: #757575;
    margin-right: 5px;
}
.ecom-block .ecom-list li .name span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FF0000;
}

.modal-survey {
    padding-top: 5vh;
}
.modal-survey .modal-content {
    border-radius: 8px;
    overflow: hidden;
}
.modal-survey-close {
    text-align: center;
    margin-top: 20px;
}
.modal-survey-close button {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #e5e5e5;
    font-size: 18px;
    padding: 0px 7px;
}