/* your styles go here */

.fixed-top {
    z-index: 1000 !important;
}

body[dir="rtl"] .ribbon .theribbon {
    margin: 30px 71px 10px -71px;
}

.custom-btn-link {
    background: none!important;
    border: none;
    padding: 0!important;
    cursor: pointer;
}

.custom-btn-link:hover {
    /* background: #1f2646 !important; */
    border: none;
    padding: 0!important;
    cursor: pointer;
}

.ta-left {
    text-align: left;
}

.col-ffffff {
    color: #ffffff;
}

.td-underline {
    text-decoration: underline;
}

.product-description-row h4 {
    color: #9ea1af;
}

.modal-body {
    background-color: #1e2d5f;
    color: #ffffff;
}

.modal-header {
    background-color: #1e2d5f;
    color: #ffffff;
    border: none;
}

.modal-footer {
    background-color: #1e2d5f;
    border: none;
}

.close span {
    color: #ffffff;
}

.product-img {
    position: absolute;
    top: 0;
    left: 0;
}

.owl-theme .owl-nav {
    margin: 0;
}

.player-id-verify-header {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

#main-slider {
    border: none;
    box-shadow: none;
}

.hint-box i {
    margin-top: 0.3rem;
    margin-right: 0.3rem;
}

.hint-box p {
    margin-bottom: 0;
}

.hint-box :hover {
    cursor: pointer;
}

#content .product .text h3 {
    height: auto;
}

.ribbon .theribbon {
    font-size: xx-small;
    width: auto;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt50 {
    margin-top: 50px;
}

.p0 {
    padding: 0;
}

.edit-btn {
    position: absolute;
    top: 20px;
    right: 10px;
}

body[dir="rtl"] .edit-btn {
    position: absolute;
    top: 20px;
    right: 180px;
}

.edit-box {
    background-color: #19214b;
    padding: 10px;
}

.item .item-label {
    color: #3d4367;
    width: 50%;
    text-align: -webkit-auto;
    font-weight: bolder;
}

.slider-arrow-left {
    color: #ffffff;
    position: absolute;
    left: -3%;
    top: 45%;
}

.slider-arrow-right {
    color: #ffffff;
    position: absolute;
    right: -3%;
    top: 45%;
}

.center-content {
    padding-top: 60px;
    /* padding-top: 40px; */
}

.legal-info {
    width: 100%;
}

.legal-info ul {
    overflow: hidden;
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
}

.legal-info ul li {
    display: inline;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #ffffff;
}

.swiper-container {
    width: 100%;
}

#hot {
    margin-top: 5%;
    margin-bottom: 10%;
}

#hot .product-slider .item {
    color: #ffffff;
}

#content .product {
    background: #1f2646;
    border: solid 1px #1f2646;
}

.navbar {
    border-bottom: 1px solid #141b3d;
    background-color: #141b3d;
}

.navbar .navbar-nav>.nav-item>.nav-link.active, .navbar .navbar-nav>.nav-item>.nav-link:hover, .navbar .navbar-nav>.nav-item>.nav-link:focus {
    background: #1f2646;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

.box {
    background: #141b3d;
    border: solid 1px #141b3d;
    color: #ffffff;
    box-shadow: none;
}

.box-footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box .box-footer {
    border: none;
    background-color: #141b3d;
}

#content .product .text p.price {
    font-size: medium;
}

.breadcrumb {
    color: #ffffff;
    background: #141b3d;
    box-shadow: none;
}

.input-group input[type="text"] {
    background-color: #192045;
    border: 1px solid #303758;
    color: #ffffff;
}

a {
    color: #ffffff;
}

body {
    background-color: #141b3d;
}

.navbar .navbar-nav>.nav-item>.nav-link {
    color: #ffffff;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {
    .center-content {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .center-content {
        padding-top: 60px;
    }
}