/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 1, 2020 */
:root {
    --color1: #20375D;
    --color2: #1F365C;
    --color3: #FFB537;

}


@font-face {
    font-family: 'sukhumvit_setbold';
    src: url('../fonts/sukhumvitset-bold-webfont.woff2') format('woff2'),
        url('../fonts/sukhumvitset-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sukhumvit_setlight';
    src: url('../fonts/sukhumvitset-light-webfont.woff2') format('woff2'),
        url('../fonts/sukhumvitset-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sukhumvit_setmedium';
    src: url('../fonts/sukhumvitset-medium-webfont.woff2') format('woff2'),
        url('../fonts/sukhumvitset-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sukhumvit_setsemi_bold';
    src: url('../fonts/sukhumvitset-bold-webfont.woff2') format('woff2'),
        url('../fonts/sukhumvitset-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sukhumvit_settext';
    src: url('../fonts/sukhumvitset-text-webfont.woff2') format('woff2'),
        url('../fonts/sukhumvitset-text-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sukhumvit_setthin';
    src: url('../fonts/sukhumvitset-thin-webfont.woff2') format('woff2'),
        url('../fonts/sukhumvitset-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}



body {
    background-color: #F4F7FB;
    font-family: sukhumvit_setmedium;
    font-size: .825rem;

}

a {
    color: #4d535c;
}

a:hover {
    color: #4d535c;
    text-decoration: none;
}


.btn {
    background-color: #e5c51a;
    border-radius: 30px;
    border: 0px solid #e4b024;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 0px 20px;
    text-decoration: none;

}

.btn:hover {
    background-color: #ffd700;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.nav-side-menu {
    overflow: auto;

    font-size: 18px;
    font-weight: 200;
    background-color: #1f365c;
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;


    color: #e1ffff;

}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    cursor: pointer;
    /*    
.collapsed{
  .arrow:before{
            font-family: FontAwesome;
            content: "\f053";
            display: inline-block;
            padding-left:10px;
            padding-right: 10px;
            vertical-align: middle;
            float:right;
       }
}
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;

}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #6d561f;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
    padding-left: 0px;
    /*border-left: 3px solid #2e353d;*/
    border-bottom: 1px solid #ffffff;

}

.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;


}

.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #6d561f;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
        margin-top: 30px;
    }
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.side-menu {
    margin-top: 363px;
}

.head-brandner {
    background-size: cover;
    width: 100%;
    background-image: url("../img/header_img4.jpg ");
    padding: 1em;

}

.logo-brand img {
    width: 500px;
    margin-left: 0px;

}

.size-search {
    margin-top: 4em;
    margin-bottom: 2em;
}

.text-center {
    text-align: center;
}

.box-search {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
}

.position_logo {
    margin-top: 1.25em;
    display: flex;
}

.arrow {
    display: none;
}

.sub-menu.collapse {
    display: none;
}

/*   SEARCH SECTION */
.search_button {
    outline: none;
}

.search_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
    font-family: sukhumvit_setsemi_bold;
    font-size: 16px;


}

.search_button:hover {
    background-color: #6d561f;
}

.search_button:active {
    position: relative;
}

.menu-bar {
    width: 100%;
    height: 30px;
    background-color: #31312d;
}

.main-content {
    position: relative;
    width: 100%;
    color: #4d535c;
    padding: 1.5rem;

    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}


.text-topic {
    color: #1f365c;
    margin-top: 2em;
    margin-bottom: 3em;
}


.rec_shop {
    background-size: cover;
    width: 100%;
    height: 400px;
    background-image: url("../img/shopbox_bg.png ");
    padding: 1rem;
    margin-bottom: 10px;
}

.rec_shop h5 {
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
}

.shop_thumbnail {
    position: relative;
    width: 60px;
    height: 60px;
    border: 3px solid gold;
    border-radius: 5px;
}

#main-content {
    background-image: url("../img/cer_bg.jpg ");

}

.cer_img {
    text-align: right;

}

.cer_img img {

    width: 426px;
}

.table_cer {
    width: 100%;
    border: none;
}

.table_cer th {
    padding: 10px;
    color: #a38036;

}

.table_cer td {
    padding: 10px;

}

.pic_thumpnail img {
    width: 100%;
    padding: 1rem;
}



.cer {
    text-align: center;
    /* margin: 15% 0 5% 0; */
    width: 100%;
    padding: 5px;
    font-size: 1.25rem;
    padding: 5px 38px;
    text-decoration: none;
    font-family: sukhumvit_setbold;
    font-size: 20px;
}

.menubutton-video2 {
    padding: 10px 10px;
    width: 200px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #6d561f;
    color: #6d561f;

}

.menubutton-video {
    padding: 10px 10px;
    width: 200px;
    background-color: #6d561f;
    box-shadow: none;
    border: 1px solid #6d561f;
    color: white;
}

.buttoncer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cer_box {
    text-align: center;
}

.wb_info {
    margin: 0px 20px 0px 0px;
    color: #fefefe;
    width: 100%;
    border: 1px solid #a8a8a8;
    height: 130px;
    background-color: #4e4e4e;
    padding: 1rem;
    margin-bottom: 10px;
}

.wb_info:hover {
    background-color: #252727;
}

.wb_description {
    margin: 0px 20px 0px 0px;
    color: #fefefe;
}

.wb_description:hover {
    background-color: #252727;
}

.index_thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
    width: 80%;
    border-radius: 5px;
}

.product {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    background-color: #31312d;
    margin: 0px 10px 10px 10px;
    height: 100%;
    display: inline-flex;
}

.card_info {
    color: white;
}

.name {
    color: #ffffff;
    margin: 0px 0px 0px 5px;

}

.date_post {
    color: #4d535c;
    font-size: 14px;
    padding: 0 12px 5px;
    height: 65px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;

}

.status_product {
    color: #ffffff;
    font-size: 14px;
    padding: 0 12px 5px;
    text-align: left;
    font-weight: bold;



}

.success {
    color: #4f8144;
    font-weight: 700;
}

.cer_detail {
    margin-top: 3em;
    margin-bottom: 3em;
}

.bg-product {
    margin-top: 10px;
    background-color: #31312d;
    margin-left: -5px;
    margin-right: -5px;
    padding: 1rem;
    border-radius: 12px;

}

.content-product {
    margin-bottom: 2em;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-5 {
    margin-right: 5px !important;
}

.shop-profile {
    padding: 1.25rem;
}

.m-r-2_reverse {
    margin-right: -2px;
}

.m-l-2_reverse {
    margin-left: -2px;
}

.product-details {
    color: #4d535c;

}

.color-gray-box {
    color: white;
    background-color: #252727;
    border-radius: 12px;
}

.shop_details {
    width: 100%;
    text-align: left;
}

table.shop_details th {
    color: #e5c51a;
}

table.shop_details td {
    color: #fff;
}

table.shop_details td {
    text-align: right;
}

.shop_cart {
    width: 100%;
    text-align: left;
}

table.shop_cart th {
    color: #e5c51a;
}

table.shop_cart td {
    text-align: left;

}

.line_shop {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 1);
}

.text-left {
    text-align: left;
}

.btn_buy {
    background-color: #359ED8;
    border: 0px solid #359ED8;
    color: #ffffff;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-align: center;
}

.btn_addcart {
    background-color: #e4b024;
    border: 0px solid #e4b024;
    color: #ffffff;
    padding: 5px;
    width: 150px;
}


.tabtab {
    border-top: 5px solid #676c735e;
    background: rgba(20, 25, 30, 0.8);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
    background-color: #fdfdff;
    border-color: #e4e6fc;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 14px;
    padding: 10px 15px;
    height: 42px;
}

.input-group-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: -4px;
}

