@font-face {
    font-family: EffraBold;
    src: url(../fonts/ArbFONTS-Dalton-Maag-Effra-Bold.ttf);
}

@font-face {
    font-family: EffraLt;
    src: url(../fonts/ArbFONTS-Effra_Lt.ttf);
}

@font-face {
    font-family: EffraMd;
    src: url(../fonts/ArbFONTS-Effra_Md.ttf);
}

@font-face {
    font-family: EffraRg;
    src: url(../fonts/ArbFONTS-Effra_Rg.ttf);
}

@font-face {
    font-family: Deutschlander;
    src: url(../fonts/Deutschlander.otf);
}

h1, h2, h3, h4, h6, h5, .btn, .products-section h2, .table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn,
.account-content .btn, .nav-tabs .nav-link, .form-control, .toolbox label {
    font-family: EffraBold;
}

body, .main-nav .menu > li > a, p, .add-wishlist, .account-content label {
    font-family: EffraRg;
}

.newsletter-popup .mfp-close {
    color: #FFF;
    opacity: 1;
    /*font-weight: bold;*/
    /*border: 2px solid #FFF;*/
    /*ل*/
}

#lottie-controls .toolbar {
    display: none !important;
}

.newsletter-popup {
    max-width: 400px;
}

.home-slider img {
    height: 400px;
}

.header-top {
    padding: 8px 0 2px;
    border: 0;
}
.header-middle{
    border-top: 1px solid #313438;
}
img.slide-bg {
    object-fit: fill;
    /*object-position: center top;*/
}

.heading-border.section-title {
    font-family: 'EffraRg';
    text-transform: capitalize;
}

img.category-title-icon {
    width: 26px;
    position: relative;
    top: -5px;
    right: -5px;
}

.main-nav .menu > li {
    margin-right: 20px;
}

ul li a img.category-title-icon {
    width: 19px;
    display: inline;
    position: relative;
    top: -2px;
    right: 0;
}

.heading-border.section-title.on-sale {
    color: #ed0101;
}
#home_page{

}
.heading-border.section-title.bundles {
    color: #F5D17C;
}

.product-default.bundles figure > a:first-child {
    height: 160px;
}

.product-price {
    color: #00FFEC;
    display: inline-block;
    font-size: 1.5rem;
}
.product-single-details .old-price{
    display: inline-block;
}
.heading-no-border .heading-border.section-title:after, .heading-no-border .heading-border.section-title:before {
    display: none;
}

.heading-no-border .products-slider > .owl-stage-outer {
    margin: -10px -20px;
    padding: 0;
}

.more {
    display: inline-block;
    font-size: 15px;
    color: #FFF;
}

.more img {
    display: inline-block;
    width: 7px;
    margin-left: 5px;
}

.home-slider {
    margin-top: 20px;
}

.home-slider.owl-carousel .owl-item img {
    border-radius: 60px;
}

.product-slider-a figure img {
    border-radius: 20px;
    width: 100% !important;
    height: 290px;
}

.product-default .product-details {
    display: block;
}

.old-price {
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding: 0 5px;
}

.old-price:before {
    border-bottom: 1px solid #ed0101;
    position: absolute;
    content: "";
    width: 80%;
    height: 50%;
    top: 2px;
}

.product-coin {
    text-align: right;
    color: #F5D17C;
    padding-left: 5px;
    padding-right: 5px;
}
.product-price-all{
    padding-left: 5px;
    padding-right: 5px;
}

.product-coin .coin-icon {
    width: 25px !important;
    display: inline-block !important;
    position: relative;
    top: -2px;
}

.product-default a {
    position: relative;
}


.product-default .label-group {
    position: absolute;
    top: 19px;
    left: -16px;
}

.product-default .product-label {
    padding: 2px 11px;
}

.category-card {
    text-align: center;
    border: 2px solid;
    border-radius: 20px;
    padding: 13px 5px;
    margin-bottom: 25px;
    cursor: pointer;
}

.category-card h3 {
    margin-top: 10px;
    height: 27px;
    font-size: 17px;
}

.category-card img {
    margin: auto;
    width: 98px;
    height: 98px;
    object-fit: contain;
}

.spinner-icon {
    margin: auto;
    width: 11%;
    padding: 10px;
}

.product-default img {
    border-radius: 20px;
}

.product-box a img {
    height: 300px;
}

.btn-more {
    border: 1px solid;
    margin: auto;
}

