header {
    width: 100vw;
    height: 110px;
    border-bottom: solid 1px rgba(16, 16, 16, 0.1);
    font-family: 'Poppins';
    background-color: #101010;
    justify-content: center;

}

header .inner {
    width: 1400px;
    /* This is the inner width of the content inside of your header (80%, etc) */
    height: 100%;
    display: block;
    margin: 0 auto;
    background-color: #101010;
}

header .logo {
    display: table;
    height: 100%;
    float: left;
    width: 200px;
}

header .logo2 {
    display: table;
    height: 100%;
    float: left;
    width: 600px;
}

header .logo div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

header .logo img {
    height: 40px;
    margin-top: 3px;
    /* Optical alignment of the logo */
    margin-bottom: 5px;
}

header nav {
    float: right;
    height: 100%;
}

header nav li {
    display: table;
    height: 100%;
    float: left;
    margin-right: 30px;
}

header nav li:last-of-type {
    margin-right: 0;
}

header nav span {
    display: table-cell;
    vertical-align: middle;
}

header nav a {
    color: white;

}

header nav .button {
    background-color: #e27013;
    /* This HEX is the color of the button */
    color: #FFF;
    padding: 10px 20px;
    border-radius: 4px;
}

header nav .button:hover {
    filter: brightness(1.05);
}


.card-main {
    width: 180px !important;
    height: 200px;
    margin-top: 10px;
    padding-left: 20px;
    display: inline-block;
}

.card-sub {
    width: 250px;
    height: 500px !important;
    margin-top: 10px;
    margin-right: 5px;
    display: inline-block;
}

.card-c {
    width: 250px !important;
    height: 550px !important;
    margin-top: 10px !important;
    margin-right: 5px !important;
    display: inline-block;
}

.card:hover {
    box-shadow: 0 10px 20px 0 #e27013;
    border-style: dotted;
}

.centerphoto {
    background-position: center center;
    left: 400px;
}

h6 {
    font-size: 14px;
}

.search-bar-size {
    margin-left: 50px;
    width: 500px;
}


.footer {
    width: 100vw;
    height: 260px;
    font-family: 'Poppins';
    background-color: #101010;
    justify-content: center;
    padding-top: 10px;
    margin-top: 30px;
    color: #FFF;

}

.footer-b {
    width: 100vw;
    height: 260px;
    font-family: 'Poppins';
    background-color: #101010;
    justify-content: center;
    padding-top: 10px;
    color: #FFF;

}

ul.no-bullets {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */

}

.f12 {
    font-size: 12px;
}

.nohref {
    text-decoration: none;
    color: #FFF;
}

a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    color: #e27013;
}


