@charset "utf-8";

.header_top {
    display: block;
    text-align: center;
}

.logo {
    float: right;
    margin-top: 50px;
}

.logo img {
    height: 100px;
    vertical-align: middle;
}

.menu_bars {
    display: none;
    vertical-align: middle;
    color: #DCDCDC;
    font-size: 30px;
    cursor: pointer;
    margin-left: 10px;
}

.top_menu {
    display: inline-block;
    background-color: #2E374C99;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}

.top_menu .fa-times {
    display: none;
}

.top_menu a {
    font-family: 'Rokh';
    font-weight: 950;
    font-size: 14pt;
    color: #d6d8d6;
    margin: 0 20px;
    padding: 10px;
}

.top_menu a:first-child {
    display: none;
}

.top_menu a:hover {
    color: var(--primary);
}

.login {
    float: left;
    margin-top: 70px;
}

.login .btn_secondary {
    padding: var(--margin_m);
    font-size: 18px;
    background: #b60d5088;
}

.login .btn_secondary i {
    font-size: 18px;
}

.amount {
    display: inline-block;
    height: 18px;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 7pt;
    background: #ea1874;
    color: #fff;
    box-sizing: border-box;
    padding: 2px 7px;
    text-align: center;
}

.login a {
    color: #d6d8d6;
    font-weight: 300;
}

.header_background {
    width: 100%;
    height: 100vh;
    max-height: 800px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.header_background img {
    width: 100%;
    height: 100vh;
    opacity: .2;
    object-fit: cover;
}

.header_header {
    height: 100vh;
    max-height: 800px;
    background-image: linear-gradient(to top, var(--dark), transparent);
}

.slider_img {
    display: inline-block;
    width: 400px;
    max-height: 600px;
    vertical-align: top;
}

.slider_img img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.slider_holder {
    display: inline-block;
    width: calc(100% - 405px);
    vertical-align: top;
    padding-left: 100px;
    box-sizing: border-box;
}

.blog_slider_holder {
    display: inline-block;
    width: 400px;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
}

.game_img {
    display: inline-block;
    cursor: pointer;
}

.game_img span {
    width: 170px;
    height: 190px;

}

.game_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inherit;
}

.slider_text_holder {
    width: calc(100% - 275px);
    vertical-align: middle;
    display: inline-block;
}

.slider_text_holder .product_id {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.slider_text_holder .product_id strong {

}

.slider_text_holder span,
.slider_text_holder a {
    display: block;
    font-size: 20pt;
    font-family: 'Rokh';
    font-weight: 950;
    color: var(--white);
}

.slider_text_holder .category {
    display: inline-block;
    font-size: 11pt;
    font-weight: normal;
    font-family: var(--font_primary);
}

.slider_text_holder .cat {
    display: inline-block;
    vertical-align: middle;
    font-size: 20pt;
    font-family: 'Rokh';
    color: var(--white);
}

.slider_text_holder .cat_selected {
    color: var(--red--500);
    font-weight: 800;
}

.slider_text_holder span {
    font-size: 18pt;
    font-weight: 400;
}

.slider_text_holder a {
    font-size: 28pt;
}

.slider_img_holder {
    display: inline-block;
    width: 270px;
    vertical-align: middle;
}

.slider_img_holder .game_img:nth-child(2n) {
    float: left;
}

.service_holder {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 200px 0;
}

.polygon_service_holder {
    display: inline-block;
    width: calc(25% - 20px);
}

.polygon_service {
    width: 100%;
    display: inline-block;
    background-color: var(--dark);
    clip-path: inherit;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #989898;
    color: var(--light);
    text-align: center;
}

.polygon_service .text {
    height: 0;
    overflow: hidden;
    padding: 0;
    color: var(--gray_300);
    text-align: center;
    line-height: 1.6;
}

.polygon_service_open .text {
    height: auto;
    overflow: unset;
    padding: 1.25rem;
    padding-bottom: 0;
}

.polygon_service i {
    font-size: 36px;
    color: var(--primary);
}

.polygon_service a {
    display: block;
    margin: 20px 0;
    font-size: 16pt;
}

.polygon_service .btn_border_text {
    display: block;
    margin: 8px 0;
    font-size: 12pt;
}

.polygon_service span {
    color: #989898;
    font-size: 13pt;
    font-weight: 200;
}

.blog_holder {
    width: 100%;
    background-color: #05091B;
    box-shadow: 0 0 7px 10px #0B1025;
    margin-top: 10px;
    height: 700px;
}

.blog_img_holder {
    display: block;
    width: calc(100% - 450px);
    float: left;
}

.blog_img_holder img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.blog_text_box_holder {
    height: 630px;
}

.blog_text_holder {
    display: block;
    float: right;
    width: 450px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.blog_category {
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: #2E374C99;
    text-align: center;
    color: #d6d8d6;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-size: 12pt;
    font-weight: 500;
}

.blog_title {
    font-size: 20pt;
    font-weight: 500;
    margin-top: 50px;
}


.blog_page_right,
.blog_page_left,
.blog_page_mid {
    display: inline-block;
}

.blog_page_right,
.blog_page_left {
    width: 50px;
    height: 50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    padding: 10px;
    box-sizing: border-box;
    background-color: #151B2F;
    text-align: center;
    cursor: pointer;
}

.blog_page_right i,
.blog_page_left i {
    font-size: 20px;
    color: #636E72;
    padding: 5px;
}

.blog_page_right:hover,
.blog_page_left:hover {
    background-color: var(--primary);
    color: var(--white);
}

.blog_page {
    margin-top: 10px;
}

.blog_page_mid {
    width: calc(100% - 105px);
    text-align: center;
}

.blog_page_left {
    text-align: center;
}

.blog_page_mid i {
    margin: 0 10px;
}

.blog_page_mid .blog_page_mid_selected {
    color: #B60D50;
}

.section_nav {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    align-items: center;
}

.section_nav .title {
    display: flex;
    font-size: 18pt;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary);
}

.product_holder {
    display: block;
    width: 100%;
    margin-top: 80px;
    overflow: auto;
}

.product_holder_scroll {
    display: flex;
    align-items: start;
    gap: 90px;
}

.product {
    display: inline-block;
    width: 200px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.panel_box .product {
    width: calc(25% - 25px);
    margin-left: 30px;
}

.panel_box .product:last-child {
    margin-left: 0;
}

.product .product_special {
    display: block;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: var(--red--500);
    color: var(--white);
    padding: 10px;
    box-sizing: border-box;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}

.product img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.product a {
    display: block;
}

.product_title {
    font-size: 14pt;
    color: #ffffff;
    margin-top: 10px;
}

.product_date {
    font-size: 12pt;
    color: #989898;
}

.product .product_price {
    display: block;
    text-align: center;
    font-family: 'rokh';
    color: var(--primary);
    font-size: 18pt;
    font-weight: 700;
    margin-top: 20px;
}

.product .product_price_off {
    display: block;
    text-align: center;
    color: var(--gray_200);
    font-size: 12pt;
    margin-top: 10px;
    font-weight: 300;
    text-decoration: line-through;
}

.product_price_currency {
    font-family: 'rokh';
    color: var(--white);
    font-size: 12pt;
}

.product_holder .btn_secondary {
    display: inline-block;
    margin: auto;
}

.product_btn_holder {
    text-align: center;
    margin-top: 50px;
}

.statistic_background {
    width: 100%;
    position: relative;
    z-index: -1;
    background-image: linear-gradient(to bottom, var(--dark), transparent);
    overflow: hidden;
    margin-top: 200px;
    margin-bottom: 100px;
}

.statistic_background img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: .2;
    object-fit: cover;
    z-index: 0;
}

.statistic_holder {
    position: relative;
    display: block;
    width: 100%;
    background-image: linear-gradient(to top, var(--dark), transparent, var(--dark));
    z-index: 1;
}

.statistic_title {
    text-align: center;
    font-family: 'rokh';
    font-weight: 950;
    font-size: 24pt;
    color: #B60D50;
}

.statistic_text {
    font-size: 12pt;
    font-weight: 200;
    color: #ffffff;
    margin-top: 20px;
    text-align: justify;
    text-align-last: center;
    line-height: 200%;
}

.statistic_box_holder {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
}

.statistic_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33% - 10px);
    gap: 100px;
    color: #989898;
    font-size: 20pt;
    text-align: center;
    vertical-align: top;
}

