    /* ROASEXPO custom information cms pages CSS */
    
    .information-information .container .row #content.col-sm-12.item-article {
        max-width: 1200px;
        margin: 0 auto 0px auto;
        float: none;
    }
    
    .information-information .container #content h2 {
        font-family: 'Rubik', sans-serif;
        margin-top: 50px;
    }
    
    .information-information .container #content h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #1173ce;
        margin-top: 30px;
    }
    
    .information-information .container #content h4 {
        font-family: 'Rubik', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #222;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    
    .information-information .container #content p {
        color: #000;
        font-size: 13px;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .information-information .container #content ul {
        margin: 10px 30px;
        list-style-type: circle;
        list-style-position: outside;
    }
    
    .information-information .container #content ul li {
        line-height: 1.7;
        margin-bottom: 15px;
        color: #000;
        font-weight: 300;
    }
    
    .information-information .container #content ol li {
        line-height: 1.7;
        margin-bottom: 15px;
        color: #000;
        font-weight: 300;
    }
    
    .information-information .container #content ol.list-brace {
        counter-reset: list;
        margin: 10px 5px;
    }
    
    .information-information .container #content ol.list-brace>li {
        list-style: none;
        position: relative;
    }
    
    .information-information .container #content ol.list-brace>li:before {
        counter-increment: list;
        content: counter(list) ") ";
        position: absolute;
        left: -1.4em;
    }
    
    .information-information .container #content .table-of-content li {
        line-height: 2.5;
    }
    
    .information-information .container #content .anchor-content {
        height: 40px;
    }
    
    .information-information .container #content a {
        text-decoration: underline;
    }
    
    .information-information .container #content a:hover {
        text-decoration: none;
        color: #ff6561;
    }
    
    .information-information .container #content .table-of-content a {
        text-decoration: none;
    }
    
    .information-information .container #content .table-of-content a:hover {
        text-decoration: underline;
    }
    
    .information-information .container #content .table-of-content ol li {
        margin: 0 5px;
    }
    
    .information-information .container #content .selleragreement-heading {
        font-family: 'Rubik', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #222;
        display: block;
        padding-left: 10px;
    }
    
    .information-information .container #content ol.seller-agreement {
        list-style-type: none;
        counter-reset: item;
        margin: 0;
        padding: 0;
    }
    
    .information-information .container #content ol.seller-agreement>li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }
    
    .information-information .container #content ol.seller-agreement>li:before {
        content: counters(item, ".") ". ";
        display: table-cell;
        padding-right: 0.6em;
    }
    
    .information-information .container #content ol.seller-agreement li ol {
        padding-left: 8px;
        font-weight: 300;
    }
    
    .information-information .container #content ol.seller-agreement li ol>li {
        margin: 10px 0;
    }
    
    .information-information .container #content ol.seller-agreement li ol>li:before {
        content: counters(item, ".") " ";
        counter-increment: item;
    }
    
    .information-information .container #content ol.seller-agreement li ol>li {
        list-style-type: none;
    }
    
    .information-information .container #content ol.seller-agreement .list-alpha li:before {
        content: none;
        display: none;
    }
    
    .information-information .container #content ol.seller-agreement .list-alpha li {
        list-style-type: lower-alpha;
        list-style-position: inside;
    }
    
    .information-information .container #content .seller-agreement table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 30px;
    }
    
    .information-information .container #content .seller-agreement table tr td {
        padding: 7px 15px;
        border-bottom: 1px solid #bbb;
        font-weight: 300;
    }
    
    .information-information .container #content .seller-agreement table thead tr td {
        font-weight: 500;
        background-color: #f1f1f1;
    }
    
    .information-information .container #content .seller-agreement table tr td:first-child {
        width: 60%;
    }
    
    .information-information .container #content .seller-agreement p strong {
        font-weight: 500;
    }
    
    .information-information .container #content ol#selling-term.seller-agreement>li {
        display: table;
        counter-increment: item;
    }
    
    .information-information .container #content ol#selling-term.seller-agreement li:before {
        content: "S-" counters(item, ".") " ";
        display: inline;
    }
    
    .information-information .container #content ol#selling-term.seller-agreement li ol>li:before {
        content: "S-" counters(item, ".") " ";
        counter-increment: item;
    }
    
    .information-information .container #content .seller-agreement .anchor-content {
        height: 0;
    }
    
    .information-information .container #content ol#fulfillment-term.seller-agreement>li {
        display: table;
        counter-increment: item;
    }
    
    .information-information .container #content ol#fulfillment-term li:before {
        content: "F-" counters(item, ".") " ";
        display: inline;
    }
    
    .information-information .container #content ol#fulfillment-term li ol>li:before {
        content: "F-" counters(item, ".") " ";
        counter-increment: item;
    }
    
    .information-information .container #content .text-underline {
        text-decoration: underline;
    }
    
    .information-information .container #content ol#payment-agent.seller-agreement>li {
        display: table;
        counter-increment: item;
    }
    
    .information-information .container #content ol#payment-agent li:before {
        content: "P-" counters(item, ".") " ";
        display: inline;
    }
    
    .information-information .container #content ol#fapi-term.seller-agreement>li {
        display: table;
        counter-increment: item;
    }
    
    .information-information .container #content ol#api-term li:before {
        content: "API-" counters(item, ".") " ";
        display: inline;
    }
    
    .information-information .container #content ol#api-term li ol>li:before {
        content: "API-" counters(item, ".") " ";
        counter-increment: item;
    }
    /********************************* FAQs ***********************************/
    
    .information-information .wrapper-faqs {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-faqs .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-image_faqs.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-faqs .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-faqs .intro .title h3 {
        font-size: 4em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-faqs .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .information-information .wrapper-faqs .container-faqs {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .information-information .wrapper-faqs .container-faqs h3 {
        font-size: 2em !important;
    }
    
    .information-information .container #content .container-faqs ul {
        margin: 10px 0;
        list-style-type: none;
    }
    
    .information-information .container #content .container-faqs li h3 {
        font-size: 16px !important;
        font-weight: 400;
        line-height: auto;
        background: #fff;
        border-bottom: 1px solid #ddd;
        color: #222;
        text-transform: inherit;
        padding: 0 0 10px 25px !important;
        position: relative;
    }
    
    .information-information .container #content .container-faqs li h3:after {
        content: '\eb53';
        font-family: 'LineIcons';
        font-weight: 300;
        font-size: 14px;
        margin-right: 15px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .information-information .container #content .container-faqs li h3.active {
        color: #ff6561;
    }
    
    .information-information .container #content .container-faqs li h3.active:after {
        content: '\eb2c';
        font-family: 'LineIcons';
        font-weight: 300;
        float: left;
    }
    
    .information-information .container #content .container-faqs li h3.active:before {
        display: none;
    }
    
    .information-information .container #content .container-faqs .yt-accordion-inner {
        background: #f4f6f8;
        padding: 15px 30px !important;
    }
    
    .information-information .container #content .container-faqs .yt-accordion-inner table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #ddd;
        margin: 20px 0;
    }
    
    .information-information .container #content .container-faqs .yt-accordion-inner table tr th,
    .information-information .container #content .container-faqs .yt-accordion-inner table tr td {
        padding: 7px 10px;
        border: 1px solid #ddd;
        text-align: center;
    }
    
    .information-information .container #content .container-faqs .yt-accordion-inner table tr td:first-child {
        text-align: left;
        width: 35%;
    }
    
    .information-information .container #content .container-faqs .fas.fa-check::before {
        color: lightseagreen;
    }
    
    .information-information .container #content .container-faqs .yt-accordion-inner ul {
        list-style-type: circle;
        list-style-position: inside;
    }
    
    .information-information .container #content {
        margin-bottom: 30px !important;
    }
    /********************* membership fee  ***********************/
    
    body.information-information .container .breadcrumb {
        display: none;
    }
    
    .module.information-membership-fee {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .module.information-membership-fee .wrapper-membership {
        position: relative;
    }
    
    .module.information-membership-fee .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-image_membership-fee.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .module.information-membership-fee .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .module.information-membership-fee .intro .title h3 {
        font-size: 5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .module.information-membership-fee .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .module.information-membership-fee .intro .title .clear {
        clear: both;
    }
    
    .wrapper-membership .free-membership {
        margin: 0 auto;
        text-align: center;
        background: #eef7fc;
        padding: 50px;
    }
    
    .wrapper-membership .free-membership h3 {
        text-align: center;
        font-size: 3em !important;
        color: #222 !important;
        margin-top: 0 !important;
    }
    
    .module.information-membership-fee .free-membership .btn-link {
        display: inline-block;
        padding: 1.1em 2em 1.2em 2em;
        border-radius: 50px;
        text-decoration: none !important;
        color: #ff6561;
        border: 2px solid #ff6561;
        background-color: transparent;
        transition: ease .2s;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 15px;
    }
    
    .module.information-membership-fee .free-membership .btn-link:hover {
        background-color: #ff6561 !important;
        color: #fff !important;
    }
    
    .wrapper-membership .membership-benefit {
        padding: 50px 50px 20px 50px;
    }
    
    .wrapper-membership .membership-benefit h3 {
        text-align: center;
        font-size: 2em !important;
        margin-top: 0 !important;
    }
    
    .wrapper-membership .free-membership p,
    .wrapper-membership .membership-benefit p {
        text-align: center;
        font-size: 1.2em !important;
    }
    
    .wrapper-membership .membership-benefit p span {
        font-size: 18px;
    }
    
    .wrapper-membership .membership-partners {
        padding: 0 50px 50px 50px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .wrapper-membership .membership-partners h4 {
        font-size: 1.3em !important;
        font-weight: 400 !important;
        position: relative;
        margin-bottom: 40px !important;
        text-align: center;
    }
    
    .wrapper-membership .membership-partners ul {
        margin: 30px 0 0 0 !important;
        list-style-type: none !important;
    }
    
    .wrapper-membership .membership-partners li {
        position: relative;
        float: left;
        width: 33.33333%;
        padding: 0 20px;
        font-size: 1.2em;
        margin-bottom: 70px !important;
    }
    
    .bodymovin-wrapper:before {
        content: '';
        display: inline-block;
        width: 55px;
        height: 55px;
        background: yellow;
        z-index: -1;
        border-radius: 50px;
        position: absolute;
        top: 7px;
        left: 27px;
    }
    
    .bodymovin-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .bodymovin {
        width: 100%;
        height: 100%;
    }
    
    .module.information-membership-fee .membership-plan {
        padding: 60px 0;
        margin: 0 auto;
        background: #f4f6f8;
    }
    
    .module.information-membership-fee .membership-plan h3 {
        text-align: center;
        font-size: 3em !important;
        color: #222 !important;
        margin: 20px 0 50px 0;
    }
    /* pricing table */
    
    .module.information-membership-fee .membership-plan .snip1214 {
        color: #222;
        text-align: center;
        width: 100%;
        max-width: 1200px;
        margin: 80px auto 70px auto;
    }
    
    .snip1214 .plan {
        margin: 0;
        width: 20%;
        position: relative;
        float: left;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .snip1214 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .snip1214 header {
        position: relative;
    }
    
    .snip1214 h4.plan-title {
        position: relative;
        top: 0;
        padding: 5px 15px;
        margin: 0 auto !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        background-color: #002e5e;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 14px !important;
    }
    
    .snip1214 .plan:first-child .plan-title {
        background-color: transparent;
        min-height: 78px;
    }
    
    .snip1214 .plan-cost {
        padding: 37px 10px 37px 10px;
        font-size: 11px;
        line-height: 1.3;
    }
    
    .snip1214 .plan.free .plan-cost {
        padding: 44px 10px;
    }
    
    .snip1214 .plan-discount {
        display: block;
    }
    
    .snip1214 .plan-price {
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 800;
        font-size: 2.4em;
        color: #34495e;
    }
    
    .snip1214 .plan-type {
        opacity: 0.6;
    }
    
    .snip1214 .plan-discount {
        display: block;
        opacity: .6;
    }
    
    .snip1214 .plan-features {
        padding: 0;
        margin: 10px 20px !important;
        text-align: center;
        list-style: outside none none;
        font-size: 1em;
    }
    
    .snip1214 .plan:first-child .plan-features {
        margin: 0 !important;
        text-align: left;
    }
    
    .snip1214 .plan-features li {
        border-top: 1px solid #efefef;
        padding: 10px 5%;
        margin-bottom: 0 !important;
    }
    
    .snip1214 .plan-features li span {
        display: none;
    }
    
    .snip1214 .plan-features i {
        margin-right: 8px;
    }
    
    .snip1214 .plan-features .fa-check:before {
        color: lightseagreen;
        font-family: 'FontAwesome';
    }
    
    .snip1214 .plan-features .fa-minus:before {
        color: #bbb;
        font-family: 'FontAwesome';
    }
    
    .snip1214 .get-started {
        padding: 10px 10px 20px 10px;
    }
    
    .snip1214 .plan:first-child .get-started {
        border-top: none;
        padding: 10px 10px 0;
    }
    
    .snip1214 .get-started a {
        background-color: #333;
        color: #fff !important;
        text-decoration: none !important;
        padding: 0.7em 1.2em;
        font-weight: 400;
        border-radius: 20px;
    }
    
    .snip1214 .plan a:hover {
        color: #fff !important;
    }
    
    .snip1214 .get-started a:hover {
        background-color: #1173ce;
        color: #fff !important;
    }
    
    .snip1214 .featured {
        margin-top: -10px;
        background-color: #eef7fc;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        border-bottom: 5px solid #8cd0f5;
        z-index: 1;
    }
    
    .snip1214 .featured .plan-title {
        background-color: #1173ce;
        color: #fff !important;
    }
    
    .snip1214 .featured h5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background-color: yellow;
        padding: 5px 0;
        line-height: 1.3;
        font-size: 20px;
    }
    
    .snip1214 .featured h5 span {
        display: block;
        font-size: 15px;
        opacity: .8;
    }
    
    .snip1214 .featured .plan-cost {
        padding: 10px 10px 20px;
    }
    
    .snip1214 .featured .plan-features li {
        border-top: 1px solid #8cd0f5;
    }
    
    .snip1214 .featured .get-started a {
        background-color: #1173ce;
    }
    
    .snip1214 .featured .get-started a:hover {
        background-color: #ff6561;
        color: #fff !important;
    }
    
    .module.information-membership-fee .commission {
        padding: 30px 0 10px 0;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .module.information-membership-fee .commission h3 {
        font-size: 2em !important;
        color: #1173ce !important;
    }
    
    .module.information-membership-fee .commission span {
        font-size: 25px;
        font-weight: 600;
        color: #ff6561;
        vertical-align: middle;
    }
    
    .module.information-membership-fee .commission table {
        width: 90%;
        max-width: 1200px;
        margin: 50px auto 10px auto;
        border-collapse: collapse;
        border: 1px solid #ddd;
    }
    
    .module.information-membership-fee .commission table tr th {
        color: #222;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
        padding: 10px 25px;
        vertical-align: middle;
        text-align: center;
    }
    
    .module.information-membership-fee .commission table tr td {
        border: 1px solid #ddd;
        padding: 10px 25px;
        vertical-align: middle;
        text-align: left;
    }
    
    @media only screen and (max-width: 767px) {
        .snip1214 .plan {
            width: 50%;
        }
        .snip1214 .plan-title,
        .snip1214 .get-started a {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        .snip1214 .plan-cost,
        .snip1214 .featured .plan-cost {
            padding: 20px 10px 20px;
        }
        .snip1214 .get-started,
        .snip1214 .featured .get-started {
            padding: 10px 10px 10px;
        }
        .snip1214 .featured {
            margin-top: 0;
        }
        .module.information-membership-fee .intro {
            min-height: 400px;
        }
    }
    
    @media only screen and (max-width: 440px) {
        .snip1214 .plan {
            width: 100%;
        }
    }
    
     :lang(ar) .bodymovin-wrapper:before {
        left: auto;
        right: 27px;
    }
    
     :lang(ar) .module.information-membership-fee .commission table tr td {
        text-align: right;
    }
    /******************** inspection service ******************/
    
    .module.information-inspection-service {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .module.information-inspection-service .wrapper-inspection {
        position: relative;
    }
    
    .module.information-inspection-service .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-inspection-service.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .module.information-inspection-service .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .module.information-inspection-service .intro .title h3 {
        font-size: 5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .module.information-inspection-service .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .information-inspection-service .inspection-service {
        margin: 0 auto;
        text-align: center;
        padding: 50px;
    }
    
    .information-inspection-service .inspection-service p {
        font-size: 1.2em !important;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .information-inspection-service .wrapper-howtoapply {
        background: #eef7fc;
        padding: 50px;
    }
    
    .information-inspection-service .howtoapply {
        margin: 0 auto;
        text-align: center;
        max-width: 1200px;
    }
    
    .information-inspection-service .howtoapply h3 {
        text-align: center;
        font-size: 3em !important;
        color: #222 !important;
        margin-top: 0 !important;
        margin-bottom: 30px;
        padding: 0 30px;
    }
    
    .information-inspection-service .inspection-content.left {
        float: left;
        width: 50%;
        padding-right: 50px;
    }
    
    .information-inspection-service .inspection-content.right {
        float: left;
        width: 50%;
        padding-left: 50px;
    }
    
    .information-inspection-service .inspection-content.right p {
        text-align: left;
    }
    
    .information-inspection-service .inspection-content h4 {
        margin-bottom: 20px !important;
        text-transform: uppercase;
        text-align: left;
        color: #1173ce !important;
    }
    
    .information-inspection-service .inspection-step {
        position: relative;
    }
    
    .information-inspection-service .inspection-step p {
        border-top: 2px dotted;
        border-color: #ddd !important;
        margin: 0;
        padding: 20px;
        counter-increment: section;
        position: relative;
        font-size: 1.1em !important;
    }
    
    .information-inspection-service .inspection-step p strong {
        font-weight: 500 !important;
    }
    
    .information-inspection-service .inspection-step p:before {
        content: counter(section);
        right: 100%;
        margin-right: -10px;
        position: absolute;
        border-radius: 50%;
        padding: 10px 8px;
        height: 25px;
        width: 25px;
        line-height: 5px;
        background-color: #1173ce;
        text-align: center;
        color: #eef7fc;
        font-size: 15px;
        font-weight: 400;
    }
    
    .information-inspection-service .inspection-step p {
        border-left: 2px dotted;
        border-top: none;
        border-bottom: none;
        margin-right: 30px;
        padding-right: 0;
        text-align: left;
    }
    
    .information-inspection-service .inspection-step p:first-child {
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    
    .information-inspection-service .inspection-step p:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .module.information-inspection-service .inspection-fee {
        padding: 30px 0 50px 0;
        margin: 0 auto;
    }
    
    .module.information-inspection-service .inspection-features {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .module.information-inspection-service .inspection-features h3 {
        text-align: center;
        font-size: 3em !important;
        color: #222 !important;
        margin: 20px 0;
    }
    
    .inspection-features table {
        border-collapse: collapse;
    }
    
    .inspection-features td,
    .inspection-features th {
        border: 1px #ddd solid;
        padding: 10px;
    }
    
    .inspection-features table {
        margin: 20px 0;
        color: #222;
        font-size: 14px;
        font-weight: 300;
    }
    
    .inspection-features table tr th .service-title {
        color: #1173ce;
        font-size: 17px;
        display: block;
    }
    
    .inspection-features table tr:first-child th .service-fee {
        font-size: 40px;
        font-weight: 800;
        color: #34495e;
        display: block;
        margin: 20px 0;
    }
    
    .inspection-features table .applyinspection {
        display: inline-block;
        padding: 5px 25px 7px 25px;
        border-radius: 20px;
        text-decoration: none !important;
        font-weight: 400;
        color: #ff6561;
        border: 2px solid #ff6561;
        background-color: transparent;
        transition: ease .2s;
    }
    
    .inspection-features table .applyinspection:hover {
        color: #fff !important;
        background-color: #ff6561;
    }
    
    .inspection-features table tr th:first-child {
        color: #222;
        text-transform: capitalize;
        min-width: 200px;
    }
    
    .inspection-features table tr td {
        text-align: center;
    }
    
    .inspection-features th.product-quality {
        height: 73px;
    }
    
    .inspection-features table tr td .fa-check:before {
        color: lightgreen;
        font-family: 'FontAwesome';
    }
    
    .inspection-features table tr td .fa-minus:before {
        color: #dbdbdb;
        font-family: 'FontAwesome';
    }
    
     :lang(ar) .information-inspection-service .inspection-content h4 {
        text-align: right;
    }
    
     :lang(ar) .information-inspection-service .inspection-step p {
        border-left: 0;
        border-right: 2px dotted;
        margin-right: 0px;
        margin-left: 0;
        padding-right: 25px;
        text-align: right;
    }
    
     :lang(ar) .information-inspection-service .inspection-step p:before {
        left: 98%;
        margin-right: 0;
        right: -15px;
    }
    
     :lang(ar) .information-inspection-service .inspection-content.right p {
        text-align: right;
    }
    /****************************** Buyer Protection Service ********************************/
    
    .information-information .wrapper-buyer-protection {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .module.information-inspection-service .wrapper-buyer-protection {
        position: relative;
    }
    
    .information-information .wrapper-buyer-protection .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-free-buyer-protection.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-buyer-protection .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-buyer-protection .intro .title h3 {
        font-size: 4em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-buyer-protection .content-protection-service {
        max-width: 1200px;
        margin: 50px auto 0 auto;
        background: #f4f6f8;
    }
    
    .information-information .wrapper-buyer-protection h4 {
        font-size: 2em !important;
        margin-bottom: 30px !important;
    }
    
    .information-information .wrapper-buyer-protection p {
        font-size: 1.1em !important;
    }
    
    .information-information .wrapper-buyer-protection .content-box {
        float: left;
        width: 50%;
    }
    
    .information-information .wrapper-buyer-protection .content-protection-service .content-box.left {
        padding: 50px;
    }
    
    .information-information .wrapper-buyer-protection .how-protection-work {
        max-width: 1200px;
        margin: 0 auto 50px auto;
        background: #f4f6f8;
    }
    
    .information-information .wrapper-buyer-protection .how-protection-work .content-box.right {
        padding: 50px;
    }
    
    .information-information .wrapper-buyer-protection .how-protection-work .content-box.right span {
        font-weight: 500;
        font-size: 15px;
    }
    
    .information-information .wrapper-buyer-protection .buyer-protection-dropshipping {
        margin: 0 auto;
        padding: 0 0 30px 0;
        background-color: #b6e3ff;
        text-align: center;
    }
    
    .information-information .wrapper-buyer-protection .buyer-protection-dropshipping img {
        width: 100%;
        max-width: 1200px;
        height: auto;
    }
    
    .information-information .wrapper-buyer-protection .linktoinspection {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
    }
    
    .information-information .wrapper-buyer-protection .linktoinspection a {
        display: inline-block;
        padding: 1.1em 2em 1.2em 2em;
        border-radius: 50px;
        text-decoration: none !important;
        color: #ff6561;
        border: 2px solid #ff6561;
        background-color: transparent;
        transition: ease .2s;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 15px;
    }
    
    .information-information .wrapper-buyer-protection .linktoinspection a:hover {
        color: #fff !important;
        background: #ff6561;
    }
    /****************************** One Click Quotation Service ********************************/
    
    .information-information .wrapper-quotation {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-quotation .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-request-quotation.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-quotation .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-quotation .intro .title h3 {
        font-size: 4em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-quotation .container-quoteservice .content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0 50px 0;
        text-align: center;
    }
    
    .information-information .wrapper-quotation .container-quoteservice h4 {
        font-size: 2em !important;
        margin-bottom: 30px !important;
        line-height: 1.3;
    }
    
    .information-information .wrapper-quotation .container-quoteservice h4 span {
        display: block;
        font-size: 75%;
        font-weight: 400;
    }
    
    .information-information .wrapper-quotation .container-quoteservice p {
        font-size: 15px !important;
    }
    
    .information-information .wrapper-quotation .container-request {
        background: #eef7fc;
        padding: 30px 0 50px 0;
    }
    
    .information-information .wrapper-quotation .container-request .request-form {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }
    
    .information-information .wrapper-quotation .container-request .request-form h4 {
        font-size: 3em !important;
        line-height: 1.3;
    }
    
    .information-information .wrapper-quotation .container-request .request-form h4 span {
        display: block;
        font-size: 45%;
        font-weight: 300;
    }
    
    .information-information .wrapper-quotation .container-request .request-form div.bootstrap-xform {
        margin: 30px auto 20px auto;
    }
    
    .information-information .wrapper-quotation .request-form .bootstrap-xform input.form-control,
    .information-information .wrapper-quotation .request-form .bootstrap-xform select {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 15px;
        color: #000;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    
    .information-information .wrapper-quotation .request-form .bootstrap-xform textarea {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 15px;
        color: #000;
        font-size: 14px;
    }
    
    .information-information .wrapper-quotation .request-form .bootstrap-xform .btn.btn-primary {
        padding: 12px 25px 12px 25px;
        border-radius: 25px;
        font-weight: 400;
        color: #fff;
        border: 2px solid #ff6561;
        background-color: #ff6561;
        transition: ease .2s;
    }
    
    .information-information .wrapper-quotation .request-form .bootstrap-xform .btn.btn-primary:hover {
        background-color: #333;
        border: 2px solid #333;
    }
    
    .information-information .wrapper-quotation .quote-howitworks {
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .information-information .wrapper-quotation .container-process {
        padding: 30px 0 50px 0;
    }
    
    .information-information .wrapper-quotation .quote-howitworks h4 {
        font-size: 2em !important;
        text-align: center;
    }
    
    .information-information .wrapper-quotation .quote-howitworks .process-detail {
        text-align: center;
        margin: 0 30px;
    }
    
    .information-information .wrapper-quotation .quote-howitworks .process-detail ul {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    
    .information-information .wrapper-quotation .quote-howitworks .process-detail li {
        width: 20%;
        padding: 0 25px;
        float: left;
        text-align: left;
        list-style-type: none;
        font-size: 16px;
    }
    
    .information-information .wrapper-quotation .quote-howitworks .process-detail li:first-child,
    .information-information .wrapper-quotation .quote-howitworks .process-detail li:nth-child(2) {
        width: 22%;
    }
    
    .information-information .wrapper-quotation .quote-howitworks .process-detail li:last-child {
        width: 16%;
        padding-right: 0;
    }
    
    .information-information .wrapper-quotation .quote-howitworks .process-detail li span {
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: #00cd73;
    }
    /**************************** About us ***************************/
    
    .information-information .wrapper-aboutus {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-aboutus .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-aboutus.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-aboutus .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-aboutus .intro .title h3 {
        font-size: 5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-aboutus .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .information-information .wrapper-aboutus .container-vision {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0 70px 0;
        text-align: center;
        position: relative;
    }
    
    .information-information .wrapper-aboutus .container-vision h4 {
        font-size: 3em !important;
        margin-bottom: 30px !important;
    }
    
    .information-information .wrapper-aboutus .container-vision .row.vision {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        counter-reset: section;
        margin-top: 20px;
    }
    
    .information-information .wrapper-aboutus .container-vision .vision-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        text-align: left;
        padding: 20px 30px;
    }
    
    .information-information .wrapper-aboutus .container-vision .vision-inner {
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        padding: 30px;
    }
    
    .information-information .wrapper-aboutus .container-vision .vision-inner i {
        font-size: 30px;
        color: #666;
    }
    
    .information-information .wrapper-aboutus .container-vision .vision-inner h5 {
        font-size: 18px;
        font-weight: 500;
        color: #1173ce;
        margin-top: 10px;
        text-transform: uppercase;
    }
    
    .information-information .wrapper-aboutus .container-vision p {
        font-size: 15px !important;
    }
    
    .information-information .wrapper-aboutus .container-vision .vision-item h5:before {
        counter-increment: section;
        content: counter(section, decimal-leading-zero) ". ";
        color: #666;
    }
    
    .information-information .wrapper-aboutus .container-mission {
        background: #eef7fc;
        padding: 30px 0 60px 0;
    }
    
    .information-information .wrapper-aboutus .container-mission .content-mission {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }
    
    .information-information .wrapper-aboutus .container-mission .content-mission h4 {
        font-size: 3em !important;
        margin-bottom: 20px !important;
    }
    
    .information-information .wrapper-aboutus .container-mission .content-mission p {
        font-size: 15px !important;
    }
    
    .information-information .wrapper-aboutus .content-mission .focus {
        width: 50%;
        float: left;
        text-align: left;
        padding: 0 15px;
    }
    
    .information-information .wrapper-aboutus .content-mission .focus p span {
        font-size: 20px;
        font-weight: 500;
    }
    
    .information-information .wrapper-aboutus .content-mission .focus ul {
        margin-top: 20px;
    }
    
    .information-information .wrapper-aboutus .content-mission .focus ul li {
        font-size: 15px;
        margin-bottom: 5px !important;
    }
    
    .information-information .wrapper-aboutus .content-mission .focus.right {
        padding-top: 20px;
    }
    
    .information-information .wrapper-aboutus .container-unique {
        padding: 30px 0 50px 0;
        background: #f5f7f8;
    }
    
    .information-information .wrapper-aboutus .content-unique {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .information-information .wrapper-aboutus .content-unique h4 {
        font-size: 3em !important;
        margin-bottom: 20px !important;
        text-align: center;
    }
    
    .information-information .wrapper-aboutus .content-unique .unique {
        width: 50%;
        float: left;
        text-align: left;
        padding: 0 15px;
    }
    
    .information-information .wrapper-aboutus .content-unique h5 {
        font-size: 18px;
        font-weight: 500;
        color: #1173ce;
        margin-top: 20px;
    }
    
    .information-information .wrapper-aboutus .content-unique p,
    .information-information .wrapper-aboutus .content-unique ul li {
        font-size: 15px !important;
    }
    
    .information-information .wrapper-aboutus .content-unique .unique.right img {
        padding-top: 20px;
    }
    
    .information-information .wrapper-aboutus .container-global {
        padding: 35px 0 50px 0;
    }
    
    .information-information .wrapper-aboutus .row.global {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .information-information .wrapper-aboutus .row.global h4 {
        font-size: 3em !important;
        margin-bottom: 30px !important;
        text-align: center;
    }
    
     :lang(ar) .information-information .wrapper-aboutus .container-vision .vision-inner {
        text-align: right;
    }
    
     :lang(ar) .information-information .wrapper-aboutus .content-mission .focus,
     :lang(ar) .information-information .wrapper-aboutus .content-unique .unique {
        float: right;
    }
    
     :lang(ar) .information-information .wrapper-aboutus .content-mission .focus.right {
        text-align: right;
    }
    
     :lang(ar) .information-information .wrapper-aboutus .content-unique .unique.left {
        text-align: right;
    }
    /*
    .information-information .wrapper-aboutus .row.global .column .office-inner {
        padding: 35px;
        margin-top: 25px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner h5 {
        color: #1173ce;
        font-size: 15px !important;
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner h5 span {
        font-weight: 400;
        padding-left: 10px;
        display: inline-block;
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner h5 span:before {
        content: '/';
        padding-right: 10px;
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner ul {
        margin-left: 0 !important;
        list-style-type: none !important;
        margin-top: 20px !important;
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner ul li {
        font-size: 15px !important;
        padding-left: 35px;
        position: relative;
        margin-bottom: 10px !important;
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner ul li.adres:before {
        content: "\eb1c";
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner ul li:before {
        font-family: 'LineIcons';
        font-size: 15px;
        position: absolute;
        top: 2px;
        left: 0;
        color: #999;
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner ul li.phone:before {
        content: "\eb4b";
    }
    
    .information-information .wrapper-aboutus .row.global .column .office-inner ul li.mail:before {
        content: "\eaab";
    }
    */
    /******************************** benefits of ROAsExpo*************************/
    
    .information-information .wrapper-roas-benefits {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-roas-benefits .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-benefits.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-roas-benefits .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-roas-benefits .intro .title h3 {
        font-size: 4.5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-roas-benefits .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits {
        padding: 20px 0px;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits h4 {
        font-size: 3em !important;
        margin-bottom: 50px !important;
        text-align: center;
        line-height: 1.4;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits h4 span {
        display: block;
        font-size: 50%;
        font-weight: 400;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs {
        max-width: 90%;
        float: none;
        list-style: none;
        padding: 0;
        margin: 75px auto;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs:after {
        content: '';
        display: table;
        clear: both;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs input[type=radio] {
        display: none;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs label {
        display: block;
        float: left;
        width: 50%;
        padding: 15px 0;
        color: #74777b;
        background: rgba(40, 44, 42, 0.05);
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 400 !important;
        text-decoration: none;
        text-align: center;
        line-height: 2;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        /* Safari 3.1 to 6.0 */
        transition: all 0.5s;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs label i {
        padding: 5px;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs label:hover {
        color: #1173ce;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs .tab-content {
        display: none;
        width: 100%;
        float: left;
        padding: 30px 0;
        box-sizing: border-box;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs .tab-content * {
        -webkit-animation: scale 0.7s ease-in-out;
        -moz-animation: scale 0.7s ease-in-out;
        animation: scale 0.7s ease-in-out;
    }
    
    @keyframes scale {
        0% {
            transform: scale(0.9);
            opacity: 0;
        }
        50% {
            transform: scale(1.01);
            opacity: 0.5;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs [id^="tab"]:checked+label {
        background: #1173ce;
        color: #fff;
    }
    
    .information-information .wrapper-roas-benefits .benefit-tabs #tab1:checked~#tab-content1,
    .information-information .wrapper-roas-benefits .benefit-tabs #tab2:checked~#tab-content2 {
        display: block;
    }
    
    .information-information .wrapper-roas-benefits .tab-content .benefit-column {
        float: left;
        width: 50%;
    }
    
    .information-information .wrapper-roas-benefits #tab-content1 .benefit-column.left {
        padding-right: 50px;
    }
    
    .information-information .wrapper-roas-benefits #tab-content2 .benefit-column.right {
        padding-left: 50px;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits .benefit-inner h5 {
        font-size: 16px;
        font-weight: 500;
        color: #1173ce;
        margin-bottom: 30px;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits .benefit-inner h5 span {
        font-size: 23px;
    }
    
    .information-information .wrapper-roas-benefits.container-benefits .benefit-inner p,
    .information-information .wrapper-roas-benefits .container-benefits .benefit-inner ul li {
        font-size: 15px;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits .benefit-inner ul {
        margin-left: 15px !important;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits .benefit-inner ul li {
        list-style-type: none;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px !important;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits .benefit-inner ul li strong {
        font-weight: 500;
    }
    
    .information-information .wrapper-roas-benefits .container-benefits .benefit-inner ul li:before {
        content: '\ea55';
        font-family: 'LineIcons';
        position: absolute;
        left: 0;
    }
    
    .information-information .wrapper-roas-benefits .tab-content .item-button {
        margin-top: 30px;
        text-align: center;
    }
    
    .information-information .wrapper-roas-benefits .tab-content .item-button .benefit.link {
        display: inline-block;
        padding: 1.1em 2em 1.2em 2em;
        border-radius: 50px;
        text-decoration: none !important;
        color: #fff;
        border: 2px solid #ff6561;
        background-color: #ff6561;
        transition: ease .2s;
        font-size: 17px;
    }
    
    .information-information .wrapper-roas-benefits .tab-content .item-button .benefit.link:hover {
        background-color: transparent;
    }
    /************************************ customer service centre ***************************/
    
    .information-information .wrapper-customer-centre {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-customer-centre .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-customerservice.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-customer-centre .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-customer-centre .intro .title h3 {
        font-size: 4em !important;
        color: #fff !important;
        margin-top: 0 !important;
    }
    
    .information-information .wrapper-customer-centre .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .information-information .wrapper-customer-centre .intro .title p.linktofaq a {
        display: inline-block;
        padding: .7em 2em .7em 2em;
        border-radius: 50px;
        text-decoration: none !important;
        color: #fff;
        border: 2px solid #ff6561;
        background-color: #ff6561;
        transition: ease .2s;
        font-size: 17px;
        font-weight: 400;
    }
    
    .information-information .wrapper-customer-centre .intro .title p.linktofaq a:hover {
        border: 2px solid #333;
        background-color: #333;
        color: #fff !important;
    }
    
    .information-information .wrapper-customer-centre .content-wrap {
        padding: 50px 0;
    }
    
    .information-information .wrapper-customer-centre .content.box {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .information-information .wrapper-customer-centre .content-wrap .content.box {
        text-align: center;
    }
    
    .information-information .wrapper-customer-centre .content-wrap .content.box p {
        font-size: 15px !important;
    }
    
    .information-information .wrapper-customer-centre .form-wrap {
        padding: 35px 0 50px 0;
        background: #eef7fc;
    }
    
    .information-information .wrapper-customer-centre .form-wrap h3 {
        font-size: 3em !important;
        margin-bottom: 30px !important;
        text-align: center;
        color: #333 !important;
    }
    
    .information-information .wrapper-customer-centre .form-wrap .bootstrap-xform input.form-control,
    .information-information .wrapper-customer-centre .form-wrap .bootstrap-xform select {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 15px;
        color: #000;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    
    .information-information .wrapper-customer-centre .form-wrap .bootstrap-xform textarea {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 15px;
        color: #000;
        font-size: 14px;
    }
    
    .information-information .wrapper-customer-centre .form-wrap .form-group.xform-submit {
        text-align: center;
    }
    
    .information-information .wrapper-customer-centre .form-wrap .bootstrap-xform .btn.btn-primary {
        padding: 12px 35px 12px 35px;
        border-radius: 25px;
        font-weight: 400;
        color: #fff;
        border: 2px solid #ff6561;
        background-color: #ff6561;
        transition: ease .2s;
    }
    
    .information-information .wrapper-customer-centre .form-wrap .bootstrap-xform .btn.btn-primary:hover {
        background-color: #333;
        border: 2px solid #333;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap {
        padding: 50px 0;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .centremap,
    .information-information .wrapper-aboutus .container-global .centremap {
        width: 100%;
        height: 100%;
        min-height: 647px;
        background: url(/image/catalog/customer-service-map.png) 50% 0 no-repeat;
        position: relative;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap h4 {
        font-size: 3em !important;
        margin-bottom: 30px !important;
        text-align: center;
        color: #333 !important;
    }
    
    .information-information .wrapper-customer-centre .centre span,
    .information-information .wrapper-aboutus .container-global .centre span {
        transition: all 1s;
        -webkit-transition: all 1s;
        position: relative;
        z-index: 9;
    }
    
    .information-information .wrapper-customer-centre .centre span i,
    .information-information .wrapper-aboutus .container-global .centre span i {
        color: #1173ce;
        font-size: 23px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    
    .information-information .wrapper-customer-centre .centre span:hover i,
    .information-information .wrapper-aboutus .container-global .centre span:hover i {
        cursor: pointer;
        font-size: 27px;
        color: #ff6561;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup,
    .information-information .wrapper-aboutus .container-global .popup {
        opacity: 0;
        transition: all 1s;
        -webkit-transition: all 1s;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap span:hover~.popup,
    .information-information .wrapper-aboutus .container-global span:hover~.popup {
        opacity: 1;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .centre,
    .information-information .wrapper-aboutus .container-global .centre {
        position: relative;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content,
    .information-information .wrapper-aboutus .container-global .popup-content {
        display: inline-block;
        padding: 30px 30px 20px 30px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        position: relative;
        left: -30px;
        top: 0px;
        z-index: 0;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content ul,
    .information-information .wrapper-aboutus .container-global .popup-content ul {
        margin-right: 0 !important;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content h5,
    .information-information .wrapper-aboutus .container-global .popup-content h5 {
        color: #1173ce;
        font-weight: 500;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content ul,
    .information-information .wrapper-aboutus .container-global .popup-content ul {
        margin-left: 0 !important;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content ul li,
    .information-information .wrapper-aboutus .container-global .popup-content ul li {
        list-style-type: none;
        padding-left: 35px;
        position: relative;
        margin-bottom: 7px !important;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content ul li:before,
    .information-information .wrapper-aboutus .popup-content ul li:before {
        font-family: 'LineIcons';
        position: absolute;
        top: 2px;
        left: 0;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content ul li.adres:before,
    .information-information .wrapper-aboutus .popup-content ul li.adres:before {
        content: "\eb1c";
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content ul li.phone:before,
    .information-information .wrapper-aboutus .popup-content ul li.phone:before {
        content: "\eb4b";
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .popup-content ul li.mail:before,
    .information-information .wrapper-aboutus .popup-content ul li.mail:before {
        content: "\eaab";
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .centre.canada,
    .information-information .wrapper-aboutus .centre.canada {
        position: absolute;
        left: 145px;
        top: 195px;
    }
    
     :lang(ar) .information-information .wrapper-customer-centre .cscentre-wrap .centre.canada,
     :lang(ar) .information-information .wrapper-aboutus .centre.canada {
        left: -160px;
    }
    
     :lang(ar) .information-information .wrapper-customer-centre .cscentre-wrap .centre.canada .popup-content,
     :lang(ar) .information-information .wrapper-aboutus .container-global .centre.canada .popup-content {
        left: 160px;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .centre.korea,
    .information-information .wrapper-aboutus .centre.korea {
        position: absolute;
        left: 975px;
        top: 254px;
    }
    
    .information-information .wrapper-customer-centre .cscentre-wrap .centre.korea .popup-content,
    .information-information .wrapper-aboutus .container-global .centre.korea .popup-content {
        left: auto;
        right: 100px;
    }
    
     :lang(ar) .information-information .wrapper-customer-centre .cscentre-wrap .centre.korea,
     :lang(ar) .information-information .wrapper-aboutus .centre.korea {
        right: 203px;
        top: 254px;
    }
    
     :lang(ar) .information-information .wrapper-customer-centre .cscentre-wrap .centre.korea .popup-content,
     :lang(ar) .information-information .wrapper-aboutus .container-global .centre.korea .popup-content {
        left: auto;
        right: -190px;
    }
    
     :lang(ko) .information-information .wrapper-customer-centre .cscentre-wrap .centre.korea,
     :lang(ko) .information-information .wrapper-aboutus .centre.korea {
        right: -168px;
        top: 254px;
    }
    
     :lang(cn) .information-information .wrapper-customer-centre .cscentre-wrap .centre.korea,
     :lang(cn) .information-information .wrapper-aboutus .centre.korea {
        right: -144px;
    }
    
     :lang(es) .information-information .wrapper-customer-centre .cscentre-wrap .centre.korea,
     :lang(es) .information-information .wrapper-aboutus .centre.korea {
        right: -121px;
    }
    /********************************* safe trading service ******************************/
    
    .information-information .wrapper-safe-trading {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-safe-trading .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-safe-trading-service.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-safe-trading .intro .title {
        text-align: center;
        top: 40%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-safe-trading .intro .title h3 {
        font-size: 4.5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-safe-trading .container-safetrading {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 30px;
    }
    
    .information-information .wrapper-safe-trading .container-safetrading .content.inner p {
        font-size: 15px !important;
        text-align: center;
    }
    
    .information-information .wrapper-safe-trading .container-safetrading .content.inner p span {
        font-weight: 500;
        font-size: 20px !important;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading .item-container {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading .item.column {
        width: 50%;
        padding: 0 30px;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading .item.column h4 {
        font-size: 2em !important;
        margin-bottom: 30px !important;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading .item.column p {
        font-size: 15px !important;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading .item.column p a {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 25px 10px 25px;
        border-radius: 50px;
        text-decoration: none !important;
        font-weight: 400;
        color: #ff6561;
        border: 2px solid #ff6561;
        background-color: transparent;
        transition: ease .2s;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading .item.column p a:hover {
        background-color: #ff6561;
        color: #fff !important;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading.protection {
        background: #f4f6f8;
        padding: 50px 0 0 0;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading.protection img {
        max-height: 400px;
        width: auto;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading.inspection {
        padding: 50px 0;
    }
    
    .information-information .wrapper-safe-trading .row.safetrading.inspection img {
        max-height: 350px;
        width: auto;
    }
    /***************************** dropshippig marketplace ***********************/
    
    .information-information .wrapper-dropshipping-marketplace {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-dropshipping-marketplace .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-dropshipping-marketplace.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-dropshipping-marketplace .intro .title {
        text-align: center;
        top: 40%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-dropshipping-marketplace .intro .title h3 {
        font-size: 4.5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-dropshipping-marketplace .container-dropshipping .content-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 30px;
    }
    
    .information-information .wrapper-dropshipping-marketplace .container-dropshipping .content-inner h4 {
        font-size: 3em !important;
        margin-bottom: 30px !important;
        text-align: center;
    }
    
    .information-information .wrapper-dropshipping-marketplace .container-dropshipping .content-inner p {
        font-size: 15px !important;
        text-align: center;
    }
    
    .information-information .wrapper-dropshipping-marketplace .container-dropshipping.works {
        background: #b6e3ff;
    }
    
    .information-information #content .module.listingtab-layout1 {
        padding: 50px 0;
    }
    
    .information-information #content .module.listingtab-layout1 h3.modtitle {
        margin-top: 0;
        position: relative;
        display: inline-block;
    }
    
    .information-information #content .module.listingtab-layout1 h3.modtitle span {
        font-weight: 600;
        font-size: 18px !important;
        text-transform: capitalize;
    }
    
    .information-information #content .module.listingtab-layout1 h3.modtitle span:before {
        content: '';
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: -1;
        background-color: yellow;
    }
    
    .information-information #content .listingtab-layout1 .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        top: 30px;
    }
    
    .information-information #content .listingtab-layout1 .so-listing-tabs ul li.ltabs-tab {
        margin-bottom: 0;
    }
    
    .information-information #content .listingtab-layout1 .so-listing-tabs .wap-listing-tabs {
        margin-top: 30px;
    }
    
    .information-information #content .listingtab-layout1 .so-listing-tabs .wap-listing-tabs h4 {
        margin-top: 0;
        font-weight: 400;
    }
    
    .information-information #content .listingtab-layout1 .so-listing-tabs .wap-listing-tabs h4 a {
        text-decoration: none;
    }
    /********************************** best house brand products *******************************/
    
    .information-information .wrapper-best-customised-products {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-information .wrapper-best-customised-products .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-housebrand.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-information .wrapper-best-customised-products .intro .title {
        text-align: center;
        top: 40%;
        position: absolute;
        width: 100%;
    }
    
    .information-information .wrapper-best-customised-products .intro .title h3 {
        font-size: 4.5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-information .wrapper-best-customised-products .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .information-information .wrapper-best-customised-products .row.customisedproducts {
        padding: 0 30px;
    }
    
    .information-information .wrapper-best-customised-products .container.content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
    }
    
    .information-information .wrapper-best-customised-products .row.customisedproducts h4 {
        font-size: 2em !important;
        margin-bottom: 15px !important;
        text-align: center;
    }
    
    .information-information .wrapper-best-customised-products .container.content p {
        text-align: center;
        font-size: 1.2em !important;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits {
        background: #eef7fc;
        padding: 50px 30px;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits h4 {
        font-size: 1.8em !important;
        font-weight: 400 !important;
        margin-bottom: 25px !important;
        text-align: center;
        color: #1173ce !important;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .column-container {
        width: 25%;
        float: left;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .column-inner {
        padding: 0 15px;
        text-align: center;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel {
        overflow: hidden;
        width: 100%;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 35px 25px;
        margin: 10px 15px;
        background: #fff;
        color: #222;
        min-height: 195px;
        position: relative;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .MultiCarousel-inner .item>div img {
        max-width: 50px;
        height: auto;
        margin-bottom: 20px;
        z-index: 1;
        position: relative;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .MultiCarousel-inner .item>div:before {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        content: '';
        background: yellow;
        display: block;
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .MultiCarousel-inner p {
        text-align: center;
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .leftLst,
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 10px);
        padding: 6px 9px !important;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .leftLst {
        left: 0;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .rightLst {
        right: 0;
    }
    
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .leftLst.over,
    .information-information .wrapper-best-customised-products .row.housebrand-benefits .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    /*********************************** Video Tutorials ***************************/
    
    .information-videotutorial .container .breadcrumb {
        display: none;
    }
    
    .information-videotutorial .wrapper-videotutorials {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .information-videotutorial #content .content-inner-videotutorials {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 30px;
    }
    
    .information-videotutorial .wrapper-videotutorials .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(/image/catalog/intro-videotutorial.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .information-videotutorial .wrapper-videotutorials .intro .title {
        text-align: center;
        top: 40%;
        position: absolute;
        width: 100%;
    }
    
    .information-videotutorial .wrapper-videotutorials .intro .title h3 {
        font-size: 4.5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .information-videotutorial .pts-row.videotutorials-search {
        margin-right: 0;
        margin-left: 0;
    }
    
    .information-videotutorial #formVT {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .information-videotutorial #formVT .row {
        display: inline-block;
    }
    
    .information-videotutorial #formVT .row div.col-6 {
        float: left;
        margin: 0 5px;
    }
    
    .information-videotutorial #formVT .form-check {
        padding-top: 5px;
    }
    
    .information-videotutorial #formVT .form-check label {
        font-size: 14px;
        margin-right: 10px;
    }
    
    .information-videotutorial #formVT input[type="input"] {
        padding: 5px 15px 5px 15px;
        border: 1px solid #2b2b2b;
        border-radius: 4px 0 0 4px;
        float: left;
    }
    
    .information-videotutorial #formVT #btnSearch {
        margin-left: -1px;
    }
    
    .information-videotutorial .videotutorials-layout .thumbnail-container img {
        width: 100%;
    }
    
    .information-videotutorial .videotutorials-layout {
        margin-bottom: 30px;
    }
    
    .information-videotutorial .videotutorials-layout p.video-title {
        line-height: 1.5;
        min-height: 42px;
        max-height: 42px;
        overflow: hidden;
        margin-top: 10px;
    }
    
    .information-videotutorial .videotutorials-layout p.video-title a {
        color: #000;
        font-weight: 500;
    }
    
    .information-videotutorial .videotutorials-layout p.video-title a:hover {
        color: #ff6561;
    }
    
    .information-videotutorial .row.bottom-pagination {
        margin-top: 25px;
    }
    /*********************************** contact us ***************************/
    
    .information-contact #content .contact-form input {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 15px;
        color: #000;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    
    .information-contact #content .contact-form textarea {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 15px;
        color: #000;
        font-size: 14px;
    }
    
    .information-contact #content .contact-form button.btn-info {
        padding: 12px 35px 12px 35px;
        border-radius: 25px !important;
        font-weight: 400;
        color: #fff;
        border: 2px solid #ff6561;
        background-color: #ff6561 !important;
        transition: ease .2s;
        text-transform: uppercase;
    }
    
    .information-contact #content .contact-form button.btn-info:hover {
        background: #333 !important;
        border: 2px solid #333;
    }
    /******************************** Hot Deal Landing Page ***************************/
    
    .wrapper-hotdeal-carousel {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        background: #f4f6f8;
        padding: 25px 15px 15px 15px;
        margin-bottom: 30px;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-prev {
        left: 0;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-next {
        right: 0;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-list {
        margin: 0 40px;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide {
        text-align: center;
        line-height: 1.2;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a {
        color: #333;
        font-size: 12px;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide {
        text-align: center;
        line-height: 1.2;
        padding: 0 15px;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a {
        color: #333;
        font-size: 12px;
        transition: 2s ease;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a:before {
        content: '';
        font-family: 'LineIcons';
        font-size: 2em;
        text-align: center;
        display: block;
        background: #fff;
        width: 50px;
        height: 50px;
        padding: 7px 10px;
        line-height: 1.5;
        border-radius: 100px;
        margin: 0 auto 10px auto;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-0:before {
        content: "\ebb5";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-1:before {
        content: "\eb2d";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-2:before {
        content: "\ea4e";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-3:before {
        content: "\eae7";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-4:before {
        content: "\ead6";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-5:before {
        content: "\ea6e";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-6:before {
        content: "\eba0";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-7:before {
        content: "\eaeb";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-8:before {
        content: "\e0da";
        font-family: 'fl-bigmug-line';
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-9:before {
        content: "\eb5f";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-10:before {
        content: "\ea42";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-11:before {
        content: "\eb52";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-12:before {
        content: "\eadd";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-13:before {
        content: "\eb77";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-14:before {
        content: "\eae8";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-15:before {
        content: "\eb5d";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-16:before {
        content: "\eb9f";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-17:before {
        content: "\eaca";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-18:before {
        content: "\eac1";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-19:before {
        content: "\ea92";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-20:before {
        content: "\ebd3";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-21:before {
        content: "\ea88";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-22:before {
        content: "\eae3";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-23:before {
        content: "\ea3d";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-24:before {
        content: "\eb46";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-25:before {
        content: "\f54b";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-26:before {
        content: "\eb70";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-2358:before {
        content: "\ea2b";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a.catelist-2408:before {
        content: "\eb08";
    }
    
    .wrapper-hotdeal-carousel .hotdeal-carousel .slick-slide a:hover:before {
        background: #1173ce;
        color: #fff;
        transition: .5s ease;
    }
    /******************************** Seller register inquiry ***************************/
    
    .information-seller_contact .info-contact .info-store {
        margin-bottom: 3em;
        padding: 5em 2em 4em 2em;
        border: 4px solid #eee;
        text-align: center;
    }
    
    .information-seller_contact .info-contact .info-store h3 {
        color: #333;
    }
    
    .information-seller_contact .info-contact .info-store .seller-reg-details {
        padding: 0 4em;
        margin: 2em 0;
    }
    
    .information-seller_contact .info-store .seller-reg-steps {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3em;
    }
    
    .information-seller_contact .info-store .seller-reg-steps .step {
        flex-basis: 30%;
        box-sizing: border-box;
        background: #1173ce;
        position: relative;
    }
    
    .information-seller_contact .info-store .seller-reg-steps .step-desc {
        padding: 2em;
    }
    
    .information-seller_contact .info-store .seller-reg-steps .step-no {
        position: absolute;
        top: 0px;
        right: 0;
        color: rgba(255, 255, 255, 0.3) !important;
        font-size: 5em;
        font-weight: 900;
    }
    
    .information-seller_contact .info-store .seller-reg-steps .step-desc p {
        margin-top: 2em;
        color: #fff;
        line-height: 1.5;
    }
    
    .information-seller_contact .info-contact .info-store .link-seller-reg,
    .information-seller_contact .info-contact .contact-form #formContact .btn-info {
        padding: 12px 25px 12px 25px;
        border-radius: 25px !important;
        font-weight: 400;
        color: #fff;
        border: 2px solid #ff6561;
        background-color: #ff6561 !important;
        transition: ease .2s;
    }
    
    .information-seller_contact .info-contact .info-store .link-seller-reg:hover,
    .information-seller_contact .info-contact .contact-form #formContact .btn-info:hover {
        background-color: #333 !important;
        border: 2px solid #333;
    }
    
    .information-seller_contact .info-contact .contact-form #formContact label {
        line-height: 1.2 !important;
    }
    /************************ Global Free Shipping info ***************************/
    
    .module.info-global-free-shipping {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .module.info-global-free-shipping .wrapper-global-free-shipping {
        position: relative;
    }
    
    .module.info-global-free-shipping .intro {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 470px;
        background: url(https://d3d3ajccnahae5.cloudfront.net/image/catalog/information/intro-global-free-shipping-bg-1707857099.jpg) 50% 0 no-repeat;
        background-size: cover;
        transition: background-position .3s;
    }
    
    .module.info-global-free-shipping .intro .title {
        text-align: center;
        top: 30%;
        position: absolute;
        width: 100%;
    }
    
    .module.info-global-free-shipping .intro .title h3 {
        font-size: 5em !important;
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .module.info-global-free-shipping .intro .title p {
        color: #fff !important;
        font-size: 1.5em !important;
        letter-spacing: 2px;
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        font-weight: 300;
    }
    
    .info-global-free-shipping .content-global-free-shipping {
        max-width: 1170px;
        padding: 0 15px;
        margin: 50px auto 0 auto;
    }
    
    .info-global-free-shipping .content-global-free-shipping .welcome-gfs {
        margin: 50px 0;
    }
    
    .info-global-free-shipping .content-global-free-shipping .welcome-gfs span {
        font-size: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        margin: 10px 5px;
    }
    
    .info-global-free-shipping .content-global-free-shipping .welcome-gfs span:before {
        content: '';
        width: 100%;
        height: 15px;
        position: absolute;
        bottom: 3px;
        left: 0;
        z-index: -1;
        background-color: yellow;
    }
    
    .info-global-free-shipping .content-global-free-shipping h3 {
        font-size: 2em !important;
    }
    
    .info-global-free-shipping .content-global-free-shipping p {
        font-size: 1.2em !important;
        max-width: 1170px;
        margin: 0 auto;
    }
    
    .info-global-free-shipping .content-global-free-shipping ul,
    .info-global-free-shipping .content-global-free-shipping ol {
        margin: 25px 30px 35px 30px !important;
    }
    
    .info-global-free-shipping .content-global-free-shipping ul li,
    .info-global-free-shipping .content-global-free-shipping ol li {
        font-size: 1.2em;
    }
    
    .info-global-free-shipping .content-global-free-shipping .happy-shopping {
        font-size: 1.3em;
        font-weight: 500;
        line-height: 1.5;
        font-style: oblique;
        color: #232323;
        margin: 30px 0;
    }
    
    .info-global-free-shipping .content-global-free-shipping p a {
        display: inline-block;
        padding: 1.1em 2em 1.2em 2em;
        border-radius: 50px;
        text-decoration: none !important;
        color: #ff6561;
        border: 2px solid #ff6561;
        background-color: transparent;
        transition: ease .2s;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        margin-top: 15px;
    }
    
    .info-global-free-shipping .content-global-free-shipping p a:hover {
        background: #ff6561;
        color: #fff !important;
    }
    
    @media (min-width: 1200px) {
        .wrapper-hotdeal-carousel .container.page-builder-ltr {
            width: 93% !important;
        }
    }
    
    .information-hotdeallanding .content-aside .modcontent {
        padding-bottom: 35px;
    }
    
    .information-hotdeallanding .so-filter-content-opts-container {
        margin-bottom: 10px;
    }
    
    .information-hotdeallanding .so-option-container .rating-box {
        display: inline-block;
    }
    
    .information-hotdeallanding .so-option-container .rating-box .fa-stack i::before {
        margin-left: 0 !important;
    }
    
    .information-hotdeallanding .content-aside #btn_resetAll {
        display: inline;
        padding: 10px 15px;
    }