@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* ---------- Basics ---------- */


h3 {
    font-size: 20px !important;
}


h2 {
    font-size: 26px !important;
    font-weight: 600!important;
}

body {
    font-size: 15px;
}

/* The Modal (background) -------*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
 
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }





 /* Modal Content -------------------- */











@media only screen and (min-width: 991px) {
    .display-grid-c {
        display: grid !important;
        justify-content: center !important;
    }
 
}

@media only screen and (max-width: 991px) {
    .bg-white-menu-nav {
        background-color: #ffffff;
    }
}


@media only screen and (min-width: 1200px) {
     
    h1 { 
        white-space: nowrap;
    }
}

.bg-split {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 50%);
}


table {
     
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #f8f8f8;
}
.split {
    height: 100%;
    width: 50%;
    position: fixed;
     
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
  }

.split-l {
     
    background-color: #ffffff;
}

.split-r {
    right: 0;
    background-color: rgb(247, 247, 247);
}

.navbar {
    --bs-navbar-color: rgba(255, 255, 255, 0) !important;
}

a.basket{
    color: rgb(30 30 30)  !important;
    text-decoration: none !important;
}

a.item {
    color: rgb(27, 27, 27) !important;
    text-decoration: none !important;
}

a.product-card {
    color: rgb(27, 27, 27) !important;
    text-decoration: none !important;
}

a.coupon{
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    text-decoration: none !important;
    font-family: "Roboto", sans-serif !important;
}
.navbar-hover {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
      
}
.navbar-hover:hover {display: block;}


  /*      -----------   DROPDOWN ------------- */


  /*      -----------   DROPDOWN ------------- */
 
.container {
    max-width: 1560px !important;
}

body {
    font-family: "Roboto", sans-serif !important;
}

p {
    font-weight: 300 !important;
}

.font-w-500 {
    font-weight: 500 !important;
}

.font-w-600 {
    font-weight: 600 !important;
}

