﻿img {
    max-width: 100%
}

.overflowY-hiiden {
    position: fixed
}

.overflowY-hiiden,
body.somdn-capture-email-open {
    overflow: hidden !important
}

.evil_title {
    font-size: 48px;
    margin-bottom: 40px
}

.btn-red,
button[type=submit],
.single-product .entry-summary .single_add_to_cart_button,
.woocommerce .add-cart-btn button[type=submit],
input[type=submit],
.evil_btn {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    font-family: "TheSludAndLionMedium";
    text-align: center;
    padding: 8px 20px;
    min-width: 200px;
    border-radius: 7px;
    background-color: #e82126;
    border: none;
    color: #fff;
    transition: all .1s linear
}

.btn-red:hover,
button[type=submit]:hover,
.single-product .entry-summary .single_add_to_cart_button:hover,
.woocommerce .add-cart-btn button[type=submit]:hover,
input[type=submit]:hover,
.evil_btn:hover {
    background-color: #ae171c;
    color: #fff
}

.evil_view_all_btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 20px
}

.evil_view_all_btn:hover {
    background-color: #0f1430
}

.e_heading {
    font-size: 44px;
    color: #e82126;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    row-gap: 10px
}

.e_heading .av_date {
    font-size: 16px;
    font-family: "PoppinsRegular";
    background-color: #92c0ff;
    color: #1e1e1e;
    border-radius: 9px;
    display: inline-block;
    padding: 6px 15px;
    vertical-align: middle
}

.e_txt {
    font-size: 18px;
    font-family: "PoppinsRegular";
    margin-bottom: 30px
}

.subheadings .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    font-family: "PoppinsRegular" !important;
    text-transform: capitalize;
    color: var(--white);
    position: relative;
    left: -40px;
    margin-bottom: 12px
}

.subheadings .title:after {
    content: "";
    width: 120px;
    height: 2px;
    background-color: var(--white);
    border-radius: 50%;
    margin-left: 15px;
    position: absolute;
    top: 17px
}

.subheadings .title-second {
    font-size: 36px;
    line-height: 46px;
    color: var(--white)
}

input.somdn-download-user-email::placeholder {
    text-transform: capitalize
}

.woocommerce .woocommerce-breadcrumb,
.egg-breadcrumb {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "TheSludAndLionMedium";
    margin: 10px 0
}

.woocommerce .woocommerce-breadcrumb a {
    color: #fff
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    font-size: 20px;
    color: #656565
}

.custom-pagination span.page-numbers.current {
    border: 1px solid #831e1e;
    background-color: #831e1e;
    color: #fff;
    padding: 0px 9px 2px 9px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px
}

.custom-pagination a.next.page-numbers,
.custom-pagination a.prev.page-numbers {
    color: #fff
}

.evil_modal_wrap {
    font-family: "PoppinsRegular"
}

.evil_modal_wrap .modal-content {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: linear-gradient(180deg, #10112C 0%, #111E4E 47.92%, #111330 100%);
    padding: 50px 20px
}

.evil_modal_wrap .modal-content .evil_btn_close {
    filter: invert(1);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border: none;
    box-shadow: none
}

.evil_modal_wrap .modal-content .modal-body {
    padding: 0 30px
}

.evil_modal_wrap .modal-content .modal-body::-webkit-scrollbar {
    width: 3px
}

.evil_modal_wrap .modal-content .modal-body::-webkit-scrollbar-track-piece {
    background: none
}

.evil_modal_wrap .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #c6ceff;
    border-radius: 5px
}

.evil_modal_wrap .modal-content h3 {
    font-family: "PoppinsMedium";
    font-weight: 600;
    margin-bottom: 30px
}

.evil_modal_wrap .modal-content .modal_desc {
    margin-bottom: 30px
}

.evil_modal_wrap .modal-content p {
    margin-bottom: 20px
}

.evil_modal_wrap .modal-content p:last-child {
    margin-bottom: 0
}

.evil_modal_wrap .modal-content a {
    text-decoration: underline
}

.evil_modal_wrap .modal-content a:hover {
    color: #e82126
}

.evil_modal_wrap .modal-content ul {
    padding-left: 30px;
    list-style: none
}

.evil_modal_wrap .modal-content ul li {
    margin-bottom: 20px
}

.evil_accordion .accordion-item {
    padding-right: 40px;
    margin-bottom: 40px
}

.evil_accordion .accordion-item:last-child {
    margin-bottom: 0
}

.evil_accordion .accordion-item .accordion-header {
    font-size: 18px;
    font-family: "PoppinsMedium";
    position: relative;
    padding-bottom: 15px;
    cursor: pointer
}

.evil_accordion .accordion-item .accordion-header:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../images/icons/accordian_arrow.png") no-repeat center;
    background-size: contain;
    transition: all .3s ease;
    position: absolute;
    top: 3px;
    right: -40px
}

.evil_accordion .accordion-item .accordion-header[aria-expanded=true]:before {
    transform: rotate(-180deg)
}

.evil_accordion .accordion-item .accordion-body {
    font-family: "PoppinsRegular";
    font-weight: 400;
    padding: 0
}

.scm-flex:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #d8d8d8;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 56.6px;
    cursor: pointer
}

.scm-flex span {
    font-size: 14px;
    line-height: 32px;
    color: #8c8c8c;
    padding-top: 24px;
    font-family: "PoppinsRegular";
    transition: all .3s ease-in-out;
    cursor: pointer
}

.scm-flex button {
    margin: auto;
    border: 1px solid #fff;
    border-radius: 16px;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
}

.scm-flex .decals-icon {
    max-width: 100%;
    position: relative;
    top: 6px
}

.scm-flex .drinkware-icon {
    max-width: 38px
}

.scm-flex .wallart-icon {
    max-width: 33px
}

.scm-flex svg {
    width: 55px;
    height: 100%
}

.scm-flex.active:before {
    background-color: var(--red);
    border: 1px solid var(--white)
}

.scm-flex.active span {
    font-weight: 600;
    color: var(--white);
    font-family: "PoppinsSemiBold"
}

.scm-flex.active .store-arrow {
    left: -20.288%;
    top: -82px;
    position: relative;
    animation: fadeIn .6s linear
}

.scm-flex.active .store-arrow:before {
    content: "";
    background: url("../images/store-active-arrow.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 60px;
    position: absolute;
    z-index: 1;
    transition: all .5s ease-in-out
}

@media(min-width: 992px) {
    .hide_web {
        display: none !important
    }
}

@media(max-width: 1400px) {
    .scm-flex:before {
        top: 25.8px
    }

    .scm-flex.active .store-arrow {
        top: -77px
    }
}

@media(max-width: 1200px) {
    .scm-flex button {
        width: 80px;
        height: 80px
    }

    .scm-flex.active .store-arrow {
        left: -23.388%
    }

    .subheadings .title {
        left: 0px
    }
}

@media(max-width: 991px) {
    .hide_mob {
        display: none !important
    }
}

@media(max-width: 767px) {
    .subheadings .title {
        font-size: 18px;
        line-height: 26px
    }

    .subheadings .title::after {
        width: 60px;
        top: 13px
    }

    .subheadings .title-second {
        font-size: 28px;
        line-height: 36px
    }

    .scm-flex button {
        border-radius: 10px;
        width: 52px;
        height: 52px
    }

    .scm-flex button svg {
        width: 28px
    }

    .scm-flex span {
        font-size: 14px;
        padding-top: 5px
    }

    .scm-flex.active .store-arrow {
        top: -42.3px;
        left: -18.288%
    }

    .scm-flex.active .store-arrow:before {
        background: url(../images/svgs/store-active-mobarrow.svg) no-repeat
    }
}

@media(max-width: 575px) {
    .evil_title {
        font-size: 28px
    }

    .e_heading {
        font-size: 28px
    }

    .e_heading .av_date {
        font-size: 12px
    }

    .e_txt {
        font-size: 16px
    }

    .evil_btn {
        min-width: 175px;
        font-size: 20px;
        padding: 7px 16px
    }

    .explore-more-wrapper .explr-img-block h3 {
        max-width: 200px;
        margin: 0 auto 25px !important
    }

    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin: 0 auto 25px
    }

    .evil_modal_wrap .modal-content {
        padding: 50px 10px 30px
    }

    .evil_modal_wrap .modal-content .modal-body {
        padding: 0 10px
    }

    .evil_accordion .accordion-item .accordion-header {
        font-size: 16px
    }

    .evil_accordion .accordion-item .accordion-body {
        font-size: 14px
    }
}

.navbar-left {
    width: 25%
}

.navbarheader .navbar-brand {
    display: inline-block;
    padding: 0
}

.navbarheader .navbar-brand img {
    max-width: 170px;
    height: auto
}

.product-search {
    position: relative
}

.product-search input[type=search] {
    font-family: "PoppinsRegular";
    font-size: 15px;
    line-height: 24px;
    color: var(--white);
    background-color: var(--black);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 6px;
    padding: 6px 15px;
    width: 350px
}

.product-search input[type=search]::placeholder {
    color: #fff
}

.header_search_input ul {
    padding: 0;
    margin: 0
}

#yith-ajaxsearchform .yith-s {
    border-radius: 25px
}

input#yith-searchsubmit {
    display: none
}

.autocomplete-suggestions {
    padding: 0 !important;
    background-color: #181818 !important;
    border: 1px solid #2c2c2c !important
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 6px 15px 8px;
    background-color: #181818;
    color: #fff;
    cursor: pointer
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background-color: #000301
}

