body {
    background: #9e9e9e42;
}

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

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

.inline {
    display: flex;
}

.w3-button {
    top: 22% !important;
}

.w3-content {
    background: #FFFFFF;
}

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

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

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

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

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

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

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

.bg-green {
    background: #08B387 !important;
}

.text-green {
    color: #08B387 !important;
    font-weight: bold !important;
}

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

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

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

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

.block-left {
    border-right: 1px solid #fff;
    width: 50px;
    text-align: center;
    padding-top: 7px !important;
    padding-bottom: 7px;
}

.block-image {
    min-height: 160px;
}

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

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

.title {
    font-weight: 600 !important;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title a {
    font-weight: 400;
    font-size: 13px;
}


.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 {
    /*height: 70px;*/
    margin-top: 10px;
    overflow: auto;
}

.block-grid .relate-img-wrap {
    display: flex;
}

.block-grid .relate-img-wrap img {
    width: 100px;
    height: 100px;
}

.col-4 {
    margin-bottom: 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;
}

.prod-block .dis-item {
    width: 100px;
    align-items: start;
    margin-right: 10px;
}

.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: 33px;
    font-size: 13px;
    margin-top: 5px;
}

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

.right {
    flex-grow: 1;
}

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