@font-face {
	font-family: Oranienbaum;
	src: url('/file/assets?key=assets%2F0209-LNTH-Oranienbaum.ttf') format("truetype");
}
@font-face {
	font-family: futura;
	src: url('/file/assets?key=assets%2FVNF-Futura-Regular.ttf') format("truetype");
}


*{
  font-family: futura, sans-serif;
}
h1,h2,h3,h4,h5,.prd_tt_h1{
  font-family: Oranienbaum, sans-serif;
}

a {
    color: #000;
}
.order__home-page-index {
    background-color: #f5f5f5;
}
#productList img{
      width: 100%;
}
input:focus-visible {
        outline: 0px;
}
.order__home-page-index .scroll-body {
    background-color: #f5f5f5;
}

.order__home-page-index>div:first-child {
    min-height: 100vh;
}

.header-info {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.header-info .logo-n-cover {
    background-image: url(https://order.ipos.vn/static/images/default_cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 56vw;
    position: relative;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header-info .logo-n-cover .logo {
    position: absolute;
    width: 75px;
    min-width: 75px!important;
    height: 75px;
    background-size: cover;
    background-position: 50%;
    border: 2.5px solid #fff;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px rgb(63 63 70 / 10%);
    box-shadow: 0 0 8px rgb(63 63 70 / 10%);
    margin: 0!important;
    padding: 0;
    background-color: #fff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header-info .info-name {
    position: relative;
}

.header-info .info-name .component__order-floating__button {
    position: absolute!important;
}

.header-info .info-name>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component__order-floating__button {
    position: fixed;
    left: 16px;
    bottom: 12px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px rgb(63 63 70 / 10%);
    box-shadow: 0 0 8px rgb(63 63 70 / 10%);
    padding-right: 12px;
}

.component__order-floating__button>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
    padding-left: 12px;
    position: relative;
}

.header-info .info-name>div>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.component__order-floating__button>div>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #363636;
    font-weight: 500;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-info .info-name>div>div:first-child>div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-right: 12px;
}

.component__order-floating__button>div>div:first-child {
    max-width: 16px;
}

.header-info .restaurant__navigation {
    display: none!important;
    color: #363636;
    padding-left: 10px;
}

.header-info .restaurant__navigation,
.header-info .restaurant__navigation span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
}

.header-info .info-name>div>div:first-child>div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-right: 12px;
}

.header-info .restaurant__navigation span {
    color: #aaa;
}

.header-info .restaurant__name {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: #363636;
    margin-top: 22px!important;
    padding: 0 10px;
}

.header-info .info-name>div>div:first-child>div.restaurant_info {
    padding: 12px;
}

.header-info .info-name>div>div:first-child>div.restaurant_info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}

