body {
    background: #ffff;
}

.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;
}

.pl-10 {
    padding-left: 10px;
}

.inline {
    display: flex;
}

.w3-button {
    /*  top: 15%!important; */
}

.w3-content {
    background: #FFFFFF;
}

.w3-display-container {
    /*height: 400px;*/
}

.row {
    margin-left: unset;
    margin-right: unset;
}

.block {
    background: #fff;
    display: flex;
    margin-bottom: 10px;
}

.bg-red {
    background: #EC3B55 !important;
}

.text-red {
    color: #EC3B55 !important;
}

.bg-orgain {
    background: #FF9609 !important;
    color: #fff !important;
}

.text-orgain {
    color: #FF9609 !important;
}

.bg-green {
    background: #12BB38 !important;
}

.text-green {
    color: #12BB38 !important;
}

.bg-blue {
    background: #0175C2 !important;
}

.text-blue {
    color: #0175C2 !important;
}

.bg-violet {
    background: #5D06C4 !important;
}

.text-violet {
    color: #5D06C4 !important;
}

.block-left {
    border-right: 1px solid #fff;
    padding: 10px;
    padding-left: 5px;
    padding-top: 20px;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.block-image {
    margin-bottom: 5px;
}

.btn-round {
    border: 1px solid #fff;
    border-radius: 999999px;
    background: #fff;
    font-size: 12px;
    padding: 10px
}

.block-main {
    padding: 10px;
    width: 100%;
    overflow: hidden;
}

.product-item {
    display: flex;
    color: #212529;
}

.product-item .title {
    margin-bottom: 0px;
}

.title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.content {
    font-size: 11px;
}

.footer {
    background: transparent;
    display: block;
    bottom: 0;
    font-size: 10px;
    width: 100%;
    color: #545353b3;
    padding: 5px;
    z-index: 0;
}

.footer p {
    margin-bottom: unset;
}

.container-stamp {
    z-index: 1;
    width: 100%;
}

.content img[style] {
    max-width: 100% !important;
}

.left {
    margin-right: 10px;
}

.left i {
    margin-top: 5px;
}

.block-grid {
    display: flex;
    height: 100px;
    margin-top: 10px;
}

.col-4 {
    margin-bottom: 10px;
}

.block-message {
    padding: 5px;
}

.message {
    width: 80%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding-top: 5px;
}

.block-info {
    width: 100%;
    margin-left: 10px;
}

/*****************css start**************/
.modal {
    padding-top: 40%;
}

.modal-content {
    border-radius: unset;
    border: unset;
}

label {
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.required {
    color: red;
}

.form-control {
    font-size: 13px;
    border: 0.5px solid #e9ecef;
    border-radius: unset;
}

small {
    float: left;
    margin-top: 3px;
    margin-bottom: 5px;
    color: red;
    display: none;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.bg-green {
    background: #03A9F4 !important;
    color: #FFFFFF;
}

.shop-ava {
    width: 25px;
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #e5e5e5;
}


.right {
    flex-grow: 1;
    max-width: 300px;
}

.title {
    display: block;
    width: 100%;
    /*white-space: nowrap;*/
    /*overflow: hidden !important;*/
    /*text-overflow: ellipsis;*/
}

.direction {
    margin: 0 10px;
}

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

.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;
}