.navbarheader .navbar-expand-md {
    background-color: #150c3f;
    padding: 12px 0
}

.navbarheader .navbar-expand-md.desktop_menu {
    padding: 0
}

.navbarheader .navbar-right {
    position: relative;
    align-items: center;
    column-gap: 40px
}

.navbarheader .checkout-cart {
    position: relative;
    cursor: pointer
}

.navbarheader .checkout-cart>a {
    display: inline-block
}

.navbarheader .checkout-cart .cart-icon {
    width: 24px
}

.navbarheader .checkout-cart .checkout-cart-counter {
    width: auto;
    min-width: 21px;
    min-height: 21px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    padding: 3px;
    font-family: "PoppinsBold";
    font-size: 10px;
    font-weight: bold;
    color: #e0e3ed;
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px;
    right: calc(-100% + 5px);
    padding: 1px
}

.navbarheader .sign-in-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    color: var(--white);
    background: rgba(0, 0, 0, 0);
    border: unset
}

nav.navbar.navbar-expand-md.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    padding: 15px 0;
    animation: smoothScroll 1s forwards
}

.admin-bar nav.navbar.navbar-expand-md.sticky {
    top: 32px
}

.menu-item-has-children {
    position: relative
}

.menu-item-has-children .span_down {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: -23px;
    top: 5px;
    z-index: 1
}

.menu-item-has-children .span_down:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.menu-item-has-children:hover .span_down {
    color: #ee1c24
}

.desktop_menu {
    flex-wrap: wrap;
    padding: 0;
    background-color: #150c3f !important
}

.desktop_menu #menu-header-hamburger {
    width: 100%;
    justify-content: space-between
}

.desktop_menu li a {
    font-family: "PoppinsBold";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: none;
    text-decoration: none;
    padding: 8px;
    display: block;
    transition: .1s;
    text-transform: uppercase
}

.desktop_menu li a:hover,
.desktop_menu li a:focus {
    color: inherit
}

.desktop_menu li:hover a {
    color: #ee1c24
}

.desktop_menu .dropdown-menu {
    position: absolute
}

.desktop_menu .dropdown-menu li {
    line-height: 30px
}

.desktop_menu .dropdown-menu li a {
    background: none
}

.mobile_menu {
    display: none
}

.openbtn {
    font-size: 27px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    top: 0
}

.sidebar {
    width: 0;
    background-color: #150c3f;
    overflow-x: hidden;
    transition: .5s;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0
}

.sidebar::-webkit-scrollbar {
    display: none
}

.sidebar .sidebar-inner-wrapper {
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column
}

.sidebar .logo-close-btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sidebar .closebtn {
    font-size: 34px;
    font-weight: 300;
    font-family: "PoppinsLight";
    color: var(--white);
    text-decoration: none;
    transition: .3s;
    display: block
}

.sidebar .product-search-mob {
    padding: 20px 0
}

.menu-header-hamburger-container {
    flex: 1;
    overflow-y: scroll;
    padding-top: 30px
}

.menu-header-hamburger-container::-webkit-scrollbar {
    width: 0px;
    display: none
}

.menu-header-hamburger-container:-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0)
}

.menu-header-hamburger-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    outline: 1px solid rgba(0, 0, 0, 0)
}

.menu-header-hamburger-container .header_hamburger {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.menu-header-hamburger-container .header_hamburger li a {
    font-size: 20px;
    font-family: "PoppinsRegular";
    color: var(--white);
    background: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    padding: 12px 0
}

.menu-header-hamburger-container .header_hamburger li a:hover {
    color: #ee1c24
}

.menu-header-hamburger-container .header_hamburger li .dropdown-menu {
    padding: 0 10px
}

.menu-header-hamburger-container .header_hamburger li .dropdown-menu a {
    font-size: 14px;
    font-family: "PoppinsBold"
}

@media(min-width: 992px) {
    .desktop_menu .menu-item-has-children .span_down {
        right: 0
    }

    .desktop_menu .menu-item-has-children>.dropdown-toggle {
        padding-right: 30px
    }

    .desktop_menu .menu-item-has-children .dropdown-menu {
        background: #150c3f;
        border-radius: 0 0 6px 6px
    }

    .desktop_menu .menu-item-has-children .dropdown-menu a {
        color: #fff;
        font-size: 14px;
        font-family: "PoppinsBold"
    }

    .desktop_menu .menu-item-has-children .dropdown-menu a:hover,
    .desktop_menu .menu-item-has-children .dropdown-menu a:focus {
        color: #ee1c24
    }

    .desktop_menu .menu-item-has-children .dropdown-menu .dropdown-menu {
        left: calc(100% - 10px);
        top: 0
    }

    .desktop_menu .menu-item-has-children:hover .dropdown-menu {
        display: block
    }

    .desktop_menu .menu-item-has-children:hover .dropdown-menu .dropdown-menu {
        position: static;
        padding-left: 10px
    }
}

@media(max-width: 1199px) {
    .header_search_input .product-search input[type=search] {
        font-size: 12px;
        width: 250px
    }

    .navbarheader .sign-in-btn {
        font-size: 15px;
        line-height: 20px
    }
}

@media(max-width: 991px) {
    .navbarheader .navbar-right {
        column-gap: 30px
    }

    .menu-item-has-children.open::before {
        transform: rotate(180deg)
    }

    li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown.menu-item-5731.nav-item.open .dropdown-menu a:hover {
        color: #ee1c24;
        background: rgba(0, 0, 0, 0)
    }

    .menu-item-has-children:before {
        display: none
    }

    .menu-item-has-children .span_down {
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 1
    }

    .menu-item-has-children .span_down:before {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900
    }

    .menu-item-has-children .span_down.open {
        color: #ee1c24
    }

    .menu-item-has-children .span_down.open~.dropdown-menu {
        display: block;
        background: #150c3f;
        position: static;
        border: none
    }

    .menu-item-has-children .span_down.open~.dropdown-menu .menu-item-has-children>.dropdown-item {
        width: 100%;
        position: relative;
        color: #fff !important
    }

    .menu-item-has-children .span_down.open~.dropdown-menu>li.menu-item-has-children .dropdown-menu {
        display: block;
        background: #150c3f;
        position: static;
        border: none
    }
}

@media(max-width: 767px) {
    .desktop_menu {
        display: none !important
    }

    .mobile_menu {
        display: block
    }

    .product-search input[type=search] {
        width: 100%
    }

    .navbarheader .mob-container-navbar .order-0 {
        margin-right: auto
    }

    .navbarheader .navbar-brand img {
        max-width: 140px
    }

    .navbarheader .navbar-right {
        flex-direction: row;
        column-gap: 20px
    }

    .navbarheader .checkout-cart {
        margin-right: 10px
    }

    .navbarheader .checkout-cart .checkout-cart-counter {
        top: -5px
    }

    span.hamb-menu-title {
        display: none
    }

    .signin-mob-btn .danger-button {
        font-size: 18px;
        padding: 10px 30px;
        border: 0;
        width: 100%;
        max-width: 250px;
        height: auto;
        margin: 0 auto;
        position: relative
    }

    .signin-mob-btn {
        padding: 20px 0;
        border-bottom: 1px solid #5f5671
    }

    .hamburger-social-wrapper {
        position: inherit;
        width: 100%;
        text-align: center;
        margin-top: 25px
    }

    .hamburger-social-wrapper a {
        padding: 0 16px
    }
}

.evil_game_banner_wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 0
}

