.form-search {
    display: inline;
    margin-right: 20px;
}

/* .view-mode */
.block-top {
    text-align: right;
}

.view-mode {
    display: inline-block;
    margin-left:5px;
}
.view-mode-btn,
.view-mode-btn:hover  {
    color: #888;
}
.view-mode-btn.active,
.view-mode-btn.active:hover {
    color: #222;
}

/* common */
.product__qty-box {
    display: inline-block;
    margin-right: 10px;
}
.product__qty-btn,
.product__qty-btn:focus {
    font-size: 10px;
    line-height: 2px;
    min-width: 30px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: #858585;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    background-color: #fff;
}
.product__qty-btn:hover {
    color: #858585;
    border: 2px solid #dbdbdb;
    background-color: #f2f2f2;
}
.product__qty-btn:active {
    border: 2px solid #dbdbdb;
    color: #858585;
    background-color: #eaeaea;
}

.product__qty,
.product__qty:focus {
    width: 56px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    height: 30px;
    border-radius: 2px;
    vertical-align: top;
    padding: 0 3px;
    border: 2px solid #dbdbdb;
    border-left: none;
    border-right: none;
    text-align: center;
    border-radius: 0;
}

/* category-grid */
.category-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-grid .category-li {
    margin-bottom: 20px;
}
.category-grid .category__name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.category-grid .product-list {
    list-style: none;
}
.category-grid .product {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(34, 25, 25, 0.11);
}
.category-grid .product .product__img__cnt {
/* height: 250px; */
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.category-grid .product .product__img {
    width: 100%;
}
.category-grid .product .product__cnt {
    padding: 20px;
}
.category-grid .product .product__name {
    font-weight: 500;
    cursor: pointer;
}
.category-grid .product .product__description {
    color: #858585;
    margin-bottom: 10px;
    height: 52px;
    /* clamp */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.category-grid .product__price {
    color: #259e57;
    margin-bottom: 10px;
}
.category-grid .product__price__unit {
    font-size: 14px;
    margin-left: 5px;
}
.category-grid .product__actions {
    margin: 0;
}
.category-grid .product__view {
    display: none;
}

/* category-list */
.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-list .category-li {
    margin-bottom: 20px;
}
.category-list .category__name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.category-list .product-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-list .product {
    min-height: 202px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(34, 25, 25, 0.11);
    position: relative;
}
.category-list .product .product__img__cnt {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 500;
}
.category-list .product .product__img {
    width: 100%;
}
.category-list .product .product__cnt {
    padding: 20px 20px 20px 250px;
    min-height: 200px;
    position: relative;
}
.category-list .product .product__name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.category-list .product .product__description {
    color: #858585;
    margin-bottom: 10px;
    height: 78px;
    /* clamp */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.category-list .product__price__cnt {
    position: absolute;
    bottom: 0;
    left:  0;
    width: 100%;
    padding: 20px 30px 20px 250px;
}
.category-list .product__price {
    color: #259e57;
    float: left;
}
.category-list .product__price__unit {
    font-size: 14px;
    margin-left: 5px;
}
.category-list .product__actions {
    float: right;
}
.category-list .product__view {
    display: none;
}

/* grid & list */
.product .product__img__hover {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.product .product__img__hover span {
    display: inline-block;
    background: #eaeaea;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    border: 1px solid #ccc;
}

/* cart-added-modal */
.cart-added-modal__product-cnt {
    position: relative;
    min-height: 100px;
}
.cart-added-modal__img {
    position: absolute;
    left: 0;
    top: 0;
    width:100px;
}
.cart-added-modal__product {
    padding-left: 120px;
}
.cart-added-modal__product-name {
    font-size: 20px;
    margin-bottom: 10px;
}

/* product-modal */
.product-modal .modal-header {
    border: none;
    padding-bottom: 0;
}
.product-modal .modal-body {
    padding-top: 0;
}
.product-modal .close {
    font-size: 36px;
}
.product-modal__img {
    height: 400px;
    background: #f2f2f2;
    position: relative;
}
.product-modal__img img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-modal__name {
    margin-bottom: 20px;
}
.product-modal__price__cnt {
    position: relative;
    font-size: 20px;
    font-weight:500;
    margin-bottom: 30px;
    color: #259e57;
}
.product-modal__price__unit {
    font-size: 16px;
}

.product-modal__actions {
    position: absolute;
    right: 0;
    top: 0;
}
.product-modal__actions .product__price__unit {
    font-size: 14px;
    margin-left: 5px;
}

/* coupon */
.coupon {
    position: relative;
}
.coupon__code {
    width: 100%;
    padding-right: 100px;
}
.coupon__btn {
    width: 90px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 12px;
}

/*** BP ***/
@media (min-width: 768px) and (max-width: 991px) {

.widget-cnt-right {
    margin-top: 60px;
}

}

/*** BP ***/
@media (max-width: 991px) {

.block-top {
    text-align: left;
}

/* .form-search */
.form-search  {
    display: block;
    margin-right: 0;
    text-align: left;
    margin-bottom: 20px;
}
.form-search input {
    display: inline-block;
    width: 80%;
}

/* category-grid */
.category-grid .product__view {
    display: block;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

/* category-list */
.category-list .category__name {
    font-size: 16px;
}
.category-list .product {
    min-height: 102px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(34, 25, 25, 0.11);
    position: relative;
}
.category-list .product .product__img__cnt {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 500;
}
.category-list .product .product__img {
    width: 100%;
}
.category-list .product .product__cnt {
    padding: 10px 10px 10px 105px;
    min-height: 160px;
    position: relative;
}
.category-list .product .product__name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.category-list .product .product__description {
    height: 52px;
    /* clamp */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}
.category-list .product__price__cnt {
    position: relative;
    bottom:auto;
    left: auto;
    padding: 10px 10px 0px 10px;
    width: calc(100% + 105px);
    margin-left: -105px;
}
.category-list .product__price {
    float: none;
    margin-bottom: 5px;
}
.category-list .product__actions {
    float: none;
}
.category-list .product__view {
    display: block;
    margin-top: 15px;
    padding: 5px 0 10px 0;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

/* cart-added-modal */
.cart-added-modal__product-name {
    font-size: 16px;
    font-weight: 500;
}
.cart-added-modal__btn-dismiss {
    padding-left: 10px;
    padding-right: 10px;
}
.cart-added-modal__btn-book {
    padding-left: 10px;
    padding-right: 10px;
}

/* product-modal */
.product-modal__img {
    height: 250px;
}
.product-modal__name {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-modal__price {
    font-size: 16px;
}
.product-modal .modal-header {
    padding: 5px 20px 5px 20px;
}
.product-modal .modal-body {
    padding: 0 20px 20px 20px;
}

}

/*** BP ***/
@media (max-width: 450px) {

.product-modal__actions {
    display: block;
    position: relative;
    margin-top: 10px;
}

}

/*** Service area ***/
.service-area-modal .modal-content {
    border-radius: 8px;
}
.service-area-modal .modal-body {
    padding: 30px;
}

.service-area__head {
    text-align: center;
    margin-bottom: 25px;
}
.service-area__title {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 8px 0;
}
.service-area__subtitle {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0;
}

.service-area__body {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.service-area__left,
.service-area__right {
    flex: 1 1 300px;
    min-width: 0;
}

.service-area__label {
    display: block;
    font-weight: 500;
    color: #002639;
    margin-bottom: 8px;
}
.service-area__btn {
    margin-top: 5px;
}

.service-area__map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 320px;
    border-radius: 5px;
    overflow: hidden;
    background: #eef0f1;
    border: 1px solid #e0e0e0;
}
.service-area__map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 320px;
    color: #cdd4d6;
    font-size: 46px;
}

.service-area__result {
    margin-top: 20px;
}
.service-area__result-box {
    display: flex;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.service-area__result--success .service-area__result-box {
    background: #ecf9f1;
    border: 1px solid #cdeed9;
}
.service-area__result--fail .service-area__result-box {
    background: #fbeeee;
    border: 1px solid #f3d2d2;
}
.service-area__result--soft .service-area__result-box {
    background: #fcf8e3;
    border: 1px solid #faebcc;
}
.service-area__result-icon {
    font-size: 22px;
    margin-right: 12px;
    margin-top: 2px;
}
.service-area__result--success .service-area__result-icon {
    color: #2ab363;
}
.service-area__result--fail .service-area__result-icon {
    color: #ca4045;
}
.service-area__result--soft .service-area__result-icon {
    color: #8a6d3b;
}
.service-area__result-msg {
    flex: 1;
    line-height: 1.5em;
}
.service-area__continue .fa {
    margin-left: 6px;
}
.service-area__result-note {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
}

/* up-to-sm */
@media (max-width: 767px) {
    .service-area__title {
        font-size: 22px;
    }
    .service-area__map,
    .service-area__map-placeholder {
        min-height: 220px;
    }
}