.statistic_box strong {
    font-family: 'rokh';
    direction: ltr;
    font-weight: 800;
    color: var(--white);
    font-size: 28pt;
}

.best_players_title {
    font-size: 28pt;
    font-family: 'rokh';
    font-weight: 950;
    text-align: center;
    padding-top: 100px;
}

.best_players_box_holder {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 150px;

}

.best_players_box {
    position: relative;
    display: inline-block;
    text-align: center;
}

.best_players_box .best_players_box_username {
    display: block;
    font-size: 14pt;
    margin: 10px 0;
    color: #989898;
}

.best_players_box .best_players_box_username:hover {
    color: var(--primary);
}

.best_players_box .best_players_box_point {
    display: block;
    font-size: 16pt;
    margin: 10px 0;
    color: #B60D50;
}

.faq_holder {
    margin-top: 100px;
}

.faq_title {
    font-size: 28pt;
    font-family: 'rokh';
    font-weight: 950;
    margin-bottom: 50px;
}

.faq_holder_img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.faq_holder .polygon_service_holder {
    width: 100%;
    display: inline-block;
    text-align: right;
    color: #ffffff;
    margin-top: 20px;
}

.faq_holder .polygon_service {
    width: 100%;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #989898;
}

.faq_holder .polygon_service_selected .polygon_service {
    border: solid 1px var(--primary);
}


.faq_holder .polygon_service span {
    width: calc(100% - 20px);
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font_secondary);
}

