﻿:root {
  --primary-50: #f4f8ff !important;
  --primary-100: #e9f1ff !important;
  --primary-200: #c8dcff !important;
  --primary-300: #a7c6ff !important;
  --primary-400: #659cff !important;
  --primary-500: #2371FF !important;
  --primary-600: #1a68f8 !important;
  --primary-700: #1a55bf !important;
  --primary-800: #154499 !important;
  --primary-900: #11377d !important;

--text-color-0: #121212 !important;
--text-color-100: #5b5b5b !important;
--text-color-200: #6d6d6d !important;
--text-color-300: #a3a3a3 !important;
--text-color-400: #b5b5b5 !important;
--text-color-500: #c4c4c4 !important;
--text-color-600: #d3d3d3 !important;
--text-color-700: #e9e9e9 !important;
--text-color-800: #FFFFFF !important;

--secondary-200: #1f2a34 !important;
--secondary-300: #1c2532 !important;
--secondary-400: #172029 !important;
--secondary-500: #131e28 !important;
--secondary-600: #141c24 !important;
--secondary-700: #131c23 !important;

  --red-50: #fef2f2 !important;
  --red-100: #fee2e2 !important;
  --red-200: #fecaca !important;
  --red-300: #fca5a5 !important;
  --red-400: #f87171 !important;
  --red-500: #ef4444 !important;
  --red-600: #dc2626 !important;
  --red-700: #b91c1c !important;
  --red-800: #991b1b !important;
  --red-900: #7f1d1d !important;
}

@import url('../../../css/space-grotesk');

body, button, input, select, textarea {
    font-family: 'Space Grotesk', sans-serif;
}

body {
    background-color: #000321;
    font-family: "Space Grotesk", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Space Grotesk", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body, html {
    color: var(--text-color-400);
    overflow-x: hidden;
}

*,::after,::before {
    box-sizing: inherit;
}

.image, .row {
    display: flex
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}
.first-section {
    background: url('../../../s/1892336601145569281/f/6afa31b410ba1aca699e746c478afbacc303443d861c1e8d9ac908b810149e1f/60e923d7e0c1e69204c74fe1384dc394bddfd40a472e9325e14fb713db2fad55/background1.png') 
        no-repeat top center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, ::after, ::before {
    box-sizing: inherit
}
.line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5); /* White with 50% opacity */
}

.navigation {
    padding: 20px;
    height: 89px;
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(0,3,33,0) 0%, rgba(255,255,255,0.9277836134453782) 47%, rgba(0,3,33,0) 100%, rgba(0,3,33,0) 000321%) 1;
}

.navigation a, .navigation a:hover, .navigation a:focus {
    color: #FFF;
    text-decoration: none;
}