.tab-user {
    background-color: #1f365c;
    height: 40px;
    text-align: right;
    display: block;
}

.fa-question-circle {
    font-size: 20px;
}

.cart_thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    height: 70px;

}

.c-d-20 {
    width: 20%;
}

.box-solid {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    /* border: 1px solid #dee4ea; */
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
}

.thumbs a {
    display: block;
    width: 100%;
    padding: 5px 5px 0 5px;
}

.thumbs a img {
    width: 100%;
    height: 150px;
    height: auto;
    border-radius: 3px;
}

.type {
    padding: 0px 7px 5px;
    position: relative;
    color: #fff;
    margin-top: 10px;
}

.products_lists {
    /* margin-left: 5px; */

}

.product_item {
    padding-right: 0px;
    padding-left: 0px;
    padding: 5px;


}

.p-l-0 {
    padding-left: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-10 {
    margin-left: 10px;
}

.bar-icon {
    display: none;
}

.show-list {
    display: none;
}

.buttoncer {
    display: block;
}

.m-l-5 {
    margin-left: 5px;
}

.type h6 a {
    font-size: 14px;
    line-height: 20px;
    height: 38px;
    overflow: hidden;
    font-weight: normal;
    color: #4d535c;
}

.regis {
    background-color: transparent;
    color: white;
    width: auto;
    border: none;

}

.regis:focus {
    outline: none;
}

.regisshop:focus {
    outline: none;
}

.regisshop {
    background-color: transparent;
    color: white;
    width: auto;
    border: none;

}

.cart_icon:focus {
    outline: none;
}

.cart_icon {
    background-color: #31312d;
    color: white;
    width: 100px;
    height: 40px;
    border: none;
    margin-right: 50px;
}

.text-detail {
    margin-bottom: 0px;
}

.page-link {

    color: #cb9d2f;
    background-color: #31312d;
    border: 1px solid #31312d;
}

.page-item.disabled .page-link {
    color: #cb9d2f;

    background-color: #31312d;
    border-color: #31312d;
}

.button_login {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
    font-family: sukhumvit_setsemi_bold;
    font-size: 16px;
}

.button_login:focus {
    outline: none;
}

.dh {
    display: none !important;
}

.responsive-iframe {
    width: 600px;
    height: 450px;
}

textarea {
    font-size: 14px;
    padding: 10px 15px;
}

.post_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
    font-family: sukhumvit_setsemi_bold;
    font-size: 16px;
}