.faq_holder .polygon_service i {
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.footer_background {
    width: 100%;
    margin-top: 100px;
    background-image: url("../img/footer.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 50px;
    box-sizing: border-box;
}

.footer_background img {
    width: calc(100% - 80px);
}

.footer_holder {
    display: inline-block;
    width: calc(60% - 5px);
    vertical-align: middle;
}

.social_media_holder {
    display: inline-block;
    width: calc(40% - 5px);
    vertical-align: middle;
    text-align: left;
}

.social_media_holder .social_inside i {
    font-size: 80px;
    color: var(--gray_500);
    margin-right: 10px;
}

.social_media_holder .social_inside i:hover {
    color: var(--red--500);
}

.social_media_holder img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.footer_box {
    width: calc(50% - 5px);
    display: inline-block;
    font-size: 16pt;
    font-family: 'rokh';
    vertical-align: top;
}

.footer_box span {
    display: inline-block;
    font-family: 'rokh';
    font-weight: 950;
    margin-bottom: 20px;

}

.footer_box a {
    display: block;
    font-family: 'rokh';
    color: #ffffff;
    margin-bottom: 20px;
    cursor: pointer;
}

.footer_box a:hover {
    color: var(--primary);
}

.social_media_holder a {
    margin-right: 20px;
}

.social_media_holder a:first-child {
    margin-right: 0;
}

.footer_copyright {
    margin-top: 50px;
    font-size: 10pt;
}

.footer_copyright_right {
    vertical-align: top;
}

.footer_copyright_right span {
    display: block;
    text-align: justify;
    height: 100px;
    overflow: hidden;
}

.footer_copyright_left {
    text-align: center;
    vertical-align: top;
}

.footer_copyright_left img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 5px;
    vertical-align: middle;
}

.namad {
    text-align: center;
    padding: 50px;
}

.namad img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 5px;
    vertical-align: middle;
}

.blog_text img {
    display: block;
    width: 100%;
    max-width: 700px;
    clip-path: polygon(0 60px, 60px 0, calc(100% - 60px) 0, 100% 60px, 100% calc(100% - 60px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 60px));
    margin: 20px auto;
}

.blog_img {
    display: inline-block;
    width: calc(100% - 425px);
    clip-path: polygon(0 60px, 60px 0, calc(100% - 60px) 0, 100% 60px, 100% calc(100% - 60px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 60px));
    vertical-align: middle;
    height: 500px;
    position: relative;
}

.blog_img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.blog_img .img_gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: fit-content;
}