a:active {
    text-decoration: none;
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.column-list {
    column-count: 4 !important;
}

.img:hover {
    box-shadow: 0 10px 20px 0 #e27013;
    border-style: dotted;
}

.addtocardbutton {
    width: 110px;
    height: 40px;
    background-color: #101010;
    font-family: 'Poppins';
    font-size: small;
    color: white;
    border-color: #101010;
    position: relative;
    margin-left: 10px;

}

.button2:hover {
    box-shadow: 0 3px 3px 0 #e27013;
}

.button3:hover {
    box-shadow: 0 3px 3px 0 #fdf200;
}

.orangebackground {
    background-color: #e27013;
    padding-bottom: 10px;
    padding-left: 1px;
    padding-top: 10px;


}

.graybackground {
    background-color: whitesmoke;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 5px;

}

.poppins {
    font-family: 'Poppins';
}

.whitebackground {
    background-color: aliceblue;
}

.boxtime {
    border-radius: 2px;
    font-weight: 500;
    margin: 12px 6px;
    font-size: 16px;
    color: #fff;
    background-color: #e27013;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 35px;
}

.f10 {
    font-size: 10px;
    font-weight: bold;
}

.timer {
    font-family: 'Poppins';
    color: #e27013;
    font-size: 1.25rem;
}

.f10b {
    font-size: 10px;
}

.f14 {
    font-size: 14px;
    font-weight: bold;
}

.addtocardbutton-b {
    width: 180px;
    height: 40px;
    background-color: #e27013;
    font-family: 'Poppins';
    color: #FFF;
    border-color: #FFF;
}

.addtocardbutton-c {
    width: 180px;
    height: 40px;
    background-color: #101010;
    font-family: 'Poppins';
    color: white;
    border-color: #101010;
    position: relative;
}

.text-end {
    font-size: 10px;
    color: #e27013;
    text-align: end;
}

.orangecolor {
    color: #e27013;
}

.yellowcolor {
    color: #fdf200;
}

.frame {
    height: 240px;
    width: 240px;
    overflow: visible;
}

.zoomin img {
    height: 220px;
    width: 220px;
    padding-left: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.zoomin img:hover {
    transform: scale(1.5);
}

/* Start Login and Signup  */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #f77104;
    color: #fff;
}

.wrapper {
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapper .title-text {
    display: flex;
    width: 200%;
}

.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #e73205, #f77104);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #f77104;
    text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(left, #e73205, #f77104, rgba(245, 132, 4, 0.815));
    border-radius: 5px;
    transition: all 0.4s ease;
    ;
}

form .btn:hover .btn-layer {
    left: 0;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.background {
    background-color: #f5f5f5;
}

/* End Login and Signup */

/* DANIEL TASKS */

@media screen and (max-width: 768px) {
    .carousel-container {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .carousel-container {
        width: 85%;
    }
}

.carousel-container {
    width: 1300px;
    margin: 50px 0;
    min-height: 200px;
    position: relative;
    align-items: center;
}

.carousel-contrainer .carousel-inner {
    overflow: hidden;
}

.carousel-container .track {
    display: flex;
    transition: transform 0.3s;
}

.carousel-container .card-container {
    width: 185px;
    height: 200px;
    margin: 10px 0;
    flex-shrink: 0;
}

.card-container {
    display: inline-flex;
}

.carousel-container .card-container .card {
    width: 100%;
    height: 100%;
    padding: 5px 5px;
    margin: 5px 5px;
    box-sizing: border-box;
}

.nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #ccc;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px 0 0 3px;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* product labels */

.product-label.label-out {
    color: #fff;
    background-color: orangered;


}

.product-label {

    z-index: 1;
    top: 2rem;
    left: 100px;
    font-weight: 400;
    font-size: 9.5px;
    line-height: 1.6rem;
    letter-spacing: -.01em;
    padding: .5rem .5rem;
    min-width: 20px;
    text-align: center;

}

/* NAVI NEW CAROUSEL */

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1300px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 0.5s;
}

@keyframes fade {
    from {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

.review {
    font-family: 'Poppins' !important;
}

/* Marwin */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #f77104;
    color: #fff;
}

.wrapper {
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapper .title-text {
    display: flex;
    width: 200%;
}

.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #e73205, #f77104);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #f77104;
    text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(left, #e73205, #f77104, rgba(245, 132, 4, 0.815));
    border-radius: 5px;
    transition: all 0.4s ease;
    ;
}

form .btn:hover .btn-layer {
    left: 0;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.background-login {
    background-color: #f5f5f5;
}

.social-text {
    padding: 0.7rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media {
    display: flex;
    justify-content: center;
}

.social-icon {
    height: 46px;
    width: 46px;
    border: 1px solid #333;
    margin: 0 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 1.3rem;
    border-radius: 50%;
    transition: all 0.5s;
}

.social-icon:hover {
    color: #f77104;
    border-color: #f77104;
}

#loginErrorForm {
    display: none;
    background-color: #ff8725;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
    animation-name: loginError;
    animation-duration: 0.8s;
}

#loginErrorUser {
    display: none;
    background-color: #ff8725;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
    animation-name: loginError;
    animation-duration: 0.8s;
}

#loginErrorPass {
    display: none;
    background-color: #ff8725;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
    animation-name: loginError;
    animation-duration: 0.8s;
}

@keyframes loginError {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* End Marwin */