.btn-more:hover {
    background: #00FFEC;
    border-color: #00FFEC;
    color: #FFF;
}

.banner-gamers {
    padding: 99px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 60px;
}

.modal-content {
    background-color: #1A1A1A;
    padding: 20px 40px 40px;
    border-radius: 10px;
}

.login-container {
    width: 400px;
    margin: 40px auto;
    background-color: #1A1A1A;
    padding: 40px 20px;
    border-radius: 10px;
}

.login-container h4 {
    text-align: center;
}

input, button {
    box-shadow: none !important;
    outline: none !important;
}

.modal-content form input, select {
    border: 0;
    border-radius: 5px;
    padding-bottom: 5px;

}

form input, select {
    background-color: #6F6F6F;
    border: 0;
    height: 40px;
    color: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #6F6F6F;
}

.modal-content form select {
    border: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 5px;
}

::placeholder {
    color: #fff !important;
}
.account-content .form-control::placeholder{

}
form button {
    background-color: #00FFEC;
    border-radius: 5px;
    color: #000;
    margin-top: 10px;
}

.form-footer {
    color: #00FFEC;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 450px;
    }
}

.modal-logo {
    width: 110px;
    margin: 0 auto 25px;
}

.fm-sns-title {
    margin: 22px 0;
    height: 22px;
    text-align: center;
    font-size: 14px;
    color: #222;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
}

.fm-sns-title > label {
    white-space: nowrap;
    padding: 0 20px;
}

.fm-sns-title > span {
    display: inline-block;
    height: 1px;
    width: 30%;
    background-color: #c8c8c8;
}

.fm-sns-title > span {
    display: inline-block;
    height: 1px;
    width: 30%;
    background-color: #c8c8c8;
}

.fm-sns-title .social-media {
    padding-top: 10px;
    padding-bottom: 50px;
}

.fm-sns-title .social-media li {
    display: inline-block;
    padding: 0 5px;
}

.fm-sns-title .social-media img {
    width: 40px;
    height: 40px;
}

.error {
    color: red;
}

.alert-error {
    background-color: #ff5a5a;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border-radius: 8px;
}

#vs1__listbox img {
    width: 20px !important;
}

.select2-results__option {
    background-color: #6f6f6f !important;
    color: #FFF;
}

.select2-container--default .select2-selection--single {
    background-color: #6f6f6f;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding-top: 7px;
    border: 0;
    border-radius: 5px;
    margin: 0;
    position: relative;
    top: 0.5px;
}

.mobile .select2-container--default .select2-selection--single {
    border-radius: 5px 0 0 5px;
    right: -3px;
}

.select2-container {
    width: 100% !important;
    padding: 0;
    height: 42px;
    line-height: 42px;
    position: relative;
    top: -0.5px;
}

.mobile .select2-container {
    width: 25% !important;
    padding: 0;
    height: 42px;
    line-height: 42px;
    /*position: relative;*/
    /*top: 0;*/
    /*margin: 0;*/
}

.header-icon:not(:last-child) {
    margin: 6px 3px 0;
}

footer .widget-title {
    text-transform: capitalize;
}

.form-group textarea {
    border-radius: 5px;
}

.account-content .form-control {
    padding-top: 5px;
}

.contact-us .social-icons {
    align-items: center;
}

.contact-us .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent;
    border-color: #313438;
    color: #fff;
}

.contact-us .social-icon:not(:hover):not(:active):not(:focus) {
    background: transparent;
}

.contact-us label {
    color: #777;
}

.contact-us .social-icon {
    align-items: center;
    justify-content: center;
    margin: 2px;
    width: 40px;
    height: 40px;
    box-shadow: none;
    font-size: 1.5rem;
    line-height: 3.8rem;
    border-radius: 50%;
    border: 1px solid #313438;
}

.text-t {
    display: block;
    padding: 7px 22px;
    color: #fff;
}

.contact-us .form-control {
    border-color: #6F6F6F;
}

.mobile input {
    display: inline-block;
    width: 74%;
    border-radius: 0 5px 5px 0 !important;
}

.mobile .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}

.vdp-datepicker input {
    width: 100%;
    padding: 9px;
}

.mt-20 {
    margin-top: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #FFF;
}

.form-group input {
    margin-bottom: 0 !important;
    border-radius: 5px;
}

.form-group span.error {
    padding-top: 5px;
    display: block;
}