.navigation-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.back{
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    top:0;
    background-image: url(../../../s/1892336601145569281/f/0a36bd542a9859253cff13160ae4657a361e808aa0bda392c473ba79646e87a6/7dc030b1a51ef354374065362fffafeefbac34b874a49784bb24b6eab8e05ce0/elipse22.png);
}
.navigation-extra {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.shop-footer{
    display: none;
}
.footer{
    margin-top: 30px;
    color: white; 
    border-top: 1px solid rgba(255, 255, 255, 0.2); 
    padding: 20px; 
    max-width: 1280px; 
    margin: 0 auto; 
    width: 100%;
}
.last-section {
    background: url('../../../s/1892336601145569281/f/c2601968933bffaee3f967075d870470c15f0bac71b0ac04b317ee38a9813f8b/86730834dcd16851e79dbe58702fdb0abc11f4cbe3bdf9f0017a9b6d0c8688e5/footer.png') no-repeat bottom center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: -1;
}
.custom-link{
    text-decoration: underline;
    color:white;
    font-weight: 500;
}
.navigation-extra-dropdown-icon {
    height: 16px;
    color: #FFF;
    margin-left: 10px;
    fill: #FFF;
}

.menu {
    border-bottom: 1px solid var(--secondary-500);
    box-shadow: 0 1px 2px rgba(20, 22, 26, 0.04);
    background: var(--secondary-300);
    line-height: 66px;
    height: 66px;
    min-height: 17px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.menu-shop {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
} 
.button1 {
  background-color: #5865F2;
  color: white;
  width: 100px;
  height: 40px;
  border-radius: 10px;
cursor: pointer;
}

.button1:hover {
background-color: transparent;
  color: white;
  border: 2px solid #5865F2;
}

.menu-shop-logo {
  height: 32px;
  width: 32px;
}

.menu-shop-name {
    margin-left: 8px;
}

.menu > .container {
    overflow: hidden;
    display: block;
    max-height: 66px;
}

.menu-item {
    color: var(--text-color-400);
    text-decoration: none;
    padding: 12px 16px 12px 16px;
    font-size: 14px;
    margin-right: 8px;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.15s background ease-in, 0.15s color ease-in;
}

.menu-item-active, .menu-item:hover {
    background: rgb(35 113 255 / 10%);
    color: var(--primary-500);
}

.btnn{
    padding: 20px;
    font-size: 15px;
    cursor: pointer;
}
.lastb{
    margin-top: 30px;
    text-align: center;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
}

.menu-toggle > svg {
    height: 20px;
    width: 20px;
    opacity: 0.7;
    fill: #FFF;
}

.links{
    justify-content: center;
}

.products{
    margin-top: 100px;
    background-image: url(../../../s/1892336601145569281/f/5ec0dbd9c2a766b1d696e548877978736b6e5b046f8c2e443573761cf27e04ec/fc5d7565d6c54f8d5026298b7499dbe74f58bc80039d5ac317b3eae1d46ec8d9/elipse.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top:0;
    height: 700px;
}

.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    width: 100%;
}

.hero h1{
    font-size: 64px;
    font-family: "Space Grotesk", sans-serif;
    text-align: center;
    font-weight: 500;
    margin: 10px 0;
    color: white;
}
.hero p{
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.first{
    border-radius: 50px;
    padding: 10px;
    color: white;
    background-color: rgb(7, 5, 37);
    border: 1px solid rgb(88 101 242);
}

.buttonat{
    background-color: #ffffff14;
    border-radius: 15px;
    border: 1px solid grey;
    padding: 7px;
    font-family: "Space Grotesk", sans-serif;
    width: fit-content;
}
.buttonat button{
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    padding: 8px 10px;
    
}

.full{
    background: linear-gradient(180deg, #5865f2, #2c3dfa);
    box-shadow: 0 0 2px 1px #ffffff40 inset;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.empty{
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

.gradient-line {
    margin-top: 30px;
    width: 30%;
    height: 3px; /* Adjust thickness */
    background: linear-gradient(to right, rgba(255, 126, 95, 0) 0%, 
                                          rgb(102, 0, 226) 50%, 
                                          rgba(255, 126, 95, 0) 100%);
}
.checkat{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.checkat div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.checkat p{
    margin: 0;
}

.checkat img{
    width: 20px;
    height: 20px;
}
.sec2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.products h1{
    font-size: 50px;
    color: white;
}
.sec3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 500px;
}
.sec3 h1{
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
}
.sec4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.sec4 h1{
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
}
.cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    height: 100%;
    width: 100%;
    max-height: 280px;
    max-width: 350px;
    border-radius: 20px;
    background: rgb(88,101,242);
    background: linear-gradient(0deg, rgba(88,101,242,0.11265756302521013) 0%, rgba(88,101,242,0.1742822128851541) 100%, rgba(88,101,242,0.2555147058823529) 000321%);
  	color: white;
    box-shadow: 0 1px 2px rgb(20, 22, 26, 0.04);
    border: 1px solid #5865f294;

}





.faq{
    /* margin: 2% 10%; */
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;

}

  
  details {
    overflow: hidden;
    min-height: 70px;
    max-width: 700px;
    width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    position:relative;
    font-size: 22px;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
    border-radius: 20px;
    background: rgb(88, 101, 242);
    background: linear-gradient(0deg, rgba(88, 101, 242, 0.11265756302521013) 0%, rgba(88, 101, 242, 0.1742822128851541) 100%, rgba(88, 101, 242, 0.2555147058823529) 000321%);
    color: white;
    box-shadow: 0 1px 2px rgb(20, 22, 26, 0.04);
    border: 1px solid #5865f294;
  }
  
  details + details {
    margin-top: 20px;
  }
  
  details[open] {
    min-height: 50px;
    border-radius: 20px;
    background: rgb(88, 101, 242);
    background: linear-gradient(0deg, rgba(88, 101, 242, 0.11265756302521013) 0%, rgba(88, 101, 242, 0.1742822128851541) 100%, rgba(88, 101, 242, 0.2555147058823529) 000321%);
    color: white;
    box-shadow: 0 1px 2px rgb(20, 22, 26, 0.04);
    border: 1px solid #5865f294;
  }
  
  details p {
    color: #96999d;
    font-weight: 300;
    margin-top: 30px;
    font-family: "Space Grotesk" sans-serif;
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  
  summary:focus {
    outline: none;
  }
  
  summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  


  summary::-webkit-details-marker {
    display: none
  }
  
  .control-icon {
    fill: white;
    transition: .3s ease;
    pointer-events: none;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }

  .main-pages{
    margin: 2% 10%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D1E0FF;
  }

  .reliable{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    }

  .reliable img{
    width: 50%;
  }

  .reliable p{
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-family: "Poppins-Medium";
    color: #4B5563;
  }

  .details-ctn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

  .faq-ctn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;    
}


@media screen and (max-width:1050px) {
    details{
        width: 400px;
    }
}

@media screen and (max-width:850px) {
    .faq-ctn{
        flex-direction: column;
        
    }

    
}

@media (min-width: 769px) {
    .links {
        display: flex !important; /* Show it on large screens */
    }
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .products{
    background-size: inherit;
  }
  .first-section{
    background-size: inherit;
  }
  .last-section{
    background-size: inherit;
  }
    .faq{
        margin-top: 230px;
    }
    .checkat{
        flex-direction: column;
        align-items: center;
    }
    .cards{
        flex-direction: column;
    }
    .back{
        margin-top: 312px;
    }
    details{
        width: 100%;
    }
    details[open]{
        width: 100%;
    }
    .products{
    height:auto;
  }
  .navigation > .container {
    display: none;
    z-index: 1;
    margin-top: 30px;
    justify-content: center;
    /* display: none; */
    /* flex-direction: row; */
    align-items: center;
    background-color: #000321;
  }
    .links {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 60px; 
            left: 0;
            /* background-color: #fff; */
            width: 100%;
            padding: 20px;
            /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
            background-color: #11377d;
            margin-top: 30px;
            justify-content: center;
            align-items: center;

        }

        .menu-toggle {
            background: none;
            border: none;
            cursor: pointer;
        }

        .menu-open .links {
            //display: flex; Show the menu when .menu-open is added
            display: none;
        }

    .button1{
        display: none;
    }
  .menu {
    position: absolute;
    flex-direction: column;
    top: 89px;
    background: var(--secondary-300);
    height: auto;
    line-height: inherit;
    z-index: 99;
    width: 100%;
    display: none;
  }

  .menu-open {
    display: flex;
    padding: 15px;
  }

  .menu>.container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    padding: 0;
  }
}

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

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
    .faq-ctn{
        flex-direction: column;
    }
    details{
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.products {
    margin-left: auto;
    margin-right: auto;
  	padding-top: 20px;
    padding-bottom: 50px;
}

.product-card-image {
    height: 175px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.product-card-info {
    padding: 20px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.product-card-title {
    font-weight: 500;
    line-height: 20px;
}

.product-card {
	text-decoration: none;
    background: rgb(88,101,242);
    background: linear-gradient(0deg, rgba(88,101,242,0.11265756302521013) 0%, rgba(88,101,242,0.1742822128851541) 100%, rgba(88,101,242,0.2555147058823529) 000321%);
  	color: white;
  	margin-top: 50px;
	display: block;
    font-size: 16px;
    width: 100%;
    box-shadow: 0 1px 2px rgb(20, 22, 26, 0.04);
    border: 1px solid #5865f294;
    border-radius: 20px;
}

.product-card:hover {
 	cursor: pointer; 
}

.product-card:focus {
 	outline: none; 
}

.product-card-extra {
    display: flex;
    color: var(--text-color-300);
    padding-top: 20px;
    font-size: 14px;
    flex-direction: row;
    align-items: center;
}

.product-card-price {
    margin-left: auto;
    font-weight: 500;
}

.status-label {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 20px;
    font-feature-settings: "pnum";
    font-variant: proportional-nums;
    line-height: 16px;
    font-weight: 700;
    font-size: 12px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.status-label--gray {
    background: #e3e8ee;
    color: #4f566b;
}

.status-label--green {
    background: #cbf4c9;
    color: #0e6245;
}

.mla {
    margin-left: auto;
}

.pagination {
  	display: flex!important;
  	flex-wrap: wrap;
	  margin-top: 60px;
}

.pagination > a {
    box-sizing: border-box;
    outline: none;
    box-shadow: 0px 1px 2px rgba(20, 22, 26, 0.04);
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 14px 17px;
    margin-right: 6px;
    display: inline-flex;
    background: var(--secondary-300);
    color: var(--text-color-400);
    text-decoration: none;
    border: 1px solid var(--secondary-500);
}

.pagination--active {
    border-color: var(--primary-500) !important;
    background: var(--primary-500) !important;
    color: #fff!important;
}

.pagination--gap {
    box-sizing: border-box;
    outline: none;
    box-shadow: 0px 1px 2px rgba(20, 22, 26, 0.04);
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 11px 15px;
    margin-right: 6px;
    background: rgba(0, 0, 0, 0.03);
}

.section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: var(--text-color-400);
    margin: 20px 0 30px 0px; 
}

div#product {
    margin-top: 20px;
}

.container--compact {
    display: block;
    max-width: 390px;
    margin: 0 auto;
}

.no-products {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

label {
    margin-bottom: 5px;
    display: block;
}

img {
    border: 0;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

.banner {
    background-size: cover;
    background-position: center center;
    height: 250px;
}

.shop {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

main {
    padding-bottom: 50px;
}

.shop-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    color: var(--text-color-200);
    font-size: 12px;
}

.shop-footer a {
    color: var(--text-color-200);
    text-decoration: none;
}

.input, .textarea {
    max-height: 46px;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 1px 2px rgb(20 22 26 / 4%);
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 15px;
    padding-right: 30px;
    background: var(--secondary-300);
    color: var(--text-color-400);
    width: 100%;
    border: 1px solid var(--secondary-700);
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input:focus, .textarea:focus {
    outline: 0;
    border-color: #d2d2d2;
    box-shadow: none;
}

textarea {
    max-height: initial !important;
}

.contact-form-wrapper {
    padding: 20px;
    margin-top: 20px;
}

.contact-form-container {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: var(--secondary-300);
    box-shadow: 0 1px 2px rgba(20, 22, 26, 0.04);
    border: 1px solid var(--secondary-500);
    border-radius: 12px;
    padding: 25px;
    color: var(--text-color-400);
    width: 100%;
    margin-bottom: 36px;
}

.contact-form-title {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}

.panel-header {
    background: var(--primary-500) !important;
}

.button {
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 1px 2px rgba(20, 22, 26, 0.06);
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 12px 32px;
    transition: background-color 0.3s;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;  
}

.button--primary {
    background: var(--primary-500) !important;
    border-color: var(--primary-500) !important;
	 color: #fff;
}

.button--primary:hover {
    background: var(--primary-500) !important;
    border-color: var(--primary-500) !important;
    opacity: 0.9;
}

.button--block {
    display: block;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--text-color-500);
}

.form-group  label {
    margin-bottom: 6px;
    font-weight: 600;
}

.alert {
    border: 1px solid transparent;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
}

.alert-success {
  background: #dbfbd9;
  border-color: #83de93;
  color: #2da05f;
}

.alert-danger {
    background: #fbd9d9;
    border-color: #de8383;
    color: #cb4747;
}

.alert ul li:not(:last-of-type) {
    padding-bottom: 5px;   
}

.breadcrumb {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
}

.breadcrumb a {
    color: var(--text-color-300);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-icon {
    fill: var(--text-color-100);
    height: 12px;
}

.product-title {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
}

.product-price {
    margin-bottom: 30px;
}

.checkout-button {
    font-size: 14px;
    padding: 15px 32px;
}