/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .padding_r {
        padding-right: 0px !important;
    }


}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {


    .padding_r {
        padding-right: 0px !important;
    }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
    .padding_r {
        padding-right: 0px !important;
    }

    .tab-user {
        display: none;
    }

    .dh {
        display: block;
    }

    .responsive-iframe {
        width: auto;
    }

    .nonpadding_mobile {
        padding: 0px;
    }

    .menubutton-video {
        width: 50%;
    }

    .menubutton-video2 {
        width: 50%;
    }

    .text-detail {
        margin-bottom: 0px;
        overflow: hidden;
        height: 85px;
    }

    .text-topic {
        color: white;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .box-search {
        margin-top: 1rem;
        margin-bottom: 0rem;
        padding: 5px;
    }

    .position_logo {
        margin-top: 0em;

    }

    .cart_icon {
        margin-right: 0px;
    }

    .regis {
        background-color: #4f543f;
        color: white;
        width: 35%;
        height: 40px;
        border: none;
        margin-right: 5px;

    }

    .regisshop {
        background-color: #c53f35;
        color: white;
        width: 65%;
        height: 40px;
        border: none;
    }

    .wrapper {
        display: inline-block;
    }

    .nav-side-menu {
        overflow: auto;
        font-size: 18px;
        font-weight: 200;
        background-color: #e4b024;
        min-width: 100%;
        max-width: 250px;
        width: 100%;
        transition: all 0.3s;
        width: 300px;
        color: #e1ffff;
    }

    .logo-brand img {
        width: 250px;
    }

    .bar-icon {
        display: block;
        color: white;
    }

    .show-list {
        display: block;
    }

    .buttoncer {
        display: none;
    }

    .search_button {
        background-color: #cb9d2f;
        border-radius: 29px;
        border: 0px solid #e4b124;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        padding: 5px 38px;
        text-decoration: none;
    }
}

.thumbs a {
    display: block;
    width: 100%;
    padding: 5px 5px 0 5px;
}

.thumbs a img {
    width: 100%;
    height: 200px;

    border-radius: 3px;
}

.type {
    padding: 0px 7px 5px;
    position: relative;
    color: #fff;
    margin-top: 10px;
}

.products_lists {
    /* margin-left: 5px; */

}

.product_item {
    padding-right: 0px;
    padding-left: 0px;
    padding: 5px;


}

.padding_r {
    padding-right: 0px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.vediosize {
    width: 100%;
    height: 500px;
}

.login-block {
    padding: 1.25rem;
}

.img-modal img {
    width: 100%;
}

.forget_pass {
    color: #E4B024;
    font-size: 16;
}

.regisuser {
    width: 163px;
}

.m-t-15 {
    margin-top: 15px;
}

.form-group {
    margin-bottom: 5px;
}

/* .card{
    background-color: #252727;
}
.card  {
 color: #fff;
 margin-bottom: 10px;
} */
.card-header {
    border-bottom: 1px solid rgb(200, 200, 200);
}

.webboard_line {
    border-top: 1px solid rgb(255, 255, 255);
}

.card-block {

    padding: 1.25rem;

}

.foter {

    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.registext_color a {
    color: #E4B024;
}

.registext_color2 {
    color: #E4B024;
}

.registext_color a:hover {
    text-decoration: underline;
}

.close:focus {
    outline: 0px solid transparent;
}

.card-space {
    margin-right: auto;
    margin-bottom: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.pic_cart {
    width: 100px;
    height: 100px;
}

.p-10 {
    padding: 10px;
}

.myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal1-content {
    margin: auto;
    display: block;
    width: 350px;
    max-width: 700px;
}

/* Add Animation */
.modal1-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal1-content {
        width: 100%;
    }
}

.box_shop {
    margin: 3px 10px 10px 0px;
}

.sumit_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
}

.regiscli_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
}

.toppic_button:focus {
    outline: none;
}

.toppic_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
}

