html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
    background-color: rgb(244, 244, 244);
}

body {
    font-size: 14px;
}

body.homepage {
    padding-top: 96px;
}

.fs-16 {
    font-size: 16px !important;
}

.newsitem:nth-last-child(1) {
    margin-bottom: 0px !important;
}

.mpointer {
    cursor: pointer;
}

.nlh {
    line-height: 0.5;
}

.cs {
    font-size: 15px;
}

.p-15 {
    padding-left: 15px;
}

.hide {
    display: none;
}

.bg-dark1 {
    background-color: #1c2b36 !important;
}

.bg-light {
    background-color: #fff !important;
}

.darkernavhover .nav-item:hover {
    background-color: #16232d;
    color: #869fb1;
}

.darkernavhover .nav-item.show {
    background-color: #16232d;
}

.lightnavhover .nav-item:hover {
    background-color: #cecece54;
}

.lightnavhover .nav-item.show {
    background-color: #000;
}

.dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }
}

@media (min-width:425px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        background: gray url(../png/pattern.png) repeat 413px 0;
        animation: slide 60s linear infinite;
        -webkit-animation: slide 60s linear infinite;
    }
}

.btn-trans {
    background: transparent;
    border-color: transparent;
}

.header-search {
    background: #edf1f2;
    border: 1px solid #cecece;
}

.header-searchcustombtn,
.header-searchcustombtn:hover {
    color: #FFF;
}

.nav-m {
    margin-left: 6px;
}

.bg-dark .nav>li>a {
    color: #006FA4;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: linear-gradient(#28a745 0, #0d8428 100%);
    border-color: #b2ffc4 #8effa7 #ffffff00;
}

.typebadge {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 32px;
    text-align: right;
}

.typebadge span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 80px;
    display: block;
    position: absolute;
    top: 12px;
    right: 0px;
}

.purcheasedbadge {
    position: absolute;
    right: 11px;
    bottom: 13px;
    z-index: 1;
    overflow: hidden;
    width: 80px;
    height: 20px;
    text-align: center;
    padding: 0.45em 0.4em !important;
    color: #545454!important;
    background-color: #ebebeb!important;
}

.purcheasedbadge span {
    font-size: 7px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    width: 70px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
}

.smsearchbtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.relativel {
    position: relative;
}
.commentuser {
    /*display: inline-block;*/
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
  }
.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 50px;
    padding-bottom: 20px;
    border: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}

.user-info-wrapper .user-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-position: center;
    background-color: rgba(0, 0, 0, .05);
    background-repeat: no-repeat;
    background-size: cover;
}

.user-info-wrapper .user-info {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 18px;
    z-index: 5;
}

.user-info-wrapper .info-label {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    padding: 0 12px;
    border-radius: 13px;
    background-color: #d45a16;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

.user-info-wrapper .user-info .user-avatar {
    position: relative;
    width: 115px;
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
    display: table-cell;
    vertical-align: top;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    width: 36px;
    height: 36px;
    transition: opacity .3s;
    border-radius: 12px;
    background-color: #fff;
    color: #606975;
    line-height: 34px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    text-align: center;
    text-decoration: none;
}

.user-info-wrapper .user-info .user-avatar>a>img {
    display: block;
    width: 100px;
    border: 5px solid #fff;
    border-radius: 12px;
}

.user-info-wrapper .user-info .user-data {
    padding-top: 38px;
    padding-left: 5px;
}

.user-info-wrapper .user-info .user-data span {
    display: block;
    color: #9da9b9;
    font-size: 13px;
}

.list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.no-border {
    border: none !important;
}

.widget-small .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #15BBA6;
    border-radius: 4px;
    font-size: 2.5rem;
    color: #15BBA6;
}

.widget-small .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    -ms-flex-item-align: center;
    align-self: center;
}

.widget-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        background-color: var(--gray-dark);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .offcanvas-collapse.open {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem);
        /* Account for horizontal padding on navbar */
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: var(--secondary);
}

.nav-underline .nav-link:hover {
    color: var(--gray-dark);
}

.nav-underline .active {
    font-weight: 500;
    color: var(--blue);
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: var(--purple);
}

