/* Font Family */
@font-face {
    font-family: 'frutigerltstd-bold';
    src: url('../fonts/frutigerltstd-bold/FrutigerLTStd-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'frutigerltstd-cn';
    src: url('../fonts/frutigerltstd-cn/FrutigerLTStd-Cn.otf') format('opentype');
}
@font-face {
    font-family: 'Klavika-bold';
    src: url('../fonts/Klavika/klavika-bold.otf') format('opentype');
}
@font-face {
    font-family: 'proxima-nova-bold';
    src: url('../fonts/proxima-nova-2/Mark Simonson  Proxima Nova Bold.otf') format('opentype');
}
@font-face {
    font-family: 'proxima-nova-regular';
    src: url('../fonts/proxima-nova-2/Mark Simonson  Proxima Nova Regular.otf') format('opentype');
}
@font-face {
    font-family: 'zuume-bold';
    src: url('../fonts/zuume-cufonfonts/Zuume Bold.ttf') format('opentype');
}
@font-face {
    font-family: 'zuume-regular';
    src: url('../fonts/zuume-cufonfonts/Zuume Regular.ttf') format('opentype');
}
@font-face {
    font-family: 'FontsFree-Net-Proxima-Nova-Bold';
    src: url('../fonts/FontsFree-Net-Proxima-Nova-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'impact';
    src: url('../fonts/impact.ttf') format('opentype');
}
@font-face {
    font-family: 'lfaxdi';
    src: url('../fonts/lfaxdi.ttf') format('opentype');
}
@font-face {
    font-family: 'minionpro-bold';
    src: url('../fonts/minionpro-bold.otf') format('opentype');
}
@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/MinionPro-Regular.otf') format('opentype');
}

.webside_design_page .images_wrapper img {
    width: 100%;
    height: 400px;
}
.webside_design_page .video_img {
    margin: auto;
    display: block;
    max-width: 20%;
    margin-top: 30px;
    margin-bottom: 100px;
}
.webside_design_page .preorders-thumbnail h1 {
    color: #000;
    font-family: 'MinionPro-Regular';
    font-weight: 100;
}
.webside_design_page .preorders-thumbnail {
    background-color: transparent;
    max-height: fit-content;
}
.webside_design_page .preorders-thumbnail img {
    width: auto;
    height: auto;
    max-width: 90%;
}

/* Media Queries */
@media (max-width: 1399px) {
    .webside_design_page .images_wrapper img {
        height: 350px;
    }
}
@media (max-width: 1199px) {
    .webside_design_page .images_wrapper img {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .webside_design_page .images_wrapper img {
        height: 250px;
    }
    .webside_design_page .video_img {
        max-width: 30%;
        margin-top: 20px;
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .webside_design_page .images_wrapper img {
        height: 200px;
    }
    .webside_design_page .video_img {
        max-width: 35%;
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .webside_design_page .preorders-thumbnail img {
        max-width: 35%;
    }  
}
@media (max-width: 575px) {
    .webside_design_page .images_wrapper img {
        height: 150px;
    }
}
@media (max-width: 480px) {
    .webside_design_page .images_wrapper img {
        height: 110px;
    }
    .webside_design_page .video_img {
        max-width: 50%;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .webside_design_page .preorders-thumbnail img {
        max-width: 50%;
    }
}
@media (max-width: 380px) {
    .webside_design_page .images_wrapper img {
        height: 80px;
    }
}
@media (max-width: 320px) {
    .webside_design_page .video_img {
        max-width: 60%;
    }
    .webside_design_page .preorders-thumbnail img {
        max-width: 60%;
    }
}

.small_title {
    font-family: 'MinionPro-Regular';
    font-style: normal;
}
.pt-0 {
    padding-top: 0 !important;
}
.cards_page .banner {
    background-image: url('../images/cards-header-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 500px;
    position: relative;
}
.cards_page .banner img {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cards_page .content_main_wrapper {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(150,151,154,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
}
.cards_page .content_devider {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 80px;
}
.cards_page .content_main_wrapper .card_item {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.cards_page .content_main_wrapper .card_item::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 91px;
    background-color: #bcbdbf;
    opacity: .3;
    clip-path: polygon(7% 36%, 88% 36%, 51% 56%);
    z-index: -1;
}
.cards_page .content_main_wrapper .card_item:first-child .right_content img {
    height: 90px;
}
.cards_page .content_main_wrapper .card_item:last-child {
    margin-bottom: 0;
}
.cards_page .content_main_wrapper .right_content {
    background-color: #fff;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 165px;
    border-radius: 75px;
    width: 475px;
    -webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.37);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 34px;
}
.cards_page .content_main_wrapper .right_content::after {
    content: '';
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 300px;
    height: 100px;
    background-color: #dad9d9;
    opacity: .5;
    clip-path: polygon(7% 36%, 88% 36%, 51% 56%);
    z-index: -1;
}
.cards_page .content_main_wrapper .head {
    font-size: 35px;
    font-family: 'zuume-bold';
    font-weight: 900;
    color: #040503;
    margin-bottom: 20px;
}
.cards_page .content_main_wrapper .discription {
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -70px;
}
.cards_page .content_main_wrapper .right_content .discription {
    color: #040503;
    font-size: 14px;
    font-family: sans-serif;
    margin: 0;
}
.cards_page .content_main_wrapper .right_content img {
    width: 65px;
}
.cards_page .content_main_wrapper .left_content {
    position: absolute;
    top: -4px;
    left: -9px;
    background-image: url('../images/box_rounded_shape.svg');
    background-repeat: no-repeat;
    width: 230px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.cards_page .content_main_wrapper .currency {
    font-size: 43px;
    font-weight: 700;
    vertical-align: top;
}
.cards_page .content_main_wrapper .amount {
    font-size: 55px;
    font-family: 'impact';
    margin-left: -75px;
    margin-bottom: 0;
        font-weight: 800;
}
.cards_page .content_main_wrapper .amount span {
    font-size: 45px;
}
.cards_page .addons_wrapper {
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    color: #040503;
    text-align: center;
    position: relative;
    z-index: 1;
}
.cards_page .addons_wrapper::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 90px;
    background-color: #bcbdbf;
    opacity: .3;
    clip-path: polygon(7% 36%, 88% 36%, 51% 56%);
    z-index: -1;
}
.cards_page .addons_wrapper .addons_main_head {
    font-size: 55px;
    font-family: 'zuume-bold';
    margin: 0;
}
.cards_page .addons_wrapper .addons_sub_head {
    font-size: 35px;
    font-family: 'zuume-bold';
    margin: 0;
}
.cards_page .addons_wrapper .addons_sub_head span {
    font-family: 'impact';
}
.cards_page .addons_wrapper .addons_label {
    font-size: 25px;
    font-family: 'lfaxdi';
    white-space: nowrap;
    background-color: #ce202f;
    margin-top: 21px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.cards_page .addons_wrapper .addons_label::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 65px;
    background-color: #bcbdbf;
    opacity: .3;
    clip-path: polygon(7% 36%, 88% 36%, 51% 56%);
    z-index: -1;
}
.cards_page .addons_wrapper .addons_des {
    font-size: 22px;
    font-family: 'proxima-nova-bold';
    color: #040503;
    padding: 0;
    margin: 0;
}
.cards_page .card_info {
    color: #040503;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-family: 'proxima-nova-bold';
    line-height: normal;
}
.cards_page .additional_info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.cards_page .additional_info .left_side_content ul li {
    color: #040503;
    list-style: none;
    position: relative;
    font-size: 22px;
    font-family: 'lfaxdi';
    margin-bottom: 5px;
}
.cards_page .additional_info .left_side_content ul li:before {
    content: '*';
    position: absolute;
    top: 0px;
    left: -15px;
    font-size: 28px;
}
.cards_page .additional_info .right_side_content {
    padding-left: 15px;
}
.cards_page .additional_info .right_side_content .info_head {
    font-size: 22px;
    line-height: normal;
    font-family: 'lfaxdi';
    margin: 0;
    color: #040503;
    padding: 0;
}
.cards_page .additional_info .right_side_content .info_link {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.cards_page .additional_info .left_side_content ul li a,
.cards_page .additional_info .right_side_content .info_link a {
    font-size: 20px;
    color: #000;
}

/* Media Queries */
@media (max-width: 1299px) {
    .cards_page .content_main_wrapper .discription {
        font-size: 14px;
        margin-top: 5px;
    }
    .cards_page .content_main_wrapper .head {
        font-size: 45px;
        margin-bottom: 8px;
    }
    .cards_page .content_main_wrapper .right_content {
        padding-top: 25px;
        padding-left: 175px;
        padding-bottom: 30px;
        width: 550px;
    }
    .cards_page .content_main_wrapper .card_item:first-child .right_content img {
        height: 85px;
    }
    .cards_page .content_main_wrapper .right_content .discription {
        font-size: 16px;
    }
    .cards_page .content_main_wrapper .right_content img {
        width: 62px;
    }
    .cards_page .addons_wrapper .addons_main_head {
        font-size: 50px;
    }
    .cards_page .addons_wrapper .addons_label {
        font-size: 22px;
        margin-top: 18px;
        margin-bottom: 22px;
    }
    .cards_page .addons_wrapper .addons_des {
        font-size: 20px;
    }
    .cards_page .addons_wrapper .addons_sub_head {
        font-size: 32px;
    }
    .cards_page .additional_info .left_side_content ul li,
    .cards_page .additional_info .right_side_content .info_head {
        font-size: 20px;
    }
    .cards_page .additional_info .left_side_content ul li a,
    .cards_page .additional_info .right_side_content .info_link a {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .cards_page .banner {
        height: 300px;
    }
    .cards_page .banner img {
        width: 500px;
    }
    .cards_page .content_main_wrapper .left_content {
        width: 150px;
        height: 100px;
        padding: 15px;
        top: -2px;
    }
    .cards_page .content_main_wrapper .amount {
        font-size: 30px;
        margin-left: -45px;
        padding-bottom: 2px;
    }
    .cards_page .content_main_wrapper .amount span {
        font-size: 25px;
    }
    .cards_page .content_main_wrapper .discription {
        font-size: 10px;
        margin-top: 0;
        margin-left: -45px;
    }
    .cards_page .content_main_wrapper .head {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .cards_page .content_main_wrapper .right_content {
        padding-top: 20px;
        padding-left: 105px;
        padding-right: 25px;
        padding-bottom: 18px;
        width: 350px;
    }
    .cards_page .content_main_wrapper .card_item:first-child .right_content img {
        height: 55px;
    }
    .cards_page .content_main_wrapper .right_content .discription {
        font-size: 12px;
    }
    .cards_page .content_main_wrapper .right_content img {
        width: 40px;
    }
    .cards_page .addons_wrapper .addons_main_head {
        font-size: 45px;
    }
    .cards_page .addons_wrapper .addons_label {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 19px;
    }
    .cards_page .addons_wrapper .addons_des {
        font-size: 18px;
    }
    .cards_page .addons_wrapper .addons_sub_head {
        font-size: 29px;
    }
    .cards_page .additional_info .left_side_content ul li,
    .cards_page .additional_info .right_side_content .info_head {
        font-size: 17px;
    }
    .cards_page .additional_info .left_side_content ul li a,
    .cards_page .additional_info .right_side_content .info_link a {
        font-size: 16px;
    }

}
@media (max-width: 767px) {
    .cards_page .banner {
        height: 250px;
    }
    .cards_page .banner img {
        width: 400px;
    }
    .cards_page .content_main_wrapper .card_item {
        margin-bottom: 70px;
    }
    .cards_page .content_main_wrapper .left_content {
        width: 100px;
        height: 100px;
        padding: 10px;
        top: -45px;
        left: 50%;
        transform: translate(-50%, 0);
        background-image: none;
        border: 5px solid #ba1818;
        border-radius: 100%;
        background-color: #000001;
    }
    .cards_page .content_main_wrapper .right_content {
        padding-top: 55px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        width: 270px;
        border-radius: 40px;
    }
    .cards_page .content_main_wrapper .right_content img {
        width: 40px;
    }
    .cards_page .content_main_wrapper .head {
        font-size: 30px;
        margin-bottom: 0;
    }
    .cards_page .content_main_wrapper .amount {
        font-size: 35px;
        margin-left: 0;
    }
    .cards_page .content_main_wrapper .discription {
        margin-left: 0;
    }
    .cards_page .addons_wrapper {
        padding: 15px;
    }
    .cards_page .addons_wrapper .addons_main_head {
        font-size: 40px;
    }
    .cards_page .addons_wrapper .addons_label {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .cards_page .addons_wrapper .addons_des {
        font-size: 17px;
    }
    .cards_page .addons_wrapper .addons_sub_head {
        font-size: 27px;
    }
    .cards_page .content_devider {
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .cards_page .content_main_wrapper {
        padding-top: 21px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .cards_page .card_info {
        font-size: 20px;
    }
    .cards_page .additional_info .left_side_content ul li, .cards_page .additional_info .right_side_content .info_head {
        font-size: 16px;
    }
    .cards_page .additional_info .left_side_content ul li:before {
        left: -12px;
        font-size: 24px;
    }
    .cards_page .additional_info .left_side_content ul li a, .cards_page .additional_info .right_side_content .info_link a {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .cards_page .banner {
        height: 180px;
    }
    .cards_page .banner img {
        width: 300px;
    }
    .cards_page .content_devider {
        flex-direction: column-reverse;
    }
    .cards_page .content_devider {
        margin-top: 0px;
    }
    .cards_page .content_main_wrapper .card_item {
        margin-bottom: 0;
        margin-top: 70px;
    }
    .cards_page .content_main_wrapper .right_content {
        width: 100%;
        padding-top: 45px;
        padding-bottom: 15px;
    }
    .cards_page .content_main_wrapper .amount {
        font-size: 30px;
    }
    .cards_page .additional_info {
        flex-direction: column;
    }
    .cards_page .additional_info .right_side_content {
        padding-left: 0;
        margin-top: 10px;
    }
    .cards_page .additional_info .left_side_content ul li {
        font-size: 18px;
        margin-bottom: 1px;
    }
    .cards_page .additional_info .right_side_content .info_head {
        font-size: 18px;
    }
    .cards_page .card_info {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .cards_page .content_main_wrapper .left_content {
        width: 85px;
        height: 85px;
        top: -35px;
    }
    .cards_page .content_main_wrapper .amount {
        font-size: 25px;
    }
    .cards_page .content_main_wrapper .amount span {
        font-size: 20px;
    }
}
@media (max-width: 380px) {
    .cards_page .card_info {
        font-size: 16px;
    }
    .cards_page .additional_info .left_side_content ul li,
    .cards_page .additional_info .right_side_content .info_head {
        font-size: 16px;
        margin-bottom: 1px;
    }
    .cards_page .additional_info .left_side_content ul li:before {
        left: -12px;
        font-size: 22px;
    }
}
@media (max-width: 320px) {
            
}
        .comic_cgc_page {
            color: #000;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 15px;
        }
        .comic_cgc_page .banner img {
            position: relative;
            z-index: -1;
            width: 100%;
        }
        .comic_cgc_page .comics_list_wrapper {
            margin-top: -20px;
        }
        .comic_cgc_page .comics_list_wrapper thead tr th {
            color: #fff;
            background-color: #d41c31;
            font-size: 22px;
            line-height: normal;
            font-family: 'Klavika-bold';
            font-weight: 700;
            position: relative;
        }
        .comic_cgc_page .comics_list_wrapper thead tr th::after {
            content: '';
            position: absolute;
            right: 0;
            top: 7px;
            border-right: 1px solid #fff;
            height: 80%;
        }
        .comic_cgc_page .comics_list_wrapper thead tr th:last-child::after {
            border-right: none;
        }
        .comic_cgc_page .comics_list_wrapper tbody tr td {
            font-family: inherit;
            font-size: 35px;
            padding-top: 40px;
            padding-bottom: 0px;
        }
        .comic_cgc_page .comics_list_wrapper tbody tr td div {
            font-size: 20px;
            font-family: 'sans-serif';
        }
        .comic_cgc_page .comics_list_wrapper tbody tr td .des {
            font-size: 18px;
            line-height: normal;
            font-family: 'MinionPro-Regular';
            font-weight: 100;
            padding-left: 0;
        }
        .comic_cgc_page .comics_list_wrapper tbody tr td .first_title span  {
            font-size: 18px;
            vertical-align: super;
            margin-top: 10px;
        }
        .comic_cgc_page .comics_list_wrapper tr td {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 30px;
            width: 33%;
            background-color: #fff;
            border: none;
            line-height: normal;
        }
        .comic_cgc_page .comics_list_wrapper tr th:nth-child(2),
        .comic_cgc_page .comics_list_wrapper tr th:nth-child(3) {
            text-align: center;
        }
        .comic_cgc_page .comics_list_wrapper tr td:nth-child(2),
        .comic_cgc_page .comics_list_wrapper tr td:nth-child(3) {
            font-family: 'Klavika-bold';
            text-align: center;
        }
        .comic_cgc_page .shipping_info {
            font-size: 20px;
            font-family: 'minionpro-bold';
            line-height: normal;
            font-weight: 700;
            text-align: center;
            color: #000;
            border-top: 2px solid #231f20;
            border-bottom: 1px solid #5b5858;
            margin-top: 52px;
            padding-top: 15px;
        }
        .comic_cgc_page .shipping_info::before {
            content: '';
            background-image: url('../images/star_icon_black.png');
            width: 15px;
            height: 15px;
            display: inline-block;
        }
        .comic_cgc_page .additional_info {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .comic_cgc_page .additional_info .left_content ul li {
            list-style: none;
            position: relative;
            font-size: 20px;
            font-family: 'MinionPro-Regular';
            margin-bottom: 5px;
        }
        .comic_cgc_page .additional_info .left_content ul li:before {
            content: '';
            position: absolute;
            top: 4px;
            left: -23px;
            background-image: url('../images/star_icon_black.png');
            width: 15px;
            height: 15px;
        }
        .comic_cgc_page .additional_info .right_content {
            text-align: right;
        }
        .comic_cgc_page .additional_info .right_content .info_head {
            font-size: 30px;
            margin: 0;
            padding: 0;
        }
        .comic_cgc_page .additional_info .right_content .info_link {
            font-size: 25px;
            margin: 0;
            padding: 0;
        }
        .comic_cgc_page .additional_info .left_content ul li a,
        .comic_cgc_page .additional_info .right_content .info_link a {
            color: #000;
        }
    
        /* Media Queries */
        @media (max-width: 991px) {
            .comic_cgc_page .comics_list_wrapper {
                margin-top: -15px;
            }
            .comic_cgc_page .comics_list_wrapper thead tr th {
                font-size: 19px;
            }
            .comic_cgc_page .comics_list_wrapper tbody tr td {
                font-size: 32px;
                padding-top: 30px;
            }
            .comic_cgc_page .comics_list_wrapper tbody tr td .des {
                font-size: 16px;
            }
            .comic_cgc_page .comics_list_wrapper tbody tr td span {
                font-size: 15px;
            }
            .comic_cgc_page .additional_info .left_content ul li {
                font-size: 18px;
                margin-bottom: 3px;
            }
            .comic_cgc_page .additional_info .right_content .info_head {
                font-size: 25px;
            }
            .comic_cgc_page .additional_info .right_content .info_link {
                font-size: 20px;
            }
        }
        @media (max-width: 767px) {
            .comic_cgc_page {
                padding-left: 15px;
                padding-right: 15px;
                padding-bottom: 10px;
            }
            .comic_cgc_page .comics_list_wrapper {
                margin-top: -10px;
            }
            .comic_cgc_page .comics_list_wrapper thead tr th {
                font-size: 16px;
            }
            .comic_cgc_page .comics_list_wrapper tbody tr td {
                font-size: 29px;
            }
            .comic_cgc_page .comics_list_wrapper tbody tr td .des {
                font-size: 13px;
                padding-left: 0;
                padding-right: 0;
                padding-bottom: 0;
            }
            .comic_cgc_page .comics_list_wrapper tbody tr td span {
                font-size: 13px;
            }
            .comic_cgc_page .shipping_info {
                font-size: 16px;
                margin-top: 35px;
                padding-top: 10px;
            }
            .comic_cgc_page .additional_info .left_content ul li {
                font-size: 16px;
                margin-bottom: 1px;
            }
            .comic_cgc_page .additional_info .right_content .info_head {
                font-size: 20px;
            }
            .comic_cgc_page .additional_info .right_content .info_link {
                font-size: 17px;
            }
        }
        @media (max-width: 575px) {
            .comic_cgc_page {
                padding-left: 10px;
                padding-right: 10px;
                padding-bottom: 5px;
            }
            .comic_cgc_page .comics_list_wrapper {
                margin-top: -5px;
            }
            .comic_cgc_page .comics_list_wrapper tr td {
                padding: 10px;
            }
            .comic_cgc_page .comics_list_wrapper thead tr th {
                font-size: 14px;
            }
            .comic_cgc_page .comics_list_wrapper tbody tr td {
                font-size: 27px;
                padding-top: 15px;
            }
            .comic_cgc_page .additional_info {
                flex-direction: column;
                align-items: flex-start;
            }
            .comic_cgc_page .additional_info .right_content {
                text-align: left;
            }
        }
        @media (max-width: 380px) {
            .comic_cgc_page .comics_list_wrapper {
                margin-top: -3px;
            }
            .comic_cgc_page .comics_list_wrapper tr td {
                padding: 5px;
            }
            .comic_cgc_page .comics_list_wrapper thead tr th {
                font-size: 12px;
            }
            .comic_cgc_page .comics_list_wrapper thead tr th::after {
                top: 7px;
                height: 75%;
            }
            .comic_cgc_page .shipping_info {
                font-size: 14px;
                margin-top: 20px;
            }
            .comic_cgc_page .additional_info .right_content .info_head {
                font-size: 16px;
            }
        }
        .comic_cgc_signaturepage.comic_cgc_page .comics_list_wrapper thead tr th {
            color: #231f1f;
            background-color: #febb15;
            font-size: 22px;
            line-height: normal;
            font-family: 'Klavika-bold';
            font-weight: 700;
            position: relative;
        }

        .comic_cgc_signaturepage .shipping_info {
            font-size: 20px;
            font-family: 'minionpro-bold';
            line-height: normal;
            font-weight: 600;
            text-align: start;
            color: #000;
            margin-top: 52px;
            padding-top: 15px;
            padding-left: 0;
            padding-right: 0;
            border: unset;
        }

        .comic_cgc_signaturepage .shipping_info {
            font-weight: 400;
            font-family: 'MinionPro-Regular';
        }

        .comic_cgc_signaturepage .info_head {
            font-size: 21px;
            color: #000;
            padding-bottom: 0;
            margin-bottom: 0;
            line-height: normal;
            margin-top: 25px;
            font-weight: 400;
        }

        .comic_cgc_signaturepage .info_link {
            padding: 0;
        }

        .comic_cgc_signaturepage .info_link a {
            font-size: 20px;
            color: #000;
            padding: 0;
        }

        .comic_cgc_signaturepage .signaturepage-img {
            height: 150px;
        }
        /*  */
        .games_section .preordersli{height: 500px;}
        .games_section .preordersli.height-auto{height: auto;}
        @media (max-width: 1200px) {
            .games_section .preordersli{height: 390px;}
        }
        @media (max-width: 768px) {
            .games_section .preordersli{height:auto;}
        }

        /* JSACARD */
        .cards_page .jsacard-img {
            height: 400px;
        }

        .cards_page .bg-6d6e70 {
            background-color: #6d6e70;
            padding: 20px 50px;
            color: #fff !important;
        }

        .cards_page .additional_info {
            margin-top: 0;
        }

        .cards_page .bg-6d6e70 .card_info {
            color: #fff;
        }

        .cards_page .bg-6d6e70 ul li,
        .cards_page .bg-6d6e70 ul li a,
        .cards_page .bg-6d6e70 a {
            color: #fff !important;
        }

        .cards_page .bg-6d6e70 .info_head {
            color: #fff !important;
        }

        .cards_page .bg-6d6e70 .info_link {
            color: #fff !important;
        }

        .signaturecard .w-100 img {
            width: 100% !important;
            top: 280px
        }

        .signaturecard .banner {
            height: 450px;
        }

        @media (max-width:576px) {
            .signaturecard .w-100 img {
                top: 50%;
            }

            .signaturecard .banner {
                height: 180px;
            }

        }

        @media (max-width:767px) {
            .signaturecard .w-100 img {
                top: 50%;
            }

            .signaturecard .banner {
                height: 250px;
            }
        }

        @media (max-width: 991px) {
            .signaturecard .w-100 img {
                top: 50%;
            }

            .signaturecard .banner {
                height: 300px;
            }

        }

        .forms_page {
            text-align: center;
        }
        .forms_page .preordersul {
            display: flex !important;
            justify-content: center !important;
            gap: 15px;
        }
        .forms_page .preorders-thumbnail {
            border: 5px solid #000;
        }
        .forms_page .preorders-thumbnail img {
            width: auto;
            height: 250px;
        }
        @media (max-width: 991px) {
            .forms_page .preordersul {
                flex-direction: column;
            }
            .forms_page .preorders-thumbnail img {
                width: 100%;
                height: auto;
            }
        }
        .video_games_page .section_wrapper {
            padding-top: 50px;
            padding-right: 10px;
            padding-bottom: 15px;
            padding-left: 10px;
        }
        .video_games_page .main_bg_wrapper {
            background-image: url('../images/background.png');
            color: #fff;
            background-position: bottom;
        }
        .video_games_page .video_game_img_one {
            margin: auto;
            display: block;
            width: 550px;
        }
        .video_games_page .video_game_img_two {
            margin-top: 55px;
            margin-bottom: -80px;
        }
        .video_games_page .heading_lines {
            position: relative;
            text-align: center;
            margin-left: -10px;
            margin-right: -10px;
        }
        .video_games_page .heading_lines .line_one,
        .video_games_page .heading_lines .line_two,
        .video_games_page .heading_lines .line_three {
            position: absolute;
            top: 1px;
            left: 0;
            background-color: #757679;
            width: 100%;
            height: 1px;
            z-index: 1;
        }
        .video_games_page .heading_lines .line_one {
            top: 35px;
        }
        .video_games_page .heading_lines .line_two {
            top: 39px;
        }
        .video_games_page .heading_lines .line_three {
            top: 43px;
        }
        .video_games_page .heading_lines .heading_one {
            background-color: #fff;
            border: 1px solid #d30d2b;
            color: #231f20;
            font-size: 32px;
            font-family: 'FontsFree-Net-Proxima-Nova-Bold';
            display: inline-block;
            padding-top: 5px;
            padding-right: 27px;
            padding-bottom: 5px;
            padding-left: 27px;
            border-radius: 15px;
            z-index: 2;
            position: relative;
        }
        .video_games_page .para {
            font-size: 24px;
            font-family: 'proxima-nova-regular';
            line-height: 34px;
            padding: 0;
        }
        .video_games_page .text_center {
            text-align: center;
        }
        .video_games_page .grading_items_wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 80%;
            margin: auto;
            margin-top: 20px;
            margin-bottom: 50px;
        }
        .video_games_page .grading_items_wrapper .grading_item {
            position: relative;
        }
        .video_games_page .grading_items_wrapper .right_content {
            background-color: #fff;
            padding-top: 45px;
            padding-right: 45px;
            padding-bottom: 35px;
            padding-left: 95px;
            border-radius: 40px;
            width: 390px;
        }
        .video_games_page .grading_items_wrapper .head {
            font-size: 32px;
            font-weight: 100;
            font-family: 'proxima-nova-bold';
            color: #040503;
            margin-bottom: 0;
        }
        .video_games_page .grading_items_wrapper .discription {
            font-size: 18px;
            font-family: 'FontsFree-Net-Proxima-Nova-Bold';
            color: #040503;
        }
        .video_games_page .grading_items_wrapper .left_content {
            position: absolute;
            top: -5px;
            left: -80px;
            border: 10px solid #ba1818;
            border-radius: 100%;
            width: 160px;
            height: 160px;
            background-color: #000001;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: end;
            padding: 25px;
        }
        .video_games_page .grading_items_wrapper .currency {
            font-size: 35px;
            font-family: 'Klavika-bold';
            vertical-align: top;
        }
        .video_games_page .grading_items_wrapper .amount {
            font-size: 60px;
            font-family: 'Klavika-bold';
        }
        .video_games_page .grading_items_wrapper .left_content .upper_discription {
            color: #fff;
            padding: 0;
            margin-bottom: -5px;
            font-size: 21px;
            font-family: 'zuume-bold';
            margin-top: 4px;
        }
        .video_games_page .grading_items_wrapper .left_content .discription {
            color: #fff;
            padding: 0;
            margin: 0;
            font-size: 13px;
        }
        .video_games_page .heading_lines .heading_two {
            background-color: #000001;
            font-size: 45px;
            font-family: 'zuume-bold';
            color: #fff;
            padding-top: 7px;
            padding-bottom: 12px;
            padding-right: 35px;
            position: relative;
        }
        .video_games_page .heading_lines .heading_two::after {
            content: '';
            border: 1px solid #d30d2b;
            border-radius: 15px;
            position: absolute;
            top: -12px;
            left: -12px;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
        .video_games_page .services_items_wrapper {
            margin-top: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 18px;
        }
        .video_games_page .services_items_wrapper.custom_margin {
            margin-top: 18px;
        }
        .video_games_page .services_items_wrapper .services_item {
            background-color: #fff;
            color: #040503;
            padding-top: 16px;
            padding-right: 26px;
            padding-bottom: 10px;
            padding-left: 26px;
            border-radius: 40px;
            text-align: center;
            border: 4px solid #9c878d;
            width: 30%;
        }
        .video_games_page .services_items_wrapper .services_item .head {
            font-size: 28px;
            font-family: 'zuume-bold';
            margin-bottom: -5px;
        }
        .video_games_page .services_items_wrapper .services_item .discription {
            font-size: 23px;
            font-family: 'proxima-nova-bold';
            line-height: 22px;
            text-transform: none;
            color: #040503;
            margin: 0;
        }
        .video_games_page .services_items_wrapper .services_item .custom_alignment {
            margin-top: 20px;
        }
        .video_games_page .services_items_wrapper .services_item .currency {
            font-size: 55px;
            font-family: 'impact';
            vertical-align: super;
            margin-right: -3px;
        }
        .video_games_page .services_items_wrapper .services_item .amount {
            font-size: 70px;
            font-family: 'Klavika-bold';
        }
        .video_games_page .fees_details {
            background-image: url('../images/red_bg.png');
            background-size: cover;
            background-repeat: no-repeat;
            text-align: center;
            position: relative;
        }
        .video_games_page .fees_details::before {
            content: '';
            position: absolute;
            top: 0;
            left: 55px;
            background-image: url('../images/bar-code.png');
            background-size: contain;
            background-repeat: no-repeat;
            width: 120px;
            height: 100%;
        }
        .video_games_page .fees_details .fees_head {
            font-size: 35px;
            font-family: 'MinionPro-Regular';
            line-height: 40px;
            margin: 0;
        }
        .video_games_page .fees_details .fees_head:first-child {
            margin-bottom: 15px;
        }
        .video_games_page .heading_three {
            color: #fff;
            font-size: 70px;
            font-family: 'zuume-bold';
        }
        .video_games_page .heading_four {
            font-size: 40px;
            font-family: 'zuume-bold';
            margin: 0;
        }
        .video_games_page .video_games_wrapper {
            margin-top: 30px;
        }
        .video_games_page .video_games_wrapper .video_games_item {
            position: relative;
            margin-bottom: 38px;
        }
        .video_games_page .video_games_wrapper .video_games_item:last-child {
            margin-bottom: 10px;
        }
        .video_games_page .video_games_wrapper .right_content {
            background-color: #fff;        
            padding-top: 30px;
            padding-right: 15px;
            padding-bottom: 15px;
            padding-left: 190px;
            height: 150px;
            border-radius: 90px;
            display: flex;
        }
        .video_games_page .video_games_wrapper .right_content ul:first-child {
            width: 50%;
        }
        .video_games_page .video_games_wrapper .right_content ul li {
            color: #040503;
            list-style: none;
            position: relative;
            font-size: 22px;
            font-family: 'proxima-nova-bold';
            margin-bottom: 1px;
        }
        .video_games_page .video_games_wrapper .right_content ul li::before {
            content: '';
            position: absolute;
            top: 0;
            left: -23px;    
            background-image: url('../images/arrow_check.png');
            width: 19px;
            height: 18px;
        }
        .video_games_page .video_games_wrapper .left_content {
            position: absolute;
            top: -5px;
            left: 0;
            border: 10px solid #ba1818;
            border-radius: 100%;
            width: 160px;
            height: 160px;
            background-color: #000001;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .video_games_page .video_games_wrapper .left_content .discription {
            font-size: 30px;
            font-family: 'zuume-bold';
            text-align: center;
            line-height: 27px;
            margin-bottom: -12px;
        }
        .video_games_page .additional_info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px;
        }
        .video_games_page .additional_info .left_content ul li {
            color: #fff;
            list-style: none;
            position: relative;
            font-size: 20px;
            font-family: 'lfaxdi';
            font-weight: 100;
            margin-bottom: 5px;
            padding-left: 90px;
        }
        .video_games_page .additional_info .left_content ul li:before {
            content: '';
            position: absolute;
            top: 4px;
            left: -23px;
            background-image: url('../images/star_icon.png');
            width: 15px;
            height: 15px;
        }
        .video_games_page .additional_info .right_content {
            margin-right: 90px;
        }
        .video_games_page .additional_info .right_content .info_head {
            font-size: 30px;
            margin: 0;
            padding: 0;
        }
        .video_games_page .additional_info .right_content .info_link {
            font-size: 25px;
            margin: 0;
            padding: 0;
        }
    
        /* Media Queries */
        @media (max-width: 1199px) {
            .video_games_page .grading_items_wrapper {
                max-width: 85%;
            }
            .video_games_page .grading_items_wrapper .right_content {
                width: 350px;
            }
            .video_games_page .fees_details::before {
                width: 110px;
            }
            .video_games_page .grading_items_wrapper .head {
                font-size: 30px;
            }
            .video_games_page .grading_items_wrapper .discription {
                font-size: 16px;
            }
        }
        @media (max-width: 1080px) {
            .video_games_page .additional_info .left_content ul li {
                font-size: 18px;
                padding-left: 50px;
            }
            .video_games_page .additional_info .right_content {
                margin-right: 50px;
            }
            .video_games_page .additional_info .right_content .info_head {
                font-size: 25px;
            }
            .video_games_page .additional_info .right_content .info_link {
                font-size: 22px;
            }
            .video_games_page .fees_details .fees_head {
                font-size: 30px;
                line-height: 35px;
            }
        }
        @media (max-width: 991px) {
            .video_games_page .fees_details::before {
                width: 90px;
            }
            .video_games_page .section_wrapper.fees_details {
                padding-top: 30px;
                padding-bottom: 10px;
            }
            .video_games_page .section_wrapper {
                padding-top: 50px;
            }
            .video_games_page .video_game_img_one {
                width: 450px;
                margin-bottom: -40px;
            }
            .video_games_page .grading_items_wrapper {
                flex-direction: column;         
            }
            .video_games_page .grading_items_wrapper .grading_item:first-child {
                margin-bottom: 30px;
            }
            .video_games_page .services_items_wrapper .services_item {
                width: 45%;
                padding-left: 0;
                padding-right: 0;
            }
            .video_games_page .fees_details .fees_head {
                font-size: 27px;
                line-height: 35px;
            }
            .video_games_page .fees_details .fees_head:first-child {
                margin-bottom: 5px;
            }
            .video_games_page .additional_info .left_content ul li {
                padding-left: 0;
                font-size: 16px;
                margin-bottom: 3px;
            }
            .video_games_page .additional_info .right_content .info_head {
                font-size: 18px;
            }
            .video_games_page .additional_info .right_content .info_link {
                font-size: 20px;
            }
            .video_games_page .additional_info .right_content {
                margin-right: 0;
            }
        }
        @media (max-width: 979px) {
            .video_games_page .video_games_wrapper .right_content {
                padding-top: 15px;
            }
        }
        @media (max-width: 850px) {
            .video_games_page .fees_details .fees_head {
                font-size: 21px;
                line-height: 31px;
            }
        }
        @media (max-width: 767px) {
            .video_games_page .video_game_img_one {
                width: 380px;
                margin-bottom: -60px;
            }
            .video_games_page .heading_lines .heading_one {
                font-size: 23px;
            }        
            .video_games_page .para {
                font-size: 18px;
                line-height: 28px;
            }
            .video_games_page .services_items_wrapper .services_item .head {
                font-size: 25px;
            }
            .video_games_page .services_items_wrapper .services_item .discription {
                font-size: 16px;
                line-height: 18px;
            }
            .video_games_page .services_items_wrapper .services_item .currency {
                font-size: 35px;
            }
            .video_games_page .services_items_wrapper .services_item .amount {
                font-size: 55px;
            }
            .video_games_page .fees_details {
                text-align: left;
            }
            .video_games_page .fees_details::before {
                width: 87px;
                left: auto;
                right: 10px;
                top: 23px;
            }
            .video_games_page .fees_details .fees_head {
                font-size: 19px;
                line-height: 29px;
            }
            .video_games_page .heading_three {
                font-size: 60px;
                line-height: 70px;
            }
            .video_games_page .heading_four {
                font-size: 30px;
                line-height: 40px;
            }
            .video_games_page .video_games_wrapper {
                margin-top: 75px;
            }
            .video_games_page .video_games_wrapper .video_games_item {
                margin-bottom: 100px;
            }
            .video_games_page .video_games_wrapper .left_content {
                top: -60px;
                left: 50%;
                transform: translate(-50%, 0);
                width: 120px;
                height: 120px;
                border-width: 5px;
            }
            .video_games_page .video_games_wrapper .left_content .discription {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 0px;
            }
            .video_games_page .video_games_wrapper .right_content {
                padding-left: 15px;
                padding-top: 80px;
                height: auto;
                border-radius: 40px;
                justify-content: space-between;
            }
            .video_games_page .grading_items_wrapper {
                margin-top: 80px;
                align-items: center;
            }
            .video_games_page .grading_items_wrapper .grading_item:first-child {
                margin-bottom: 90px;
            }
            .video_games_page .grading_items_wrapper .amount {
                font-size: 40px;
            }
            .video_games_page .grading_items_wrapper .currency {
                font-size: 25px;
            }
            .video_games_page .grading_items_wrapper .right_content {
                padding-top: 70px;
                padding-right: 10px;
                padding-bottom: 15px;
                padding-left: 10px;
                text-align: center;
                width: 250px;
                height: 150px;
            }
            .video_games_page .grading_items_wrapper .left_content {
                top: -60px;
                left: 50%;
                transform: translate(-50%, 0px);
                width: 120px;
                height: 120px;
                padding: 20px;
                border-width: 5px;
            }
            .video_games_page .grading_items_wrapper .left_content .upper_discription {
                margin-bottom: -6px;
                font-size: 15px;
                margin-top: 0px;
            }
            .video_games_page .grading_items_wrapper .head {
                font-size: 25px;
            }
            .video_games_page .grading_items_wrapper .discription {
                font-size: 15px;
            }
            .video_games_page .additional_info .left_content ul li {
                font-size: 15px;
                margin-bottom: 1px;
            }
            .video_games_page .additional_info .right_content .info_head {
                font-size: 16px;
            }
            .video_games_page .additional_info .right_content .info_link {
                font-size: 15px;
            }
        }
        @media (max-width: 575px) {
            .video_games_page .fees_details .fees_head {
                font-size: 17px;
                line-height: 27px;
            }
            .video_games_page .fees_details::before {
                width: 75px;
                top: 32px;
            }
            .video_games_page .additional_info {
                flex-direction: column;
                align-items: flex-start;
            }
            .video_games_page .grading_items_wrapper {
                max-width: 100%;
                margin-top: 70px;
                margin-bottom: 30px;
            }
            .video_games_page .video_games_wrapper .right_content ul li {
                font-size: 18px;
            }
            
        }
        @media (max-width: 480px) {
            .video_games_page .heading_lines .heading_one {
                font-size: 20px;
            }
            .video_games_page .video_game_img_one {
                width: 300px;
            }
            .video_games_page .services_items_wrapper .services_item {
                width: 100%;
            }
            .video_games_page .section_wrapper.fees_details {
                text-align: center;
            }
            .video_games_page .fees_details::before {
                display: none;
            }
            .video_games_page .video_game_img_two {
                margin-top: 20px;
            }
            .video_games_page .heading_three {
                font-size: 45px;
                line-height: 55px;
            }
            .video_games_page .heading_four {
                font-size: 25px;
                line-height: 35px;
            }
            .video_games_page .video_games_wrapper .left_content .discription {
                font-size: 20px;
                line-height: 20px;
            }
            .video_games_page .video_games_wrapper .left_content {
                top: -45px;
                width: 100px;
                height: 100px;
            }
            .video_games_page .video_games_wrapper .right_content {
                flex-direction: column;
                padding-top: 65px;
                padding-bottom: 10px;
            }
            .video_games_page .video_games_wrapper .video_games_item {
                margin-bottom: 60px;
            }
            .video_games_page .video_games_wrapper .right_content ul {
                margin-bottom: 0;
            }
            .video_games_page .video_games_wrapper .right_content ul:first-child {
                width: auto;
                
            }
            .video_games_page .video_games_wrapper .right_content ul li {
                font-size: 16px;
            }
            .video_games_page .grading_items_wrapper .grading_item,
            .video_games_page .grading_items_wrapper .right_content {
                width: 100%;
            }
            .video_games_page .grading_items_wrapper {
                align-items: flex-start;
            }
            .video_games_page .grading_items_wrapper .amount {
                font-size: 40px;
            }
            .video_games_page .grading_items_wrapper .left_content .discription {
                font-size: 9px;
                font-weight: 700;
            }
            .video_games_page .grading_items_wrapper .left_content .upper_discription {
                margin-bottom: -9px;
                font-size: 13px;
                margin-top: -1px;
            }
            .video_games_page .grading_items_wrapper .grading_item:first-child {
                margin-bottom: 60px;
                width: 100%;
            }
            .video_games_page .grading_items_wrapper .left_content {
                top: -45px;
                width: 100px;
                height: 101px;
                padding: 10px;
            }
            .video_games_page .services_items_wrapper {
                margin-top: 20px;
            }
        }
        @media (max-width: 320px) {
            .video_games_page .video_game_img_one {
                width: 250px;
            }        
        }

        /* 1-8-2024 */
        .content_main_wrapper .mb-50{padding-bottom: 50px;}
        .content_main_wrapper .card_item .main_content .hed{
            background: #e11414;text-align: center;font-size: 30px;
        }
        .content_main_wrapper .card_item .main_content .row{
            padding: 40px 90px;
        }
        
        .content_main_wrapper .card_item .main_content .row:after,.content_main_wrapper .card_item .main-row:after  {
            content: "";
            display: table;
            clear: both;
          }
          .content_main_wrapper .card_item .main-row .column-1{
            float: left;
            width: 15%;
            padding: 10px;
          }
          .content_main_wrapper .card_item .main-row .column-2{
            float: right;
            width: 85%;
            padding: 10px;
          }
          .content_main_wrapper .card_item .main_content .row .column {
            float: left;
            width: 33%;
            padding: 10px;
          }
          .content_main_wrapper .card_item .white-box{
            background-color: #fff;border-radius:25px ;border-radius: 130px;
            -webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.37);
            -moz-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.37);
            box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.37);

          }
          .content_main_wrapper .card_item .text-dark{color:#000;}
          .text-center{text-align: center;}
          .content_main_wrapper .card_item .add_content{
            font-size: 40px;
            color: #000;
            font-weight: 900;
            font-family: 'zuume-bold';
            margin-top: 100px;
            margin-right: 25px;
            display: flex;
          }
          @media (max-width:1200px){
            .content_main_wrapper .card_item .main-row .column-1{
                width: 20%;
            }
            .content_main_wrapper .card_item .main-row .column-2{
                width: 80%;
            }
          }

          @media (max-width:992px){
            .content_main_wrapper .card_item .add_content{display: block;width: 100%;}
            .content_main_wrapper .card_item .main_content .row .column ,.content_main_wrapper .card_item .main-row .column-2,.content_main_wrapper .card_item .main-row .column-1{ width: 100%; }
            .content_main_wrapper .card_item .add_content{text-align: center;}
        }
        @media (max-width: 1499px) {
            .video_games_page .fees_details::before{left: 0;right: 0;margin: 0 auto;}
            .video_games_page .section_wrapper.fees_details {padding-top: 140px;}
        }
        @media (max-width: 1199px) {
            .video_games_page .fees_details::before{left: 0;right: 0;margin: 0 auto;}
            .video_games_page .section_wrapper.fees_details {padding-top: 120px;}
        }
        @media (max-width: 991px) and (min-width:768px) {
            .video_games_page .section_wrapper.fees_details {padding-top: 100px!important;padding-bottom: 10px;}
            .video_games_page .fees_details::before{left: 0;right: 0;margin:0 auto ;}
        }
        @media (max-width: 767px) and (min-width:481px) {
            .video_games_page .section_wrapper.fees_details {padding-top: 100px!important;padding-bottom: 10px;text-align: center;}
            .video_games_page .fees_details::before{top:0px;left: 0;right: 0;margin:0 auto ;width: 80px;}
        }
        @media (max-width: 480px) {
            .video_games_page .section_wrapper.fees_details {padding-top: 50px!important;padding-bottom: 20px;}
        }
                