/*
 * Copyright (c) 2020.
 * you can not copy, reuse, edit or use without licence of this plugin. call author for that.
 * به متن انگلیسی توجه کنید
 */

@import "seller_robot_pdb-pages-my_custom_styles.css";

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
    font-family: 'isans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IRANSansWeb(FaNum).eot");
    src: url("../fonts/IRANSansWeb(FaNum).eot") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum).woff2") format('woff2'), url("../fonts/IRANSansWeb(FaNum).woff") format('woff');
}

@font-face {
    font-family: 'isans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Bold.woff2") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format('woff');
}

@font-face {
    font-family: 'isans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSans(FaNum)_Medium.eot");
    src: url("../fonts/IRANSans(FaNum)_Medium.eot") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Medium.woff2") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format('woff');
}

@font-face {
    font-family: 'isans';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/IRANSansWeb(FaNum)_Light.eot") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Light.woff2") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Light.woff") format('woff');
}

@font-face {
    font-family: 'isans';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format('woff');
}

/*
***aviny
*/
@font-face {
    font-family: 'aviny';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/aviny.ttf");
    src: url("../fonts/aviny.eot") format("embedded-opentype"), url("../fonts/aviny.woff") format('woff'), url("../fonts/aviny.svg") format('svg');
}

/*
@font-face {
    font-family: 'aviny';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/aviny_Bold.eot");
    src: url("../fonts/aviny_Bold.eot") format('embedded-opentype'), url("../fonts/aviny_Bold.woff") format('woff');
}
@font-face {
    font-family: 'aviny';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/aviny_Medium.eot");
    src: url("../fonts/aviny_Medium.eot") format('embedded-opentype'), url("../fonts/aviny_Medium.woff") format('woff');
}
@font-face {
    font-family: 'aviny';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/aviny_Light.eot");
    src: url("../fonts/aviny_Light.eot") format('embedded-opentype'), url("../fonts/aviny_Light.woff") format('woff');
}
@font-face {
    font-family: 'aviny';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/aviny_UltraLight.eot");
    src: url("../fonts/aviny_UltraLight.eot") format('embedded-opentype'), url("../fonts/aviny_UltraLight.woff") format('woff');
}
*/

/*
*** global
*/

* {
    font-family: 'isans', tahoma, 'Open sans', sans-serif;
    font-size: 1rem;
    color: #373737;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'isans', tahoma, 'Open sans', sans-serif;
    font-size: 1rem;
    color: #373737;
    background: url("../images/bg.png") no-repeat;
    background-position-y: 120px;
    background-size: 48% auto;
    direction: rtl;
    text-align: right;
    font-weight: 400;
}

img {
    max-width: 100%;
    max-height: 100%;
}

textarea:focus, input:focus, button:focus {
    outline: none !important;
}

/**
*** remove arrow from number-input :
 */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* remove arrow from number-input - end*/

input {
    text-align: left;
    direction: ltr;
}

/*
*** nav bar
*/
header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999
}

.nav_ {
    background-color: #ffffff;
    border-radius: 500px;
    font-family: 'aviny', 'isans', tahoma, 'Open sans', sans-serif !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1) !important;

    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

.navbar-brand.d-lg-none {
    width: 45% !important;
}

.nav_little_icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 5px !important;
    margin-right: 10px;
}

#nav_little_basket {
    background-color: #0fbab0;
}

#nav_little_basket:hover {
    box-shadow: 0 0 10px 2px #0fbab099;
}

#nav_little_account {
    background-color: #ff0078;
}

#nav_little_account:hover {
    box-shadow: 0 0 10px 2px #ff007899;
}

#nav_little_search {
    background-color: #1d59ff;
    border: none;
}

#nav_little_search:hover {
    box-shadow: 0 0 10px 2px #1d59ff99;
}

.form-search-bg {
    border: 1px solid #dbe5ff;
    border-radius: 500px;
    background-color: #f4f7ff;
    display: flex;
    flex-direction: row;

    transition: all 0.3s ease-in-out;
}

.form-search-bg button {
    flex: 1 1 auto;
}

.form-search-bg input {
    color: #666c7c;
    font-size: 12pt;
    vertical-align: middle;
    border: none !important;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 500px;
    background-color: #f4f7ff;
}

.form-search-bg:hover {
    border: 1px solid #1d59ff !important;
}

.form-search-bg input::placeholder {
    color: #c1d1ff;
    font-size: 10pt;
    vertical-align: middle;
}

.nav-pills .nav-link {
    transition: all 0.2s ease-in-out;
    border: 2px solid #00000000;
}