.full-width {
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow1 {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

.off-canvas-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform .2s ease-out, opacity .5s ease-out;
    background-color: #fff;
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 480px) {
    .off-canvas-panel {
        width: 300px;
        transform: translateX(-300px);
    }
}

.off-canvas-panel.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.off-canvas-panel .btn-lg {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.off-canvas-panel .heading {
    position: relative;
    padding: 15px 0;
    z-index: 3;
    background-color: #fff;
}

.off-canvas-panel p.h3 {
    margin: 0 15px;
}

.btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
}

.inner {
    padding: 0 15px 15px;
    height: calc(100% - 120px);
    overflow-y: auto;
}

.js-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 15px 20px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}

.js-form.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.btn-back {
    margin-bottom: 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: blue;
}

body>.js-open {
    position: fixed;
    top: 15px;
    right: 15px;
}

header.masthead {
    position: relative;
    background: url("../jpg/banner-bg2.jpg") repeat;
    background-color: #111;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

.subscribe {
    position: relative;
}

.subscribe .form-control,
.subscribe .btn {
    height: 45px;
}

.subscribe .form-control {
    border-width: 2px;
    margin-right: 1px;
    border-color: transparent;
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    padding: 30px 25px;
    padding-right: 25px;
    padding-right: 130px;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    display: inline-block;
    width: 100%;
}

.subscribe .btn {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}

.newsletter-area {
    background-color: #f9f9ff;
}

.newsletter-area .search-btn {
    border: transparent;
}

.newsletter-area h3 {
    font-size: 36px;
    font-weight: 100;
    color: #222222;
}

.newsletter-area h3 span {
    font-weight: 600;
}

.newsletter-area p {
    margin-top: 3rem;
    font-weight: 300;
}

.newsletter-area .subcribe-form {
    margin-top: 30px;
}

@media (min-width: 991px) {
    .newsletter-area .subcribe-form {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .newsletter-area p {
        margin-top: 120px;
    }
}

@media (max-width: 991px) {
    .subscription {
        margin-top: 20px;
    }
    .btn-outline-warning {
        margin: 11px 12px 9px 13px;
    }
    .home-extra-products {
        margin-top: 20px;
    }
}

.bg-footer-light {
    background-color: #e4e4e4!important;
}

.bg-footer-dark {
    background-color: #14191d!important;
    background: #14191d url(../jpg/footer-bg1b26.jpg) no-repeat;
}

.subscription input {
    width: 100%;
    line-height: 50px;
    padding: 0 180px 0 25px;
    border: none;
    background: #fff;
    font-weight: 300;
    color: #000;
    border: 1px solid #ced4da!important;
}

@media (max-width: 376px) {
    .subscription input {
        width: 80%;
    }
}

.subscription .search-btn {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    padding: 5px 25px;
    border: none;
    font-weight: 500;
}

.subscription .info {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    font-size: 12px;
}

.subscription .info.valid {
    color: green;
}

.subscription .info.error {
    color: red;
}

@media (max-width: 767px) {
    .subscription input {
        padding: 0 25px;
    }
    .subscription .search-btn {
        transform: translate(50%, 0);
        right: 18%;
        top: 2%;
        width: 142px;
        height: 50px;
    }
    .btn-outline-warning {
        margin: 11px 12px 9px 13px;
    }
    .subscription .info {
        top: 110px;
    }
    .newsletter-area {
        padding-bottom: 120px;
    }
}

.star_rated {
    font-size: 16px;
    color: #ffd042;
}

.not_rated {
    font-size: 16px;
    color: #D4D4D4;
}

.star {
    text-shadow: 0 0 1px #ff0;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 0px;
    z-index: 1;
}

.date {
    text-shadow: 0 0 1px #555;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}

.card-body input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.card-body label {
    display: inline-block;
    background-color: #FF3;
    padding: 5px 10px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #FC0;
    border-radius: 4px;
}

.card-body input[type="radio"]:checked+label {
    background-color: #bfb;
    border-color: #4c4;
}

.card-body input[type="radio"]:focus+label {
    border: 2px solid #4c4;
}

.card-body label:hover {
    background-color: #dfd;
}

.bd1 {
    color: #FC0;
    font-size: 12px;
    margin-top: 6px;
}

.bd2 {
    color: #FC0;
    font-size: 20px;
}

.bd2 {
    color: #FC0;
    font-size: 20px;
}

.accordion .card-header:after {
    font-family: Arial-black, Helvetica, sans-serif;
    content: "Kapat";
    float: right;
}

.accordion .card-header.collapsed:after {
    font-family: Arial-black, Helvetica, sans-serif;
    content: "Aç";
}

.accordion .card-header {
    font-weight: 700;
}

.text-white {
    color: #FFF;
}

.text-red {
    color: #F00;
}

.text-orange {
    color: #dc560a;
}

.text-blue {
    color: #069;
}

.text-green {
    color: #090;
}

.text-yellow {
    color: #FC0;
}

.text-gray {
    color: #555;
}

.none {
    display: none;
}

.block {
    display: block;
}

.scroll {
    height: 400px;
    overflow-y: scroll;
}

.fright {
    float: right;
}

.width0 {
    width: 0px;
}

.width50 {
    width: 50%;
}

.font16 {
    font-size: 16px;
    font-weight: bold;
}

.font24 {
    font-size: 24px;
    font-weight: bold;
}

.font40 {
    font-size: 40px;
}

.installdiv {
    height: 200px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 2px;
    padding: 20px;
    overflow: auto;
    text-align: left;
    background: #fff;
}

.justify {
    text-align: justify;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before {
    content: " ";
    display: table;
}

.game-category-button {
    padding: 20px 10px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: move;
}

.game-category-button .item div img:hover {
    transform: scale(1.2);
}

.game-category-button .item {
    margin-right: 18px;
    position: relative;
}

.game-category-button .item div {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 2;
}

.game-category-button .item div img {
    width: 80px;
    height: 80px;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.game-category-button .item::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    border-radius: 300px;
    width: 84px;
    height: 84px;
    top: -2px;
    left: -2px;
    background: linear-gradient(270deg, rgb(255 173 58) 0, rgb(255 193 7) 34%, rgb(214 126 0) 69%, rgb(214 136 38) 100%);
    -webkit-animation: spin linear 1.5s infinite;
    -moz-animation: spin linear 1.5s infinite;
    -o-animation: spin linear 1.5s infinite;
    animation: spin cubic-bezier(0.88, -0.01, 0.37, 1.07) 2s infinite;
}

.container-fluid:after,
.container:after {
    clear: both;
    content: " ";
    display: table;
}

.slider-right-banner {
    transition: all .2s ease-in-out;
}
.slider-right-banner:first-child {
    margin-bottom: 20px;
}
.slider-right-banner:hover {
    -webkit-transform: scale3d(1.05, 1.05, 0.5);
    -webkit-filter: drop-shadow(2px 4px 6px #000);
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
}

.maincarousel .carousel-inner .item,
.maincarousel .carousel-inner img {
    border-radius: 0 !important;
}

.maincarousel .carousel-inner .item {
    border-radius: 4px;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.maincarousel {
    margin-bottom: 15px;
}

.popular-games-heading {
    margin: 40px 0 25px 0;
}

.popular-game-categories {
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
    text-align: center;
}

.popular-game-categories:hover {
    -webkit-transform: scale3d(1.05, 1.05, 0.5);
    -webkit-filter: drop-shadow(2px 4px 6px #000);
}

.popular-game-categories img {
    width: 308px;
    height: 424px;
    object-position: center;
    border-radius: 4px;
}

.popular-game-categories .popular-game-text {
    position: absolute;
    width: calc(100% - 2rem);
    left: 1rem;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    bottom: 28.821px;
    padding: 0.25rem!important;
}

.popular-game-categories .popular-game-text h3 {
    font-size: 2em;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
}

.popular-game-categories .popular-game-text p {
    margin: 0;
    font-size: .8em;
    color: #fff;
    font-weight: 700;
}

.games-scroll {
    max-height: 365px;
    background: gray url(../png/pattern.png) repeat 0 0;
    -webkit-animation: slide 60s linear infinite;
    animation: slide 60s linear infinite;
}

@media (max-width: 576px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .subscription .search-btn {
        transform: translate(50%, 0);
        right: 18%;
        top: 2%;
        width: 120px;
    }
    .game-category-button {
        padding: 20px 0!important;
    }
    .game-category-list-con {
        padding: 0px!important;
    }
    .deposit-card {
        height: 330px;
        text-align: center;
    }
    .deposit-method-img {
        margin-left: 21px;
    }
    .deposit-method-preimg {
        margin-top: 35px;
    }
    .epin-list-all2 {
        margin-left: 30px;
    }
    .popular-game-categories img {
        max-width: 100%;
        height: 100%;
    }
}

@media (max-width: 424px) {
    .login-register-btn {
        margin-top: 7px!important;
    }
    .loggedin-btn {
        margin-top: -9px;
    }
    #cd-cart-trigger {
        margin-top: 2px;
        margin-left: auto;
        margin-right: -50px;
    }
    .navbar-toggler {
        color: #5f5f5f;
        border: 0;
        margin-top: 35px;
    }
    .logo-a {
        /*position: absolute;
    margin-left: 50%;
    top: 0%;
    transform: translateX(-50%);*/
        margin-left: 10px;
    }
    .logo-a>img {
        max-width: 180px!important;
        height: auto;
    }
    .kekw {
        position: absolute!important;
        left: -100%!important;
    }
}

.game-category-button>.slick-list {
    padding: 5px;
}

.otherList {
    display: flex;
    width: 100%;
    background-color: #e0e0e075;
    border-radius: 5px;
    margin-top: 40px;
    padding-left: 0px;
}

.otherList li {
    display: inline-block;
    float: left;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.otherList li a {
    display: flex;
    padding: 10px;
    vertical-align: middle;
}

.otherList li .tabIcon {
    float: left;
    margin-right: 10px;
}

.otherList li .tabIcon img {
    float: left;
    max-width: 40px;
}

.otherList li .tabTitle {
    float: left;
    display: inline-block;
    width: 100%;
}

.otherList li .tabTitle strong {
    display: block;
    font-size: 16px;
    color: #333
}

.otherList li .tabTitle span {
    display: block;
    line-height: 10px;
    font-size: 12px;
    color: #333
}

.otherList li:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #ddd;
}

.otherList li.ui-state-active:after,
.otherList li:last-child:after {
    opacity: 0;
}

.otherList li:hover {
    background-color: #fff;
    border-color: #eee;
    box-shadow: 0 -15px 20px -10px rgb(0 0 0 / 10%);
    border-radius: 5px 5px 0 0;
    padding-top: 5px;
    margin-top: -6px;
}

.nav-item:last-child:after {
    width: 0px;
}

.nav-item {
    padding: 0px 7px 0 7px;
    white-space: nowrap;
}

.footer-contact {
    border-radius: 6px;
    color: #424243;
    font-weight: 600;
}

.footer-contact>.svg-inline--fa {
    transform: rotateY(180deg)!important;
    font-size: 32px;
    padding-top: 0.3em;
}

.footer-contact-mail {
    border-radius: 6px;
    color: #424243;
    font-weight: 600;
}

.footer-contact-mail>.svg-inline--fa {
    transform: rotateY(180deg)!important;
    font-size: 32px;
    padding-top: 0.3em;
}

#cd-cart-trigger {
    /*position: absolute;
	top: 0;
	height: 100%;
	right: 0;*/
}

#cd-cart-trigger a {
    /*width: 60px;*/
    height: 100%;
    /*background: #ed700a url("../uploads/svg/cd-cart.svg") no-repeat center center;*/
    border-radius: 4px;
    /*background-color: #ed700a;*/
}

#cd-cart {
    position: fixed;
    top: 9px;
    z-index: 2000000001!important;
    min-height: 45%;
    width: 260px;
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    z-index: 3;
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    margin-top: 135px;
}

#cd-cart.speed-in {
    right: 7%;
}

#cd-cart>* {
    padding: 0 1em;
}

#cd-cart h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
}