.table.table-downloads thead th, .table.table-order thead th,
.table.table-wishlist .stock-status {
    color: #FFF;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-item .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-item .nav-link:hover,
.product-desc h4, .table.table-cart tr th, .table.table-wishlist tr th,
.table.table-wishlist .price-box {
    color: #00FFEC;
}

.product-desc p, .product-desc-content p, .product-single-tabs .tab-pane {
    color: #FFF;
}

.product-single-details .product-action .btn-dark {
    color: #000;
    background-color: #00FFEC;
}

.nav-tabs.list .nav-item .nav-link:not(.active) {
    color: #fff;
}

.nav-tabs.list .nav-item .nav-link.active, .nav-tabs.list .nav-item .nav-link.address,
.product-single-details .new-price, .product-single-details .product-price, .product-single-details .product-title {
    color: #00FFEC;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #222529;
    border: 0;
}

.form-control {
    background-color: #6F6F6F;
    color: #FFF;
}

.toolbox .form-control {
    /*color: #FFF !important;*/
}

.account-content .form-control {
    height: 40px;
    border-radius: 5px;
}

select.form-control {
    height: 40px !important;
}

.account-content .mobile .select2-container {
    height: 38px;
    line-height: 40px;
}

.account-content .form-input {
    border-color: #6f6f6f;
}

.product-single-gallery .label-group {
    left: -10px;
}

.product-default .product-label img, .product-single-gallery .product-label img {
    width: 45px !important;
    height: 33px !important;
    border-radius: 0;
}

.header-search-wrapper button {
    margin-top: 0;
}

.toolbox-pagination svg {
    width: 15px;
}

.active-paginate {
    color: #706f6c !important;
    background-color: transparent !important;
    border: 1px solid #00FFEC !important;
    padding: 0 0.5em;
    min-width: 2.2em;
    margin-right: 3px;
}

.a-paginate {
    margin-right: 3px;
    font-weight: bold;
}

.pagination-ul .page-link {
    display: inline-block;
}

.product-default figure > a:first-child {
    width: 100%;
    height: 100%;
    height: 300px;
    background-size: contain;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #ff5b5b;
    border-color: #ff5b5b;
}

.color-white {
    color: #FFF;
}

.btn-remove.icon-cancel:before {
    line-height: 2 !important;
}


.video-product {
    padding-top: 12px;
    padding-left: 14px;
    color: #FFF;
}
.video-product i{
   font-size: 12px;
    padding-right: 8px;
}
.filter-blue {
    filter: invert(89%) sepia(69%) saturate(4266%) hue-rotate(91deg) brightness(104%) contrast(106%);
}
.btn {
    padding-top: 16px;
    padding-bottom: 11px;
}
.table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn{
    height: auto;
}
.checkbox-ios {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: #00ffec;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(28px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}

.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
    background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}

.coin-label {
    background: #000;
    border-radius: 5px;
    margin: 27px 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.account-content .coin-label label {
    margin-top: 3px;
    margin-bottom: 0;
}

.account-content .form-group.coin-label p {
    color: #FFF !important;
    margin: 0;
}

.swal2-styled.swal2-confirm, .swal2-html-container {
    font-size: 16px !important;
}

.btn-place-order {
    background: #00ffec;
    margin-top: 20px;
    color: #000;
}

.final_total h4, .final_total td {
    font-size: 16px;
}

.final_total tr:first-child {
    border-top: 1px solid #FFF;

}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.notice-cart {
    background-color: #000;
    padding: 20px;
    color: #FFF;
    border-radius: 5px;
    margin-top: 20px;
}

.notice-cart h4 {
    margin-bottom: 15px;
}

.notice-cart h5 {
    font-size: 14px;
}

.wpwl-control {
    border: 1px solid #6f6f6f;
    background-color: #6f6f6f;
    border-radius: 5px;
    height: 40px;
    color: #FFF !important;
}

.wpwl-button-pay, .wpwl-button-pay:hover, .wpwl-button-pay:focus, .wpwl-button-pay:active {
    background-color: #00ffec;
    border-color: #00ffec;
    color: #000 !important;
    font-weight: bold;
}

.wpwl-label {
    color: #FFF;
}

.tabs-simple .nav-tabs .nav-link {
    border-color: #222529;
    color: #FFF;
}

.tabs-simple .nav-tabs .nav-link:hover {
    border-color: #00ffec;
}

.tabs-simple .nav-tabs .nav-item .nav-link.active {
    border-bottom: 1px solid #00ffec;
    color: #00ffec;
    background: none;
}


.order-tabs .media {
    /*height: 150px;*/
}

.order-tabs .media .media-body {
    background-color: #FFF;
    color: #000;
    padding: 11px 8px;
}

.order-tabs .media {
    border-radius: 5px;
    overflow: hidden;
    height: 105px;
}

.order-tabs .media img {
    width: 110px;

    height: 105px;
    border-radius: 0 5px 5px 0;
}

.order-tabs .media.processing img {
    border: 1px solid #f2c900;
}

.order-tabs .media.canceled img {
    border: 1px solid #f00;
}

.order-tabs .media.delivered img {
    border: 1px solid #18461d;
}

.order-tabs .media .media-body table tr {
    line-height: 21px;
}

.order-tabs .media .media-body table td:first-child {
    text-align: left;
}

.order-tabs .media .media-body table td:last-child {
    text-align: right;
}

.order-tabs .media .table {
    margin: 0;
}

.order-tabs .media .table td, .order-tabs .media .table .table th {
    padding: 0;
}

.order-information P {
    color: #c4c4c4;
}

.order-information strong {
    color: #FFF;
}

.card-order-details {
    padding: 20px;
    background-color: #000;
    border-radius: 5px;
}

.product-card {
    padding-top: 30px;
    width: 90%;
    margin: auto;
    border: 2px solid #00FFEC;
    border-radius: 15px;
    background-color: #484848;
}

.product-card .key {
    padding: 20px;
    margin: auto;
    border-radius: 15px;
    background-color: #5f5f5f;
}

.product-card .key .card_key {
    padding: 8px;
    margin: auto;
    border-radius: 26px;
    background-color: #5f5f5f;
    border: 1px solid #00FFEC;
    color: #fff;
    font-weight: bold;
}

.product-card img {
    width: 120px;
    margin: auto auto 20px;
}

.product-card .key .card_key .text {
    color: #00FFEC;
}

.way-card {
    padding: 18px;
    border: 1px solid #00FFEC;
    margin-bottom: 20px;
    text-align: center;
}

.way-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: auto auto 20px;
}

.contact-links a {
    margin-bottom: 25px;
    display: block;
}

.contact-links a img {
    display: inline-block;
    width: 45px;
}

.contact-links a span {
    color: #FFF;
    padding: 0 10px;
}

.gamers-coins h4 {
    color: #00FFEC;
}

.gamers-coins p {
    color: #FFF;
}

.gamers-coins h3 {
    font-family: Deutschlander;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.header-icon:not(:last-child) {
    margin-top: 0;
}

.num-level {
    font-size: 40px;
    color: #F5D17C;
    position: relative;
    top: -3px;
    left: 5px;
    font-family: Deutschlander;
}

.gamers-coins h5, #time {
    font-size: 41px;
    color: #00FFEC;
    position: relative;
    top: -5px;
    left: 5px;
    letter-spacing: 2px;
    font-family: Deutschlander;
    margin-bottom: 0px;
}
.gamers-coins h5 span{
    font-size: 52px;
    position: relative;
    top: 8px;
}
.gamers-coins h6 {
    color: #00FFEC;
    margin-top: 10px;
    font-size: 18px;
}

.gamers-coins .level-img {
    width: 70px;
    margin: 0 auto;
}

.xp {
    border: 1px solid #00FFEC;
    color: #FFF;
    font-size: 14px;
    padding: 2px;
    border-radius: 5px;
}

.coin-table {
    margin-top: 30px;
    color: #FFF;
}

.coin-table th {
    color: #FFF;
    border: 0 !important;
}

.coin-table td {
    border: 0;
    vertical-align: middle;
}

.coin-table td img {
    margin: auto;
}

.coin-table tbody tr {

}

.coin-table {
    border-collapse: collapse;
}

.coin-table th, .coin-table td {
    width: 150px;
    text-align: center;
    padding: 5px;
}

.coin-table td {
    border: 1px solid #4d4d4d;
    background-color: #4d4d4d;
}

.coin-table tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.coin-table tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.geeks {
    border-right: hidden;
}

.gfg {
    border-collapse: separate;
    border-spacing: 0 15px;
}

h1 {
    color: green;
}

#time {
    position: inherit;
    font-size: 68px;
    letter-spacing: 3px;
}