.nav-pills .nav-link:not(.active) {
    background: linear-gradient(145deg, #6600ff, #1d59ff);
    background: -webkit-linear-gradient(145deg, #6600ff, #1d59ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: bold;
}

.nav-pills .nav-link:not(.active):hover {
    border: 2px solid #dbdbdb;
    border-radius: 500px;
}

.nav-pills .nav-link.active {
    background: linear-gradient(145deg, #6600ff, #1d59ff);
    border-radius: 500px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
}

/* nav bar - end */

/**
*** top section :
 */
#top {
    height: 100vh;
}

.description-box {
    position: relative;
    right: 0;
    top: 55%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 5px;

    height: 70%;
    width: 40%;

    border-radius: 50px 0 0 50px;
    background: linear-gradient(145deg, #6600ff, #1d59ff);

    overflow: auto;
}

.description-box::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #404040;
}

.description-box::-webkit-scrollbar {
    width: 0px;
}

.description-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}


.description-box p:first-child {
    font-family: 'aviny', 'isans', tahoma, 'Open sans', sans-serif !important;
    font-weight: bold;
    font-size: 25pt;
    color: #ffffff;
    margin: auto;
    vertical-align: middle;
}

.description-box p:first-child:before {
    display: inline-block;
    content: ' ';
    background-image: url('../images/ic_info_fill.png');
    background-size: 40px 40px;
    filter: invert(1);
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.description-box ul {
    padding-left: 8px;
}

.description-box li {
    font-weight: lighter;
    font-size: 12pt;
    color: #ffffff;
    list-style: none;
    line-height: 1.0;
    text-align: justify;
    margin-right: -30px;
    margin-bottom: 10px;
}

.description-box li:before {
    content: '\2022';
    font-size: 16pt;
    display: inline-block;
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    margin-left: 5px;

}

#description-arrow {
    position: absolute;
    bottom: 15%;
    width: 100px;
    height: 100px;
    vertical-align: bottom;
    right: 42%;
    z-index: 1;

    mask-image: url('../images/ic_arrow_description.svg');
    -webkit-mask-image: url('../images/ic_arrow_description.svg');
    background: linear-gradient(145deg, #1d59ff, #6600ff);
    background: -webkit-linear-gradient(145deg, #1d59ff, #6600ff);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transform: scaleX(-1);
}

#description-video {
    position: absolute;
    left: 50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;

    border-radius: 50px;
    overflow: hidden;
    background-color: lightgray;
    width: 40%;
    padding-top: 22.5%; /* width multiply to (divide 9 by 16 = 0.5625) */

    box-shadow: 0 2px 5px 1px #00000055;
}

#description-video img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#description-video #play_btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: rgba(0, 0, 0, 0.4);

    width: 100%;
    height: 100%;
    z-index: 99;

    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.6));
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.6));
    -moz-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.6));
    -o-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.6));

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#play_btn:before {
    content: " ";
    display: block;

    width: 100%;
    height: 100%;
    z-index: 99;

    mask-image: url('../images/ic_play.svg');
    -webkit-mask-image: url('../images/ic_play.svg');
    mask-size: 100px 100px;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: 100px 100px;
    background: linear-gradient(145deg, #1d59ff, #6600ff);
    background: -webkit-linear-gradient(145deg, #1d59ff, #6600ff);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

#description-video #play_btn:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);

    background: rgba(0, 0, 0, 0.1);

    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
    -moz-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
    -o-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
}

#arrow_down {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    margin: 0;
    border-left: 1px solid #673ab7;
    border-top: 1px solid #673ab7;
    border-right: 1px solid #673ab7;
    border-bottom: none;
    border-radius: 500px 500px 0 0;
    height: auto;
    width: auto;
    padding: 4px 4px 0 4px;

}

@-webkit-keyframes blink_shadow_arrow {
    0% {
        box-shadow: 0 0 10px 5px #673ab799;
    }
    50% {
        box-shadow: 0 0 10px 5px #00000000;
    }
    100% {
        box-shadow: 0 0 10px 5px #673ab799;
    }
}

@-moz-keyframes blink_shadow_arrow {
    0% {
        box-shadow: 0 0 10px 5px #673ab799;
    }
    50% {
        box-shadow: 0 0 10px 5px #00000000;
    }
    100% {
        box-shadow: 0 0 10px 5px #673ab799;
    }
}

@keyframes blink_shadow_arrow {
    0% {
        box-shadow: 0 0 10px 5px #673ab799;
    }
    50% {
        box-shadow: 0 0 10px 5px #00000000;
    }
    100% {
        box-shadow: 0 0 10px 5px #673ab799;
    }
}