#cd-cart .cd-cart-items {
    padding: 0;
    -webkit-animation: slide 20s linear infinite;
    animation: slide 0.5s backwards;
    margin-bottom: 137px;
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

#cd-cart .cd-cart-items::-webkit-scrollbar {
    width: 12px;
}

#cd-cart .cd-cart-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 7px 25px 11px rgb(0 0 0 / 30%);
}

#cd-cart .cd-cart-items::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 12px rgb(230 103 10);
}

#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
    border-left: 7px solid #e6670a;
}

#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-qty,
#cd-cart .cd-price {
    color: #a5aebc;
}

#cd-cart .cd-price {
    margin-top: .4em;
}

#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../svg/cd-remove-item.svg") no-repeat center center;
}

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
    position: absolute;
    background: #fff;
    right: 6px;
    padding: 0px;
    bottom: 80px;
}

#cd-cart .cd-cart-total span {
    float: right;
    border: 1px solid #aab3ac4a;
    padding: 9px 20px 9px 20px;
    font-size: 16px;
    font-weight: 500;
}

#cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-cart .checkout-btn {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #ed700a;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 50%;
    right: 50%;
    bottom: 0;
    border-radius: 0px 0px 0px 10px;
    font-weight: 600;
}

.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}

@media only screen and (min-width: 767px) {
    #cd-cart-trigger {
        /* cart right margin on desktop */
        /*right: 0;*/
    }
    #cd-cart-trigger a {
        /*position: relative;
	  width: 100px;*/
        border-left: none;
    }
}