.header-info .info-name>div>div:first-child>div.restaurant_info>div>div:first-child {
    max-width: 15px;
    min-width: 15px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info .info-name>div>div:first-child>div.restaurant_info>div * {
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 24px;
}

.header-info .info-name>div>div:first-child>div.restaurant_info .address-n-distance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-info .info-name>div>div:first-child>div.restaurant_info>div>div:nth-child(2) {
    font-size: 13px;
    line-height: 19.5px;
    color: grey;
}

.header-info .info-name>div>div:first-child>div.restaurant_info .address-n-distance>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info .virtual-search-block {
    margin-bottom: 16px;
    background: #f5f5f5;
    border-radius: 50vh;
    position: relative;
    float: right;
    width: 100%;
}

.header-info .virtual-search-block img {
    position: absolute;
    margin: 8px 13px;
    width: 16px;
    height: 16px;
}

.header-info .virtual-search-block>div {
    padding-left: 42px;
    height: 32px;
    line-height: 32px;
    color: grey!important;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.menu-bar.fixed {
    position: fixed;
}

.menu-bar {
    z-index: 2;
    width: 100%;
    background-color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    border-bottom: 1px solid #eee;
}

.menu-bar .restaurant__name {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.menu-bar .restaurant__name .btn-container .btn-back>div,
.menu-bar .restaurant__name .btn-container .btn-search>div,
.menu-bar .restaurant__name .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-bar .restaurant__name .name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 44px;
    -webkit-animation-name: slide-to-right;
    animation-name: slide-to-right;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -ms-flex-align: center;
}

.menu-bar .restaurant__name .name span {
    color: #363636;
    font-weight: 500;
    font-size: 15px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 10px);
}

.menu-bar .restaurant__name .btn-container {
    width: 44px!important;
    max-width: 44px!important;
}

.menu-bar .restaurant__name .btn-container.search {
    -webkit-animation-name: slide-to-right;
    animation-name: slide-to-right;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.menu-bar .restaurant__name .btn-container .btn-back,
.menu-bar .restaurant__name .btn-container .btn-search {
    width: 44px;
}

.menu-bar .restaurant__name .btn-container .btn-back>div,
.menu-bar .restaurant__name .btn-container .btn-search>div {
    height: 44px;
    -ms-flex-align: center;
}

.menu-bar .menu-track {
    overflow: auto;
    white-space: nowrap;
    min-height: 45px;
    overflow-y: auto;
}

.menu-bar button {
    background-color: transparent;
    border: 0;
    padding: 10px;
    font-size: 14px;
    height: 45px;
    color: #3f3f3f;
    position: relative;
    outline: 0;
}

.menu-bar .menu-track>button {
    font-weight: 500!important;
}

.order__home-page-index .desktop-search,
.order__home-page-index .menu-frame .left-box,
.order__home-page-index .menu-frame .right-box {
    display: none;
}

.desktop-search img {
    position: absolute;
    margin: 8px 13px;
    width: 16px;
    height: 16px;
}

.component__order-group__complete-suggestion {
    display: block!important;
    z-index: unset;
}

.btn-delete {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.component__combo-editor,
.component__item-editor {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.component__item-editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component__combo-editor:last-child,
.component__item-editor:last-child {
    border: 0;
}

.component__combo-editor,
.component__item-editor {
    position: relative;
}

.component__item-editor>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-name__container {
    position: relative;
}

.product-name__container .product-name {
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-name__container button {
    width: 24px;
    height: 24px;
    position: absolute;
    color: #f89523;
    top: 0;
    right: 0;
    border-radius: 50vh;
    border: 0;
    background: transparent;
}

.component__card-description-bound {
    font-weight: 400;
    position: relative;
    color: grey!important;
}

.component__item-editor .component__card-description-bound {
    min-height: 20px!important;
}

.component__combo-editor .product__quantity-and-price,
.component__item-editor .product__quantity-and-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: grey;
    font-weight: 400;
    margin-top: 5px;
    bottom: 10px;
    right: 10px;
    justify-content: flex-end;
}

.component__combo-editor .product__quantity-and-price>div:last-child,
.component__item-editor .product__quantity-and-price>div:last-child {
    text-align: right;
}

.component__combo-editor .product__quantity-and-price *,
.component__item-editor .product__quantity-and-price * {
    font-size: 14px;
    color: grey;
    font-weight: 400;
}

.btn-primary {
    border: 1px solid #f89523;
    cursor: pointer;
    width: 100%;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #f89523;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label__header {
    padding-left: 5px;
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
}

.component__product-item-list {
    position: relative;
    padding: 5px;
    border-radius: 10px;
    text-align: left;
    -webkit-box-shadow: 0 0 15px rgb(45 45 48 / 10%);
    box-shadow: 0 0 15px rgb(45 45 48 / 10%);
    background-color: #fff;
    -webkit-animation-name: slide-to-left;
    animation-name: slide-to-left;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.component__product-item-list.grid-2:nth-last-child(2),
.component__product-item-list:nth-last-child(3) {
    border-bottom: 1px solid #eee;
}

.component__product-item-list td {
    padding: 0;
}

.component__product-item-list .product-item--image--border {
    display: inline-block;
    padding: 2px;
    background-color: transparent;
    position: relative;
}

.component__product-item-list .product-item--image--border .product-item--image {
    width: 63px;
    height: 63px;
    border-radius: 8px;
    background-position: 50%;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.component__product-item-list .product-item--name {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.component__product-item-list .product-item--description {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    min-height: 28px;
    color: grey;
}

.component__product-item-list .product-item--price {
    margin-top: 1px;
    font-size: 12px;
    font-weight: 600;
    color: orange;
    min-height: 15px;
}

.control--input-number {
    position: absolute;
    background-color: #fff;
    border-radius: 50vh;
    bottom: 5px;
    right: 5px;
    -webkit-animation-name: slide-to-left;
    animation-name: slide-to-left;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.component__cs-input-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.component__cs-input-number>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.component__cs-input-number>div>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.component__cs-input-number div.button {
    border: 1px solid #eee;
    background-color: #eee;
    width: 42px;
    height: 42px;
    outline: 0;
    border-radius: 50vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    user-focus: none;
    text-align: center;
    line-height: 42px;
}

.component__cs-input-number div.button span {
    color: grey;
    font-size: 18px;
}

.btn-add-cart,
.button,
.component__cs-checkbox,
.material-icons,
button {
    cursor: pointer!important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.component__cs-input-number>div input {
    width: 40px;
    text-align: center;
    border: 0;
    background: transparent;
    outline: 0;
}

@media (min-width: 768px) {
    .header-info {
        padding: 20px 16px 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 8px;
        border-bottom: 0!important;
    }
    .header-info .logo-n-cover {
        height: unset!important;
        border-radius: 12px;
        overflow: hidden;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    .header-info .logo-n-cover .logo {
        width: 80px!important;
        height: 80px!important;
    }
    .header-info .info-name {
        margin-left: 15px;
    }
    .header-info>div {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }
    .component__order-floating__button {
        top: 0!important;
        right: 0!important;
        left: unset!important;
        bottom: unset!important;
    }
    .header-info .restaurant__navigation {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .header-info .info-name .restaurant__name {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        text-align: left;
        margin-top: 16px!important;
    }
    .hide-on-desktop {
        display: none!important;
    }
    .hide-on-mobile {
        display: none!important;
    }
    .menu-frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 0;
    }
    .menu-frame .left-box {
        display: block!important;
        max-width: 260px;
        min-width: 260px;
    }
    .menu-frame>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .menu-frame .left-box>div {
        background-color: #fff;
        margin-right: 16px;
        border-radius: 8px;
        min-height: 100px;
        position: -webkit-sticky;
        position: sticky;
        top: 16px;
        padding: 12px;
    }
    .menu-frame .left-box .title {
        color: #363636;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
    }
    .menu-frame .left-box .menu-bar__desktop {
        margin-top: 8px;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
    .menu-frame .left-box .menu-bar__desktop>div {
        color: #363636;
        cursor: pointer;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        padding: 8px;
        border-radius: 8px;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin-bottom: 8px;
    }
    .menu-frame .left-box .menu-bar__desktop>div.selected {
        font-weight: 500;
        color: #363636!important;
        background-color: rgba(5, 96, 166, .12);
    }
    .component__cs-dialog--body,
    .order__home-page-index .scroll-body {
        max-width: 1366px;
        margin: auto;
    }
    .desktop-search {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        padding: 9px 12px 20px;
        background-color: #fff;
        position: relative;
        border-radius: 8px 8px 0 0;
    }
    .desktop-search>div>div {
        padding-left: 42px;
        height: 32px;
        line-height: 32px;
        color: grey!important;
        font-size: 15px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .menu-frame .right-box {
        display: block!important;
        max-width: 434px;
        min-width: 200px;
    }
    .menu-frame>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .menu-frame .right-box>div {
        position: -webkit-sticky;
        position: sticky;
        top: 16px;
    }
    .menu-frame .right-box .right-box__content {
        margin-left: 16px;
        border-radius: 8px;
        min-height: 100px;
        background-color: #fff;
    }
    .menu-frame .right-box .text-title {
        padding: 16px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .menu-frame .right-box .text-title span {
        color: #363636;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
        text-align: left;
    }
    .menu-frame .right-box .card {
        padding: 0 16px 20px;
        max-height: 250px;
        overflow-y: auto;
    }
    .component__combo-editor,
    .component__item-editor {
        border: 0!important;
        margin-top: 12px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 8%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 8%);
        border-radius: 8px;
        padding: 12px!important;
    }
    .component__combo-editor .product__quantity-and-price .quantity,
    .component__combo-editor>div:first-child,
    .component__item-editor .product__quantity-and-price .quantity,
    .component__item-editor>div:first-child {
        display: none;
    }
    .menu-frame .right-box .action__container {
        border-top: 1px solid #eee;
        padding: 10px 16px 16px;
    }
    .menu-frame .right-box .action__container .total-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .menu-frame .right-box .action__container .total-price span {
        color: #363636;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
        text-align: left;
    }
    .menu-frame .right-box .action__container .btn-primary {
        margin-top: 8px;
    }
    .menu-frame .component__product-item-list {
        -webkit-box-shadow: unset!important;
        box-shadow: unset!important;
        border-radius: 0!important;
        border-bottom: 0!important;
    }
    .menu-frame .left-box .menu-bar__desktop>div:hover {
      background-color: #f5f5f5;
    }
    .desktop-search input {
       width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border: 1px solid #eee;
      height: 30px;
      border-radius: 4px;
      background-color: #f9f9f9;
      padding-left: 40px;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 23px;
      letter-spacing: 0;
      color: #363636;
    }
}
/*dasdad*/
@font-face {
	font-family: Raleway;
	/*font-weight: 400;*/
	font-style: normal;
	src: url('/file/assets?key=assets%2FRALEWAY-LIGHT.TTF') format("truetype");
}
@font-face {
	font-family: Raleway;
	/*font-weight: 200;*/
	font-style: italic;
	src: url('/file/assets?key=assets%2FRALEWAY-ITALIC.TTF') format("truetype");
}


body {
    font-family: "proxima-nova", arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8em;
    font-family: Raleway;
    font-weight: 100;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0px;
    -webkit-font-smoothing: subpixel antialiasing !important;
}

#mainContent.maincategory {
    padding: 4em;
    width: 1320px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    margin: auto;
}
#productGallery img{
    vertical-align: middle;
    width: 100%;
}
#productList {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

 .prd_item {
    padding: 13px;
}

 .sold-out {
    position: absolute;
    top: 15px;
    right: 0px;
    background: #222;
    padding: 6px 8px;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: normal;
    transition: 1s;
}
.product-mark.sold-out {
    position: absolute;
    top: -17px;
    right: 78px;
    background: #222;
    padding: 6px 8px;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: normal;
    transition: 1s;
}

#productNav {
    display: block;
    border-bottom: 1px solid rgba(150, 150, 150, .4);
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 60px;
    margin-top: -25px;
}

#productDetails {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-left: 30px;
}

#productDetails .product-mark {
    float: right;
    background: #222;
    padding: 6px 8px;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px;
}

.product-price {
    padding-top: 5px;
    font-weight: 400;
}

#productDetails .product-price {
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.5em;
}

#productSummary {
    display: grid;
    grid-template-columns: 60% 40%;
}

.btnX-yellowRv-bd {
    max-width: 300px;
    background-color: black;
    color: #fff;
    padding: 8px 48px;
    margin: 30px 0;
}
.bttn-right2,
.bttn-left2{
  margin: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #525252;
}
.bttn-right2:hover,
.bttn-left2:hover{
  background-color: black;
  color:white;
}
.input-quantity{
  background-color: white;
  
}
.product_info_view{
  position: relative;
  margin: 0;
  
  border-bottom: 1px solid #6c757d;
  padding-top: 8px;
  padding-bottom: 8px;
}
.product_info_view_h5{
      margin: 0;
}
.product_info_view_div{
  padding-left: 10px;
  display:none;
}
.product_info_view_MT{
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 20px;
  transition: 1s;
      cursor: pointer;
}
.product_info_view_MT.active{
  transform: rotateZ(90deg);
}
#productmore{
  display: grid;
  grid-template-columns: 50% 50%;
}
.productmore_prd{
  display: grid;
  grid-template-columns: 50% 50%;
}
.prd_tt_h1{
      margin-top: 60px;
    margin-bottom: 60px;
    font-size: 35px;
    text-align: center;
}
#productGallery{
  display: flex;
    flex-direction: row-reverse;
}
.Swiper_prd2 .swiper-slide-thumb-active{
  
}
.Swiper_prd2{
  width: 80%;
}
.wrapper-dnt-blog img{
  width: 100%;
}
@media only screen and (min-width: 700px) {
     .product .product-overlay {
        opacity: 0;
        transition: opacity .3s ease-out;
        filter: alpha(opacity=0);
    }
    .prd_item .product-overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(12, 21, 24, .6);
        color: #fff;
        -webkit-font-smoothing: antialiased;
        transition: 1s;
    }
     .prd_item .product-meta {
        position: absolute;
        width: 80%;
        margin: 0 10%;
        top: 50%;
        margin-top: -24.5px;
    }
    .prd_item .product-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5em;
        color: #fff;
        text-align: center;
        margin-top: 0;
    }
    .prd_item .product-price {
        font-size: 13px;
        line-height: normal;
        color: #fff;
        padding-top: 5px;
        font-weight: 400;
        text-align: center;
    }
    .product-overlay {
        opacity: 0;
    }
     .prd_item:hover .product-overlay {
        opacity: 1;
    }
     .prd_item:hover .sold-out {
        opacity: 0;
    }
}

@media only screen and (min-width: 737px){
  .product_info_view_MT{
      display:none;
    }
    .product_info{
      display: flex;
    }
    .product_info_view_h5{
      padding: 5px 20px;
    }
    .product_info_view{
      cursor: pointer;
    }
        
    .product_info_view.active{
      border-bottom: 3px solid #c72c48;
    }
    .pc_prd_tieude{
      padding: 35px 0;
    }
}
@media only screen and (max-width: 736px) {
    
    .pc_prd_tieude{
      display:none;
    }
    .Swiper_prd2{
      width: 100%;
    }
   #productGallery{
     grid-row-start: 1;
     display:block;
    
   }
   .Swiper_prd1{
     width:auto !important;
     padding-right:auto !important;
   }
   #productDetails{
     padding-left:0px;
   }
    #productmore{
      display: grid;
      grid-template-columns: 100%;
    }
    .product-mark.sold-out{
          top: 18px;
    }
    .productmore_prd_main{
      margin-top: 20px;
    }
     .product .product-image {
        margin: 3%;
    }
     #productList{
        display: grid;
        grid-template-columns: 100%;
    }
    #mainContent.maincategory {
        padding: 1em
    }
     .prd_item {
        padding: 0px;
    }
    .product-meta {
        margin: 0;
        margin-bottom: 1em;
    }
     .product-title {
        font-size: 35px;
        line-height: 1.5em;
        margin-top: 1em;
        text-align: center;
    }
     .product-price {
        
        font-size: 12px;
        line-height: 1.5em;
    }
    #productSummary {
        display: grid;
        grid-template-columns: 100%;
    }
}