.send_email_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
}

.send_email_button:focus {
    outline: none;
}

.justifly-center {
    justify-content: center;
}

.card_padding {
    padding: 1.25rem;
}

.search_cer_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
    outline: none;
}

.search_cer_button:focus {
    outline: none;
}

.pic_blog {
    width: 100%;
    height: 85px;
}

.color_status_price {
    color: var(--color1);
}

.color_status_booking {
    color: dodgerblue;
}

.menubutton-video:focus {
    outline: none;
}

.menubutton-video2:focus {
    outline: none;
}

.w3-badge {
    background-color: #E4B024;
    color: #fff;
    display: inline-block;

    text-align: center;
    border-radius: 30px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    top: 0;
}

.active_tabmenu {
    background-color: #6d561f;
}

.box_profile {
    display: block;
    position: absolute;
    width: 150px;
    z-index: 3;
    padding: 1rem;

    top: 3.5%;
}

.dropdown_prifile {
    padding: 0;
    font-size: 0.8rem;
    text-align: left;
    list-style: none;
}

.menudropdown:hover {
    color: F11A22;
}

.tab-user .row {
    margin-left: 0px;
    margin-right: 0px;
}

.button_menu_click {
    display: flex;
    align-items: center;
    align-content: center;
}

.main-content .row {
    margin-left: 0px;
    margin-right: 0px;
}

.toppic_page {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.save_button {
    background-color: #cb9d2f;
    border-radius: 29px;
    border: 0px solid #e4b124;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 38px;
    text-decoration: none;
    font-family: sukhumvit_setsemi_bold;
    font-size: 16px;
}

.margin_savetop {
    margin-top: 20px;
}

.tag_product1 {


    background: #EBF5FB;
    font-size: 12px;
    padding: 2px 2px;
    margin-bottom: 0px;
    color: var(--color1);
    border-radius: 5px;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 25%);
}

.tag_product2 {


    margin-left: 10px;
    font-size: 12px;
    padding: 2px 2px;
    margin-bottom: 0px;
    background-color: var(--color1);
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 25%);

}

.promotion-tag1 {
    position: absolute;
    top: 205px;


    background: red;
}

.promotion-tag2 {
    position: absolute;
    top: 205px;
    /* width: 75px; */
    /* background: green; */
    left: 105px;
}

.promotion-tag3 {
    position: absolute;
    top: 205px;
    /* width: 70px; */
    background: mediumorchid;
    left: 194px;
}

.discount_price {
    color: #4d535c;
    font-size: 12px;
}

.cart_icon2 {
    background-color: #1f365c;
    color: white;
    width: 60px;
    height: 40px;
    border: none;
    margin-right: 10px;

}

.promotion-tag1 img {
    width: 100% !important;
    height: 30px !important;
}

.promotion-tag2 img {
    width: 100% !important;
    height: 30px !important;
}

.promotion-tag3 img {
    width: 100% !important;
    height: 30px !important;
}

.product_num {
    color: red;
    font-size: 10px;
}

.tagstatus {
    padding: 0 12px 5px;
}

.progressstatus {
    margin: 0px 12px;
}

.bg_progress_strock {
    background: #FFB536;
}

.color_price {
    color: var(--color1) !important;
}

.tag1 {
    background: #ff0000;
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 0px;
    color: #ffffff;
    /* border-radius: 5px; */
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 25%);
    position: absolute;
    top: 40px;
    right: 5px;
}