@media only screen and (min-width: 575px) {
    #cd-cart-trigger {
        /* cart right margin on desktop */
        /*right: 0;*/
    }
    #cd-cart-trigger a {
        /*position: relative;
	  width: 100px;
	  margin-right: 1rem;*/
        border-left: none;
    }
}

@media only screen and (min-width: 768px) {
    #cd-cart {
        width: 350px;
    }
    #cd-cart-trigger a {
        /*position: relative;
		width: 100px;*/
        border-left: none;
    }
}

@media only screen and (min-width: 451px) and (max-width: 991px) {
    #cd-cart {
        width: 350px;
    }
    #cd-cart-trigger a {
        /*position: relative;
		width: 100px;
		margin-top: 15px;*/
        border-left: none;
    }
    #cd-cart .cd-cart-items {
        max-height: 306px;
    }
    .dropdown:hover>.dropdown-menu {
        position: absolute!important;
        margin: 3px 6px 0 0;
        right: 0!important;
        left: -80px!important;
    }
}

@media only screen and (min-width: 1400px) {
    #cd-cart {
        width: 24%;
        padding-top: 19px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    #cd-cart {
        width: 29%;
        padding-top: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    #cd-cart-trigger a {
        position: relative;
        width: 100px;
        border-left: none;
    }
    #cd-cart>* {
        padding: 0 2em;
    }
    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }
    #cd-cart .cd-item-remove {
        right: 2em;
    }
}

