@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');
/*
Template Name     : Synrok - Mobile HTML Template
Author            : codervent
Email             : codervent@gmail.com
File              : style.css
*/

/*
Table of index
*/

/* 
- General
- Header
- Searchbar
- loader
- Footer
- Pag Content
- Utilities
- Radio & Checkbox
- Product Details
- Metis Menu
- Order Tracking
- Animation
 */


:root {
    --base-color1   : #000;
    --base-color2   : #000;
    --bs-warning-rgb: var(--base-color2);
    --bg-body       : #fff;
    --border-color  : #cf00ff;
}
.bg-dark{
    background-color: #0000 !important;
}
.border-top{
    border-top:red !important;
}

/*General*/

body {
    font-size       : 14px;
    color           : #2b2828;
    font-family     : 'Open Sans', sans-serif;
    background-color: var(--bg-body);
    /* user-select     : none; */
}

a {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529;
}

::placeholder {
    color  : #000;
    opacity: 0.3 !important;
}

::-webkit-scrollbar {
    width: 0px;
}


/* Header */

.top-header {
    width           : 600px;
    margin          : 0 auto;
    height          : 60px;
    background-color: #151515;
    padding-left    : 1.0rem;
    padding-right   : 1.0rem;
}

.page-content {
    margin-top   : 60px;
    margin-bottom: 60px;
    padding      : 0;
    overflow     : hidden;
}

.top-header .navbar .nav-button a {
    font-size: 25px;
    color    : #212529;
}

.top-header .navbar .top-right-menu a.nav-link {
    font-size: 20px;
    color    : #212529;
}

.top-header .top-right-menu .cart-badge {
    position        : absolute;
    top             : 6px;
    right           : 0px;
    color           : #fff;
    width           : 20px;
    height          : 20px;
    font-size       : 12px;
    border-radius   : 50%;
    display         : flex;
    align-items     : center;
    justify-content : center;
    background-color: #212529;
}

/* Searchbar */

.top-header .navbar .searchbar {
    display: none;
}