.card-header {
    background: #fff;

}

.thumbs img {
    width: 100%;
    height: 230px;
}

.product_predetail {
    padding: 0 12px 5px;
}

.text_sold {
    text-align: right;
    font-weight: bold;
    color: var(--color1);
}

.width_progress {
    width: 65%;
}

.style_toppic {
    font-size: 1.5rem;
    font-weight: bolder;
}

.menu_img img {
    width: 150px;
}

.select_active {
    background-color: #EBF5FB;
}

.menu_img:hover {
    background-color: #EBF5FB;
}

.tagstatus {
    padding: 0 12px 5px;
    height: 30px;
    overflow: hidden;
}

.tagbutton1 {

    background: #EBF5FB;
    font-size: 12px;
    padding: 2px 2px;

    margin-bottom: 0px;
    color: var(--color1);
    border-radius: 5px;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 25%);
}

.tagbutton2 {

    margin-left: 10px;
    font-size: 12px;
    padding: 2px 2px;
    margin-bottom: 0px;
    background-color: var(--color1);
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 25%);

}

.product_outofstock {
    font-size: 14px;
    padding: 0 12px 5px;
    height: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    color: red;
}

.textname_deliver {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}

.detail_deliver {
    font-size: 1rem;
    font-weight: bold;
}

.card {
    margin-bottom: 10px;
}

.total_color_price {
    color: #1F365C;
    font-weight: bold;
    text-align: right;
}

.bottommargin_detail {
    margin-bottom: 10px;
}

.f-12rem {
    font-size: 1.2rem;
}

.color_select {
    background: transparent;
    border: 1px solid #E5E5E5;
    padding: 5px 10px;
    width: 150px;
    outline: none;
}

.color_select:focus {

    outline: none;
}

.color_select_active {

    color: #359ED8;
    border: 1px solid #359ED8;


}

.listmenu_personal {
    list-style: none;
    padding: 0px;
}

.listmenu_personal li {

    padding: 10px;
}

.img_profile {
    text-align: center;
}

.img_profile img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 2rem;
}

.m-l-20 {
    margin-left: 20px;
}

.text-change {
    color: #359ED8;
    font-weight: bold;
    margin-left: 20px;
    padding: 10px 15px;
}

.form-control-nonborder {
    font-size: 14px;
    padding: 10px 15px;
    height: 42px;
    background-color: transparent;
    border-color: transparent;
}

.button_change_picture {
    color: #359ED8;
    background: none;
    border: 1px solid #359ED8;
    padding: 5px 20px;
}

.button_save_profile {
    color: #ffffff;
    background: #359ED8;
    border: 1px solid #359ED8;
    padding: 5px 20px;
}

.start_address {

    border: none;
    font-size: 12px;

    border-radius: 5 px;
    background: #444444;
    color: #fff;
}

.active_start {
    background: #FFB536;
    color: #fff;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.action_address {
    color: #359ED8;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.button_add_adress {
    padding: 5px 15px;
    color: #FFF;
    background: #359ED8;
    border: #359ED8;
    border-radius: 5px;
}

.button_cancel2 {
    background: transparent;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    width: 100px;
    border-radius: 5px;
}

.button_submit {
    background: #359ED8;
    border: 1px solid #359ED8;
    color: #f8f8f8;
    width: 100px;
    border-radius: 5px;
}

.payment_picture {
    width: 200px;
    padding: 20px;
}

.payment_picture img {
    width: 100%;
}

.flex-num {
    display: flex;
    align-items: center;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.tab_guard {
    display: flex;
    background: rgba(0, 210, 57, 0.15);
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
}

.tab_Order {
    display: flex;
    height: 70px;
    width: 100%;
}

.menu_order {
    padding: 5px;


}

.menu_order img {
    width: 25px;
}

.menu_order_name {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.position_right {
    position: absolute;
    right: 0;
    padding: inherit;
}

.color_bage_active {
    padding: 0px 10px;
    background: #359ED8;
    color: #fff;
    border-radius: 5px;
}
.color_bage  {
    padding: 0px 10px;
    border: 1px solid #359ED8;
    background: transparent;
    color: #359ED8;
    border-radius: 5px;
}
.background_active{
    background: #EBF5FB;
}
#MyOrder.card{
    border: none;
}
.vertical_gall{
    display: flex;
    flex-direction: column;
}