@media (max-width: 424px) {
    .epin-card {
        width: 300px!important;
    }
    #cd-cart .cd-cart-items {
        max-height: 306px;
    }
}

@media (max-width: 450px) {
    .header-game-title {
        padding: 5px 0 0 0!important;
        min-height: auto!important;
        background: none!important;
    }
    .navbar .header h2>span>a {
        margin-right: 3%!important;
        margin-top: 13px!important;
    }
    .menu-populer-tag {
        position: relative!important;
        margin-left: 8px!important;
        top: 0!important;
    }
    .menu-indirim-tag {
        position: relative!important;
        margin-left: 8px!important;
        top: 0!important;
    }
    .epin-card {
        width: 330px!important;
    }
    .product-listing {
        order: 1;
        padding-left: 0px!important;
    }
    .other-games {
        order: 2;
    }
    .sub-cat-img {
        max-width: 340px;
    }
    #cd-cart {
        top: 1px;
    }
    .login-register-btn {
        margin-left: auto;
        margin-bottom: 10px;
    }
    .epin-card .epin-card-price-tag {
        font-size: 1.7em!important;
    }
    .epin-card .others {
        margin: 36.5% 0 0 5.5%!important
    }
    .epin-card .stock-ico {
        margin: 1% 0 0 91%!important
    }
    .epin-card .stock-tag {
        margin: 1.5% 0 0 80%!important
    }
    .epin-card .epin-product-name-group {
        margin-left: 4%;
        margin-top: 8px;
        margin-bottom: 31px;
    }
    .epin-card {
        height: 270px;
    }
    .epin-card .adet-tag {
        margin: 50% 0 0 6%!important
    }
    .epin-card .adet-group {
        margin: 45% 0 0 15%!important
    }
    .epin-card-button .add-cart-item {
        position: absolute;
        width: 40%!important;
        padding: 7px;
        margin-right: 1em;
        margin-top: -29px!important;
        font-size: 18px;
        height: 55px;
    }
    .epin-card-button .buy-now {
        position: absolute;
        width: 40%!important;
        padding: 7px;
        margin-right: 1em;
        margin-top: 29px!important;
        font-size: 18px;
    }
    .param1 {
        position: absolute;
        left: -160px;
        bottom: -119px;
        display: flex;
    }
}