.blog_img .img_gallery img {
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.blog_img audio {
    width: calc(100% - 70px);
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product_archive_holder {
    display: block;
    width: 100%;
    text-align: center;
    align-items: start;
    gap: 90px;
    position: relative;
    top: -200px;
}

.sort_holder {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 7px 10px #0B1025;
    background-color: #05091B;
}

.sort_holder .sort_head {
    margin-left: 10px;
    font-size: 12pt;
}

.sort_holder .sort {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sort_holder .sort span {
    font-size: 12pt;
    font-weight: 300;
    cursor: pointer;
    margin: 10px 0;
}

.sort_holder .sort .current {
    font-weight: 800;
    color: var(--primary);
}

.product_archive_holder .product {
    width: calc(25% - 25px);
    margin: 20px 10px 50px 10px;
    vertical-align: top;
    text-align: center;
}

.polygon_search {
    max-width: 500px;
    min-width: 300px;
    display: block;
    margin: 20px auto 0 auto;
    text-align: right;
    color: #ffffff;
    background-color: var(--dark);
}

.polygon_service_selected {
    background-color: var(--primary);
}


.polygon_search div span {
    color: #ffffff;
}

.polygon_search .polygon_search_btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--red--950);
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
}

.polygon_search .polygon_search_btn i {
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
    width: 20px;
    padding: 0 5px;
}

.polygon_search div input {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    border: none;
    width: calc(100% - 53px);
    margin-bottom: 0;
    font-size: 10pt;
    vertical-align: middle;
    padding: 0 10px;
}

.category_holder {
    margin-top: 10px;
}

.category_holder span {
    font-size: 11pt !important;
    font-weight: 300;
    min-width: 100px;
}

.category_holder .btn_secondary_selected span {
    background-color: var(--primary);
    color: var(--white);
}

.panel_right {
    display: inline-block;
    width: 350px;
    background-color: #1A1010;
    height: 100vh;
    vertical-align: top;
    box-sizing: border-box;
}

.panel_left {
    display: inline-block;
    width: calc(100% - 355px);
    background-color: #DCDCDC;
    height: 100vh;
    overflow: auto;
    box-sizing: border-box;
}

.panel_bars_holder {
    height: 40px;
}

.panel_bars {
    display: none;
    width: calc(100% - 50px);
    box-sizing: border-box;
    padding: 5px 35px;
    font-size: 12pt;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background-color: #2E374C99;
    color: #d6d8d6;
    margin: 0 25px;
    position: fixed;
    z-index: 9;
}

.panel_right .fa-times {
    display: none;
    float: left;
    margin: 20px 0 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
}

.panel_bars span {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
}

.panel_bars i {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 10px;
}

.panel_bars a {
    float: left;
}

.panel_bars a img {
    height: 40px;
    object-fit: cover;
}

.panel_box_holder {
    width: calc(100% - 50px);
    margin: 40px auto;
    overflow: hidden;
    position: relative;
}

.medal_holder .clip_border_holder {
    margin-top: 20px;
}

.orange_border_holder,
.clip_border_holder {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.summery_box_holder .clip_border_holder {
    width: 100%;
}

.clip_top_right,
.clip_top_left,
.clip_bottom_right,
.clip_bottom_left {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #DCDCDC;
    z-index: 1;
    transform: rotate(45deg);
}

.clip_border_holder .clip_top_right,
.clip_border_holder .clip_top_left,
.clip_border_holder .clip_bottom_right,
.clip_border_holder .clip_bottom_left {
    background-color: #1D1C2B;
    border: solid 1px var(--primary);
    width: 10px;
    height: 10px;
}

.orange_border_holder .clip_top_right,
.orange_border_holder .clip_top_left,
.orange_border_holder .clip_bottom_right,
.orange_border_holder .clip_bottom_left {
    background-color: #1D1C2B;
    border: solid 1px #e67e22;
    width: 10px;
    height: 10px;
}

.table_title_holder .clip_top_right,
.table_title_holder .clip_top_left,
.table_title_holder .clip_bottom_right,
.table_title_holder .clip_bottom_left {
    border: none;
}

.message_text_holder .clip_top_right,
.message_text_holder .clip_top_left,
.message_text_holder .clip_bottom_right,
.message_text_holder .clip_bottom_left {
    border: none;
}

.user_image_holder .clip_top_right,
.user_image_holder .clip_top_left,
.user_image_holder .clip_bottom_right,
.user_image_holder .clip_bottom_left {
    background-color: #1A1010;
}


.login_input_holder .clip_top_right,
.login_input_holder .clip_top_left,
.login_input_holder .clip_bottom_right,
.login_input_holder .clip_bottom_left {
    background-color: #1a1c22;
    border: solid 1px var(--primary);
    width: 10px;
    height: 10px;
}

.polygon_service_holder .clip_top_right,
.polygon_service_holder .clip_top_left,
.polygon_service_holder .clip_bottom_right,
.polygon_service_holder .clip_bottom_left {
    background-color: var(--dark);
    border: solid 1px #989898;
    width: 30px;
    height: 30px;
}

.blog_text_holder .clip_top_right,
.blog_text_holder .clip_top_left,
.blog_text_holder .clip_bottom_right,
.blog_text_holder .clip_bottom_left {
    background-color: #05091B;
}

.product_btn_holder .clip_top_right,
.product_btn_holder .clip_top_left,
.product_btn_holder .clip_bottom_right,
.product_btn_holder .clip_bottom_left {
    background-color: var(--dark);
}

.polygon_service_selected .clip_top_right,
.polygon_service_selected .clip_top_left,
.polygon_service_selected .clip_bottom_right,
.polygon_service_selected .clip_bottom_left {
    border: solid 1px var(--primary);
}

.polygon_search .clip_top_right,
.polygon_search .clip_top_left,
.polygon_search .clip_bottom_right,
.polygon_search .clip_bottom_left {
    border: solid 1px var(--dark);
}

.clip_top_right {
    top: -15px;
    right: -15px;
}

.clip_top_left {
    top: -15px;
    left: -15px;
}

.clip_bottom_right {
    bottom: -15px;
    right: -15px;
}

.clip_bottom_left {
    bottom: -15px;
    left: -15px;
}

.panel_box {
    display: block;
    width: 100%;
    background-color: #1D1C2B;
    padding: 30px;
    box-sizing: border-box;
}

.panel_box_title {
    display: block;
    color: #ffffff;
    font-family: 'rokh';
    font-weight: 950;
    font-size: 20pt;
    margin-bottom: 30px;
}

.panel_box_title a {
    border: solid 1px var(--primary);
    padding: 5px 10px;
    float: left;
    font-size: 12pt;
    font-weight: 200;
    background-color: var(--primary);
    color: #ffffff;
}

.medal_holder {
    display: inline-block;
    width: calc(33% - 15px);
    margin: 0 5px;
    text-align: center;
}

.medal_holder img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.medal_holder .clip_border {
    display: inline-block;
    border: solid 1px var(--primary);
    font-family: 'rokh';
    font-weight: 750;
    padding: 10px;
    box-sizing: border-box;
}

.summery_box_holder {
    display: inline-block;
    text-align: center;
}

.summery_box_holder .summery_box {
    width: 100%;
    border: solid 1px var(--primary);
    padding: 10px;
    box-sizing: border-box;
}

.summery_box_holder .summery_box strong {
    font-size: 16pt;
    font-weight: 500;
    color: var(--primary);
}

.table_title_holder {
    display: block;
    width: 100%;
    border: none;
}

.user_panel_table_title {
    background-color: #34334A;
    padding: 10px 20px;
    box-sizing: border-box;
    color: var(--white);
}

.user_panel_table_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 9pt;
    font-weight: 200;
}

.user_panel_table_row {
    display: block;
    padding: 11px 30px;
    border-bottom: 1px dashed #eee;
}

.user_panel_table_row:last-child {
    border-bottom: none;
}

.user_panel_table_row:hover {
    color: var(--primary);
}

.user_panel_table_row .table_order_image {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin: 2px;
}


.user_panel_table_row div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
}