.evil_game_banner_wrap:before {
    content: "";
    opacity: .8;
    background: linear-gradient(4deg, #000 3.29%, rgba(0, 0, 0, 0.97) 52.28%, rgba(0, 0, 0, 0) 96.84%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.evil_game_banner_wrap .eg-caption {
    text-align: center;
    position: relative;
    z-index: 1
}

.evil_game_banner_wrap .evil_title {
    font-size: 48px
}

.evil_game_slider_wrap {
    padding: 40px 0 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.evil_game_slider_wrap:before {
    content: "";
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.97) 18.23%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.evil_game_slider_wrap .slider_img img {
    display: inline-block
}

.game_slider_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px 30px;
    align-items: center;
    position: relative;
    z-index: 1
}

.evil_game_slider_container {
    margin-bottom: 0 !important
}

.evil_game_slider_container .slick-dots {
    max-width: 180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 5px;
    background-color: rgba(0, 0, 0, .76);
    border: 1px solid #fff;
    border-radius: 50px
}

.evil_game_slider_container .slick-dots li {
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 5px 2px
}

.evil_game_slider_container .slick-dots li.slick-active {
    border-color: #e82126;
    background-color: #e82126
}

.evil_game_slider_container .slick-dots li button {
    display: none
}

.evil_game_slider_container .slick-arrow {
    top: auto;
    bottom: 18px;
    z-index: 10;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.evil_game_slider_container .slick-arrow:before {
    display: none
}

.evil_game_slider_container .slick-prev {
    left: calc(50% - 75px);
    background-image: url("../../assets/images/slider/Left-Arrow.svg")
}

.evil_game_slider_container .slick-next {
    right: calc(50% - 75px);
    background-image: url("../../assets/images/slider/Right-Arrow.svg")
}

.evil_game_slider_container .slick-prev:focus,
.evil_game_slider_container .slick-prev:hover {
    background-image: url("../../assets/images/slider/Left-Arrow.svg")
}

.evil_game_slider_container .slick-next:hover,
.evil_game_slider_container .slick-next:focus {
    background-image: url("../../assets/images/slider/Right-Arrow.svg")
}

.evil_alternate_img_sec {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.alternate_img_txt_wrapp {
    margin-bottom: 80px
}

.alternate_img_txt_wrapp .evil_title {
    margin-bottom: 100px
}

.alternate_img_txt_block {
    background-image: url("../images/bg/bg-game-sgape-image.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 0 100px;
    grid-gap: 30px;
    position: relative
}

.alternate_img_txt_block .txt_wrapp {
    padding: 60px 0
}

.alternate_img_txt_block .img_wrapp {
    position: relative
}

.alternate_img_txt_block .img_wrapp img {
    position: absolute;
    max-width: 100%;
    top: -90px
}

.evil_alternate_card_sec {
    padding: 50px 0
}

.evil_alternate_card {
    border: 1px solid rgba(255, 255, 255, .6);
    background-color: rgba(0, 0, 0, .4)
}

.evil_alternate_card .card_img {
    padding: 15px 0;
    aspect-ratio: 1/.55;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.evil_alternate_card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.evil_alternate_card .card_txt {
    padding: 30px 20px
}

.evil_alternate_card .e_heading {
    color: #fff;
    justify-content: center
}

.evil_alternate_card .e_heading .av_txt {
    width: 100%
}

.game_evg_adventure_sec {
    margin: 3rem 0 7rem
}

.game_evg_adventure_sec .inner-adventure-section .centred-text-mob {
    z-index: 1
}

.game_evg_adventure_sec .inner-adventure-section .centred-text-mob .demo {
    font-size: 28.5px !important
}

.game_evg_adventure_sec .inner-adventure-section .centred-text-mob .demo>div {
    color: #ee1c24;
    font-size: inherit
}

.circle-map {
    width: 300px;
    height: 300px;
    background: url("../images/kong-map.webp") no-repeat center;
    border-radius: 100%;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(min-width: 992px) {
    .evil_game_slider_wrap {
        aspect-ratio: 1/.3
    }

    .game_slider_row {
        grid-template-columns: repeat(2, 1fr)
    }

    .game_slider_row .game_slider_col_cap {
        order: -1
    }

    .evil_game_caption {
        padding: 50px 0
    }

    .alternate_img_txt_block .img_wrapp img {
        left: -75px
    }

    .alternate_img_txt_block.reverse_web_block {
        grid-template-columns: 2fr 1fr;
        background-image: url("../images/bg/bg-game-sgape-image-reverse.webp")
    }

    .alternate_img_txt_block.reverse_web_block .txt_wrapp {
        order: -1
    }

    .alternate_img_txt_block.reverse_web_block .img_wrapp img {
        left: auto
    }

    .evil_alternate_card .e_txt {
        min-height: 100px
    }
}

@media(max-width: 991px) {
    .evil_game_banner_wrap .evil_title span {
        display: block
    }

    .evil_game_slider_container .slick-dots {
        background-color: rgba(0, 0, 0, 0);
        border: none
    }

    .evil_game_slider_wrap:before {
        background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.97) 18.23%, rgba(0, 0, 0, 0) 100%)
    }

    .evil_game_slider_wrap .slider_img {
        max-width: 300px;
        margin: 0 auto
    }

    .evil_game_slider_wrap .slider_img img {
        max-width: 100%
    }

    .evil_game_caption .evil_txt_wrapp {
        text-align: center
    }

    .evil_game_caption .evil_txt_wrapp .e_heading {
        justify-content: center
    }

    .evil_game_caption .evil_txt_wrapp .e_heading .av_txt {
        width: 100%
    }

    .alternate_img_txt_wrapp {
        margin-bottom: 70px
    }

    .alternate_img_txt_wrapp:last-child {
        margin-bottom: 0
    }

    .alternate_img_txt_wrapp .evil_title {
        margin-bottom: 115px
    }

    .alternate_img_txt_block {
        background-image: url("../images/bg/bg-game-sgape-image-mob.webp");
        grid-template-columns: repeat(1, 1fr);
        max-width: 600px;
        margin: 0 auto;
        padding: 0;
        grid-gap: 0
    }

    .alternate_img_txt_block.reverse_web_block {
        background-image: url("../images/bg/bg-game-sgape-image-mob-reverse.webp")
    }

    .alternate_img_txt_block .img_wrapp {
        text-align: center;
        margin-top: -90px
    }

    .alternate_img_txt_block .img_wrapp img {
        position: static;
        top: auto
    }

    .alternate_img_txt_block .txt_wrapp {
        padding: 0 30px 40px;
        text-align: center
    }

    .alternate_img_txt_block .txt_wrapp .e_heading {
        justify-content: center
    }

    .alternate_img_txt_block .txt_wrapp .e_heading .av_txt {
        width: 100%
    }

    .alternate_img_txt_block .txt_wrapp .e_heading .av_img {
        display: flex
    }

    .evil_alternate_card .e_txt,
    .evil_txt_wrapp .e_txt {
        text-align: left
    }

    .evil_alternate_card_sec {
        padding: 0;
        margin-top: 50px
    }

    .evil_alternate_card_sec [class*=col-] {
        margin-bottom: 70px
    }

    .evil_alternate_card_sec [class*=col-]:last-child {
        margin-bottom: 0
    }

    .evg-adventure-sec .adventure-content {
        top: 30px
    }

    .evg-adventure-sec .sb10:before,
    .evg-adventure-sec .sb10:after {
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .game_evg_adventure_sec {
        margin-bottom: 100px
    }
}

@media(max-width: 767px) {
    .circle-map {
        top: 185px;
        width: 250px;
        height: 250px
    }

    .evg-adventure-sec .circle {
        top: 185px
    }

    .game_evg_adventure_sec .slick-slider-new .slick-arrow {
        top: 310px
    }
}

@media(max-width: 575px) {
    .evil_game_banner_wrap .evil_title {
        font-size: 34px
    }

    .alternate_img_txt_block .img_wrapp {
        max-width: 300px;
        margin: -90px auto 0
    }

    .evil_alternate_card .card_img {
        aspect-ratio: 1/.8
    }
}

.aboutus-main-wrpr .aboutus-grid {
    position: relative;
    padding: 30px 0;
    align-items: center
}

.aboutus-main-wrpr .aboutus-grid:before {
    content: "";
    width: 85%;
    height: 100%;
    background-color: rgba(0, 102, 196, .2);
    border: 1px solid rgba(255, 255, 255, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.aboutus-main-wrpr .cols-two h3 {
    font-size: 36px;
    margin-bottom: 20px
}

.aboutus-main-wrpr .cols-two p {
    font-family: "PoppinsLight";
    line-height: 28px;
    margin-bottom: 0
}

.feature-cool-main-wrpr {
    margin-top: 90px
}

.feature-content {
    max-width: 1000px;
    margin: 0 auto 60px;
    align-items: center
}

.feature-content .content h4 {
    font-size: 34px;
    margin-bottom: 22px
}

.feature-content .content p {
    font-size: 16px;
    font-family: "PoppinsLight";
    line-height: 26px
}

.feature-content .content ul {
    padding-left: 20px
}

.feature-content .contentimage {
    text-align: center;
    background: url(../images/product-img-bg.png) no-repeat center;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px
}

.feature-content .contentimage img {
    max-width: 100%
}

.core-rulebook-wrpr {
    background: url("../images/bg/corerulebook-new.png") no-repeat center;
    background-size: 100% 100%;
    padding: 80px 0;
    margin-bottom: 50px
}

.core-rulebook-wrpr .core-rulebook-row {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    align-items: center;
    justify-content: center
}

.core-rulebook-wrpr h3 {
    font-size: 34px;
    margin-bottom: 24px
}

.core-rulebook-wrpr ul {
    margin-bottom: 24px;
    padding-left: 25px
}

.core-rulebook-wrpr ul li {
    font-size: 16px;
    font-weight: 300;
    font-family: "PoppinsLight";
    margin-bottom: 8px
}

.banner_form_wrap .coming_soon_form_list {
    max-width: 500px;
    margin: 0 auto
}

.banner_form_wrap .coming_soon_form_list>p {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px
}

.banner_form_wrap .coming_soon_form_list>p>label {
    width: 100%
}

.banner_form_wrap .coming_soon_form_list>p>.wpcf7-form-control-wrap {
    width: calc(100% - 182px)
}

.banner_form_wrap .coming_soon_form_list>p>.wpcf7-form-control-wrap input {
    width: 100%
}

.banner_form_wrap .coming_soon_form_list>p>input.coming_sn_btn {
    min-width: auto;
    width: 150px;
    padding: 0 30px;
    margin: 0 !important
}

.games_sourcebook_sec {
    background: none
}

.games_sourcebook_sec.sb_sec_1 {
    padding-top: 15px
}

.games_sourcebook_sec .header-section {
    padding: 0
}

.games_sourcebook_sec .sourcebook-card {
    padding: 60px;
    background-size: 100% 100%
}

.games_sourcebook_sec .sourcebook-card img {
    width: auto
}

.games_sourcebook_sec .sourcebook-card-inner {
    padding: 0;
    align-self: center
}

.games_sourcebook_sec .ehero-adgame-img {
    position: static;
    text-align: center;
    margin-top: -115px
}

.sourcebooks_heading {
    margin-bottom: 30px
}

.sourcebooks_heading h5 {
    margin-bottom: 0
}

.sourcebooks_heading .available_date {
    font-size: 14px;
    font-family: "PoppinsRegular";
    background-color: #92c0ff;
    color: #1e1e1e;
    border-radius: 9px;
    display: inline-block;
    padding: 6px 8px;
    vertical-align: middle
}

@media(min-width: 992px) {
    .games_sourcebook_sec .sourcebook-card.reverse_web_block {
        grid-template-columns: repeat(2, 1fr);
        background-image: url("../images/bg/bg-game-sgape-image.webp")
    }

    .games_sourcebook_sec .sourcebook-card.reverse_web_block .order-lg-1 {
        order: 2 !important
    }
}

@media(max-width: 1199px) {
    .aboutus-main-wrpr .aboutus-grid {
        align-items: flex-start
    }
}

@media(max-width: 991px) {
    .banner_form_wrap .coming_soon_form_list {
        max-width: 400px
    }

    .banner_form_wrap .coming_soon_form_list>p {
        display: block
    }

    .banner_form_wrap .coming_soon_form_list>p>.wpcf7-form-control-wrap {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px
    }

    .banner_form_wrap .coming_soon_form_list>p>.wpcf7-form-control-wrap input {
        height: auto;
        padding: 15px
    }

    .banner_form_wrap .coming_soon_form_list>p>input.coming_sn_btn {
        width: 100%;
        font-size: 20px;
        height: auto;
        padding: 10px 20px
    }

    .aboutus-main-wrpr .aboutus-grid {
        padding: 15px 0
    }

    .aboutus-main-wrpr .aboutus-grid:before {
        width: 100%
    }

    .aboutus-main-wrpr .cols-two h3 {
        font-size: 28px;
        margin-bottom: 10px;
        margin-top: 20px
    }

    .aboutus-main-wrpr .cols-two p {
        font-size: 14px;
        line-height: 26px
    }

    .feature-cool-main-wrpr {
        margin-top: 65px
    }

    .feature-content .content h4 {
        font-size: 30px
    }

    .feature-content .content p {
        font-size: 15px
    }

    .core-rulebook-wrpr {
        background: none;
        border: 1px solid rgba(255, 255, 255, .5333333333);
        padding: 30px 20px
    }

    .core-rulebook-wrpr .core-rulebook-row {
        grid-template-columns: repeat(1, 1fr)
    }

    .core-rulebook-wrpr h3,
    .core-rulebook-wrpr .cols-1-btn {
        text-align: center
    }

    .games_sourcebook_sec .sourcebook-card {
        grid-row-gap: 20px
    }

    .games_sourcebook_sec .ehero-adgame-img {
        margin-bottom: 0
    }

    .games_sourcebook_sec .sourcebook-card-inner {
        text-align: left
    }
}

@media(max-width: 767px) {
    .core-rulebook-wrpr h3 {
        font-size: 24px
    }

    .core-rulebook-wrpr ul li {
        font-size: 14px
    }
}

@media(max-width: 575px) {
    .core-rulebook-wrpr .core-rulebook-row {
        max-width: 100%
    }

    .games_sourcebook_sec .sourcebook-card {
        padding: 30px;
        margin-top: 70px
    }

    .games_sourcebook_sec .ehero-adgame-img {
        margin-top: -90px
    }

    .games_sourcebook_sec .ehero-adgame-img img {
        max-width: 70%
    }
}

.blog-title-section {
    margin: 30px 0
}

.blog-title-section h2 {
    margin-bottom: 0
}

.blog-list-page .blog-card {
    margin-bottom: 30px
}

.blog-card-main {
    display: flex;
    align-items: center;
    column-gap: 30px
}

.blog-card-main .blog-card-img-wrpr {
    width: 100%;
    max-width: 400px;
    flex: none
}

.blog-card-main .blog-card-desc {
    width: 100%;
    background-color: #150c3f;
    padding: 25px
}

.blog-card-main .blog-card-desc .blog-card-name {
    margin-bottom: 15px
}

.blog-card-main .blog-card-desc .blog-card-name h3 {
    margin-bottom: 0
}

.blog-card-main .blog-card-desc .post_meta {
    margin-bottom: 15px;
    color: #92c0ff;
    font-family: "PoppinsRegular";
    display: flex;
    gap: 15px 30px
}

.blog-card-main .blog-card-desc .post_meta i.fa {
    padding-right: 8px
}

.blog-card-main .blog-card-desc .blog-card-excerpt {
    margin-bottom: 20px;
    font-family: "PoppinsRegular"
}

.blog-card-main .blog-card-desc .blog-card-share {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    font-family: "PoppinsRegular"
}

.blog-card-main .blog-card-desc .read-more a {
    text-decoration: underline
}

.blog-card-main .blog-card-desc .read-more a:hover {
    color: #ee1c24
}

.blog-card-main .blog-card-desc .share-items-wrap {
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 10px 15px
}

.single-article .blog-meta-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.single-article .post_meta {
    display: flex;
    gap: 30px;
    color: #92c0ff;
    font-family: "PoppinsRegular"
}

.single-article .post_meta i.fa {
    padding-right: 8px
}

.single-article .share-items-wrap {
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 10px 15px
}

.single-article .content p {
    color: #b0b0b0
}

.single-article .wp-block-image img {
    width: 100%
}

.comments-section,
.blog-details-wrapper-left {
    border: 1px solid #2c2c2c;
    padding: 20px;
    margin-top: 20px
}

.comments-section .shop-title-section,
.blog-details-wrapper-left .shop-title-section {
    margin-bottom: 20px
}

.comments-section .shop-title-section,
.blog-details-wrapper-left .shop-title-section {
    display: flex;
    justify-content: space-between
}

.comments-section .shop-title-section h1,
.blog-details-wrapper-left .shop-title-section h1 {
    font-size: 36px;
    margin: 0
}

.blog-details-wrapper-right {
    margin-top: 20px
}

.blog-details-wrapper-right h3.widget_title {
    font-size: 24px;
    margin-bottom: 10px
}

.blog-details-wrapper-right .right-inside {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.blog-details-wrapper-right .right-inside .post-img-section {
    width: 90px;
    background-color: #150c3f;
    flex: none
}

.blog-details-wrapper-right .right-inside .post-img-section img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.blog-details-wrapper-right .right-inside .post_meta {
    font-size: 11px
}

.comment-post-wrapper .form-submit {
    text-align: right
}

@media(min-width: 992px) {
    .blog-card-main.even-card {
        flex-direction: row-reverse
    }
}

@media(max-width: 991px) {
    .blog-list-page .blog-card {
        margin-bottom: 40px
    }

    .blog-card-main {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .blog-card-main .blog-card-excerpt {
        font-size: 14px
    }

    .blog-details-wrapper-left .shop-title-section h1 {
        font-size: 30px
    }

    .single-article .post_meta {
        font-size: 13px
    }

    .single-article .share-items-wrap {
        font-size: 24px
    }

    .single-article .content {
        font-size: 14px
    }

    .comment-post-wrapper .form-submit {
        text-align: center
    }
}

.freedownload-section {
    padding-bottom: 2rem;
    position: relative
}

.coresystem-section {
    background-image: url("../images/bg/red-circle.png");
    background-repeat: no-repeat;
    background-position: 62% 100%;
    background-size: 17%;
    padding-bottom: 4rem
}

.coresystem-section .cs-main {
    background-color: rgba(0, 102, 196, .2);
    border: 1px solid var(--white);
    padding: 0 38px 0px;
    margin-top: 90px
}

.store-cm-material {
    margin-top: 8rem;
    padding-left: 2.2rem
}

.store-cm-images:before,
.store-cm-images:after {
    position: absolute;
    content: "";
    display: block;
    height: 16vw;
    width: 9vw;
    border: 2px solid var(--red)
}

.store-cm-images:before {
    border-bottom: none;
    border-right: none;
    left: -2px;
    top: -2px
}

.store-cm-images:after {
    border-top: none;
    border-left: none;
    right: -2px;
    bottom: -2px
}

.store-cm-images .store-cm-img {
    width: 100%;
    object-fit: contain
}

.scm-content,
.scm-image {
    display: none
}

.scm-content.active,
.scm-image.active {
    display: block
}

.store-section {
    padding-bottom: 50px
}

.store-section .store-cm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 3rem;
    position: relative;
    top: -16px
}

.store-section .store-cm-images {
    width: 500px;
    height: 500px;
    margin-left: auto;
    position: relative
}

.store-section .store-cm-buttons {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px
}

.store-section .double-arrow {
    position: absolute;
    width: 59%;
    top: 50px;
    left: 0px
}

.store-section .scm-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 32px;
    transition: all .3s ease-in-out
}

.store-section .scm-image {
    width: 100%;
    height: auto;
    text-align: center
}

.home_bundles_sec {
    padding: 50px 0
}

.home_bundles_sec .home_bundles_title {
    display: flex;
    margin-bottom: 30px
}

.home_bundles_sec .home_bundles_title .shop-view-all-btn {
    flex: none;
    margin-left: auto
}

.h_bundle_wrap {
    background: linear-gradient(0deg, rgba(15, 28, 54, 0.6), rgba(15, 28, 54, 0.6));
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    padding-bottom: 90px
}

.h_bundle_wrap .bundle_img {
    aspect-ratio: 1/1;
    background-color: #1f1256
}

.h_bundle_wrap .bundle_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.h_bundle_wrap .bundle_txt {
    padding: 30px 15px 0
}

.h_bundle_wrap .bundle_txt .b_heading {
    margin-bottom: 15px
}

.h_bundle_wrap .bundle_txt p {
    margin-bottom: 0
}

.h_bundle_wrap .bundle_txt .link_dv {
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

section.jd-section.loaded {
    background-image: url("../images/bg/Join-the-conversation-min.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    aspect-ratio: 1/.35;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.jd-section .red-circle {
    display: none
}

.jd-container {
    display: flex;
    justify-content: right
}

.jd-container .jd-content {
    width: 100%;
    max-width: 700px
}

.jd-container .jd-content h1 {
    font-size: 52px;
    margin-bottom: 30px
}

.jd-container .jd-content p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: 550px
}

.jd-container .jd-content a {
    display: inline-block
}

.jd-container .jd-content .discord-button {
    width: 100%;
    max-width: 250px
}

@media(min-width: 992px) {
    .h_bundle_wrap {
        height: 100%
    }
}

@media(min-width: 1025px) {
    .store-section {
        padding-bottom: 0
    }

    .store-section .store-cm-contents {
        bottom: auto;
        margin-top: -180px
    }
}

@media(max-width: 1400px) {
    .store-cm-material {
        margin-top: 2rem;
        padding-left: 0
    }

    .store-section .store-cm-buttons {
        width: 580px;
        height: 237.6px;
        overflow-y: scroll;
        position: relative;
        align-items: end;
        padding-bottom: 0px
    }

    .store-section .double-arrow {
        width: 127%;
        top: 20px
    }

    .jd-container .jd-content {
        max-width: 600px
    }

    .jd-container .jd-content h1 {
        font-size: 42px;
        margin-bottom: 20px
    }

    .jd-container .jd-content p {
        font-size: 20px;
        margin-bottom: 30px
    }

    .jd-container .jd-content .discord-button {
        max-width: 210px
    }
}

@media(max-width: 1200px) {
    .store-section .store-cm-buttons {
        width: 500px;
        height: 228px
    }

    .store-section .scm-flex {
        padding-right: 24px
    }

    .store-section .store-cm-images {
        width: auto;
        height: auto
    }
}

@media(max-width: 1024px) {
    .store-section .store-cm-grid {
        grid-template-columns: 1fr;
        grid-gap: 5rem 2rem;
        position: relative;
        top: 0;
        place-items: center
    }

    .store-section .store-cm-buttons {
        width: 100%
    }

    .store-section .double-arrow {
        width: 100%;
        margin: 0 auto;
        right: 0px
    }

    .store-section .store-cm-images {
        margin: 0 auto
    }
}

@media(max-width: 991px) {
    .store-section .store-cm-buttons {
        padding-bottom: 0
    }

    .home_bundles_sec .row {
        row-gap: 40px
    }

    .jd-section .red-circle {
        width: 140px;
        height: 140px
    }

    .jd-container .jd-content {
        max-width: 450px;
        margin-right: 30px
    }

    .jd-container .jd-content h1 {
        font-size: 32px;
        margin-bottom: 15px
    }

    .jd-container .jd-content p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .jd-container .jd-content .discord-button {
        max-width: 200px
    }
}

@media(max-width: 767px) {
    .coresystem-section {
        background-position: center 52%;
        background-size: 55%;
        padding-bottom: 3rem;
        padding-top: 60px
    }

    .jbm-flex .home-blog-title {
        position: static;
        padding: 10px 15px;
        margin: 0;
        background-color: rgba(0, 0, 0, .7)
    }

    .store-cm-material {
        margin-top: 0;
        width: 100%
    }

    .store-section .store-cm-buttons {
        height: 150.3px;
        padding-bottom: 0
    }

    .store-section .double-arrow {
        width: auto
    }

    .store-section .scm-flex {
        flex: 0 0 80px;
        padding-right: 0px
    }

    .store-section .store-cm-images {
        width: auto;
        height: auto
    }

    .store-section .store-cm-img {
        width: 250px
    }

    .jd-section {
        background-image: url("../images/bg/discord-bg-mob3.webp");
        aspect-ratio: 1/.65
    }

    .jd-section .red-circle {
        display: none
    }

    .jd-container {
        justify-content: center;
        text-align: center
    }

    .jd-container .jd-content {
        max-width: 55%;
        margin-right: 0
    }

    .jd-container .jd-content h1 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 12px
    }

    .jd-container .jd-content p {
        font-size: 12px;
        line-height: 20px;
        padding: 0 20px;
        margin-bottom: 20px
    }

    .jd-container .jd-content .discord-button {
        max-width: 130px
    }
}

@media(max-width: 575px) {
    .store-section .double-arrow .img-fluid {
        max-width: 500px
    }

    .home_bundles_sec .home_bundles_title .evil_view_all_btn {
        font-size: 12px;
        padding: 10px 15px
    }
}

.why-we-exist .content-section .title,
.who-we-are .content-section .title {
    margin-bottom: 20px
}

.why-we-exist .content-section .about-desc,
.who-we-are .content-section .about-desc {
    font-family: "PoppinsRegular"
}

.why-we-exist .content-section .about-desc p,
.who-we-are .content-section .about-desc p {
    color: #b0b0b0
}

.who-we-are {
    margin-top: 50px
}

.our-team {
    margin-top: 40px;
    padding: 30px 0;
    background-color: #150c3f
}

.our-team .store-cm-material {
    text-align: center;
    margin-top: 50px;
    padding: 0;
    display: flex;
    justify-content: center
}

.our-team .store-cm-buttons {
    margin: 0 auto 30px;
    padding-bottom: 20px;
    column-gap: 5px;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    overflow-x: scroll
}

.our-team .store-cm-buttons:before {
    content: "";
    position: absolute;
    top: 20px;
    height: 2px;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 1230px;
    background-color: rgba(255, 255, 255, .5)
}

.our-team .store-cm-buttons::-webkit-scrollbar {
    width: 1px;
    height: 4px;
    border-radius: 6px
}

.our-team .store-cm-buttons::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    padding: 4px 0
}

.our-team .store-cm-buttons::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    outline: 1px solid #2c2c2c
}

.our-team .double-arrow {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0
}

.our-team .double-arrow img {
    width: 100%;
    display: none
}

.our-team .scm-flex {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    padding-top: 70px
}

.our-team .scm-flex:before {
    top: 14px
}

.our-team .scm-flex span {
    font-size: 16px;
    padding-top: 10px;
    text-wrap: nowrap;
    min-width: 150px
}

.our-team .scm-flex.active .store-arrow {
    left: -17px;
    top: -71px
}

.our-team .scm-flex.active .store-arrow:before {
    height: 57px;
    top: 4px
}

.our-team .scm-flex.active path {
    fill: #ee1c24
}

.team-content-sec {
    padding-top: 20px
}

.team-content-wrap .team-group {
    display: none
}

.team-content-wrap .team-group.active {
    display: block
}

.team-grp-images {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center
}

.team-grp-images .img-card {
    flex: 0 0 16.6666666667%;
    padding: 10px
}

.team-grp-images .img-card img {
    width: 100%
}

.team-grp-images .card-desc {
    padding: 10px 0;
    text-align: center;
    font-weight: 500
}

.team-grp-images .card-desc .name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700
}

.team-grp-images .card-desc .designation {
    font-size: 14px
}

.join-our-tem {
    padding: 60px 0
}

.join-our-tem .screen-reader-response {
    display: none
}

.join-our-tem label {
    color: #d9d9d9
}

.join-our-tem>p:first-of-type {
    font-size: 22px;
    margin-bottom: 30px
}

.join-our-tem .contact-us-form-wrapper {
    background-image: url("../images/join-team-form-bg.png")
}

.join-our-tem .contact-us-form-wrapper p {
    color: #d9d9d9;
    font-family: "PoppinsLight"
}

.join-our-tem .contact-us-form-wrapper input[type=file] {
    display: block;
    padding-top: 40px;
    margin-bottom: 40px
}

.contact-page-form-wrapper,
.contact-us-form-wrapper {
    padding: 30px 20px;
    position: relative;
    background-color: #181818;
    border-radius: 14px;
    background-size: cover;
    background-position: center
}

.contact-page-form-wrapper p,
.contact-us-form-wrapper p {
    margin-bottom: 0px
}

.contact-page-form-wrapper .contact-form-control,
.contact-page-form-wrapper .contact-form-textarea,
.contact-page-form-wrapper .contact-form-select,
.contact-us-form-wrapper .contact-form-control,
.contact-us-form-wrapper .contact-form-textarea,
.contact-us-form-wrapper .contact-form-select {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(85, 85, 85, .2);
    color: #dbdbdb;
    font-size: 14px;
    padding: 11px 12px;
    border-radius: 8px;
    width: 100%
}

.contact-page-form-wrapper .contact-form-control::placeholder,
.contact-page-form-wrapper .contact-form-textarea::placeholder,
.contact-us-form-wrapper .contact-form-control::placeholder,
.contact-us-form-wrapper .contact-form-textarea::placeholder {
    text-transform: capitalize
}

.contact-page-form-wrapper .contact-form-textarea,
.contact-us-form-wrapper .contact-form-textarea {
    height: 100px
}

.contact-page-form-wrapper .file_wrapp,
.contact-us-form-wrapper .file_wrapp {
    position: relative
}

.contact-page-form-wrapper .file_wrapp .wpcf7-file::before,
.contact-us-form-wrapper .file_wrapp .wpcf7-file::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media(min-width: 992px) {
    .mobile_who_we_are {
        display: none
    }
}

@media(min-width: 1200px) {

    .why-we-exist .row,
    .who-we-are .row {
        margin: 0 -30px
    }

    .why-we-exist .row [class*=col-],
    .who-we-are .row [class*=col-] {
        padding: 0 30px
    }
}

@media(max-width: 991px) {
    .desktop_who_we_are {
        display: none
    }

    .why-we-exist .image-section,
    .who-we-are .image-section {
        margin-bottom: 15px
    }

    .our-team .store-cm-buttons {
        height: 200px
    }

    .our-team .store-cm-buttons:before {
        min-width: 1090px
    }

    .our-team .double-arrow {
        top: 20px
    }

    .our-team .scm-flex button {
        width: 70px;
        height: 70px
    }

    .our-team .scm-flex button img,
    .our-team .scm-flex button svg {
        width: 35px
    }

    .our-team .scm-flex span {
        font-size: 15px;
        min-width: 130px
    }

    .our-team .scm-flex.active .store-arrow {
        left: -18px;
        top: -70px
    }

    .team-grp-images .img-card {
        flex: 0 0 20%
    }
}

@media(max-width: 767px) {
    .scm-flex.active .store-arrow:before {
        background: url(../images/svgs/store-active-mobarrow.svg) no-repeat
    }

    .our-team .store-cm-buttons {
        height: auto
    }

    .our-team .store-cm-buttons:before {
        height: 1px;
        min-width: 760px;
        top: 15px
    }

    .our-team .scm-flex {
        flex: 0 0 90px;
        padding-top: 50px
    }

    .our-team .scm-flex:before {
        top: 8px
    }

    .our-team .scm-flex.active .store-arrow {
        top: -52.5px;
        left: -14px
    }

    .our-team .scm-flex.active .store-arrow:before {
        width: 30px;
        height: 45px
    }

    .our-team .scm-flex button {
        width: 52px;
        height: 52px
    }

    .our-team .scm-flex img,
    .our-team .scm-flex svg {
        width: 28px
    }

    .our-team .scm-flex span {
        display: block;
        font-size: 9px;
        min-width: max-content
    }

    .img-card-mob {
        flex: 0 0 16.6666666667%
    }

    .join-our-tem .contact-us-form-wrapper [class*=col-] {
        margin-bottom: 1.5rem
    }

    .join-our-tem .contact-us-form-wrapper [class*=col-]:last-child {
        margin-bottom: 0
    }

    .join-our-tem .join-team-btn {
        text-align: center
    }
}

@media(max-width: 575px) {
    .our-team .double-arrow img {
        max-width: 550px
    }

    .team-grp-images .card-desc .name {
        font-size: 14px
    }

    .team-grp-images .card-desc .designation {
        font-size: 12px
    }
}

.offer_purchase_wrapp {
    background: linear-gradient(90.26deg, #EE1C24 0%, rgba(189, 13, 20, 0) 100.96%);
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.offer_purchase_wrapp .icn {
    flex: none;
    display: inline-block;
    background: url("../images/icons/save-tag-icon.svg") no-repeat center;
    background-size: contain;
    width: 42px;
    height: 42px
}

.main-filter-wrapper form.woocommerce-ordering:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.main-filter-wrapper form.woocommerce-ordering select.orderby {
    appearance: none;
    padding-right: 25px
}

.cat-banner {
    margin-bottom: 15px
}

.shop-section-title {
    font-size: 20px;
    font-family: "TheSludAndLionMedium";
    font-weight: 400;
    letter-spacing: 1px
}

.shop-title-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px
}

.reg_price .sale-price {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    max-width: 200px
}

.reg_price .sale-price br {
    display: none
}

.reg_price .sale-price del {
    opacity: .8
}

.reg_price .sale-price ins {
    text-decoration: none
}

.prod-name-price {
    padding: 15px;
    background-color: #150c3f;
    min-height: 125px
}

.prod-name-price .prod-name-med {
    text-decoration: none !important
}

.prod-name-price .prod-name-med.text-decoration-line-through .price {
    flex-wrap: wrap;
    max-width: 150px
}

.prod-name-price .prod-name-med .price {
    min-height: 60px
}

.prod-name-price .price {
    margin: 0;
    display: flex;
    column-gap: 5px
}

.prod-name-price .price br {
    display: none
}

.prod-name-price .price del {
    opacity: .8;
    text-decoration: line-through
}

.prod-name-price .price ins {
    text-decoration: none
}

.pro-med-shop-btn {
    text-align: center
}

.pro-med-shop-btn .btn-red {
    margin: 12px auto 0;
    padding: 8px 10px
}

.product-row-slider .prod-name-price .price {
    flex-wrap: wrap;
    max-width: 200px
}

.post-type-archive-product .prod-name-price h3.prod-name-med {
    min-height: 42px
}

.products.columns-4 .prod-name-med {
    min-height: 42px
}

.archive .prod-name-price h3.prod-name-med,
.page-template-custom-shop-page .prod-name-price h3.prod-name-med {
    min-height: 43px
}

.archive img.prod-med-img {
    aspect-ratio: 1/1;
    object-fit: cover
}

.archive .archive_title_wrap {
    margin-top: -80px
}

.archive.tax-product_cat .shop-product-row {
    margin-top: 80px
}

.woocommerce-product-gallery {
    position: relative
}

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td {
    border-bottom: 1px solid #3c355e;
    border-top: none
}

.woocommerce .coupon-wrapper button[name=apply_coupon] {
    min-width: auto
}

.woocommerce .summary .price {
    font-size: 17px !important;
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
    max-width: 170px;
    column-gap: 6px
}

.woocommerce .summary .price br {
    display: none
}

.woocommerce .summary .price del {
    opacity: .8
}

.woocommerce .summary .price ins {
    text-decoration: none
}

.woocommerce .summary .woocommerce-variation-price .price {
    flex-direction: row
}

.woocommerce .add-cart-btn button[type=submit] {
    padding: 12px 20px
}

.woocommerce .related_prod_slider .prod-name-price .price {
    font-size: 14px
}

.woocommers-grid .awdr_cart_strikeout_line {
    letter-spacing: normal;
    display: flex;
    column-gap: 3px
}

.woocommers-grid .awdr_cart_strikeout_line del {
    opacity: .8
}

.woocommers-grid .awdr_cart_strikeout_line ins {
    text-decoration: none
}

.product-remove {
    text-align: center;
    margin-top: 20px
}

.product-remove .trash-icon {
    font-size: 20px
}

.woocommerce-checkout .woocommerce-order-downloads .woocommerce-table {
    border-collapse: collapse
}

.woocommerce-checkout .woocommerce-order-downloads .woocommerce-table th,
.woocommerce-checkout .woocommerce-order-downloads .woocommerce-table td {
    border: 1px solid #2c2c2c;
    vertical-align: top
}

.woocommerce-checkout .woocommerce-order-downloads .woocommerce-table .download-file a {
    font-size: 14px;
    display: flex;
    text-wrap: nowrap;
    align-items: center
}

.woocommerce-checkout .woocommerce-order-downloads .woocommerce-table .download-file a .icon-dnld {
    margin-right: 10px
}

.woocommerce-checkout #thwmscf-tab-panel-3 .checkout-coupon-toggle {
    margin: -20px -20px 30px
}

.woocommerce-checkout #thwmscf-tab-panel-3 .checkout-coupon-toggle .woocommerce-info {
    margin: 0
}

.woocommerce-checkout #thwmscf-tab-panel-3 .coupon-form button[name=apply_coupon] {
    background-color: #ee1c24;
    color: #fff;
    padding: 15px 20px;
    transition: all .25s linear;
    border-radius: 14px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.woocommerce-checkout #thwmscf-tab-panel-3 .coupon-form button[name=apply_coupon]:hover {
    background-color: #ae171c
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods {
    padding: 0 30px !important
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li input[type=radio] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li input[type=radio]+label {
    position: relative;
    width: 100%
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li input[type=radio]+label:before {
    content: "";
    height: 16px;
    width: 16px;
    background-color: #fff;
    position: absolute;
    left: -22px;
    top: 7px;
    border-radius: 100%;
    margin: 0;
    transform: none
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li input[type=radio]:checked+label:before {
    background-color: #ee1c24;
    border: none
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li .wc-stripe_cc-container .wc-stripe-label-payment-type:before {
    top: 3px
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li .wc-stripe_cc-container .wc-stripe-saved-methods-container {
    max-width: 300px
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li .wc-stripe_cc-new-method-container {
    background-color: #0b0b0b
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li

/*.wc-stripe_cc-new-method-container iframe{filter:invert(1) 	brightness(1.1) contrast(0.6)}*/
.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li .wc-stripe_cc-new-method-container .wc-stripe-save-source input[type=checkbox]+.save-source-checkbox {
    height: 16px;
    width: 16px;
    cursor: pointer
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li .wc-stripe_cc-new-method-container .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox {
    background-color: #ee1c24;
    border: none;
    height: 16px;
    width: 16px;
}

.payment_methods .save-source-checkbox,
.wc-stripe_cc-container .save-source-checkbox {
    height: 16px !important;
    width: 16px !important;
}

.woocommerce form .form-row label {
    opacity: 1;
}

.woocommerce-checkout #thwmscf-tab-panel-3 .wc_payment_methods li .wc-stripe_cc-new-method-container .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-color: #fff
}

.woocommerce-checkout #thwmscf-tab-panel-3 .place-order .woocommerce-terms-and-conditions-wrapper #terms {
    height: 16px;
    width: 16px;
    accent-color: #ee1c24;
    outline: none;
    cursor: pointer
}

.shop_bundle_section {
    margin-top: 50px
}

.bundle_shop_wrap img.prod-med-img {
    aspect-ratio: 1/1;
    object-fit: contain
}

@media(max-width: 1199px) {

    .single_collaction_sec .related_prod_slider .slick-arrow,
    .related-prod-details .related_prod_slider .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 10px;
        text-align: center
    }

    .single_collaction_sec .related_prod_slider .slick-arrow img,
    .related-prod-details .related_prod_slider .slick-arrow img {
        width: 10px
    }

    .single_collaction_sec .related_prod_slider .slick-prev,
    .related-prod-details .related_prod_slider .slick-prev {
        left: -5px
    }

    .single_collaction_sec .related_prod_slider .slick-next,
    .related-prod-details .related_prod_slider .slick-next {
        right: -5px
    }
}

@media(max-width: 991px) {
    .archive .archive_title_wrap {
        margin-top: -40px
    }
}

@media(max-width: 767px) {
    .woocommerce-checkout .woocommerce-order-downloads .woocommerce-table tr {
        display: flex;
        flex-wrap: wrap
    }

    .woocommerce-checkout .woocommerce-order-downloads .woocommerce-table th,
    .woocommerce-checkout .woocommerce-order-downloads .woocommerce-table td {
        width: 100%;
        border: 1px solid #2c2c2c !important
    }

    .woocommerce-checkout .woocommerce-order-downloads .woocommerce-table .download-product .prod-med-img-wrpr-download img {
        width: 70px !important
    }

    .woocommerce-checkout .woocommerce-order-downloads .woocommerce-table .download-file {
        position: static
    }

    .woocommerce-checkout .woocommerce-order-downloads .woocommerce-table .download-file a {
        font-size: 13px;
        text-wrap: nowrap;
        min-width: 130px
    }

    .woocommerce-checkout .woocommerce-order-downloads .woocommerce-table .download-file a .icon-dnld {
        margin-right: 10px
    }

    .woocommerce-order .thank-btn-section {
        flex-wrap: wrap;
        row-gap: 15px
    }

    .woocommerce-order .thank-you-right {
        padding: 100px 15px 20px
    }

    .woocommerce-order .thank-you-right .wc-item-meta {
        padding: 0
    }

    .archive .archive_title_wrap {
        margin-top: -20px
    }

    .archive.tax-product_cat .shop-product-row {
        margin-top: 40px
    }
}

@media(max-width: 600px) {
    .single_collaction_sec .related_prod_slider {
        padding: 0 12px
    }
}

.reflection {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
    transform: scaleY(-1);
    animation: reflection 2s linear infinite
}

.discount_class {
    width: 119px;
    background-image: url("../images/icons/discount_offer.svg") !important;
    background-size: contain;
    padding: 8px 10px 25px 12px !important;
    overflow: hidden
}

.prod-wrap .pre-otag {
    right: 40px
}

.single-product .prod-wrap {
    padding: 0 20px
}

.single-product .prod-wrap .discount_class {
    margin-left: 0;
    left: 8px
}

.single-product .prod-wrap:hover .discount_class {
    left: -1px
}

.single-product form.cart {
    padding-bottom: 0
}

.single-product .add-cart-btn {
    padding: 13px 0 20px
}

.single-product .summary .price[class*=woosb-price-] {
    font-size: 20px !important
}

.single-product .product-type-woosb {
    margin-top: 50px
}

.single-product .single_add_to_cart_button {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: .5
}

.single-product .single_add_to_cart_button.enabledBtn {
    pointer-events: auto;
    cursor: pointer !important;
    opacity: 1
}

.woosb-bundled .woosb-total,
.woosb-bundled .woosb-products {
    display: none
}

.woosb-bundled .woosb-total {
    font-size: 21px
}

.woosb-bundled .woosb-total .woocommerce-Price-amount {
    display: block
}

.woosb-bundled .woosb-products {
    display: none
}

.related_bundle_sec {
    padding: 100px 0 20px;
    background-size: cover;
    background-position: center top;
    margin-bottom: 70px
}

.related_bundle_sec .related-prod-title {
    margin-bottom: 30px
}

.related_bundle_wrap .prod-wrap {
    padding: 18px
}

.related_bundle_wrap .prod-wrap .prod-card-main {
    margin-bottom: 0;
    background-color: #150c3f
}

.related_bundle_wrap .prod-med-img-wrpr {
    padding: 10px
}

.related_bundle_wrap .prod-desc-med {
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.related_bundle_wrap .prod-desc-med .heading_wrap {
    width: calc(100% - 80px)
}

.related_bundle_wrap .prod-desc-med .prod-cat-med {
    font-size: 13px;
    margin-bottom: 8px
}

.related_bundle_wrap .prod-desc-med .prod-name-med {
    font-size: 15px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.related_bundle_wrap .prod-desc-med .prod-date-med {
    font-size: 13px;
    font-family: "PoppinsRegular";
    color: #83aae8
}

.related_bundle_wrap .prod-desc-med .prod-name-price {
    flex: none;
    padding: 0;
    min-height: auto;
    background: none;
    margin-left: auto
}

.related_bundle_wrap .pro-med-shop-btn {
    margin-top: 10px
}

.discount-title {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
    align-items: flex-end;
    margin-bottom: 15px
}

.discount-title .product_title {
    margin-bottom: 0 !important
}

.discount-title .onsale {
    flex: none;
    display: inline-block;
    width: 170px;
    height: 38px;
    background: url("../images/icons/New-Arrival.svg") no-repeat center !important;
    background-size: contain !important;
    border-radius: 0 !important;
    text-align: left !important;
    padding-left: 20px !important;
    padding-top: 4px !important;
    color: #ae171c !important;
    font-size: 20px !important;
    position: relative !important;
    top: auto !important;
    bottom: 7px
}

.discount-title .onsale:after {
    position: absolute;
    color: #fff;
    right: 26px
}

.single_collaction_sec {
    padding: 40px 0
}

.single_collaction_sec .collaction_title {
    margin-bottom: 20px
}

.single_collaction_sec img.prod-med-img {
    aspect-ratio: 1/1
}

@media(min-width: 768px) {
    .woof_list_checkbox .woof_childs_list>li {
        display: flex;
        width: 200px
    }

    .woof_list_checkbox .woof_childs_list>li>.icheckbox_square-blue {
        flex: none
    }
}

@media(min-width: 1200px) {
    .woof_list_checkbox .woof_childs_list>li {
        width: 300px
    }
}

.woocommerce-cart .pqs-wrapper .quantity {
    width: 130px;
    margin-left: auto
}

.woocommerce-cart .product-remove {
    width: 130px;
    margin-left: auto
}

@media(max-width: 767px) {
    table.my_account_orders tbody tr.order {
        display: block;
        border: 1px solid rgba(255, 255, 255, .5);
        padding: 15px;
        position: relative
    }

    table.my_account_orders tbody tr.order>td {
        padding: 2px 0 !important;
        text-align: left !important
    }

    table.my_account_orders tbody tr.order>td.woocommerce-orders-table__cell-order-actions {
        position: absolute;
        right: 15px;
        top: 15px
    }

    table.my_account_orders tbody tr.order>td .woocommerce-button {
        margin: 0;
        padding: 10px 20px !important
    }

    .woocommerce-table--order-downloads .download-wrapper .prod-med-img-wrpr-download {
        margin-bottom: 10px
    }

    .woocommerce table.woocommerce-table--order-downloads tr.download-card {
        position: relative
    }

    .woocommerce table.woocommerce-table--order-downloads tr td {
        text-align: left !important
    }

    .woocommerce-table--order-downloads .download-wrapper .myacc-prod-details h2 {
        margin-bottom: 15px
    }

    .woocommerce-table--order-downloads .download-file {
        position: absolute;
        right: 15px;
        bottom: 0
    }

    .woocommerce-table--order-downloads .download-file .download-wrapper a {
        display: inline-block;
        width: auto !important;
        padding: 0 !important
    }

    .woocommerce-view-order .woocommerce-table--order-downloads .order-id {
        padding-left: 10px;
        margin: 0;
        justify-content: start
    }

    .woocommerce-view-order .woocommerce-table--order-downloads .download-file {
        position: static;
        padding: 0 !important;
        text-align: center !important
    }
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    padding: 2px 5px;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 40px;
    text-wrap: nowrap;
    margin: 0 3px
}

.woocommerce-account .woocommerce-MyAccount-content .order-again .button {
    text-decoration: none
}

.woocommerce-account .woocommerce-MyAccount-content .order-again .button:hover {
    color: #fff
}

.woocommerce table.woocommerce-table {
    padding: 0;
    margin: 20px 0
}

.woocommerce table.woocommerce-table .wc-item-meta {
    padding-left: 0
}

.myaccount-wrapper .download-file .download-wrapper a.button.alt {
    text-align: right
}

@media(max-width: 1199px) {

    .woocommerce-account table.woocommerce-table--order-downloads th,
    .woocommerce-account table.woocommerce-table--order-downloads td {
        vertical-align: top
    }

    .woocommerce-account table .somdn-download-file #somdn-form-submit-button {
        padding: 0 !important;
        min-width: 150px
    }
}

@media(max-width: 991px) {
    .woocommerce-account table .somdn-download-file #somdn-form-submit-button {
        font-size: 13px !important
    }

    .woocommerce-account table .somdn-download-file a.ma_download_link {
        min-width: 150px;
        font-size: 13px;
        display: inline-block;
        padding: 0;
        text-align: center
    }
}

@media(max-width: 767px) {

    .woocommerce-account table.woocommerce-table--order-downloads th,
    .woocommerce-account table.woocommerce-table--order-downloads td {
        display: table-cell;
        padding: 5px !important;
        text-align: left
    }

    .woocommerce-account table .somdn-image img {
        min-width: 50px
    }
}

.ego_lp_banner_sec {
    padding: 10px 0;
    position: relative;
    background-position: center
}

.ego_lp_banner_sec .ego_b_shape_left,
.ego_lp_banner_sec .ego_b_shape_right {
    position: absolute;
    bottom: 0;
    z-index: 0;
    max-width: 15%
}

.ego_lp_banner_sec .ego_b_shape_left {
    left: 0
}

.ego_lp_banner_sec .ego_b_shape_right {
    right: 0
}

.ego_lp_banner_sec .ego_caption_row {
    position: relative;
    z-index: 1
}

.ego_lp_banner_sec .evil_title {
    margin-bottom: 20px
}

.ego_lp_banner_sec .edo_b_desc {
    font-size: 20px
}

.ego_lp_content_sec {
    padding: 10px 0 70px;
    background: no-repeat center;
    background-size: cover
}

.ego_lp_content_sec .egg-breadcrumb {
    margin-bottom: 40px
}

.ego_lp_content_sec .evil_title {
    margin-bottom: 30px
}

.ego_link {
    display: inline-block;
    font-family: "PoppinsMedium";
    text-decoration: underline
}

.ego_link:hover {
    color: #e82126;
    text-decoration: underline
}

.ego_lp_content_wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(217, 217, 217, .2);
    margin-bottom: 40px
}

.ego_lp_content_wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.ego_lp_content_wrap .ego_heading {
    font-size: 24px;
    font-family: "PoppinsSemiBold";
    font-weight: 600;
    margin-bottom: 15px
}

.ego_lp_content_wrap .ego_txt {
    font-size: 17x
}

.ego_lp_content_wrap .ego_txt p:nth-last-child(2) {
    display: inline;
    margin-bottom: 0;
    margin-right: 5px
}

.ego_wait_list_wrap {
    padding: 40px;
    background-color: rgba(0, 102, 196, .2);
    border: 1px solid #fff;
    border-radius: 10px;
    max-width: 500px
}

.ego_wait_list_wrap h3 {
    font-family: "PoppinsMedium";
    font-weight: 600;
    margin-bottom: 20px
}

.ego_wait_list_wrap .ego_wait_checkbx {
    position: relative
}

.ego_wait_list_wrap .ego_wait_checkbx .wpcf7-spinner {
    position: absolute;
    bottom: -15px;
    left: 0
}

.ego_wait_list_wrap .user_wrapp button {
    font-size: 20px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none
}

.ego_wait_list_wrap .user_wrapp button.my-account-btn {
    margin-bottom: 20px
}

.ego_wait_list_wrap .user_wrapp button span {
    font-family: "PoppinsSemiBold";
    font-weight: 600;
    margin-right: 5px
}

.ego_wait_list_wrap .user_wrapp .sign-in-btn {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    top: 63px;
    z-index: 1
}

.ego_wait_list_wrap .email_wrapp {
    margin-bottom: 60px
}

.ego_wait_list_wrap .email_wrapp .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 15px
}

.ego_wait_list_wrap .checkbox_wrapp .wpcf7-list-item {
    margin: 0;
    display: block;
    margin-bottom: 12px
}

.ego_wait_list_wrap .checkbox_wrapp .wpcf7-list-item label {
    cursor: pointer;
    position: relative
}

.ego_wait_list_wrap .checkbox_wrapp .wpcf7-list-item input[type=checkbox] {
    opacity: 0
}

.ego_wait_list_wrap .checkbox_wrapp .wpcf7-list-item input[type=checkbox]+span {
    margin-left: 15px
}

.ego_wait_list_wrap .checkbox_wrapp .wpcf7-list-item input[type=checkbox]+span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3px
}

.ego_wait_list_wrap .checkbox_wrapp .wpcf7-list-item input[type=checkbox]:checked+span:after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    color: #e82126;
    position: absolute;
    left: 2px;
    top: 1px
}

.ego_wait_list_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ego_wait_list_wrap ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 12px
}

.ego_wait_list_wrap ul li input[type=checkbox] {
    width: 16px;
    height: 16px;
    flex: none;
    accent-color: #e82126;
    cursor: pointer
}

.ego_wait_list_wrap ul li label {
    outline: none;
    cursor: pointer
}

.ego_wait_list_wrap .ego_submit {
    margin-top: 30px
}

.ego_wait_list_wrap .ego_submit .evil_btn {
    width: 100%
}

.ego_aside_bx {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(217, 217, 217, .2)
}

.ego_aside_bx .ego_aside_title {
    font-size: 24px;
    font-family: "PoppinsMedium";
    font-weight: 600;
    margin-bottom: 15px
}

.ego_aside_bx .ego_aside_txt {
    font-size: 18px
}

.ego_aside_bx ul {
    margin-bottom: 0
}

@media(min-width: 992px) {
    .ego_lp_banner_sec .ego_caption_row {
        max-width: 90%;
        margin: 0 auto
    }

    .ego_aside_bx:last-child {
        border-bottom: none
    }
}

@media(min-width: 1401px) {
    .ego_lp_content_sec .row.flex-lg-row-reverse {
        margin: 0 -40px
    }

    .ego_lp_content_sec .row.flex-lg-row-reverse [class*=col-] {
        padding: 0 40px
    }
}

@media(max-width: 991px) {
    .ego_lp_banner_sec {
        text-align: center;
        padding: 50px 0 180px
    }

    .ego_lp_banner_sec .ego_b_img {
        width: 90%;
        max-width: 400px;
        margin: 0 auto
    }

    .ego_lp_banner_sec .ego_b_shape_left,
    .ego_lp_banner_sec .ego_b_shape_right {
        max-width: 171px
    }

    .ego_lp_article_wrap {
        padding-top: 40px
    }

    .ego_lp_content_sec {
        padding-bottom: 40px;
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 100%
    }

    .ego_lp_content_sec .egg-breadcrumb {
        margin-bottom: 30px
    }

    .ego_lp_content_sec .evil_title {
        margin-bottom: 30px;
        text-align: center
    }

    .ego_lp_content_wrap {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .ego_lp_content_wrap .ego_heading {
        font-size: 20px
    }

    .ego_lp_content_wrap .ego_txt {
        font-size: 16px
    }

    .ego_aside_bx {
        margin-top: 30px;
        padding-bottom: 25px
    }

    .ego_aside_bx .ego_aside_title {
        font-size: 20px
    }

    .ego_aside_bx .ego_aside_txt {
        font-size: 16px
    }

    .ego_wait_list_wrap .ego_submit {
        text-align: center
    }

    .ego_wait_list_wrap .ego_submit .evil_btn {
        width: 100%
    }
}

@media(max-width: 575px) {
    .ego_lp_banner_sec {
        padding-bottom: 150px
    }

    .ego_lp_banner_sec .ego_b_shape_left,
    .ego_lp_banner_sec .ego_b_shape_right {
        max-width: 130px
    }

    .ego_lp_banner_sec .edo_b_desc {
        font-size: 16px
    }
}

.op_list a {
    text-decoration: underline
}

.op_list a:hover {
    color: #e82126
}

.organized_play_section {
    padding: 50px 0
}

.organized_play_section .organized_play_title {
    margin-bottom: 40px
}

.organized_play_text {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: linear-gradient(180deg, #10112C 0%, #111E4E 47.92%, #111330 100%);
    padding: 30px 20px
}

.organized_play_text .op_title {
    color: #bfb5b5
}

.organized_play_text a {
    text-decoration: underline;
    font-style: italic;
    transition: all .15s ease
}

.organized_play_text a:hover {
    color: #e82126
}

.organized_play_text h2,
.organized_play_text h3,
.organized_play_text h4,
.organized_play_text h5,
.organized_play_text h6 {
    margin-top: 40px;
    margin-bottom: 15px
}

.organized_play_text h2:first-child,
.organized_play_text h3:first-child,
.organized_play_text h4:first-child,
.organized_play_text h5:first-child,
.organized_play_text h6:first-child {
    margin-top: 0
}

.organized_play_text p {
    word-break: break-word
}

.organized_play_text ul ul {
    margin-bottom: 15px
}

.organized_play_text .op_table {
    margin-bottom: 20px;
    overflow-x: auto
}

.organized_play_text .op_table th,
.organized_play_text .op_table td {
    padding: 8px 10px;
    border: 1px solid #fff
}

.op_form_wrap .vl_input_label {
    font-size: 15px;
    margin-bottom: 8px
}

.op_form_wrap .row {
    row-gap: 30px
}

.op_form_wrap input,
.op_form_wrap textarea {
    border: 1px solid rgba(255, 255, 255, .3) !important
}

.op_form_wrap input[type=date] {
    filter: invert(1);
    color: #000;
    border: 1px solid rgba(0, 0, 0, .3) !important
}

.op_form_wrap textarea {
    height: 100px
}

.op_form_wrap .wpcf7-not-valid-tip {
    font-size: 14px
}

/*# sourceMappingURL=evil-custom.css.map */