@media (min-width:451px) and (max-width: 576px) {
    .header-game-title {
        padding: 15px 0 0 0!important;
        min-height: auto!important;
        background: none!important;
    }
    .container {
        display: flex;
        flex-flow: column;
    }
    .product-listing {
        order: 1;
        padding-left: 0px!important;
    }
    .other-games {
        order: 2;
    }
    #cd-cart {
        top: 1px;
    }
    .login-register-btn {
        margin-left: auto;
        margin-bottom: 10px;
    }
    .epin-card {
        width: 430px!important;
    }
    .epin-card .epin-card-price-tag {
        font-size: 1.7em!important;
    }
    .epin-card .others {
        margin: 26.5% 0 0 5.5%!important
    }
    .epin-card .stock-ico {
        margin: 2% 0 0 91%!important
    }
    .epin-card .stock-tag {
        margin: 2% 0 0 82%!important
    }
    .epin-card .epin-product-name-group {
        margin-left: 4%;
        margin-top: 8px;
    }
    .epin-card {
        height: 220px;
    }
    .epin-card .adet-tag {
        margin: 38% 0 0 6.7%!important
    }
    .epin-card .adet-group {
        margin: 34.5% 0 0 14.6%!important
    }
    .epin-card-button .add-cart-item {
        position: absolute;
        width: 40%!important;
        padding: 7px;
        margin-right: 1em;
        margin-top: -29px!important;
        font-size: 18px;
        height: 55px;
    }
    .epin-card-button .buy-now {
        position: absolute;
        width: 40%!important;
        padding: 7px;
        margin-right: 1em;
        margin-top: 29px!important;
        font-size: 18px;
    }
}

@media (min-width:576px) and (max-width: 766px) {
    .header-game-title {
        padding: 3px 0 0 0!important;
        min-height: auto!important;
        background: none!important;
    }
    .container {
        display: flex;
        flex-flow: column;
    }
    .product-listing {
        order: 1;
    }
    .other-games {
        order: 2;
    }
    .epin-card {
        width: 500px!important;
    }
    .epin-card .epin-card-price-tag {
        font-size: 1.7em!important;
    }
    .epin-card .others {
        margin: 23.5% 0 0 5.5%!important;
    }
    .epin-card .stock-ico {
        margin: 2% 0 0 93%!important;
    }
    .epin-card .stock-tag {
        margin: 2% 0 0 86%!important;
    }
    .epin-card .epin-product-name-group {
        margin-left: 4%;
        margin-top: 8px;
    }
    .epin-card {
        height: 220px;
    }
    .epin-card .adet-tag {
        margin: 34% 0 0 6.7%!important;
    }
    .epin-card .adet-group {
        margin: 31% 0 0 14.2%!important;
    }
    .epin-card-button .add-cart-item {
        position: absolute;
        width: 40%;
        padding: 7px;
        margin-right: 1em;
        margin-top: -29px!important;
        font-size: 18px;
        height: 55px;
    }
    .epin-card-button .buy-now {
        position: absolute;
        width: 40%;
        padding: 7px;
        margin-right: 1em;
        margin-top: 29px!important;
        font-size: 18px;
    }
}

@media (min-width:767px) and (max-width: 991px) {
    .header-game-title {
        padding: 3px 0 0 0!important;
        min-height: auto!important;
        background: none!important;
    }
    .epin-card {
        width: 760px!important;
    }
    .container {
        display: flex;
        flex-flow: column;
    }
    .product-listing {
        order: 1;
        padding-left: 0px!important;
    }
    .other-games {
        order: 2;
    }
    .add-cart-item {
        width: 35%!important;
    }
    .buy-now {
        width: 35%!important;
    }
    .popular-game-categories img {
        max-width: 100%;
        height: 100%;
    }
}

@media (min-width:992px) and (max-width: 1124px) {
    .header-game-title {
        padding: 3px 0 0 0!important;
        min-height: auto!important;
        background: none!important;
    }
    .epin-card {
        width: 676px!important;
    }
    .epin-card-button .add-cart-item {
        width: 50%!important;
        margin-right: 5px!important;
        margin-top: -27px!important;
    }
    .epin-card-button .buy-now {
        width: 50%!important;
        margin-right: 5px!important;
        margin-top: 20px!important;
    }
    .popular-game-categories img {
        max-width: 100%;
        height: 100%;
    }
}

@media (min-width: 1124px) {
    .header-title-game-img {
        display: none;
    }
}