.user_panel_table_row .t_title {
    display: none;
    font-size: 16px;
    width: 100px;
    border: none;
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
}

.user_panel_table_row .t_text {
    display: inline-block;
    width: 100%;
    font-size: 9pt;
    font-weight: 200;
}

.label {
    display: block;
    font-size: 9pt;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: right;
}

.text_btn {
    display: inline-block;
    margin: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    background-color: #34334A;
    color: #ffffff;
}

.panel_input_holder {
    width: 100%;
    margin-bottom: var(--margin_l);
}

.panel_input_holder .clip_top_right,
.panel_input_holder .clip_top_left,
.panel_input_holder .clip_bottom_right,
.panel_input_holder .clip_bottom_left {
    border: solid 1px #ffffff;
}

.panel_input,
.panel_textarea {
    display: block;
    background-color: #34334A;
    border: solid 1px #ffffff;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.panel_box .w50 {
    width: calc(50% - 25px);
    margin-left: 20px;
}

.panel_box .w50:last-child {
    margin-left: 0;
}

.chat_holder {
    padding: 20px;
    overflow: auto;
    display: block;
    box-sizing: border-box;
    height: 430px;
}

.message_holder {
    margin-top: 20px;
}

.chat_holder_received .message_title,
.chat_holder_received .message_date,
.chat_holder_sent {
    float: right;
    display: block;
}

.chat_holder_sent .message_date,
.chat_holder_received {
    float: left;
    display: block;
}

.message_title {
    margin-bottom: 10px;
    font-weight: 600;
}

.message_text_holder {
    display: block;
}

.message_text {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0;
}

.message_date {
    margin-top: 10px;
}

.message_input {
    height: 70px;
    background-color: #34334A;
    border: solid 1px #ffffff;
}

.message_input textarea {
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    min-width: calc(100% - 90px);
    height: 69px;
    min-height: 69px;
    max-height: 69px;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    float: right;
    resize: none;
    outline: none;
    font-family: IRANSans;
    color: #ffffff;
    font-weight: 200;
    padding-left: 50px;
}

.message_input .btn {
    width: 90px;
    display: block;
    float: right;
    vertical-align: top;
    border-radius: 0;
    box-shadow: none;
    height: 70px;
    padding-top: 25px;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
}

.sent_message_background {
    border: solid 1px #6B61F0;
    background: #6B61F0;
}

.receive_message_background {
    border: solid 1px #6C6A84;
    background: #6C6A84;
}

.panel_user_info {
    margin-top: 50px;
    height: 150px;
    overflow: hidden;
}

.user_image_holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 20px;
    background-color: #34334A;
    vertical-align: middle;
}

.user_image_holder .user_image {
    width: 100%;
    height: 100%;
}

.user_image_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_name {
    display: inline-block;
    width: calc(100% - 145px);
    font-size: 12pt;
    vertical-align: middle;
}

.user_name .user_id {
    font-family: ocra;
    color: var(--gray_500);
}

.user_menu_holder {
    height: calc(100vh - 205px);
    overflow: hidden;
    padding-left: 20px;
}

.game_menu {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    max-height: 600px;
    margin-left: 20px;
    background-color: #1D1C2B;
    padding: 60px 15px;
    box-sizing: border-box;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
    overflow: auto;
}

.main_menu {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    height: calc(100vh - 225px);
    background-color: #34334A;
    clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    padding: 80px 20px;
    box-sizing: border-box;
    overflow: auto;
}

.main_menu_item {
    display: block;
    color: var(--gray_200);
    font-size: 11pt;
    font-weight: 200;
    margin-bottom: 30px;
}

.main_menu .selected {
    font-weight: 800;
}

.main_menu_item:hover {
    color: #989898;
}

.main_menu_item i {
    margin-left: 10px;
}

.main_menu_item_sub_holder {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: -15px;
}

.main_menu_item_sub_holder .select {
    font-weight: 800;
}

.main_menu_item_sub {
    display: block;
    color: #ffffff;
    font-weight: 200;
    font-size: 9pt;
    margin-bottom: 10px;
}

.main_menu_item_sub:hover {
    color: #989898;
}

.main_menu_item_sub:last-child {
    margin-bottom: 0;
}

.game_menu_item {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

.game_menu_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_menu_logo_holder {
    width: 100%;
    margin-top: 100px;
}

.main_menu_logo_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login_background {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.login_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
}

.login_main_holder {
    height: 100vh;
}

.login_main {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 500px;
    padding: 10px;
    box-sizing: border-box;
}

.login_main .logo {
    width: 200px;
    object-fit: cover;
    margin: 100px auto;
    float: unset;
}

.login_title {
    display: block;
    font-family: 'rokh';
    font-weight: 950;
    font-size: 18pt;
    margin-bottom: 20px;
}

.login_main input {
    border: solid 1px var(--primary);
    color: #ffffff;
    background-color: #ffffff33;
    padding: 15px;
    box-sizing: border-box;
}

.forget_pass {
    display: block;
    font-weight: 200;
    margin-bottom: 20px;
    cursor: pointer;
}

.login_input_holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 12px;
}