.contest-b button.btn-primary {
    border-radius: 5px;
    color: #000;
}

.newsletter-popup {
    padding: 30px 40px;
}

.contest table {
    width: 550px;
    color: #FFF;
}

.contest table tr td:last-child {
    text-align: right;
}

.contest-table {
    border: 1px solid #c0c0c0;
    width: 600px;
    margin: 30px auto;
    background-color: #000;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 500px;
    overflow-y: auto;
}

.contest-card {
    width: 70%;
    margin: auto;
    background-color: #494949;
    border-radius: 5px;
    text-align: center;
    line-height: 82px;
    margin-bottom: 50px;
}

.contest-card img {
    width: 81px;
}

#exampleModal {
    z-index: 9999;
}

.mobile-show {
    display: none;
}

@media only screen and (max-width: 768px) {
    .fm-sns-title > span {
        width: 23%;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .GamersCoin {
        vertical-align: middle !important;
    }

    .num-level {
        top: 8px;
    }

    .table.table-wishlist .product-row {
        display: initial;
    }

    .contest-table tr td.s-td {
        width: 140px;
    }

    .contest table tr td:last-child {
        text-align: center !important;
    }

    .contest-card {
        width: 100%;
        padding-left: 14px;
    }

    .banner-gamers {
        background-size: contain;
    }

    .featured-products-section {
        padding-right: 4px;
        padding-left: 11px;
    }

    .product-single-details .product-title {
        width: auto;
    }

    .old-price {
        padding: 0;
    }
}

.products-section h2 {
    text-transform: capitalize;
}

#imageUpload {
    display: none;
}