#arrow_down img {
    border-radius: 500px 500px 0 0;
    padding: 15px 10px;

    background: linear-gradient(145deg, #1d59ff, #6600ff);
    background: -webkit-linear-gradient(145deg, #1d59ff, #6600ff);

    -webkit-animation: blink_shadow_arrow 2s linear infinite;
    -moz-animation: blink_shadow_arrow 2s linear infinite;
    animation: blink_shadow_arrow 2s linear infinite;
}

/* top section -end*/

/**
*** section global :
 */
.header_ribbon {
    height: auto;
    width: 100%;
    padding: 5px;

    background: url("../images/ribbon_bg_right.png") right top no-repeat,
    url("../images/ribbon_bg_left.png") left no-repeat,
    linear-gradient(90deg, #6600ff, #1d59ff) center;
    background-size: auto 100%, auto 100%, cover;
}

.header_ribbon.reverse_ribbon {
    background: url("../images/ribbon_bg_right.png") right top no-repeat,
    url("../images/ribbon_bg_left.png") left no-repeat,
    linear-gradient(-90deg, #6600ff, #1d59ff) center;
}

.header_ribbon p {
    font-family: 'aviny', Tahoma, serif !important;
    font-weight: bold;
    font-size: 50pt;
    color: #ffffff;
    text-align: center;
    margin: 0 !important;
}

#game, #giftcart {
    height: 100vh;
    background-color: #eeeeee;
}

/* section global - end*/

.main-card {
    width: 100%;
    height: 85%;
    margin-bottom: 10px;

    border-radius: 50px;
    background-color: #fafafa;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);

    padding: 20px 0;
}

.main-card.row, .main-card .row {
    margin: 0 0 0 0 !important;
}

.main-card label {
    color: #616161;
    font-size: 12pt;
    font-weight: normal;
    margin-bottom: 2px !important;
}

.my_input {
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    border-radius: 500px;
    padding: 2px;

    height: 35px;
}

.game_price_div_parent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.game_price_div {
    flex-grow: 1;

    height: 35px;
    display: block;
}

.game_price_input {
    position: relative !important;
    top: -200% !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;

    height: 100%;
}

.game_price_input span {
    margin: 2px;
    padding: 4px 8px;

    background-color: #9e9e9e;
    border: none;
    border-radius: 500px;

    font-size: 9pt;
    font-weight: lighter;
    color: #ffffff;
    text-align: center;
}

.game_price_input span bold {
    font-size: 9pt;
    font-weight: lighter;
    color: #ffffff;
    text-align: center;
}

.game_price_input input {
    flex-grow: 1;
    background-color: #ffffff00;
    border: none;
    font-size: 12pt;
    margin-left: 8px;
    color: #212121;
}

.game_price_btn {
    background: url("../images/ic_load_success.png") no-repeat 50% 50%;
    background-size: 30px 30px;
    width: 30px;
    height: auto;
    margin-right: 10px;
    border: none;
    z-index: 5;
}

.loading_btn {
    background: url("../images/loading_spinner.svg") no-repeat 50% 50%;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: none;
    position: absolute;
    left: 15px;
    z-index: 2;
}

.game_price_btn:disabled {
    background: url("../images/ic_load_success_disabled.png") no-repeat 50% 50%;
}

.game_price_value {
    position: relative;
    height: 200%;
    width: 75%;
    right: auto;
    left: 0;
    top: -100%;
    margin-right: auto;
    margin-left: 0;

    background-color: #4caf50;
    border: 1px solid #377b39;
    border-radius: 18px;
    padding: 5px;

    opacity: 0.0;

    display: flex;
    flex-wrap: nowrap;
    flex-flow: row;
    justify-content: space-between;
}

.game_price_value span {
    color: #ffffff;
    font-size: 12pt;
    height: 50%;
}

#gift_card_hint {
    display: block;
    width: 100%;
    height: 20px;
    color: darkred;
    font-size: 14pt;
    margin: 0 auto;
    text-align: center;
}

.main-card small {
    color: #ef5350 !important;
    font-size: 10pt;
    font-weight: lighter;
}

.main-card small ul {
    margin: 10px 0 !important;
    padding: 0 !important;
}

.main-card small li {
    list-style: none;
    line-height: 1;
    margin-bottom: 10px;

    color: #ef5350 !important;
    font-size: 10pt;
    font-weight: lighter;
}

.main-card small li:before {
    content: '\2022';
    font-size: 12pt;
    display: inline-block;
    color: #ef5350 !important;
    text-shadow: 0 0 5px #ef5350;
    margin-left: 5px;

}

.step_section {
    border-left: 1px solid #e0e0e0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
}

.step_section_inputs {
    flex-grow: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.basket_section {
    padding: 10px 50px;
}

.extra-price {
    margin-right: auto;
    padding: 2px 8px;

    color: #ffffff;
    font-size: 10pt;
    font-weight: normal;

    background: #ef5350;
    border: none;
    border-radius: 500px;
}

.extra-price span {
    color: #ffffff;
    font-size: 10pt;
    font-weight: normal;
}

.extra-description {
    width: 100%;
    margin-top: 5px;
    margin-right: 30px;
    padding: 8px 8px;
    text-align: justify;

    color: #616161;
    font-size: 10pt;
    font-weight: lighter;

    background: #ffebee;
    border: 1px solid #ef9a9a;
    border-radius: 18px;
}

.basket_final {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.basket_final_div {
    width: 60%;
    border-left: 2px solid #e0e0e0;
    padding-top: 5px;
}

.basket_price_p {
    display: inline-block;
    margin-top: 5px;

    color: #424242;
    font-size: 15pt;
    font-weight: bold;
}

.basket_price_number {
    float: left;
    margin: auto 2px auto 5px;
    color: #4caf50;
    font-size: 18pt;
    font-weight: bold;
}

.basket_price_number span {
    color: #4caf50;
    font-size: 20pt;
    font-weight: bold;
}

.loading_product {
    background: url("../images/loading_spinner.svg") no-repeat 50% 50%;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    left: 15px;
    z-index: 2;
    opacity: 0.0;
}

.submit_btn {
    border: none;
    background: #4caf5000;
    border-radius: 18px;
    margin: 1px 5px;

    color: #4caf50;
    font-size: 14pt;
    font-weight: bold;
}

.submit_btn:hover span {
    box-shadow: 0 0 6px 3px #4caf50aa;
}

.submit_btn span {
    transition: all 0.1s ease-in-out;

    transform: translateY(25%);
    -ms-transform: translateY(25%);
    margin: auto 8px;
    display: inline-block;
    content: url("../images/ic_shopping.png");
    box-shadow: 0 0 5px 1px #4caf50aa;
    height: 30px;
    width: auto;
    padding: 5px 8px;
    background: #4caf50;
    border-radius: 18px;
}

.tags {
    width: 100%;
    height: auto;
    padding: 20px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.tags span {
    font-family: 'aviny', 'isans', tahoma, 'Open sans', sans-serif !important;
    color: #1d59ff;
    font-size: 20pt;
    font-weight: bold;

    height: auto;
    /*border-bottom: 1px solid #1d59ff;*/
    text-decoration: underline;

    flex-shrink: 0;
}

.tags ul {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    height: auto;
    margin-right: 10px;
    padding: 8px;

    flex-grow: 1;
}

.tags ul li {
    display: inline-block;
    margin: 0 5px;
}

.tags ul li a {
    color: #9e9e9e;
    font-size: 12pt;
    font-weight: lighter;
}

.copyright {
    color: #757575;
    font-size: 12pt;
    font-weight: normal;
    position: relative;
}

.copyright span {
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    color: #e0e0e0;
    opacity: 0.0;
}

#corner-item {
    position: fixed;
    left: -70px;
    /*left: 0;*/
    top: 50%;
    display: inline-block;
    width: 150px;
    height: 150px;
    background: #1d59ff;
    border-radius: 0 25px 25px 0;

    box-shadow: 0 0 8px 1px #1d59ff;

    transition: all 0.5s;
}

#corner-item:hover {
    left: 0;
}

#corner-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 80%;
    margin: 0 auto auto auto;
    height: auto;
}

#corner-item p {
    color: white;
    font-size: 14pt;
    font-weight: bold;
    margin: 0;
    text-align: center;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

#corner-item a {
    text-decoration: none;
}