.slider_text_product {
    margin-top: 10px;
    font-size: 12pt;
}

.slider_text_product:first-child {
    margin-top: 30px !important;
}

.slider_text_product i {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.slider_text_product span {
    display: inline-block;
    font-size: 12pt !important;
    font-weight: 400;
    vertical-align: middle;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 10pt;
    border: 1px solid var(--primary);
    box-shadow: inset 0 0 0 0 var(--primary);
    transition: all 0.1s linear;
    margin-bottom: 5px;
    rotate: 45deg;
}

.checkbox_product {
    rotate: 45deg;
}

.checkbox_current {
    box-shadow: inset 0 0 0 13px var(--primary);
}

.checkbox_text {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 10pt;
}

.checkbox_text_current {
    color: var(--primary);
}


.product_buy_btn {
    display: inline-block;
    margin-top: 30px;
    vertical-align: middle;
}

.product_buy_btn .btn_secondary,
.product_buy_btn .btn_primary {
    font-size: 10pt;
    font-weight: 700;
    width: 100%;
}

.product_buy_btn .btn_primary_holder {
    margin: 0;
}

.product_add_count {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
}

.product_add_count span {
    display: inline-block;
    font-size: 18pt;
    font-family: 'Rokh';
    font-weight: 950;
}

.product_add_count i {
    font-size: 15px;
    margin: 10px 20px;
    cursor: pointer;
    padding: 5px;
}

.product_add_count .fa-trash-alt {
    margin-left: 0;
    color: #989898;
}

.product_add_count .fa-trash-alt:hover {
    color: var(--primary);
}

.product_price {
    margin-top: 30px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    text-align: left;
}

.product_price .product_price_line span {
    font-size: 11pt;
    text-decoration: line-through;
    color: var(--gray);
}

.product_price_final {
    font-size: 16pt;
    color: var(--primary);
}

.product_price_line .cart_title,
.product_price_currency .cart_title,
.product_price_final .cart_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt !important;
    font-weight: 500 !important;
    color: var(--white);
    margin: unset !important;
}

.product_price_final .item_cost_amount {
    font-size: 28pt !important;
    font-weight: 800 !important;
    display: block;
}

.product_price_final strong {
    font-size: 11pt;
    display: inline-block;
    font-weight: normal;
}

.product_table_detail {
    margin-bottom: 50px;
}

.product_table_holder {
    padding: 20px;
    box-sizing: border-box;
}

.blog_holder .header,
.product_table_holder .header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.blog_holder .header i,
.product_table_holder .header i {
    font-size: 18px;
}

.blog_holder .header .title,
.product_table_holder .header .title {
    font-size: 12pt;
}

.product_row_holder {
    margin-bottom: 20px;
    font-size: 12pt;
    font-weight: 300;
    border-bottom: solid 1px #2E374C99;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.product_row_holder:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.table_right {
    display: inline-block;
    width: 200px;
    color: #989898;
}

.table_left {
    display: inline-block;
    width: calc(100% - 210px);
}

.open_sidebar {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 50px;
    z-index: 11;
}

.product_archive_sidebar {
    display: inline-block;
    position: relative;
    top: -200px;
    width: 300px;
    vertical-align: top;
    padding-left: 10px;
    box-sizing: border-box;
}

.product_archive_holder_holder {
    display: inline-block;
    width: calc(100% - 305px);
    vertical-align: top;
    text-align: right !important;
}

.sidebar_box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 7px 10px #0B1025;
    background-color: #05091B;
}

.sidebar_box .polygon_search {
    min-width: unset;
    max-width: unset;
}

.sidebar_label {
    display: block;
    margin: 40px 0 10px 0;
    font-size: 12pt;
}

.sidebar_label:first-child {
    margin-top: 0;
}

.sidebar_filter {
    font-size: 12pt;
    font-weight: 300;
    margin: 10px 0;
    cursor: pointer;
}

.sidebar_filter_selected i {
    color: var(--primary);
}

.list .current,
.list_open .current {
    color: var(--primary);
}

.list_open {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin: 10px 0;
    padding-right: 25px;
}

.sidebar_filter i {
    margin-left: 10px;
}

.sidebar_filter:last-child {
    margin-bottom: 0;
}

.sidebar_filter .cost_select input {
    color: var(--white);
}