#profileImage {
    cursor: pointer;
}

#profile-container {
    width: 150px;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#profile-container img {
    width: 150px;
    height: 150px;
    border: 3px solid #cacaca;
    padding: 5px;
    border-radius: 50%;
}

.header-contact img {
    width: 35px;
    height: 35px;
}

footer .payment-icons .payment-icon {
    filter: initial;
    background-color: transparent;
    width: 77px;
    height: 40px;
    margin: 1px 7px 10px;
    background-size: contain;
}

.select-custom select {
    z-index: 1 !important;
}

.filter-select select {
    font-size: 15px;
}

.search-select select {
    background-color: #151719;
    border-radius: 0;
    padding-bottom: 0;
    font-size: 14px;
    padding-top: 3px;
}

.toolbox select.form-control {
    background-color: transparent;
}

header .social-icon:hover {
    background-color: transparent;
}

.gift-card {
    background-color: #151719;
    border-radius: 22px;
    position: relative;
    top: 1px;
    padding: 3px 18px 0 12px !important;
    margin: 0 8px;
    width: 120px;
}

.gift-card span {
    font-family: Deutschlander;
    color: #00FFEC;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
}

.owl-next, .owl-prev {
    color: #FFF !important;
    background-color: #000 !important;
    height: 34px !important;
    width: 34px !important;
    line-height: 34px !important;
    border-radius: 50% !important;
    display: block !important;
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 1;
}

.owl-nav .icon-angle-left {
    position: relative;
    left: -1px;
}

.owl-nav .icon-angle-right {
    position: relative;
    right: -1px;
}

.main-nav .menu > li.active.border-color-bundles > a, .main-nav .menu > li.border-color-bundles > a:hover {
    border-top-color: #F5D17C;
}

.main-nav .menu > li.active.border-color-onsale > a, .main-nav .menu > li.border-color-onsale > a:hover {
    border-top-color: #ed0101;
}

.header-middle {
    color: #FFF;
}

.logo-text {
    padding: 0 20px;
    font-size: 22px;
    position: relative;
    top: 2px;
    font-weight: bold;
}

select, .header-search-wrapper input {
    font-family: "Open Sans", sans-serif;
}

.main-nav .menu > li > a {
    letter-spacing: 0;
}

.btn-code-p {
    border-radius: 5px;
    margin-top: 28px;
    padding: 11px 13px 3px;
}
.profile-img img{
    width: 35px;
    height: 35px;
    max-width: 100%;
    max-height: 100%;

}

.product-coin-value {
    font-size: 1.7rem;
}
.fm-sns-title > span {
    display: inline-block;
    height: 1px;
    width: 20%;
    background-color: #c8c8c8;
}

.contest-time {
    padding-top: 10px;
}
.slider-type-1 {
    display: block !important;
}
.slider-type-0 {
    display: none !important;
}
.select2-container--open .select2-dropdown--below{
    min-width: 92px !important;
}