.top-header .navbar .full-search-bar {
    display          : flex;
    align-items      : center;
    width            : 100%;
    position         : fixed;
    left             : 0;
    right            : 0;
    top              : 0;
    bottom           : 0;
    border-bottom    : 1px solid #dee2e6;
    z-index          : 100;
    background-color : #ffffff;
    height           : 65px;
    padding          : 0 1.0rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation        : .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .full-search-bar .form-control {
    background-color: #f6f6f6;
    border-radius   : 0.5rem;

}

.top-header .navbar .full-search-bar .form-control:focus {
/*    background-color: #ffffff;*/
    border          : 1px solid #212529;
}


.searchbar .search-icon {
    margin-left: 2rem !important;
}

.searchbar .search-close-icon {
    margin-right: 2rem !important;
}

.form-control:focus {
/*    color           : #212529;*/
/*    background-color: #fff;*/
    border-color    : #151515;
    border          : 1px solid #212529;
    outline         : 0;
    box-shadow      : 0 0 0 .25rem rgba(33, 37, 41, 0.0)
}


/* loader */

.loader-wrapper {
    position        : fixed;
    top             : 0%;
    left            : 0%;
    width           : 100%;
    height          : 100%;
    z-index         : 10000;
    background-color: #212529;
}




/* footer */

.wrapper .page-footer {
    width           : auto;
    height          : 60px;
    background-color: #ffffff;
    padding-left    : 1.0rem;
    padding-right   : 1.0rem;
}

.wrapper .page-footer .navbar a.nav-link {
    color: #212529;
}


.wrapper .page-footer .navbar a.nav-link .icon {
    font-size: 20px;
}

.wrapper .page-footer .navbar a.nav-link .name {
    font-size  : 14px;
    font-family: 'Kanit';
}


.wrapper .sidenav .offcanvas-header {
    height: auto;
}

.wrapper .sidenav .offcanvas {
    width: 300px;
}

/* Pag Content */

.category-img figure {
    margin: auto;
}

.category-img figcaption {
    font-size  : 12px;
    color      : #212529;
    text-align : center;
    padding-top: 5px;
    font-weight: 600;
}


/* Utilities */

.bg-red {
    background-color: #ff2c2c !important;
}

.bg-green {
    background-color: #21ad61 !important;
}

.bg-purple {
    background-color: #723da6 !important;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.12) !important
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-pinterest {
    background-color: #c8232c !important;
}

.bg-linkedin {
    background-color: #0072b1 !important;
}

.bg-apple {
    background-color: #000 !important;
}

.text-purple {
    color: #723da6 !important;
}

.text-orange {
    color: #ff822c !important;
}

.text-cyane {
    color: #00FFFF !important;
}

.text-brown {
    color: #ce5334 !important;
}

.text-ten {
    color: #5eff00 !important;
}

.text-pink {
    color: #ff006f !important;
}

.section-title {
    color    : #212529;
    font-size: 18px;
}

.review-item .client-name {
    color    : #212529;
    font-size: 14px;
}

.product-short-title {
    color    : #212529;
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.rounded-end-0 {
    border-top-right-radius   : 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-start-0 {
    border-top-left-radius   : 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-ecomm {
    font-size     : 14px;
    text-transform: uppercase;
    font-weight   : 600;
    padding       : 0.5rem 1.5rem;
    border-radius : 0;
    z-index       : 6;
}


.filter-menu .nav-link {
    border-radius   : 0;
    color           : #363d46;
    background-color: #fbfbfb;
    border-bottom   : 1px solid #eee;
}

.filter-menu .nav-link.active {
    color           : #1b222d;
    background-color: #ffffff;
}

.filter-content .product-number {
    color      : #b7b7b7;
    margin-left: 7px;
}


/* Radio & Checkbox */

.form-check-input,
.form-check-input,
.form-check-label {
    cursor: pointer;
}

.product-number {
    color      : #b7b7b7;
    margin-left: 7px;
}


.form-check-input:checked,
.form-check-input:checked {
    background-color: #7d5b7a;
    border-color    : #7d5b7a;
}

.form-check-input:focus,
.form-check-input:focus {
/*    border-color: #7d5b7a;*/
    outline     : 0;
    box-shadow  : 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}

.similar-products a {
    width           : 30px;
    height          : 30px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    background-color: #ffffff;
    color           : #212529;
    font-size       : 16px;
    border-radius   : 50%;
}

.h-90 {
    height: 90% !important;
}

.rounded-top-left-right-lg {
    border-top-left-radius : 25px;
    border-top-right-radius: 25px;
}


.offcanvas-footer {
    background-color: #ffffff;
}


/* Product Details */

.product-image-slider .slick-list {
    margin: 0 0;
}

.product-image-slider .slick-slide {
    margin: 0 0;
}


.product-image-slider .slick-dots {
    bottom: 0;
}

.share-product {
    width           : 35px;
    height          : 35px;
    font-size       : 14px;
    font-weight     : 600;
    border-radius   : 50%;
    display         : flex;
    align-items     : center;
    justify-content : center;
    color           : #212529;
    background-color: #fff;
    z-index         : 1;
    cursor          : pointer;
}

.share-product:hover {
    color: #212529;
}

.product-image-slider .slick-dots li button:before {
    opacity: 1;
    color  : white;
}

.product-image-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color  : rgb(0, 0, 0);
}


.product-image-slider .slick-prev,
.product-image-slider .slick-next {
    font-size : 24px;
    color     : #fff;
    opacity   : 0.7;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}

.product-image-slider .slick-prev:hover,
.product-image-slider .slick-next:hover,
.product-image-slider .slick-prev:focus,
.product-image-slider .slick-next:focus {
    opacity   : 1;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}


.product-image-slider .slick-prev {
    left: 0;
}

.product-image-slider .slick-next {
    right: 0;
}

.width-content {
    width: fit-content;
}

.size-chart div button {
    width           : 50px;
    height          : 50px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    font-size       : 14px;
    border          : 1px solid #dee2e6;
    border-radius   : 50%;
    color           : #222121;
    font-weight     : 600;
    background-color: #ffffff;
    transition      : 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.size-chart div button:hover,
.size-chart div button:focus {
    color           : #ffffff;
    border          : 1px solid #212529;
    background-color: #212529;
}


.product-info .product-title {
    color: #222121;
}

.separator {
    display    : flex;
    align-items: center;
}

.separator .line {
    height          : 1px;
    flex            : 1;
    background-color: #dee2e6;
}

.separator h3 {
    padding: 0 1.5rem;
}


.wishlist-close {
    background-color: #ffffff;
    border-radius   : 50%;
    padding         : 10px;
    margin          : 7px;
}


.block-button {
    height         : 60px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.payment-input {
    width : 1.2em;
    height: 1.2em;
}

.profile-item,
.profile-item:hover,
.profile-item:focus {
    color          : #141619;
    text-decoration: none;
}


.noti-box {
    width           : 40px;
    height          : 40px;
    color           : #fff;
    display         : flex;
    align-items     : center;
    justify-content : center;
    font-size       : 30px;
    font-weight     : 600;
/*    background-color: #f90 !important;*/
    outline  : 3px solid var(--base-color1);
    border-radius   : 50%;
}

.forgot-link {
    color: #646464;
}

.forgot-link:hover {
    color: #646464;
}


.social-login a {
    width           : 40px;
    height          : 40px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    color           : #fff;
    font-size       : 16px;
    background-color: #eaebeb;
    border-radius   : 50%;
}

.verification-controls input {
    width     : 50px;
    height    : 50px;
    text-align: center;
    padding   : 0;
}

.splash-bg-2 {
    background-image     : url('../images/login.jpg') !important;
    background-size      : cover;
    background-position  : center;
    background-attachment: fixed;
}


/* Metis Menu */

.sidebar-nav .metismenu a {
    font-size    : 14px;
    font-weight  : 500;
    padding      : 10px 16px;
    border-bottom: 1px solid #dee2e6;
}


.sidebar-nav .metismenu .mm-active>a,
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus {
    color           : #212529;
    background-color: #f8f9fa;
}

.sidebar-nav .metismenu li:first-child {
    margin-top: 0px;
}

.sidebar-nav .metismenu .mm-active>a {
    border-radius: 0;
}

.sidebar-nav .metismenu li+li {
    margin-top: 0px;
}

.sidebar-nav .metismenu ul a {
    padding: 8px 16px 8px 42px;
}


/* Order Tracking */

.timeline-with-icons {
    border-left: 1px solid #dee2e6;
    position   : relative;
    list-style : none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display : block;
    top     : 0;
}

.timeline-with-icons .timeline-icon.active {
    color           : #fff;
    background-color: #212529;
}

.timeline-with-icons .timeline-icon {
    position        : absolute;
    left            : -48px;
    background-color: #f8f9fa;
    color           : #bcc0c5;
    border-radius   : 50%;
    height          : 31px;
    width           : 31px;
    display         : flex;
    align-items     : center;
    justify-content : center;
}



/* animation */

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform        : translate3d(0, 6px, 0);
        opacity          : 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform        : translate3d(0, 0, 0);
        opacity          : 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform        : translate3d(0, 6px, 0);
        opacity          : 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform        : translate3d(0, 0, 0);
        opacity          : 1
    }
}

.bg-cus-gradient {
    background: linear-gradient(180deg, #7d5b7a00 0%, #7d5b7a 100%);
}

.btn-submit {
    padding-bottom: 4rem;
}

.page-content,
.page-footer.search {
    max-width      : 600px;
    margin         : 0 auto;
    margin-bottom  : 60px;
    background-color:   #000 !important;
    /* background  : linear-gradient(to bottom, var(--base-color1) 0%, var(--base-color2) 100%); */
}

.vh-100 {
    height: 95vh !important;
}

.new-btn {
    background  : #151515;
/*    linear-gradient(318deg, var(--base-color1) 0%, var(--base-color2) 100%);*/
    color       : #f90;
    font-weight : bolder;
    border-color: #ccc !important;
}

.new-bg {
    background: linear-gradient(318deg, var(--base-color1) 0%, var(--base-color2) 100%);
}


.trending-category>.row>.col.d-flex {
    height: 250px;
}

.trending-category>.row>.col.d-flex>.card {
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;
}

.trending-category>.row>.col.d-flex>.card>.card-body {
    position  : absolute;
    left      : 0;
    bottom    : 0;
    background: #2020232e;
    width     : 100%;
    color     : white;
    padding   : 5px;
}

.trending-category>.row>.col.d-flex>.card>.card-body>p:first-child {
    width             : 50%;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp        : 1;
    -webkit-box-orient: vertical;
}

.rounded-6 {
    border-radius: 2.8rem;
}

.section-title {
    font-family: 'Kanit';
}

footer .navbar-nav {
/*    background             : linear-gradient(318deg, var(--base-color1) 0%, var(--base-color2) 100%) !important;*/
    --bs-nav-link-padding-y: 0.3rem;
     background             : #151515 !important;
}

footer .navbar {
    max-width: 600px;
    margin   : 0 auto;
}

.m-section-title {
/*    background: linear-gradient(45deg, #a94daa 0%, #5d26f3 100%) !important;*/
    background-color: #151515;
}

.sales-category-slider img {
    width     : 100%;
    height    : 325px;
    object-fit: cover;
}

.str-limit-2 {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp        : 2;
    -webkit-box-orient: vertical;
}

.text-gd {
    font-size              : 25px;
    font-weight            : bolder;
/*    background             : linear-gradient(var(--base-color1), var(--base-color2));*/
    background: #c6c6c6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-grid .img-fluid {
    width     : 100%;
    height    : 325px;
    object-fit: cover;
}

.nav-pills {
    --bs-nav-pills-border-radius    : 0;
    --bs-nav-pills-link-active-color: #ffffff;
}

.nav-pills .nav-link.active {
    background: linear-gradient(var(--base-color1), var(--base-color2));
}

.list-group-flush .product-img {
    width   : 200px !important;
    height  : 100px;
    overflow: hidden;
}

.list-group-flush .product-img img {
    object-fit     : cover;
    object-position: center;
}

.list-group-flush .product-img+div>p {
    font-size: 18px;
}

.noti-box {
    width      : 75px;
    height     : 75px;
    font-weight: bolder;
}

.game-number .card .noti-box:hover {
    cursor: pointer;
}

/* 
.game-number .card:nth-child(odd) .noti-box {
    background-color: red !important;
} */

/* .game-number .card:first-child .noti-box,
.game-number .card:nth-child(6) .noti-box {
    background-color: #763ed0 !important;
} */

input:checked+label.noti-box {
    box-shadow : 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background : #F90 !important;

/*    text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);*/
}

.game-number .card:hover {
    cursor: pointer;
}

.profile-item>.card {
    border: 2px solid var(--base-color2);
    color : white;
}

.profile-item>.card>.card-body i,
.profile-item:hover {
    color: #000;
/*    var(--base-color1);*/
}

.form-control,
.form-control:valid {
    background-color: #151515;
    color           : #c6c6c6;
}

.form-control:focus {
    background-color: #151515
    border          : 1px solid var(--border-color);
}

.input-group-text {
    color: white;
}

.form-select>option {
    background-color: #151515;
    line-height     : 30px;
}

.offcanvas.search.show {
    max-width: 600px;
    margin   : 0 auto;
}

.offcanvas{
    --bs-offcanvas-bg: var(--bg-body);
    --bs-offcanvas-color: white;

    max-width: 600px;
    margin: 0 auto
}
.text-bg-dark{
    background-color: #000 !important;
}

/*menu*/

    .navbar-collapse {
      flex: 0 0 auto;
      flex-grow: 0 !important;     

        position: fixed;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background:#f1f1f1;
        max-width: 320px;
        height: 100vh;
        overflow-y: auto;

}
.navbar-nav li.nav-item{
    background-color: #212121;
    color:#fff;
    margin:2px;
    padding:0px 0px 10px 10px;
    border-radius: 10px;
    font-weight: bold;
}
.navbar-collapse.collapsing {
    height: 100%;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0s ease;
    left: -100%;
  }

  .navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }
  .navbar-nav {
  
    max-height:400px;
    overflow-y: scroll;
}


@media only screen and (max-width: 10008px) {
    .navbar-collapse {
      position: absolute;
      width: 100%;
      top: 0px;
      left: 0;
      background: black;
      padding: 15px;
    }
}

/*end menu*/
.font-12{
    color:#c6c6c6 !important;
    font-size: 16px !important;
}
.pagination{
/*    margin:0 auto;*/
    margin-top:20px;
    margin-bottom:50px;
}
.page-item, .page-item a,.page-item span{
    background-color:#151515 !important;
    color:white !important;
    border:none;
    border-radius: 3px;
    margin-left:2px;
    font-weight: bold;
/*    padding:0px 10px;*/
}
li.active{
    border:2px solid #f90;
}
.name.fw-bold,i.bi{
    color:#f90 !important;
}
.navbar{
    --bs-navbar-padding-y:5px !important;
    --bs-navbar-brand-padding-y:0px @!important;
}
.mb-0{
    color:#c6c6c6;
}
#swal2-html-container{
    color:#f90;
}
.login-body{
    padding:10px;
}
.text-danger{
    color:#f90 !important;
}
.border-bottom {
     border-bottom: #f90 !important; 
}
.porn-color{
    color:#f90 !important;
}
#offcanvasBottom{
    background-color: #151515;
}
.banner-box{
    background-color: #ff0073;
    width:90%;
    margin-left:5%;
    min-height: 100px;
    margin-top:15px;
    margin-bottom: 15px;
    padding:10px;
}
.video-poster{
    
}