.f-s-60 {
    font-size: 60px !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.bg-gray {
    background-color: #e6e6e6;
}

.reduce-padding {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.absolute-bottom0-w100 {
    position: absolute;
    bottom: 0;
    width: 100%;
} 

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
.footer {
    margin-top: auto;
}

h1 {
    font-weight: 700 !important; 
}

h4 {
    font-size: 16px !important;
    margin-bottom: .3rem !important;
}

h5 {
    font-size: 14px !important;
    color: #8d8d8d !important;
    font-weight: 400 !important;
}


label {
    font-size: 15px !important;
}

::placeholder {
    color: #aaaaaa !important;
}

.txt-sm-gray{
    font-size: 14px !important;
    color: #8d8d8d !important;
    font-weight: 400 !important;
}

.bg-gray {
    background-color: #f8f8f8;
}

.bg-white {
    background-color: #ffffff;
}



.bg-black-mj {
    background-color: #202020;
}
 
.text-color-white {
    color: #ffffff;
}

.align-center-column {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
}


.removeDefault {
    border: none !important;
}
/* ---------- Navbar ---------- */

.navbar {
    height: 60px !important;
}

.logo {
    font-family: "Orbitron", sans-serif;
    font-weight: 900; 
    --bs-navbar-brand-font-size: 1.5rem  !important;
}

.form-input:focus{

box-shadow: none;
border:none;
}

.nav-top-gray {
    background-color: #F4F4F4;
    border-bottom: 1px solid #dfdfdf;
}

.border-bottom { 
    border-bottom: 1px solid #dfdfdf;
}

.nav-bot-gray {
    background-color: #F8F8F8 ;
}

a.nav-link   { 
    padding: 10px ;
    font-weight: 500 ;
    color: #1d1d1d ;
    &:hover {
        color: #797979 ;
    } 
}

 
 
.background-section-bg {
    background-image: url('assets/images/motorjetHero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}


 /* search */

 .div-search  {
    background-color: #ffffff !important; 
    border-radius: 35px   !important; 
    border: 1px solid #dee2e6 !important;  
}
 
.max-width {
    width: 260px;
}
 
.btn-search  {
    background-color: #ffffff !important;
    border-top-left-radius: 0px  !important;
    border-bottom-left-radius: 0px  !important;
    border-top-right-radius: 35px   !important;
    border-bottom-right-radius: 35px  !important;
    border: 1px solid #dee2e6 !important;
    border-left: none !important;
    
}


.btn-decrement  {
    background-color: #ffffff !important;
    border-top-left-radius: 35px  !important;
    border-bottom-left-radius: 35px  !important;
    border-top-right-radius: 0px   !important;
    border-bottom-right-radius: 0px  !important;
    border: none !important;
    &:hover {
        background-color: #e7e7e7 !important;
    }
}

.btn-increment  {
    background-color: #ffffff !important;
    border-top-left-radius: 0px  !important;
    border-bottom-left-radius: 0px  !important;
    border-top-right-radius: 35px   !important;
    border-bottom-right-radius: 35px  !important;
    border: none !important;
    &:hover {
        background-color: #e7e7e7 !important;
    }
}

.btn-volume  {
    background-color: #ffffff !important;
    border-top-left-radius: 35px  !important;
    border-bottom-left-radius: 35px  !important;
    border-top-right-radius: 35px   !important;
    border-bottom-right-radius: 35px  !important;
    border: 1px solid #1f1f1f  !important;
}

.btn-menu-light {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
}
 
/* .form-control {
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
    font-size: 15px !important;
} */
 
.form-control:focus {
    border: 1px solid #1280ee!important;
    border-right: none !important; 
}

.input:focus {
    outline: none!important;
    box-shadow: none !important;
}


.flex-center  {
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
}

/* ------ images ------- */

/* .image-container .img-container-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;  
    filter: brightness(60%);
}

 
.image-container {
    width: 100%;
    height: 600px; 
    border-radius: 6px;
    overflow: hidden;
    position: relative;
} */


.image-container .img-container-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;  
    filter: brightness(70%);
    &:hover {
        filter: brightness(100%);
        cursor: pointer;
        transform: scale(1.05);
        transition: transform .3s;
    }
}

.image-container-brand-cover {
    width: 100%; /* Define width */
    height: 240px; /* Define height */
    border: 1px solid #ffffff; /* Add border for visual separation */
    overflow: hidden; /* Ensure images don't overflow the container */
    position: relative; /* To make sure the image position is relative to the container */
}

  /* Define styles for the image */
.image-container-brand-cover img {
width: 100%; /* Ensure image fills the container horizontally */
height: 100%; /* Ensure image fills the container vertically */
object-fit: cover; /* Scale the image to cover the entire container */
position: absolute; /* Position the image absolutely within the container */
top: 0; /* Position the image at the top of the container */
left: 0; /* Position the image at the left of the container */
}

@media (min-width: 768px) {
    .modal-content {
        width: 50% !important;
    }   
}
 
.image-container {
    width: 100%;
    height: 600px;  
    overflow: hidden;
    position: relative;
}

.img-brand-logo {
    position: absolute;
    z-index: 2;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.main-title {
    position: absolute;
    z-index: 2;
    justify-content: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
}

.bg-image-container img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;   
}

.item-border {
    border: 1px solid  #e9e9e9;
    
}

.item-border-izdelek {
    border: 1px solid  #afafaf;
    &:hover {
        border: 1px solid  #ee5d08 ;
    }
}

.item-border-bottom {
    border-bottom: 1px solid  #cfcfcf;
} 
 
.bg-image-container {
    width: 100%;
    height: 80vh;  
    overflow: hidden;
    position: relative;
}

/* ----------- items ---------- */

.grid-container { 
    display: grid;
    column-gap: 12px;
    row-gap: 12px;
    grid-template-columns: auto auto auto; 
    padding: 10px;
    justify-content: center;
}

.grid-item { 
    height: auto;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(236, 236, 236, 0.8);
    font-size: 30px;
    text-align: center; 
    padding-left: 0px;
    padding-right: 0px;
    width: 499px;
}

.obj-fit-contain {
    width: 100%;
    object-fit: contain;
}

.grid-img-container {
    max-height: 300px;
    min-height: 300px;
    width: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.grid-img-container img {
    width: 100% !important;
    height: auto;
    object-fit: scale-down;
    
}

.cursor-pointer {
    cursor: pointer;
}

.grid-img-container {
    max-height: 300px; 
    width: auto;  
    display: flex;
    justify-content: center;
} 

.item-display .grid-img-container { 
    max-height: none; 
    width: auto;  
    display: flex;
    justify-content: center;
} 

/* ------- items-desc -------- */

.item-photos-section {
    height: 20%;
    display: flex;
    font-size: 15px;
    justify-content: flex-start;
    align-content: flex-start;
    padding-bottom: 10px;
    background-color: #fafafa;
}

.item-more-photos { 
    display: flex;
    font-size: 15px;
    padding-bottom: 10px;
    
    flex-direction: column;
    align-items: center;
}




.item-desc-section-outlet {
    font-size: 15px;
    display: flex;
    
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
	
    background-color: #fafafa;
}

.item-desc-separate {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}


.item-desc-section { 
    font-size: 15px; 
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
	
    background-color: #fafafa;
}

.font-price-cut-desc {
    color: #8d8d8d;
    text-decoration: line-through;
}

/* ----- buttons -------- */

.btn-mjet-primary {
    background-color: #1d1d1d !important;
    color: #F8F8F8 !important;
    font-weight: 400 !important;
}

.btn-mjet-primary-basket {
    background-color: #1d1d1d !important;
    color: #F8F8F8 !important;
    font-weight: 400 !important;
    width: -webkit-fill-available;
    padding: 10px  !important;
    &:hover {
        background-color: #424242  !important;
    }
}



.btn-mjet-secondary {
    background-color: #9562d600 !important;
    color: #F8F8F8 !important;
    font-weight: 400 !important;
    border: 1px solid white !important;
    width: 270px !important;
    &:hover {
        background-color: #181818!important;
    }
}

.btn-mjet-secondary-basket {
    background-color: #ffffff00 !important;
    color: #1d1d1d!important;
    font-weight: 400 !important;
    width: -webkit-fill-available;
    padding: 10px  !important;
    border: 1px solid #1d1d1d !important;
    &:hover {
        background-color: #f3f3f3  !important;
    }
}


.btn-mjet-search {
    border-radius: 0% !important;
    background-color: #1d1d1d !important;
    color: #F8F8F8 !important;
    font-weight: 400 !important;
    width: -webkit-fill-available;
    padding: 5px  !important;
    &:hover {
        background-color: #424242  !important;
    }
}


.btn-mjet-text {
    border: none !important;background-color: #d1d1d100;
}


/* category-card-image */

.category-card {
    max-height: 270px;
    filter: brightness(100%);
    &:hover {
        filter: brightness(90%);
        cursor: pointer;
        transform: scale(1.05);
        transition: transform .3s;
    }
}

.img-category-card {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.img-basket-card { 
    max-height: 120px;
    object-fit: cover; 
    top: 0;
    left: 0;
}


.form-check-input {
   
    border: var(--bs-border-width) solid #c3c3c3 !important;
    
}


.img-wrapper-basket {
    padding-left: calc(24px + .8rem);
    padding-right: .8rem;
    width: 23.33333%;
}



.form-check-input:checked {
    background-color: #2d2d2d !important;
    border-color: #303030 !important;
}

/* ----------- items save ---------- */

/* .grid-container { 
    display: grid;
    column-gap: 12px;
    row-gap: 16px;
    grid-template-columns: auto auto auto;
    background-color: #ffffff;
    padding: 10px;
  }
  
  .grid-item { 
    height: auto;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(236, 236, 236, 0.8);
    font-size: 30px;
    text-align: center; 
     
  }

.grid-img-container img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: contain;
}

.grid-img-container {
    height: 70%;
    padding: 20px;
    width: 100%;
}
*/




@media screen and (max-width: 990px) { 

.pt-mobile {
    padding-top: 35px !important;
}

}


@media screen and (max-width: 500px) {
.f-s-76 {
    font-size: 36px !important;
    white-space:unset;
}

.f-s-60 {
    font-size: 40px !important;
}
    
.image-container {
    height: 200px;
    margin-top: 8px !important;
} 
}

@media screen and (max-width: 1200px) { 
.image-container {
    height: 300px;
    margin-top: 8px !important;
}

}


/* ------------------------------------------------------------ */

.sidebar-categories   {
    padding: 12px;
    padding-left: 16px;
    background-color: #fcfcfc;
    /* border: 1px solid #c4c4c4;  */
}


.sidebar-categories .main-nav-list .child {
    font-size: 14px;
    display: block;
    line-height: 30px; 
    font-weight: 400;
     
}

.main-categories ol, ul {
    line-height: 30px; 
    padding-left: 0px !important; 
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
    font-weight: 500;
}


.main-categories a {
    color: #000;
    text-decoration: none;
   
}

ul {
    list-style-type: none;
    padding-left: 0; /* Optionally remove default padding */
}



.lattest-product-area .row>*  {
    padding-right: calc(var(--bs-gutter-x)* .2) !important;
    padding-left: calc(var(--bs-gutter-x)* .2) !important;
}



/* ------------------------------------------------------------ */

.pagination a {
    padding: 20px;  
    line-height: 10px;
    text-align: center;
    display: inline-block;
    background: #fff;
}

.pagination a.active {
    color: #2392be;
}

.collapse {
    display: none;
}
.collapse.show {
    display: block;
}

.bg-lightgray {
    background-color: #fcfcfc;
}

.category-select .btn-menu-light {
    background-color: #ffffff !important;
    border-radius: 0%;
    width: -webkit-fill-available;
    color: #888;
    font-size: 14px;
	width: 100%
}

.category-select .dropdown-menu {  
    border-radius: 0%;
    width: -webkit-fill-available;
    font-size: 14px;
}


.breadcrumb-item a {
    font-size: 15px;
    color: #1f1f1f!important;
    &:hover {
         color: #ee5d08  !important;
    }
}
.breadcrumb-item.active {
    text-decoration: none !important;
}

.static a {
    font-size: 15px;
    color: #1f1f1f!important;
    &:hover {
         color: #ee5d08  !important;
    }
}

 
.active { 
     
    font-weight: 700 !important;

    text-decoration: underline !important;
}
 
 .dropdown-menu {
		max-height:200px;
		overflow-x: hidden;
		overflow-y: auto;
	}


 
 
/* HEADER */

.mobile-header-bar .div-search {
    display: none !important;
}

.ul-toggle {
    display: none !important;
}



.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white !important;
    background: rgba(0,0,0,0.4);
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 1056;
    user-select:none;
  }
  .modal-arrow.left { left: 10px; }
  .modal-arrow.right { right: 10px; }

  .modal-close {
    position: absolute;
    top: -35px;
    right: 0;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white !important;
    background: rgba(0,0,0,0.4);
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 0;
    font-weight: 400;

  }

  .gallery-img {
    cursor: zoom-in;
  }

  #modalImage {
    border-radius: 5px;
    max-height: 80vh;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .product-details {
    overflow-y: auto;
    max-height: 44.2vh;
  }

  .preview-img img{
    max-height: 42.3vh;
  }

  #imageModal {
    padding: 0px;
  }

@media (max-width: 991px) {

    .checkout-bg {
        background: white;
    }

    #modalImage {
        max-height: 55vh;
    }

    .product-details {
        max-height: fit-content;
    }

    .navbar .container-fluid.header-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .navbar .container-fluid.header-bar #div-search {
        display: none  !important;
    } 

    .navbar .container-fluid.header-bar .basket-text {
        display: none  !important;
    } 

    .mobile-header-bar {
        flex-direction: row;
        flex-wrap: nowrap !important;
    }

    .mobile-header-bar .div-search {
        display: flex !important;
    }
    

    .mobile-header-bar #navbarNav {
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 7px 10px;
    
    }

    
    /* */
    .h-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
    
    .h-collapse.h-show {
        max-height: 4000px; /* large enough to fit any menu */
    }

    .ul-toggle {
        display: block !important;
        transition: transform 0.3s ease;
        font-size: 22px;

    }
    
    .ul-toggle.rotated {
        transform: rotate(90deg); /* points down */
    }

    .h-col,  .h-col a {
        text-align: center;
        width: 100% !important;
    }

    
  .modal-arrow { 
    top: 120%;
  }

  .item-more-photos {
    justify-content: space-around;
    flex-direction: row;
  }
    

}


.custom-toggler {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 
    width: 41px;
    height: 30px;
    padding: 5px !important;
  }
  
  .custom-toggler .toggler-bar {
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  
  /* Transform to "X" when expanded */
  .custom-toggler.open .toggler-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .custom-toggler.open .toggler-bar:nth-child(2) {
    opacity: 0;
  }
  
  .custom-toggler.open .toggler-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  