.sidebar_filter_btn {
    font-size: 10pt;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.sidebar_filter_btn .btn_primary_holder {
    margin: 0;
}

.cart_holder {
    display: inline-block;
    width: calc(100% - 405px);
    position: relative;
    top: -300px;
    background-color: #05091B;
    box-shadow: 0 0 7px 5px #0B1025;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.cart_title {
    font-size: 18pt;
    font-weight: 500;
    margin: 10px 0;
}

.cart_item {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #2E374C99;
}

.cart_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cart_item_img {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.cart_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart_item_detail {
    display: inline-block;
    width: calc(100% - 225px);
    margin-right: 20px;
    vertical-align: middle;
}

.cart_item_detail span {
    display: block;
}

.cart_item_detail span i {
    margin-left: 10px;
}

.cart_item_detail_title {
    font-size: 13pt;
    margin-bottom: 10px;
}

.cart_item_detail_subtitle {
    color: #989898;
    margin-bottom: 5px;
    font-size: 11pt;
    font-weight: 300;
}

.cart_item_price {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 225px);
    margin-right: 20px;
}

.cart_item_price .product_price {
    text-align: right;
}

.cart_item_price .product_price .product_price_final span {
    font-family: 'rokh';
    font-weight: 950;
    font-size: 28pt;
}

.cart_item_count {
    display: inline-block;
    width: 200px;
}


.cart_price_holder {
    display: inline-block;
    width: 380px;
    position: relative;
    top: -300px;
    background-color: #05091B;
    box-shadow: 0 0 7px 5px #0B1025;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 20px;
    vertical-align: top;
}

.cart_price_detail {
    font-size: 11pt;
    margin-bottom: 15px;
}

.cart_price_detail:last-child {
    margin-bottom: 0;
}

.cart_price_holder .polygon_search {
    border-top: solid 1px #2E374C99;
    padding-top: 20px;
    max-width: unset;
    min-width: unset;
}

.cart_price_discount {
    margin-bottom: 20px;
}

.cart_price_discount input {
    display: inline-block;
    width: calc(100% - 40px);
    border: none;
    background-color: #05091B;
    color: var(--white);
    font-size: 12pt;
    padding-right: 0;
}

.cart_price_discount i {
    width: 35px;
    background-color: #1cc88a;
    text-align: center;
    height: 35px;
    font-size: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    font-weight: bold;
}

.cart_price_final {
    border-top: solid 1px #2E374C99;
    padding-top: 15px;
}

.cart_price_final span:first-child {
    font-size: 12pt;
}

.cart_price_final span:last-child {
    font-size: 16pt;
    font-family: 'rokh';
    font-weight: 950;
    color: var(--primary);
}

.cart_price_holder .btn_primary_holder {
    width: 100%;
    margin: 20px 0 0 0;
}

.cart_price_holder .btn_primary {
    width: 100%;
}

.cart_price_holder .btn_secondary_holder {
    width: 100%;
    margin: 10px 0 0 0;
}

.cart_price_holder .btn_secondary {
    padding: var(--margin_l) var(--margin_x2);
    box-sizing: border-box;
    width: 100%;
}

.cart_address {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #2E374C99;
    font-size: 12pt;
}

.cart_address:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.cart_address:first-child {
    margin-top: 20px;
}

.check_box {
    display: inline-block;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    padding: 10px;
    box-sizing: border-box;
    background-color: #151B2F;
    text-align: center;
    cursor: pointer;
}

.check_box:hover {
    background-color: var(--primary);
}

.check_box i {
    font-size: 20px;
    color: #636E72;
    padding: 5px;
}

.check_box_checked .check_box {
    background-color: var(--primary);
}

.check_box_checked i {
    color: var(--white);
}

.page_number {
    display: block;
    margin: 60px auto 10px auto;
    text-align: center;
}

.page_number a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 6px 10px;
    display: inline-block;
    box-sizing: border-box;
    color: #353535;
    background: #ecf0f1;
    border-radius: 50%;
    border: solid 1px #ecf0f1;
    cursor: pointer;
}

.page_number a:hover {
    border: solid 1px #E40017;
    color: #E40017;
}

.page_number .current,
.page_number .active {
    border: solid 1px #E40017;
    background: #E40017;
    color: #FFFFFF !important;
    cursor: context-menu;
}

.score {
    padding-bottom: 20px;
    padding-right: 20px;
}

.score .title {
    font-weight: bold;
    cursor: context-menu;
}

.score span {
    font-weight: 200;
    font-size: 10pt;
    cursor: pointer;
}

.score i {
    margin: 5px;
    font-size: 18px;
}

.comment {
    display: block;
    width: 100%;
    border-top: 3px solid;
    padding: 10px;
    box-sizing: border-box;
}

.comment .label {
    font-weight: 700;
    font-size: 14pt;
    font-family: var(--font_secondary);
}

.comment .comment_item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dashed var(--gray_200);
    border-bottom: unset;
    padding: 0 10px;
}

.comment .comment_item:last-child {
    border-bottom: transparent;
}

.comment .comment_replay {
    padding: 10px;
    box-sizing: border-box;
    background: var(--dark-700);
    position: relative;
    margin: 10px 0;
}

.comment .comment_replay:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    top: -5px;
    right: 5px;
    background: var(--dark-700);

}

.comment .comment_item .comment_head {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

.comment .comment_item .comment_head img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: var(--radius_oval);
}

.comment .comment_item .comment_head .title {
    font-weight: 700;
    font-size: var(--font_r);
    color: var(--gray_500);
}

.comment .comment_item .date {
    font-size: 9pt;
    word-spacing: 5px;
    color: var(--gray_400);
}


.comment .comment_action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment .comment_item .comment_text {
    line-height: 1.7;
    display: block;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    color: var(--gray_700);
    text-align: justify;
}

.comment_form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.comment_form .comment_score {
    margin-bottom: 8px;
}

.comment_form .label {
    margin-bottom: 8px;
}

