@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Finland;
    src: url("../fonts/finland/Finland\ Rounded\ Regular.ttf") format("opentype");
}
@font-face {
    font-family: Finland;
    font-weight: bold;
    src: url("../fonts/finland/Finland\ Rounded\ Bold.otf") format("opentype");
}
body {
    font-family: 'Raleway', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
h1, h2, h3, h4, h5 {
    font-family: 'Finland', sans-serif;
}
a {
    color: #9575cd;
}
.text-center {
    text-align: center;
}
main {
    flex: 1 0 auto;
}
.container-fluid {
    width: 100%;
}
h5 {
    color: #9575cd;
    font-size: 2.25em;
}
.tags {
    display: flex;
    justify-content: center;
}
.page-footer {
    background-color: #9575cd;
    
}

.small-logo {
    width: 150px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.menu a {
    font-family: 'Finland', sans-serif;
    font-size: 1.75em;
}
.menu-item a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.25em;
    color: #000;
    cursor: pointer;
}
.dropdown-trigger i.right {
    margin-left: .25em;
    margin-top: .25em;
}
.dropdown-content li a {
    font-size: 1.5em!important;
}
.w-100 {
    width: 100%;
}

.position-relative {
    position: relative;
}

.d-flex {
    display: flex;
}

.d-inline {
    display: inline;
}

.badge {
    position: absolute;
    top: .5em;
    right: -1em;
    font-weight: 600;
    color: #fff;
}

.badge:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 1em 0 0px;
    border-color: #eeeeee transparent transparent transparent;
    top: 2.5em;
    right: 0;
    position: absolute;
}

.limited {
    background-color: #0d47a1;
}

.sale {
    background-color: #b71c1c;
}

.item a {
    color: #000;
}

span.count {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 1.5em;
    height: 1.5em;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #b71c1c;
    border-radius: .75em;
    color: #fff;
}

.item-price {
    font-weight: 900;
    font-size: 1.25em;
}
.item-price .discount {
    font-size: 1em;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0px, 0, 0);
}

.product-show .swiper .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    background-position: center; 
    background-repeat: no-repeat;
}
.gallery-top {
    height: 85%;
    width: 100%;
}

.gallery-thumbs {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 90px!important;
    opacity: 0.4;
    background-size: cover!important;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-white {
    background-color: #eff0f3;
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: .25em;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}

.swiper-button-white:hover {
    background-color: #d2d7dae3;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.name {
    display: inline-block;
}

.name h1 {
    display: inline;
}

.d-none {
    display: none;
}

#promo-error, #promo-success {
    font-size: .75em;
    color: #b71c1c;
    margin-bottom: 1em;
}

.icon svg {
    width: 1.5em;
    height: 1.5em;
}

.icon path {
    fill: #eee;
}

.footer-copyright .row {
    margin-bottom: 0;
}

.select-wrapper {
    width: 3.5em;
}

.btn {
    background-color: #9575cd!important;
}
#paypal-button-container {
    visibility: hidden;
}

.btn:hover {
    background-color: #b39ddb;
}

table#cart-items th:nth-child(1),
table#cart-items th:nth-child(4) {
    width: 10%;
}

table#cart-items th:nth-child(2),
table#cart-items th:nth-child(3) {
    width: 30%;
}

.logo-wrapper .logo img {
    width: 150px;
    transition: all linear .3s
}

.logo-wrapper.fixed-header .logo img {
    width: 100px;
}

header.border {
    border-bottom: rgba(0, 0, 0, 0.03) 1px solid;
    transition: all linear .3s;
}

.select-wrapper input.select-dropdown:focus,
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #311b92;
    box-shadow: 0 1px 0 0 #311b92;
}

.dropdown-content li>a,
.dropdown-content li>span,
input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #311b92;
}

.login-links {
    display: flex;
    flex-direction: column;
}
.login-icon, .logout-icon {
    display: none;
}
.search-wrapper{
    position: relative;
}
.search-wrapper i {
    position: absolute;
    left: 0;
    bottom: .75em;
}
.search-wrapper input {
    padding-left: 2em!important;
}
@media screen and (max-width: 425px) {
    .logo-wrapper .logo img {
        width: 90px;
    }
    table#cart-items th:nth-child(1),
    table#cart-items th:nth-child(4) {
        width: 10%;
    }

    table#cart-items th:nth-child(2),
    table#cart-items th:nth-child(3) {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    .menu {
       display: none;
    }
    .login, .logout {
        display: none;
    }
    .login-icon, .logout-icon {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .sidenav-trigger {
        display: none;
    }
}