.epin-card {
    position: relative;
    background: #fbfbfb;
    margin: 1em 2em;
    transition: .4s all;
    border: 0!important;
    /* width: 800px; */
    /*background-image: linear-gradient(to bottom, rgb(255 255 255),rgb(255 255 255), rgb(255 255 255));*/
    background-size: 100%, cover;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 7%);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc !important;
}

.card,
.navbar-nav,
.progress-bar {
    -ms-flex-direction: column;
}

.shadow-1:before {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 13%);
}

.shadow-1:after,
.shadow-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -1;
    box-sizing: border-box;
    top: 0;
}

.epin-card-body {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    text-align: justify;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    height: 110px;
    padding: 0;
}

.epin-card a {
    color: var(--link-color, #435064)!important;
    transition: color .2s;
}

.card-img,
.card-img-bottom {
    border-radius: calc(.25rem - 1px);
    flex-shrink: 0;
    width: 150px;
    height: 90px;
    margin: 10px 0 0 19px;
}

.epin-product-name,
.swiper-container-card {
    margin-left: 1em;
    margin-top: 1em;
}

.card-text:last-child {
    margin-bottom: 0;
}

.epin-card-price {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
}

.epin-card-price p {
    text-align: right;
    padding: .5em;
}

.epin-card-price span {
    font-size: 17px;
}

.strikediag {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    color: #a0a0a0;
    font-size: 12px!important;
}

.other_game_cards {
    margin-top: 1em;
}

.epin-card-button {
    display: flex;
    max-height: 2em;
    margin-bottom: .5em;
    justify-content: flex-end;
}

.game-item-list-purchase-buttons {
    background-color: #28a745!important;
    border-color: #28a745!important;
    cursor: pointer;
}

.epin_list_price_tag {
    padding: 5px;
    color: #424243;
    font-weight: 600;
    font-size: 16px;
}

.epin-card:hover>.epin-card::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    border-radius: 300px;
    width: 84px;
    height: 84px;
    top: -2px;
    left: -2px;
    background: linear-gradient( 270deg, rgb(255 173 58) 0, rgb(255 193 7) 34%, rgb(214 126 0) 69%, rgb(214 136 38) 100%);
    -webkit-animation: spin linear 1.5s infinite;
    -moz-animation: spin linear 1.5s infinite;
    -o-animation: spin linear 1.5s infinite;
    animation: spin cubic-bezier(0.88, -0.01, 0.37, 1.07) 2s infinite;
}

.pulse-cart {
    content: '';
    width: 59px;
    height: 49px;
    border: 10px solid #d35a17;
    border-radius: 5px;
    position: absolute;
    animation: pulsate linear 0.5s 5 forwards;
    top: -7px;
    margin-left: -4px;
    color: #ff00;
}

.pulse-ring {
    display: none;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000ab;
    cursor: pointer;
    z-index: 2;
    display: none;
}

#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

.cart-no-item {
    margin-top: 20px;
}

.stock-ico {
    content: '';
    width: 20px!important;
    height: 20px;
    background-color: #28a745;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 8px!important;
}

.ribbon {
    position: absolute;
    left: -2px;
    top: -1px;
    z-index: 1;
    width: 75px;
    height: 75px;
    text-align: right;
    overflow: hidden;
}

.ribbon span {
    font-size: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#28a745 0, #0d8428 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::after,
.ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #28a745;
}

.ribbon span::after,
.ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 2px solid #28a745;
}

.freeprivacypolicy-com---nb-simple {
    max-width: 100%!important;
    left: 0!important;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: .5rem 4rem .5rem 4rem!important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-reject,
.cc-nb-okagree {
    color: #fff!important;
    background-color: #d45a16!important;
}

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
    background-color: #111111ba!important;
}

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size: 17px!important;
}

.freeprivacypolicy-com---nb .cc-nb-text {
    font-size: 12px!important;
}

.games-scroll {
    position: absolute!important;
    background-color: #f9f9f9!important;
    width: 100%!important;
    left: 0!important;
    box-shadow: 0px 64px 72px 0px rgba(0, 0, 0, 0.2)!important;
    z-index: 1!important;
}

.games-scroll .header {
    padding: 20px;
    color: #333;
}

.dropdown:hover .games-scroll {
    display: block;
}

#epin-menu:hover #games-scroll {
    display: block;
}