/*@media (max-width: 575px) {*/
@media (max-width: 1024px) {
    .nav_ {
        padding: 10px 0 !important;
        background-color: #ffffff;
        border-radius: 0px;
    }

    .nav_little_icon {
        margin-right: 0 !important;
        margin-left: 10px;
    }

    .nav-pills .nav-item {
        display: block !important;
        width: 100% !important;
        padding: 0px !important;
        border-top: 1px solid #bdbdbd;
    }

    .nav-pills .nav-link {
        text-align: center;
    }

    .nav-pills .nav-link:not(.active) {
        background: linear-gradient(145deg, #6600ff, #1d59ff);
        background: -webkit-linear-gradient(145deg, #6600ff, #1d59ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        font-weight: bold;
    }

    .nav-pills .nav-link:not(.active):hover {
        border: 2px solid #dbdbdb;
        border-radius: unset !important;
    }

    .nav-pills .nav-link.active {
        background: linear-gradient(145deg, #6600ff, #1d59ff);
        border-radius: unset !important;
        font-size: 18px;
        font-weight: bold;
        color: #fff !important;
    }

    .form-search-bg {
        border: unset;
        border-radius: unset;
        background-color: unset;
        /*position: absolute;*/
    }

    .form-search-bg button {
        /*position: relative;*/
        /*left: 5px;*/
        margin: 8px 5px;
    }

    .form-search-bg input {
        /*position: relative;*/
        /*left: 20px;*/

        width: 100%;

        color: #666c7c;
        font-size: 12pt;
        vertical-align: middle;
        border: none !important;
        padding-right: 4px;
        padding-left: 4px;
        border-radius: unset;
        background-color: unset;

        text-align: center;
    }

    .form-search-bg:hover {
        border: unset !important;
    }

    .form-search-bg:hover button {
        box-shadow: 0 0 5px 1px #1e59ff;
    }

    body {
        background: url("../images/bg-mobile.png") no-repeat;
        background-position-y: 630px;
        background-position-x: -20px;
        background-size: 100% auto;
    }

    /**
    * top section
     */
    #top {
        height: auto;
        overflow: hidden;
    }

    .description-box {
        position: initial;
        margin: 80px 0 0 0;
        -ms-transform: unset;
        transform: unset;
        padding: 5px;

        height: 500px;
        width: 90%;

    }

    #description-arrow {
        position: initial;
        display: block;
        margin: 0 auto 0 0;

        width: 70px;
        height: 70px;

        transform: rotate(135deg);
    }

    #description-video {
        position: relative;
        left: unset;

        -ms-transform: unset;
        transform: unset;
        margin: 15px auto 50px auto;

        border-radius: 25px;
        width: 90vmin;
        height: calc(90vmin * 9 / 16);
        padding-top: unset; /* width multiply to (divide 9 by 16 = 0.5625) */
    }

    #description-video img {

    }

    #play_btn:before {
        mask-size: 70px 70px;
        -webkit-mask-size: 70px 70px;
    }

    /**
    * game and giftcard
     */
    #game, #giftcart {
        height: 100% !important;
    }

    .header_ribbon {
        padding: 2px;
    }

    .header_ribbon p {
        font-size: 25pt;
    }

    .main-card {
        width: 100%;
        height: auto;
        margin: 20px 0;

        border-radius: 25px;

        padding: 10px 10px;
    }

    .step_section {
        border-left: unset;
        border-bottom: 1px solid #e0e0e0;
        display: block;
        position: relative;
        width: 100%;
    }

    .my-vertical-progress {
        width: 50px;
        position: absolute;
        /*height: 100%;*/
        /*right: 0;*/
        /*margin: auto 0;*/
    }

    .step_section_inputs {
        display: inline-block;
        width: calc(100% - 50px);
        height: auto;
        margin-right: 50px;
    }

    .price-div {
        margin: 50px 0;
    }

    .game_price_btn {
        display: inline-block;
        position: relative;
        float: left;
        height: 30px;
    }

    .loading_btn {
        display: inline-block;
        float: left;
        height: 30px;
        position: absolute;
        left: 15px;
    }

    .game_price_div_parent {
        width: 100%;
    }

    .game_price_div {
        display: inline-block;
        width: 80%;
    }

    .game_price_input span {
        position: absolute;
        right: 0;
    }

    .extra_order {
        margin: 50px 0;
    }

    .basket_final {
        width: 100%;
        display: block;
    }

    .basket_final_div {
        width: 100%;
        display: block;
        border-left: unset;
    }

    .basket_price_p {
        display: inline-block;

        font-size: 13pt;
    }

    .basket_price_number {
        float: left;
        margin: auto 2px auto 5px;
        color: #4caf50;
        font-size: 18pt;
        font-weight: bold;
    }

    .submit_btn {
        width: 100%;
    }

    #footer {
        background-color: #eeeeee;
    }

    .tags {
        display: none;
    }

    #corner-item {
        position: fixed;
        left: 0;
        top: 80%;
        display: inline-block;
        width: 100px;
        height: 100px;
    }

    #corner-item p {
        font-size: 12pt;
    }
}