    /*----------------------------------------*/
    /*  Media - 1
/*----------------------------------------*/
    
    .body-bg {
        background-color: #e4e4e5;
        background-image: url('../img/sripong/sripong_bg_bottom.png');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .font-thin {
        font-weight: 300;
    }
    
    .font-normal-thin {
        font-size: 12px;
        font-weight: 300;
    }
    
    .row-sm {
        margin-right: 0;
        margin-left: 0;
    }
    
    .plr-0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .text-center {
        text-align: center;
    }
    
    .row-sm>div {
        padding-right: 6px;
        padding-left: 6px;
    }
    
    .row-t-b-space {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .text-dark-gray {
        color: #333;
    }
    
    .text-gray {
        color: #666;
    }
    
    .text-white {
        color: #fff;
    }
    
    .text-blue {
        color: #2e3192;
    }
    
    .text-red {
        color: #e1001a;
    }
    
    .item {
        position: relative;
    }
    
    .panel {
        border-radius: 8px;
    }
    
    .block {
        display: block;
    }
    
    .button-blue-div {
        display: flex;
        vertical-align: middle;
        height: 40px;
        color: #fff;
        border: 1px solid #2e3192;
        background: #2e3192;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        width: 100%;
        padding: 8px;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-size: 12px;
        line-height: 10px;
    }
    
    .button-blue-div:active {
        color: #fff;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
    }
    
    .button-red-div {
        display: flex;
        height: 40px;
        color: #fff;
        border: 1px solid #e1001a;
        background: #e1001a;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        width: 100%;
        padding: 8px;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-size: 12px;
        line-height: 10px;
    }
    
    .button-red-div:active {
        color: #fff;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
    }
    
    .section-top-bg {
        background-color: #e4e4e5;
        background-image: url('../img/sripong/sripong_bg_top.png');
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .section-top-bg-no-bgcolor {
        background-image: url('../img/sripong/sripong_bg_top.png');
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .topsale_card_div {
        position: relative;
    }
    
    .top_sale_card_img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .top_sale_card_img_cn {
        -moz-box-shadow: 3px 3px 4px rgb(199, 199, 199);
        -webkit-box-shadow: 3px 3px 4px rgb(199, 199, 199);
        box-shadow: 3px 3px 4px rgb(199, 199, 199);
    }
    
    .top_sale_card_code_title {
        text-align: center;
        position: absolute;
        top: 31%;
        left: 71%;
        color: black;
        font-size: 13px;
    }
    
    .top_sale_card_team_title {
        text-align: center;
        position: absolute;
        top: 37%;
        left: 71%;
        color: black;
        font-size: 13px;
    }
    
    .top_sale_card_tel_title {
        text-align: left;
        position: absolute;
        top: 50%;
        left: 71%;
        color: black;
        font-size: 13px;
    }
    
    .top_sale_card_line_title {
        text-align: left;
        position: absolute;
        top: 57%;
        left: 71%;
        color: black;
        font-size: 13px;
    }
    
    .top_sale_card_fb_title {
        text-align: left;
        position: absolute;
        top: 65%;
        left: 71%;
        color: black;
        font-size: 13px;
    }
    
    .top_sale_card_ig_title {
        text-align: left;
        position: absolute;
        top: 73%;
        left: 71%;
        color: black;
        font-size: 13px;
    }
    
    .top_sale_card_name_div {
        text-align: center;
        position: absolute;
        display: block;
        top: 80%;
        left: 3%;
        width: 35%;
        /* border-style: dashed;
        border-width: 1px;
        border-color: white; */
    }
    
    .top_sale_card_name_title {
        text-align: center;
        font-weight: 500;
        font-size: 13px;
        color: white;
        line-height: 20px;
        padding: 0 !important;
    }
    
    .top_sale_card_position_title {
        text-align: center;
        font-size: 12px;
        color: yellow;
        line-height: 20px;
        padding: 0 !important;
    }
    
    .top_sale_card_person_image_div {
        text-align: center;
        position: absolute;
        display: block;
        top: 9.3%;
        left: 5.7%;
        width: 28.6%;
        height: 67%;
    }
    
    .top_sale_card_person_image {
        max-width: 100%;
        height: 100%;
        border-radius: 15px;
        object-fit: cover;
    }
    
    .top_sale_card_img_print {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .top_sale_card_code_title_print {
        text-align: center;
        position: absolute;
        top: 33.2%;
        left: 71%;
        color: black;
        font-size: 25px;
    }
    
    .top_sale_card_team_title_print {
        text-align: center;
        position: absolute;
        top: 39.5%;
        left: 71%;
        color: black;
        font-size: 25px;
    }
    
    .top_sale_card_tel_title_print {
        text-align: left;
        position: absolute;
        top: 52%;
        left: 67%;
        color: black;
        font-size: 20px;
    }
    
    .top_sale_card_line_title_print {
        text-align: left;
        position: absolute;
        top: 59.5%;
        left: 67%;
        color: black;
        font-size: 20px;
    }
    
    .top_sale_card_fb_title_print {
        text-align: left;
        position: absolute;
        top: 68%;
        left: 67%;
        color: black;
        font-size: 20px;
    }
    
    .top_sale_card_ig_title_print {
        text-align: left;
        position: absolute;
        top: 75%;
        left: 67%;
        color: black;
        font-size: 20px;
    }
    
    .top_sale_card_name_div_print {
        text-align: center;
        position: absolute;
        display: block;
        top: 80%;
        left: 3%;
        width: 35%;
        /* border-style: dashed;
        border-width: 1px;
        border-color: white; */
    }
    
    .top_sale_card_name_title_print {
        text-align: center;
        font-weight: 500;
        color: white;
        line-height: 35px;
        font-size: 22px;
        padding: 0 !important;
    }
    
    .top_sale_card_position_title_print {
        text-align: center;
        color: yellow;
        line-height: 30px;
        font-size: 20px;
        padding: 0 !important;
    }
    
    .top_sale_card_person_image_div_print {
        text-align: center;
        position: absolute;
        display: block;
        top: 9.3%;
        left: 5.5%;
        width: 28.9%;
        height: 67%;
    }
    
    .top_sale_card_person_image_print {
        position: absolute;
        top: 0%;
        left: 0%;
        max-width: 100%;
        height: 100%;
        border-radius: 30px;
        object-fit: cover;
    }
    
    .myteam_title_text {
        font-size: 18px;
        color: #555;
        text-align: center;
    }
    
    .myteam_desc_text {
        font-size: 13px;
        color: #555;
        text-align: center;
    }
    
    .myteam-circle-stoke-div {
        display: flex;
        justify-content: center;
    }
    
    .circle-stoke {
        width: 100px;
        height: 100px;
        padding: 10px;
        border: 1px solid #e4e4e5;
        border-radius: 50%;
        /* become a flex container */
        /* its children will be flex items */
        display: flex;
        /* center flex items horizontally */
        align-items: center;
        /* center all content vertically */
        justify-content: center;
    }
    
    .circle-no-stoke {
        width: 100px;
        height: 100px;
        padding: 10px;
        border: 0px solid #e4e4e5;
        border-radius: 50%;
        /* become a flex container */
        /* its children will be flex items */
        display: flex;
        /* center flex items horizontally */
        align-items: center;
        /* center all content vertically */
        justify-content: center;
    }
    
    .top_sale_icon_button_text {
        font-size: 13px;
        color: #555;
        text-align: center;
    }
    
    .main_member_icon_div {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    
    .main_member_icon_div_cn {
        -moz-box-shadow: 3px 3px 4px rgb(199, 199, 199);
        -webkit-box-shadow: 3px 3px 4px rgb(199, 199, 199);
        box-shadow: 3px 3px 4px rgb(199, 199, 199);
    }
    
    .main_aboutus_icon_div {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        background-color: #000;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    
    .main_aboutus_icon_div_cn {
        -moz-box-shadow: 3px 3px 4px #555;
        -webkit-box-shadow: 3px 3px 4px #555;
        box-shadow: 3px 3px 4px #555;
    }
    
    .box-fa-size {
        font-size: 50px;
    }
    
    .about_us_icon_button_text {
        font-size: 13px;
        color: #fff;
        text-align: center;
    }
    
    .about_us_icon_button_img {
        max-width: 100%;
        height: auto;
        border-radius: 5%;
        padding-top: 10px;
        padding-bottom: 40px;
    }
    
    .main_about_us_header_text {
        font-size: 40px;
        color: #e1001a;
        text-align: left;
        text-transform: uppercase;
    }
    
    .main_about_us_sub_header_text {
        font-size: 16px;
        color: #fff;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .container-myteam {
        padding: 20px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 8px;
        background: #fff;
    }
    
    .product-detail .header {
        font-size: 20px;
        text-align: left;
    }
    
    .product-detail .product-id {
        font-size: 16px;
        text-align: left;
    }
    
    .product-detail .active-price {
        font-size: 14px;
        text-align: left;
    }
    
    .product-detail .product-color {
        font-size: 18px;
        text-align: left;
    }
    
    .product-detail .product-detail-list {
        font-size: 16px;
        text-align: left;
        list-style-type: disc !important;
    }
    
    .product-detail .product-detail-list li::before {
        content: "•";
        /* Insert content that looks like bullets */
        padding-right: 8px;
        font-size: 20px;
        color: black;
        /* Or a color you prefer */
    }
    
    .content-container .detail-header {
        font-size: 18px;
        color: #555;
    }
    
    .__add-to-cart .add-cart-button {
        background: #363f4d;
        box-shadow: none;
        border: 0;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        vertical-align: middle;
        white-space: nowrap;
        min-width: 50px;
        background: #e1001a;
        margin: 0;
    }
    
    .__add-to-cart .add-cart-button:hover {
        background: #363F4D;
        color: #fff;
    }
    /*---------  Counter Plus - Minus Button  ------*/
    
    .quantity {
        display: inline-block;
    }
    
    .quantity .input-text.qty {
        width: 60px;
        height: 42px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #efefef;
    }
    
    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
        width: 30px;
    }
    
    .quantity.buttons_added input {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        box-shadow: none;
        width: 30px;
        height: 42px;
    }
    
    .quantity.buttons_added .minus,
    .quantity.buttons_added .plus {
        padding: 2px 10px 8px;
        height: 42px;
        font-size: 20px;
        background-color: #ffffff;
        border: 1px solid #efefef;
        cursor: pointer;
    }
    
    .quantity.buttons_added .minus {
        border-right: 0;
    }
    
    .quantity.buttons_added .plus {
        border-left: 0;
    }
    
    .quantity.buttons_added .minus:hover,
    .quantity.buttons_added .plus:hover {
        background: #eeeeee;
    }
    
    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }
    
    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }
    /*---------  End Counter Plus - Minus Button  ------*/
    /*---------  Counter Plus - Minus Cart Button  ------*/
    
    .quantity-cart {
        display: table;
    }
    
    .quantity-cart .input-text-cart.qty-cart {
        width: 40px;
        height: 42px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid rgb(189, 189, 189);
        font-size: 12px;
    }
    
    .quantity-cart.buttons_added-cart {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
        width: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .quantity-cart.buttons_added-cart input {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        box-shadow: none;
        width: 30px;
        height: 42px;
        border-radius: 0px;
    }
    
    .quantity-cart.buttons_added-cart .minus-cart,
    .quantity-cart.buttons_added-cart .plus-cart {
        padding: 2px 10px 8px;
        height: 42px;
        font-size: 20px;
        /* background-color: #ffffff; */
        background-color: transparent;
        border: 1px solid rgb(189, 189, 189);
        cursor: pointer;
        border-radius: 0px;
    }
    
    .quantity-cart.buttons_added-cart .minus-cart {
        border-right: 0;
    }
    
    .quantity-cart.buttons_added-cart .plus-cart {
        border-left: 0;
    }
    
    .quantity-cart.buttons_added-cart .minus-cart:hover,
    .quantity-cart.buttons_added-cart .plus-cart:hover {
        /* background: #eeeeee; */
        background-color: transparent;
    }
    
    .quantity-cart input::-webkit-outer-spin-button,
    .quantity-cart input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }
    
    .quantity-cart.buttons_added-cart .minus-cart:focus,
    .quantity-cart.buttons_added-cart .plus-cart:focus {
        outline: none;
    }
    /*---------  End Counter Plus - Minus Cart Button  ------*/
    /*---------  Wishlist-table Sripong  ------*/
    
    .wishlist-table-sripong table {
        background: #fff;
        border: 1px solid #ebebeb;
        color: #4c4c4c;
        width: 100%;
        border-right: 0;
        border-radius: 5px;
    }
    
    .wishlist-table-sripong table tr {
        border-bottom: 1px solid #ebebeb;
    }
    
    .wishlist-table-sripong table thead th {
        border-bottom: 1px solid #ebebeb;
        padding: 8px 6px;
        border-top: 1px solid #e7e7e7;
        background: #f6f6f6;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        border-right: 1px solid #ebebeb;
    }
    
    .wishlist-table-sripong table thead th.product-remove {
        width: 40px;
        vertical-align: middle;
    }
    
    .wishlist-table-sripong table tbody tr td.product-remove {
        padding: 16px 0;
        width: 40px;
    }
    
    .wishlist-table-sripong table tbody tr td.product-remove>a {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #7a7a7a;
        font-weight: 700;
        text-align: center;
    }
    
    .wishlist-table-sripong table tbody tr td.product-remove>a:hover,
    .wishlist-table-sripong table tbody tr td.product-name>a:hover,
    .shopping-cart-table table tr td.product-remove>a:hover {
        color: #EB3E32;
    }
    
    .wishlist-table-sripong table tbody tr td {
        padding: 8px 6px;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 400;
        border-right: 1px solid #ebebeb;
    }
    
    .wishlist-table-sripong table tbody tr td.product-name>a {
        color: #363f4d;
    }
    
    .wishlist-table-sripong table tbody tr td.product-price {
        color: #EB3E32;
        font-weight: 500;
    }
    
    .wishlist-table-sripong table tbody tr td.product-stock-status span.wishlist-in-stock {
        color: #30b878;
    }
    
    .wishlist-table-sripong table tbody tr td.product-stock-status span.wishlist-out-stock {
        color: #EB3E32;
    }
    
    .wishlist-sripong-btn {
        background: #363f4d;
        box-shadow: none;
        border: 0;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        vertical-align: middle;
        white-space: nowrap;
    }
    
    .wishlist-sripong-btn:hover {
        background: #EB3E32;
        color: #fff;
    }
    
    .wishlist-table-sripong table tfoot tr td {
        font-weight: 700;
        padding: 25px 10px;
        font-size: 12px;
        border-bottom: 1px solid #ebebeb;
        font-weight: 700;
    }
    /*--------- End Wishlist-table Sripong  ------*/
    
    .proceed-to-checkout-sripong {
        float: left;
        width: 100%;
        text-align: right;
    }
    
    .connect-line-button-sripong {
        background: #4CAF50;
        border-color: #4CAF50;
        color: #fff;
        margin: 0 0 5px 0 !important;
        border: 0;
        border-radius: 3px;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }
    
    .connect-line-button-sripong:hover {
        background: #449b47;
        color: #fff;
    }
    
    .not-connect-line-button-sripong {
        background: #e1001a;
        border-color: #e1001a;
        color: #fff;
        margin: 0 0 5px 0 !important;
        border: 0;
        border-radius: 3px;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }
    
    .not-connect-line-button-sripong:hover {
        background: #a1190f;
        color: #fff;
    }
    
    .send-test-connect-line-button-sripong {
        background: #d1c55b;
        border-color: #d1c55b;
        color: #fff;
        margin: 0 0 5px 0 !important;
        border: 0;
        border-radius: 3px;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }
    
    .send-test-connect-line-button-sripong:hover {
        background: #a59c48;
        color: #fff;
    }
    
    .save-button-sripong {
        background: #4CAF50;
        border-color: #4CAF50;
        color: #fff;
        margin: 0 0 5px 0 !important;
        border: 0;
        border-radius: 3px;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }
    
    .checkform-button-sripong {
        background: #0016e1;
        border-color: #0016e1;
        color: #fff;
        margin: 0 0 5px 0 !important;
        border: 0;
        border-radius: 3px;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }
    
    .checkout-button-sripong {
        background: #e1001a;
        border-color: #e1001a;
        color: #fff;
        margin: 0 !important;
        border: 0;
        border-radius: 3px;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }
    
    .checkout-button-sripong:hover {
        background: #d52115;
        color: #fff;
        border-color: #d52115;
    }
    
    .checkout-button-sripong-gray {
        background: #555;
        border-color: #555;
        color: #fff;
        margin: 0 !important;
        border: 0;
        border-radius: 3px;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        padding: 0 25px;
        text-shadow: none;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
    }
    
    .checkout-button-sripong-gray:hover {
        background: #555;
        color: #fff;
        border-color: #555;
    }
    
    .section-category {
        margin-top: 0px;
        margin-bottom: 20px
    }
    
    .container-product-single {
        width: 100%;
    }
    
    .top-title-register {
        background-color: #979797;
        color: #fff;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 10px 20px 10px 20px;
    }
    
    .detail-register {
        background-color: #fff;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #979797;
        padding: 20px;
    }
    
    .inline-div-register {
        display: block;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
    
    .inline-div-register input {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 5px;
        width: auto;
        height: auto;
    }
    
    .form-select-field {
        border: 1px solid #ebebeb;
        height: 42px;
        padding-left: 15px;
        padding-top: 0;
    }
    
    .form-register-title {
        font-size: 14px;
        padding-left: 5px;
        margin-bottom: 0;
    }
    
    .star-red {
        font-size: 20px;
        color: #d52115;
        margin-bottom: 0;
    }
    
    .leader-image-circle {
        border-radius: 50%;
        max-width: 60px;
    }
    
    .leader-image-circle-small {
        border-radius: 50%;
        max-width: 30px;
    }
    
    .table-show-leader {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    
    .table-show-leader thead tr td {
        font-size: 13px;
        font-weight: 600;
    }
    
    .table-show-leader tbody tr td {
        font-size: 13px;
    }
    
    .table-show-leader-img-td {
        width: 80px;
    }
    
    .member-list-code {
        font-size: 13px;
        color: #d52115;
        font-weight: 500;
    }
    
    .member-list-code-thin {
        font-size: 13px;
        color: #d52115;
        font-weight: 400;
    }
    
    .iframe-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
    
    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    
    .arrow-rotate {
        transform: rotate(-90deg);
        transition: .3s;
    }
    
    .arrow-rotate2 {
        transform: rotate(0deg);
        transition: .3s;
    }
    
    .option-payment {
        width: auto;
        height: auto;
        margin-right: 5px;
    }
    
    @media (min-width:320px) {
        .top_sale_card_person_image {
            border-radius: 8px;
        }
        .top_sale_card_code_title {
            top: 28%;
            left: 71%;
            font-size: 9px;
        }
        .top_sale_card_team_title {
            top: 34%;
            left: 71%;
            font-size: 9px;
        }
        .top_sale_card_tel_title {
            top: 46%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_line_title {
            top: 54%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_fb_title {
            top: 62%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_ig_title {
            top: 70%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_name_div {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title {
            font-weight: 400;
            font-size: 9px;
            line-height: 12px;
        }
        .top_sale_card_position_title {
            font-size: 9px;
            line-height: 12px;
        }
        .top_sale_card_person_image_div {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_code_title_print {
            top: 28%;
            left: 71%;
            font-size: 9px;
        }
        .top_sale_card_team_title_print {
            top: 34%;
            left: 71%;
            font-size: 9px;
        }
        .top_sale_card_tel_title_print {
            top: 46%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_line_title_print {
            top: 54%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_fb_title_print {
            top: 62%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_ig_title_print {
            top: 70%;
            left: 67%;
            font-size: 9px;
        }
        .top_sale_card_name_div_print {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title_print {
            font-weight: 400;
            font-size: 9px;
            line-height: 12px;
        }
        .top_sale_card_position_title_print {
            font-size: 9px;
            line-height: 12px;
        }
        .top_sale_card_person_image_div_print {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_person_image_print {
            border-radius: 8px;
        }
    }
    
    @media (min-width:372px) {
        .top_sale_card_person_image {
            border-radius: 10px;
        }
        .top_sale_card_code_title {
            top: 28.5%;
            left: 71%;
            font-size: 10px;
        }
        .top_sale_card_team_title {
            top: 34.5%;
            left: 71%;
            font-size: 10px;
        }
        .top_sale_card_tel_title {
            top: 47.5%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_line_title {
            top: 55%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_fb_title {
            top: 63%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_ig_title {
            top: 70.5%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_name_div {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title {
            font-weight: 500;
            font-size: 10px;
            line-height: 15px;
        }
        .top_sale_card_position_title {
            font-size: 10px;
            line-height: 15px;
        }
        .top_sale_card_person_image_div {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_code_title_print {
            top: 28.5%;
            left: 71%;
            font-size: 10px;
        }
        .top_sale_card_team_title_print {
            top: 34.5%;
            left: 71%;
            font-size: 10px;
        }
        .top_sale_card_tel_title_print {
            top: 47.5%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_line_title_print {
            top: 55%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_fb_title_print {
            top: 63%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_ig_title_print {
            top: 70.5%;
            left: 67%;
            font-size: 10px;
        }
        .top_sale_card_name_div_print {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title_print {
            font-weight: 500;
            font-size: 10px;
            line-height: 15px;
        }
        .top_sale_card_position_title_print {
            font-size: 10px;
            line-height: 15px;
        }
        .top_sale_card_person_image_div_print {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_person_image_print {
            border-radius: 10px;
        }
    }
    
    @media (min-width:420px) {
        .top_sale_card_person_image {
            border-radius: 12px;
        }
        .top_sale_card_code_title {
            top: 29.2%;
            left: 71%;
            font-size: 11px;
        }
        .top_sale_card_team_title {
            top: 35.7%;
            left: 71%;
            font-size: 11px;
        }
        .top_sale_card_tel_title {
            top: 48.5%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_line_title {
            top: 55.5%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_fb_title {
            top: 63.5%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_ig_title {
            top: 71.5%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_name_div {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title {
            font-weight: 500;
            font-size: 11px;
            line-height: 17px;
        }
        .top_sale_card_position_title {
            font-size: 11px;
            line-height: 17px;
        }
        .top_sale_card_person_image_div {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_code_title_print {
            top: 30%;
            left: 71%;
            font-size: 12px;
        }
        .top_sale_card_team_title_print {
            top: 36.5%;
            left: 71%;
            font-size: 12px;
        }
        .top_sale_card_tel_title_print {
            top: 49%;
            left: 67%;
            font-size: 12px;
        }
        .top_sale_card_line_title_print {
            top: 56.8%;
            left: 67%;
            font-size: 12px;
        }
        .top_sale_card_fb_title_print {
            top: 64.5%;
            left: 67%;
            font-size: 12px;
        }
        .top_sale_card_ig_title_print {
            top: 72.5%;
            left: 67%;
            font-size: 12px;
        }
        .top_sale_card_name_div_print {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title_print {
            font-weight: 500;
            font-size: 12px;
            line-height: 17px;
        }
        .top_sale_card_position_title_print {
            font-size: 12px;
            line-height: 17px;
        }
        .top_sale_card_person_image_div_print {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_person_image_print {
            border-radius: 12px;
        }
    }
    
    @media (min-width:768px) {
        .top_sale_card_person_image {
            border-radius: 12px;
        }
        .top_sale_card_code_title {
            top: 29%;
            left: 71%;
            font-size: 11px;
        }
        .top_sale_card_team_title {
            top: 35%;
            left: 71%;
            font-size: 11px;
        }
        .top_sale_card_tel_title {
            top: 48%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_line_title {
            top: 55.5%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_fb_title {
            top: 63.5%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_ig_title {
            top: 71%;
            left: 67%;
            font-size: 11px;
        }
        .top_sale_card_name_div {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title {
            font-weight: 500;
            font-size: 11px;
            line-height: 15px;
        }
        .top_sale_card_position_title {
            font-size: 11px;
            line-height: 15px;
        }
        .top_sale_card_person_image_div {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_code_title_print {
            top: 32%;
            left: 71%;
            font-size: 18px;
        }
        .top_sale_card_team_title_print {
            top: 39%;
            left: 71%;
            font-size: 18px;
        }
        .top_sale_card_tel_title_print {
            top: 51%;
            left: 67%;
            font-size: 18px;
        }
        .top_sale_card_line_title_print {
            top: 59%;
            left: 67%;
            font-size: 18px;
        }
        .top_sale_card_fb_title_print {
            top: 67%;
            left: 67%;
            font-size: 18px;
        }
        .top_sale_card_ig_title_print {
            top: 75%;
            left: 67%;
            font-size: 18px;
        }
        .top_sale_card_name_div_print {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title_print {
            font-weight: 500;
            font-size: 18px;
            line-height: 25px;
        }
        .top_sale_card_position_title_print {
            font-size: 18px;
            line-height: 25px;
        }
        .top_sale_card_person_image_div_print {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_person_image_print {
            border-radius: 20px;
        }
    }
    
    @media (min-width:992px) {
        .top_sale_card_code_title {
            top: 31%;
            left: 71%;
            font-size: 13px;
        }
        .top_sale_card_team_title {
            top: 37%;
            left: 71%;
            font-size: 13px;
        }
        .top_sale_card_tel_title {
            top: 50%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_line_title {
            top: 57%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_fb_title {
            top: 65%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_ig_title {
            top: 73%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_name_div {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title {
            font-weight: 500;
            font-size: 13px;
            line-height: 20px;
        }
        .top_sale_card_position_title {
            font-size: 12px;
            line-height: 20px;
        }
        .top_sale_card_person_image_div {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_code_title_print {
            top: 33%;
            left: 71%;
            font-size: 22px;
        }
        .top_sale_card_team_title_print {
            top: 39%;
            left: 71%;
            font-size: 22px;
        }
        .top_sale_card_tel_title_print {
            top: 52%;
            left: 67%;
            font-size: 22px;
        }
        .top_sale_card_line_title_print {
            top: 59.5%;
            left: 67%;
            font-size: 22px;
        }
        .top_sale_card_fb_title_print {
            top: 67%;
            left: 67%;
            font-size: 22px;
        }
        .top_sale_card_ig_title_print {
            top: 75%;
            left: 67%;
            font-size: 22px;
        }
        .top_sale_card_name_div_print {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title_print {
            font-weight: 500;
            font-size: 22px;
            line-height: 30px;
        }
        .top_sale_card_position_title_print {
            font-size: 22px;
            line-height: 30px;
        }
        .top_sale_card_person_image_div_print {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_person_image_print {
            border-radius: 23px;
        }
    }
    
    @media (min-width:1200px) {
        .top_sale_card_code_title {
            top: 31%;
            left: 71%;
            font-size: 13px;
        }
        .top_sale_card_team_title {
            top: 37%;
            left: 71%;
            font-size: 13px;
        }
        .top_sale_card_tel_title {
            top: 50%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_line_title {
            top: 57%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_fb_title {
            top: 65%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_ig_title {
            top: 73%;
            left: 67%;
            font-size: 13px;
        }
        .top_sale_card_name_div {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title {
            font-weight: 500;
            font-size: 13px;
            line-height: 20px;
        }
        .top_sale_card_position_title {
            font-size: 12px;
            line-height: 20px;
        }
        .top_sale_card_person_image_div {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_code_title_print {
            top: 33%;
            left: 71%;
            font-size: 30px;
        }
        .top_sale_card_team_title_print {
            top: 39.5%;
            left: 71%;
            font-size: 30px;
        }
        .top_sale_card_tel_title_print {
            top: 52%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_line_title_print {
            top: 59.5%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_fb_title_print {
            top: 68%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_ig_title_print {
            top: 75%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_name_div_print {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title_print {
            font-weight: 500;
            font-size: 30px;
            line-height: 40px;
        }
        .top_sale_card_position_title_print {
            font-size: 30px;
            line-height: 40px;
        }
        .top_sale_card_person_image_div_print {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_person_image_print {
            border-radius: 30px;
        }
    }
    
    @media (min-width:1370px) {
        .top_sale_card_person_image {
            border-radius: 18px;
        }
        .top_sale_card_code_title {
            top: 31%;
            left: 71%;
            font-size: 14px;
        }
        .top_sale_card_team_title {
            top: 37.5%;
            left: 71%;
            font-size: 14px;
        }
        .top_sale_card_tel_title {
            top: 50.5%;
            left: 67%;
            font-size: 14px;
        }
        .top_sale_card_line_title {
            top: 58%;
            left: 67%;
            font-size: 14px;
        }
        .top_sale_card_fb_title {
            top: 66%;
            left: 67%;
            font-size: 14px;
        }
        .top_sale_card_ig_title {
            top: 74%;
            left: 67%;
            font-size: 14px;
        }
        .top_sale_card_name_div {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }
        .top_sale_card_position_title {
            font-size: 14px;
            line-height: 20px;
        }
        .top_sale_card_person_image_div {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_code_title_print {
            top: 33%;
            left: 71%;
            font-size: 30px;
        }
        .top_sale_card_team_title_print {
            top: 39.5%;
            left: 71%;
            font-size: 30px;
        }
        .top_sale_card_tel_title_print {
            top: 52.5%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_line_title_print {
            top: 60%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_fb_title_print {
            top: 68%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_ig_title_print {
            top: 76%;
            left: 67%;
            font-size: 30px;
        }
        .top_sale_card_name_div_print {
            top: 80%;
            left: 3%;
            width: 35%;
        }
        .top_sale_card_name_title_print {
            font-weight: 500;
            font-size: 28px;
            line-height: 35px;
        }
        .top_sale_card_position_title_print {
            font-size: 28px;
            line-height: 35px;
        }
        .top_sale_card_person_image_div_print {
            top: 9.3%;
            left: 5.7%;
            width: 28.6%;
            height: 67%;
        }
        .top_sale_card_person_image_print {
            border-radius: 30px;
        }
    }
    
    .cookie-consent-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2147483645;
        box-sizing: border-box;
        width: 100%;
        background-color: #cecdcd;
    }
    
    .cookie-consent-banner__inner {
        max-width: 960px;
        margin: 0 auto;
        padding: 32px 0;
    }
    
    .cookie-consent-banner__copy {
        margin-bottom: 16px;
    }
    
    .cookie-consent-banner__header {
        margin-bottom: 8px;
        font-family: "CeraPRO-Bold", sans-serif, arial;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }
    
    .cookie-consent-banner__description {
        font-family: "CeraPRO-Regular", sans-serif, arial;
        font-weight: normal;
        color: #838F93;
        font-size: 16px;
        line-height: 24px;
    }
    
    .cookie-consent-banner__cta {
        box-sizing: border-box;
        display: inline-block;
        min-width: 164px;
        padding: 11px 13px;
        border-radius: 2px;
        background-color: #2CE080;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        font-family: "CeraPRO-Regular", sans-serif, arial;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }
    
    .cookie-consent-banner__cta--secondary {
        padding: 9px 13px;
        border: 2px solid #3A4649;
        background-color: transparent;
        color: #2CE080;
    }
    
    .cookie-consent-banner__cta:hover {
        background-color: #20BA68;
    }
    
    .cookie-consent-banner__cta--secondary:hover {
        border-color: #838F93;
        background-color: transparent;
        color: #22C870;
    }
    
    .cookie-consent-banner__cta:last-child {
        margin-left: 16px;
    }
    /*.checkout__table {
    font-size: 1.6rem;
    color: #333;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.checkout__table:first-child {
    margin-top: 0
}

.checkout__table table {
    min-width: 380px
}

.checkout__table tbody tr {
    border-bottom: 1px solid #e6e6e6
}

.checkout__table td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px
}

.checkout__table td:first-child {
    padding-left: 0
}

.checkout__table .__image {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 15px
}

.checkout__table .__image a {
    display: block;
    width: 100%;
    height: 100%
}

.checkout__table .__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 80%
}

.checkout__table .__name {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
    margin-bottom: 5px;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    text-decoration: none
}

.checkout__table .__name:last-child {
    margin-bottom: 0
}

.checkout__table .__name:not(:hover):not(:focus) {
    color: inherit
}

.checkout__table .__amount,
.checkout__table .__total {
    font-weight: 700;
    white-space: nowrap
}

.checkout__total {
    background-color: #f9f9f9;
    margin-top: 50px;
    line-height: 1.3;
    color: #8b8b8b
}

.checkout__total thead td {
    padding-top: 35px;
    padding-bottom: 20px
}

.checkout__total tbody {
    font-size: 1.6rem;
    font-family: Raleway, sans-serif;
    text-align: right
}

.checkout__total tbody tr:last-child {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.checkout__total tbody td {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px
}

.checkout__total tbody td:first-child {
    font-weight: 700;
    text-align: left;
    color: #333
}

.checkout__total tfoot {
    background-color: #e8e8e8
}

.checkout__total tfoot tr:last-child td {
    padding-top: 30px;
    padding-bottom: 40px
}

.checkout__total tfoot td {
    padding-top: 25px;
    padding-bottom: 25px
}

.checkout__total td {
    padding-left: 15px;
    padding-right: 15px
}

.checkout__total td:first-child {
    padding-left: 30px
}

.checkout__total td:last-child {
    padding-right: 30px
}

.checkout__total .__note {
    background-color: #bce5dd;
    color: #57887e
}

.checkout__total .__note .__ttl {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    color: #3a5d56
}

.checkout__total .custom-btn {
    margin-top: 0
}

form {
    position: relative
}

form .input-wrp {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    margin-top: 20px
}

form .textfield {
    display: block;
    float: none;
    width: 100%;
    background: padding-box none;
    border: none;
    border-bottom: 1px solid #dadada;
    padding: 13px 0;
    line-height: 1.2;
    font-size: 14px;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out
}

form .textfield::-webkit-input-placeholder {
    color: #ccc;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form .textfield::-moz-placeholder {
    color: #ccc;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form .textfield:-moz-placeholder {
    color: #ccc;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form .textfield:-ms-input-placeholder {
    color: #ccc;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

form .textfield.error {
    border-color: #fcdb5a!important
}

form .nice-select.textfield,
form input.textfield,
form select.textfield {
    height: 44px
}

form select.js-select {
    width: 0;
    height: 0
}

form textarea {
    resize: vertical;
    min-height: 125px;
    height: 100%
}

form button[type=submit] {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    margin-top: 55px
}

.form--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form--horizontal .input-wrp,
.form--horizontal button[type=submit] {
    margin-top: 0
}

.form--horizontal .input-wrp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
}

label {
    cursor: pointer
}

.checkfield {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    line-height: 1.2;
    padding-left: 30px
}

.checkfield input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    clip: rect(2px, 2px, 2px, 2px)
}

.checkfield input[type=checkbox]:checked~i {
    background-color: #fcdb5a;
    border-color: #fcdb5a
}

.checkfield input[type=checkbox]:checked~i:before {
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg)
}

.checkfield input[type=checkbox]:checked~span a {
    color: #fcdb5a
}

.checkfield i {
    position: relative;
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-left: -30px;
    padding-left: 1px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: background-color .25s ease-in-out, border-color .25s ease-in-out
}

.checkfield i:before {
    content: "";
    display: block;
    width: 5px;
    height: 7px;
    margin: 2px auto auto;
    border: 2px solid #333;
    border-top: none;
    border-left: none;
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform .25s cubic-bezier(.23, 1, .32, 1);
    -o-transition: transform .25s cubic-bezier(.23, 1, .32, 1);
    transition: transform .25s cubic-bezier(.23, 1, .32, 1);
    transition: transform .25s cubic-bezier(.23, 1, .32, 1), -webkit-transform .25s cubic-bezier(.23, 1, .32, 1)
}

.checkfield i:last-child {
    margin-right: 0
}

.textfield.nice-select {
    color: #666;
    padding-right: 30px
}

.textfield.nice-select:after {
    width: 7px;
    height: 7px;
    right: 5px;
    margin-top: -5px
}

.textfield.nice-select.open,
.textfield.nice-select:active,
.textfield.nice-select:focus {
    border-color: #dadada
}

.textfield.nice-select .list {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #888;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05)
}

.textfield.nice-select .option {
    min-height: 35px;
    padding-left: 20px;
    line-height: 35px
}

.textfield.nice-select .option.focus,
.textfield.nice-select .option.selected.focus,
.textfield.nice-select .option:hover {
    background-color: #f7f7f7!important
}

.textfield.nice-select .option.selected {
    font-weight: 600
} */
    /* @media (min-width:372px) {
    .container {
        width: 100%;
    }
}

@media (min-width:576px) {
    .container {
        width: 100%;
    }
}

@media (min-width:768px) {
    .container {
        width: 100%;
    }
}

@media (min-width:992px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1100px;
    }
}

@media (min-width:1370px) {
    .container {
        width: 1100px;
    }
}

@media (min-width:1800px) {
    .container {
        width: 1100px;
    }
} */