.column {
    float: left;
    width: calc(25% - 4px);
    float: left;
    margin: 2px;
    padding: 10px;
    height: 250px;
}

.column a {
    float: none;
    color: #4a4a4a;
    padding: 14px 14px 14px 14px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
    border-radius: 3px;
}

.column2 {
    float: left;
    width: calc(49% - 4px);
    float: left;
    margin: 2px;
    padding: 10px;
    height: 250px;
}

.column2 a {
    float: none;
    color: #4a4a4a;
    padding: 14px 14px 14px 14px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
}

.column2 a:hover {
    background-color: #ddd;
    border-radius: 3px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 300px) and (max-width:599px) {
    .column {
        width: calc(100% - 4px);
        height: auto;
    }
    .column2 {
        width: calc(100% - 4px);
        height: auto;
    }
    .games-scroll {
        min-width: 25rem!important;
    }
    #epin_search {
        margin-left: -19%;
    }
}

@media screen and (min-width: 600px) and (max-width:838px) {
    .column {
        width: calc(100% - 4px);
        height: auto;
    }
    .column2 {
        width: calc(100% - 4px);
        height: auto;
    }
    .games-scroll {
        min-width: 25rem!important;
    }
    #epin_search {
        margin-left: -19%;
    }
}

@media screen and (min-width:839px) and (max-width: 964px) {
    .column {
        width: calc(49% - 4px);
        height: auto;
    }
    .column2 {
        width: calc(49% - 4px);
        height: auto;
    }
    .games-scroll {
        min-width: 44rem!important;
    }
}

@media screen and (min-width:965px) and (max-width: 1210px) {
    .column {
        width: calc(49% - 4px);
        height: auto;
    }
    .column2 {
        width: calc(49% - 4px);
        height: auto;
    }
    .games-scroll {
        min-width: 44rem!important;
    }
}

.menu-epin-category-img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    margin: -10px;
    margin-right: 10px;
    border-radius: 3px;
}

.menu-epin-category {
    padding: 5px;
}

.navbar .header h2>span>a {
    color: #333;
    text-align: right;
    float: right;
    margin-right: 10%;
}

.navbar .header h2>span>a:hover {
    background-color: #33333338;
    color: #6b6464;
    margin-top: 0px!important;
    padding: 9px;
    text-decoration: none;
    border-radius: 9px;
}

.mainm-link {
    margin-bottom: 5px;
    margin-top: 5px;
}

@media screen and (min-width:768px) {
    #main-menu-standard {
        display: block;
    }
    #main-menu-mobile-scroll {
        display: none;
    }
    .header_main_header {
        padding-top: 50px;
    }
    .freeprivacypolicy-com---nb .cc-nb-buttons-container {
        float: right;
        position: absolute;
        right: 3%;
        top: 40%;
    }
    .cc-nb-text-container {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    #main-menu-standard {
        display: none;
    }
    #main-menu-mobile-scroll {
        display: block;
    }
    .header_main_header {
        padding-top: 115px;
    }
}

@media screen and (min-width:992px) {
    .header-search-games {
        display: none;
    }
}

.scroll-right {
    height: 28px;
    width: 14px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    right: 0px;
    top: 6px;
    background: #fff;
}

.scroll-right::before,
.scroll-right::after {
    content: "";
    position: absolute;
    top: 22px;
    right: -2px;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate( -45deg);
    border: 2px solid black;
    border-top: transparent;
    border-left: transparent;
    animation: scroll-right 1s ease infinite;
}

@keyframes scroll-right {
    0% {
        right: 5px;
        opacity: 1;
    }
    30% {
        opacity: 0.3;
    }
    100% {
        right: 0px;
        opacity: 0;
    }
}

.navbar {
    text-transform: uppercase;
}
.trpd-59{
    padding: 5px 9px!important;
    width: 30px;
    text-align: center;
}
.payment-paymax-logo{
    max-width: 195px;
}
.payment-paymax-title{
    float: right;
    margin-top: 1%;
    font-weight: 100;
}
.product-review-p{
    word-wrap: break-word;
    margin-right: 95px;
    display: block
}
@media screen and (max-width:767px) {
.payment-paymax-title{
    margin-top: 2%;
}
}
@media screen and (max-width:425px) {
.payment-paymax-title{
    margin-top: 3%;
}
}
@media screen and (max-width:320px) {
.payment-paymax-logo{
    max-width: 150px;
}
}