.comment_form .text_area {
    display: block;
    padding: 8px 16px;
    box-sizing: border-box;
    min-height: 50px;
    width: 100%;
    font-size: var(--font_r);
    color: var(--white);
}

.form_btn_holder {
    margin: 10px 0;
}


/****************RESPONSIVE****************/


@media screen and (max-width: 1080px) {
    .panel_bars {
        display: block;
    }

    .panel_right .fa-times {
        display: block;
    }


    .panel_right {
        position: fixed;
        top: 0;
        right: -350px;
        z-index: 11;
    }

    .panel_left {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1020px) {
    .top_menu a {
        font-size: 10pt;
    }

    .logo img {
        height: 80px;
    }

    .product_archive_holder .product {
        width: calc(33% - 25px);
    }

    .social_media_holder img {
        width: 70px;
        height: 70px;
    }

    .slider_holder {
        padding-left: 20px;
        width: calc(100% - 255px);
    }

    .slider_img {
        width: 250px;
    }

    .polygon_service_holder {
        width: calc(25% - 10px);
    }

    .blog_text_holder {
        width: 250px;
    }

    .blog_img_holder {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 950px) {
    .blog_slider_holder {
        display: block;
        width: 100%;
        text-align: center;
        margin: 50px 0;
    }

    .blog_img {
        margin-bottom: 50px;
        display: block;
        width: 100%;
    }

    .header_header {
        height: auto;
        max-height: unset;
    }

    .header_header_main {
        max-height: 800px;
        height: 100vh;
    }

    .header_background_product {
        height: auto;
        max-height: unset;
    }

    .header_product {
        height: auto;
        max-height: unset;
    }

    .product_price {
        text-align: center;
    }

    .product_buy_btn .btn_primary_holder {
        width: 100%;
    }

    .cart_holder {
        display: block;
        width: 100%;
    }

    .cart_price_holder {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .product_archive_sidebar {
        position: fixed;
        right: -320px;
        top: 0;
        margin: 0;
        height: 100vh;
        z-index: 11;
    }

    .sidebar_box {
        height: 100vh;
        overflow: auto;
    }

    .open_sidebar {
        display: block;
    }

    .product_archive_holder_holder {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .logo img {
        height: 50px;
    }

    .top_menu {
        background-color: var(--dark);
        color: #ffffff;
        width: 280px;
        position: fixed;
        right: -280px;
        top: 0;
        height: 100vh;
        z-index: 20;
        clip-path: none;
        overflow: auto;
    }

    .top_menu a {
        display: block;
        text-align: right;
        margin: 25px 0;
    }

    .top_menu a:first-child {
        display: block;
    }

    .top_menu .fa-times {
        display: inline-block;
        margin-left: 10px;
    }

    .menu_bars {
        display: inline-block;
        float: right;
        margin-top: 50px;
    }

    .logo {
        margin-top: 42px;
    }

    .login {
        margin-top: 35px;
    }

    .slider_text_holder {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .slider_img_holder {
        display: block;
        width: 100%;
        margin-top: 50px;
        text-align: center;
    }

    .slider_img_holder .game_img {
        float: none !important;
        margin: 0 20px;
    }

    .game_img span {
        width: 100px;
        height: 120px;
        padding: 10px;
    }


    .product_archive_holder .product {
        width: calc(50% - 25px);
    }

    .social_media_holder img {
        width: 50px;
        height: 50px;
    }

    .w50 {
        width: 100% !important;
        display: block !important;
    }

    .footer_copyright_left {
        margin-top: 20px;
    }

    .slider_img {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .slider_holder {
        width: 100%;
        padding: 0;
    }

    .service_holder {
        margin-top: 10px;
    }

    .polygon_service_holder {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .blog_text_holder {
        float: unset;
        width: 100%;
        height: auto;
    }

    .blog_img_holder {
        float: unset;
        width: 100%;
        height: 400px;
    }

    .blog_text_box_holder {
        height: auto;
    }

    .blog_img_holder img {
        height: 400px;
    }

    .statistic_box {
        gap: 20px;
    }

    .statistic_box span {
        display: block;
        font-size: 12pt;
    }

    .blog_holder {
        height: auto;
    }

    .statistic_box_holder {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .panel_box_title {
        font-size: 16pt;
    }

    .panel_box_title a {
        font-size: 11pt;
    }

    .user_panel_table_title {
        display: none;
    }

    .user_panel_table_row div {
        display: block;
        width: 100% !important;
        border-bottom: dashed 1px #7f8c8d66;
        margin-bottom: 2px;
        padding: 7px 0;
    }

    .user_panel_table_row div:last-child {
        border: none;
    }

    .user_panel_table_row .t_title {
        display: inline-block;
        width: 90px;
    }

    .user_panel_table_row .t_text {
        width: calc(100% - 105px);
    }
}

@media screen and (max-width: 600px) {
    .product_archive_holder .product {
        width: calc(50% - 25px);
    }

    .footer_holder {
        width: 100%;
        display: block;
    }

    .social_media_holder {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .cart_item_detail {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .cart_item_price {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .polygon_service_holder {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {

    .product_archive_holder .product {
        width: 100%;
        margin: 50px 0;
    }

}